@charset "utf-8";
/*////////////////////////////////////
interview共通
共通
////////////////////////////////////*/
html{
scroll-behavior:smooth;
}

/*////////////////////////////////////
interview共通
(min-width:470px)
////////////////////////////////////*/
@media screen and (min-width:470px){
.spspbr{
	display: none;
}
}
/*////////////////////////////////////
interview共通
(max-width:469px)
////////////////////////////////////*/
@media screen and (max-width:469px){
.spspbr{
	display: block;
}
}
/*////////////////////////////////////
interview共通
PC (min-width:768px)
////////////////////////////////////*/
@media screen and (min-width:768px){

.interview_question_place{
position:relative;
display:grid;
grid-template-columns:58px minmax(0,1fr);
align-items:start;
gap:20px;
width:100%;
margin:auto 0;
padding:30px 0 0;
border-bottom:1px solid rgba(0,169,157,0.24);
}

.interview_number{
flex-shrink:0;
margin:0;
font-family:"Lato",sans-serif;
font-size:7.2rem;
font-weight:300;
line-height:1;
letter-spacing:0.02em;
color:#f7941d;
}

.interview_question_place .section_title{
margin:auto 0;
padding:10px 0 0 30px;
font-size:3.8rem;
font-weight:800;
line-height:1.4;
letter-spacing:0.04em;
text-align:left;
color:#183d73;
vertical-align:middle;
}

.interview_question_mark{
display:flex;
align-items:center;
justify-content:center;
width:58px;
height:58px;
margin:0;
padding:0;
border-radius:50%;
font-family:"Lato",sans-serif;
font-size:2.8rem;
font-weight:700;
line-height:1;
color:#ffffff;
background:#00a99d;
box-shadow:0 7px 18px rgba(0,169,157,0.22);
}

.interview_question_title{
margin:0;
padding:3px 0 25px 0;
font-family:"Noto Serif JP",serif;
font-size:2.3rem;
font-weight:700;
line-height:1.75;
letter-spacing:0.03em;
color:#183d73;
}

.interview_answer_place{
position:relative;
display:grid;
grid-template-columns:58px minmax(0,1fr);
align-items:start;
gap:20px;
width:100%;
padding:25px 0 50px;
}

.interview_answer_mark{
display:flex;
align-items:center;
justify-content:center;
width:58px;
height:58px;
margin:0;
padding:0;
border:2px solid #f7941d;
border-radius:50%;
font-family:"Lato",sans-serif;
font-size:2.8rem;
font-weight:700;
line-height:1;
color:#f7941d;
background:#ffffff;
}

.interview_answer_word{
min-width:0;
padding:2px 0 0;
}

.interview_answer_word > p:not(.interview_notice_note){
margin:0;
padding:0 0 18px;
font-size:1.8rem;
font-weight:500;
line-height:2;
letter-spacing:0.025em;
color:#000000;
}

.interview_answer_word > p:last-child{
padding-bottom:0;
}

#interview_page_main{
padding-top:135px;
}
}
/*////////////////////////////////////
interview共通
SP (max-width:767px)
////////////////////////////////////*/
@media screen and (max-width:767px){
.interview_question_place{
position:relative;
display:grid;
grid-template-columns:44px minmax(0,1fr);
align-items:start;
gap:13px;
width:100%;
margin:auto 0;
padding:20px 0 22px;
border-bottom:1px solid rgba(0,169,157,0.24);
}

.interview_question_place .section_title{
margin:auto 0;
padding:7px 0 0;
font-size:2.3rem;
font-weight:800;
line-height:1.45;
letter-spacing:0.03em;
text-align:left;
color:#183d73;
}

.interview_number{
flex-shrink:0;
margin:auto;
padding:0;
font-family:"Lato",sans-serif;
font-size:3.0rem;
font-weight:300;
line-height:1;
letter-spacing:0.02em;
color:#f7941d;
}

.interview_question_mark{
display:flex;
align-items:center;
justify-content:center;
width:44px;
height:44px;
margin:0;
padding:0;
border-radius:50%;
font-family:"Lato",sans-serif;
font-size:2.1rem;
font-weight:700;
line-height:1;
color:#ffffff;
background:#00a99d;
box-shadow:0 5px 14px rgba(0,169,157,0.2);
}

.interview_question_title{
margin:0;
padding:1px 0 0;
font-family:"Noto Serif JP",serif;
font-size:1.9rem;
font-weight:700;
line-height:1.7;
letter-spacing:0.02em;
color:#183d73;
}

.interview_answer_place{
position:relative;
display:grid;
grid-template-columns:44px minmax(0,1fr);
align-items:start;
gap:13px;
width:100%;
padding:40px 0;
}

.interview_answer_mark{
display:flex;
align-items:center;
justify-content:center;
width:44px;
height:44px;
margin:0;
padding:0;
border:2px solid #f7941d;
border-radius:50%;
font-family:"Lato",sans-serif;
font-size:2.1rem;
font-weight:700;
line-height:1;
color:#f7941d;
background:#ffffff;
}

.interview_answer_word{
min-width:0;
padding:0;
}

.interview_answer_word > p:not(.interview_notice_note){
margin:0;
padding:0 0 16px;
font-size:1.8rem;
font-weight:500;
line-height:1.9;
letter-spacing:0.02em;
color:#444444;
}

.interview_answer_word > p:last-child{
padding-bottom:0;
}

#interview_page_main{
padding-top:72px;
}
}
/*////////////////////////////////////
interview_main_top_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width: 768px){
#spimg {
    display: none;
  }
#interview_page_main{
padding-top:135px;
}

#interview_main_top_section{
position:relative;
display:flex;
align-items:center;
justify-content:flex-start;
width:100%;
aspect-ratio:2994 / 940;
min-height:320px;
max-height:440px;
padding:40px;
box-sizing:border-box;
overflow:hidden;
}

.interview_main_top_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center right;
}

#interview_main_top_section:before{
position:absolute;
z-index:1;
top:0;
right:0;
bottom:0;
left:0;
content:"";
background:linear-gradient(90deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.4) 44%,rgba(255,255,255,0.18) 100%);
pointer-events:none;
}

#interview_main_top_section .main_top_section_text{
position:relative;
z-index:2;
display:block;
width:min(720px,90%);
text-align:left;
}

#interview_main_top_section .page_title{
margin:0;
padding:0;
font-size:clamp(2.7rem,4vw,4.5rem);
line-height:1.4;
font-weight:700;
color:#00a898;
text-align:left;
}

.interview_main_top_picture{
position:absolute;
z-index:0;
top:0;
right:0;
bottom:0;
left:0;
display:block;
width:100%;
height:100%;
}
}

/*////////////////////////////////////
interview_main_top_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width: 767px){
#pcimg{
display: none;
}

#interview_page_main{
padding-top:72px;
}

#interview_main_top_section{
position:relative;
display:flex;
align-items:center;
justify-content:flex-start;
width:100%;
aspect-ratio:4 / 3;
min-height:300px;
max-height:430px;
padding:24px;
box-sizing:border-box;
overflow:hidden;
}

.interview_main_top_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center right;
}

#interview_main_top_section:before{
position:absolute;
z-index:1;
top:0;
right:0;
bottom:0;
left:0;
content:"";
background:rgba(255,255,255,0.6);
pointer-events:none;
}

#interview_main_top_section .main_top_section_text{
position:relative;
z-index:2;
display:block;
width:100%;
text-align:left;
}

#interview_main_top_section .page_title{
margin:0;
padding:0;
font-size:3rem;
line-height:1.4;
font-weight:700;
color:#00a898;
text-align:left;
}

.interview_main_top_picture{
position:absolute;
z-index:0;
top:0;
right:0;
bottom:0;
left:0;
display:block;
width:100%;
height:100%;
}
}

/*////////////////////////////////////
interview_header_section
@media screen and (min-width: 768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#interview_header_section{
position:relative;
display:block;
}
}


/*////////////////////////////////////
interview_header_section
@media screen and (min-width: 0px) and (max-width: 767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#interview_header_section{
position:relative;
display:block;
}
}

/*////////////////////////////////////
interview_know_section
PC (min-width:768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#interview_know_section{
position:relative;
overflow:hidden;
padding:120px 0 130px;
}

.interview_know_area{
position:relative;
z-index:2;
display:grid;
grid-template-columns:minmax(360px,0.82fr) minmax(560px,1.18fr);
gap:7%;
align-items:center;
}

.interview_know_word_place{
position:relative;
}

.interview_know_doctor_place{
position:relative;
padding:20px 24px 20px 28px;
border-left:4px solid #00a99d;
background:rgba(255,255,255,0.82);
}

.interview_know_doctor_name{
margin:0;
padding:0 0 5px;
font-size:1.9rem;
font-weight:800;
color:#183d73;
}

.interview_know_doctor_position{
margin:0;
font-size:1.8rem;
font-weight:500;
line-height:1.7;
color:#666666;
}

.interview_know_flow_place{
position:relative;
padding:44px 40px 40px;
background:#ffffff;
box-shadow:0 20px 50px rgba(24,61,115,0.1);
}

.interview_know_flow_img{
overflow:hidden;
width:100%;
padding:0 0 38px;
}

.interview_know_flow_img img{
display:block;
width:100%;
height:auto;
}

.interview_know_feature_place{
padding:26px 30px 28px;
border-top:4px solid #00a99d;
background:#f2faf8;
}

.interview_know_feature_list{
display:grid;
gap:10px;
margin:0;
padding:10px 0 0;
list-style:none;
}

.interview_know_feature_list li{
position:relative;
padding:0 0 0 25px;
font-size:1.8rem;
font-weight:600;
line-height:1.8;
color:#444444;
}

.interview_know_feature_list li::before{
content:"";
position:absolute;
left:0;
top:0.75em;
width:10px;
height:10px;
border-radius:50%;
background:#f7941d;
transform:translateY(-50%);
}
}
/*////////////////////////////////////
interview_know_section
TB・SP (max-width:1200px)
////////////////////////////////////*/
@media screen and (max-width:1200px){
#interview_know_section{
position:relative;
overflow:hidden;
padding:75px 0 75px;
}

.interview_know_area{
position:relative;
z-index:2;
display:block;
}

.interview_know_word_place{
position:relative;
padding:0 0 42px;
}

.interview_know_word_place > .section_sub_title{
margin:0;
padding:0 0 24px;
font-size:2.1rem;
font-weight:700;
line-height:1.75;
text-align:left;
color:#183d73;
}

.interview_know_doctor_place{
position:relative;
padding:17px 18px 17px 20px;
border-left:4px solid #00a99d;
background:#f2faf8;
}

.interview_know_doctor_name{
margin:0;
padding:0 0 5px;
font-size:1.8rem;
font-weight:800;
line-height:1.6;
color:#183d73;
}

.interview_know_doctor_position{
margin:0;
font-size:1.8rem;
font-weight:500;
line-height:1.7;
color:#666666;
}

.interview_know_flow_place{
position:relative;
padding:26px 18px 22px;
background:#ffffff;
box-shadow:0 12px 32px rgba(24,61,115,0.1);
}

.interview_know_flow_place > .section_sub_title{
margin:0;
padding:0 0 22px;
font-size:2rem;
font-weight:800;
line-height:1.55;
text-align:center;
color:#183d73;
}

.interview_know_flow_img{
overflow:hidden;
width:100%;
padding:0 0 24px;
}

.interview_know_flow_img img{
display:block;
width:100%;
height:auto;
}

.interview_know_feature_place{
padding:21px 18px 22px;
border-top:4px solid #00a99d;
background:#f2faf8;
}

.interview_know_feature_list{
display:grid;
gap:9px;
margin:0;
padding:0;
list-style:none;
}

.interview_know_feature_list li{
position:relative;
padding:0 0 0 22px;
font-size:1.8rem;
font-weight:600;
line-height:1.75;
color:#444444;
}

.interview_know_feature_list li::before{
content:"";
position:absolute;
top:0.75em;
left:0;
width:9px;
height:9px;
border-radius:50%;
background:#f7941d;
transform:translateY(-50%);
}
}

/*////////////////////////////////////
interview_notice_section
PC (min-width:768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#interview_notice_section{
position:relative;
overflow:hidden;
padding:120px 0 130px;
}

.interview_notice_area{
position:relative;
z-index:2;
display:grid;
grid-template-columns:minmax(360px,0.82fr) minmax(540px,1.18fr);
align-items:stretch;
gap:7%;
}

.interview_notice_img_place{
position:relative;
overflow:hidden;
width:100%;
min-height:660px;
background:#e8f4f1;
}

.interview_notice_img_place::after{
position:absolute;
z-index:1;
right:0;
bottom:0;
left:0;
height:48%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.7) 100%);
pointer-events:none;
}

.interview_notice_img{
display:block;
width:100%;
height:100%;
min-height:660px;
object-fit:cover;
object-position:center;
}

.interview_notice_message{
position:absolute;
z-index:2;
right:34px;
bottom:34px;
left:34px;
margin:0;
padding:22px 26px;
border-left:5px solid #f7941d;
font-size:clamp(1.7rem,1.45vw,2.1rem);
font-weight:700;
line-height:1.85;
letter-spacing:0.04em;
color:#183d73;
background:rgba(255,255,255,0.94);
box-shadow:0 12px 32px rgba(24,61,115,0.18);
}

.interview_notice_word_place{
display:flex;
flex-direction:column;
justify-content:center;
width:100%;
min-width:0;
padding:20px 0;
}

#interview_notice_section .section_sub_title{
margin:0;
padding:0 0 34px;
font-size:clamp(2.1rem,1.9vw,2.7rem);
font-weight:700;
line-height:1.75;
letter-spacing:0.03em;
text-align:left;
color:#183d73;
}

.interview_notice_sign_list{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:18px 20px;
width:100%;
margin:0;
padding:0 0 32px;
list-style:none;
}

.interview_notice_body_item,
.interview_notice_mind_item,
.interview_notice_action_item,
.interview_notice_social_item{
display:flex;
align-items:center;
gap:16px;
min-width:0;
min-height:122px;
margin:0;
padding:20px 18px;
border-left:4px solid #00a99d;
background:#ffffff;
box-shadow:0 8px 25px rgba(24,61,115,0.08);
}

.interview_notice_body_icon,
.interview_notice_mind_icon,
.interview_notice_action_icon,
.interview_notice_social_icon{
display:flex;
flex-shrink:0;
align-items:center;
justify-content:center;
width:54px;
height:54px;
border-radius:50%;
font-size:2.3rem;
color:#ffffff;
background:#00a99d;
}

.interview_notice_mind_icon{
background:#f7941d;
}

.interview_notice_action_icon{
background:#183d73;
}

.interview_notice_social_icon{
background:#47aaa3;
}

.interview_notice_body_word,
.interview_notice_mind_word,
.interview_notice_action_word,
.interview_notice_social_word{
min-width:0;
}

.interview_notice_body_title,
.interview_notice_mind_title,
.interview_notice_action_title,
.interview_notice_social_title{
margin:0;
padding:0 0 7px;
font-size:1.8rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.03em;
color:#183d73;
}

.interview_notice_body_text,
.interview_notice_mind_text,
.interview_notice_action_text,
.interview_notice_social_text{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:500;
line-height:1.75;
letter-spacing:0.02em;
color:#444444;
}

.interview_notice_note{
position:relative;
margin:0;
padding:21px 24px 21px 54px;
border:1px solid rgba(247,148,29,0.35);
font-size:1.7rem;
font-weight:700;
line-height:1.8;
letter-spacing:0.03em;
color:#6b4a20;
background:#fff8ec;
}

.interview_notice_note::before{
position:absolute;
top:50%;
left:22px;
display:flex;
align-items:center;
justify-content:center;
width:22px;
height:22px;
border-radius:50%;
content:"!";
font-family:"Lato",sans-serif;
font-size:1.7rem;
font-weight:800;
line-height:1;
color:#ffffff;
background:#f7941d;
transform:translateY(-50%);
}
}
/*////////////////////////////////////
interview_notice_section
TB (min-width:768px) and (max-width:1100px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1100px){
#interview_notice_section{
position:relative;
overflow:hidden;
padding:80px 0 100px;
}

.interview_notice_area{
position:relative;
z-index:2;
display:flex;
flex-direction:column;
align-items:stretch;
margin:0;
padding:0;
}

.interview_notice_img_place{
position:relative;
overflow:hidden;
width:100%;
height:auto;
min-height:0;
aspect-ratio:4 / 3;
background:#e8f4f1;
order:2;
}

.interview_notice_img_place::after{
position:absolute;
z-index:1;
right:0;
bottom:0;
left:0;
height:62%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.65) 100%);
pointer-events:none;
}

.interview_notice_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.interview_notice_message{
position:absolute;
z-index:2;
right:15px;
bottom:15px;
left:15px;
margin:0;
padding:14px 15px;
border-left:4px solid #f7941d;
font-size:1.7rem;
font-weight:700;
line-height:1.7;
letter-spacing:0.02em;
color:#183d73;
background:rgba(255,255,255,0.94);
box-shadow:0 8px 22px rgba(24,61,115,0.16);
}

.interview_notice_word_place{
display:flex;
flex-direction:column;
justify-content:flex-start;
width:100%;
min-width:0;
padding:34px 0 0;
}

#interview_notice_section .section_sub_title{
margin:0;
padding:0 0 26px;
font-size:2rem;
font-weight:700;
line-height:1.7;
letter-spacing:0.02em;
text-align:left;
color:#183d73;
}

.interview_notice_sign_list{
display:grid;
grid-template-columns:1fr;
gap:14px;
width:100%;
margin:0;
padding:0 0 26px;
list-style:none;
}

.interview_notice_body_item,
.interview_notice_mind_item,
.interview_notice_action_item,
.interview_notice_social_item{
display:flex;
align-items:center;
gap:15px;
width:100%;
min-width:0;
min-height:0;
margin:0;
padding:17px 16px;
border-left:4px solid #00a99d;
background:#ffffff;
box-shadow:0 7px 20px rgba(24,61,115,0.08);
}

.interview_notice_mind_item{
border-left-color:#f7941d;
}

.interview_notice_action_item{
border-left-color:#183d73;
}

.interview_notice_social_item{
border-left-color:#47aaa3;
}

.interview_notice_body_icon,
.interview_notice_mind_icon,
.interview_notice_action_icon,
.interview_notice_social_icon{
display:flex;
flex-shrink:0;
align-items:center;
justify-content:center;
width:48px;
height:48px;
border-radius:50%;
font-size:2rem;
line-height:1;
color:#ffffff;
background:#00a99d;
}

.interview_notice_mind_icon{
background:#f7941d;
}

.interview_notice_action_icon{
background:#183d73;
}

.interview_notice_social_icon{
background:#47aaa3;
}

.interview_notice_body_word,
.interview_notice_mind_word,
.interview_notice_action_word,
.interview_notice_social_word{
flex:1;
min-width:0;
}

.interview_notice_body_title,
.interview_notice_mind_title,
.interview_notice_action_title,
.interview_notice_social_title{
margin:0;
padding:0 0 5px;
font-size:1.8rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.03em;
color:#183d73;
}

.interview_notice_body_text,
.interview_notice_mind_text,
.interview_notice_action_text,
.interview_notice_social_text{
margin:0;
padding:0;
font-size:1.7rem;
font-weight:500;
line-height:1.75;
letter-spacing:0.02em;
color:#444444;
}

.interview_notice_note{
position:relative;
width:100%;
margin:0;
padding:17px 16px 17px 48px;
border:1px solid rgba(247,148,29,0.35);
font-size:1.8rem;
font-weight:700;
line-height:1.75;
letter-spacing:0.02em;
color:#6b4a20;
background:#fff8ec;
}

.interview_notice_note::before{
position:absolute;
top:22px;
left:17px;
display:flex;
align-items:center;
justify-content:center;
width:21px;
height:21px;
border-radius:50%;
content:"!";
font-family:"Lato",sans-serif;
font-size:1.7rem;
font-weight:800;
line-height:1;
color:#ffffff;
background:#f7941d;
}
}



/*////////////////////////////////////
interview_notice_section
SP @media screen and (min-width:0px) and (max-width:767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#interview_notice_section{
position:relative;
overflow:hidden;
padding:70px 0 80px;
}

.interview_notice_area{
position:relative;
z-index:2;
display:flex;
flex-direction:column;
gap:32px;
width:100%;
margin:0;
padding:0;
}

.interview_notice_word_place{
display:flex;
flex-direction:column;
order:1;
width:100%;
min-width:0;
padding:0;
}

#interview_notice_section .interview_question_title{
font-size:1.9rem;
line-height:1.7;
}

#interview_notice_section .interview_answer_place{
padding:28px 0 0;
}

#interview_notice_section .interview_answer_word{
min-width:0;
padding:0;
}

#interview_notice_section .interview_answer_word > p:not(.interview_notice_note){
padding:0 0 18px;
font-size:1.6rem;
line-height:1.9;
}

#interview_notice_section .section_sub_title{
margin:0;
padding:0 0 20px;
font-size:1.9rem;
font-weight:700;
line-height:1.7;
letter-spacing:0.02em;
text-align:left;
color:#183d73;
}

.interview_notice_sign_list{
display:grid;
grid-template-columns:1fr;
gap:12px;
width:100%;
margin:0;
padding:0 0 22px;
list-style:none;
}

.interview_notice_body_item,
.interview_notice_mind_item,
.interview_notice_action_item,
.interview_notice_social_item{
display:flex;
align-items:center;
gap:13px;
width:100%;
min-width:0;
min-height:0;
margin:0;
padding:15px 14px;
border-left:4px solid #00a99d;
border-radius:0 12px 12px 0;
background:#ffffff;
box-shadow:0 6px 18px rgba(24,61,115,0.08);
}

.interview_notice_mind_item{
border-left-color:#f7941d;
}

.interview_notice_action_item{
border-left-color:#183d73;
}

.interview_notice_social_item{
border-left-color:#47aaa3;
}

.interview_notice_body_icon,
.interview_notice_mind_icon,
.interview_notice_action_icon,
.interview_notice_social_icon{
display:flex;
flex-shrink:0;
align-items:center;
justify-content:center;
width:44px;
height:44px;
border-radius:50%;
font-size:1.8rem;
line-height:1;
color:#ffffff;
background:#00a99d;
}

.interview_notice_mind_icon{
background:#f7941d;
}

.interview_notice_action_icon{
background:#183d73;
}

.interview_notice_social_icon{
background:#47aaa3;
}

.interview_notice_body_word,
.interview_notice_mind_word,
.interview_notice_action_word,
.interview_notice_social_word{
flex:1;
min-width:0;
}

.interview_notice_body_title,
.interview_notice_mind_title,
.interview_notice_action_title,
.interview_notice_social_title{
margin:0;
padding:0 0 4px;
font-size:1.7rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.02em;
color:#183d73;
}

.interview_notice_body_text,
.interview_notice_mind_text,
.interview_notice_action_text,
.interview_notice_social_text{
margin:0;
padding:0;
font-size:1.6rem;
font-weight:500;
line-height:1.7;
letter-spacing:0.01em;
color:#444444;
}

.interview_notice_note{
position:relative;
width:100%;
margin:0;
padding:16px 14px 16px 44px;
border:1px solid rgba(247,148,29,0.35);
border-radius:10px;
font-size:1.6rem;
font-weight:700;
line-height:1.75;
letter-spacing:0.01em;
color:#6b4a20;
background:#fff8ec;
}

.interview_notice_note::before{
position:absolute;
top:19px;
left:14px;
display:flex;
align-items:center;
justify-content:center;
width:20px;
height:20px;
border-radius:50%;
content:"!";
font-family:"Lato",sans-serif;
font-size:1.6rem;
font-weight:800;
line-height:1;
color:#ffffff;
background:#f7941d;
}

.interview_notice_img_place{
position:relative;
order:2;
overflow:hidden;
width:100%;
aspect-ratio:4 / 3;
border-radius:18px;
background:#e8f4f1;
box-shadow:0 8px 24px rgba(24,61,115,0.12);
}

.interview_notice_img_place::after{
position:absolute;
z-index:1;
right:0;
bottom:0;
left:0;
height:62%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.65) 100%);
pointer-events:none;
}

.interview_notice_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center top;
}

.interview_notice_message{
position:absolute;
z-index:2;
right:12px;
bottom:12px;
left:12px;
margin:0;
padding:12px 13px;
border-left:4px solid #f7941d;
font-size:1.5rem;
font-weight:700;
line-height:1.65;
letter-spacing:0.01em;
color:#183d73;
background:rgba(255,255,255,0.94);
box-shadow:0 7px 18px rgba(24,61,115,0.16);
}
}


/*////////////////////////////////////
interview_prevention_section
PC (min-width:1101px)
////////////////////////////////////*/
@media screen and (min-width:1101px){
#interview_prevention_section{
position:relative;
overflow:hidden;
padding:150px 0 140px;
}

.interview_prevention_area{
position:relative;
z-index:2;
display:block;
}

.interview_prevention_place{
position:relative;
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
column-gap:40px;
row-gap:25px;
}

.interview_prevention_word_place{
display:contents;
}

.interview_prevention_place > .interview_prevention_word_place > .interview_question_place{
grid-column:1;
grid-row:1;
}

.interview_prevention_place > .interview_prevention_word_place > .interview_answer_place{
grid-column:1;
grid-row:2;
padding:0;
}

.interview_prevention_point_list_area{
grid-column:1 / -1;
grid-row:3;
width:100%;
padding:15px 0 0;
}

#interview_prevention_section .section_sub_title{
margin:0;
padding:0 0 18px;
font-size:2rem;
font-weight:700;
line-height:1.8;
letter-spacing:0.02em;
text-align:left;
color:#183d73;
}

.interview_prevention_point_list{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:20px;
width:100%;
margin:0;
padding:0;
list-style:none;
}

.interview_prevention_food_item,
.interview_prevention_exercise_item,
.interview_prevention_connection_item{
position:relative;
display:grid;
grid-template-columns:105px minmax(0,1fr);
align-items:center;
overflow:hidden;
width:100%;
min-width:0;
margin:0;
padding:0;
border-radius:55px 14px 14px 55px;
background:#ffffff;
box-shadow:0 7px 22px rgba(24,61,115,0.1);
}

.interview_prevention_food_item{
border-right:5px solid #f7941d;
}

.interview_prevention_exercise_item{
border-right:5px solid #00a99d;
}

.interview_prevention_connection_item{
border-right:5px solid #183d73;
}

.interview_prevention_food_img,
.interview_prevention_exercise_img,
.interview_prevention_connection_img{
position:relative;
overflow:hidden;
width:125px;
height:125px;
border-radius:50%;
background:#e8f4f1;
margin-left: 5px;
}

.interview_prevention_food_img::after,
.interview_prevention_exercise_img::after,
.interview_prevention_connection_img::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:35%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.12) 100%);
pointer-events:none;
}

.interview_prevention_food_img img,
.interview_prevention_exercise_img img,
.interview_prevention_connection_img img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.interview_prevention_food_word,
.interview_prevention_exercise_word,
.interview_prevention_connection_word{
min-width:0;
padding:17px 25px;
text-align:left;
margin-left: 30px;
}

.interview_prevention_food_title,
.interview_prevention_exercise_title,
.interview_prevention_connection_title{
position:relative;
margin:0;
padding:0 0 7px 17px;
font-size:2rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.02em;
color:#183d73;
}

.interview_prevention_food_title::before,
.interview_prevention_exercise_title::before,
.interview_prevention_connection_title::before{
position:absolute;
top:0.65em;
left:0;
display:block;
width:9px;
height:9px;
border-radius:50%;
content:"";
}

.interview_prevention_food_title::before{
background:#f7941d;
}

.interview_prevention_exercise_title::before{
background:#00a99d;
}

.interview_prevention_connection_title::before{
background:#183d73;
}

.interview_prevention_food_text,
.interview_prevention_exercise_text,
.interview_prevention_connection_text{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:500;
line-height:1.75;
letter-spacing:0.01em;
color:#000;
}

.interview_prevention_main_img_place{
position:relative;
z-index:2;
grid-column:2;
grid-row:2;
align-self:start;
overflow:hidden;
width:100%;
aspect-ratio:4 / 3;
border-radius:100px 18px 18px 18px;
background:#e8f4f1;
box-shadow:0 12px 30px rgba(24,61,115,0.14);
}

.interview_prevention_main_img_place::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:40%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.18) 100%);
pointer-events:none;
}

.interview_prevention_main_img_place picture{
display:block;
width:100%;
height:100%;
}

.interview_prevention_main_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}
}
/*////////////////////////////////////
interview_prevention_section
TB (min-width:768px) and (max-width:1100px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1100px){
#interview_prevention_section{
position:relative;
overflow:hidden;
padding:110px 0 115px;
}

.interview_prevention_area{
position:relative;
z-index:2;
display:block;
}

.interview_prevention_place{
position:relative;
display:grid;
grid-template-columns:1fr;
gap:42px;
width:100%;
}

.interview_prevention_word_place{
position:relative;
z-index:2;
display:block;
width:100%;
padding:0;
}

#interview_prevention_section .section_sub_title{
margin:0;
padding:0 0 18px;
font-size:1.9rem;
font-weight:700;
line-height:1.8;
letter-spacing:0.02em;
text-align:left;
color:#183d73;
}

#interview_prevention_section .interview_question_title{
font-size:2.1rem;
line-height:1.7;
}

#interview_prevention_section .interview_answer_place{
padding:25px 0 0;
}

#interview_prevention_section .interview_answer_word{
min-width:0;
padding:2px 0 0;
}

.interview_prevention_point_list{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:16px;
width:100%;
margin:0;
padding:12px 0 0;
list-style:none;
}

.interview_prevention_food_item,
.interview_prevention_exercise_item,
.interview_prevention_connection_item{
position:relative;
display:flex;
flex-direction:column;
overflow:hidden;
width:100%;
min-width:0;
height:100%;
margin:0;
padding:0;
border-radius:18px;
background:#ffffff;
box-shadow:0 7px 22px rgba(24,61,115,0.1);
}

.interview_prevention_food_item{
border-bottom:5px solid #f7941d;
}

.interview_prevention_exercise_item{
border-bottom:5px solid #00a99d;
}

.interview_prevention_connection_item{
border-bottom:5px solid #183d73;
}

.interview_prevention_food_img,
.interview_prevention_exercise_img,
.interview_prevention_connection_img{
position:relative;
overflow:hidden;
width:100%;
aspect-ratio:4 / 3;
background:#e8f4f1;
}

.interview_prevention_food_img::after,
.interview_prevention_exercise_img::after,
.interview_prevention_connection_img::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:30%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.1) 100%);
pointer-events:none;
}

.interview_prevention_food_img img,
.interview_prevention_exercise_img img,
.interview_prevention_connection_img img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.interview_prevention_food_word,
.interview_prevention_exercise_word,
.interview_prevention_connection_word{
display:flex;
flex-direction:column;
flex-grow:1;
min-width:0;
padding:18px 3px 20px;
text-align:left;
}

.interview_prevention_food_title,
.interview_prevention_exercise_title,
.interview_prevention_connection_title{
position:relative;
margin:0;
padding:0 10px 8px 20px;
font-size:1.8rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.02em;
color:#183d73;
}

.interview_prevention_food_title::before,
.interview_prevention_exercise_title::before,
.interview_prevention_connection_title::before{
position:absolute;
top:0.65em;
left:0;
display:block;
width:9px;
height:9px;
border-radius:50%;
content:"";
}

.interview_prevention_food_title::before{
background:#f7941d;
}

.interview_prevention_exercise_title::before{
background:#00a99d;
}

.interview_prevention_connection_title::before{
background:#183d73;
}

.interview_prevention_food_text,
.interview_prevention_exercise_text,
.interview_prevention_connection_text{
margin:0;
padding:0 0 0 20px;
font-size:1.8rem;
font-weight:500;
line-height:1.75;
letter-spacing:0.01em;
color:#444444;
}

.interview_prevention_main_img_place{
position:relative;
z-index:2;
align-self:auto;
overflow:hidden;
width:80%;
margin: 0 auto;
aspect-ratio:auto;
border-radius:70px 18px 18px 18px;
background:#e8f4f1;
box-shadow:0 12px 30px rgba(24,61,115,0.14);
}

.interview_prevention_main_img_place::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:30%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.14) 100%);
pointer-events:none;
}

.interview_prevention_main_img_place picture{
display:block;
width:100%;
height:auto;
}

.interview_prevention_main_img{
display:block;
width:100%;
height:auto;
object-fit:contain;
object-position:center;
}
}
/*////////////////////////////////////
interview_prevention_section
SP (max-width:767px)
////////////////////////////////////*/
@media screen and (max-width:767px){
#interview_prevention_section{
position:relative;
overflow:hidden;
padding:75px 0 85px;
}

.interview_prevention_area{
position:relative;
z-index:2;
display:block;
}

#interview_prevention_section .section_title{
margin:0;
padding:0;
font-size:2.5rem;
font-weight:800;
line-height:1.45;
letter-spacing:0.03em;
text-align:left;
color:#183d73;
}

.interview_prevention_place{
position:relative;
display:flex;
flex-direction:column;
width:100%;
}

.interview_prevention_word_place{
position:relative;
z-index:2;
width:100%;
padding:0 0 35px;
}

#interview_prevention_section .interview_question_title{
font-size:1.8rem;
line-height:1.7;
}

#interview_prevention_section .interview_answer_place{
padding:22px 0 0;
}

#interview_prevention_section .interview_answer_word{
min-width:0;
padding:0;
}

.interview_prevention_point_list_area{
	display: block;
	width: 100%;
}
.interview_prevention_point_list{
display:flex;
flex-direction:column;
gap:20px;
width:100%;
margin:0;
padding:0;
list-style:none;
}

.interview_prevention_food_item,
.interview_prevention_exercise_item,
.interview_prevention_connection_item{
position:relative;
display:block;
overflow:hidden;
width:100%;
min-width:0;
margin:0;
padding:0;
border-radius:18px;
background:#ffffff;
box-shadow:0 7px 22px rgba(24,61,115,0.1);
}

.interview_prevention_food_item{
border-bottom:5px solid #f7941d;
}

.interview_prevention_exercise_item{
border-bottom:5px solid #00a99d;
}

.interview_prevention_connection_item{
border-bottom:5px solid #183d73;
}

.interview_prevention_food_img,
.interview_prevention_exercise_img,
.interview_prevention_connection_img{
position:relative;
overflow:hidden;
width:100%;
aspect-ratio:16 / 9;
background:#e8f4f1;
}

.interview_prevention_food_img::after,
.interview_prevention_exercise_img::after,
.interview_prevention_connection_img::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:28%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.1) 100%);
pointer-events:none;
}

.interview_prevention_food_img img,
.interview_prevention_exercise_img img,
.interview_prevention_connection_img img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.interview_prevention_food_word,
.interview_prevention_exercise_word,
.interview_prevention_connection_word{
min-width:0;
padding:18px 20px 20px;
text-align:left;
}

.interview_prevention_food_title,
.interview_prevention_exercise_title,
.interview_prevention_connection_title{
position:relative;
margin:0;
padding:0 0 8px 17px;
font-size:1.8rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.02em;
color:#183d73;
}

.interview_prevention_food_title::before,
.interview_prevention_exercise_title::before,
.interview_prevention_connection_title::before{
position:absolute;
top:0.65em;
left:0;
display:block;
width:9px;
height:9px;
border-radius:50%;
content:"";
}

.interview_prevention_food_title::before{
background:#f7941d;
}

.interview_prevention_exercise_title::before{
background:#00a99d;
}

.interview_prevention_connection_title::before{
background:#183d73;
}

.interview_prevention_food_text,
.interview_prevention_exercise_text,
.interview_prevention_connection_text{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:500;
line-height:1.75;
letter-spacing:0.01em;
color:#555555;
}

.interview_prevention_main_img_place{
position:relative;
z-index:2;
overflow:hidden;
width:100%;
border-radius:55px 14px 14px 14px;
background:#e8f4f1;
box-shadow:0 10px 25px rgba(24,61,115,0.13);
}

.interview_prevention_main_img_place picture{
display:block;
width:100%;
}

.interview_prevention_main_img{
display:block;
width:100%;
height:auto;
object-fit:contain;
object-position:center;
}
}

/*////////////////////////////////////
interview_definition_section
PC (min-width:768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#interview_definition_section{
position:relative;
overflow:hidden;
padding:120px 0 130px;
}

.interview_definition_area{
position:relative;
z-index:2;
display:grid;
grid-template-columns:minmax(0,1.15fr) minmax(360px,0.85fr);
align-items:center;
gap:7%;
}

.interview_definition_word_place{
min-width:0;
}

.interview_definition_note_place{
position:relative;
display: grid;
align-items:center;
margin: auto;
grid-template-columns:1.8fr 0.20fr;
padding:20px 22px 20px 58px;
border:1px solid rgba(0,169,157,0.2);
border-radius:14px;
background:#eef9f7;
}

.interview_definition_note_place::before{
position:absolute;
top:50%;
left:22px;
display:flex;
align-items:center;
justify-content:center;
width:24px;
height:24px;
border-radius:50%;
content:"✓";
font-size:1.7rem;
font-weight:800;
line-height:1;
color:#ffffff;
background:#00a99d;
transform:translateY(-50%);
}

.interview_definition_note_img{
	display: block;
	margin: auto;
}
#interview_definition_section .interview_definition_note_word{
margin:0;
padding:0;
font-size:1.75rem;
font-weight:700;
line-height:1.85;
letter-spacing:0.02em;
color:#183d73;
}

.interview_definition_feature_place{
display:grid;
gap:18px;
width:100%;
}

.interview_definition_middle_item,
.interview_definition_many_item,
.interview_definition_return_item{
position:relative;
overflow:hidden;
padding:25px 25px 25px 90px;
border-radius:18px;
background:#ffffff;
box-shadow:0 10px 30px rgba(24,61,115,0.1);
}

.interview_definition_middle_item{
border-left:6px solid #00a99d;
}

.interview_definition_many_item{
border-left:6px solid #f7941d;
}

.interview_definition_return_item{
border-left:6px solid #183d73;
}

.interview_definition_middle_number,
.interview_definition_many_number,
.interview_definition_return_number{
position:absolute;
top:24px;
left:24px;
margin:0;
padding:0;
font-family:"Lato",sans-serif;
font-size:3.6rem;
font-weight:300;
line-height:1;
color:rgba(0,169,157,0.32);
}

.interview_definition_many_number{
color:rgba(247,148,29,0.38);
}

.interview_definition_return_number{
color:rgba(24,61,115,0.3);
}

.interview_definition_middle_title,
.interview_definition_many_title,
.interview_definition_return_title{
margin:0;
padding:0 0 7px;
font-size:2rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.03em;
color:#183d73;
}

.interview_definition_middle_word,
.interview_definition_many_word,
.interview_definition_return_word{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:500;
line-height:1.8;
letter-spacing:0.02em;
color:#555555;
}
}
/*////////////////////////////////////
interview_definition_section
PC (min-width:1101px)
////////////////////////////////////*/
@media screen and (min-width:1101px){
.interview_definition_area{
padding:0 0 190px;
}

.interview_definition_note_place{
position:absolute;
right:0;
bottom:0;
left:0;
grid-template-columns:minmax(0,1fr) 110px;
width:100%;
min-height:165px;
margin:0;
}

.interview_definition_note_img{
width:110px;
}
}
/*////////////////////////////////////
interview_definition_section
TB (min-width:768px) and (max-width:1100px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1100px){
.interview_definition_area{
grid-template-columns:1fr;
gap:42px;
}

.interview_definition_feature_place{
grid-template-columns:repeat(3,minmax(0,1fr));
gap:14px;
}

.interview_definition_middle_item,
.interview_definition_many_item,
.interview_definition_return_item{
padding:72px 20px 22px;
}

.interview_definition_middle_number,
.interview_definition_many_number,
.interview_definition_return_number{
top:20px;
left:20px;
}
}
/*////////////////////////////////////
interview_definition_section
SP (max-width:767px)
////////////////////////////////////*/
@media screen and (max-width:767px){
#interview_definition_section{
position:relative;
overflow:hidden;
padding:110px 0 110px;
}

.interview_definition_area{
position:relative;
z-index:2;
width:100%;
display:flex;
flex-direction:column;
gap:32px;
}

.interview_definition_word_place{
min-width:0;
width:100%;
}

.interview_definition_note_place{
position:relative;
display: grid;
grid-template-columns:1.7fr 0.3fr;
padding:16px 15px 16px 46px;
border:1px solid rgba(0,169,157,0.2);
border-radius:12px;
background:#eef9f7;
margin: auto;
}

.interview_definition_note_place::before{
position:absolute;
top:20px;
left:16px;
display:flex;
align-items:center;
justify-content:center;
width:21px;
height:21px;
border-radius:50%;
content:"✓";
font-size:1.4rem;
font-weight:800;
line-height:1;
color:#ffffff;
background:#00a99d;
}

.interview_definition_note_img{
	display: block;
	margin: auto;
}
#interview_definition_section .interview_definition_note_word{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:700;
line-height:1.8;
letter-spacing:0.015em;
color:#183d73;
}

.interview_definition_feature_place{
display:grid;
grid-template-columns:1fr;
gap:13px;
width:100%;
}

.interview_definition_middle_item,
.interview_definition_many_item,
.interview_definition_return_item{
position:relative;
overflow:hidden;
padding:20px 18px 20px 72px;
border-radius:14px;
background:#ffffff;
box-shadow:0 7px 22px rgba(24,61,115,0.09);
}

.interview_definition_middle_item{
border-left:5px solid #00a99d;
}

.interview_definition_many_item{
border-left:5px solid #f7941d;
}

.interview_definition_return_item{
border-left:5px solid #183d73;
}

.interview_definition_middle_number,
.interview_definition_many_number,
.interview_definition_return_number{
position:absolute;
top:21px;
left:18px;
margin:0;
padding:0;
font-family:"Lato",sans-serif;
font-size:3rem;
font-weight:300;
line-height:1;
color:rgba(0,169,157,0.32);
}

.interview_definition_many_number{
color:rgba(247,148,29,0.38);
}

.interview_definition_return_number{
color:rgba(24,61,115,0.3);
}

.interview_definition_middle_title,
.interview_definition_many_title,
.interview_definition_return_title{
margin:0;
padding:0 0 5px;
font-size:1.75rem;
font-weight:800;
line-height:1.5;
color:#183d73;
}

.interview_definition_middle_word,
.interview_definition_many_word,
.interview_definition_return_word{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:500;
line-height:1.75;
color:#555555;
}
}


/*////////////////////////////////////
interview_check_section
PC (min-width:768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#interview_check_section{
position:relative;
overflow:hidden;
padding:115px 0 125px;
}

.interview_check_area{
position:relative;
z-index:2;
margin:0 auto;
}

.interview_check_title_place{
display:flex;
align-items:center;
gap:22px;
width:100%;
padding:0 0 48px;
}

.interview_check_number{
flex-shrink:0;
margin:0;
padding:0;
font-family:"Lato",sans-serif;
font-size:6.8rem;
font-weight:300;
line-height:1;
letter-spacing:0.02em;
color:#f7941d;
}

.interview_check_title_place .section_title{
margin:0;
padding:0;
font-size:3.8rem;
font-weight:800;
line-height:1.4;
letter-spacing:0.04em;
text-align:left;
color:#183d73;
}

.interview_check_place{
display:grid;
grid-template-columns:minmax(0,1.2fr) minmax(360px,0.8fr);
align-items:start;
gap:58px;
width:100%;
}

.interview_check_word_place{
min-width:0;
padding:0;
}

#interview_check_section .interview_question_place{
margin:auto 0;
}

#interview_check_section .interview_answer_place{
padding-bottom:0;


}

#interview_check_section .interview_answer_word{
min-width:0;
padding:2px 0 0;
}


#interview_check_section .interview_answer_word > p{
margin:0;
padding:0 0 27px;
font-size:1.7rem;
font-weight:500;
line-height:2;
letter-spacing:0.025em;
color:#444444;
}

.interview_check_simple_place,
.interview_check_detail_place{
position:relative;
overflow:hidden;
width:100%;
border:1px solid rgba(0,169,157,0.18);
border-radius:20px;
background:#ffffff;
box-shadow:0 9px 28px rgba(24,61,115,0.07);
}

.interview_check_simple_place{
margin:0 0 25px;
padding:29px 30px 30px;
}

.interview_check_detail_place{
padding:29px 30px 30px;
}

.interview_check_simple_place::before,
.interview_check_detail_place::before{
position:absolute;
top:0;
right:0;
left:0;
height:6px;
content:"";
}

.interview_check_simple_place::before{
background:#00a99d;
}

.interview_check_detail_place::before{
background:#f7941d;
}

.interview_check_simple_title,
.interview_check_detail_title{
position:relative;
margin:0;
padding:0 0 11px 11px;
font-size:2.1rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.03em;
color:#183d73;
}

.interview_check_simple_title::before,
.interview_check_detail_title::before{
position:absolute;
top:0.57em;
left:0;
display:block;
width:10px;
height:10px;
border-radius:50%;
content:"";
}

.interview_check_simple_title::before{
background:#00a99d;
}

.interview_check_detail_title::before{
background:#f7941d;
}

#interview_check_section .interview_check_simple_text,
#interview_check_section .interview_check_detail_text{
margin:0;
padding:0 0 21px;
font-size:1.8rem;
font-weight:500;
line-height:1.85;
letter-spacing:0.02em;
color:#4b4b4b;
}

.interview_check_simple_list{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:16px;
width:100%;
margin:0;
padding:0;
list-style:none;
}

.interview_check_finger_item,
.interview_check_eleven_item{
position:relative;
min-width:0;
margin:0;
padding:21px 21px 22px;
border-radius:14px;
background:#f2faf8;
}

.interview_check_finger_item{
border-left:5px solid #00a99d;
}

.interview_check_eleven_item{
border-left:5px solid #f7941d;
}

.interview_check_finger_title,
.interview_check_eleven_title{
margin:0;
padding:0 0 10px;
font-size:1.8rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.02em;
color:#183d73;
}

#interview_check_section .interview_check_finger_text,
#interview_check_section .interview_check_eleven_text{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:500;
line-height:1.8;
letter-spacing:0.015em;
color:#555555;
}

.interview_check_detail_list{
display:flex;
flex-wrap:wrap;
gap:10px;
width:100%;
margin:0;
padding:0 0 20px;
list-style:none;
}

.interview_check_speech_item,
.interview_check_stand_item,
.interview_check_grip_item,
.interview_check_calf_item,
.interview_check_muscle_item{
position:relative;
margin:0;
padding:9px 16px 9px 34px;
border:1px solid rgba(247,148,29,0.3);
border-radius:50px;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.015em;
color:#555555;
background:#fff8ef;
}

.interview_check_speech_item::before,
.interview_check_stand_item::before,
.interview_check_grip_item::before,
.interview_check_calf_item::before,
.interview_check_muscle_item::before{
position:absolute;
top:50%;
left:15px;
display:block;
width:9px;
height:9px;
border-radius:50%;
content:"";
background:#f7941d;
transform:translateY(-50%);
}

#interview_check_section .interview_check_detail_note{
position:relative;
margin:0;
padding:16px 18px 16px 47px;
border-radius:12px;
font-size:1.8rem;
font-weight:700;
line-height:1.75;
letter-spacing:0.02em;
color:#183d73;
background:#eef8f6;
}

.interview_check_detail_note::before{
position:absolute;
top:50%;
left:19px;
display:block;
width:17px;
height:9px;
border-bottom:3px solid #00a99d;
border-left:3px solid #00a99d;
content:"";
transform:translateY(-65%) rotate(-45deg);
}

.interview_check_img_place{
position:relative;
overflow:hidden;
width:100%;
border-radius:90px 22px 22px 22px;
background:#dcefeb;
box-shadow:0 15px 38px rgba(24,61,115,0.14);
margin-top: 40px;
}

.interview_check_img_place picture{
display:block;
width:100%;
}

.interview_check_img{
display:block;
width:100%;
height:680px;
object-fit:cover;
object-position:center;
}

.interview_check_img_label_place{
position:absolute;
right:22px;
bottom:22px;
left:22px;
z-index:2;
padding:18px 20px;
border-radius:13px;
background:rgba(255,255,255,0.94);
box-shadow:0 7px 20px rgba(24,61,115,0.14);
}

.interview_check_img_label{
position:relative;
margin:0;
padding:0 0 0 24px;
font-size:1.8rem;
font-weight:700;
line-height:1.65;
letter-spacing:0.02em;
color:#183d73;
}

.interview_check_img_label::before{
position:absolute;
top:0.58em;
left:0;
display:block;
width:12px;
height:12px;
border-radius:50%;
content:"";
background:#f7941d;
}

.interview_check_img_place::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:35%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.18) 100%);
pointer-events:none;
}
}
/*////////////////////////////////////
interview_check_section
TB (min-width:768px) and (max-width:1100px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1100px){
#interview_check_section .interview_check_place{
grid-template-columns:repeat(2,minmax(0,1fr));
align-items:stretch;
gap:28px;
}

#interview_check_section .interview_check_word_place{
display:contents;
}

#interview_check_section .interview_check_word_place > .interview_question_place{
grid-column:1 / -1;
order:1;
}

#interview_check_section .interview_check_word_place > .interview_answer_place{
grid-column:1 / -1;
order:2;
}

#interview_check_section .interview_check_img_place{
grid-column:1 / -1;
order:3;
margin:0;
}

#interview_check_section .interview_check_word_place > .interview_check_simple_place{
grid-column:1 / 2;
order:4;
min-width:0;
margin:0;
}

#interview_check_section .interview_check_word_place > .interview_check_detail_place{
grid-column:2 / 3;
order:5;
min-width:0;
margin:0;
}

#interview_check_section .interview_check_img{
width:100%;
height:auto;
object-fit:contain;
object-position:center;
}

.interview_check_simple_list{
display:grid;
grid-template-columns:1fr;
gap:13px;
width:100%;
margin:0;
padding:0;
list-style:none;
}
}
/*////////////////////////////////////
interview_check_section
SP (max-width:767px)
////////////////////////////////////*/
@media screen and (max-width:767px){
#interview_check_section{
position:relative;
overflow:hidden;
padding:70px 0 78px;
}

.interview_check_area{
position:relative;
z-index:2;
width:88%;
margin:0 auto;
}

.interview_check_title_place{
display:grid;
grid-template-columns:42px minmax(0,1fr);
align-items:center;
gap:13px;
width:100%;
padding:0 0 30px;
}

.interview_check_number{
margin:0;
padding:0;
font-family:"Lato",sans-serif;
font-size:4.4rem;
font-weight:300;
line-height:1;
letter-spacing:0.01em;
color:#f7941d;
}

.interview_check_place{
display:grid;
grid-template-columns:1fr;
gap:34px;
width:100%;
}

.interview_check_word_place{
min-width:0;
width:100%;
}

#interview_check_section .interview_question_place{
position:relative;
display:grid;
grid-template-columns:44px minmax(0,1fr);
align-items:start;
gap:13px;
width:100%;
margin:auto 0;
padding:0 0 21px;
border-bottom:1px solid rgba(0,169,157,0.24);
}

#interview_check_section .interview_question_mark{
display:flex;
align-items:center;
justify-content:center;
width:44px;
height:44px;
margin:0;
padding:0;
border-radius:50%;
font-family:"Lato",sans-serif;
font-size:2.2rem;
font-weight:700;
line-height:1;
color:#ffffff;
background:#00a99d;
box-shadow:0 5px 14px rgba(0,169,157,0.2);
}

#interview_check_section .interview_question_title{
margin:0;
padding:1px 0 0;
font-family:"Noto Serif JP",serif;
font-size:1.9rem;
font-weight:700;
line-height:1.65;
letter-spacing:0.025em;
color:#183d73;
}

#interview_check_section .interview_answer_place{
position:relative;
display:grid;
grid-template-columns:44px minmax(0,1fr);
align-items:start;
gap:13px;
width:100%;
padding:22px 0 0;
}

#interview_check_section .interview_answer_mark{
display:flex;
align-items:center;
justify-content:center;
width:44px;
height:44px;
margin:0;
padding:0;
border:2px solid #f7941d;
border-radius:50%;
font-family:"Lato",sans-serif;
font-size:2.2rem;
font-weight:700;
line-height:1;
color:#f7941d;
background:#ffffff;
}

#interview_check_section .interview_answer_word{
min-width:0;
padding:1px 0 0;
}

#interview_check_section .interview_answer_word > p{
margin:0;
padding:0 0 21px;
font-size:1.8rem;
font-weight:500;
line-height:1.9;
letter-spacing:0.02em;
color:#444444;
}

.interview_check_simple_place,
.interview_check_detail_place{
position:relative;
overflow:hidden;
width:100%;
border:1px solid rgba(0,169,157,0.18);
border-radius:16px;
background:#ffffff;
box-shadow:0 7px 22px rgba(24,61,115,0.07);
}

.interview_check_simple_place{
margin:0 0 20px;
padding:25px 19px 21px;
}

.interview_check_detail_place{
padding:25px 19px 21px;
}

.interview_check_simple_place::before,
.interview_check_detail_place::before{
position:absolute;
top:0;
right:0;
left:0;
height:5px;
content:"";
}

.interview_check_simple_place::before{
background:#00a99d;
}

.interview_check_detail_place::before{
background:#f7941d;
}

.interview_check_simple_title,
.interview_check_detail_title{
position:relative;
margin:0;
padding:0 0 10px 19px;
font-size:1.9rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.025em;
color:#183d73;
}

.interview_check_simple_title::before,
.interview_check_detail_title::before{
position:absolute;
top:0.55em;
left:0;
display:block;
width:9px;
height:9px;
border-radius:50%;
content:"";
}

.interview_check_simple_title::before{
background:#00a99d;
}

.interview_check_detail_title::before{
background:#f7941d;
}

#interview_check_section .interview_check_simple_text,
#interview_check_section .interview_check_detail_text{
margin:0;
padding:0 0 17px;
font-size:1.75rem;
font-weight:500;
line-height:1.8;
letter-spacing:0.015em;
color:#4b4b4b;
}

.interview_check_simple_list{
display:grid;
grid-template-columns:1fr;
gap:13px;
width:100%;
margin:0;
padding:0;
list-style:none;
}

.interview_check_finger_item,
.interview_check_eleven_item{
position:relative;
min-width:0;
margin:0;
padding:18px 17px 19px;
border-radius:12px;
background:#f2faf8;
}

.interview_check_finger_item{
border-left:4px solid #00a99d;
}

.interview_check_eleven_item{
border-left:4px solid #f7941d;
}

.interview_check_finger_title,
.interview_check_eleven_title{
margin:0;
padding:0 0 8px;
font-size:1.7rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.02em;
color:#183d73;
}

#interview_check_section .interview_check_finger_text,
#interview_check_section .interview_check_eleven_text{
margin:0;
padding:0;
font-size:1.75rem;
font-weight:500;
line-height:1.8;
letter-spacing:0.01em;
color:#555555;
}

.interview_check_detail_list{
display:grid;
grid-template-columns:1fr;
gap:9px;
width:100%;
margin:0;
padding:0 0 18px;
list-style:none;
}

.interview_check_speech_item,
.interview_check_stand_item,
.interview_check_grip_item,
.interview_check_calf_item,
.interview_check_muscle_item{
position:relative;
width:100%;
margin:0;
padding:10px 14px 10px 34px;
border:1px solid rgba(247,148,29,0.3);
border-radius:10px;
font-size:1.75rem;
font-weight:700;
line-height:1.55;
letter-spacing:0.01em;
color:#555555;
background:#fff8ef;
}

.interview_check_speech_item::before,
.interview_check_stand_item::before,
.interview_check_grip_item::before,
.interview_check_calf_item::before,
.interview_check_muscle_item::before{
position:absolute;
top:50%;
left:15px;
display:block;
width:8px;
height:8px;
border-radius:50%;
content:"";
background:#f7941d;
transform:translateY(-50%);
}

#interview_check_section .interview_check_detail_note{
position:relative;
margin:0;
padding:14px 15px 14px 42px;
border-radius:11px;
font-size:1.75rem;
font-weight:700;
line-height:1.7;
letter-spacing:0.015em;
color:#183d73;
background:#eef8f6;
}

.interview_check_detail_note::before{
position:absolute;
top:50%;
left:17px;
display:block;
width:15px;
height:8px;
border-bottom:3px solid #00a99d;
border-left:3px solid #00a99d;
content:"";
transform:translateY(-65%) rotate(-45deg);
}

.interview_check_img_place{
position:relative;
overflow:hidden;
width:100%;
border-radius:42px 16px 16px 16px;
background:#dcefeb;
box-shadow:0 10px 28px rgba(24,61,115,0.13);
margin-top: 40px;
}

.interview_check_img_place picture{
display:block;
width:100%;
}

.interview_check_img{
display:block;
width:100%;
height:330px;
object-fit:cover;
object-position:center;
}

.interview_check_img_place::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:42%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.2) 100%);
pointer-events:none;
}

.interview_check_img_label_place{
position:absolute;
right:13px;
bottom:13px;
left:13px;
z-index:2;
padding:13px 14px;
border-radius:10px;
background:rgba(255,255,255,0.95);
box-shadow:0 5px 15px rgba(24,61,115,0.12);
}

.interview_check_img_label{
position:relative;
margin:0;
padding:0 0 0 20px;
font-size:1.75rem;
font-weight:700;
line-height:1.6;
letter-spacing:0.015em;
color:#183d73;
}

.interview_check_img_label::before{
position:absolute;
top:0.55em;
left:0;
display:block;
width:10px;
height:10px;
border-radius:50%;
content:"";
background:#f7941d;
}
}

/*////////////////////////////////////

interview_balance_section
@media screen and (min-width:768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#interview_balance_section{
position:relative;
overflow:hidden;
padding:120px 0 130px;
}

.interview_balance_area{
position:relative;
z-index:2;
}

.interview_balance_place{
display:grid;
grid-template-columns:minmax(0,1.05fr) minmax(380px,0.95fr);
align-items:center;
gap:6%;
width:100%;
padding:42px 0 0;
}

.interview_balance_word_place{
min-width:0;
}

.interview_balance_connection_place{
display:grid;
grid-template-columns:58px minmax(0,1fr);
align-items:center;
gap:18px;
padding:20px 22px;
border:1px solid rgba(0,169,157,0.23);
border-radius:16px;
background:#ffffff;
box-shadow:0 8px 24px rgba(24,61,115,0.07);
}

.interview_balance_connection_icon{
display:flex;
align-items:center;
justify-content:center;
width:58px;
height:58px;
border-radius:50%;
font-size:2.4rem;
color:#ffffff;
background:#00a99d;
}

#interview_balance_section .interview_balance_connection_word{
margin:0;
padding:0;
font-size:1.75rem;
font-weight:700;
line-height:1.85;
letter-spacing:0.02em;
color:#183d73;
}

.interview_balance_img_place{
position:relative;
overflow:hidden;
width:100%;
padding:28px;
border-radius:95px 20px 20px 20px;
background:#ffffff;
box-shadow:0 16px 42px rgba(24,61,115,0.12);
}

.interview_balance_img{
display:block;
width:100%;
height:auto;
border-radius:70px 12px 12px 12px;
}

.interview_balance_img_note{
margin:0;
padding:20px 4px 0;
font-size:1.8rem;
font-weight:700;
line-height:1.75;
letter-spacing:0.02em;
text-align:center;
color:#183d73;
}
}
/*////////////////////////////////////
interview_balance_section
TB (min-width:768px) and (max-width:1100px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1100px){
.interview_balance_place{
grid-template-columns:1fr;
gap:42px;
}
.interview_balance_img_place{
position:relative;
overflow:hidden;
width:80%;
margin: 0 auto;
}
}
/*////////////////////////////////////
interview_balance_section
@media screen and (min-width:0px) and (max-width:767px)
////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:767px){
#interview_balance_section{
position:relative;
overflow:hidden;
padding:110px 0 110px;
}

.interview_balance_area{
position:relative;
z-index:2;
width:100%;
}

.interview_balance_place{
display:flex;
flex-direction:column;
gap:32px;
width:100%;
padding:28px 0 0;
}

.interview_balance_word_place{
min-width:0;
width:100%;
}

.interview_balance_connection_place{
display:grid;
grid-template-columns:46px minmax(0,1fr);
align-items:center;
gap:13px;
padding:16px;
border:1px solid rgba(0,169,157,0.23);
border-radius:13px;
background:#ffffff;
box-shadow:0 7px 20px rgba(24,61,115,0.07);
}

.interview_balance_connection_icon{
display:flex;
align-items:center;
justify-content:center;
width:46px;
height:46px;
border-radius:50%;
font-size:1.9rem;
color:#ffffff;
background:#00a99d;
}

#interview_balance_section .interview_balance_connection_word{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:700;
line-height:1.75;
color:#183d73;
}

.interview_balance_img_place{
position:relative;
overflow:hidden;
width:100%;
padding:16px;

border-radius:50px 14px 14px 14px;
background:#ffffff;
box-shadow:0 10px 28px rgba(24,61,115,0.11);
}

.interview_balance_img{
display:block;
width:100%;
height:auto;
border-radius:38px 9px 9px 9px;
}

.interview_balance_img_note{
margin:0;
padding:14px 2px 0;
font-size:1.75rem;
font-weight:700;
line-height:1.7;
text-align:center;
color:#183d73;
}
}

/*////////////////////////////////////
interview_local_section
PC (min-width:768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#interview_local_section{
position:relative;
overflow:hidden;
padding:120px 0 130px;
}

.interview_local_area{
position:relative;
z-index:2;
display:grid;
grid-template-columns:minmax(360px,0.84fr) minmax(0,1.16fr);
align-items:center;
gap:6%;
}


.interview_local_img_place{
position:relative;
overflow:hidden;
width:100%;
height:720px;
border-radius:150px 22px 22px 22px;
background:#dcefeb;
box-shadow:0 18px 45px rgba(24,61,115,0.13);
}

.interview_local_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.interview_local_img_place::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:42%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.36) 100%);
pointer-events:none;
}

.interview_local_img_label_place{
position:absolute;
right:24px;
bottom:24px;
left:24px;
z-index:2;
padding:18px 20px;
border-left:5px solid #f7941d;
border-radius:4px 14px 14px 4px;
background:rgba(255,255,255,0.95);
box-shadow:0 8px 22px rgba(24,61,115,0.13);
}

.interview_local_img_label{
margin:0;
padding:0;
font-size:1.7rem;
font-weight:800;
line-height:1.7;
letter-spacing:0.03em;
color:#183d73;
}

.interview_local_word_place{
min-width:0;
}

.interview_local_supporter_place{
display:grid;
grid-template-columns:190px minmax(0,1fr);
align-items:center;
gap:22px;
overflow:hidden;
width:100%;
padding:16px;
border-radius:18px;
background:#ffffff;
box-shadow:0 10px 30px rgba(24,61,115,0.1);
}

.interview_local_supporter_img{
overflow:hidden;
width:190px;
height:135px;
border-radius:12px;
}

.interview_local_supporter_img img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.interview_local_supporter_word{
min-width:0;
padding:4px 10px 4px 0;
}

.interview_local_supporter_label{
margin:0;
padding:0 0 3px;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.08em;
color:#00a99d;
}

.interview_local_supporter_title{
margin:0;
padding:0 0 6px;
font-size:2rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.03em;
color:#183d73;
}

.interview_local_supporter_text{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:500;
line-height:1.75;
letter-spacing:0.02em;
color:#555555;
}

.interview_local_link_place{
display:flex;
justify-content:flex-end;
width:100%;
padding:28px 0 0;
}

.interview_local_link{
display:flex;
align-items:center;
justify-content:space-between;
gap:24px;
min-width:285px;
padding:16px 18px 16px 26px;
border:2px solid #00a99d;
border-radius:40px;
color:#ffffff;
background:#00a99d;
box-shadow:0 8px 20px rgba(0,169,157,0.2);
transition:color 0.3s ease,background 0.3s ease,transform 0.3s ease;
}

.interview_local_link_word{
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.04em;
}

.interview_local_link_icon{
display:flex;
align-items:center;
justify-content:center;
width:38px;
height:38px;
border-radius:50%;
font-size:1.7rem;
color:#00a99d;
background:#ffffff;
}

.interview_local_link:hover{
color:#00a99d;
background:#ffffff;
transform:translateY(-3px);
}

.interview_local_link:focus-visible{
outline:3px solid rgba(247,148,29,0.7);
outline-offset:4px;
}
}
/*////////////////////////////////////
interview_local_section
TB (min-width:768px) and (max-width:1100px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1100px){
.interview_local_area{
grid-template-columns:1fr;
gap:0;
}

.interview_local_img_place{
height:520px;
order:4;
margin:0 0 32px;
}

.interview_local_img{
object-position:center top;
}

.interview_local_word_place{
display:contents;
}

.interview_local_word_place > .interview_question_place:first-child{
order:1;
}

.interview_local_word_place > .interview_question_place:nth-child(2){
order:2;
}

.interview_local_word_place > .interview_answer_place{
order:3;
padding:25px 0 42px;
}

.interview_local_supporter_place{
order:5;
}

.interview_local_link_place{
order:6;
}
}
/*////////////////////////////////////
interview_local_section
SP (max-width:767px)
////////////////////////////////////*/
@media screen and (max-width:767px){
#interview_local_section{
position:relative;
overflow:hidden;
padding:110px 0 110px;
}

.interview_local_area{
position:relative;
z-index:2;
width:100%;
display:flex;
flex-direction:column;
gap:32px;
}

.interview_local_word_place{
min-width:0;
width:100%;
order:1;
}

.interview_local_img_place{
position:relative;
overflow:hidden;
order:2;
width:100%;
height:390px;
border-radius:58px 15px 15px 15px;
background:#dcefeb;
box-shadow:0 10px 28px rgba(24,61,115,0.12);
}

.interview_local_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center top;
}

.interview_local_img_place::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:43%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.35) 100%);
pointer-events:none;
}

.interview_local_img_label_place{
position:absolute;
right:13px;
bottom:13px;
left:13px;
z-index:2;
padding:13px 14px;
border-left:4px solid #f7941d;
border-radius:3px 10px 10px 3px;
background:rgba(255,255,255,0.95);
}

.interview_local_img_label{
margin:0;
padding:0;
font-size:1.7rem;
font-weight:800;
line-height:1.65;
color:#183d73;
}

.interview_local_supporter_place{
display:grid;
grid-template-columns:110px minmax(0,1fr);
align-items:center;
gap:14px;
overflow:hidden;
width:100%;
padding:12px;
border-radius:14px;
background:#ffffff;
box-shadow:0 7px 22px rgba(24,61,115,0.09);
}

.interview_local_supporter_img{
overflow:hidden;
width:110px;
height:96px;
border-radius:10px;
}

.interview_local_supporter_img img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.interview_local_supporter_word{
min-width:0;
}

.interview_local_supporter_label{
margin:0;
padding:0 0 2px;
font-size:1.8rem;
font-weight:700;
line-height:1.5;
letter-spacing:0.06em;
color:#00a99d;
}

.interview_local_supporter_title{
margin:0;
padding:0 0 4px;
font-size:1.7rem;
font-weight:800;
line-height:1.5;
color:#183d73;
}

.interview_local_supporter_text{
margin:0;
padding:0;
font-size:1.75rem;
font-weight:500;
line-height:1.65;
color:#555555;
}

.interview_local_link_place{
display:flex;
justify-content:center;
width:100%;
padding:24px 0 0;
}

.interview_local_link{
display:flex;
align-items:center;
justify-content:space-between;
gap:18px;
width:100%;
padding:14px 15px 14px 21px;
border:2px solid #00a99d;
border-radius:36px;
color:#ffffff;
background:#00a99d;
}

.interview_local_link_word{
font-size:1.7rem;
font-weight:700;
line-height:1.5;
}

.interview_local_link_icon{
display:flex;
align-items:center;
justify-content:center;
width:34px;
height:34px;
border-radius:50%;
font-size:1.7rem;
color:#00a99d;
background:#ffffff;
}
}







/*////////////////////////////////////
interview_family_section
PC (min-width:768px)
////////////////////////////////////*/
@media screen and (min-width:768px){
#interview_family_section{
position:relative;
overflow:hidden;
padding:120px 0 130px;
}

.interview_family_area{
position:relative;
z-index:2;
}

.interview_family_place{
display:grid;
grid-template-columns:minmax(0,1.08fr) minmax(400px,0.92fr);
align-items:center;
gap:6%;
width:100%;
padding:42px 0 40px;
}

.interview_family_word_place{
min-width:0;
}

.interview_family_img_place{
position:relative;
overflow:hidden;
width:100%;
height:560px;
border-radius:100px 20px 20px 20px;
background:#e8f4f1;
box-shadow:0 16px 42px rgba(24,61,115,0.13);
margin-bottom: 40px;
}

.interview_family_img_place::after{
position:absolute;
right:0;
bottom:0;
left:0;
height:32%;
content:"";
background:linear-gradient(180deg,rgba(24,61,115,0) 0%,rgba(24,61,115,0.12) 100%);
pointer-events:none;
}

.interview_family_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.interview_family_support_list{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:18px;
width:100%;
margin:0;
padding:0 0 42px;
list-style:none;
}

.interview_family_role_item,
.interview_family_interest_item,
.interview_family_outing_item,
.interview_family_check_item{
display:flex;
flex-direction:column;
align-items:flex-start;
min-width:0;
padding:24px 20px;
border:1px solid rgba(0,169,157,0.18);
border-radius:18px;
background:#ffffff;
box-shadow:0 9px 28px rgba(24,61,115,0.08);
}

.interview_family_role_item{
border-bottom:5px solid #00a99d;
}

.interview_family_interest_item{
border-bottom:5px solid #f7941d;
}

.interview_family_outing_item{
border-bottom:5px solid #47aaa3;
}

.interview_family_check_item{
border-bottom:5px solid #183d73;
}

.interview_family_role_icon,
.interview_family_interest_icon,
.interview_family_outing_icon,
.interview_family_check_icon{
display:flex;
align-items:center;
justify-content:center;
width:54px;
height:54px;
margin:0 0 16px;
border-radius:50%;
font-size:2.1rem;
color:#ffffff;
background:#00a99d;
}

.interview_family_interest_icon{
background:#f7941d;
}

.interview_family_outing_icon{
background:#47aaa3;
}

.interview_family_check_icon{
background:#183d73;
}

.interview_family_role_title,
.interview_family_interest_title,
.interview_family_outing_title,
.interview_family_check_title{
margin:0;
padding:0 0 9px;
font-size:1.8rem;
font-weight:800;
line-height:1.55;
letter-spacing:0.02em;
color:#183d73;
}

.interview_family_role_text,
.interview_family_interest_text,
.interview_family_outing_text,
.interview_family_check_text{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:500;
line-height:1.8;
letter-spacing:0.015em;
color:#555555;
}

.interview_family_message_place{
display:grid;
grid-template-columns:280px minmax(0,1fr);
align-items:stretch;
overflow:hidden;
width:100%;
margin:0 0 42px;
border:1px solid rgba(0,169,157,0.18);
border-radius:22px;
background:linear-gradient(120deg,#eef9f7 0%,#f2f7ff 100%);
box-shadow:0 10px 30px rgba(24,61,115,0.09);
}

.interview_family_message_img_place{
overflow:hidden;
width:100%;
height:320px;
background:#dfeefa;
}

.interview_family_message_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center 10%;
}

.interview_family_message_word_place{
display:flex;
flex-direction:column;
justify-content:center;
min-width:0;
padding:34px 40px;
}

.interview_family_message_label{
margin:0;
padding:0 0 16px;
font-size:1.7rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.06em;
color:#00a99d;
}

.interview_family_message_text{
margin:0;
padding:0 0 18px;
font-family:"Noto Serif JP",serif;
font-size:2rem;
font-weight:700;
line-height:1.9;
letter-spacing:0.03em;
color:#183d73;
}

.interview_family_message_name{
margin:0;
padding:0;
font-size:1.7rem;
font-weight:700;
line-height:1.6;
text-align:right;
color:#555555;
}

.interview_family_next_place{
width:100%;
padding:34px;
border-radius:22px;
background:linear-gradient(120deg,#eef9f7 0%,#fff8ef 100%);
}

.interview_family_next_title{
margin:0;
padding:0 0 24px;
font-family:"Noto Serif JP",serif;
font-size:2.2rem;
font-weight:800;
line-height:1.7;
letter-spacing:0.04em;
text-align:center;
color:#183d73;
}

.interview_family_next_link_place{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:16px;
width:100%;
}

.interview_family_check_link,
.interview_family_community_link,
.interview_family_contact_link{
display:grid;
grid-template-columns:44px minmax(0,1fr) 28px;
align-items:center;
gap:12px;
width:100%;
min-height:82px;
padding:14px 15px;
border:2px solid #00a99d;
border-radius:14px;
color:#183d73;
background:#ffffff;
box-shadow:0 7px 20px rgba(24,61,115,0.07);
transition:transform 0.3s ease,box-shadow 0.3s ease;
}

.interview_family_community_link{
border-color:#f7941d;
}

.interview_family_contact_link{
border-color:#183d73;
}

.interview_family_check_link_icon,
.interview_family_community_link_icon,
.interview_family_contact_link_icon{
display:flex;
align-items:center;
justify-content:center;
width:44px;
height:44px;
border-radius:50%;
font-size:1.8rem;
color:#ffffff;
background:#00a99d;
}

.interview_family_community_link_icon{
background:#f7941d;
}

.interview_family_contact_link_icon{
background:#183d73;
}

.interview_family_check_link_word,
.interview_family_community_link_word,
.interview_family_contact_link_word{
font-size:1.75rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.02em;
}

.interview_family_check_link_arrow,
.interview_family_community_link_arrow,
.interview_family_contact_link_arrow{
display:flex;
align-items:center;
justify-content:center;
width:28px;
height:28px;
border-radius:50%;
font-size:1.7rem;
color:#ffffff;
background:#00a99d;
}

.interview_family_community_link_arrow{
background:#f7941d;
}

.interview_family_contact_link_arrow{
background:#183d73;
}

.interview_family_check_link:hover,
.interview_family_community_link:hover,
.interview_family_contact_link:hover{
transform:translateY(-3px);
box-shadow:0 12px 25px rgba(24,61,115,0.12);
}

.interview_family_check_link:focus-visible,
.interview_family_community_link:focus-visible,
.interview_family_contact_link:focus-visible{
outline:3px solid rgba(247,148,29,0.7);
outline-offset:4px;
}
}
/*////////////////////////////////////

interview_family_section
TB (min-width:768px) and (max-width:1100px)
////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:1100px){
.interview_family_place{
grid-template-columns:1fr;
gap:42px;
}

.interview_family_img_place{
height:470px;
}

.interview_family_support_list{
grid-template-columns:repeat(2,minmax(0,1fr));
}

.interview_family_message_place{
grid-template-columns:250px minmax(0,1fr);
}

.interview_family_message_word_place{
padding:30px 32px;
}

.interview_family_next_link_place{
grid-template-columns:1fr;
}
}
/*////////////////////////////////////
interview_family_section
SP (max-width:767px)
////////////////////////////////////*/
@media screen and (max-width:767px){
#interview_family_section{
position:relative;
overflow:hidden;
padding:110px 0 110px;
}

.interview_family_area{
position:relative;
z-index:2;
width:100%;
}

.interview_family_place{
display:flex;
flex-direction:column;
gap:32px;
width:100%;
padding:28px 0 0;
}

.interview_family_word_place{
min-width:0;
width:100%;
}

.interview_family_img_place{
position:relative;
overflow:hidden;
width:100%;
height:310px;
border-radius:55px 14px 14px 14px;
background:#e8f4f1;
box-shadow:0 10px 28px rgba(24,61,115,0.12);
margin-bottom: 50px;
}

.interview_family_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.interview_family_support_list{
display:grid;
grid-template-columns:1fr;
gap:13px;
width:100%;
margin:0;
padding:0 0 30px;
list-style:none;
}

.interview_family_role_item,
.interview_family_interest_item,
.interview_family_outing_item,
.interview_family_check_item{
display:grid;
grid-template-columns:48px minmax(0,1fr);
align-items:center;
gap:14px;
min-width:0;
padding:16px;
border:1px solid rgba(0,169,157,0.18);
border-radius:14px;
background:#ffffff;
box-shadow:0 7px 22px rgba(24,61,115,0.08);
}

.interview_family_role_item{
border-left:5px solid #00a99d;
}

.interview_family_interest_item{
border-left:5px solid #f7941d;
}

.interview_family_outing_item{
border-left:5px solid #47aaa3;
}

.interview_family_check_item{
border-left:5px solid #183d73;
}

.interview_family_role_icon,
.interview_family_interest_icon,
.interview_family_outing_icon,
.interview_family_check_icon{
display:flex;
align-items:center;
justify-content:center;
width:48px;
height:48px;
border-radius:50%;
font-size:1.8rem;
color:#ffffff;
background:#00a99d;
}

.interview_family_interest_icon{
background:#f7941d;
}

.interview_family_outing_icon{
background:#47aaa3;
}

.interview_family_check_icon{
background:#183d73;
}

.interview_family_role_title,
.interview_family_interest_title,
.interview_family_outing_title,
.interview_family_check_title{
margin:0;
padding:0 0 5px;
font-size:1.65rem;
font-weight:800;
line-height:1.5;
color:#183d73;
}

.interview_family_role_text,
.interview_family_interest_text,
.interview_family_outing_text,
.interview_family_check_text{
margin:0;
padding:0;
font-size:1.8rem;
font-weight:500;
line-height:1.7;
color:#555555;
}

.interview_family_message_place{
display:grid;
grid-template-columns:1fr;
overflow:hidden;
width:100%;
margin:0 0 30px;
border:1px solid rgba(0,169,157,0.18);
border-radius:16px;
background:linear-gradient(150deg,#eef9f7 0%,#f2f7ff 100%);
box-shadow:0 8px 24px rgba(24,61,115,0.09);
}

.interview_family_message_img_place{
overflow:hidden;
width:100%;
height:300px;
background:#dfeefa;
}

.interview_family_message_img{
display:block;
width:100%;
height:100%;
object-fit:cover;
object-position:center 10%;
}

.interview_family_message_word_place{
padding:24px 20px;
}

.interview_family_message_label{
margin:0;
padding:0 0 12px;
font-size:1.6rem;
font-weight:800;
line-height:1.5;
letter-spacing:0.04em;
color:#00a99d;
}

.interview_family_message_text{
margin:0;
padding:0 0 14px;
font-family:"Noto Serif JP",serif;
font-size:1.8rem;
font-weight:700;
line-height:1.85;
color:#183d73;
}

.interview_family_message_name{
margin:0;
padding:0;
font-size:1.6rem;
font-weight:700;
line-height:1.6;
text-align:right;
color:#555555;
}

.interview_family_next_place{
width:100%;
padding:24px 16px;
border-radius:16px;
background:linear-gradient(150deg,#eef9f7 0%,#fff8ef 100%);
}

.interview_family_next_title{
margin:0;
padding:0 0 18px;
font-family:"Noto Serif JP",serif;
font-size:1.8rem;
font-weight:800;
line-height:1.7;
text-align:center;
color:#183d73;
}

.interview_family_next_link_place{
display:grid;
grid-template-columns:1fr;
gap:11px;
width:100%;
}

.interview_family_check_link,
.interview_family_community_link,
.interview_family_contact_link{
display:grid;
grid-template-columns:40px minmax(0,1fr) 26px;
align-items:center;
gap:10px;
width:100%;
min-height:68px;
padding:11px 12px;
border:2px solid #00a99d;
border-radius:12px;
color:#183d73;
background:#ffffff;
}

.interview_family_community_link{
border-color:#f7941d;
}

.interview_family_contact_link{
border-color:#183d73;
}

.interview_family_check_link_icon,
.interview_family_community_link_icon,
.interview_family_contact_link_icon{
display:flex;
align-items:center;
justify-content:center;
width:40px;
height:40px;
border-radius:50%;
font-size:1.8rem;
color:#ffffff;
background:#00a99d;
}

.interview_family_community_link_icon{
background:#f7941d;
}

.interview_family_contact_link_icon{
background:#183d73;
}

.interview_family_check_link_word,
.interview_family_community_link_word,
.interview_family_contact_link_word{
font-size:1.75rem;
font-weight:800;
line-height:1.5;
}

.interview_family_check_link_arrow,
.interview_family_community_link_arrow,
.interview_family_contact_link_arrow{
display:flex;
align-items:center;
justify-content:center;
width:26px;
height:26px;
border-radius:50%;
font-size:1rem;
color:#ffffff;
background:#00a99d;
}

.interview_family_community_link_arrow{
background:#f7941d;
}

.interview_family_contact_link_arrow{
background:#183d73;
}
}
