@charset "utf-8";
/*------------------------------------------------------------
	career
------------------------------------------------------------*/

#container {
	background: url("../img/career/index_bg02.png") no-repeat top center;
	background-size: cover;
}

.firstview{
    margin: 0 auto 40px auto;
	width: 100%;
    max-width: 1200px;
	height: 100vh;
    min-height: 800px;
	padding-bottom: 0px;
    position: relative;
}
.firstview .main_title{
display: block;
position: relative;
top: 50px;
left: 7%;
font-family: 'Noto Sans JP', sans-serif;
}
.firstview .main_title h1{
font-size: 35px;
letter-spacing: 0px;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
color: #4D4D4D;
}
.firstview .main_title h3{
font-size: 18px;
    font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	color: #C12739;
}

.firstview .top_link{
position: relative;
margin: 70px 0 20px 0;
padding: 0;
width:32%;
top: 0px;
left: 6%;
display: flex;
justify-content: flex-start;
}
.firstview .top_link li{
width: 45%;
margin: 0px auto;
}
.firstview .link_btn{
display: block;
}
.firstview .link_btn a{
display: block;
background: #c12739;
color: #fff;
font-size: 16px;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 2px;
font-weight: bold;
padding: 10px 0;
}

.firstview .career_link_list{
position: relative;
top: 0px;
left: 7%;
margin: 0px 0px 50px 0px;
display: flex;
}
.firstview .career_link_list li{
text-align: left;
font-size: 18px;
margin: 0px 30px 10px 0px;
padding-left: 18px;
font-family: 'Noto Sans JP', sans-serif;
color: #4D4D4D;
background: url("/recruit/career/image/link_arrow.png") left center no-repeat;
background-size: 13px;
}

.career_bosyu_list{
margin: 0px auto 20px auto;
padding: 0;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
justify-content: center;
flex-wrap: wrap;
position: relative;
top: 5%;
}
.career_bosyu_list li{
width: 23%;
margin: 0px 1% 0px 1%;
padding: 0px 0;
}
.career_bosyu_list li a{
display: block;
font-size: 18px;
text-align: center;
letter-spacing: 2px;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
padding: 150px 0 0 0;
text-shadow: 1px 1px 3px #c12739;
}
.career_bosyu_list li a span{
font-size: 11px;
display: block;
font-family: 'Marcellus', serif;
}
.career_bosyu_list li a .occ_link{
display: block;
background: rgba(193,38,57,0.9) center;
padding: 10px 0px;
font-size: 18px;
text-align: center;
letter-spacing: 2px;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
}
.career_bosyu_list li.occupation_bg01{
background: url("/recruit/career/image/occupation_bg01.png") center center;
background-size: cover;
}
.career_bosyu_list li.occupation_bg02{
background: url("/recruit/career/image/occupation_bg02.jpg") center center;
background-size: cover;
}
.career_bosyu_list li.occupation_bg03{
background: url("/recruit/career/image/occupation_bg03.png") center center;
background-size: cover;
}
.career_bosyu_list li.occupation_bg04{
background: url("/recruit/career/image/occupation_bg04.png") center center;
background-size: cover;
}
.career_bosyu_list li.occupation_bg04v2{
    background: url("/recruit/career/image/occupation_bg04v2.png") center center;
    background-size: cover;
}

.recruit_top_link{
width: 94%;
margin: 40px auto 40px auto;
text-align: center;
position: relative;
}
.recruit_top_link a{
display: block;
padding: 20px 0;
margin: 0;
background: #1B3780;
color: #fff;
/** font-weight: bold; **/
font-size: 18px;
}
.recruit_top_link::after{
position: absolute;
right: 2%;
top: 35%;
content: "》";
color: #fff;
}

.content .center_p{
text-align: center;
}
.content .center_p a{
color: #1F3F8E;
text-decoration: underline;
}


.firstview .top_img01{
width:25%;
position: absolute;
top:50px;
right: 26%;
}
.firstview .top_img01 img{
width: 100%;
}
.firstview .top_img02{
width: 25%;
position: absolute;
top:10px;
right: 0;
}
.firstview .top_img02 img{
width: 100%;
}
.pageTitle {
margin: 0 0 30px 0;
position: relative;
z-index: 1;
left: 7%;
top: 0px;
}
.pageTitle h2 {
position: relative;
width: 60%;
max-width: 900px;
font-size: 2.6rem;
font-weight: 400;
letter-spacing:1px;
font-family: 'Marcellus', serif;
font-family: 'Noto Sans JP', sans-serif;
color: #4D4D4D;
margin: 0px 0 30px 0px;
text-shadow: 2px 2px 3px #fff;
}
.pageTitle h2 span{
color: #be273c;
}
.pageTitle h3 {
position: relative;
left: 0%;
width: 50%;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2em;
	font-family: 'Marcellus', serif;
	color: #C12739;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 1.3s ease-in;
}
.fade-in_2 {
  animation: fade-in 1.5s ease-in;
}

.info_bnr{
position: relative;
left: 0%;
margin: -5vh auto 100px auto;
width: 100%;
max-width: 900px;
text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
color: #fff;
background: #0B3581;
}
.info_bnr a{
display: block;
height: 100%;
width: 100%;
padding:10px 0px;
color: #fff;
background: #0B3581;
}
.info_bnr a:hover{
background:#5391FF;
}

#main .content h2{
   font-size: 50px;
    font-weight: 200;
    letter-spacing: 0.1em;
	font-family: 'Marcellus', serif;
	color: #C12739;
	margin: 0px 0px 30px 0px;
	line-height: 100%;
}
#main .content h2 span{
display: block;
   font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4d4d4d;
	margin: 20px 0px 0px 0px;
	padding: 0;
	line-height: 200%;
}
#main .content .flex{
width: 100%;
margin: 0px 0px 30px 0px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#main .content .caption{
width: 40%;
margin: 0px 0px 30px 0px;
}
#main .content .caption h3{
margin: 0px 0px 30px 0px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 38px;
color: #4D4D4D;
}
#main .content .caption p{
margin: 0px 0px 30px 0px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 16px;
color: #4D4D4D;
line-height: 200%;
}
#main .content .team_list{
width: 55%;
margin: 0px 0 30px 0px;
}
#main .content .team_list .team_img{
width: 100%;
margin: 0px auto 0px auto;
}
#main .content .team_list h3{
width: 94%;
margin: -20px auto 0px auto;
text-align: left;
font-size: 30px;
letter-spacing: 2px;
font-family: 'Marcellus', serif;
	color: #C12739;
}
#main .content .team_list .name{
width: 94%;
margin: 10px auto 15px auto;
text-align: left;
font-size: 16px;
letter-spacing: 1px;
font-family: 'Noto Sans JP', sans-serif;
}
#main .content .team_list .name span{
font-size: 22px;
}
#main .content .team_list .name_list{
width: 94%;
margin: 10px auto 15px auto;
text-align: left;
font-size: 16px;
letter-spacing: 1px;
font-family: 'Noto Sans JP', sans-serif;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#main .content .team_list .name_list span{
font-size: 22px;
}
#main .content .team_list .team_cap{
width: 94%;
margin: 0px auto 50px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main .content .team_list .team_cap p{
width: 65%;
font-size: 14px;
line-height: 200%;
}
#main .content .team_list .team_cap .read_more{
width: 30%;
min-width: 150px;
font-size: 14px;
line-height: 200%;
font-family: 'Marcellus', serif;
	color: #C12739;
}
#main .content .team_list .team_cap .read_more a{
display: block;
background: url("../img/career/arrow01.png") no-repeat right center;
background-size: auto 100%;
padding: 10px 50px 10px 0px;
font-size: 14px;
letter-spacing: 2px;
font-family: 'Marcellus', serif;
	color: #C12739;
}
.flowmenu_flowimg{
	text-align: center;
    margin: 0 auto;
    width: 65%;
}
.career_link_box .footer_entry{
width: 80%;
margin: 0px auto;
padding: 0;
position: relative;
top:-80px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
justify-content: space-around;
}
.career_link_box .footer_entry li{
width: 45%;
margin: 30px 0px;
padding: 0;
background: #fff;
box-radiows: 10px;
}
.career_link_box .footer_entry li a{
display: block;
background: #fff url("/recruit/img/career/arrow01.png") no-repeat 90% center;
background-size: 40px;
padding: 25px 60px 25px 10px;
color: #C12639;
font-size: 20px;
position: relative;
overflow: hidden;
box-radiows: 10px;
}
.career_link_box .footer_entry li a h3{
position: relative;
top: 30%;
left: 20%;
color:#C12639;
font-size: 18px;
letter-spacing: 2px;
font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
}
.career_link_box .footer_entry li a h3 span{
font-size: 13px;
display: block;
font-family: 'Noto Sans JP', sans-serif;
}


@media all and (max-width: 896px) {

.firstview{
    margin: 0 auto 40px auto;
	width: 90%;
	height: auto;
    min-height: 540px;
	padding-bottom: 0px;
    position: relative;
}
.firstview .main_title{
display: block;
position: relative;
top: 70px;
left: 0%;
z-index: 2;
font-family: 'Noto Sans JP', sans-serif;
}
.firstview .main_title h1{
font-size: 2.6rem;
letter-spacing: 2px;
font-weight: 600;
font-family: 'Noto Sans JP', sans-serif;
color: #4D4D4D;
}

.firstview .main_title h3{
font-size: 2rem;
color:#C12739;
line-height: 100%;
margin-bottom: 5px;
  /*  font-weight: 300;
    letter-spacing: 0.1em;
	font-family: 'Marcellus', serif;
	color: #C12739;*/
}

.firstview .top_img01{
width:47%;
position: absolute;
top:140px;
right: 45%;
}
.firstview .top_img01 img{
width: 100%;
}
.firstview .top_img02{
width: 45%;
position: absolute;
top:80px;
right: -5%;
}
.firstview .top_img02 img{
width: 100%;
}
.pageTitle {
margin: 0px 0 0px 0;
position: relative;
z-index: 1;
left: 0%;
top: 50px;
width: 100%;
}
.pageTitle h2 {
position: relative;
left: 1%;
top: 0;
width: 100%;
font-size: 2rem;
font-weight: 400;
letter-spacing: 0px;
font-family: 'Marcellus', serif;
font-family: 'Noto Sans JP', sans-serif;
color: #4D4D4D;
margin: 14em 0 40px 0px;
}
.pageTitle h3 {
position: relative;
left: 0%;
top: 0px;
width: 90%;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.1em;
	font-family: 'Marcellus', serif;
	color: #C12739;
    margin: 0px 0px 0px 0px !important;
}

.firstview .top_link{
position: relative;
margin: 0px auto 20px auto;
padding: 0;
width: 90%;
left: 0;
top: 0px;
display: flex;
justify-content: center;
flex-wrap: wrap;
z-index: 1;
}
.firstview .top_link li{
width: 100%;
margin: 0px auto 10px auto;
}
.firstview .link_btn a{
display: block;
background: #c12739;
color: #fff;
font-size: 18px;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 2px;
font-weight: bold;
padding: 8px 0;
}

.firstview .career_link_list{
position: relative;
top:0px;
left: 0%;
margin: 10px 20px 30px 20px;
display: flex;
}
.firstview .career_link_list li{
width: 50%;
text-align: left;
font-size: 1.4em;
margin: 0px 0px 10px 0px;
padding-left: 20px;
font-family: 'Noto Sans JP', sans-serif;
color: #4D4D4D;
background: url("/recruit/career/image/link_arrow.png") left center no-repeat;
background-size: 13px;
}

.sec01 .content{
margin-bottom: 50px;
}

.career_bosyu_list{
margin: 30px auto 20px auto;
padding: 0;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
justify-content: center;
flex-wrap: wrap;
}
.career_bosyu_list li{
width: 90%;
margin: 0px auto 10px auto;
}
.career_bosyu_list li a{
display: block;
font-size: 18px;
text-align: center;
letter-spacing: 2px;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
padding: 0px 0;
}
.career_bosyu_list li a span{
font-size: 11px;
display: block;
font-family: 'Marcellus', serif;
}
.career_bosyu_list li a .occ_link{
display: block;
background: rgba(193,38,57,0.50) center;
padding: 50px 0px;
font-size: 18px;
text-align: center;
letter-spacing: 2px;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
}
.career_bosyu_list li.occupation_bg01{
background: url("/recruit/career/image/occupation_bg01.png") center center;
background-size: cover;
}
.career_bosyu_list li.occupation_bg02{
background: url("/recruit/career/image/occupation_bg02.jpg") center center;
background-size: cover;
}
.career_bosyu_list li.occupation_bg03{
background: url("/recruit/career/image/occupation_bg03.png") center center;
background-size: cover;
}
.recruit_top_link{
width: 94%;
margin: 20px auto 140px auto;
text-align: center;
position: relative;
}
.recruit_top_link a{
display: block;
padding: 10px 0;
margin: 0;
background: #1B3780;
color: #fff;
font-weight: bold;
font-size: 14px;
}
.recruit_top_link::after{
position: absolute;
right: 0%;
top: 38%;
content: "》";
color: #fff;
}


.career_link_box .footer_entry{
width: 80%;
margin: 0px auto;
padding: 0;
position: relative;
top:-40px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.career_link_box .footer_entry li{
width: 100%;
margin: 10px 0px;
padding: 0;
background: #fff;
box-radiows: 10px;
}
.career_link_box .footer_entry li a{
display: block;
background: #fff url("/recruit/img/career/arrow01.png") no-repeat 90% center;
background-size: 30px;
padding: 25px 40px 25px 10px;
color: #C12639;
font-size: 20px;
position: relative;
overflow: hidden;
box-radiows: 10px;
}
.career_link_box .footer_entry li a h3{
position: relative;
left: 5%;
color:#C12639;
font-size: 18px;
letter-spacing: 2px;
font-family: 'Marcellus', serif;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}
.career_link_box .footer_entry li a h3 span{
font-size: 13px;
display: block;
font-family: 'Noto Sans JP', sans-serif;
}

.info_bnr{
position: relative;
left: 0%;
margin: -130px auto 50px auto;
width: 90%;
text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
color: #fff;
background: #0B3581;
}
.info_bnr a{
display: block;
height: 100%;
width: 100%;
padding:10px 0px;
color: #fff;
background: #0B3581;
}
.info_bnr a:hover{
background:#5391FF;
}

#main .content h2{
width: 100%;
   font-size: 32px;
    font-weight: 200;
    letter-spacing: 0.1em;
	font-family: 'Marcellus', serif;
	color: #C12739;
	margin: 0px 0px 20px 0px;
	line-height: 100%;
}
#main .content h2 span{
display: block;
   font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	padding: 0;
	line-height: 200%;
}
#main .content .flex{
width: 100%;
margin: 0px auto 30px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .content .caption{
width: 100%;
margin: 0px 0px 30px 0px;
}
#main .content .caption h3{
margin: 0px 0px 30px 0px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 20px;
color: #4D4D4D;
}
#main .content .caption p{
margin: 0px 0px 30px 0px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 16px;
color: #4D4D4D;
line-height: 200%;
}
#main .content .team_list{
width: 100%;
margin: 0px auto 30px auto;
}
#main .content .team_list .team_img{
width: 100%;
margin: 0px auto 0px auto;
}
#main .content .team_list h3{
width: 94%;
margin: -20px auto 0px auto;
text-align: left;
font-size: 30px;
letter-spacing: 2px;
font-family: 'Marcellus', serif;
	color: #C12739;
}
#main .content .team_list .name{
width: 94%;
margin: 10px auto 15px auto;
text-align: left;
font-size: 14px;
letter-spacing: 0px;
font-family: 'Noto Sans JP', sans-serif;
}
#main .content .team_list .name span{
font-size: 18px;
}
#main .content .team_list .name_list{
width: 94%;
margin: 10px auto 15px auto;
text-align: left;
font-size: 16px;
letter-spacing: 1px;
font-family: 'Noto Sans JP', sans-serif;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
}
#main .content .team_list .name_list li{
text-align: left;
}
#main .content .team_list .name_list span{
font-size: 22px;
}
#main .content .team_list .team_cap{
width: 94%;
margin: 0px auto 50px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#main .content .team_list .team_cap p{
width: 100%;
font-size: 14px;
line-height: 200%;
margin: 0px auto 10px auto; 
}
#main .content .team_list .team_cap .read_more{
width: 30%;
min-width: 150px;
font-size: 14px;
line-height: 200%;
font-family: 'Marcellus', serif;
	color: #C12739;
}
#main .content .team_list .team_cap .read_more a{
display: block;
background: url("../img/career/arrow01.png") no-repeat right center;
background-size: auto 100%;
padding: 10px 50px 10px 0px;
font-size: 14px;
letter-spacing: 2px;
font-family: 'Marcellus', serif;
	color: #C12739;
}
}


#main .content .faq{
width: 100%;
margin: 0px auto 30px auto;
}
#main .content .faq h2{
text-align: center;
margin: 0px auto 50px auto;
}
@keyframes tabAnim{
  0%{opacity:0;}
  100%{opacity:1;}
}
#main .faq .tab_wrap{
width:100%;
margin:50px auto 100px auto;
}
#main .faq input[type="radio"]{display:none;}
#main .faq .tab_area{font-size:0; margin:0 10px;}
#main .faq .tab_area label{
width:30%;
margin:0 1.5% 10px 1.5%;
display:inline-block;
padding:0px 0;
border-radius: 30px;
color:#ccc;
text-align:center;
font-size:16px;
cursor:pointer;
transition:ease 0.2s opacity;
font-family: 'Noto Sans JP', sans-serif;
}
#main .faq .tab_area label:hover{
}
#main .faq .tab_panel{width:100%; opacity:0; padding:20px 0; display:none;}
#main .faq .tab_panel p{}
#main .faq .panel_area{ margin: 0px auto 100px auto;
}
#tab1:checked ~ .tab_area .tab1_label{ color:#C12739; font-weight: 600;}
#tab1:checked ~ .tab_area .tab1_label::before{ content: "●"; color:#C12739;}
#tab1:checked ~ .panel_area #panel1{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#tab2:checked ~ .tab_area .tab2_label{color:#C12739; font-weight: 600;}
#tab2:checked ~ .tab_area .tab2_label::before{ content: "●"; color:#C12739;}
#tab2:checked ~ .panel_area #panel2{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#tab3:checked ~ .tab_area .tab3_label{color:#C12739; font-weight: 600;}
#tab3:checked ~ .tab_area .tab3_label::before{ content: "●"; color:#C12739;}
#tab3:checked ~ .panel_area #panel3{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#main .faq .tit {
	padding-bottom: 6px;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.05em;
}
#main .faq .ask{
margin: 0px auto 20px auto;
	border-bottom: 1px solid #ccc;
}
#main .faq .tit01,
#main .faq .tit01_2 {
	color: #4D4D4D;
}
#main .faq .tit02 {
	padding-top: 81px;
}
#main .faq .title:first-child {
	margin-top: 0;
}
#main .faq .title {
	margin-top: 15px;
	font-size: 2rem;
	text-align: left;
	position: relative;
	padding: 0px 0px 30px 0px;
}
#main .faq .title p {
	cursor: pointer;
	padding: 0px 50px 20px 30px;
	position: relative;
	width: 90%;
}
#main .faq .title p::before {
	margin-top: -11px;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0%;
	right: 35px;
	left: 90%;
	background: url("../img/career/icon03.png") no-repeat right top;
	background-size: 60px 60px; 
	content: "";
}
#main .faq .title p.on::before {
	background: url("../img/career/icon04.png") no-repeat right top;
	background-size: 60px 60px;
	border-bottom: none;
}
#main .faq .color01 {
color: #4D4D4D;
position: relative;
}
#main .faq .color01::before{
content: "Q.";
position: relative;
left: 0;
top: 0;
margin-top: 0;
	font-size: 40px;
	font-family: 'Marcellus', serif;
}
#main .faq .color01 p{
position: absolute;
left: 30px;
top: 20px;
}
#main .faq .detailBox {
	display: none;
	padding-top: 38px;
	padding: 30px;
}
#main .faq .detailBox p{
	font-size: 16px;
	line-height: 180%;
}

#main .faq .detailBox01 {
	margin-bottom: 110px;
}
#main .faq .detailBox table {
	margin: 0 auto;
	width: 740px;
	border-collapse: collapse;
}
#main .faq .detailBox .tableA {
	margin-bottom: 65px;
}
#main .faq .detailBox th,
#main .faq .detailBox td {
	padding-bottom: 30px;
	line-height: 2;
	text-align: left;
	vertical-align: top;
}
#main .faq .detailBox table tr:last-of-type th,
#main .faq .detailBox table tr:last-of-type td {
	padding-bottom: 0;
}
#main .faq .detailBox th {
	width: 24.3%;
}
#main .faq .detailBox .note {
	padding-left: 1em;
	text-indent: -1em;
}
#main .faq .detailBox .txtList dt {
	float: left;
}
#main .faq .detailBox .txtList dd {
	padding-left: 3.1em;
}
#main .faq .textList li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .faq .textList a {
	color: #4D5057;
}
#main .faq .textList a:hover {
	text-decoration: underline;
}
#main .faq .detailBox .txtDl {
	margin: 0 auto;
	padding-left: 16px;
	width: 612px;
	border-left: 2px solid #CFCFD1;
	box-sizing: border-box;
}
#main .faq .detailBox .txtDl dt {
	margin-bottom: 9px;
	font-weight: 700;
	line-height: 1;
}
#main .faq .detailBox .txtDl dt:first-of-type {
	margin-bottom: 38px;
}
#main .faq .detailBox .txtDl dd {
	margin-bottom: 36px;
	line-height: 2;
}
#main .faq .detailBox .txtDl dd:last-of-type {
	margin-bottom: 0;
}
#main .faq .detailBox .txtList .txtUl {
	margin-left: 46px;
}
#main .faq .detailBox .TxtUl li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
#main .faq .detailBox .txtList01 dd {
	padding-left: 4.5em;
}
#main .faq .detailBox .text {
	margin: 0 auto 66px;
	width: 820px;
	line-height: 2.17;
}

#main .headLine02 {
    margin: 80px auto 40px auto;
    font-weight: 500;
	font-family: 'Marcellus', serif;
    font-family: 'Noto Sans JP', sans-serif;
	color: #4D4D4D;
	font-size: 30px;
	line-height: 120%;
}
#main .headLine02 span{
display: block;
margin: 10px auto;
font-size: 20px;
color: #C12739;
line-height: 120%;
}
#main .traning {
	margin-bottom: 105px;
}
#main .traning .center{
	margin: 0px auto 45px auto;
	text-align: center;
}
.career_link_box .flowmenu{
	width:60%;
	margin:3% auto;
	padding:2%;
}



@media all and (max-width: 896px) {
#main .faq .tab_area label{
width:100%;
margin:0 1.5% 10px 1.5%;
display:inline-block;
padding:0px 0;
border-radius: 30px;
color:#ccc;
text-align:center;
font-size:16px;
cursor:pointer;
transition:ease 0.2s opacity;
font-family: 'Noto Sans JP', sans-serif;
}

#main .faq .title {
	margin-top: 15px;
	margin-right: 30px;
	font-size: 15px;
	text-align: left;
}
#main .faq .title p {
	cursor: pointer;
	padding: 0px 30px 20px 0px;
	position: relative;
	margin: 0px auto 0px 0px;
}
#main .faq .title p::before {
	margin-top: -11px;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 20%;
	right: 0px;
	background: url("../img/career/icon03.png") no-repeat left top;
	background-size: 30px 30px; 
	content: "";
}
#main .faq .title p.on::before {
	background: url("../img/career/icon04.png");
	background-size: 30px 30px;
	border-bottom: none;
}
#main .faq .color01 {
color: #4D4D4D;
}
#main .faq .color01::before{
content: "Q.";
position: absolute;
left: 0;
top: 20%;
margin-top: 0;
	font-size: 20px;
	font-family: 'Marcellus', serif;
}
}


#main .content01 .headLine02 {
    margin: 80px auto 10px auto;
	padding: 0px 0px 0px 0px;
    color: #222;
	font-weight: bold;
}
#main .content01 .headLine02 .en {
    color: #E79C66;
}
.comNavi {
    margin-bottom: 103px;
}
.comNavi a {
	padding: 16px 40px 19px;
}
#main .photo {
    margin: 0 auto 92px;
    width: 852px;
}
#main .families .headLine02 {
    color: #191D26;
}
#main .families .headLine02 .en {
    color: #4D5057;
}
#main .families {
    margin-bottom: 82px;
}
#main .families .content {
    width: 942px;
}
#main .families .headLine02 {
    margin-bottom: 36px;
}
#main .families p {
    margin-bottom: 89px;
    color: #4D5057;
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0.05em;
    text-align: center;
}
#main .families h4 {
    margin-bottom: 30px;
    padding-left: 1em;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    line-height: 1.67;
    text-indent: -1em;
}
#main .families .text01 {
    margin-bottom: 140px;
    font-size: 1.5rem;
    line-height: 2.6;
    text-align: left;
    text-align: justify;
    text-justify:inter-ideograph;
}
#main .families p:last-of-type {
    margin-bottom: 94px;
}
#main .families .textBox {
    padding: 53px 64px 57px 81px;
    background: url("../img/career/text_bg.jpg") no-repeat left top / 942px;
}
#main .families .textBox p {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 2.6;
    text-align: left;
}
#main .training {
    margin-bottom: 50px;
}
#main .training .content {
    width: 906px;
}
#main .training .headLine02 {
    margin-bottom: 53px;
}
#main .training p {
    margin-bottom: 49px;
    color: #5E6167;
    font-size: 1.5rem;
    line-height: 2.6;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify:inter-ideograph;
}
#main .training .photoList li {
    width: 32%;
}
#main .training .photoList::after {
    width: 32%;
    content: '';
}
#main .training .photoList li .pho {
    margin-bottom: 12px;
}
#main .training .photoList li .txt .ttl {
    margin-bottom: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#main .training .photoList li .txt .ttl span {
    margin-top: -1px;
    display: block;
    color: #838383;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.09em;
}
#main .training .photoList li .txt p {
    color: #4D4D4D;
    font-size: 1.4rem;
    line-height: 1.93;
    letter-spacing: 0.09em;
}
#main .yearTraining {
    margin-bottom: 75px;
}
#main .yearTraining .content {
    width: 1080px;
}
#main .yearTraining .headLine02,
#main .contents .headLine02 {
    margin-bottom: 24px;
    color: #4D5057;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#main .yearTraining .headLine02 .en,
#main .contents .headLine02 .en {
    margin-top: 4px;
    color: #838383;
    font-size: 1.2rem;
    letter-spacing: 0.09em;
}
#main .yearTraining .ulList .month {
    margin-bottom: 8px;
    color: #4D5057;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}
#main .yearTraining .ulList > li {
    width: 15.8%;
    position: relative;
}
#main .yearTraining .ulList > li:not(:last-of-type)::after {
    width: 19px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: -40px;
    background: url("../img/common/icon09.png") no-repeat center / 19px 37px;
    content: '';
}
#main .yearTraining .ulList li ul {
    padding: 28px 14px;
    min-height: 247px;
    background-color: #EEEEEF;
    box-sizing: border-box;
}
#main .yearTraining .ulList li ul li {
    padding-left: 1em;
    color: #4D4D4D;
    font-size: 1.2rem;
    line-height: 1.58;
    text-indent: -1em;
}
#main .yearTraining .ulList li ul li:not(:last-of-type) {
    margin-bottom: 8px;
}
#main .contents {
    margin-bottom: 158px;
}
#main .contents .content {
    width: 852px;
}
#main .contents .bg01 {
    background-color: #FCF2EB;
}
#main .contents .bg02 {
    background-color: #FAEBE0;
}
#main .contents .bg03 {
    background-color: #F7E2D1;
}
#main .contents .bg04 {
    background-color: #F5D8C1;
}
#main .contents .bg05 {
    background-color: #F2CEB2;
}
#main .contents .detailBox {
    padding: 48px 0 53px 38px;
    position: relative;
}
#main .contents .detailBox .icoSpan {
	cursor: pointer;
	position: absolute;
	right: 27px;
	top: 70px;
	width: 48px;
	height: 49px;
	background: url("../img/common/icon10.png") no-repeat left top;
	background-size: 48px 49px; 
	z-index: 100;
}
#main .contents .detailBox .icoSpan:hover {
	opacity: 0.7;
}
#main .contents .detailBox .icoSpan.on {
	top: 25px;
	background: url("../img/common/icon10_on.png") no-repeat left top;
	background-size: 48px 49px; 
}
#main .contents .detailBox .ttlBox {
	padding: 0 0 0 19px;
	color: #4c5157;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
#main .contents .detailBox .ttlBox .topSpan {
	margin-bottom: 18px;
	color: #4c5157;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.63rem;
	font-weight: 700;
}
#main .contents .detailBox:not(:last-of-type) {
    margin-bottom: 6px;
}
#main .contents .detailBox .ttlBox.on {
	display: none;
}
#main .contents .detailBox .jsBox {
	display: none;
}
#main .contents .detailBox .left {
    width: 25%;
}
#main .contents .detailBox .left h4 {
    margin-bottom: 14px;
    color: #4D5057;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    font-family: 'Roboto Condensed', sans-serif;
}
#main .contents .detailBox .left p {
    color: #4D5057;
    letter-spacing: 0.05em;
    line-height: 1.87;
}
#main .contents .detailBox .right {
    padding: 6px 0 0 52px;
    width: calc(74% - 1px);
    border-left: 1px solid #A5A1A0;
    box-sizing: border-box;
}
#main .contents .detailBox .right .title {
    margin-bottom: 25px;
    color: #4D5057;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#main .contents .detailBox .right .title .font01 {
	font-size: 1.2rem;
	font-weight: 400;
}
#main .contents .detailBox .right .subBox:not(:last-of-type) {
    margin-bottom: 30px;
}
#main .contents .detailBox .right ul {
    width: 33%;
    float: left;
}
#main .contents .detailBox .right ul li {
    color: #4D4D4D;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
    line-height: 1.66;
}
#main .contents .detailBox .right ul li:not(:last-of-type) {
    margin-bottom: 5px;
}
#main .welfare {
    margin-bottom: 182px;
}
#main .welfare .content {
    width: 906px;
}
#main .welfare .headLine02 {
    margin-bottom: 56px;
    color: #191D26;
}
#main .welfare .title {
    margin-bottom: 50px;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.96;
    text-align: center;
}
#main .welfare .title span {
    margin-bottom: 10px;
    display: block;
    color: #4D5057;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}
#main .welfare .text {
    margin-bottom: 46px;
    color: #5E6167;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2.6;
}
#main .welfare .subBox {
    margin: 0 auto;
    width: 852px;
}
#main .welfare .subBox .ulList {
    margin: -60px 0 135px;
}
#main .welfare .subBox .ulList li {
    margin-top: 62px;
    width: 25%;
    text-align: center;
}
#main .welfare .subBox .ulList li span {
    margin-top: 12px;
    display: block;
    color: #4D5057;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.69;
}
#main .welfare .subBox .photo {
    margin-bottom: 23px;
    width: 100%;
}
#main .welfare .subBox h4 {
    padding-left: 1em;
    margin-bottom: 22px;
    color: #4D5057;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-indent: -1em;
}
#main .welfare .subBox p {
    color: #4D4D4D;
    font-size: 1.4rem;
    letter-spacing: 0.09em;
    line-height: 1.93;
	text-align: justify; 
	text-justify:inter-ideograph;
}
#main .welfare .subBox p:not(:last-of-type) {
    margin-bottom: 86px;
}

@media all and (max-width: 896px) {
    .comNavi {
        margin-bottom: 88px;
    }
    #main .photo {
        margin: 0 0 35px;
        width: auto;
        text-align: center;
    }
	#main .families {
		margin-bottom: 120px;
	}
    #main .families .headLine02 {
        color: #4D5057;
    }
    #main .families .headLine02 {
        margin-bottom: 25px;
    }
    #main .families .content {
        width: auto;
    }
    #main .families p {
        margin-bottom: 47px;
        font-size: 1.3rem;
        line-height: 1.92;
    }
	#main .families h4 {
		margin-bottom: 15px;
		color: #4D5057;
		font-size: 1.8rem;
		letter-spacing: 0.08em;
		line-height: 1.5;
	}
    #main .families .text01 {
        margin-bottom: 48px;
        color: #5E6167;
        font-size: 1.3rem;
        line-height: 1.92;
    }
    #main .families p:last-of-type {
        margin-bottom: 38px;
    }
	#main .families .textBox {
		padding: 14px 10px 15px 20px;
		background: url("../img/career/text_bg_sp.jpg") no-repeat center / cover;
	}
	#main .families .textBox p {
		margin-bottom: 0;
        color: #5E6167;
		font-weight: 700;
		line-height: 1.92;
	}
    #main .training {
        margin-bottom: 30px;
    }
	#main .training .content {
		width: auto;
	}
	#main .training .headLine02 {
		margin-bottom: 24px;
	}
	#main .training p {
		margin-bottom: 34px;
		font-size: 1.3rem;
		line-height: 1.92;
	}
	#main .training .photoList li {
		width: 100%;
		text-align: center;
	}
    #main .training .photoList li:not(:last-of-type) {
		margin-bottom: 20px;
    }
	#main .training .photoList li .txt .ttl {
		margin-bottom: 8px;
	}
	#main .training .photoList li .txt p {
		font-size: 1.3rem;
		line-height: 1.92;
	}
	#main .yearTraining {
		margin-bottom: 65px;
	}
    #main .yearTraining .content {
        width: auto;
    }
    #main .yearTraining .ulList {
        width: auto;
		display: block;
    }
	#main .yearTraining .ulList > li {
		width: 100%;
		margin-bottom: 47px;
		padding-bottom: 12px;
	}
	#main .yearTraining .ulList li ul {
		min-height: inherit;
		padding: 14px 14px 20px;
	}
	#main .yearTraining .ulList > li:not(:last-of-type)::after {
		margin-right: -18px;
		right: 50%;
		top: auto;
		bottom: -30px;
		width: 37px;
		height: 19px;
		background-image: url("../img/common/sp_icon10.png");
		background-size: 37px 19px; 
	}
	#main .yearTraining .ulList > li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
    #main .yearTraining .ulList .month {
        font-size: 1.6rem;
    }
    #main .contents {
        margin-bottom: 120px;
    }
    #main .contents .content {
        width: auto;
        overflow: auto;
    }
    #main .contents .detailBox {
        padding: 10px 20px 16px 20px;
        width: auto;
    }
    #main .contents .detailBox:not(:last-of-type) {
        margin-bottom: 6px;
    }
	#main .contents .detailBox .ttlBox {
		padding: 0 50px 0 0;
	}
	#main .contents .detailBox .ttlBox .topSpan {
		font-size: 2.3rem;
		margin-bottom: 0px;
		letter-spacing: 0.05em;
	}
	#main .contents .detailBox .icoSpan {
		background-size: 40px auto;
		top: 25px;
		right: 16px;
	}
	#main .contents .detailBox .icoSpan:hover {
		opacity: 1;
	}
	#main .contents .detailBox .icoSpan.on {
		background-size: 40px auto;
	}
    #main .contents .detailBox .left {
        width: auto;
    }
    #main .contents .detailBox .left h4 {
        margin-bottom: 0;
		font-size: 2.3rem;
		letter-spacing: 0.05em;
    }
    #main .contents .detailBox .left p {
        line-height: 1.5;
		letter-spacing: 0.1em;
    }
    #main .contents .detailBox .right {
		margin-top: 9px;
        padding: 40px 0 0 0;
        width: auto;
		border-left: none;
		border-top: 1px solid #A5A1A0;
    }
    #main .contents .detailBox .right .title {
        margin-bottom: 10px;
    }
    #main .contents .detailBox .right .subBox:not(:last-of-type) {
        margin-bottom: 30px;
    }
    #main .contents .detailBox .right ul li:not(:last-of-type) {
        margin-bottom: 0;
    }
	#main .contents .detailBox .right .ulBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .contents .detailBox .right ul {
		width: 50%;
		float: none;
	}
	#main .contents .detailBox .right ul:nth-child(2n) {
		width: 46%;
	}
	#main .contents .detailBox .scroll .info {
		width: auto;
		margin-bottom: 20px;
	}
    #main .welfare {
        margin-bottom: 150px;
    }
	#main .welfare .content {
		width: auto;
	}
    #main .welfare .headLine02 {
        margin-bottom: 20px;
        color: #4D5057;
    }
    #main .welfare .title {
        margin-bottom: 34px;
        font-size: 2rem;
        line-height: 1.7;
    }
    #main .welfare .title span {
        margin-bottom: 4px;
    }
    #main .welfare .text {
        margin-bottom: 42px;
        font-size: 1.3rem;
        line-height: 1.92;
        letter-spacing: 0.05em;
    }
    #main .welfare .subBox {
        margin: 0 auto;
        width: auto;
    }
    #main .welfare .subBox .ulList {
        margin: -20px -10px 143px;
    }
    #main .welfare .subBox .ulList li {
        margin-top: 20px;
		margin-right: 2%;
        width: 32%;
        text-align: center;
    }
	#main .welfare .subBox .ulList li:nth-child(3n) {
		margin-right: 0;
	}
    #main .welfare .subBox .ulList li span {
        margin: 4px -10px 0;
        font-size: 1.2rem;
        line-height: 1.25;
    }
    #main .welfare .subBox .photo {
        margin: 0 0 22px;
        width: 100%;
        text-align: center;
    }
    #main .welfare .subBox h4 {
        margin-bottom: 10px;
    }
    #main .welfare .subBox p {
        font-size: 1.3rem;
        line-height: 1.92;
    }
    #main .welfare .subBox p:not(:last-of-type) {
        margin-bottom: 30px;
    }
    
#main .traning {
		margin-bottom: 90px;
	}
	#main .traning table {
		margin-bottom: 20px;
		width: 100%;
	}
	#main .traning table span{
		font-size: 12px;
		display: inline-block;
	    padding: 4% 0 0 6%;
	    text-align: left;
	    text-indent: -6%;
	}
	#main .traning .table_memo{
		margin-bottom: 40px;
	}
	#main .traning th,
	#main .traning td {
		padding: 8px 5px;
		font-size: 1.3rem;
		line-height: 1.3;
		vertical-align: middle;
	}
	#main .traning .timeBox {
		margin: 0 auto 0px auto;
		width: auto;
		padding: 0;
	}
	#main .traning .rightTxt {
		margin-bottom: 5px;
		font-size: 1rem;
	}
	#main .traning .timeBox li {
	display: flex;
	flex-wrap: wrap;
		height: auto;
	}
	#main .traning .timeBox li .time_circle {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	top: -20px;
	left: -15px;
}
	#main .traning .timeBox li .txtBox {
		padding: 10px 10px;
		width: 100%;
		height: 100%;
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.15;
		background: #3C3631;
	}
	#main .traning .timeBox li .time {
		padding-right: 12px;
		width: 60px;
		height: 92px;;
		background: none;
	}
	#main .traning .timeBox .txt {
		padding: 0 0 0 8px;
		width: auto;
		font-size: 1.2rem;
		line-height: 1.6;
	margin: 10px auto 10px auto;
	box-sizing: border-box;
	width: 96%;
	}
	#main .traning .timeBox .txt .nameTtl {
		margin-bottom: 3px;
		display: block;
		color: #E69D65;
		font-size: 1.3rem;
	}
	#main .traning .timeBox h3.sub_title{
text-align: center;
margin: 0px auto 30px auto;
padding: 0;
font-size: 20px;
}
#main .traning .timeBox h3.sub_title::before{
content: "■";
margin: 10px 10px;
padding: 0;
font-size: 14px;
}
#main .traning .timeBox h3.sub_title::after{
content: "■";
margin: 10px 10px;
padding: 0;
font-size: 14px;
}

#main .traning .flowmenu h3.sub_title{
text-align: center;
margin: 0px auto 30px auto;
padding: 0;
font-size: 20px;
color: #FF8A6E;
}
#main .traning .flowmenu h3.sub_title::before{
content: "■";
margin: 10px 10px;
padding: 0;
font-size: 14px;
}
#main .traning .flowmenu h3.sub_title::after{
content: "■";
margin: 10px 10px;
padding: 0;
font-size: 14px;
}
	#main .traning .comBtn a {
		width: auto;
		font-size: 1.5rem;
    	background-size: 10px 15px;
	}
.flowmenu_flowimg{
	text-align: center;
    margin: 0 auto;
    width: 90%;
}
    
}
@media all and (max-width: 374px) {
    #main .welfare .title {
        font-size: 1.7rem;
    }
}

@media all and (max-width: 896px) {
.footer_line{
width: 100%;
margin: 0px auto;
padding: 20px 0;
  background: #EBE7E2;
}
.footer_line p{
text-align: center;
font-size: 16px;
font-family: 'Noto Sans JP', sans-serif;
color: #C12639;
}
.footer_line p.tel{
text-align: center;
font-size: 30px;
letter-spacing: 2px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.footer_line p.on_time{
text-align: center;
font-size: 18px;
letter-spacing: 2px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
}