@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通

--------------------*/

/*----------
01.共通
----------*/


body{
-webkit-font-smoothing: antialiased;
}

*{
box-sizing: border-box;
}

*:focus {
outline: none;
}

#wrapper{
width: 100%;
overflow: hidden;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 16px;
color: #1d2f5b;
}

.pc{
display: block;
}

.sp{
display: none;
}

.contents_in{
max-width: 1330px;
width: 94%;
margin: 0 auto;
}

a{
color: #1d2f5b;
}

a:hover{
color: #1aabb0;
}

a:link{
color: #1d2f5b;
}

p, li{
line-height: 2.0;
}

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


h2{
font-family: 'Zen Antique', serif;
font-size: 40px;
line-height: 1.5em;
text-align: center;
text-shadow:1px 1px 2px rgba(255,255,255,1), 0 0 1em rgba(255,255,255,1), 0 0 0.2em rgba(255,255,255,1);
}

.h2_en{
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
text-align: center;
letter-spacing: 0.2em;
margin-bottom: 26px;
}

.h2_g{
display: block;
text-align: center;
margin-bottom: 45px;
}

h2 .ft_big{
font-size: 1.3em;
line-height: 1.4em;
}

.check_li{
max-width: 640px;
margin: 0 auto;
font-size: 16px;
line-height: 2em;
}

.check_li li{
display: block;
margin-bottom: 20px;
padding-left: 32px;
position: relative;
}

.check_li li::before{
content: '';
display: block;
width: 22px;
height: 22px;
background: #fff;
border: 1px solid #1d2f5b;
border-radius: 50%;
position: absolute;
left: 0;
top: 4px;
}

.check_li li::after{
content: '';
display: block;
width: 20px;
height: 8px;
border-bottom: 2px solid #0995c4;
border-left: 2px solid #0995c4;
transform: rotate(-48deg);
position: absolute;
left: 5px;
top: 5px;
}

#recommend span.line{
/*--background: linear-gradient(transparent 70%, #bcdde7 70%);--*/
background: rgba(255,255,255, 0.5);
border-bottom: 1px solid #0995c4;
padding: 0 0 2px;
margin: 0 2px;
}

#result span.line{
background: rgba(255,255,255, 1);
border-bottom: 1px solid #fd7cb4;
padding: 0 0 2px;
margin: 0 2px;
}

span.maker{
background: linear-gradient(transparent 50%, #ff6 50%);
}

p.notes{
font-size: 12px;
line-height: 1.6em;
padding-left: 1em;
text-indent: -1em;
}

.btn_cv{
display: block;
background: rgb(255,175,222);
background: linear-gradient(120deg, #069146, #9ecb58, #069146);
background-size: 400% 400%;
animation: GradietionAnimation 5s ease-out infinite;
max-width: 880px;
margin: 0 auto;
}

@keyframes GradietionAnimation{
  0%{
    background-position: 0% 50%;
  }
  50%{
    background-position: 100% 50%;
  }
  100%{
    background-position: 0% 50%;
  }
}

.btn_cv a{
display: block;
color: #fff;
padding: 72px 120px 72px 52px;
font-size: 34px;
position: relative;
}

.btn_cv a::before{
content: '';
display: block;
width: 60px;
height: 60px;
border: 2px solid #fff;
border-radius: 50%;
position: absolute;
top: 50%;
right: 50px;
transform: translateY(-50%);
}

.btn_cv a::after{
content: '';
display: block;
width: 16px;
height: 16px;
border-right: 2px solid #fff;
border-top: 2px solid #fff;
position: absolute;
top: 50%;
right: 78px;
transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width:768px){
.btn_cv a:hover{
background: rgb(26,171,176);
transition: 0.5s;
}
}


.img{
overflow: hidden;
}

.mask_wrap{
  display: table;
  overflow: hidden;
  height: 100%;
}
.mask-wrap .mask{
  display: table;
  position: relative;
/*  margin-bottom: .25em;*/
  left: -100%;
  overflow: hidden;
  height: 100%;
}
.mask-wrap .mask-bg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,213,238,1) 0%, rgba(200,237,255,1) 100%);
}


#mv_area{
width: 100%;
background: url("../../img/top_bg_pc.png") no-repeat center top;
background-size: 100% auto;
padding: 52px 0 0;
text-align: center;
background-attachment: fixed; 
}

#mv_area .main_text{
margin-bottom: 110px;
}

#mv_area .text_bg{
margin-bottom: 50px;
line-height: 1em;
}

#mv_area .text_bg span{
display: block;
width: fit-content;
background: rgb(255,92,189);
background: linear-gradient(90deg, rgba(255,92,189,1) 0%, rgba(64,191,255,1) 100%);
color: #fff;
font-weight: 500;
font-size: 20px;
padding: 6px 12px 7px;
margin: 0 auto 10px;
}

#mv_area .text_sub{
font-family: 'Zen Antique', serif;
letter-spacing: 0.3em;
font-size: 24px;
line-height: 1.68em;
margin-bottom: 20px;
}

#mv_area h1{
display: block;
max-width: 520px;
margin: 0 auto;
}

#mv_area .bg_white{
width: 100%;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
padding-bottom: 120px;
}

#mv_area p.about_text{
font-family: 'Noto Serif JP', serif;
font-size: 18px;
line-height: 2.3em;
font-weight: 600;
}

#recommend{
display: block;
padding: 70px 0 60px;
margin-bottom: clamp(80px, 6.667vw, 100px);
background: url("../../img/osusume_image.png") no-repeat center top;
background-color: #e5dfd9;
background-size: 390px auto;
position: relative;
}

#recommend::after{
content: '';
display: block;
background-color: #e5dfd9;
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
width: 100%;
min-height: 80px;
height: 6.667vw;
max-height: 100px;
position: absolute;
top: 99.9%;
left: 0;
}

#result{
display: block;
margin-top: clamp(-100px, -6.667vw, -80px);
background: url("../../img/result_bg.png") repeat center top;
padding: 0 0 112px;
margin-bottom: 60px;
}

@media only screen and (min-width:768px){
#result{
background-attachment: fixed; 
}
}

#result .result_img{
width: 100%;
max-width: 1530px;
margin: 0 auto 70px;
max-height: 520px;
overflow: hidden;
}

#result .check_li li::after{
border-bottom: 2px solid #fd7cb4;
border-left: 2px solid #fd7cb4;
}

#voice {
padding: 60px 0 0;
margin-bottom: 120px;
}

#voice .h2_g{
display: block;
background: #fefcf8;
padding: 44px;
border-top: 6px solid #f4efe1;
border-left: 6px solid #f4efe1;
border-right: 6px solid #ddd0b6;
border-bottom: 6px solid #ddd0b6;
box-shadow: 12px 12px 10px 0px rgb(0 0 0 / 10%);
}

#voice h2::after{
content: '';
display: block;
width: 51px;
height: 58px;
background: url("../../img/voice_mail.png") no-repeat center;
background-size: contain;
margin: 18px auto 0;
}


#voice .cnt_g{
display: flex;
justify-content: space-between;
align-items: flex-start;
}

#voice .cnt_g .cnt_box{
max-width: 610px;
width: 48%;
margin-bottom: 70px;
}

#voice .cnt_g .cnt_box .img{
margin-bottom: 32px;
}

#voice .cnt_g .cnt_box h3{
margin-bottom: 24px;
font-size: 24px;
line-height: 1.6em;
font-weight: 500;
}

#voice .cnt_g .cnt_box .name{
text-align: right;
margin-bottom: 22px;
}

#voice .cnt_g .cnt_box p{
line-height: 2.0;
}

#voice .btn_cv{
margin-bottom: 60px;
}

#session .session_top{
padding: 70px 0 clamp(95px, 9vw, 135px);
background: url("../../img/step_bg_pc.png") no-repeat center;
background-size: cover;
}

#session .session_bottom{
position: relative;
background: #faf3e1;
padding-bottom: 120px;
}

#session .session_bottom::before,
#session .session_bottom::after{
content: '';
display: block;
background-color: #faf3e1;
width: 50%;
min-height: 80px;
height: 6.667vw;
max-height: 100px;
position: absolute;
bottom: 100%;
}

#session .session_bottom::before{
clip-path: polygon(0 0, 0% 100%, 100% 100%);
left: 0;
}

#session .session_bottom::after{
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
right: 0;
}

#session .step_box{
background: #fff;
display: flex;
align-items: stretch;
margin-bottom: 30px;
border-radius:1.2em;
box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 4%);
}

#session .step_box:nth-of-type(even){
flex-direction: row-reverse;
}

#session .step_box .img{
max-width: 600px;
width: 45.2%;
}

#session .step_box .img img{
height: 100%;
object-fit: cover;
}

#session .step_box:nth-of-type(odd) .img img{
border-radius: 1.2em 0 0 1.2em;
}

#session .step_box:nth-of-type(even) .img img{
border-radius: 0 1.2em 1.2em 0;
}

#session .step_box .text{
width: 54.8%;
padding: 55px;
}

#session .step_box .num{
font-family: 'Zen Antique', serif;
text-align: center;
font-size: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative;
}

#session .step_box .num span{
font-size: 36px;
margin-left: 0.1em;
}

#session .step_box .num::after{
content: '';
display: block;
margin: 0 auto;
background: #1d2f5b;
width: 26px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}

#session .step_box h3{
font-family: 'Zen Antique', serif;
font-size: clamp(22px, 2.13vw, 32px);
line-height: 1.5em;
text-align: center;
margin-bottom: 42px;
}

#experience {
padding: 120px 0 120px;
background: url("../../img/top_bg_pc.png") no-repeat center top;
background-color: rgba(255, 255, 255, 0.5);
background-size: cover;
background-blend-mode: overlay;
}

@media only screen and (min-width:768px){
#experience {
background-attachment: fixed; 
}
}

#experience .contents_in{
max-width: 880px;
}

#experience p{
/*margin-bottom: 32px;*/
margin-bottom: 60px;
text-align: center;
}

#experience ul{
margin-bottom: 70px;
}

#experience li{
padding-left: 1em;
text-indent: -1em;
}

#experience .price_box{
display: block;
text-align: center;
}

#experience .price{
font-family: 'Zen Antique', serif;
font-size: 24px;
line-height: 1.4;
margin-bottom: 12px;
letter-spacing: -0.02em;
}

#experience .price .num{
font-size: 36px;
display: block;
}
#experience .price .num span{
font-size: 20px;
}
/*
#experience .price .num .frame{
display: inline-block;
border: 1px solid;
font-size: 18px;
padding: 4px 10px;
margin-right: .5em;
}
*/



#profile {
padding: 120px 0 60px;
}

#profile .contents_in{
display: flex;
justify-content: space-between;
align-items: flex-start;
max-width: 1096px;
}

#profile .prof_img{
max-width: 310px;
width: 28.3%;
}

#profile .prof_img img{
border-radius: 50%;
}

#profile .prof_text{
max-width: 760px;
width: 69.3%;
}

#profile h3{
font-size: 24px;
margin-bottom: 32px;
}

#profile p{
font-size: 14px;
}

#profile .name{
font-size: 16px;
margin-bottom: 40px;
}

#last_area {
padding: 60px 0;
}

#last_area p{
font-family: 'Noto Serif JP', serif;
font-size: 18px;
line-height: 2.3em;
margin-bottom: 70px;
text-align: center;
font-weight: 600;
}

footer{
padding: 60px 0 142px;
background: url("../../img/footer_image.png") repeat-x center bottom;
background-size: 480px auto;
font-size: 12px;
text-align: center;
}

footer ul{
display: flex;
justify-content: center;
margin-bottom: 97px;
}

footer ul li{
margin: 0 16px;
}


@media only screen and (max-width:1024px){
/*----------
01.共通
----------*/

.contents_in{
width: 94%;
}

.h2_en{
font-size: 14px;
}

h2{
font-size: 32px;
letter-spacing: -0.02em;
}

.h2_g{
margin-bottom: 40px;
}

.btn_cv a{
font-size: 32px;
}

#voice .cnt_g .cnt_box h3{
font-size: 22px;
margin-bottom: 18px;
}
#voice .cnt_g .cnt_box p{
font-size: 14px;
}

#session .step_box .text{
width: 64.8%;
padding: 30px 20px;
}



}



@media only screen and (max-width:767px){

/*----------
01.共通
----------*/

.pc{
display: none;
}

.sp{
display: block;
}

.contents_in{
width: 93.3%;
}

.check_li{
max-width: 81.3vw;
}


.btn_cv a{
font-size: 25px;
line-height: 1.8em;
padding: 60px 80px 60px 35px;
}

.btn_cv a::before{
width: 50px;
height: 50px;
right: 25px;
}

.btn_cv a::after{
width: 12px;
height: 12px;
right: 48px;
}

#mv_area{
background: url(../../img/top_bg_sp.png) no-repeat center top;
background-size: 100% auto;
padding: 44px 0 0;
}
#mv_area .main_text{
margin-bottom: 94px;
}

#mv_area .text_bg{
margin-bottom: 38px;
}

#mv_area .text_bg span{
font-size: 15px;
margin: 0 auto 6px;
}

#mv_area .text_sub{
font-size: 19px;
margin-bottom: 24px;
font-weight: 600;
}

#mv_area h1{
width: 90vw;
}

#mv_area p.about_text{
font-size: 15px;
}

#mv_area .bg_white{
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
padding-bottom: 70px;
}

#recommend{
padding: 70px 0 30px;
margin-bottom: clamp(50px, 13.3vw, 80px);
}

#recommend::after{
min-height: 50px;
height: 13.3vw;
max-height: 80px;
}

#result{
margin-top: clamp(-80px, 13.3vw, -50px);
margin-bottom: 35px;
padding: 0 0 54px;
}

#result .result_img{
margin: 0 auto 30px;
max-height: none;
}

#session .step_box:nth-of-type(odd) .img img{
border-radius: 1.2em 1.2em 0 0;
}

#session .step_box:nth-of-type(even) .img img{
border-radius: 1.2em 1.2em 0 0;
}

#voice{
padding: 30px 0 0;
}

#voice .cnt_g{
width: 88.3vw;
margin: 0 auto;
}

#voice .h2_g{
border-top: 4px solid #f4efe1;
border-left: 4px solid #f4efe1;
border-right: 4px solid #ddd0b6;
border-bottom: 4px solid #ddd0b6;
padding: 26px;
width: 88.3vw;
margin: 0 auto 50px;
}

#voice h2::after{
width: 34px;
height: 38px;
margin: 12px auto 0;
}

#voice .cnt_g{
display: block;
}

#voice .cnt_g .cnt_box{
width: 100%;
margin: 0 auto 36px;
}

#voice .cnt_g .cnt_box .img{
margin-bottom: 26px;
}

#session h2 span{
font-size: 0.95em;
line-height: 1.6;
}

#session .session_top{
padding: 70px 0 clamp(60px, 21.8vw, 82px);
background: url("../../img/step_bg_sp.png") no-repeat center;
background-size: cover;
}

#session .session_bottom::before, #session .session_bottom::after{
min-height: 52px;
height: 13.8vw;
max-height: 80px;
}

#session .session_bottom{
padding-bottom: 70px;
}

#session .session_bottom .contents_in{
width: 88.3%;
}

#session .step_box{
display: block;
}

#session .step_box .img{
width: 100%;
}
#session .step_box .text{
width: 100%;
padding: 25px 15px 40px;
}

#session .step_box .num{
margin-bottom: 16px;
}

#session .step_box h3{
font-size: clamp(22px, 6.6vw, 32px);
letter-spacing: -0.02em;
margin-bottom: 32px;
}

#session .step_box .img img{
width: 100%;
}

#experience {
padding: 70px 0 70px;
}

#experience p{
width: 88.3vw;
margin: 0 auto 42px;
}

#experience ul{
width: 88.3vw;
margin: 0 auto 46px;
}

#profile {
padding: 70px 0 32px;
}

#profile .prof_text{
width: 88.3vw;
margin: 0 auto;
}

#profile .prof_img{
width: 66.6vw;
margin: 0 auto 20px;
}

#profile h3{
font-size: 20px;
}

#last_area{
padding: 30px 0;
}

#last_area p{
font-size: 16px;
}

footer{
padding: 35px 0 100px;
background-size: 100% auto;
}

footer ul{
display: block;
margin-bottom: 50px;
font-size: 13px;
}



}
