@charset "utf-8";
/* CSS Document */


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
    overflow: hidden;
    line-height: 0;
}

.kv .bg_photo{
    background-image: url("../images/index/webp/kv_bottom.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    opacity: 0;
}

.kv .bg_top{
    background-image: url("../images/index/webp/kv_top.webp");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.kv .bg_photo,
.kv .bg_top,
.kv .bg_photo img,
.kv .bg_top img{
    width: 100%;
}

.kv .inner{
    margin: auto;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.kv .text_box{
    width: 100%;
    opacity: 0;
    transform: translateX(-50px);
    transition: .8s;
}

.kv .text_box.on{
    opacity: 1;
    transform: translateX(0);
}

.kv.index_top .catch{
    font-size: 8vw;
    line-height: 130%;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 5vw;
}

/* index_top */
.kv.index_top .catch{
    font-size: 8vw;
    line-height: 130%;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 5vw;
}

/* anime_line */
.anime_view .anime_line{
    margin: 0 auto;
    position: absolute;
    bottom: 10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
}

/* index_top */
.anime_view.index_top .anime_line{
    margin: 0 auto;
    position: absolute;
    bottom: 10vw;
    left: 84%;
    transform: translateX(-50%);
    width: 355%;
}

.anime_view .anime_line svg{
    width: 100%;
}

.anime_view .anime_line svg{
    position: relative;
    z-index: 1;
}

.anime_view .anime_line .st1{
    fill: none;
    stroke-width: 110px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.anime_view .anime_line svg.on .st1{
    stroke: rgba(255,255,255,1);
}

.anime_view .anime_line svg{
    opacity: 1;
    transition: opacity 2s;
}


/* index_message
   ================================================================== */
.index_message{
	margin: 0 0 0;
	position: relative;
    overflow: hidden;
    background-image: url("../images/index/webp/message_sp.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.index_message:before{
	content: "";
	background: rgba(0,0,0,.35);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    mix-blend-mode: multiply;
}

.index_message .height_box{
    padding: 10vw 0 50vw;
	min-height: 160vw;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.index_message .height_box *{
    color: #fff;
}

.index_message .height_box p{
    font-size: 3.2vw;
    line-height: 220%;
}

.index_message .height_box .catch{
    margin: 5vw 0 0;
    font-size: 5.5vw;
}

.line_animetion{
    margin: 0 auto;
    position: absolute;
    bottom: 10vw;
    left: 6%;
    transform: translateX(-50%);
    width: 450%;
    line-height: 0;
}

.line_animetion svg{
    width: 100%;
}

.line_animetion .st0{
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 110px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}

.index_message .loopslider{
    top: auto;
    bottom: 2vw;
}


/* recommendation
   ================================================================== */
.recommendation{
	padding: 15vw 0;
    background: #fff;
}

.recommendation .title{
    font-size: 5vw;
    line-height: 130%;
    font-weight: 700;
    color: #083dcb;
    text-align: center;
}

.recommendation .list{
    margin: 10vw 0 0;
}

.recommendation .list > li{
    margin: 10vw 0 0;
}

.recommendation .list .thm{
    width: 100%;
}

.recommendation .list .thm a{
    line-height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 363 / 208;
    background: #ccc;
    overflow: hidden;
    border-radius: 10px;
}

.recommendation .list .thm img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.recommendation .list .text_box{
    padding: 3vw 0 0;
    box-sizing: border-box;
}

.recommendation .list .list_ttl{
    margin: 0 0 4vw;
    font-size: 3.8vw;
    line-height: 130%;
    font-weight: 500;
    color: #083dcb;
}

.recommendation .list .list_ttl .block_title .name{
    font-size: 2.6vw;
    line-height: 150%;
}


/* index_links_block
   ================================================================== */
.index_links_block{
	padding: 15vw 0;
    overflow: hidden;
}

.index_links_block.index_about{
	padding-bottom: 0;
}

.index_links_block.index_talk{
	padding-top: 8vw;
}

.index_links_block .inner{
	padding: 0;
}

.index_links_block .flex{
	display: flex;
}

.index_links_block .text_box{
	padding: 3vw 2vw 0 5vw;
    width: 55%;
    box-sizing: border-box;
}

.index_links_block .text_box .boxin_title_block{
	margin: 5vw 0 0;
}

.index_links_block .photo{
    width: calc(100% - 55%);
}

.index_links_block .photo .photo_inbox{
    line-height: 0;
    position: relative;
}

.index_links_block .photo .more_btn{
    position: absolute;
    bottom: 3vw;
    right: 5vw;
}


/* index_links_project
   ================================================================== */
.index_links_project{
	padding: 0;
    background: #083dcb;
    overflow: hidden;
}

.index_links_block .flex{
	display: flex;
}

.index_links_project .text_box{
	padding: 6vw 0 8vw;
    box-sizing: border-box;
}

.index_links_project .text_box .boxin_title_block{
	margin: 5vw 0 0;
}

.index_links_project .text_box .text{
	margin: 5vw 0 0;
    font-size: 2.9vw;
    line-height: 200%;
    color: #fff;
}

.index_links_project .photo{
    margin: 0 -5vw;
}

.index_links_project .photo .photo_inbox{
    line-height: 0;
    position: relative;
}

.index_links_project .photo .more_btn{
    position: absolute;
    bottom: 5vw;
    left: 5vw;
}


/* index_links_interview
   ================================================================== */
.index_links_interview{
	padding: 15vw 0;
    overflow: hidden;
}

.index_links_interview .block_title + .boxin_title_block{
	margin: 5vw 0 0;
}

.index_links_interview .list{
	margin: 10vw 0 0;
}

.index_links_interview .list > li{
	margin: 12vw 0 0;
}

.index_links_interview .list > li:nth-child(1){
	margin-top: 0 !important;
}

.index_links_interview .list .photo .photo_inbox{
    line-height: 0;
    position: relative;
}

.index_links_interview .list .photo .more_btn{
    position: absolute;
    bottom: 4vw;
    right: 4vw;
}

.index_links_interview .list .text_box{
    padding: 4vw 0 0;
}

.index_links_interview .list .text_box .catch{
    font-size: 4.3vw;
    line-height: 160%;
    font-weight: 500;
    color: #083dcb;
}

.index_links_interview .list .text_box .profile_unity{
    margin: 3vw 0 0;
}

/* profile_unity */
.profile_unity .department{
    font-size: 2.5vw;
    letter-spacing: 0.16em;
}

.profile_unity .sp_flex{
    display: flex;
    align-items: baseline;
}

.profile_unity .name{
    font-size: 4vw;
    letter-spacing: 0.25em;
}

.profile_unity .joining{
    margin: 0 0 0 3vw;
    font-size: 2.5vw;
    letter-spacing: 0.16em;
}


/* about_kv
   ================================================================== */
.about_kv{
	padding: 20vw 0 0;
}

.about_kv .title_border_line{
	margin: 15vw auto 0;
}

.about_kv .main_photo{
	margin: 8vw auto 0;
    width: 90%;
}

.about_kv .text{
	margin: 8vw auto 0;
    text-align: center;
}


/* about_company
   ================================================================== */
.about_company{
	padding: 8vw 0 0;
}

.about_company .text{
	margin: 5vw auto 0;
}

.about_company .photos{
	margin: 8vw auto 0;
    display: flex;
    justify-content: space-between;
    line-height: 0;
}

.about_company .photos > li{
	width: 49.2%;
    line-height: 0;
}


/* about_business
   ================================================================== */
.about_business{
	padding: 15vw 0 0;
}

.about_business .pc_flex{
	padding: 8vw 0 0;
}

.about_business .text{
	margin: 8vw auto 0;
}

/* business_loopslider */
.business_loopslider{
    margin: 6vw 0 0;
	padding: 0 0 0;
    visibility: hidden;
    display: flex;
    opacity: 0;
}

.infiniteslide_wrap .business_loopslider{
    visibility: visible;
    opacity: 1;
}

.business_loopslider li{
    padding: 0 2vw 0 0;
	width: 20vw;
    line-height: 0;
}


/* about_challenge
   ================================================================== */
.about_challenge{
	padding: 15vw 0 0;
}

.about_challenge .list{
	margin: 6vw 0 0;
}

.about_challenge .list > li{
	margin: 10vw 0 0;
}

.about_challenge .list > li:first-child{
	margin-top: 0;
}

.about_challenge .list .text_box{
	padding: 3vw 0 0;
}

.about_challenge .list .title_f41{
	margin: 3vw 0 0;
}

.about_challenge .list .text{
	margin: 3vw 0 0;
}


/* about_numbers_list
   ================================================================== */
.about_numbers_list{
	padding: 15vw 0 25vw;
}

.about_numbers_list .list{
	margin: 5vw 0 0;
    font-size: 0;
}

.about_numbers_list .list > li{
	margin: 6vw 0 0;
    font-size: 0;
}

.about_numbers_list .list > li:first-child{
	margin-top: 0;
}

.about_numbers_list .list .ttl{
    font-size: 4.5vw;
    font-weight: 100;
    color: #083dcb;
    font-family: "Public Sans";
    line-height: 120%;
}

/* cards */
.about_numbers_list .cards{
    font-size: 0;
}

.about_numbers_list .cards > li{
    margin: 2vw 2% 0 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 0;
}

.about_numbers_list .cards > li:nth-child(2n+2){
    margin-right: 0;
}


/* under_photo_kv
   ================================================================== */
.under_photo_kv{
    background-image: url("../images/project/webp/kv_sp.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.under_photo_kv.work_style_kv{
    background-image: url("../images/work_style/webp/kv_sp.webp");
}

.under_photo_kv .inner{
	padding-top: 20vw;
	height: 92vw;
    box-sizing: border-box;
    position: relative;
}

.under_photo_kv .text_box{
	position: absolute;
    bottom: 10vw;
    left: 5vw;
}


/* project_introduction
   ================================================================== */
.project_introduction{
	padding: 15vw 0;
    background: #f9f7ef;
}

.project_introduction .title{
    font-size: 5vw;
    font-weight: 100;
    color: #083dcb;
    font-family: "Public Sans";
}

.project_introduction .catch{
    margin: 3vw 0 0;
    font-size: 4vw;
    font-weight: 500;
    color: #083dcb;
}

.project_introduction .text{
    margin: 5vw 0 0;
    color: #083dcb;
}

.project_introduction .member{
    margin: 10vw 0 0;
}

.project_introduction .member > li + li{
    margin: 10vw 0 0;
}

.project_introduction .member .text_box{
    padding: 5vw 0 0;
}

.project_introduction .member .text_box .ttl{
    font-size: 5vw;
    font-weight: 100;
    color: #083dcb;
    font-family: "Public Sans";
}


/* project_episode
   ================================================================== */
.project_episode{
	padding: 0;
}

/* episode_list */
.episode_list{
	margin: 0;
}

.episode_list > li{
	margin: 0;
    position: relative;
}

.episode_list .photo{
    position: relative;
}

.episode_list .v_title{
    margin: auto;
    position: absolute;
    top: 5vw;
    left: 15vw;
    width: 16vw;
    line-height: 0;
}

.episode_list > li:nth-child(2n+2) .v_title{
    left: auto;
    right: 15vw;
}

.episode_list .text_box_bg{
    padding: 10vw 5vw;
    background: rgba(8,61,203,.8);
}

.episode_list .text_box *{
    color: #fff;
}

.episode_list .text_box .title{
    font-size: 3.5vw;
    font-weight: 100;
    font-family: "Public Sans";
}

.episode_list .text_box .catch{
    margin: 4vw 0 0;
    font-size: 4.5vw;
    font-weight: 500;
}

.episode_list .text_box .text_list{
    margin: 5vw 0 0;
}

.episode_list .text_box .text_list .text{
    text-indent: 3.1vw;
}


/* project_message
   ================================================================== */
.project_message{
	padding: 0;
}

.project_message > ul{
	margin: 0;
}

.project_message > ul > li{
	margin: 0;
    position: relative;
}

.project_message .photo{
    position: relative;
}

.project_message .text_box{
    padding: 10vw 5vw;
    background: rgba(255,255,255,.8);
    position: relative;
    z-index: 1;
}

.project_message .text_box *{
    color: #083dcb;
}

.project_message .text_box .catch{
    font-size: 4.5vw;
    font-weight: 500;
}

.project_message .text_box .text_list{
    margin: 5vw 0 0;
}


/* talk_kv
   ================================================================== */
.talk_kv{
	margin: 0 0 0;
	position: relative;
    overflow: hidden;
    line-height: 0;
}

.talk_kv .inner{
    margin: auto;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	display: flex;
    z-index: 15;
}

.talk_kv .text_box{
	padding: 24vw 0 10vw;
    width: 100%;
    box-sizing: border-box;
}

.talk_kv .boxin_title_block{
	padding: 23vw 0 0;
}

.talk_kv.anime_view .anime_line{
    bottom: 3vw;
}


/* oc_list
   ================================================================== */
.oc_list > dl{
	margin: 0 0 0;
}

.oc_list > dl:last-child{
    border-bottom: 1px solid #bac4d9;
}

.oc_list > dl:first-child{
	margin: 0 0 0;
}

.oc_list > dl dt{
	padding: 4vw 8vw 4vw 3vw;
	font-size: 3.6vw;
	line-height: 150%;
	letter-spacing: 0.10em;
	font-weight: 500;
    border-top: 1px solid #bac4d9;
    color: #083dcb;
	position: relative;
    cursor: pointer;
    transition: .3s;
}

.oc_list > dl dt::after{
	content: "";
    margin: auto;
    background-image: url("../images/common/icon_plus.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
	width: 3vw;
	height: 3vw;
	position: absolute;
	right: 6vw;
	top: 0;
    bottom: 0;
}

.oc_list > dl dt.active::after{
	background-image: url("../images/common/icon_minus.svg");
}

.oc_list > dl dd{
	padding: 3vw 3vw 5vw;
    position: relative;
}


/* talk_members
   ================================================================== */
.talk_members{
	padding: 10vw 0;
}

.talk_members .top_title{
	margin: 8vw 0 0;
    font-size: 5vw;
    font-weight: 100;
    color: #083dcb;
    font-family: "Public Sans";
    line-height: 120%;
    text-align: center;
}

.talk_members .list{
	margin: 3vw 0 0;
    font-size: 0;
}

.talk_members .list > li{
	margin: 5vw 8% 0 0;
    width: 46%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}

.talk_members .list > li:nth-child(2n+2){
	margin-right: 0;
}

.talk_members .list .pr_box{
	padding: 2vw 0 0;
}

.talk_members .list .sp_flex{
	display: block;
}

.talk_members .list .joining{
	margin: 0;
}

.talk_members .jobs{
	margin: 6vw 0 0;
}

.talk_members .jobs_list > li + li{
	margin: 6vw 0 0;
}

.talk_members .jobs_list h5{
    margin: 0 0 3vw;
	font-size: 3.4vw;
    font-weight: 500;
}


/* talk_session
   ================================================================== */
.talk_session + .talk_session{
	margin-top: 25vw;
}


/* talk_session_kv
   ================================================================== */
.talk_session_kv{
    line-height: 0;
	position: relative;
}

.talk_session_kv > img{
	width: 100%;
}

.talk_session_kv .inner{
    padding-bottom: 5vw;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
}


/* talk_session_text_box
   ================================================================== */
.talk_session_text_box{
    padding: 10vw 0 0;
}

.talk_session_text_box > li + li{
    padding: 10vw 0 0;
}

.talk_session_text_box .ttl{
    font-size: 3.5vw;
    line-height: 180%;
    font-weight: 500;
    color: #083dcb;
}

.talk_session_text_box .ttl.f28{
    font-size: 3.5vw;
}

.talk_session_text_box .ttl .bar{
    margin: 0 3vw 0 0;
    width: 20vw;
    display: inline-block;
    position: relative;
}

.talk_session_text_box .ttl .bar:before{
	content: "";
	background: #083dcb;
	width: 100%;
	height: 1px;
	position: absolute;
	top: -2vw;
	left: 0;
}

.talk_session_text_box .balloon_box{
    margin: 5vw 0 0;
	position: relative;
}

.talk_session_text_box .talk_list > li + li{
    margin: 5vw 0 0;
}

.talk_session_text_box .talk_list > li{
    display: flex;
}

.talk_session_text_box .talk_list .thm{
    width: 20vw;
    line-height: 0;
    text-align: center;
}

.talk_session_text_box .talk_list .thm .icon{
    line-height: 0;
}

.talk_session_text_box .talk_list .thm .icon img{
    width: 100%;
}

.talk_session_text_box .talk_list .thm .name{
    margin: 1vw 0 0;
    font-size: 3.5vw;
}

.talk_session_text_box .talk_list .balloon_bg{
    margin: 0 0 0 5vw;
    padding: 4vw;
    width: calc(100% - 20vw - 5vw);
    box-sizing: border-box;
    background: #ddf8f8;
    position: relative;
}
    
.talk_session_text_box .talk_list .balloon_bg:before{
    content: "";
    margin: auto;
    background: #ddf8f8;
    height: calc(tan(60deg) * 6vw / 2);
    width: 5vw;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 2.2vw;
    right: 99%;
    transform: rotate(270deg);
    transform-origin: bottom right;
}
    
.talk_session_text_box .photos{
    margin: 12vw -5vw 0;
    display: flex;
    line-height: 0;
}
    
.talk_session_text_box .photos > li{
    width: 50%;
    line-height: 0;
}
    
.session03 .talk_session_text_box .photos > li{
    width: 100%;
}


/* recruit_kv
   ================================================================== */
.recruit_kv{
    padding: 20vw 0 0;
}


/* recruit_block
   ================================================================== */
.recruit_block{
    margin: 0 0 0;
    padding: 0 0 25vw;
}

.recruit_block .scroll_area{
    margin: 0 0 0;
}

.recruit_block .scroll_area .fix_nav{
    display: none;
}

.recruit_block .scroll_area .area_block{
    margin: 0;
}

/* recruit_section */
.recruit_section{
    padding: 10vw 0 0;
}

.recruit_section *:not(.area_title){
    color: #173a80;
}

.recruit_section .section_bg{
    padding: 3vw;
    background: #fff;
    border-radius: 10px;
}

.recruit_section .area_title{
    padding: 5vw 6vw;
    font-size: 3.4vw;
    font-weight: 700;
    background: #173a80;
    color: #fff;
    display: flex;
	align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
}

/* recruit01_box */
.recruit01_box{
    padding: 6vw 0 5vw;
}

.recruit01_box .ttl{
    font-size: 5vw;
    font-weight: 500;
    text-align: center;
}

.recruit01_box .txt{
    margin: 5vw 0 0;
}

/* recruit02_box */
.recruit02_box{
    padding: 0 0 0;
}

.recruit02_box table{
    width: 100%;
}

.recruit02_box table th,
.recruit02_box table td{
    padding: 4vw .5vw 4vw 2vw;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #bac4d9;
    box-sizing: border-box;
}

.recruit02_box table th{
    width: 30%;
    font-size: 3.3vw;
    font-weight: 500;
}

.recruit02_box table td{
    width: calc(100% - 30%);
    font-size: 3.1vw;
    line-height: 190%;
    font-weight: 400;
}

/* recruit03 */
.recruit03{
    padding: 0 0 6vw;
}

.recruit03 ul > li{
    padding: 4vw 0 0;
}

.recruit03 ul .qustion{
    padding: 4vw;
    background: #c4d0f3;
    display: flex;
    border-radius: 10px;
}

.recruit03 ul .qustion .eng{
    font-size: 3.8vw;
    line-height: 170%;
    font-weight: 500;
    font-family: "Public Sans";
}

.recruit03 ul .qustion .txt{
    padding: 0 0 0 3vw;
}

.recruit03 ul .qustion .txt,
.recruit03 ul .answer p{
    font-size: 3.5vw;
    line-height: 170%;
    font-weight: 500;
}

.recruit03 ul .answer{
    padding: 4vw 4vw 1vw;
}


/* work_style_block
   ================================================================== */
.work_style_block{
    padding: 0 0 20vw;
}

.work_style_block .top_text{
    padding: 10vw 0;
    text-align: center;
}

.work_style_block .top_text p{
    color: #083dcb;
}

.work_style_block .list > li + li{
    margin: 10vw 0 0;
}

.work_style_block .list > li{
    padding: 8vw 3vw;
    background: #fff;
    border-radius: 10px;
    font-size: 0;
}

.work_style_block .list_title{
    padding: 0 0 3vw;
    font-size: 4.2vw;
    font-weight: 500;
    text-align: center;
    color: #083dcb;
    border-bottom: 1px solid #bac4d9;
}

/* voices */
.work_style_block .voices{
    margin: 8vw 0 0;
}

.work_style_block .voices .voice_ttl{
    padding: 0 0 3vw;
    font-size: 4vw;
    font-weight: 500;
    color: #083dcb;
    border-bottom: 1px solid #bac4d9;
}

.work_style_block .voices .photo{
    margin: 7vw 0 0;
}

.work_style_block .voices .photo img{
    width: 100%;
}

.work_style_block .voices .text_box{
    padding: 5vw 0 0;
}

.work_style_block .voices .ttl{
    font-size: 3.8vw;
    font-weight: 500;
    color: #083dcb;
}

.work_style_block .voices .txt{
    margin: 4vw 0;
}

.work_style_block .voices .pr{
    font-weight: 500;
    color: #083dcb;
}

/* education_box */
.education_box .education_top{
    padding: 5vw 0 0;
}

.education_box .education_top .ttl{
    font-size: 4vw;
    font-weight: 500;
    color: #083dcb;
}

.education_box .education_top .txt{
    margin: 4vw 0 0;
}

.education_box .graph{
    margin: 5vw 0 0;
}

.education_box .education_list{
    margin: 10vw 0 0;
}

.education_box .education_list > li{
    margin: 10vw 0 0;
}

.education_box .education_list .photo img{
    width: 100%;
}

.education_box .education_list .text_box{
    padding: 5vw 0 0;
}

.education_box .education_list .photo_ttl{
    font-size: 3.5vw;
    font-weight: 500;
    color: #083dcb;
}

.education_box .education_list .txt{
    margin: 4vw 0 0;
}

/* benefits_box */
.benefits_box{
    padding: 5vw 0 0;
}

.benefits_box .icons{
    font-size: 0;
}

.benefits_box .icons > li{
    margin: 2vw 2% 0 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 0;
}

.benefits_box .icons > li:nth-child(2n+2){
    margin-right: 0;
}

.benefits_box .benefits_list{
    margin: 10vw 0 0;
}

.benefits_box .benefits_list > li{
    margin: 10vw 0 0;
}

.benefits_box .benefits_list .photo img{
    width: 100%;
}

.benefits_box .benefits_list .text_box{
    padding: 4vw 0 0;
}

.benefits_box .benefits_list .photo_ttl{
    font-size: 3.2vw;
    font-weight: 500;
    color: #083dcb;
}


/* interview_kv
   ================================================================== */
.interview_kv{
	margin: 0 0 0;
}

/* interview_kv_text */
.interview_kv .interview_kv_text{
	padding: 20vw 0 5vw;
}

.interview_kv .interview_kv_text.sp{
	padding: 5vw 0 0;
}

.interview_kv .interview_kv_text .mid{
	padding: 10vw 0 0;
}

.interview_kv .interview_kv_text .catch{
    font-size: 5vw;
    font-weight: 500;
    color: #083dcb;
}

.interview_kv .interview_kv_text .right{
	margin: 0 0 0;
    padding: 3vw 0 3vw 5vw;
    border-left: 1px solid #083dcb;
}

/* interview_kv_photo */
.interview_kv .interview_kv_photo{
	position: relative;
    overflow: hidden;
    line-height: 0;
}

.interview_kv .bg_photo{
    background-image: url("../images/interview01/webp/kv_bottom_sp.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    opacity: 0;
}

.interview_kv .bg_top{
    background-image: url("../images/interview01/webp/kv_top_sp.webp");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
}

/* interview02 */
.interview_kv.interview02 .bg_photo{
    background-image: url("../images/interview02/webp/kv_bottom_sp.webp");
}

.interview_kv.interview02 .bg_top{
    background-image: url("../images/interview02/webp/kv_top_sp.webp");
}

/* interview03 */
.interview_kv.interview03 .bg_photo{
    background-image: url("../images/interview03/webp/kv_bottom_sp.webp");
}

.interview_kv.interview03 .bg_top{
    background-image: url("../images/interview03/webp/kv_top_sp.webp");
}

/* interview04 */
.interview_kv.interview04 .bg_photo{
    background-image: url("../images/interview04/webp/kv_bottom_sp.webp");
}

.interview_kv.interview04 .bg_top{
    background-image: url("../images/interview04/webp/kv_top_sp.webp");
}

.interview_kv .bg_photo,
.interview_kv .bg_top,
.interview_kv .bg_photo img,
.interview_kv .bg_top img{
    width: 100%;
}

/* interview_kv */
.anime_view.interview_kv .anime_line{
    bottom: 2vw;
    left: 55%;
    width: 148%;
}

/* interview03 */
.anime_view.interview03 .anime_line{
    bottom: 7vw;
    left: 38%;
}


/* interview_show
   ================================================================== */
.interview_show{
	margin: 0 0 0;
    padding: 0 0 20vw;
}

.interview_show .list > li{
	margin: 10vw 0 0;
    position: relative;
}

.interview_show .list .text_box{
	padding: 0;
    position: relative;
}

.interview_show .list .balloon_ttl{
	margin: 0 0 10vw;
}

.interview_show .list .balloon_ttl > span{
    padding: 3vw 5vw;
    width: 100%;
	display: inline-flex;
    background: #083dcb;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.interview_show .list .balloon_ttl > span:before{
	content: "";
    background: #083dcb;
    height: calc(tan(60deg) * 10vw / 2);
    width: 6vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
	top: 98%;
	left: 9vw;
    transform: rotate(20deg);
    transform-origin: top right;
}

.interview_show .list .balloon_ttl > span > span{
    color: #fff;
    line-height: 150%;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.interview_show .list .balloon_ttl .number{
    font-size: 4vw;
    font-family: "Public Sans";
}

.interview_show .list .balloon_ttl .ttl{
    margin: 0 0 0 4vw;
    font-size: 3.6vw;
}

.interview_show .list .box{
    padding: 0 0 0;
}

.interview_show .list .box .catch{
    font-size: 4.3vw;
    font-weight: 500;
    color: #083dcb;
}

.interview_show .list .box p{
    margin: 4vw 0 0;
}

.interview_show .list .photo{
    margin: 8vw -5vw 0;
}

/* schedule */
.interview_show .schedule{
    margin: 12vw auto 0;
    padding: 4vw 4vw 5vw;
    background: #fff;
    border-radius: 10px;
}

.interview_show .schedule .title > span{
    font-weight: 500;
    color: #083dcb;
    line-height: 150%;
    display: block;
}

.interview_show .schedule .title .jpn{
    font-size: 4.5vw;
}

.interview_show .schedule .title .eng{
    margin: 2vw 0 0;
    font-size: 4vw;
    font-weight: 100;
    font-family: "Public Sans";
}

.interview_show .schedule table{
    margin: 3vw auto 0;
}

.interview_show .schedule table th,
.interview_show .schedule table td{
    padding: 2vw 0;
    box-sizing: border-box;
}

.interview_show .schedule table th{
    width: 18%;
    font-size: 4vw;
    font-weight: 100;
    font-family: "Public Sans";
    text-align: right;
    color: #083dcb;
    line-height: 150%;
}

.interview_show .schedule table td{
    padding: 0 0 0 4vw;
}

.interview_show .schedule table .ttl{
    font-size: 4vw;
    font-weight: 500;
    color: #083dcb;
    line-height: 150%;
}

.interview_show .schedule table p{
    margin: 2vw 0 0;
}


@media screen and (min-width : 600px){


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
        position: relative;
    }

    .kv .bg_top{
        display: block;
    }

    .kv.index_top .catch{
        font-size: 4.8vw;
        line-height: 130%;
        top: 50%;
        left: 3.5vw;
    }

    /* index_top */
    .kv.index_top .catch{
        font-size: 4.8vw;
        line-height: 130%;
        top: 45%;
        left: 3.5vw;
    }

    /* anime_line */
    .anime_view .anime_line{
        margin: 0 auto;
        position: absolute;
        bottom: 7.0vw;
        left: 50%;
        transform: translateX(-50%);
        width: 120%;
    }

    /* index_top */
    .anime_view.index_top .anime_line{
        bottom: 7.0vw;
        left: 50%;
        width: 120%;
    }
        

    /* index_message
       ================================================================== */
    .index_message{
        margin: 0 0 0;
        background-image: url("../images/index/webp/message.webp");
    }

    .index_message .height_box{
        padding: 8.0vw 0 26.0vw;
        min-height: 96.0vw;
    }

    .index_message .height_box p{
        font-size: 1.8vw;
        line-height: 220%;
    }

    .index_message .height_box .catch{
        margin: 4.0vw 0 0;
        font-size: 4.6vw;
    }

    .line_animetion{
        bottom: 16.5vw;
        left: 50%;
        transform: translateX(-50%);
        width: 120%;
    }

    .index_message .loopslider{
        bottom: 1.5vw;
    }


    /* recommendation
       ================================================================== */
    .recommendation{
        padding: 8.0vw 0 9.0vw;
    }

    .recommendation .title{
        font-size: 3.2vw;
    }

    .recommendation .list{
        margin: 4.0vw 0 0;
        display: flex;
        justify-content: space-between;
    }

    .recommendation .list > li{
        margin: 0 0 0;
        width: 30.25%;
        display: block;
    }

    .recommendation .list .thm{
        width: 100%;
    }

    .recommendation .list .text_box{
        padding: 1.5vw 0 0;
        width: 100%;
    }

    .recommendation .list .list_ttl{
        margin: 0 0 1.5vw;
        font-size: 1.7vw;
        line-height: 2.5vw;
    }

    .recommendation .list .list_ttl .block_title .eng{
        font-size: 3.0vw;
    }

    .recommendation .list .list_ttl .block_title .jpn{
        font-size: 1.8vw;
    }

    .recommendation .list .list_ttl .block_title .name{
        font-size: 1.4vw;
    }


    /* index_links_block
       ================================================================== */
    .index_links_block{
        padding: 12.5vw 0 12.0vw;
    }

    .index_links_block.index_talk{
        padding-top: 5.0vw;
    }

    .index_links_block .flex{
        padding: 0 2.0vw;
        display: flex;
        align-items: center;
        min-height: 35.0vw;
        position: relative;
    }

    .index_links_block.index_talk .flex{
        min-height: 39.0vw;
    }

    .index_links_block .text_box{
        padding: 0;
        width: 45%;
    }

    .index_links_block.index_talk .text_box{
        margin-left: auto;
        margin-right: -3.0vw;
    }

    .index_links_block .text_box .boxin_title_block{
        margin: 4.0vw 0 0;
    }

    .index_links_block .photo{
        width: 65.0vw;
        position: absolute;
        top: 0;
        left: 45%;
    }

    .index_links_block.index_talk .photo{
        left: auto;
        right: 45%;
    }

    .index_links_block .photo .more_btn{
        bottom: 1.0vw;
        left: 1.0vw;
        right: auto;
    }

    .index_links_block.index_talk .photo .more_btn{
        left: auto;
        right: 1.0vw;
    }


    /* index_links_project
       ================================================================== */
    .index_links_project{
        padding: 0;
    }

    .index_links_project .pc_flex{
        display: flex;
        height: 59.0vw;
        align-items: flex-end;
        position: relative;
    }

    .index_links_project .text_box{
        margin: 0 0 0 auto;
        padding: 6.0vw 0 6.0vw 3.0vw;
        width: 67%;
    }

    .index_links_project .text_box .boxin_title_block{
        margin: 4.5vw 0 0;
    }

    .index_links_project .text_box .text{
        margin: 2.5vw 0 0;
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

    .index_links_project .photo{
        margin: 0;
        position: absolute;
        top: 0;
        right: 67%;
        width: 64.7vw;
    }

    .index_links_project .photo .more_btn{
        bottom: 2.3vw;
        left: auto;
        right: 3.3vw;
    }


    /* index_links_interview
       ================================================================== */
    .index_links_interview{
        padding: 8.5vw 0 15.0vw;
    }

    .index_links_interview .block_title + .boxin_title_block{
        margin: 4.5vw 0 0;
    }

    .index_links_interview .list{
        margin: 10.5vw 0 0;
        font-size: 0;
    }

    .index_links_interview .list > li{
        margin: 0 4% 0 0;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .index_links_interview .list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .index_links_interview .list > li:nth-child(2){
        margin-top: -30.0vw;
    }

    .index_links_interview .list > li:nth-child(4){
        margin-top: -22.0vw;
    }

    .index_links_interview .list > li:nth-child(2n+1){
        margin-top: 3.0vw;
    }

    .index_links_interview .list .photo .more_btn{
        bottom: 1.0vw;
        right: .9vw;
    }

    .index_links_interview .list .text_box{
        padding: 2.8vw 0 0 5.0vw;
    }

    .index_links_interview .list .text_box .catch{
        font-size: 2.0vw;
        line-height: 3.0vw;
    }

    .index_links_interview .list .text_box .profile_unity{
        margin: 1.5vw 0 0;
    }

    /* profile_unity */
    .profile_unity .department{
        font-size: 1.2vw;
    }

    .profile_unity .sp_flex{
        display: block;
    }

    .profile_unity .name{
        font-size: 2.0vw;
    }

    .profile_unity .joining{
        margin: .5vw 0 0;
        font-size: 1.2vw;
    }


    /* about_kv
       ================================================================== */
    .about_kv{
        padding: 18.0vw 0 0;
    }

    .about_kv .title_border_line{
        margin: 12.0vw auto 0;
    }

    .about_kv .main_photo{
        margin: 5.0vw auto 0;
        width: 96%;
    }

    .about_kv .text{
        margin: 5.0vw auto 0;
    }


    /* about_company
       ================================================================== */
    .about_company{
        padding: 5.0vw 0 0;
    }

    .about_company .text{
        margin: 2.5vw auto 0;
        width: 60.0vw;
    }

    .about_company .photos{
        margin: 5.0vw auto 0;
        width: 85.2vw;
    }


    /* about_business
       ================================================================== */
    .about_business{
        padding: 12.0vw 0 0;
    }

    .about_business .pc_flex{
        padding: 5.0vw 0 0;
        display: flex;
        justify-content: space-between;
    }

    .about_business .text{
        margin: 0;
        width: 41.5vw;
    }

    .about_business .text{
        margin: 0;
    }

    /* business_loopslider */
    .business_loopslider{
        margin: 5.0vw 0 0;
    }

    .business_loopslider li{
        padding: 0 1.0vw 0 0;
        width: 23.0vw;
    }


    /* about_challenge
       ================================================================== */
    .about_challenge{
        padding: 21.5vw 0 0;
    }

    .about_challenge .list{
        margin: 3.5vw 0 0;
    }

    .about_challenge .list > li{
        margin: 7.2vw 0 0;
        display: flex;
    }

    .about_challenge .list .photo{
        width: 45.0vw;
    }

    .about_challenge .list .text_box{
        padding: .3vw 0 0 3.5vw;
        width: calc(100% - 45.0vw);
        box-sizing: border-box;
    }

    .about_challenge .list .title_f41{
        margin: 1.0vw 0 0;
    }

    .about_challenge .list .text{
        margin: 2.0vw 0 0;
    }


    /* about_numbers_list
       ================================================================== */
    .about_numbers_list{
        padding: 9.0vw 0 14.0vw;
    }

    .about_numbers_list .list{
        margin: 4.5vw 0 0;
    }

    .about_numbers_list .list > li{
        margin: 6.0vw 0 0;
    }

    .about_numbers_list .list .ttl{
        font-size: 3.4vw;
    }

    /* cards */
    .about_numbers_list .cards{
        margin-top: -2.0vw;
    }

    .about_numbers_list .cards > li{
        margin: 2.8vw 0 0;
        width: 32.5%;
    }

    .about_numbers_list .cards > li,
    .about_numbers_list .cards > li:nth-child(2n+2){
        margin-right: 1.24%;
    }

    .about_numbers_list .cards > li:nth-child(3n+3){
        margin-right: 0;
    }


    /* under_photo_kv
       ================================================================== */
    .under_photo_kv{
        padding: 0;
        background-image: url("../images/project/webp/kv_sp.webp");
    }

    .under_photo_kv.work_style_kv{
        background-image: url("../images/work_style/webp/kv_sp.webp");
    }

    .under_photo_kv .inner{
        padding-top: 18.0vw;
        height: 65.0vw;
        min-height: 450px;
    }

    .under_photo_kv .text_box{
        bottom: 11.1vw;
        left: 2.0vw;
    }


    /* project_introduction
       ================================================================== */
    .project_introduction{
        padding: 14.0vw 0;
    }

    .project_introduction .box{
        padding: 0 0 0 7.0vw;
    }

    .project_introduction .title{
        font-size: 3.0vw;
    }

    .project_introduction .catch{
        margin: 2.5vw 0 0;
        font-size: 2.4vw;
        line-height: 4.7vw;
    }

    .project_introduction .text{
        margin: 3.5vw 0 0;
        width: 81.0vw;
    }

    .project_introduction .member{
        margin: 4.5vw 0 0;
    }

    .project_introduction .member > li + li{
        margin: 4.5vw 0 0;
    }

    .project_introduction .member > li{
        display: flex;
    }

    .project_introduction .member .photo{
        width: 50.0vw;
    }

    .project_introduction .member .text_box{
        padding: 9.0vw 0 0 3.0vw;
        width: calc(100% - 50.0vw);
        box-sizing: border-box;
    }

    .project_introduction .member .text_box .ttl{
        font-size: 3.0vw;
    }


    /* project_episode
       ================================================================== */
    .project_episode{
        padding: 0;
    }

    /* episode_list */
    .episode_list{
        margin: 0 auto;
    }

    .episode_list > li{
        margin: 0;
        padding: 10.0vw 0 5.0vw;
        position: relative;
        min-height: 120.0vw;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .episode_list > li > img.pc{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .episode_list .v_title{
        margin: 0;
        top: -7.2vw;
        left: calc(100% + 5.0vw);
        width: 9.9vw;
    }

    .episode_list .text_box{
        width: 50%;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    .episode_list .text_box_bg{
        padding: 3.5vw 3.0vw 5.0vw;
        max-width: 60.0vw;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    .episode_list > li:nth-child(2n+2) .v_title{
        left: auto;
        right: calc(100% + 5.0vw);
    }

    .episode_list > li:nth-child(2n+2) .text_box{
        margin-left: auto;
    }

    .episode_list .text_box .title{
        font-size: 2.3vw;
    }

    .episode_list .text_box .catch{
        margin: 2.5vw 0 0;
        font-size: 2.8vw;
        line-height: 4.8vw;
    }

    .episode_list .text_box .text_list{
        margin: 3.0vw 0 0;
    }

    .episode_list .text_box .text_list .text{
        text-indent: 2.2vw;
    }


    /* project_message
       ================================================================== */
    .project_message{
        padding: 0;
    }

    .project_message > ul{
        margin: 0 auto;
    }

    .project_message > ul > li{
        margin: 0;
        padding: 10.0vw 5.0vw 6.0vw;
        position: relative;
        min-height: 90.0vw;
        display: flex;
        align-items: flex-end;
        box-sizing: border-box;
    }

    .project_message > ul > li > img.pc{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .project_message .text_box{
        padding: 6.5vw 5.0vw 7.0vw;
        width: 75%;
        max-width: 70.0vw;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    .project_message .text_box .catch{
        font-size: 2.8vw;
        line-height: 4.8vw;
    }

    .project_message .text_box .text_list{
        margin: 3.0vw 0 0;
    }


    /* talk_kv
       ================================================================== */
    .talk_kv{
        margin: 0 0 0;
    }

    .talk_kv .text_box{
        padding: 22.0vw 0 5.5vw;
        position: relative;
    }

    .talk_kv .boxin_title_block{
        padding: 0 0 0;
        position: absolute;
        bottom: 5.5vw;
        left: 0;
    }

    .talk_kv.anime_view .anime_line{
        bottom: 2.6vw;
    }
    

    /* oc_list
       ================================================================== */
    .oc_list > dl dt{
        padding: 1.7vw 6.0vw 1.7vw 2.0vw;
        font-size: 1.8vw;
        transition: .3s;
    }

    .oc_list > dl dt:hover{
        background: #f8f8f8;
    }

    .oc_list > dl dt::after{
        width: 3.0vw;
        height: 3.0vw;
        right: 2.0vw;
    }

    .oc_list > dl dd{
        padding: 3.0vw 2.0vw 5.0vw;
    }


    /* talk_members
       ================================================================== */
    .talk_members{
        padding: 8.0vw 0 14.5vw;
    }

    .talk_members .top_text{
        text-align: center;
    }

    .talk_members .top_title{
        margin: 3.5vw 0 0;
        font-size: 3.4vw;
    }

    .talk_members .list{
        margin: 2.5vw auto 0;
        display: flex;
        justify-content: space-between;
        width: 93.0vw;
    }

    .talk_members .list > li{
        margin: 0;
        width: 15.0vw;
        text-align: left;
    }

    .talk_members .list .pr_box{
        padding: 1.5vw 0 0;
        display: flex;
        justify-content: center;
    }

    .talk_members .list .joining{
        margin: 0;
    }

    .talk_members .jobs{
        margin: 4.5vw auto 0;
        width: 93.0vw;
    }

    .talk_members .jobs_list{
        display: flex;
        justify-content: space-between;
    }

    .talk_members .jobs_list > li + li{
        margin: 0 0 0;
    }

    .talk_members .jobs_list > li{
        width: 20.0vw;
    }

    .talk_members .jobs_list h5{
        display: none;
    }


    /* talk_session
       ================================================================== */
    .talk_session + .talk_session{
        margin-top: 18.0vw;
    }


    /* talk_session_kv
       ================================================================== */
    .talk_session_kv{
        margin: 0 auto;
    }

    .talk_session_kv .inner{
        padding-bottom: 3.0vw;
    }


    /* talk_session_text_box
       ================================================================== */
    .talk_session_text_box{
        padding: 16.0vw 0 0;
    }

    .talk_session_text_box > li + li{
        padding: 13.0vw 0 0;
    }

    .talk_session_text_box .ttl{
        font-size: 1.8vw;
    }

    .talk_session_text_box .ttl.f28{
        font-size: 2.2vw;
    }

    .talk_session_text_box .ttl .bar{
        margin: 0 1.5vw 0 0;
        width: 8.5vw;
    }

    .talk_session_text_box .ttl .bar:before{
        top: -1.0vw;
    }

    .talk_session_text_box .balloon_box{
        margin: 4.5vw 0 0 4.2vw;
        min-height: 75.0vw;
    }

    .talk_session_text_box > li:nth-child(2n+2) .inner{
        padding-left: 10.0vw;
    }

    .talk_session_text_box .talk_list > li{
        width: 71.1vw;
    }

    .talk_session_text_box .talk_list > li + li{
        margin: 2.0vw 0 0;
    }

    .talk_session_text_box .talk_list > li:nth-child(2n+2){
        margin-left: 4.0vw;
    }

    .talk_session_text_box .talk_list .thm{
        width: 7.5vw;
    }

    .talk_session_text_box .talk_list .thm .name{
        margin: 1.0vw 0 0;
        font-size: 1.2vw;
    }

    .talk_session_text_box .talk_list .balloon_bg{
        margin: 0 0 0 3.6vw;
        padding: 3.0vw 3.0vw 3.0vw 3.5vw;
        width: calc(100% - 7.5vw - 3.6vw);
        border-radius: 10px;
    }

    .talk_session_text_box .talk_list .balloon_bg:before{
        height: calc(tan(60deg) * 3.6vw / 2);
        width: 2.0vw;
        top: 0;
    }

    .talk_session_text_box .photos{
        margin: 8.0vw 0 0 auto;
        width: 70vw;
    }

    .session03 .talk_session_text_box .photos{
        width: 60vw;
    }

    .talk_session_text_box > li:nth-child(2n+2) .photos{
        margin: 8.0vw 0 0 -10.0vw;
    }

    .talk_session_text_box .photos > li{
        width: 100%;
    }

    .talk_session_text_box .photos > li + li{
        margin: 0 0 0 2.0vw;
    }


    /* recruit_kv
       ================================================================== */
    .recruit_kv{
        padding: 18.0vw 0 0;
    }


    /* recruit_block
       ================================================================== */
    .recruit_block{
        margin: 0 0 0;
        padding: 0 0 12.0vw;
    }

    .recruit_block .scroll_area{
        margin: 6.5vw 0 0 0;
        position: relative;
    }

    .recruit_block .scroll_area .fix_nav{
        padding: 2.5vw 2.0vw;
        width: 26.6vw;
        position: sticky;
        top: 20.0vw;
        left: 0;
        display: block;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .recruit_block .scroll_area .fix_nav a{
        padding: 1.6vw 0;
        display: block;
        position: relative;
    }

    .recruit_block .scroll_area .fix_nav .txt{
        font-size: 1.6vw;
        color: #9cb1ea;
        display: block;
        line-height: 150%;
    }

    .recruit_block .scroll_area .fix_nav .active .txt{
        color: #083dcb;
    }

    .recruit_block .scroll_area .fix_nav svg{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .recruit_block .scroll_area .fix_nav .txt,
    .recruit_block .scroll_area .fix_nav svg polyline{
        transition: .3s;
    }

    .recruit_block .scroll_area .fix_nav a:hover .txt{
        color: #083dcb;
    }

    .recruit_block .scroll_area .fix_nav a:hover svg polyline{
        stroke: #083dcb !important;
    }

    .recruit_block .scroll_area .area_block{
        margin: 0 0 0 auto;
        width: calc(100% - 26.6vw - 2.3vw);
        box-sizing: border-box;
    }

    /* recruit_section */
    .recruit_section{
        margin-top: -20.0vw;
        padding: 20.0vw 0 0;
    }

    .recruit_section#js-section-0{
        margin-top: -41.8vw;
    }

    .recruit_section .section_bg{
        margin-bottom: 7.7vw;
        padding: 1.0vw;
    }

    .recruit_section#js-section-3 .section_bg{
        margin-bottom: 0;
    }

    .recruit_section .area_title{
        padding: 2.0vw;
        font-size: 1.6vw;
        height: 8.0vw;
    }

    /* recruit01_box */
    .recruit01_box{
        padding: 4.0vw 0 7.0vw;
    }

    .recruit01_box .ttl{
        font-size: 2.9vw;
    }

    .recruit01_box .txt{
        margin: 3.0vw auto 0;
        width: 51.5vw;
    }

    /* recruit02_box */
    .recruit02_box{
        padding: 0 0 0;
    }

    .recruit02_box table th,
    .recruit02_box table td{
        padding: 3.5vw 1.0vw 2.0vw 3.5vw;
    }

    .recruit02_box table th{
        width: 28%;
        font-size: 1.7vw;
    }

    .recruit02_box table td{
        padding-right: 1.0vw;
        width: calc(100% - 28%);
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

    /* recruit03 */
    .recruit03{
        padding: 0 0 2.5vw;
    }

    .recruit03 ul > li{
        padding: 2.0vw 0 2.5vw;
    }

    .recruit03 ul .qustion{
        padding: 2.0vw 2.1vw;
    }

    .recruit03 ul .qustion .eng{
        font-size: 2.3vw;
    }

    .recruit03 ul .qustion .txt{
        padding: .4vw 0 0 4.5vw;
    }

    .recruit03 ul .qustion .txt,
    .recruit03 ul .answer p{
        font-size: 1.8vw;
        line-height: 3.2vw;
    }

    .recruit03 ul .answer{
        padding: 2.0vw 0 0 9.8vw;
    }


    /* work_style_block
       ================================================================== */
    .work_style_block{
        padding: 0 0 10.5vw;
    }

    .work_style_block .top_text{
        padding: 4.0vw 0 6.5vw;
    }

    .work_style_block .top_text p{
        font-size: 1.6vw;
    }

    .work_style_block .list > li + li{
        margin: 6.5vw 0 0;
    }

    .work_style_block .list > li{
        padding: 7.7vw 3.0vw 10.0vw;
    }

    .work_style_block .list_title{
        padding: 0 0 2.0vw;
        font-size: 2.8vw;
    }

    /* voices */
    .work_style_block .voices{
        margin: 5.0vw 0 0;
    }

    .work_style_block .voices .voice_ttl{
        padding: 0 0 2.0vw;
        font-size: 2.2vw;
    }

    .work_style_block .voices .pc_flex{
        margin: 3.0vw 0 0;
        display: flex;
    }

    .work_style_block .voices .photo{
        margin: 0 0 0;
        width: 26.3vw;
    }

    .work_style_block .voices .text_box{
        padding: 0 0 0 5.0vw;
        width: calc(100% - 26.3vw);
        box-sizing: border-box;
    }

    .work_style_block .voices .ttl{
        font-size: 2.2vw;
    }

    .work_style_block .voices .txt{
        margin: 1.5vw 0;
    }

    /* education_box */
    .education_box .education_top{
        margin: 0 auto;
        padding: 7.3vw 0 0;
        width: 73.6vw;
    }

    .education_box .education_top .ttl{
        font-size: 2.1vw;
    }

    .education_box .education_top .txt{
        margin: 2.5vw 0 0;
    }

    .education_box .graph{
        margin: 5.5vw 0 0;
    }

    .education_box .education_list{
        margin: 2.5vw auto 0;
        width: 89.3vw;
        font-size: 0;
    }

    .education_box .education_list > li{
        margin: 3.0vw 6% 0 0;
        width: 47%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .education_box .education_list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .education_box .education_list .text_box{
        padding: 3.5vw 0 0;
    }

    .education_box .education_list .photo_ttl{
        font-size: 2.1vw;
    }

    .education_box .education_list .txt{
        margin: 1.0vw 0 0;
    }

    /* benefits_box */
    .benefits_box{
        padding: 5.0vw 0 0;
    }

    .benefits_box .icons{
        margin: 0 auto;
        width: 71.8vw;
    }

    .benefits_box .icons > li{
        margin: .8vw 0 0;
        width: 24%;
    }

    .benefits_box .icons > li,
    .benefits_box .icons > li:nth-child(2n+2){
        margin-right: 1.33%;
    }

    .benefits_box .icons > li:nth-child(4n+4){
        margin-right: 0;
    }

    .benefits_box .benefits_list{
        margin: 6.1vw auto 0;
        width: 89.3vw;
        display: flex;
        justify-content: space-between;
    }

    .benefits_box .benefits_list > li{
        margin: 0;
        width: 29.0vw;
    }

    .benefits_box .benefits_list .text_box{
        padding: 1.5vw 0 0;
    }

    .benefits_box .benefits_list .photo_ttl{
        font-size: 1.3vw;
    }


    /* interview_kv
       ================================================================== */
    .interview_kv{
        margin: 0 0 0;
    }

    /* interview_kv_text */
    .interview_kv .interview_kv_text{
        padding: 20.0vw 0 3.0vw;
    }

    .interview_kv .interview_kv_text .pc_flex{
        display: flex;
    }

    .interview_kv .interview_kv_text .mid{
        padding: 0 0 0 5%;
    }

    .interview_kv .interview_kv_text .catch{
        font-size: 2.8vw;
        line-height: 4.3vw;
        min-width: 37.0vw;
    }

    .interview_kv .interview_kv_text .right{
        margin: 0 0 0 5%;
        padding: 3.0vw 0 3.0vw 3.2vw;
    }

    /* interview_kv_photo */
    .interview_kv .interview_kv_photo{
        margin: 0 2.5vw;
        border-radius: 10px;
    }

    .interview_kv .bg_photo{
        background-image: url("../images/interview01/webp/kv_bottom.webp");
    }

    .interview_kv .bg_top{
        background-image: url("../images/interview01/webp/kv_top.webp");
    }

    /* interview02 */
    .interview_kv.interview02 .bg_photo{
        background-image: url("../images/interview02/webp/kv_bottom.webp");
    }

    .interview_kv.interview02 .bg_top{
        background-image: url("../images/interview02/webp/kv_top.webp");
    }

    /* interview03 */
    .interview_kv.interview03 .bg_photo{
        background-image: url("../images/interview03/webp/kv_bottom.webp");
    }

    .interview_kv.interview03 .bg_top{
        background-image: url("../images/interview03/webp/kv_top.webp");
    }

    /* interview04 */
    .interview_kv.interview04 .bg_photo{
        background-image: url("../images/interview04/webp/kv_bottom.webp");
    }

    .interview_kv.interview04 .bg_top{
        background-image: url("../images/interview04/webp/kv_top.webp");
    }

    /* interview_kv */
    .anime_view.interview_kv .anime_line{
        bottom: 3.0vw;
    }

    /* interview03 */
    .anime_view.interview03 .anime_line{
        bottom: 8.0vw;
        left: 46%;
        width: 120%;
    }


    /* interview_show
       ================================================================== */
    .interview_show{
        margin: 0 0 0;
        padding: 0 0 11.0vw;
    }

    .interview_show .list > li{
        margin: 20.0vw 0 0;
    }

    .interview_show .list > li:nth-child(1){
        margin-top: 20.6vw;
    }

    .interview_show .list .text_box{
        padding: 0 3.5vw 0 0;
        width: 50%;
        min-height: 30.0vw;
        box-sizing: border-box;
    }

    .interview_show .list > li:nth-child(2n+2) .text_box{
        margin-left: auto;
        padding: 0 4.0vw 0 3.5vw;
        width: 45%;
        min-height: 37.4vw;
    }

    .interview_show .list .balloon_ttl{
        margin: 0 0 5.5vw;
        position: absolute;
        left: 0;
        bottom: 100%;
    }

    .interview_show .list > li:nth-child(2n+2) .balloon_ttl{
        left: -10.0vw;
    }

    .interview_show .list .balloon_ttl > span{
        padding: 1.0vw 2.8vw;
        width: 52.0vw;
        height: 8.0vw;
        align-items: center;
    }

    .interview_show .list .balloon_ttl.wid618 > span{
        width: 61.8vw;
    }

    .interview_show .list .balloon_ttl > span:before{
        height: calc(tan(60deg) * 7.0vw / 2);
        width: 3.6vw;
        top: 98%;
        left: 7.0vw;
    }

    .interview_show .list > li:nth-child(2n+2) .balloon_ttl > span:before{
        left: 14.0vw;
    }

    .interview_show .list .balloon_ttl .number{
        font-size: 2.7vw;
    }

    .interview_show .list .balloon_ttl .ttl{
        margin: .1vw 0 0 1.5vw;
        font-size: 2.1vw;
    }

    .interview_show .list .box{
        padding: 0 0 0;
    }

    .interview_show .list .box .catch{
        font-size: 2.4vw;
        line-height: 4.7vw;
    }

    .interview_show .list .box p{
        margin: 2.5vw 0 0;
    }

    .interview_show .list .photo{
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        width: 48.0vw;
        overflow: hidden;
        border-radius: 10px;
    }

    .interview_show .list > li:nth-child(2n+2) .photo{
        left: auto;
        right: 45%;
        width: 53.0vw;
    }

    /* schedule */
    .interview_show .schedule{
        margin: 5.7vw auto 0;
        padding: 7.0vw 4.0vw 7.5vw;
        width: 86.0vw;
        box-sizing: border-box;
    }

    .interview_show .schedule .title .jpn{
        font-size: 2.4vw;
    }

    .interview_show .schedule .title .eng{
        margin: .3vw 0 0;
        font-size: 3.0vw;
    }

    .interview_show .schedule table{
        margin: 2.0vw auto 0;
    }

    .interview_show .schedule table th,
    .interview_show .schedule table td{
        padding: 2.0vw 0;
        box-sizing: border-box;
    }

    .interview_show .schedule table th{
        width: 11%;
        font-size: 3.0vw;
    }

    .interview_show .schedule table td{
        padding: 0 0 0 2.0vw;
    }

    .interview_show .schedule table .ttl{
        font-size: 2.4vw;
    }

    .interview_show .schedule table p{
        margin: 1.0vw 0 0;
    }

    
}
@media screen and (min-width : 1240px){    


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
        position: relative;
        height: 100vh;
        min-height: 500px;
    }

    .kv .bg_photo,
    .kv .bg_top{
        background-position: center center;
        height: 100%;
    }

    .kv .bg_photo img,
    .kv .bg_top img{
        display: none;
    }

    .kv .bg_top{
        background-image: url("../images/index/webp/kv_top.webp");
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: none;
    }

    .kv .bg_top{
        display: block;
    }

    .kv.index_top .catch{
        font-size: 58px;
        line-height: 130%;
        top: 50%;
        left: 35px;
    }

    /* index_top */
    .kv.index_top .catch{
        font-size: 58px;
        line-height: 130%;
        top: 45%;
        left: 35px;
    }

    /* anime_line */
    .anime_view .anime_line{
        margin: 0 auto;
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 120%;
    }

    /* index_top */
    .anime_view.index_top .anime_line{
        bottom: 70px;
        left: 50%;
        width: 120%;
    }
    

    /* index_message
       ================================================================== */
    .index_message{
        margin: 0 0 0;
        background-image: url("../images/index/webp/message.webp");
    }

    .index_message .height_box{
        padding: 80px 0 260px;
        min-height: 960px;
    }

    .index_message .height_box p{
        font-size: 18px;
        line-height: 220%;
    }

    .index_message .height_box .catch{
        margin: 40px 0 0;
        font-size: 46px;
    }

    .line_animetion{
        bottom: 165px;
        left: 50%;
        transform: translateX(-50%);
        width: 120%;
    }

    .index_message .loopslider{
        bottom: 15px;
    }


    /* recommendation
       ================================================================== */
    .recommendation{
        padding: 80px 0 90px;
    }

    .recommendation .title{
        font-size: 32px;
    }

    .recommendation .list{
        margin: 40px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .recommendation .list > li{
        margin: 0 0 0;
        width: 30.25%;
        display: block;
    }

    .recommendation .list .thm{
        width: 100%;
    }

    .recommendation .list .text_box{
        padding: 25px 0 0;
        width: 100%;
    }

    .recommendation .list .list_ttl{
        margin: 0 0 25px;
        font-size: 20px;
        line-height: 35px;
    }

    .recommendation .list .list_ttl .block_title .eng{
        font-size: 30px;
    }

    .recommendation .list .list_ttl .block_title .jpn{
        font-size: 18px;
    }

    .recommendation .list .list_ttl .block_title .name{
        font-size: 14px;
    }


    /* index_links_block
       ================================================================== */
    .index_links_block{
        padding: 125px 0 120px;
    }

    .index_links_block.index_talk{
        padding-top: 50px;
    }

    .index_links_block .flex{
        padding: 0;
        display: flex;
        align-items: center;
        min-height: 410px;
        position: relative;
    }

    .index_links_block.index_talk .flex{
        min-height: 454px;
    }

    .index_links_block .text_box{
        padding: 0;
        width: 40%;
    }

    .index_links_block.index_talk .text_box{
        margin-left: auto;
        margin-right: -30px;
    }

    .index_links_block .text_box .boxin_title_block{
        margin: 40px 0 0;
    }

    .index_links_block .photo{
        width: 775px;
        position: absolute;
        top: 0;
        left: 40%;
    }

    .index_links_block.index_talk .photo{
        left: auto;
        right: 40%;
    }

    .index_links_block .photo .more_btn{
        bottom: 10px;
        left: 10px;
        right: auto;
    }

    .index_links_block.index_talk .photo .more_btn{
        left: auto;
        right: 10px;
    }


    /* index_links_project
       ================================================================== */
    .index_links_project{
        padding: 0;
    }

    .index_links_project .pc_flex{
        display: flex;
        height: 590px;
        align-items: flex-end;
        position: relative;
    }

    .index_links_project .text_box{
        margin: 0 0 0 auto;
        padding: 60px 0 60px 50px;
        width: 55%;
    }

    .index_links_project .text_box .boxin_title_block{
        margin: 45px 0 0;
    }

    .index_links_project .text_box .text{
        margin: 25px 0 0;
        font-size: 15px;
        line-height: 30px;
    }

    .index_links_project .photo{
        margin: 0;
        position: absolute;
        top: 0;
        right: 55%;
        width: 647px;
    }

    .index_links_project .photo .more_btn{
        bottom: 23px;
        left: auto;
        right: 33px;
    }


    /* index_links_interview
       ================================================================== */
    .index_links_interview{
        padding: 85px 0 150px;
    }

    .index_links_interview .block_title + .boxin_title_block{
        margin: 45px 0 0;
    }

    .index_links_interview .list{
        margin: 105px 0 0;
        font-size: 0;
    }

    .index_links_interview .list > li{
        margin: 0 4% 0 0;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .index_links_interview .list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .index_links_interview .list > li:nth-child(2){
        margin-top: -300px;
    }

    .index_links_interview .list > li:nth-child(4){
        margin-top: -220px;
    }

    .index_links_interview .list > li:nth-child(2n+1){
        margin-top: 30px;
    }

    .index_links_interview .list .photo .more_btn{
        bottom: 10px;
        right: 9px;
    }

    .index_links_interview .list .text_box{
        padding: 28px 0 0 80px;
    }

    .index_links_interview .list .text_box .catch{
        font-size: 20px;
        line-height: 30px;
    }

    .index_links_interview .list .text_box .profile_unity{
        margin: 15px 0 0;
    }

    /* profile_unity */
    .profile_unity .department{
        font-size: 12px;
    }

    .profile_unity .sp_flex{
        display: block;
    }

    .profile_unity .name{
        font-size: 20px;
    }

    .profile_unity .joining{
        margin: 5px 0 0;
        font-size: 12px;
    }


    /* about_kv
       ================================================================== */
    .about_kv{
        padding: 200px 0 0;
    }

    .about_kv .title_border_line{
        margin: 120px auto 0;
    }

    .about_kv .main_photo{
        margin: 50px auto 0;
        width: 98%;
        max-width: 1322px;
    }

    .about_kv .text{
        margin: 50px auto 0;
    }


    /* about_company
       ================================================================== */
    .about_company{
        padding: 50px 0 0;
    }

    .about_company .text{
        margin: 25px auto 0;
        width: 600px;
    }

    .about_company .photos{
        margin: 50px auto 0;
        width: 852px;
    }


    /* about_business
       ================================================================== */
    .about_business{
        padding: 120px 0 0;
    }

    .about_business .pc_flex{
        padding: 50px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .about_business .text{
        margin: 0;
        width: 415px;
    }

    .about_business .text{
        margin: 0;
    }

    /* business_loopslider */
    .business_loopslider{
        margin: 50px 0 0;
    }

    .business_loopslider li{
        padding: 0 10px 0 0;
        width: 230px;
    }


    /* about_challenge
       ================================================================== */
    .about_challenge{
        padding: 215px 0 0;
    }

    .about_challenge .list{
        margin: 35px 0 0;
    }

    .about_challenge .list > li{
        margin: 72px 0 0;
        display: flex;
    }

    .about_challenge .list .photo{
        width: 532px;
    }

    .about_challenge .list .text_box{
        padding: 3px 0 0 75px;
        width: calc(100% - 532px);
        box-sizing: border-box;
    }

    .about_challenge .list .title_f41{
        margin: 10px 0 0;
    }

    .about_challenge .list .text{
        margin: 20px 0 0;
    }


    /* about_numbers_list
       ================================================================== */
    .about_numbers_list{
        padding: 90px 0 140px;
    }

    .about_numbers_list .list{
        margin: 45px 0 0;
    }

    .about_numbers_list .list > li{
        margin: 60px 0 0;
    }

    .about_numbers_list .list .ttl{
        font-size: 34px;
    }

    /* cards */
    .about_numbers_list .cards{
        margin-top: -20px;
    }

    .about_numbers_list .cards > li{
        margin: 28px 0 0;
        width: 32.5%;
    }

    .about_numbers_list .cards > li,
    .about_numbers_list .cards > li:nth-child(2n+2){
        margin-right: 1.24%;
    }

    .about_numbers_list .cards > li:nth-child(3n+3){
        margin-right: 0;
    }


    /* under_photo_kv
       ================================================================== */
    .under_photo_kv{
        background-image: url("../images/project/webp/kv.webp");
    }

    .under_photo_kv.work_style_kv{
        background-image: url("../images/work_style/webp/kv.webp");
    }

    .under_photo_kv .inner{
        padding-top: 200px;
        height: 40vw;
        min-height: 600px;
        max-height: 100vh;
    }

    .under_photo_kv .text_box{
        bottom: 111px;
        left: 0;
    }


    /* project_introduction
       ================================================================== */
    .project_introduction{
        padding: 140px 0;
    }

    .project_introduction .box{
        padding: 0 0 0 192px;
    }

    .project_introduction .title{
        font-size: 30px;
    }

    .project_introduction .catch{
        margin: 25px 0 0;
        font-size: 24px;
        line-height: 47px;
    }

    .project_introduction .text{
        margin: 35px 0 0;
        width: 810px;
    }

    .project_introduction .member{
        margin: 45px 0 0;
    }

    .project_introduction .member > li + li{
        margin: 45px 0 0;
    }

    .project_introduction .member > li{
        display: flex;
    }

    .project_introduction .member .photo{
        width: 500px;
    }

    .project_introduction .member .text_box{
        padding: 90px 0 0 30px;
        width: calc(100% - 500px);
        box-sizing: border-box;
    }

    .project_introduction .member .text_box .ttl{
        font-size: 30px;
    }


    /* project_episode
       ================================================================== */
    .project_episode{
        padding: 0;
    }

    /* episode_list */
    .episode_list{
        margin: 0 auto;
        max-width: 2000px;
    }

    .episode_list > li{
        margin: 0;
        padding: 100px 0 50px;
        position: relative;
        min-height: 1200px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .episode_list > li > img.pc{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .episode_list .v_title{
        margin: 0;
        top: -72px;
        left: calc(100% + 50px);
        width: 99px;
    }

    .episode_list .text_box{
        width: 50%;
        max-width: 600px;
    }

    .episode_list .text_box_bg{
        padding: 65px 50px 90px;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    .episode_list > li:nth-child(2n+2) .v_title{
        left: auto;
        right: calc(100% + 50px);
    }

    .episode_list > li:nth-child(2n+2) .text_box{
        margin-left: auto;
    }

    .episode_list .text_box .title{
        font-size: 23px;
    }

    .episode_list .text_box .catch{
        margin: 25px 0 0;
        font-size: 28px;
        line-height: 48px;
    }

    .episode_list .text_box .text_list{
        margin: 30px 0 0;
    }

    .episode_list .text_box .text_list .text{
        text-indent: 22px;
    }


    /* project_message
       ================================================================== */
    .project_message{
        padding: 0;
    }

    .project_message > ul{
        margin: 0 auto;
        max-width: 2000px;
    }

    .project_message > ul > li{
        margin: 0;
        padding: 100px 100px 120px;
        position: relative;
        min-height: 1200px;
        display: flex;
        align-items: flex-end;
        box-sizing: border-box;
    }

    .project_message > ul > li > img.pc{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .project_message .text_box{
        padding: 65px 50px 70px;
        width: 60%;
        max-width: 700px;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    .project_message .text_box .catch{
        font-size: 28px;
        line-height: 48px;
    }

    .project_message .text_box .text_list{
        margin: 30px 0 0;
    }


    /* talk_kv
       ================================================================== */
    .talk_kv{
        margin: 0 0 0;
        height: 50vw;
        max-height: 100vh;
        min-height: 650px;
    }

    .talk_kv .bg_photo,
    .talk_kv .bg_top{
        background-image: url("../images/talk/webp/kv_bottom.webp");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 100%;
    }

    .talk_kv .bg_photo img,
    .talk_kv .bg_top img{
        display: none;
    }

    .talk_kv .text_box{
        padding: 220px 0 55px;
        position: relative;
    }

    .talk_kv .boxin_title_block{
        padding: 0 0 0;
        position: absolute;
        bottom: 55px;
        left: 0;
    }

    .talk_kv.anime_view .anime_line{
        bottom: 26px;
    }
    

    /* oc_list
       ================================================================== */
    .oc_list > dl dt{
        padding: 17px 60px 17px 20px;
        font-size: 18px;
    }

    .oc_list > dl dt::after{
        width: 30px;
        height: 30px;
        right: 20px;
    }

    .oc_list > dl dd{
        padding: 30px 20px 50px;
    }


    /* talk_members
       ================================================================== */
    .talk_members{
        padding: 80px 0 145px;
    }

    .talk_members .top_text{
        text-align: center;
    }

    .talk_members .top_title{
        margin: 35px 0 0;
        font-size: 34px;
    }

    .talk_members .list{
        margin: 25px auto 0;
        display: flex;
        justify-content: space-between;
        width: 930px;
    }

    .talk_members .list > li{
        margin: 0;
        width: 150px;
        text-align: left;
    }

    .talk_members .list .pr_box{
        padding: 15px 0 0;
        display: flex;
        justify-content: center;
    }

    .talk_members .list .joining{
        margin: 0;
    }

    .talk_members .jobs{
        margin: 45px auto 0;
        width: 1015px;
    }

    .talk_members .jobs_list{
        display: flex;
        justify-content: space-between;
    }

    .talk_members .jobs_list > li + li{
        margin: 0 0 0;
    }

    .talk_members .jobs_list > li{
        width: 220px;
    }

    .talk_members .jobs_list h5{
        display: none;
    }


    /* talk_session
       ================================================================== */
    .talk_session + .talk_session{
        margin-top: 180px;
    }

    .talk_session + .talk_session{
        margin-top: 180px;
    }

    .talk_session.session03{
        padding-bottom: 75px;
    }


    /* talk_session_kv
       ================================================================== */
    .talk_session_kv{
        margin: 0 auto;
        max-width: 2000px;
    }

    .talk_session_kv .inner{
        padding-bottom: 30px;
    }


    /* talk_session_text_box
       ================================================================== */
    .talk_session_text_box{
        padding: 160px 0 0;
    }

    .talk_session_text_box > li + li{
        padding: 130px 0 0;
    }

    .talk_session_text_box .ttl{
        font-size: 19px;
        white-space: nowrap;
    }

    .talk_session_text_box .ttl.f28{
        font-size: 26px;
    }

    .talk_session_text_box .ttl .bar{
        margin: 0 15px 0 0;
        width: 85px;
    }

    .talk_session_text_box .ttl .bar:before{
        top: -10px;
    }

    .talk_session_text_box .balloon_box{
        margin: 45px 0 0 42px;
        min-height: 750px;
    }

    .talk_session_text_box > li:nth-child(2n+2) .inner{
        padding-left: 300px;
    }

    .talk_session_text_box .talk_list > li{
        width: 711px;
    }

    .talk_session_text_box .talk_list > li + li{
        margin: 20px 0 0;
    }

    .talk_session_text_box .talk_list > li:nth-child(2n+2){
        margin-left: 40px;
    }

    .talk_session_text_box .talk_list .thm{
        width: 75px;
    }

    .talk_session_text_box .talk_list .thm .name{
        margin: 10px 0 0;
        font-size: 12px;
    }

    .talk_session_text_box .talk_list .balloon_bg{
        margin: 0 0 0 36px;
        padding: 30px 30px 30px 35px;
        width: calc(100% - 75px - 36px);
        border-radius: 10px;
    }

    .talk_session_text_box .talk_list .balloon_bg:before{
        height: calc(tan(60deg) * 36px / 2);
        width: 20px;
        top: 0;
    }

    .talk_session_text_box .photos{
        margin: 0 !important;
        display: block;
        width: 430px;
        position: absolute;
        top: 107px;
        left: 785px;
    }

    .session03 .talk_session_text_box .photos{
        top: 225px;
        width: 430px;
    }

    .talk_session_text_box > li:nth-child(2n+2) .photos{
        left: auto;
        right: 820px;
    }

    .talk_session_text_box .photos > li{
        width: 100%;
    }

    .talk_session_text_box .photos > li + li{
        margin: 20px 0 0;
    }


    /* recruit_kv
       ================================================================== */
    .recruit_kv{
        padding: 200px 0 0;
    }


    /* recruit_block
       ================================================================== */
    .recruit_block{
        margin: 0 0 0;
        padding: 0 0 120px;
    }

    .recruit_block .scroll_area{
        margin: 65px 0 0 45px;
        position: relative;
    }

    .recruit_block .scroll_area .fix_nav{
        padding: 25px 20px;
        width: 266px;
        position: sticky;
        top: 200px;
        left: 0;
        display: block;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .recruit_block .scroll_area .fix_nav a{
        padding: 16px 0;
        display: block;
        position: relative;
    }

    .recruit_block .scroll_area .fix_nav .txt{
        font-size: 16px;
        color: #9cb1ea;
        display: block;
        line-height: 150%;
    }

    .recruit_block .scroll_area .fix_nav .active .txt{
        color: #083dcb;
    }

    .recruit_block .scroll_area .fix_nav svg{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .recruit_block .scroll_area .fix_nav .txt,
    .recruit_block .scroll_area .fix_nav svg polyline{
        transition: .3s;
    }

    .recruit_block .scroll_area .fix_nav a:hover .txt{
        color: #083dcb;
    }

    .recruit_block .scroll_area .fix_nav a:hover svg polyline{
        stroke: #083dcb !important;
    }

    .recruit_block .scroll_area .area_block{
        margin: 0 0 0 auto;
        width: calc(100% - 266px - 53px);
        box-sizing: border-box;
    }

    /* recruit_section */
    .recruit_section{
        margin-top: -200px;
        padding: 200px 0 0;
    }

    .recruit_section#js-section-0{
        margin-top: -418px;
    }

    .recruit_section .section_bg{
        margin-bottom: 77px;
        padding: 10px;
    }

    .recruit_section .area_title{
        padding: 20px;
        font-size: 16px;
        height: 80px;
    }

    /* recruit01_box */
    .recruit01_box{
        padding: 40px 0 70px;
    }

    .recruit01_box .ttl{
        font-size: 29px;
    }

    .recruit01_box .txt{
        margin: 30px auto 0;
        width: 515px;
    }

    /* recruit02_box */
    .recruit02_box{
        padding: 0 0 0;
    }

    .recruit02_box table th,
    .recruit02_box table td{
        padding: 35px 10px 35px 20px;
    }

    .recruit02_box table th{
        width: 28%;
        font-size: 17px;
    }

    .recruit02_box table td{
        width: calc(100% - 28%);
        font-size: 15px;
        line-height: 30px;
    }

    /* recruit03 */
    .recruit03{
        padding: 0 0 25px;
    }

    .recruit03 ul > li{
        padding: 20px 0 25px;
    }

    .recruit03 ul .qustion{
        padding: 20px 21px;
    }

    .recruit03 ul .qustion .eng{
        font-size: 23px;
    }

    .recruit03 ul .qustion .txt{
        padding: 4px 0 0 45px;
    }

    .recruit03 ul .qustion .txt,
    .recruit03 ul .answer p{
        font-size: 18px;
        line-height: 32px;
    }

    .recruit03 ul .answer{
        padding: 20px 0 0 98px;
    }


    /* work_style_block
       ================================================================== */
    .work_style_block{
        padding: 0 0 145px;
    }

    .work_style_block .top_text{
        padding: 40px 0 65px;
    }

    .work_style_block .top_text p{
        font-size: 16px;
    }

    .work_style_block .list > li + li{
        margin: 65px 0 0;
    }

    .work_style_block .list > li{
        padding: 77px 100px 100px;
    }

    .work_style_block .list_title{
        padding: 0 0 20px;
        font-size: 28px;
    }

    /* voices */
    .work_style_block .voices{
        margin: 50px 0 0;
    }

    .work_style_block .voices .voice_ttl{
        padding: 0 0 20px;
        font-size: 22px;
    }

    .work_style_block .voices .pc_flex{
        margin: 30px 0 0;
        display: flex;
    }

    .work_style_block .voices .photo{
        margin: 0 0 0;
        width: 263px;
    }

    .work_style_block .voices .text_box{
        padding: 0 0 0 50px;
        width: calc(100% - 263px);
        box-sizing: border-box;
    }

    .work_style_block .voices .ttl{
        font-size: 22px;
    }

    .work_style_block .voices .txt{
        margin: 15px 0;
    }

    /* education_box */
    .education_box .education_top{
        margin: 0 auto;
        padding: 73px 0 0;
        width: 736px;
    }

    .education_box .education_top .ttl{
        font-size: 21px;
    }

    .education_box .education_top .txt{
        margin: 25px 0 0;
    }

    .education_box .graph{
        margin: 55px 0 0;
    }

    .education_box .education_list{
        margin: 25px auto 0;
        width: 893px;
        font-size: 0;
    }

    .education_box .education_list > li{
        margin: 30px 6% 0 0;
        width: 47%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .education_box .education_list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .education_box .education_list .text_box{
        padding: 35px 0 0;
    }

    .education_box .education_list .photo_ttl{
        font-size: 21px;
    }

    .education_box .education_list .txt{
        margin: 10px 0 0;
    }

    /* benefits_box */
    .benefits_box{
        padding: 50px 0 0;
    }

    .benefits_box .icons{
        margin: 0 auto;
        width: 718px;
    }

    .benefits_box .icons > li{
        margin: 8px 0 0;
        width: 24%;
    }

    .benefits_box .icons > li,
    .benefits_box .icons > li:nth-child(2n+2){
        margin-right: 1.33%;
    }

    .benefits_box .icons > li:nth-child(4n+4){
        margin-right: 0;
    }

    .benefits_box .benefits_list{
        margin: 61px auto 0;
        width: 893px;
        display: flex;
        justify-content: space-between;
    }

    .benefits_box .benefits_list > li{
        margin: 0;
        width: 290px;
    }

    .benefits_box .benefits_list .text_box{
        padding: 15px 0 0;
    }

    .benefits_box .benefits_list .photo_ttl{
        font-size: 14px;
    }


    /* interview_kv
       ================================================================== */
    .interview_kv{
        margin: 0 0 0;
    }

    /* interview_kv_text */
    .interview_kv .interview_kv_text{
        padding: 200px 0 30px;
    }

    .interview_kv .interview_kv_text .pc_flex{
        display: flex;
    }

    .interview_kv .interview_kv_text .mid{
        padding: 0 0 0 10%;
    }

    .interview_kv .interview_kv_text .catch{
        font-size: 36px;
        line-height: 53px;
        min-width: 480px;
    }

    .interview_kv .interview_kv_text .right{
        margin: 0 0 0 10%;
        padding: 30px 0 30px 32px;
    }

    /* interview_kv_photo */
    .interview_kv .interview_kv_photo{
        margin: 0 auto;
        width: calc(100% - 50px);
        max-width: 1420px;
    }

    /* interview_kv */
    .anime_view.interview_kv .anime_line{
        bottom: 30px;
        left: 55%;
        width: 148%;
    }

    /* interview03 */
    .anime_view.interview03 .anime_line{
        bottom: 80px;
        left: 46%;
        width: 120%;
    }


    /* interview_show
       ================================================================== */
    .interview_show{
        margin: 0 0 0;
        padding: 0 0 110px;
    }

    .interview_show .list > li{
        margin: 200px 0 0;
    }

    .interview_show .list > li:nth-child(1){
        margin-top: 206px;
    }

    .interview_show .list .text_box{
        padding: 0 35px 0 0;
        width: 50%;
        min-height: 530px;
        box-sizing: border-box;
    }

    .interview_show .list > li:nth-child(2n+2) .text_box{
        margin-left: auto;
        padding: 0 40px 0 35px;
        width: 45%;
        min-height: 564px;
    }

    .interview_show .list .balloon_ttl{
        margin: 0 0 55px;
        position: absolute;
        left: -47px;
        bottom: 100%;
    }

    .interview_show .list > li:nth-child(2n+2) .balloon_ttl{
        left: -100px;
    }

    .interview_show .list .balloon_ttl > span{
        padding: 10px 28px;
        width: 520px;
        height: 80px;
        align-items: center;
    }

    .interview_show .list .balloon_ttl.wid618 > span{
        width: 618px;
    }

    .interview_show .list .balloon_ttl > span:before{
        height: calc(tan(60deg) * 70px / 2);
        width: 36px;
        top: 98%;
        left: 70px;
    }

    .interview_show .list > li:nth-child(2n+2) .balloon_ttl > span:before{
        left: 140px;
    }

    .interview_show .list .balloon_ttl .number{
        font-size: 27px;
    }

    .interview_show .list .balloon_ttl .ttl{
        margin: 1px 0 0 15px;
        font-size: 21px;
    }

    .interview_show .list .box{
        padding: 0 0 0;
    }

    .interview_show .list .box .catch{
        margin-right: -50px;
        font-size: 24px;
        line-height: 47px;
    }

    .interview_show .list .box p{
        margin: 25px 0 0;
    }

    .interview_show .list .photo{
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        width: 680px;
        overflow: hidden;
        border-radius: 10px;
    }

    .interview_show .list > li:nth-child(2n+2) .photo{
        left: auto;
        right: 45%;
        width: 795px;
    }

    /* schedule */
    .interview_show .schedule{
        margin: 57px auto 0;
        padding: 70px 40px 75px;
        width: 860px;
        box-sizing: border-box;
    }

    .interview_show .schedule .title .jpn{
        font-size: 24px;
    }

    .interview_show .schedule .title .eng{
        margin: 3px 0 0;
        font-size: 30px;
    }

    .interview_show .schedule table{
        margin: 20px auto 0;
    }

    .interview_show .schedule table th,
    .interview_show .schedule table td{
        padding: 20px 0;
        box-sizing: border-box;
    }

    .interview_show .schedule table th{
        width: 11%;
        font-size: 30px;
    }

    .interview_show .schedule table td{
        padding: 0 0 0 20px;
    }

    .interview_show .schedule table .ttl{
        font-size: 24px;
    }

    .interview_show .schedule table p{
        margin: 10px 0 0;
    }
    

}
