@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #69A8B2;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
p, dd, td, th, li, dt {
  line-height: 1.5em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
}
#totop a {
	display: block;
	transition: all 0.3s;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*,*:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
	color: #364647;
	font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
	padding-top: 120px;
	background: transparent;
}
.container {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
img {
  max-width: 100%;
	height: auto;
}
/*=======================================header===================================*/
.career #header {
    background: #fff;
    height: auto;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.5s;
	min-width: 1200px;
}
.career #header.active {
	background: rgba(255,255,255,0.6);
	height: auto;
	position: fixed;
	animation: head_fix 0.3s ease-out;
	-webkit-animation-fill-mode: forwards;
}
@keyframes head_fix {
	0% {
		top: -100px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes head_fix {
	0% {
		top: -100px;
	}

	100% {
		top: 0;
	}
}
#header .container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	margin: 0 0 0 45px;
}
.h_right_btn {
    margin: 0;
}
.h_right_btn a {
    width: 253px;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #DD4945;
    font-size: 18px;
    font-weight: bold;
	line-height: 1.45em;
	transition: all 0.3s;
	padding: 4px 0 0;
}
.h_right_link {
    display: flex;
    background: rgba(54,70,71,0.9);
    align-items: center;
    padding: 26px 0 20px;
    text-align: center;
}
.h_right_link li {
    position: relative;
}
.h_right_link > li:not(:last-child):after {
	content: '';
	position: absolute;
	width: 1px;
	height: 33px;
	background: #fff;
	right: 0;
	top: calc(50% - 16px);
}
.h_right_link >li >span {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 20px 36px;
	transition: all 0.3s;
}
.h_right_link .icon {
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
	margin-left: 15px;
}
.h_right_link .icon:before, .h_right_link .icon:after {
	content: '';
	position: absolute;
	background: #fff;
}
.h_right_link .icon:before {
	width: 1px;
	height: 100%;
	left: calc(50% - 0.5px);
	top: 0;
}
.h_right_link .icon:after {
	height: 1px;
	width: 100%;
	top: calc(50% - 0.5px);
	left: 0;
}
.h_right_sub {
    background: #364647;
    position: absolute;
    padding: 20px;
	width: 361px;
	left: 25px;
	z-index: 10;
	display: none;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.h_right_sub a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 1.36em;
	transition: all 0.3s;
}
.h_right_sub .ttl {
    font-size: 114.28%;
    display: block;
    font-weight: bold;
    margin: 0 0 12px;
}
.h_right_sub .ttl:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/career/career_target.svg") no-repeat center center/100% auto;
	width: 14px;
	height: 14px;
	margin-left: 10px;
}
.h_right_sub li:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding: 0 0 14px;
    margin: 0 0 18px;
}
/*=======================================Mainvisual===================================*/
#mainvisual {
	position: relative;
}
.idx_main_icon {
	margin: 0;
	position: absolute;
	top: 26px;
	right: 30px;
	z-index: 3;
}
.main_slide.slick-initialized .slick-slide {
	height: 861px;
}
.main_slide.slick-initialized .slick-slide div {
	height: 100%;
}
.itm01 {
	background: url("../images/career/career_main_img01.jpg") no-repeat top center/cover;
}
.itm02 {
	background: url("../images/career/career_main_img02.jpg") no-repeat top center/cover;
}
.itm01 h2 {
    text-align: center;
    color: #707070;
    font-size: 25px;
    font-weight: bold;
    background: #fff;
    line-height: 1.3em;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
    padding: 12px 56px 8px;
    margin-bottom: 29px;
    letter-spacing: 0.025em;
}
.itm01 h2 .lager {
	color: #69A8B2;
	font-size: 120%;
	letter-spacing: 0.025em;
}
.itm01 .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 94px;
	width: 100%;
}
.main_itm01_img {
    margin: -76px 0 0;
	text-align: center;
}
.main_itm01_logo {
    margin: 0;
}
.itm02 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1360px;
	padding: 6px 0 0 10px;
	flex-direction: row-reverse;
}
.main_slide.slick-initialized .slick-slide .main_itm02_info {
    height: auto;
}
.main_itm02_img {
    margin: -4px 0 0;
}
.slick-slide img.sp {
	display: none;
}
/*=======================================Box01===================================*/
.box01 {
	background: url("../images/career/career_line.svg") repeat-y top center/961px auto #f5f5f5;
	padding: 1px 0 59px;
}
.b01_h3 {
    width: 704px;
    margin: -48px auto 65px;
    background: #DD4945;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    position: relative;
	letter-spacing: 0.05em;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.b01_h3:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 22px 12px 0 12px;
border-color: #dd4a45 transparent transparent transparent;
	left: calc(50% - 12px);
	bottom: -16px;
}
.b01_form {
    border-radius: 21px;
    overflow: hidden;
	margin-bottom: 38px;
}
.b01_form dl {
    display: flex;
    background: #fff;
    margin-bottom: 2px;
}
.b01_form dl:last-child {
	margin-bottom: 0;
}
.b01_form dt {
	flex-shrink: 0;
	width: 300px;
	background: #69A8B2;
	display: flex;
	padding: 1em 30px;
	align-items: center;
	color: #fff;
	font-weight: bold;
	min-height: 72px;
	text-align: center;
	letter-spacing: 0.05em;
}
.b01_form .must {
	width: 47px;
	background: #DD4945;
	color: #fff;
	font-size: 87.5%;
	font-weight: normal;
	border-radius: 20px;
	margin-right: 7px;
	line-height: 1.3em;
    padding: 1px 0 0;
}
.b01_form .other {
	width: 47px;
	background: #ccc;
	color: #fff;
	font-size: 87.5%;
	font-weight: normal;
	border-radius: 20px;
	margin-right: 7px;
	line-height: 1.3em;
    padding: 1px 0 0;
}
.b01_form input[type="text"], .b01_form input[type="email"], .b01_form input[type="date"] {
    width: 344px;
    border: 1px solid #D5D5D5;
    line-height: 1.5em;
    border-radius: 4px;
    outline: none;
    padding: 4px 5px 3px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	min-height: 35px;
}
.b01_form dd {
	padding: 1em 22px;
	width: 100%;color: #364647;
}
.b01_link {
    text-align: center;
    font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: 0.05em;
}
.b01_button input {
    display: block;
    background: #364647;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 303px;
	margin: 5px;
    padding: 17px;
    line-height: 1.5em;
    border-radius: 40px;
    transition: all 0.3s;
    cursor: pointer;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.site_top a {
    display: block;
    background: #364647;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 303px;
	margin: 0 auto;
	text-decoration: none;
    padding: 17px;
    border-radius: 40px;
    transition: all 0.3s;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.b01_button {
    margin: 0;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.b01_button .wpcf7-spinner {
	position: absolute;
	top: 100%;
}
.career_gender {
	display: flex;
	flex-wrap: wrap;
}
.career_gender .wpcf7-list-item {
	margin: 0 8px 0 0;
}
.career_gender .wpcf7-list-item span {
    border: 1px solid #D5D5D5;
    border-radius: 30px;
    text-align: center;
    width: 79px;
    display: inline-block;
	padding: 4px 0 3px;
	transition: all 0.3s;
}
.career_gender .wpcf7-list-item:last-child {
	margin-right: 0;
}
.career_gender .wpcf7-list-item input {
	display: none;
}
.career_gender .wpcf7-list-item label input:checked ~ span {
	background: #364647;
	color: #fff;
}
.career_gender .wpcf7-list-item label span:hover {
	background: #D5D5D5;
}
.career_form_step {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding: 0 0 50px;
}
.career_form_step li {
    width: 150px;
    text-align: center;
	position: relative;
}
.career_form_step li:not(:first-child):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    top: 16px;
    right: calc(50% - 5px);
	pointer-events: none;
}
.career_form_step li:not(:first-child):before {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background: #364647;
    top: 16px;
    left: -50%;
	pointer-events: none;
	transition: all 2s;
	transition-delay: 1s;
	z-index: 1;
}
.career_form_step li.active:not(:first-child):before {
	-webkit-animation: scale-width 1s linear 0.5s both;
	        animation: scale-width 1s linear 0.5s both;
}
@-webkit-keyframes scale-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scale-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.career_form_step li.done:not(:first-child):before {
	width: 100%;
}
.career_form_step li.done .num:after {
    content: '\002714';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.career_form_step .num {
    display: flex;
    border: 1px solid #D5D5D5;
    border-radius: 30px;
    text-align: center;
    padding: 4px 0 3px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
    background: #fff;
	position: relative;
	z-index: 3;
    width: 35px;
	height: 35px;
}
.career_form_step li.active {
    font-weight: bold;
}
.career_form_step li.done .num {
    background: #364647;
}
.career_form_step li.active .num {
	-webkit-animation: color-change-2x 0.3s linear 1.5s alternate both;
	        animation: color-change-2x 0.3s linear 1.5s alternate both;
}
@-webkit-keyframes color-change-2x {
  0% {
    background: #fff;
  }
  100% {
    background: #364647;
		color: #fff;
  }
}
@keyframes color-change-2x {
  0% {
    background: #fff;
  }
  100% {
    background: #364647;
		color: #fff;
  }
}
.b01_form_ttl {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}
.b01_button input.back {
    background: #333;
}
.b01_form p:last-child {
	margin-bottom: 0;
}
.b01_form_check, .b01_form_radio {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b01_form_check .wpcf7-list-item, .b01_form_radio .wpcf7-list-item {
	margin: 0;
	width: calc(50% - 5px);
}
.b01_form_check .wpcf7-list-item:nth-child(n+3), .b01_form_radio .wpcf7-list-item:nth-child(n+3) {
	margin-top: 10px;
}
.b01_form_check .wpcf7-list-item label >span, .b01_form_radio .wpcf7-list-item label >span {
    display: block;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 40px;
	transition: all 0.3s;
	position: relative;
}
.b01_form_check .wpcf7-list-item label >span:hover, .b01_form_radio .wpcf7-list-item label >span:hover {
	background: #D5D5D5;
}
.b01_form_check .wpcf7-list-item-label::before {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	position: absolute;
	left: 10px;
	top: calc(50% - 10px);
	border-radius: 2px;
}
.b01_form_check .wpcf7-list-item label input, .b01_form_radio .wpcf7-list-item label input {
	display: none;
}
.b01_form_check .wpcf7-list-item label input:checked~span.wpcf7-list-item-label::after {
    position: absolute;
    top: 52%;
    left: 16px;
    width: 8px;
    height: 12px;
    margin-top: -9px;
    transform: rotate(40deg);
    border-bottom: 3px solid #ed1342;
    border-right: 3px solid #ed1342;
}
.b01_form_radio .wpcf7-list-item-label::before {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: calc(50% - 10px);
}
.b01_form_radio .wpcf7-list-item label input:checked~span.wpcf7-list-item-label::after {
    position: absolute;
	top: calc(50% - 4px);
    left: 16px;
    width: 8px;
    height: 8px;
	background: #ed1342;
	border-radius: 50%;
}
.b01_form input.small {
    width: 100px!important;
}
.b01_form textarea {
    width: 100%;
    border: 1px solid #D5D5D5;
    line-height: 1.5em;
    border-radius: 4px;
    outline: none;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.b01_form_txt {
    text-align: center;
    background: #fff;
    padding: 40px;
    margin-bottom: 30px;
}
.b01_form_txt p:last-child {
	margin-bottom: 0;
}
.b01_button input.send[disabled] {
    background: #d8d8d8;
    cursor: default;
}
.career_check .wpcf7-list-item-label {
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}
.career_check .wpcf7-list-item-label::before {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 2px;
}
.career_check .wpcf7-list-item label input:checked~span.wpcf7-list-item-label::after {
    position: absolute;
    top: 11px;
    left: 6px;
    width: 8px;
    height: 12px;
    margin-top: -9px;
    transform: rotate(40deg);
    border-bottom: 3px solid #ed1342;
    border-right: 3px solid #ed1342;
}
.career_check .wpcf7-list-item label input {
	display: none;
}
.b01_form_hide {
    display: none;
}
a.career_item {
    cursor: pointer;
	text-decoration: underline;
}
.b01_form.full dl {
    display: block;
}
.b01_form.full dt {
    width: 100%;
}
/*=======================================Box02===================================*/
.box02 {
	background: url("../images/career/career_line.svg") repeat-y top center/961px auto #fff;
	padding: 68px 0 0;
}
.b02_h3 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.075em;
    margin-bottom: 67px;
}
.b02_h3 img {
	flex-shrink: 0;
	margin: 0 15px 0 -26px;
}
.b02_list {
	position: relative;
	background: url("../images/career/career_line.svg") repeat-y top center/961px auto #f5f5f5;
	padding-bottom: 100px;
}
.b02_list:before {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 23px 19px 0 19px;
border-color: #ffffff transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	top: -5px;
	z-index: 3;
	pointer-events: none;
}
.b02_item:not(:last-child) {
	margin-bottom: 103px;
}
.b02_itm_top {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	height: 520px;
	background: url("../images/career/career_b02_img01.jpg") no-repeat top center/cover;
	padding-bottom: 180px;
}
.b02_itm_top dd {
    font-weight: bold;
    letter-spacing: 0.05em;
    border-left: 1px solid #fff;
    padding: 6px 0 6px 60px;
    margin-left: 65px;
	max-width: 530px;
	display: flex;
	align-items: center;
	min-height: 84px;
}
.b02_itm_top dt {
    text-align: right;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.39em;
}
.b02_itm_top dt .price {
    font-size: 91.67%;
    display: flex;
    align-items: center;
}
.b02_itm_top dt .lager {
    margin-top: 17px;
}
.b02_itm_top dt .note {
    font-size: 44.44%;
    width: 94px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 1.5em;
    padding: 5px 5px 5px;
    margin-right: 25px;
}
.b02_itm_top dt .num {
    font-size: 266.67%;
	margin-right: 5px;
}
.b02_itm_main {
    width: 100%;
    max-width: 1100px;
    margin: -165px auto 0;
    background: rgba(255,255,255,0.8);
    padding: 1px 56px 80px;
	position: relative;
}
.b02_itm_point {
    width: 140px;
    height: 140px;
    background: #364647;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 38px;
    margin: -79px auto 44px;
    position: relative;
	font-family: 'Caveat', cursive;
	line-height: 1.2em;
}
.b02_itm_point .txt {
	transform: rotate(-8deg);
	font-weight: 500;
}
.b02_itm_point .num {
	display: block;
	color: #69A8B2;
	font-size: 131.57%;
	margin-top: -10px;
	padding-right: 12px;
}
.b02_itm_point:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 22px 13px 0 13px;
border-color: #364647 transparent transparent transparent;
	left: calc(50% - 13px);
	bottom: -18px;
}
.b02_itm_ttl {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: relative;
	letter-spacing: 0.05em;
	padding: 0 0 23px;
	margin-bottom: 28px;
	height: 59px;
}
.b02_itm_ttl .price {
    color: #DD4945;
}
.b02_itm_ttl .price .num {
	font-size: 152%;
}
.b02_itm_ttl:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 278px;
	background: #364647;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.b02_itm_txt {
    text-align: center;
    font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}
.b02_itm_list dl {
    background: #F5F5F5;
    padding: 0 35px;
    display: flex;
    align-items: center;
    min-height: 244px;
    margin-bottom: 9px;
}
.b02_itm_list dl:last-child {
	margin-bottom: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.b02_itm_list dl:first-child {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.b02_itm_list dt {
    flex-shrink: 0;
    width: 252px;
    margin-right: 23px;
}
.b02_itm_list dd {

	width: 100%;
	padding: 37px 0;
}
.b02_itm_list .ttl {
    font-size: 21px;
    color: #69A8B2;
    font-weight: bold;
    letter-spacing: 0.05em;
	margin-bottom: 19px;
}
.b02_itm_list .txt {
    margin: 0;
    letter-spacing: 0.05em;
}
.idx_btn a {
    text-decoration: none;
    background: #364647;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 18px 20px 16px;
    border-radius: 9px;
    transition: all 0.3s;
}
.idx_btn a:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/career/career_target.svg") no-repeat center center/100% auto;
	width: 14px;
	height: 14px;
	margin-left: 15px;
	transition: all 0.3s;
}
.idx_btn {
    margin: 0;
}
.b02_itm_list .idx_btn {
    margin-top: 17px;
}
.b02_item:nth-child(2) .b02_itm_top {
	background-image: url("../images/career/career_b02_img02.jpg");
	padding-bottom: 173px;
}
.b02_item:nth-child(3) .b02_itm_top {
	background-image: url("../images/career/career_b02_img03.jpg");
	padding-bottom: 173px;
}
.b02_item:nth-child(2)  .b02_itm_point .num, .b02_item:nth-child(2) .b02_itm_list .ttl {
	color: #E69696;
}
.b02_item:nth-child(3)  .b02_itm_point .num, .b02_item:nth-child(3) .b02_itm_list .ttl {
	color: #5DAF98;
}
.b02_item:nth-child(1) .b02_itm_ttl {
    height: auto;
    margin: -7px 0 28px;
}
.b02_item:nth-child(2) .b02_itm_main, .b02_item:nth-child(3) .b02_itm_main {
    padding-bottom: 60px;
}
/*=======================================Box03===================================*/
.box03 {
	background: url("../images/career/career_line.svg") repeat-y top center/961px auto #69A8B2;
	padding: 93px 0 116px;
}
.b03_main {
    position: relative;
    text-align: center;
	background: url("../images/career/career_b03_bg.jpg") no-repeat top center/cover;
	height: 469px;
	color: #fff;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.b03_main a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.b03_en {
    margin: 0;
    position: absolute;
    left: -43px;
    top: 34px;
}
.b03_img {
    margin: 0;
    width: 711px;
    position: absolute;
    left: -60px;
    bottom: -50px;
}
.b03_info {
    width: 49%;
    margin-top: 28px;
}
.b03_txt {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.b03_btn {
    margin: 0 auto;
    width: 348px;
    background: #DD4945;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding: 22px 20px 23px;
    border-radius: 50px;
    transition: all 0.3s;
}
/*=======================================Box04===================================*/
.box04 {
	background: #364647;
	padding: 83px 0 121px;
	position: relative;
	z-index: 2;
}
.box04:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background: url("../images/career/career_line.svg") repeat-y top center/961px auto;
	pointer-events: none;
	opacity: 0.3;
}
.idx_h3 {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 30px;letter-spacing: 0.05em;
}
.idx_h3 .en {
	display: block;
	font-size: 106.45%;
	font-family: 'Caveat', cursive;
	transform: rotate(-10deg);
	color: #E69696;
	font-weight: 500;
	margin: 0 0 3px;
}
.box04 .idx_h3 {
	color: #fff;
	margin-bottom: 45px;
}
.box04 .container {
	width: 100%;
	max-width: 1304px;
	padding: 0 15px;
}
.b04_list {
    display: flex;
    justify-content:flex-end;
	margin-bottom: 64px;
}
.b04_list li {
    height: 281px;
    position: relative;cursor: pointer;
	margin-left: 21px;
}
.b04_list li:first-child {
    margin: 0 21px 0 0;
}
.b04_itm_img {
    margin: 0;
    height: 100%;
	position: relative;
	color: #fff;display: inline-block;
	transition: all 0.3s;
}
.b04_itm_img img {
    width: auto;
	max-height: 100%;
}
.b04_itm_img .ttl {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    letter-spacing: 0.05em;
    width: 100%;
    height: 48px;
    top: calc(50% - 24px);
}
.b04_itm_img .ttl .en {
	display: block;
	font-size: 70%;
	color: #C1C1C1;
}
.b04_itm_hover {
    margin: 0;
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 250px;
	transition: all 0.3s;
	opacity: 0;
	border-radius: 50%;
}
.b04_itm_hover .ttl {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
	letter-spacing: 0.05em;
	width:100%;
	color: #fff;
}
.b04_voice {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.b04_voice_item {
	width: 100%;
}
.b04_voice_item_info {
	display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 86px 0 0;
    margin-left: 7px;
	width: 100%;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
	height: 100%;
}
.b04_voice_item:not(:last-child) {
	margin-right: 34px;
}
.b04_voice_itm_num {
    background: #69A8B2;
    color: #fff;
    font-size: 27px;
    letter-spacing: 0.05em;
    text-align: right;
    width: 134px;
    font-family: 'Caveat', cursive;
    left: -7px;
    position: absolute;
    top: 30px;
    margin: 0;
    font-weight: 600;
    line-height: 1.2em;
    padding: 1px 12px 1px 0;
}
.b04_voice_itm_ttl {
    font-size: 17px;
    color: #69A8B2;
    font-weight: bold;
    line-height: 1.42em;
    letter-spacing: 0.05em;
	margin-bottom: 19px;
}
.b04_voice_itm_main {
	padding: 0 30px;
}
.b04_voice_itm_img {
    margin: auto 0 0;
	text-align: center;
}
.b04_voice_itm_txt {
    font-size: 14px;
    color: #707070;
    letter-spacing: 0.04em;
	margin: 0 0 -55px;
}
.b04_voice_item:nth-child(2) .b04_voice_itm_num {
    background: #E69696;
}
.b04_voice_item:nth-child(2) .b04_voice_itm_ttl {
    color: #E69696;
}
.b04_voice_item:nth-child(3) .b04_voice_itm_num {
    background: #5DAF98;
}
.b04_voice_item:nth-child(3) .b04_voice_itm_ttl {
    color: #5DAF98;
}
/*=======================================Box05===================================*/
.box05 {
	background: url("../images/career/career_line.svg") repeat-y top center/961px auto;
	padding: 93px 0 68px;
}
.box05 .idx_h3 {
    margin-bottom: 50px;
}
.box05 .idx_h3 .en{
	color: #5DAF98;
}
.b05_note {
    width: 367px;
    background: #364647;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 48px;
    position: relative;
    border-radius: 12px;
    padding: 12px;
	letter-spacing: 0.05em;
	z-index: 2;
}
.b05_note:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 12px 6px 0 6px;
border-color: #364647 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}
.b05_txt {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 48px;
	position: relative;
	z-index: 2;
}
.box05 .container {
	width: 100%;
	max-width: 1596px;
	padding: 0 5px;
}
.b05_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	position: relative;
}
.b05_list:after {
	content: '';
	position: absolute;
	background: #F5F5F5;
	width: 100vw;
	min-width: 100%;
	height: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	bottom: 139px;
	z-index: -2;
}
.b05_list.slick-initialized .slick-slide {
	width: 297px;
	margin: 0 10px;
	padding: 0 0 10px;
}
.b05_item {
	width: 100%;
	border-radius: 11px;
	position: relative;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0.22);
	cursor: pointer;
	transition: all 0.3s;
}
.b05_list.slick-initialized .slick-slide:nth-child(2n) {
	padding-top: 59px;
}
.b05_itm_main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(105,168,178,0.88);
    color: #fff;
    padding: 50px 30px 28px;
    clip-path: polygon(100% 41%, 100% 100%, 0 100%, 0 0);
    height: 189px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
.b05_itm_img {
    margin: 0;
	border-radius: 11px;
	overflow: hidden;
}
.b05_itm_name {
    margin: 0;
    letter-spacing: 0.025em;
}
.b05_itm_name .jp {
    display: block;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 2px;
}
.b05_itm_txt {
    line-height: 1.45em;
    margin-bottom: 16px;
}
/*=======================================Box06===================================*/
.box06 {
	background: rgb(239,249,249);
background: linear-gradient(0deg, rgba(239,249,249,1) 0%, rgba(211,237,241,1) 100%);
	padding: 87px 0 114px;
	position: relative;
	z-index: 2;
}
.box06:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
	z-index: -2;
	background: url("../images/career/career_line.svg") repeat-y top center/961px auto;
	pointer-events: none;
	opacity: 0.5;
}
.box06 .idx_h3 {
    margin-bottom: 9px;
}
.b06_step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
	margin-bottom: 43px;
}
.b06_step dl {
    width: calc(33.33% - 20px);
    margin: 0 30px 7px 0;
	position: relative;
	z-index: 2;
}
.b06_step dl:not(:nth-child(3n)):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background-image: radial-gradient(circle at 3px 3px, #fff 3px, transparent 0);
    background-size: 14px 14px;
    top: 85px;
    left: 50%;
    transform: rotate(8deg);
	z-index: -2;
}
.b06_step dl:nth-child(3n+2):after {
	top: 94px;
}
.b06_step dl:nth-child(3n) {
	margin-right: 0;
}
.b06_step dt {
    text-align: center;
    width: 124px;
    height: 124px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    color: #69A8B2;
    letter-spacing: 0.05em;
    line-height: 1em;
    position: relative;
    margin: 0 auto 34px;
	font-family: 'Caveat', cursive;
	font-weight: 500;
	padding: 4px 4px 0 0;
}
.b06_step dt .ttl {
	transform: rotate(-10deg);
}
.b06_step dt:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 18px 11px 0 11px;
border-color: #ffffff transparent transparent transparent;

	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
}
.b06_step_ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35em;
	margin-bottom: 18px;
}
.b06_step_txt {
    margin: 0;
    letter-spacing: 0.05em;
}
.b06_step dl:nth-child(3n+2) {
    margin-top: 46px;
}
.b06_step dl:nth-child(3n+3) {
    margin-top: 109px;
}
.b06_step ~ .idx_h3 .en {
	color: #69A8B2;
}
.b06_step ~ .idx_h3 {
    margin-bottom: 33px;
}
.b06_qa {
    background: #fff;
    border-radius: 26px;
    padding: 67px 50px 67px 56px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.b06_qa dl:not(:last-child) {
	margin-bottom: 37px;
}
.b06_qa dt {
    display: flex;
    align-items: flex-start;
	cursor: pointer;
	transition: all 0.3s;
}
.b06_qa dt:before {
	content: '';
	position: relative;
	background: url("../images/career/career_b06_icon02.svg") no-repeat top center/100% auto;
	flex-shrink: 0;
	width: 94px;
	height:94px;
	margin-right: 37px;
	margin-top: -5px;
}
.b06_qa dt .ttl {
	background: #F5F5F5;
	border-radius: 21px;
	font-weight: bold;
	letter-spacing: 0.055em;
	position: relative;
	padding: 32px 28px 30px;
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.b06_qa dt .ttl:before {
    content: 'Q.';
    position: relative;
    font-size: 25px;
    font-weight: bold;
    color: #E69696;
    margin-top: -2px;
    margin-right: 12px;
}
.b06_qa dt .ttl:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 7px 16px 7px 0;
border-color: transparent #f5f5f5 transparent transparent;
	left: -14px;
	top: 35px;
}
.b06_qa dt .icon {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.b06_qa dt .icon:before, .b06_qa dt .icon:after {
	content: '';
	position: absolute;
	background: #364647;
	transition: all 0.3s;
}
.b06_qa dt .icon:before {
	width: 1px;
	height: 16px;
	left: 50%;
	top: calc(50% - 8px);
}
.b06_qa dt .icon:after {
	height: 1px;
	width: 16px;
	top: 50%;
	left: calc(50% - 8px);
}
.b06_qa dt.active .icon:before {
	transform: rotate(90deg);
}
.b06_qa dd {
	position: relative;
	padding-right: 131px;
	margin-top: 37px;
	display: none;
}
.b06_qa dd:after {
	content: '';
	position: absolute;
	width: 94px;
	height: 94px;
	background: url("../images/career/career_b06_icon01.svg") no-repeat top center/100% auto;
	right: 0;
	top: -5px;
}
.b06_qa dd .txt {
	background: #EFF9F9;
	border-radius: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
	padding: 30px 30px 37px;
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.b06_qa dd .txt:before {
    content: 'A.';
    position: relative;
    font-size: 25px;
    font-weight: bold;
    color: #69A8B2;
    margin-right: 20px;
	margin-top: 2px;
}
.b06_qa dd .txt:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 7px 0 7px 16px;
border-color: transparent transparent transparent #EFF9F9;
	right:  -14px;
	top: 35px;
}
/*=======================================Box07===================================*/
.box07 {
	background: url("../images/career/career_b07_bg.jpg") no-repeat top center/cover;
	padding: 83px 0 85px;
	color: #fff;
}
.b07_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.b07_main_info {
    width: 628px;
}
.b07_img {
    margin: auto 0 0;
    width: 473px;
}
.box07 .idx_h3 {
    text-align: left;
	color: #fff;
}
.box07 .idx_h3 .en  {
	color: #fff;margin-bottom: 62px;
	position: relative;
	margin-left: -6px;
}
.box07 .idx_h3 .en:after {
    content: '';
    position: absolute;
    width: 106px;
    height: 106px;
    background: url(../images/career/career_b07_icon.svg) no-repeat center center/100% auto;
    transform: rotate(10deg);
    left: -80px;
    top: -31px;
}
.b07_txt {
    font-weight: bold;
    letter-spacing: 0.05em;
	margin-bottom: 17px;
}
.b07_note {
    display: inline-block;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 9px 5px;
    letter-spacing: 0.05em;
    margin-bottom: 38px;
}
.b07_btn a {
    background: #364647;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    width: 259px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 16px 15px 15px;
    border-radius: 30px;
    transition: all 0.3s;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.b07_btn {
    margin: 0;
}
.b07_form {
    background: rgba(255,255,255,0.7);
    padding: 1px 54px 46px;
    margin-top: 156px;
}
.b07_form .b01_form dt {
    width: 246px;
}
.b07_form .b01_h3 {
    margin-top: -53px;
    margin-bottom: 58px;
}
.b07_form .b01_link {
    color: #364647;
    font-weight: normal;
    margin-top: 35px;
}
.b01_link a {
	text-decoration: underline;
	cursor: pointer;
	color: #69A8B2;
}
/*=======================================Footer===================================*/
#footer {
	background: #364647;
	color: #fff;
}
.footer_main {
    padding: 54px 0 79px;
}
.f_logo {
    text-align: center;
	margin-bottom: 25px;
}
.f_img {
    text-align: center;
	margin-bottom: 39px;
}
.f_btn {
    text-align: center;
	margin-bottom: 46px;
}
.f_btn a {
    display: inline-block;
    text-decoration: none;
    background: #DD4945;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 272px;
    padding: 16px 10px 15px;
    border-radius: 17px;
    transition: all 0.3s;
}
.f_link {
    display: flex;
    justify-content: space-between;
    max-width: 957px;
    margin: 0 auto;
}
.f_link_col {
    width: calc(50% - 23px);
}
.f_link_col_ttl {
    font-weight: bold;
	margin-bottom: 9px;
}
.f_link_item {
    background: #4B595A;
    padding: 17px 23px 16px;
    margin-bottom: 7px;
    position: relative;
	transition: all 0.3s;
}
.f_link_item a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 2;
}
.f_link_ttl {
    font-weight: bold;
    margin-bottom: 9px;
}
.f_link_ttl:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/career/career_target.svg") no-repeat center center/100% auto;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	top: 1px;
}
.f_link_txt {
    margin: 0;
    font-size: 14px;
    line-height: 1.36em;
}
.footer_txt {
    border-top: 1px solid #fff;
    padding: 15px 0;
}
.footer_txt .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright {
    margin: 0;
    font-size: 18px;
}
.f_list {
    display: flex;
}
.f_list a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: block;
	cursor: pointer;
}
.f_list li:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 23px;
    margin-right: 23px;
}
/*=======================================lightbox===================================*/
.career_lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(255,255,255,0.7);
    height: 100%;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.career_lightbox.current {
	opacity: 1;
	visibility: visible;
}
.career_lightbox_inner {
    max-width: 868px;
    background: #fff;
    margin: 0 auto;
    border-radius: 23px;
    padding: 38px 42px;
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.career_lightbox_scroll, .b04_voice_detail {
    height: 100%;
}
.b04_voice_detail_qa {
    height: calc(100% - 226px);
    overflow: auto;
    margin-right: -20px;
    padding-right: 16px;
}
.b04_voice_detail_qa dl:last-child {
	margin-bottom: 0;
}
.career_lightbox .close {
	width: 70px;
	height: 70px;
	position: absolute;
	background: #F5F5F5;
	border-radius: 50%;
	right: 28px;
	top: 28px;
	z-index: 10;
	cursor: pointer;
	transition: all 0.3s;
}
.career_lightbox .close:after, .career_lightbox .close:before {
    content: '';
    position: absolute;
    background: #364647;
    width: 1px;
    height: 24px;
    left: 50%;
    top: calc(50% - 12px);
	transition: all 0.3s;
}
.career_lightbox .close:after {
	transform: rotate(45deg);
}
.career_lightbox .close:before {
	transform: rotate(-45deg);
}
.b04_voice_detail_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
	margin: 0 0 28px;
}
.b04_voice_detail_main dt {
    width: 252px;
    margin: 0 -3px 0 48px;
}
.b04_voice_detail_main dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	letter-spacing: 0.05em;
	margin-top: 8px;
}
.b04_voice_detail_main .num {
    width: 99px;
    background: #364647;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    position: relative;
    border-radius: 30px;
	font-family: 'Caveat', cursive;
	padding: 4px 0 5px;
	margin-bottom: 24px;
	letter-spacing: 0.05em;
}
.b04_voice_detail_main .num:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 14px 8px 0 8px;
border-color: #364647 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
}
.b04_voice_detail_main .ttl {
	font-size: 20px;
	color: #69A8B2;
	font-weight: bold;
	margin-bottom: 14px;
	letter-spacing: 0.05em;
}
.b04_voice_detail_main .list {
    display: flex;
}
.b04_voice_detail_main .item {
    width: 62px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0 4px;
}
.b04_voice_detail_qa dl {
    background: #F5F5F5;
    border-radius: 15px;
    margin-bottom: 10px;
    position: relative;
    padding: 27px 20px 23px 75px;
	overflow: hidden;
}
.b04_voice_detail_qa dl:before {
	content: 'Q.';
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	color: #E69696;
	width: 111px;
	height: 111px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	top: -55px;
	left: -55px;
	padding: 0 25px 17px 0;
}
.b04_voice_detail_qa dt {
    font-weight: bold;
    letter-spacing: 0.055em;
    margin-bottom: 15px;
}
.career_lightbox_main {
    height: 100%;
    padding: 20px 0;
	position: relative;
	z-index: 2;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.career_lightbox_main .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
#career_voice02 .b04_voice_detail_main .ttl {
	color: #E69696;
}
#career_voice03 .b04_voice_detail_main .ttl {
	color: #5DAF98;
}
.career_teacher_inner {
    max-width: 832px;
    background: #fff;
    margin: 0 auto;
    border-radius: 23px;
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.b05_itm_detail_img {
    margin: 0;
}
.b05_itm_detail_info {
    position: relative;
	overflow: hidden;
}
.b05_itm_detail_ttl {
    margin: 0;
    position: absolute;
    bottom: -0.5px;
    left: 0;
    padding: 30px;
    color: #fff;
    height: calc(100% + 0.5px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: rgba(105,168,178,0.88);
    letter-spacing: 0.025em;
	text-align: left;
	min-width: 288px;
	clip-path: polygon(0 0, 32% 0, 100% 100%, 0 100%, 0% 50%);
}
.b05_itm_detail_ttl .jp {
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 150%;
    margin: 15px 0 2px;
}
.career_teacher_main {
    padding: 42px 54px;
    height: calc(100% - 330px);
}
.b05_itm_detail {
	height: 100%;
	overflow: auto;
    margin-right: -20px;
    padding-right: 20px;
}
.b05_itm_detail_txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.72em;
	margin-bottom: 30px;
}
.b05_itm_detail_frame {
    background: #F5F5F5;
    padding: 36px 38px;
	margin-bottom: 30px;
}
.b05_itm_detail_frame:last-child {
	margin-bottom: 0;
}
.b05_itm_detail_frm_txt {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.72em;
}
.b05_itm_detail_frm_ttl {
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
}
.b05_itm_detail_btn a {
    display: inline-block;
    width: 299px;
    background: #DD4945;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 17px 10px;
    border-radius: 40px;
    transition: all 0.3s;
}
.b05_itm_detail_btn {
    margin: 0;
    text-align: center;
}
.career_privacy_inner {
    max-width: 1100px;
    background: #fff;
    margin: 0 auto;
	padding: 45px;
    border-radius: 23px;
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
#career_privacy .idx_h3 .en {
    color: #69A8B2;
}
.career_privacy_scroll {
	background: #F9F9F9;
	padding: 30px;
	height: 100%;
}
.career_privacy_main {
    height: calc(100% - 126px);
}
.career_privacy_frame {
	height: 100%;
	overflow: auto;
	padding-right: 30px;
}
.career_privacy_frame p {
    letter-spacing: 0.05em;
}
.career_privacy_frame h5 {
    font-size: 20px;
    letter-spacing: 0.05em;
	color: #69A8B2;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 8px;
}
.career_tbl th {
    background: #69A8B2;
	color: #fff;
	width: 30%;
}
.career_tbl td {
    background: #fff;
}
.career_tbl:not(:last-child) {
	margin-bottom: 30px;
}
.noscroll {
	overflow: hidden;
}
.career_topic_path {
    background: #69A8B2;color: #fff;
	padding: 17px 0 11px;
}
.career_topic_path ul {
	display: flex;
	flex-wrap: wrap;
}
.career_topic_path li a {
	color: #fff;
}
.career_topic_path li:not(:last-child):after {
	content: '>';
	position: relative;
	display: inline-block;
	margin: 0 15px;
}
.career_online_main {
	background: url("../images/career/career_online_main_bg.jpg") no-repeat center center/cover;
	position: relative;
}
.career_online_main_img {
    margin: 0;
    text-align: center;
}
.career_online_main_ttl {
	margin: 0;
	background: #364647;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -22px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	padding:9px 30px 8px;
}
.career_online #main {
	background: #f5f5f5;
}
.career_online #content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 81px 0 91px;
}
.career_online .b01_h3 {
	margin-top: 0;
}
.section:not(:last-child) {
    margin-bottom: 73px;
}
.section p:last-child {
	margin-bottom: 0;
}
.career_online_main_img {
    display: flex;
    justify-content: center;
    align-items: center;
	height: 398px;
}
.career_online_main_img img:nth-child(1) {
	width: 438px;
	margin: 0 6px 0 -1px;
}
.career_online_main_img img:nth-child(2) {
	width: 334px;
}
.f_call {
	display: none;
}
.sp, .sp375, .sp425, .sp320 {
	display: none;
}

@media screen and (min-width: 751px) {
a:not([target="_blank"]):hover, a:not([target="_blank"]):active, .b01_link a:hover, a.career_item:hover {
  text-decoration: none;
}
	.h_right_btn a:hover, .b03_main:hover .b03_btn, .f_btn a:hover {
		color: #DD4945;
		background: #fff;
	}
	.h_right_sub a:hover, .h_right_link >li:hover >span, .b06_qa dt:hover, .f_link_item:hover, #totop a:hover, .b04_voice_item_info:hover, .b05_item:hover {
		opacity: 0.7!important;
	}
	.b01_button input:hover, .site_top a:hover {
		background: #DD4945;
	}
	.b04_list li:hover .b04_itm_img {
		opacity: 0;
	}
	.b04_list li:hover .b04_itm_hover {
		opacity: 1;
	}
	.b07_btn a:hover, .idx_btn a:hover {
		background: #fff;
		color: #364647;
	}
	.f_list a:hover {
		text-decoration: underline;
	}
	.idx_btn a:hover:after {
		background-image: url("../images/career/career_target_hv.svg");
	}
	.career_lightbox .close:hover {
		background: #364647;
	}
	.career_lightbox .close:hover:after, .career_lightbox .close:hover:before {
		background: #fff;
	}
	.b05_itm_detail_btn a:hover {
		background: #364647;
		color: #fff;
	}
.h_right {
    display: flex;
}
.b01_button input.back:hover {
    background: #000;
}
.career_privacy_frame::-webkit-scrollbar {
  width: 7px;
}
 
.career_privacy_frame::-webkit-scrollbar-track {
  background:  #fff;
	border-radius: 30px;
}
 
.career_privacy_frame::-webkit-scrollbar-thumb {
  background-color: #69A8B2;
	border-radius: 30px;
}
.b04_voice_detail_qa::-webkit-scrollbar {
  width: 7px;
}
 
.b04_voice_detail_qa::-webkit-scrollbar-track {
  background:  rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
 
.b04_voice_detail_qa::-webkit-scrollbar-thumb {
  background-color: #69A8B2;
	border-radius: 5px;
}
.b05_itm_detail::-webkit-scrollbar {
  width: 7px;
}
 
.b05_itm_detail::-webkit-scrollbar-track {
  background:  rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
 
.b05_itm_detail::-webkit-scrollbar-thumb {
  background-color: #69A8B2;
	border-radius: 5px;
}
}
/*End media screen min-width: 751px*/
@media screen and (max-width: 1440px) {
.logo {
    margin: 0 0 0 15px;
	width: 320px;
}
.h_right_btn a {
    height: 100px;
}
.h_right_link {
    padding: 18px 0;
}
.h_right_link >li >span {
    padding: 20px;
}
.b04_list {
    justify-content: center;
}
	#wrapper {
		padding-top: 100px;
	}
}
/*End media screen max-width: 1440px*/
@media screen and (max-width: 1200px) {
.b05_itm_main {
    padding: 20px;
}
.h_right_link >li >span {
    font-size: 15px;
	padding: 15px;
}
}
/*End media screen max-width: 1200px*/
@media screen and (max-width: 750px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 140%;
}
.career #wrapper {
	min-width: 100%;
	padding-top: 71px;
}
.container {
	width: 100%;
	padding: 0 3%;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
/*header*/
.logo {
    margin: 0;
    width: 205px;
}
.career #header .container {
    padding: 0 0 0 3%;
}
.career #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	padding: 0;
	min-width: 100%;
}
.h_right {
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    z-index: 99;
    height: calc(100% - 71px);
    background: rgba(255,255,255,0.9);
	padding: 0 0 40px;
	overflow: auto;
	display: none;
}
.h_right_link {
    padding: 0;
    display: block;
	text-align: left;
	margin-bottom: 30px;
}
	.h_right_link > li:not(:last-child):after {
		display: none;
	}
.h_right_link >li >span {
    padding: 20px 3%;
    border-bottom: 1px solid #fff;
}
.h_right_sub {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    box-shadow: none;
    padding: 30px 3%;
}
	.h_right_link .icon {
		display: none;
	}
.h_right_btn a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: auto;
    font-size: 14px;
    padding: 20px;
}
.h_right_sub a {
    font-size: 12px;
}
/* MENU-ICON */
.menu_icon {
	width: 74px;
  height: 71px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	background: #485758;
	overflow: hidden;
}
.menu_icon span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
	border-radius: 3px;
  opacity: 1;
  left: calc(50% - 10px);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu_icon span:nth-child(1) {
  top: 28px;
}

.menu_icon span:nth-child(2) {
  top: 36px;
}

.menu_icon span:nth-child(3) {
  top: 44px;
}

.menu_icon.active span:nth-child(1) {
  top: 36px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu_icon.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menu_icon.active span:nth-child(3) {
  top: 36px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*Mainvisual*/
	.itm02 {
		background-image: url("../images/career/career_main_img02_sp.jpg");
	}
	.itm01 {
		background-image: url("../images/career/career_main_img01_sp.jpg");
	}
	.slick-slide img.pc {
		display: none;
	}
	.slick-slide img.sp {
		display: block;
	}
.idx_main_icon {
    width: 30px;
    right: 2%;
    top: 10px;
}
.itm01 h2 {
    background: none;
    padding: 0;
    text-align: left;
    clip-path: none;
	font-size: 3.4vw;
	margin-bottom: 5vw;
}
.itm01 h2>span {
    background: #fff;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
    display: inline-block;
	padding:1vw 4vw;
}
.itm01 h2>span:not(:last-child) {
    margin-bottom: 1vw;
}
.itm01 h2>span:last-child {
	margin-left: 3vw;
}
.main_itm01_logo {
    width: 90%;
}
.main_itm01_img {
    margin: 0;
}
.main_slide.slick-initialized .slick-slide {
    height: 145vw;
}
.itm01 .container {
    padding-top: 12vw;
}
.itm02 .container {
    padding: 0 3%;
    display: block;
}
.main_itm02_img {
    width: 90%;
    margin: 12vw -10vw 0 auto;
}
.main_itm02_ttl {
    margin: -14vw 0 0;
}
	.slick-slide img {
		margin: 0 auto;
	}
/*Box01*/
.b01_h3:after {
    border-width: 14px 8px 0 8px;
    left: calc(50% - 8px);
    bottom: -10px;
}
.b01_h3 {
    width: 100%;
    max-width: 355px;
    font-size: 14px;
    height: 68px;
    margin: -34px auto 40px;
}
.b01_form {
    border-radius: 16px;
}
.b01_form dl {
    display: block;
    margin: 0;
}
.b01_form dt {
    width: 100%;
    padding: 1.3em;
    min-height: auto;
}
.b01_form dd {
    padding: 1.3em;
}
.b01_form input[type="text"], .b01_form input[type="email"], .b01_form input[type="date"]  {
    width: 100%;
    padding: 5px;
}
.b01_button input {
    font-size: 14px;
    width: 100%;
    max-width: 303px;
}
.box01 {
    background-size: 67.4vw auto;
    padding-bottom: 50px;
}
/*Box02*/
.b02_h3 {
	flex-direction: column;
    font-size: 20px;
    margin-bottom: 30px;
}
.box02 {
    background-size: 67.4vw auto;
    padding: 50px 0 0;
}
.b02_h3 img {
    margin: 0 0 10px;
    width: 94%;
    max-width: 335px;
}
.b02_list {
    padding-bottom: 50px;
    background-size: 67.4vw auto;
}
.b02_itm_top {
    height: auto;
    padding: 50px 3% 200px;
    display: block;
    text-align: center;
}
.b02_itm_top dt .price {
    justify-content: center;
}
.b02_itm_top dd {
    border: none;
    border-top: 1px solid #fff;
    max-width: 100%;
    margin: 20px 0 0;
    padding: 20px 0 0;
    display: block;
	font-size: 14px;
}
.b02_itm_main {
    margin-top: -113px;
    padding: 1px 3% 40px;
	width: 94%;
}
.b02_itm_point {
    width: 80px;
    height: 80px;
    font-size: 24px;
    margin: -40px auto 30px;
}
.b02_itm_point:after {
    border-width: 14px 8px 0 8px;
    left: calc(50% - 8px);
    bottom: -9px;
}
.b02_item:nth-child(1) .b02_itm_ttl {
    margin: 0 0 20px;
    padding: 0 0 12px;
}
.b02_itm_ttl {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 15px;
    height: auto;
	letter-spacing: 0;
}
	.b02_itm_list .txt, .b06_step_txt {
		font-size: 14px;
	}
.b02_itm_txt {
    margin-bottom: 25px;
}
.b02_itm_list dt {
    width: 150px;
    margin-right: 15px;
}
.b02_itm_list dl {
    padding: 0 3%;
    min-height: auto;
}
.b02_itm_list dd {
    padding: 20px 0;
}
.b02_itm_list .ttl {
    font-size: 16px;
    margin-bottom: 10px;
}
.b02_item:not(:last-child) {
    margin-bottom: 50px;
}
.b02_itm_top dt {
    text-align: center;
    font-size: 22px;
}
.b02_item:nth-child(2) .b02_itm_top {
    padding-bottom: 170px;
}
.b02_item:nth-child(2) .b02_itm_main, .b02_item:nth-child(3) .b02_itm_main {
    padding-bottom: 40px;
}
.idx_btn a {
    font-size: 12px;
    padding: 14px 14px 12px;
}
.idx_btn a:after {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}
/*Box03*/
.box03 {
    padding: 50px 0;
    background-size: 67.4vw auto;
}
.b03_info {
    width: 100%;
    margin: 0;
}
.b03_main {
    height: calc(152px + 75vw);
    align-items: flex-start;
    padding-top: 24vw;
}
.b03_img {
    width: 100%;
    left: 0;
    bottom: -6vw;
}
.b03_txt {
    font-size: 18px;
    margin-bottom: 20px;
}
.b03_btn {
    width: 94%;
    max-width: 335px;
    font-size: 14px;
    padding: 15px;
}
.b03_en {
    left: -5vw;
    top: 5vw;
}
/*Box04*/
.box04 {
    padding: 50px 0;
}
	.box04:after {
    background-size: 67.4vw auto;
	}
.idx_h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.box04 .idx_h3 {
    margin-bottom: 25px;
}
.b04_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.b04_list li:first-child {
    margin: 0 4% 20px 0;
}
.b04_list li {
    height: auto;
    width: 48%;
    max-width: 250px;
	margin: 0 4% 20px 0;
}
	.b04_list li:nth-child(2n) {
		margin-right: 0;
	}
.b04_itm_img .ttl {
    font-size: 14px;
    height: 42px;
    padding-right: 10px;
}
.b04_voice {
    display: block;
}
.b04_voice_item:not(:last-child) {
    margin: 0 0 25px;
}
.b04_voice_item_info {
    padding: 65px 0 0;
	margin: 0;
}
.b04_voice_itm_img img {
    width: 100%;
    max-width: 337px;
}
.b04_voice_itm_main {
    padding: 0 3%;
}
.b04_voice_itm_num {
    font-size: 22px;
    width: 110px;
    top: 20px;
}
.b04_voice_itm_ttl {
    font-size: 14px;
    margin-bottom: 10px;
}
.b04_voice_itm_txt {
    font-size: 13px;
    margin-bottom: -40px;
}
/*Box05*/
.box05 {
    padding: 40px 0;
    background-size: 67.4vw auto;
}
.box05 .idx_h3 {
    margin-bottom: 20px;
}
.b05_list .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(56,70,71,0.9);
    border-radius: 50%;
    top: calc(50% - 20px);
    z-index: 3;
    left: 3%;
}
	.b05_list .slick-next {
		left: auto;
		right: 3%;
	}
	.b05_list .slick-arrow:after {
		content: '';
		position: absolute;
		border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
		top: calc(50% - 4px);
    left: calc(50% - 3px);
	}
	.b05_list .slick-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
		left: calc(50% - 5px);
	}
.box05 .container {
    padding: 0;
}
.b05_note {
    width: 100%;
    max-width: 250px;
    font-size: 14px;
    margin-bottom: 25px;
}
.b05_txt {
    margin-bottom: 30px;
}
.b05_list.slick-initialized .slick-slide {
    width: 200px;
    margin: 0 5px;
}
.b05_list.slick-initialized .slick-slide:nth-child(2n) {
    padding-top: 25px;
}
.b05_itm_main {
    padding: 15px;
    height: 150px;
}
.b05_itm_txt {
    margin-bottom: 10px;
    font-size: 12px;
}
.b05_itm_name {
    font-size: 12px;
}
.b05_list:after {
    bottom: 80px;
    height: calc(100% + 38px);
}
/*Box06*/
.box06 {
    padding: 50px 0;
}
	.box06:after {
    background-size: 67.4vw auto;
	}
.b06_step {
    display: block;
    margin-bottom: 50px;
}
.b06_step dl {
    width: 100%;
    margin: 0 0 20px!important;
    display: flex;
    align-items: flex-start;
}
.b06_step dt {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    font-size: 22px;
    margin: 0 20px 0 0;
}
.b06_step dt:after {
    border-width: 7px 0 7px 20px;
    border-color: transparent transparent transparent #ffffff;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: -10px;
}
.b06_step_ttl {
    font-size: 16px;
    text-align: left;
    margin: 18px 0 10px;
}
.b06_step dl:not(:last-child):after {
	content: '';
	position: absolute;
    transform: none;
    width: 10px;
    height: 100%;
    top: 50%;
    left: 38px;
    background-image: radial-gradient(circle at 2.5px 2.5px, #fff 2.5px, transparent 0);
	z-index: -2;
	background-size: 14px 14px;
}
.b06_step ~ .idx_h3 {
    margin-bottom: 20px;
}
.b06_qa {
    border-radius: 16px;
    padding: 30px 3%;
}
.b06_qa dt:before {
    width: 60px;
    height: 60px;
	margin-right: 20px;
}
.b06_qa dt .icon {
    width: 20px;
    height: 20px;
    right: 15px;
}
.b06_qa dt .icon:before {
    height: 10px;
    top: calc(50% - 5px);
}
.b06_qa dt .icon:after {
    width: 10px;
    left: calc(50% - 5px);
}
.b06_qa dt .ttl:before {
    font-size: 20px;
}
.b06_qa dt .ttl {
    border-radius: 16px;
    padding: 17px 35px 17px 15px;
	font-size: 14px;
}
.b06_qa dt .ttl:after {
    top: 20px;
}
.b06_qa dl:not(:last-child) {
    margin-bottom: 25px;
}
.b06_qa dd:after {
    width: 60px;
    height: 60px;
}
.b06_qa dd {
    padding-right: 80px;
    margin-top: 25px;
}
.b06_qa dd .txt {
    border-radius: 16px;
    padding: 17px 15px;
	font-size: 14px;
}
.b06_qa dd .txt:before {
    font-size: 20px;
    margin-right: 15px;
}
.b06_qa dd .txt:after {
    top: 20px;
}
/*Box07*/
.box07 {
    padding: 50px 0;
}
.b07_main {
    display: block;
}
.b07_main_info {
    width: 100%;
    margin: 0 0 30px;
	text-align: center;
}
.box07 .idx_h3 {
    text-align: center;
}
.box07 .idx_h3 .en:after {
    left: auto;
    margin-left: -114px;
    top: -29px;
    width: 80px;
    height: 80px;
}
.box07 .idx_h3 .en {
    margin: 0 0 20px;
}
.b07_img {
    width: 100%;
    max-width: 355px;
    margin: 0 auto;
}
.b07_form .b01_h3 {
    margin-top: -34px;
    margin-bottom: 30px;
}
.b07_form {
    margin-top: 80px;
    padding: 1px 3% 40px;
}
.b07_form .b01_form dt {
    width: 100%;
}
/*Footer*/
.footer_main {
    padding: 40px 0;
}
.f_logo {
    max-width: 300px;
    margin: 0 auto 20px;
}
.f_img {
    margin-bottom: 20px;
}
.f_link {
    display: block;
}
.f_link_col {
    width: 100%;
}
.f_link_col:not(:last-child) {
	margin-bottom: 30px;
}
.f_link_item {
    padding: 17px 3%;
}
.f_link_txt {
    font-size: 12px;
}
.footer_txt .container {
    display: block;
    text-align: center;
}
.footer_txt {
    padding: 20px 0;
}
.copyright {
    font-size: 14px;
    margin: 20px 0 0;
}
.f_list {
    justify-content: center;
}
.f_list a {
    font-size: 14px;
}
.f_list li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
}
.career_lightbox_main {
    padding: 30px 3%;
}
.career_privacy_inner {
    padding: 30px 3%;
    border-radius: 16px;
}
.career_privacy_main {
    height: calc(100% - 89px);
}
.career_privacy_scroll {
    padding: 30px 3%;
}
.career_privacy_frame {
    padding-right: 15px;
}
.career_privacy_frame h5 {
    font-size: 16px;
}
.career_lightbox .close {
    width: 40px;
    height: 40px;
    right: 3%;
    top: 3vw;
}
.career_lightbox .close:after, .career_lightbox .close:before {
    height: 20px;
    top: calc(50% - 10px);
}
#totop {
    width: 45px;
    right: 3%;
    bottom: 80px;
}
.career_lightbox_inner {
    max-width: 100%;
    padding: 30px 3%;
}
.b04_voice_detail_main .ttl {
    font-size: 16px;
	margin-bottom: 10px;
}
.b04_voice_detail_main {
    margin-bottom: 20px;
}
.b04_voice_detail_qa {
    height: calc(100% - 103px);
    margin-right: 0;
    padding-right: 0;
}
.b04_voice_detail_main .item {
    font-size: 12px;
    width: 50px;
    padding: 2px 0 0;
}
.b04_voice_detail_main .num {
    font-size: 14px;
    width: 75px;
    margin: 0 0 15px;
}
.b04_voice_detail_main dt {
    width: 90px;
    margin: 0 0 0 15px;
}
.b04_voice_detail_qa dl {
    padding: 20px 15px 20px 50px;
}
.b04_voice_detail_qa dl:before {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
    padding: 0 13px 12px 0;
    font-size: 18px;
}
.b04_voice_detail_qa dt {
    margin-bottom: 10px;
}
.b04_voice_detail_main dd {
    font-size: 10px;
    margin: 0;
    letter-spacing: 0;
}
.career_teacher_inner {
    max-width: 100%;
	border-radius: 16px;
}
.b05_itm_detail_img {
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.b05_itm_detail_img img {
		flex-shrink: 0;
		height: 100%;
		max-width: none;
		width: 100%;
		object-fit: cover;
	}
.b05_itm_detail_ttl {
    padding: 0 3% 20px;
    min-width: 220px;
	font-size: 12px;
}
.career_teacher_main {
    height: calc(100% - 35vw);
    padding: 30px 3%;
}
.b05_itm_detail {
    margin-right: 0;
    padding-right: 0;
}
.b05_itm_detail_frame {
    padding: 25px 3%;
    margin-bottom: 20px;
}
.b05_itm_detail_txt {
    margin-bottom: 20px;
}
.b05_itm_detail_btn a {
    width: 100%;
    max-width: 260px;
    padding: 14px;
}
.b05_itm_detail_ttl .jp {
    margin-top: 10px;
}
.career_online_main_img img:nth-child(1) {
    width: 40%;
}
.career_online_main_img img:nth-child(2) {
    width: 35%;
}
.career_online_main_img {
    height: auto;
    padding: 5vw 0 calc(5vw + 30px);
}
.career_online_main_ttl {
    font-size: 14px;
    bottom: -30px;
    white-space: nowrap;
    padding: 9px 20px;
}
.career_online #content {
    padding: 60px 3% 50px;
}
.section:not(:last-child) {
    margin-bottom: 45px;
}
	#footer {
		padding-bottom: 61px;
	}
.f_call {
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
    left: 0;
    padding: 5px;
}
.f_call a {
    margin: 0 auto;
    width: 100%;
    background: #DD4945;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding: 15px 20px 15px;
    border-radius: 50px;
    max-width: 335px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: center;
}
.b01_form_ttl {
    font-size: 16px;
    margin-bottom: 15px;
}
	.b01_form .must, .b01_form .other {
		padding-top: 2px;
	}
.b01_form_txt {
    padding: 30px 3%;
}
.career_gender .wpcf7-list-item span {
    width: 69px;
}
}
/*End media screen max-width: 750px*/

@media screen and (max-width: 425px) {
	.career_tbl td, .career_tbl th {
		display: block;
		width: 100%;
		margin-top: -1px;
	}
.b02_itm_list dl {
    display: block;
		padding-top: 20px;
}
.b02_itm_list dt {
    margin: 0 auto;
}
	.sp425 {
		display: block;
	}
.b06_step dt {
    width: 60px;
    height: 60px;
    font-size: 18px;
}
.b06_step dl:not(:last-child):after {
    top: 40px;
    left: 26px;
}
.b02_itm_list .ttl {
    text-align: center;
}
.b05_itm_detail_img {
    height: 150px;
}
.career_teacher_main {
    height: calc(100% - 150px);
}
.b01_form_check .wpcf7-list-item, .b01_form_radio .wpcf7-list-item {
    width:49%;
}
.b01_form_check .wpcf7-list-item:nth-child(n+3), .b01_form_radio .wpcf7-list-item:nth-child(n+3) {
    margin-top: 10px;
}
.career_form_step li {
    width: 100%;
    font-size: 3vw;
}
.career_form_step .num {
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.career_form_step li:not(:first-child):before, .career_form_step li:not(:first-child):after {
    top: 13px;
}
.b04_itm_img .ttl {
    font-size: 3vw;
    height: 7vw;
    padding-right: 2vw;
    top: calc(50% - 3.5vw);
}
.b04_itm_img .ttl .en {
    line-height: 1em;
}
.idx_btn a {
    margin: 0 auto;
    display: flex;
    width: 100%;
    max-width: 295px;
    text-align: center;
    align-items: center;
	justify-content: center;
	padding: 14px 5px 12px;
}
}
/*End media screen max-width: 425px*/

@media screen and (max-width: 375px) {
	.sp375 {
		display: block;
	}
.menu_icon {
    width: 60px;
    height: 60px;
}
.menu_icon span:nth-child(3) {
    top: 36px;
}
.menu_icon span:nth-child(2), .menu_icon.active span:nth-child(1), .menu_icon.active span:nth-child(3) {
    top: 28px;
}
.menu_icon span:nth-child(1) {
    top: 20px;
}
	.career #wrapper {
		padding-top: 60px;
	}
.h_right {
    top: 60px;
    height: calc(100% - 60px);
}
.b03_txt {
    font-size: 16px;
}
}
/*End media screen max-width: 375px*/

@media screen and (max-width: 320px) {
	.sp320 {
		display: block;
	}
.idx_btn a {
    padding: 14px 5px 12px;
    font-size: 11px;
    width: 100%;
    text-align: center;
}
.b07_note {
    font-size: 12px;
}
.b07_txt {
    letter-spacing: 0;
}
}
/*End media screen max-width: 375px*/





/*
	font-family: 'Caveat', cursive;
*/