@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.sp{display: none!important;}

a[href^="tel:"] {
    cursor: default;
    pointer-events:none;
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 8rem;
	background-color: #F8F8F8;
}
.home #wrapper {
	background: url(../img/top/bg_top.png)no-repeat top 44.7rem center #F8F8F8;
	background-size: 100% 200rem;
	overflow: hidden;
}
#wrapper.body_visible,
#company #wrapper,
#work #wrapper{
	overflow: visible;
}

.menuOpen{
	overflow: hidden;
	height: 100vh;
}
.menuOpen #wrapper{
	position: fixed;
}
.overlay{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: none;
	z-index: 97;
	text-indent: -999rem;
	pointer-events: auto;
}

.inner,
.inner02 {
	margin: 0 auto;
	width: 100%;
	max-width: 120rem;
	padding: 0 5rem;
	position: relative;
	z-index: 3;
}
.inner02 {
	max-width: 130rem;
}
/* !header
---------------------------------------------------------- */
#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    box-shadow: 0px .4rem 2.2rem rgba(0, 0, 0, 0.05);
    z-index: 999;
    padding: 0 3rem 0 5rem;
}

#headerIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
}
#headerLogo {
	width: 27rem;
}


#headerLinks {
	display: none;
}

/* !gNavi
---------------------------------------------------------- */
		
#gNavi {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	grid-gap: 2rem;
}
.navUl{
	display: flex;
	grid-gap: 2.5rem;
	font-size: 1.4rem;
	font-weight: bold;
	margin-right: 1rem;
}
.navUl li>a{
	height: 8rem;
	display: flex;
	align-items: center;
}
.navUl li>a span{
	display: none;
}


.navTel a{
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 500;
	color: #059191;
	display: inline-block;
	padding-left: 2.75rem;
	background: url(../img/common/icon_tel.svg)no-repeat left center;
	background-size: 2.2rem auto;
}
.navTel p{
	font-size: 1rem;
	font-weight: 500;
	text-align: end;
}
.navJr{
	width: 4.2rem;
}

.parentLi{
	position: relative;
}
.navUl .subBox{
	opacity: 0;
	pointer-events: none;

	position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0 0 .8rem .8rem;
    background: #fff9;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    padding: 1.5rem 0;
}
.navUl .subBox a {
	display: block;
    padding: 1rem 2rem;
    white-space: nowrap;
    text-align: center;
}
.navUl .parentLi:hover .subBox{
	opacity: 1;
	pointer-events: auto;
}
.navUl a:hover{
	color: #059191;
}
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	
}
#mainVisual img{
	width: 100%;
	height: calc(100vh - 8rem);
}

/* !teaser
---------------------------------------------------------- */
#teaser {
	position: relative;
	color: #fff;
}
.teaser_bg.img_box{
	padding-top: 50rem;
}
#teaser .inner{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: none;
	width: 100%;
}
.teaser_hd .eng{
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
}
.teaser_hd .jap{
	display: block;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: bold;
	margin: .75rem 0 2rem;
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
    width: 100%;
}

#breadcrumb ul {
    display: flex;
}

#breadcrumb ul li {
    word-break: keep-all;
    white-space: nowrap;
    font-size: .9rem;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
}

#breadcrumb ul li a{
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 2rem;
}

#breadcrumb ul li span{
	display: inline-block;
	padding: .3rem 1rem;
	border: 1px solid #F0F0F0;
	border-radius: 1.5rem;
}

#breadcrumb ul li + li {
    padding-left: 3rem;
}

#breadcrumb ul li + li:before {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    content: '';
    width: .8rem;
    height: 1px;
    background: #fff;
    text-align: center;
}

#breadcrumb ul li:last-child {
    word-break: break-all;
    white-space: unset;
}

/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}

#side {
	
}

.inner {
	
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	
}

/* !footer
---------------------------------------------------------- */
.footer_contact{
	background: url(../img/common/bg_contact.jpg)no-repeat center center;
	background-size: cover;
	color: #fff;
}
.footer_contact a{
	display: block;
	color: #fff;
}
.footer_contact_dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.footer_contact_dt{
	width: 50%;
}
.footer_contact_dd{
	width: 50%;
}
.footer_contact_hd{
	height: 43.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.footer_contact_hd .eng{
	display: block;
	font-size: 5.9rem;
	letter-spacing: .04em;
}
.footer_contact_hd .jap{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1em;
}
.footer_contact_dd .p01{
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: .5rem;
}
.footer_contact_dd .tel a{
	font-size: 7.1rem;
	line-height: 1.2;
}
.footer_contact_dd .p02{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 1rem 0 1.5rem;
}
.footer_contact_dd .p03{
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .1em;
}


#footer {
	background: url(../img/common/bg_footer.png)no-repeat center center;
	background-size: 100% 100%;
}

#footer .footerIn {
	display: flex;
	justify-content: space-between;
}
.footer_left{
	padding: 3.6rem 0;
}
.footer_right{
	padding: 5rem 0;
}

.footer_logo a{
	display: block;
	width: 34.9rem;
}
.footer_logo img{
	width: 100%;
}
.footer_addr{
	margin: 3.4rem 0 2.2rem;
	font-size: 1.4rem;
}
#copyright {
	font-size: 1.2rem;
}

.footer_link{
	display: flex;
	grid-gap: 3.4rem;
}
.footer_link a{
	font-size: 1.4rem;
	color: #fff;
	display: block;
}
.footer_link li>a{
	font-weight: bold;
}
.footer_link .subBox{
	margin-top: 1.2rem;
}
.footer_link .subBox a{
	margin-top: .2rem;
}

/* !h(n)eading
---------------------------------------------------------- */
.hdL {
	
}

.hdM {
	
}

.hdS {
	
}

.hd01 {
	
}



/* !list
---------------------------------------------------------- */
.list01 {
	
}


.img_box {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}
.img_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transition: transform .4s ease;
}
a:hover .img_box img{
	transform: scale(1.05);
}


/* !top
---------------------------------------------------------- */
.top_about {
	padding: 23.5rem 0 18rem;
}
.top_about_dl{
	display: flex;
	justify-content: space-between;
}
.top_about_dt{
	width: 50rem;
}
.top_about_dd{
	width: 75rem;
	position: relative;
	margin-right: -17rem;
}
.top_about_hd{
	margin-bottom: 6rem;
}
.top_about_hd .eng{
	position: relative;
	display: inline-block;
	font-size: 3.4rem;
	letter-spacing: .04em;
	color: #059191;
}
.top_about_hd .eng:after{
	content: '';
	position: absolute;
	left: 101%;
	top: .25em;
	z-index: 1;
	transform: translate(-50%,-50%);
	width: 5.2rem;
	height: 3.4rem;
	background: url(../img/common/star_eng.svg)no-repeat;
	background-size: 100% auto;
}
.top_about_hd .jap{
	display: block;
	margin-top: .6rem;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1em;
}
.top_about_dl .ttl{
	font-size: 5.4rem;
	line-height: 1.44;
	font-weight: bold;
	margin-bottom: 5.5rem;
}
.top_about_dl .txt{
	font-size: 1.8rem;
	line-height: 2.22;
	font-weight: bold;
	letter-spacing: .1em;
}
.top_about_dl .txt p+p{
	margin-top: 2rem;
}
.top_about_dl .btn{
	margin-top: 7rem;
}
.btn_link01{
	padding-right: 6.5rem;
	font-size: 1.4rem;
	display: inline-flex;
	align-items: center;
	height: 5.4rem;
	background: url(../img/common/btn_link01.png)no-repeat right center;
	background-size: 5.4rem auto;
	opacity: 1!important;
}
.btn_link01 span{
	transition: border .4s;
	border-bottom: 1px solid;
}
.btn_link01:hover span{
	border-bottom-color: transparent;
}

.top_about_img01 img{
	border-radius: 2rem;
}
.top_about_img02{
	position: absolute;
	left: -33rem;
	top: 55rem;
	z-index: 1;
	width: 74.8rem;
}


.top_voice{
	padding: 22rem 0 0;
	background: url(../img/top/bg_voice.png)no-repeat center center;
	background-size: cover;
}
.top_voice .inner{
	max-width: 113rem;
}
.top_voice_dl{
	display: flex;
	align-items: center;
	grid-gap: 6rem;
	margin-bottom: 4rem;
}
.top_voice_dl .top_about_hd{
	margin-bottom: 0;
}
.top_voice_dl .top_about_hd .eng{
	font-size: 7.4rem;
	line-height: 1.1;
}
.top_voice_dl .top_about_hd .jap{
	padding-left: .5em;
}
.top_voice_dl_txt{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.85;
}
.top_voice_btn{
	position: absolute;
	right: 5rem;
	top: 2.4rem;
	z-index: 2;
}

.top_voice-swiper {
    position: relative;
    width: 100%;
}

.top_voice-swiper .swiper-main {
    position: relative;
    z-index: 3;
    pointer-events: none;
    padding-bottom: 6.4rem;
}

.top_voice-swiper .swiper-main .swiper-slide {
    pointer-events: none;
}

.member-item {
    display: flex;
    /*align-items: flex-end;*/
    justify-content: space-between;
}

.member-item .member-image {
    width: 46rem;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 6rem;
}

.member-item .member-image .image {
    width: 100%;
    padding-top: 137.5%;
    position: relative;
}

.member-item .member-image .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: cover;
}

.member-item .member-box {
    width: calc(100% - 46rem);
    /*padding-bottom: 24.6rem;*/
}

.bg_span{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    grid-gap: .9rem 0;
}
.bg_span span{
    font-size: 3.2rem;
    line-height: 1.3125;
    font-weight: bold;
    padding: 0 .5rem;
    background: #fff;
    white-space: nowrap;
}

.member-item .member-title {
}

.member-item .member-head {
    margin-top: 2.5rem;
}

.member-head .member-head__name {

}

.member-head .member-head__name .jap {
	display: block;
    font-size: 2.8rem;
    line-height: 1.28;
    font-weight: 600;
}

.member-head .member-head__name .eng {
	display: block;
	font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.member-head .member-head__tags {
	color: #666666;
    margin-top: 1.1rem;
    font-size: 1.4rem;
    line-height: 1.5;
}

.member-head .member-head__tags b{
	color: #059191;
	font-weight: bold;
	margin-right: 1rem;
}

.swiper-controller {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 8.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: auto;
}

.swiper-controller .swiper-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 8.6rem;
}

.top_voice-swiper .swiper-thumb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 21.5rem;
    overflow: visible;
    margin: 0 !important;
}

.top_voice-swiper .swiper-thumb:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    content: '';
    background: #fff;
}

.top_voice-swiper .swiper-thumb .swiper-slide {
    width: fit-content;
}

.thumb-media {
    width: 21.5rem;
    padding-right: 3.5rem;
}

.thumb-media .image {
    width: 100%;
    padding-top: 137.5%;
    position: relative;
}

.thumb-media .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: cover;
}


@media only screen and (min-width : 768px){
    .member-item .member-image {
        width: 43.4rem;
        padding-right: 0;
    }
    .member-item .member-image .image{
        padding-top: 123%;
    }
    .member-item .member-box {
        width: calc(100% - 48.4rem);
    }
    .thumb-media {
        width: 18.2rem;
        padding-right: 1rem;
    }
    .top_voice-swiper .swiper-thumb{
        width: 18.2rem;
        z-index: 4;
        left: -18.2rem;
    }
    .thumb-media .image{
        padding-top: 123%;
    }
    /*.swiper-wrapper{
        gap: 3rem;
    }*/
    .swiper-main{
        /*max-height: 53.4rem;*/
    }
    .swiper-box{
        width: 54.5rem;
        height: 21.3rem;
        overflow: hidden;
        position: absolute;
        bottom: 6.4rem;
        right: 0;
    }
}

.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-button-next {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    width: 3.7rem;
    height: 3.7rem;
    /*border: .1rem solid #333;*/
    border: 0;
    border-radius: 1.9rem;
    overflow: hidden;
}

.swiper-controller .swiper-button-prev:before,
.swiper-controller .swiper-button-next:before,
.swiper-controller .swiper-button-prev:after,
.swiper-controller .swiper-button-next:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: 2;
}

.swiper-controller .swiper-button-prev:before {
    left: 0;
}

.swiper-controller .swiper-button-prev:after {
    left: 100%;
}

.swiper-controller .swiper-button-next:before {
    right: 0;
}

.swiper-controller .swiper-button-next:after {
    right: 100%;
}

.swiper-controller .swiper-button-prev:before,
.swiper-controller .swiper-button-prev:after {
    background: url(../img/common/slick_prev.svg) center center no-repeat;
    background-size: 100% auto;
}

.swiper-controller .swiper-button-next:before,
.swiper-controller .swiper-button-next:after {
    background: url(../img/common/slick_next.svg) center center no-repeat;
    background-size: 100% auto;
}

.top_voice-swiper:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 1.9rem;
	transform: translateY(50%);
	width: calc(100% - 10rem);
	height: .6rem;
    background: url(../img/common/line_voice.svg) center center no-repeat;
    background-size: 100% auto;
}

.top_banner{
	padding: 4rem 0 0;
}
.top_banner .inner{
	max-width: 126rem;
}

.top_company{
	padding: 12.7rem 0 10rem;
	position: relative;
	z-index: 5;
}
.top_company:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 54rem;

    background: url(../img/top/bg_company.png) center center no-repeat;
    background-size: 100% 100%;
}
.top_company .top_voice_dl .top_about_hd .eng {
    font-size: 10.4rem;
    line-height: 1.1;
}
.top_company .top_voice_dl_txt {
    font-size: 1.6rem;
    line-height: 1.93;
}
.top_company .top_voice_btn{
	top: 3.8rem;
}

.top_company_list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 5.7rem;
}
.top_company_list a{
	display: block;
	padding: 1rem;
	box-shadow: 0 0 1rem rgba(152,206,206,.5);
	color: #059191;
    background: url(../img/common/arrow_white.svg) right 3rem bottom 2.7rem no-repeat #fff;
    background-size: 3.2rem auto;
    opacity: 1;
}
.top_company_list .cont{
	padding: 1.4rem 2rem;
}
.top_company_list .eng{
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
}
.top_company_list .eng:before{
	content: '';
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: currentColor;
	margin-right: .4rem;
	display: inline-block;
	vertical-align: baseline;
}
.top_company_list .jap{
	display: block;
	font-size: 1.8rem;
	line-height: 1.28;
	margin-top: .45rem;
	font-weight: bold;
}


.top_company_list .img_box{
	padding-top: 46.6%;
}
.swiper-controller .swiper-button-prev:hover, 
.swiper-controller .swiper-button-next:hover{
	opacity: .8;
}

/*interview*/
.interview_wrap{
	padding: 11rem 0 13rem;
}
.interview_wrap .inner{
	max-width: 114rem;
}
.interview_txt{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 8rem;
}
.interview_list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 8rem 16rem;
}
.interview_list a{
	display: block;
	position: relative;
	opacity: 1;
}
.interview_list_vol{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .6rem;
}
.interview_list_vol span{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .04em;
}
.interview_list_vol font{
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
}
.interview_list .img_box{
	padding-top: 48.2rem;
	border-radius: 1rem;
}

.interview_list .bg_span{
    grid-gap: .6rem 0;
    position: absolute;
    left: -2rem;
    bottom: 13.6rem;
    z-index: 9;
}
.interview_list .bg_span span{
    font-size: 2.4rem;
    line-height: 1.33;
    /*font-weight: 500;*/
    padding: 0 .4rem;
    background: #fff;
	background-image: linear-gradient(to right, #F4F4F4 , #27C3C3);
}
.interview_list_position{
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 2rem;
}
.interview_list_name{
	font-size: 3.2rem;
	font-weight: 400;
}
.interview_list_date{
	font-size: 1.2rem;
	margin-top: .4rem;
}

/*work*/
.work_wrap{
	padding: 12rem 0 13rem;
}
.contents_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contents_wrap #main{
	width: 81.6rem;
    max-width: calc(100% - 20rem);
}
.contents_wrap #side{
    width: 17rem;
    position: sticky;
    top: 10rem;
    left: 0;
    z-index: 11;
}
.sideList{
}
.sideList li+li{
	margin-top: .6rem;
}
.sideList a{
    display: flex;
    align-items: center;
    height: 3rem;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 2.9rem;
    padding-right: 1rem;
    background: url(../img/common/arrow_side.svg)no-repeat left 1rem center #fff;
    background-size: 1rem auto;
    box-shadow: 0 0 .6rem rgba(0,0,0,.16);
}
.sideList .is_active a{
    background: url(../img/common/arrow_side.svg)no-repeat left 1rem center #fff;
    background-size: 1rem auto;
}

.anchor_link{
    position: relative;
}
.anchor_link span{
    position: absolute;
    top: -10rem;
}
.contents_wrap .anchor_link span{
    /*height: 10rem;*/
}

.work_section+.work_section{
	padding-top: 8rem;
	margin-top: 8rem;
	border-top: 1px solid #E0E0E0;
}
.work_section_hd{
	margin-bottom: 3rem;
}
.work_section_hd .eng{
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
.work_section_hd .eng:before{
	content: '';
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: #059191;
	margin-right: .6rem;
}
.work_section_hd .jap{
	display: block;
	font-size: 3.2rem;
	line-height: 1.3;
	margin-top: 1.1rem;
	font-weight: bold;
}

.work_section_p01{
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 8rem;
}
.work_section_tel a{
	margin-top: 2.7rem;

	display: inline-block;
	font-size: 7.1rem;
	line-height: 1.2;
	font-weight: 500;
	color: #333;
	padding-left: 7.2rem;
	background: url(../img/common/icon_tel.svg)no-repeat left center;
	background-size: 5.2rem auto;
}
.work_section_p02{
	margin-top: 3.4rem;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.85;
}
.work_section_btn a{
	margin-top: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 16.3rem;
	font-size: 1.7rem;
	line-height: 1.285;
	font-weight: bold;
	color: #fff;
	background: url(../img/common/arrow_white02.svg)no-repeat right 4.6rem center,
	url(../img/common/bg_recruit.png)no-repeat;
	background-size:5.8rem auto,100% 100%;
	border-radius: 1rem;
	box-shadow: 0 .3rem .6rem rgba(0,0,0,.16);
}
.work_section_btn a span{
	font-size: 4.9rem;
}

.work_section_txt{
	font-size: 1.4rem;
	line-height: 2;
}
.work_item+.work_item{
	margin-top: 2rem;
}
.work_item{
	background: #fff;
	padding: 3.8rem 4.8rem;
}
.work_item_hd{
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: bold;
	color: #059191;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
.work_item_hd span{
	margin-right: .6rem;
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
}
.work_item_txt{
	font-size: 1.4rem;
	line-height: 1.5;
	max-width: 61.1rem;
}

/*company*/
.company_wrap .inner{
	/*max-width: 140rem;*/
}
.iframe_box {
    position: relative;
    width: 100%;
    padding-top: 15.7rem;
    margin-top: 3.2rem;
}
.iframe_box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.company_dl{
	margin-top: 5rem;
}
.company_dl dl{
	display: flex;
	padding: 2.4rem 0;
	font-size: 1.6rem;
	line-height: 2;
	background: #fff;
}
.company_dl dl+dl{
	margin-top: 2rem;
}
.company_dl dt{
	width: 19rem;
	padding-left: 5rem;
	font-weight: bold;
}
.company_dl dd{
	width: calc(100% - 19rem);
	padding-right: 7.5rem;
}

.work_sec01{
	margin-right: -7rem;
}
.work_sec02{
	margin-right: -7rem;
}
#company .work_section+.work_section{
	border-top: 0;
	padding-top: 7rem;
	margin-top: 7rem;
}
.philospphy_box{
	padding-top: 8rem;
	/*margin-right: -7rem;*/
	position: relative;
	color: #fff;
}
.philosophy_img{
	margin: 0 0 0 -51rem;
}
.philosophy_img:before{
	content: '';
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: calc(100% + 51rem);
	height: 100%;
	background: url(../img/company/bg_philosophy.jpg)no-repeat center center;
	background-size: cover;
	border-radius: 0 8rem 0 0;
}
.philosophy_hd{
	position: absolute;
	right: 13.6rem;
	top: -7.4rem;
	z-index: 2;
	background: #fff;
	color: #059191;
	font-size: 7rem;
	line-height: 1;
	font-weight: bold;
	padding: .3rem .8rem;

	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
.philosophy_ttl{
	font-size: 4.8rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 5rem;
}
.philosophy_txt{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.33;
}
.philosophy_txt p+p{
	margin-top: 4.2rem;
}
.philosophy_eng{
	font-size: 22.6rem;
	font-size: 22rem;
	font-weight: 200;
	line-height: 1;
	color: #C7F0E8;
	position: relative;
	z-index: 2;
	margin: 0 0 -6.4rem -27.6rem;
}

.company_table{
	width: 100%;
	position: relative;
	border-top: 1px solid #E0E0E0;
}
.company_table:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 7rem;
	height: 1px;
	background: #059191;
}
.company_table th,
.company_table td{
	padding: 2.5rem 0;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.44;
	font-weight: 500;
	vertical-align: top;
}
.company_table th{
	width: 15.6rem;
	font-size: 1.7rem;
	line-height: 1.53;
	font-weight: bold;
	color: #059191;
}
.company_table th:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 7rem;
	height: 1px;
	background: #059191;
}
.company_table li:before{
	content: '・';
}

.company_list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 3.2rem;
}
.company_list li{
	background: #fff;
	position: relative;
	padding: 2.7rem 1rem 2rem 3.5rem;
}
.company_list li:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 7rem;
	height: .3rem;
	background: #059191;
}
.company_list .name{
	font-size: 2.2rem;
	line-height: 1.33;
	font-weight: bold;
}
.company_list .addr{
	font-size: 1.5rem;
	line-height: 1.33;
	margin: .9rem 0 1.5rem;
}
.company_list .tel{
	font-size: 1.5rem;
	line-height: 1.33;
}
.btn_map{
	position: absolute;
	right: 4rem;
	top: 3.3rem;
	z-index: 2;
}
.btn_map a{
	display: inline-flex;
	align-items: center;
	padding: 0 .7rem;
	width: 8.3rem;
	height: 2rem;
	font-size: 1rem;
	color: #059191;
	border: 1px solid #059191;
	background: url(../img/common/btn_map.svg)no-repeat right .5rem center;
	background-size: 1rem auto;
}

/*about*/
.about_sec01{
	padding: 12.5rem 0 40rem;
	background: url(../img/about/bg_sec01.jpg)no-repeat top center;
	background-size: cover;
	color: #fff;
}
.about_sec01_dl{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.about_sec01_dt{
	width: 50rem;
	display: flex;
	justify-content: flex-end;
}
.about_sec01_dd{
	width: 60rem;
	font-size: 2rem;
	line-height: 2.3;
}
.about_sec01_dd p+p{
	margin-top: 4.6rem;
}
.about_sec01_hd{
	position: relative;
	margin-right: 6rem;
}
.about_sec01_hd .eng{
	display: block;
	font-size: 2.7rem;
	font-weight: 300;
	font-style: normal;
	transform: rotate(90deg);
	letter-spacing: .04em;
	transform-origin: left bottom;
	position: absolute;
	left: calc(100% + 1.5rem);
	white-space: nowrap;
}
.about_sec01_hd .eng:after{
	content: '';
	position: absolute;
	left: -5rem;
	top: 50%;
	z-index: 1;
	transform: translate(0%,-50%) rotate(90deg);
	width: 5.2rem;
	height: 3.4rem;
	background: url(../img/common/star_eng.svg)no-repeat;
	background-size: 100% auto;
}
.about_sec01_hd .jap{
	grid-gap: 1.5rem;
	flex-direction: row-reverse;
}
.about_sec01_hd .jap span{
	font-size: 4.9rem;
	color: #059191;
	line-height: 1;
	padding: 1.5rem .7rem;

	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.js-image-scroll {
    display: flex;
    overflow: hidden;
}
.js-image-scroll ul {
    display: flex;
}
.js-image-scroll ul:nth-child(odd) {
    animation-name: image-loop-left1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.js-image-scroll ul:nth-child(even) {
    animation-name: image-loop-left2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.js-image-scroll.list02 {
	transform: rotate(180deg);
}
.js-image-scroll.list02 li {
	transform: rotate(180deg);
}
@keyframes image-loop-left1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }

}
@keyframes image-loop-left2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }

}
.about_slick li{
	width: 45rem;
}
.about_slick .img_box{
	padding-top: 84.9%;
}

.about_sec02{
	overflow: hidden;
	background: url(../img/about/bg_sec02.png)no-repeat center center;
	background-size: cover;
	padding: 16rem 0;
}
.about_sec02_dl{
	display: flex;
	justify-content: space-between;
}
.about_sec02_dt{
	width: 17.6rem;
	position: relative;
	z-index: 9;
}
.about_sec02_dd{
	width: calc(100% - 17.6rem);
}

.about_sec02_hd{
	position: relative;
	margin-left: 4.4rem;
}
.about_sec02_hd .eng{
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	transform: rotate(90deg);
	letter-spacing: .04em;
	transform-origin: left bottom;
	position: absolute;
	left: -4.5rem;
	white-space: nowrap;
}
.about_sec02_hd .eng:after{
	content: '';
	position: absolute;
	left: -3.5rem;
	top: 50%;
	z-index: 1;
	transform: translate(0%,-50%) rotate(90deg);
	width: 3.7rem;
	height: 2.4rem;
	background: url(../img/common/star_eng.svg)no-repeat;
	background-size: 100% auto;
}
.about_sec02_hd .jap{
	font-size: 3.7rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1;

	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.about_sec02_txt{
	font-size: 1.4rem;
	line-height: 1.85;
	margin-bottom: 3.4rem;
}
.about_swiper{
	padding: 0 2.3rem 2.3rem;
	margin-right: -100rem;
	margin-left: -2.3rem;
	overflow: hidden;
}
.about_swiper_box{
	position: absolute;
	right: 5rem;
	top: .6rem;
	width: 22rem;
	margin: 0!important;
	z-index: 1;
}
.about_swiper_thumb{
	margin: 0 3.7rem;
	overflow: hidden;
}
.about_swiper_box .swiper-thumb{
	width: 7.3rem;
	position: relative;
	z-index: 3;
	overflow: visible;
	margin: 0;
}
.about_swiper_box .swiper-thumb:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1.25rem;
	background: #9F9F9F;
}
.about_swiper_box .swiper-controller{
	width: 100%;
}
.about_swiper_box .swiper-controller .swiper-button{
	width: 100%;
}
.history_slick_number{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.7rem;
	font-size: 1.4rem;
	font-weight: 300;
	font-style: normal;
	cursor: pointer;
}

.history_slick_item{
	margin-top: 6.6rem;
	background: #fff;
	box-shadow: 0 .3rem 2rem rgba(0,0,0,.16);
	padding: 5rem 4.5rem 2.3rem;
	position: relative;
}
.history_slick_item .year{
	position: absolute;
	left: 4.5rem;
	top: -6.6rem;
	z-index: 2;
	font-size: 7.8rem;
	letter-spacing: .04em;
	line-height: 1.5;
	color: #059191;
}
.history_slick_item .name{
	font-size: 2rem;
	font-weight: bold;
	color: #059191;
	line-height: 1.3;
}
.history_slick_item .date{
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 1.3rem 0 .5rem;
}
.history_slick_item .txt{
	font-size: 1.4rem;
	line-height: 1.85;
}

.about_swiper .swiper-main{
	width: 48.3rem;
	overflow: visible;
	margin: 0;
}
.about_swiper .swiper-main .swiper-slide {
	padding-right: 5rem;
}

.about_sec03{
	padding: 20rem 0 18rem;
	position: relative;
}
.about_sec03 .inner{
	max-width: 107rem;
	position: static;
}
.about_sec03_dl{
}
.about_sec03_dt{
	width: 50vw;
	height: calc(100% + 8.4rem);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.about_sec03_dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_sec03_hd{
	position: relative;
	margin-bottom: 5rem;
}
.about_sec03_hd .eng{
	display: block;
	padding-left: 6.3rem;
	font-size: 2.6rem;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
.about_sec03_hd .eng:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translate(0%,-50%);
	width: 5.2rem;
	height: 3.4rem;
	background: url(../img/common/star_eng.svg)no-repeat;
	background-size: 100% auto;
}
.about_sec03_hd .jap{
	font-size: 4.3rem;
	font-weight: bold;
	line-height: 1.28;
	margin-top: 1rem;
	display: block;
}
.about_sec03_txt{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.1;
}
.about_sec03_txt p+p{
	margin-top: 3.8rem;
}
.about_sec03_name{
	margin-top: 5rem;
	display: flex;
	align-items: center;
	grid-gap: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.about_sec03_name span{
	font-size: 2.2rem;
}


/*interview_detail*/
.detail_top{
	padding: 4rem 0;
}
.detail_top .inner{
	max-width: 140rem;
}
.detail_top_dl{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.detail_top_dt{
	width: 98rem;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
}
.detail_top_dt:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/interview_detail01/before_top.png)no-repeat center center;
	background-size: cover;
	z-index: 9;
}
.detail_top_dt .img_box{
	padding-top: 61rem;
}
.detail_top_dd{
	position: absolute;
	z-index: 9;
	left: 3.8rem;
	bottom: 2rem;

	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	grid-gap: 10rem;
}
.detail_top_vol span{
	display: inline-block;
	position: relative;
	padding: 0 .5rem;
	font-size: 1.5rem;
	line-height: 1.33;
	font-weight: bold;
	letter-spacing: .04em;
	background: #fff;
	color: #059191;
	margin-bottom: 2.7rem;
}
.detail_top_vol span:before{
	content: '';
	position: absolute;
	left: -3.8rem;
	top: -2.2rem;
	z-index: 1;
	width: 5.2rem;
	height: 3.4rem;
	background: url(../img/common/star_eng.svg)no-repeat;
	background-size: 100% auto;
}
.detail_top_ttl.bg_span{
    grid-gap: 1rem 0;
}
.detail_top_ttl.bg_span span{
    font-size: 4.2rem;
    line-height: 1.2;
    padding: 0 .7rem;
}
.detail_top_position{
	font-size: 1.4rem;
	font-weight: 400;
}
.detail_top_jap{
	font-size: 3.5rem;
	font-weight: 400;
}
.detail_top_eng{
	font-size: 1.2rem;
	font-weight: 300;
	margin: .4rem 0 2rem;
}
.detail_top_year{
	font-size: 1.2rem;
	font-weight: 400;
}

.detail_anchor{
	margin: 7rem 0 12.8rem;

    width: 100%;
    position: sticky;
    top: 10rem;
    left: 0;
    z-index: 11;
}
.detail_anchor .inner{
	max-width: 134rem;
}
.detail_anchor_list{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.detail_anchor_list:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	width: 100%;
	height: .6rem;
	background: url(../img/interview_detail01/bg_anchor.png)no-repeat;
	background-size: 100% 100%;
}
.detail_anchor_list a{
	position: relative;
	color: #9F9F9F;
}
.detail_anchor_list .is_active a{
	color: #059191;
}
.detail_anchor_list a span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	font-size: 1.2rem;
	font-family: "Kanit", sans-serif;
	font-weight: 500;
	border: 1px solid;
	border-radius: 50%;
	background: #fff;
}
.detail_anchor_list a font{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + .7rem);
	font-size: 1.4rem;
	font-weight: bold;
	white-space: nowrap;
}
.detail_anchor_list li:first-of-type a font{
	left: 0;
	transform: translateX(0);
}
.detail_anchor_list li:last-of-type a font{
	left: auto;
	right: 0;
	transform: translateX(0);
}


.detail_cont .anchor_link span{
    height: 17.5rem;
}

.detail_section{
	position: relative;
}
.detail_sec01{
	overflow: hidden;
}
.detail_section_dl{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
	position: relative;
}
.detail_section_dt{
	width: calc(50% + 15rem);
	margin-right: -15rem;
}
.detail_section_dd{
	width: 50%;
	padding-right: 9rem;
}
.detail_section_dt .img_box{
	padding-top: 101.85%;
}
.detail_section_eng{
	position: absolute;
	left: -18rem;
	top: -6.6rem;
	z-index: 1;
	font-size: 15.8rem;
	letter-spacing: .04em;
	font-weight: bold;
	color: #059191;
}
.detail_section_eng span{
	opacity: .16;
}
.detail_section_ques span{
	display: inline-flex;
	align-items: center;
	height: 2.9rem;
	padding: 0 2.1rem 0 2.7rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #059191;
	border-radius: 1.5rem;
	background: url(../img/interview_detail01/icon_ques.svg)no-repeat left 1.6rem center #fff;
	background-size: .6rem auto;
	box-shadow: 0 .3rem .6rem rgba(152,206,206,.16);
}
.detail_section_ttl{
	margin: 3.8rem 0 4rem;
	font-size: 3.2rem;
	font-weight: bold;
}
.detail_section_txt{
	font-size: 1.6rem;
	line-height: 2.375;
}


.detail_sec02{
	padding-top: 24.6rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.detail_sec02:before{
	content: '';
	position: absolute;
	right: calc(50% - 68rem);
	top: -17.5rem;
	z-index: -1;
	width: 180rem;
	height: 61.8rem;
	background: url(../img/interview_detail01/bg_sec01.png)no-repeat right -6rem top;
	background-size: 180rem auto;
}
.detail_section_dl02{
	position: relative;
}
.detail_section_dl02 .detail_section_eng{
	left: 50%;
	top: -14rem;
}
.detail_section_dd02{
	margin: 0 auto;
	max-width: 90rem;
}
.detail_section_dt02{
	margin-top: 9rem;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 2.4rem;
}
.detail_section_dt02 .img_box{
	padding-top: 67%;
}

.detail_sec03{
	padding-top: 14rem;
}
.detail_sec03 .img_box{
	padding-top: 60rem;
	padding-top: 42.8%;
}

.detail_sec04{
	padding: 20rem 0 10rem;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.detail_sec04 .detail_section_dl:before{
	content: '';
	position: absolute;
	right: -21.5rem;
	top: 62.4rem;
	z-index: -1;
	width: 90rem;
	height: 34.8rem;
	background: url(../img/interview_detail01/bg_sec04.png)no-repeat;
	background-size: 100% 100%;
}
.detail_sec04 .detail_section_dl{
	flex-direction: row;
	align-items: flex-start;
	position: relative;
}

.detail_sec04 .detail_section_dt{
	margin-right: 0;
	margin-left: -15rem;
}
.detail_sec04 .detail_section_dd{
	padding-right: 0;
	padding-left: 9rem;
	padding-top: 18.6rem;
}
.detail_sec04 .detail_section_eng{
	left: calc(50% + 9rem);
	top: -6.6rem;
}
.detail_sec04_box{
	margin-top: 17rem;
}
.detail_sec04_img01{
	margin-left: auto;
	margin-right: 0;
	width: 70rem;
} 
.detail_sec04_img02{
	width: 50rem;
	margin-top: -8.6rem;
} 
.detail_sec04_img03{
	margin-top: -6.8rem;
	margin-left: auto;
	margin-right: 13rem;
	width: 40rem;
} 
.detail_sec04_img03:before{
	content: '';
	position: absolute;
	right: -23rem;
	top: -5.7rem;
	z-index: -1;
	width: 35.5rem;
	height: 20.8rem;
	background: url(../img/interview_detail01/bg_img03.png)no-repeat;
	background-size: 100% 100%;
}

.detail_sec05{
	padding-top: 24.5rem;
	position: relative;
	z-index: 3;
}
.detail_sec05:before{
	content: '';
	position: absolute;
	right: 0;
	top: -22.3rem;
	z-index: -1;
	width: 100%;
	height: 88.4rem;
	background: url(../img/interview_detail01/bg_sec05.png)no-repeat center center;
	background-size: auto 100%;
}
.detail_sec05 .detail_section_eng{
	left: auto;
	right: calc(50% - 12.4rem);
	top: -24.6rem;
}
.detail_sec05 .detail_section_dd02{
	max-width: 80rem;
}

.personal_box{
	max-width: 71.2rem;
	margin: 11rem auto 0;
	background: url(../img/interview_detail01/bg_personal.png)no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 3;
	border-radius: 3rem;
	padding: 4.5rem 5rem;
}
.personal_pic{
	position: absolute;
	right: -4.3rem;
	top: -5rem;
	z-index: 5;
	width: 16.3rem;
	height: 16.3rem;
}
.personal_pic span img{
	border-radius: 50%;
}
.personal_pic_txt{
	position: absolute;
	right: 13.6rem;
	top: -1.76rem;
	z-index: 7;
	width: 10.6rem;
}
.personal_list{
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 1.6rem;
}
.personal_list li{
	background: #fff;
	border-radius: 2rem;
	padding: 3.4rem 3.8rem;
}
.personal_dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.personal_dt{
	width: 22.4rem;
	border-radius: 1rem;
	overflow: hidden;
}
.personal_dd{
	width: calc(100% - 22.4rem - 4.3rem);
}
.personal_dd_ttl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 1rem;
	margin-bottom: 1rem;
}
.personal_dd_ttl span{
	min-width: 3.3rem;
	width: 3.3rem;
	height: 3.3rem;
	border-radius: 50%;
	border: 1px solid #F0F0F0;
	color: #059191;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .04em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.personal_dd_ttl font{
	font-size: 1.7rem;
	font-weight: bold;
}
.personal_dd_txt{
	font-size: 1.4rem;
	line-height: 1.83;
}

.detail_btn{
	margin: 9rem 0;
	text-align: center;
}
.detail_btn a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 42rem;
	height: 11.2rem;
	background: url(../img/interview_detail01/arrow_btn.svg)no-repeat right 3.5rem center #059191;
	background-size: 3.6rem auto;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	border-radius: 6rem;
}

/*kkh*/
.kkh_wrap .anchor_link span{
    height: 12rem;
    height: 22rem;
}
#kkh #wrapper{
	background: none;
	overflow: visible;
}
#kkh #wrapper:before{
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url(../img/kkh/bg_wrapper.png)no-repeat;
	background-size: cover;
}
#kkh #header{
	background: none;
	box-shadow: none;
}
.kkh_top{
	overflow: hidden;
}
.kkh_top .inner{
	padding-top: 4.3rem;
	display: flex;
	justify-content: space-between;
}
.kkh_top_txt{
	width: 50rem;
	padding-top: 8rem;
}
.kkh_top_img{
	width: 84rem;
	margin-right: -22.7rem;
	margin-left: -4.2rem;
}

.kkh_cont{
	overflow: hidden;
}
.kkh_anchor{
    position: sticky;
    top: 10rem;
    left: 0;
    z-index: 11;
}
.kkh_anchor_list{
	display: flex;
	justify-content: center;
	grid-gap: 2rem;
}
.kkh_anchor_list a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	background: url(../img/kkh/arrow_anchor.svg)no-repeat right 2.4rem center #fff;
	background-size: 2.6rem auto;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 3rem;
	padding: 0 6rem 0 3rem;
	box-shadow: .3rem .3rem 1.2rem rgba(152,206,206,.5);
}

.kkh_head{
	text-align: center;
	margin-bottom: 6rem;
}
.kkh_head font{
	color: #059191;
}
.kkh_head .eng{
	display: inline-flex;
	align-items: center;
	grid-gap: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
.kkh_head .eng:before{
	content: '';
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: #059191;
}
.kkh_head .jap{
	font-size: 4.3rem;
	font-weight: bold;
	line-height: 1.28;
	margin-top: 2.5rem;
	display: block;
}

.kkh_sec01{
	position: relative;
	padding-top: 4.8rem;
	margin-top: 20rem;
}
.kkh_list01{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 5.6rem 0;
	margin-right: -3rem;
	position: relative;
}
.kkh_list01:before{
	content: '';
	position: absolute;
	left: 1.7rem;
	top: -22rem;
	z-index: -1;
	width: 30.4rem;
	height: 30rem;
	background: url(../img/kkh/pic_sec01.png)no-repeat top center;
	background-size: 100% auto;
	pointer-events: none;
}
.kkh_list01:after{
	content: '';
	position: absolute;
	right: 15rem;
	top: calc(100% - 13rem);
	z-index: 2;
	width: 47.3rem;
	height: 71rem;
	background: url(../img/kkh/pic_sec01_02.png)no-repeat top center;
	background-size: 100% auto;
	pointer-events: none;
}
.kkh_list01 li{
	border-radius: 2rem;
	background: #fff;
	box-shadow: .6rem .6rem 2rem #059191;
	position: relative;
	padding: 4.8rem 2rem 0;
	min-height: 24rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.kkh_list01.animated li{
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	animation-delay: .2s;
}
.kkh_list01.animated li:nth-of-type(2){
	animation-delay: .6s;
}
.kkh_list01.animated li:nth-of-type(3){
	animation-delay: 1s;
}
.kkh_list01.animated li:nth-of-type(4){
	animation-delay: 1.4s;
}
.kkh_list01.animated li:nth-of-type(5){
	animation-delay: 1.8s;
}
.kkh_list01.animated li:nth-of-type(6){
	animation-delay: 2.2s;
}
.kkh_list01 .point{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-2rem);
	z-index: 2;
	border-radius: 50%;
	width: 6.5rem;
	height: 6.5rem;
	font-style: normal;
	font-size: 2.4rem;
	color: #059191;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 2rem #059191;
}
.kkh_list01 .point span{
	position: absolute;
	top: 2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 200%;
	height: 6.5rem;
	background: #fff;
	z-index: 2;
	text-align: center;
	line-height: 1;
}
.kkh_list01 .ttl{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
	color: #059191;
	margin-bottom: .8rem;
	background: #fff;
	position: relative;
	z-index: 3;
}
.kkh_list01 .txt{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.875;
}
.kkh_list01 .txt span{
	background: #F9F586;
}
.kkh_list01 li:nth-of-type(1){
	transform: rotate(-10deg);
}
.kkh_list01 li:nth-of-type(2){
	transform: rotate(-354deg) translate(-2rem,5.6rem);
	position: relative;
	z-index: 5;
}
.kkh_list01 li:nth-of-type(3){
	transform: rotate(-7deg) translate(-6rem,-4.2rem);
}
.kkh_list01 li:nth-of-type(4){
	transform: rotate(-10deg);
}
.kkh_list01 li:nth-of-type(5){
	transform: rotate(-7deg) translate(-2.5rem,7.2rem);
	position: relative;
}
.kkh_list01 li:nth-of-type(6){
	transform: rotate(-354deg) translateY(-2rem);
}


.kkh_slick{
	margin-top: 12rem;
}
.kkh_slick li{
	width: 172.9rem;
}

.kkh_sec02{
	padding-top: .7rem;
}
.kkh_sec02_list{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 4.2rem;
}
.kkh_sec02_list>li{
	width: calc(33.33% - 2.8rem);
	box-shadow: 0 0 3rem rgba(97,234,247,.66);
	background: rgba(255,255,255,.8);
	padding: 3rem;
	border-radius: 3rem;
}
.kkh_sec02_list>li.two_li{
	width: calc(50% - 2.1rem);
	padding: 3rem 4.5rem;
}
.kkh_sec02_list>li.three_li{
	width: calc(66.66% - 1.4rem);
	padding: 3rem 4.5rem;
}
.kkh_sec02_list .ttl{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	display: flex;
	align-items: center;
	grid-gap: .8rem;
}
.kkh_sec02_list .ttl:before{
	content: '';
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #059191;
}
.kkh_sec02_list .row01{
	text-align: center;
}
.kkh_sec02_list .unit{
	font-size: 4.9rem;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	line-height: 1.15;
	position: relative;
	top: -.1em;
}
.kkh_sec02_list .unit font{
	font-size: 2.8rem;
	font-weight: bold;
}
.kkh_sec02_list .number{
	font-size: 15.5rem;
	line-height: 18.6rem;
	color: #059191;
}
.kkh_sec02_list>li:nth-of-type(1) .number{
	font-size: 12.6rem;
}
.kkh_sec02_list .txt{
	font-size: 1.4rem;
	font-weight: bold;
	color: #059191;
	margin-top: -2rem;
}
.kkh_sec02_list .dl01{
	display: flex;
	grid-gap: 2.5rem;
}
.kkh_sec02_list .dl01 dt{
	margin-top: 2.5rem;
	width: 31.4rem;
}
.kkh_sec02_list .dl01 dd{
	width: 26.5rem;
}
.kkh_sec02_list .dl02{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	grid-gap: 2.5rem;
}
.kkh_sec02_list .dl02 dt{
}
.kkh_sec02_list .dl02 dd{
	width: 13.4rem;
	padding-bottom: 1rem;
}
.kkh_sec02_list .note{
	font-size: 1.2rem;
	margin-top: 2rem;
}
.kkh_sec02_list .dl03{
	display: flex;
	align-items: center;
	grid-gap: 10rem;
	margin-top: 2rem;
}
.kkh_sec02_list .dl03 dt{
	max-width: 31rem;
}
.kkh_sec02_list .dl03 dd{
	position: relative;
	z-index: 2;
}
.kkh_sec02_list .dl03 dd:before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	width: 17.1rem;
	height: 23rem;
	background: url(../img/kkh/img_sec02_08.svg)no-repeat;
	background-size: 100% auto;
}
.kkh_sec02_list .dl03 ul{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0 1.6rem;
}
.kkh_sec02_list .dl03 li{
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	grid-gap: 1rem;
}
.kkh_sec02_list .dl03 li span{
	font-size: 2.7rem;
	color: #059191;
}
.kkh_sec02_list .dl03 .unit{
	font-size: 2.8rem;
}

.kkh_sec02_list > li {
  transform: scale(0);
  transform-origin: center;
  transition: all 1s;
  transition: transform 600ms cubic-bezier(1, -0.1, .15, 1.35);
  transition-delay: .1s;
}
.kkh_sec02_list.animated > li {
  transform: scale(1);
}
.kkh_sec02_list > li:nth-child(2) {
  transition-delay: .3s;
}
.kkh_sec02_list > li:nth-child(3) {
  transition-delay: .5s;
}
.kkh_sec02_list > li:nth-child(4) {
  transition-delay: .7s;
}
.kkh_sec02_list > li:nth-child(5) {
  transition-delay: .9s;
}
.kkh_sec02_list > li:nth-child(6) {
  transition-delay: 1.1s;
}
.kkh_sec02_list > li:nth-child(7) {
  transition-delay: 1.3s;
}
.kkh_sec02_list > li:nth-child(8) {
  transition-delay: 1.5s;
}


.kkh_sec03{
	padding-top: 16rem;
}
.kkh_sec03 .kkh_head{
	text-align: left;
}
.kkh_sec03_dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kkh_sec03_dt{
	width: calc(100% - 65.3rem);
}
.kkh_sec03_dd{
	width: 65.3rem;
}
.kkh_sec03_dt .txt{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.625;
}
.video_box{
	position: relative;
}
.video_box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: url(../img/kkh/play.svg)no-repeat center center;
	background-size: 11.8rem auto;
}
.video_box img{
	height: 35.6rem;
	object-fit: cover;
}

.kkh_sec04{
	padding-top: 18rem;
}
.kkh_sec04 .inner{
	max-width: 96.4rem;
}
.kkh_sec04_p01{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.625;
	text-align: center;
}
.kkh_sec04_p02{
	position: relative;
	margin: 6rem 0 0;
	border-bottom: 1px solid #E0E0E0;
}
.kkh_sec04_p02 .img{
	position: absolute;
	left: -4.8rem;
	bottom: 0;
	z-index: 2;
	width: 29.5rem;
}
.kkh_sec04_item{
	padding: 6rem 0;
	border-bottom: 1px solid #E0E0E0;
}
.kkh_head02{
	margin-bottom: 2rem;
}
.kkh_head02 .eng{
	display: inline-flex;
	align-items: center;
	grid-gap: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
.kkh_head02 .eng:before{
	content: '';
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	border: 1px solid #059191;
}
.kkh_head02 .jap{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
	color: #059191;
	margin-top: .7rem;
	display: block;
}
.kkh_sec04_item_txt{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.85;
}
.kkh_sec04_list01{
	margin-top: 4rem;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 2.8rem;
}
.kkh_sec04_list01 .note{
	font-size: 1.4rem;
	font-weight: bold;
	color: #707070;
	margin-top: .7rem;
}
.kkh_sec04_list02 li{
	margin-top: 4rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0 2rem rgba(97,234,247,.66);
	padding: 3.8rem 5rem;
}
.kkh_sec04_list02 li:nth-of-type(even){
	box-shadow: 0 0 2rem rgba(189,247,97,.66);
}
.kkh_sec04_list02 .work_item_hd{
	font-size: 2.2rem;
	margin-bottom: 2rem;
}
.kkh_sec04_list02 .work_item_hd span{
	margin-right: 1.2rem;
}
.kkh_sec04_list02 table{
	width: 100%;
}
.kkh_sec04_list02 th{
	width: 16rem;
	font-size: 1.9rem;
	line-height: 1.1;
	font-weight: bold;
	padding: 1.5rem 0;
	border-bottom: 1px solid #E0E0E0;
}
.kkh_sec04_list02 td{
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #666666;
	padding: 1.5rem 0;
	border-bottom: 1px solid #E0E0E0;
}
.kkh_sec04_list02 tr:last-of-type th,
.kkh_sec04_list02 tr:last-of-type td{
	border-bottom: none;
}

.kkh_sec05{
	padding-top: 12rem;
}
.kkh_sec05_dl{
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 5.8rem;
	margin-top: 10rem;
}
.kkh_sec05_dt{
	width: 46.5rem;
	position: relative;
	z-index: 2;
}
.kkh_sec05_dt:before{
	content: '';
	position: absolute;
	right: 4.64rem;
	top: -3.55rem;
	z-index: -1;
	width: 53.1rem;
	height: 55.5rem;
	background: url(../img/kkh/bg_sec05.png)no-repeat;
	background-size: 100% 100%;
}
.kkh_sec05_dt img{
	border-radius: 2rem;
}
.kkh_sec05_img01 img{
	border-radius: 1.2rem;
}
.kkh_sec05_img01{
	width: 12.6rem;
	margin-left: 6.3rem;
}
.kkh_sec05_img02{
	width: 18rem;
	margin-left: auto;
	margin-right: 4.5rem;
	margin-top: -1.4rem;
}
.kkh_sec05_img03{
	width: 26.6rem;
	margin-top: 1.5rem;
}
.kkh_sec05_img04{
	width: 14.8rem;
	margin-left: auto;
	margin-top: -3.5rem;
}
.kkh_sec05_dd{
	position: relative;
	z-index: 1;
}
.kkh_sec05_dd:before{
	content: '';
	position: absolute;
	left: .65rem;
	top: 1.5rem;
	transform: translateX(-50%);
	z-index: -1;
	width: .5rem;
	height: calc(100% - 3rem);
	background: url(../img/kkh/line.png)no-repeat;
	background-size: 100% 100%;
}
.kkh_sec05_dd dl{
	display: flex;
	align-items: flex-start;
}
.kkh_sec05_dd dl+dl{
	margin-top: 4rem;
}
.kkh_sec05_dd dt{
	position: relative;
	padding-left: 2.7rem;
	z-index: 2;
	color: #059191;
	width: 12rem;
}
.kkh_sec05_dd dt:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #059191;
}
.kkh_sec05_dd dt span{
	font-size: 1.8rem;
	line-height: 1.1;
	font-style: normal;
}
.kkh_sec05_dd dt font{
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: .5rem;
}
.kkh_sec05_dd dd{
	width: calc(100% - 12rem);
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
}
.kkh_sec05_dd dd font{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	margin-top: .5rem;
}

.kkh_sec06{
	padding: 23.6rem 0 11.6rem;
}
.kkh_sec06 .inner{
	max-width: 136rem;
}
.kkh_sec06_cont{
	position: relative;
}
.kkh_sec06_box{
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 2rem;
	box-shadow: 0 0 2rem rgba(0,0,0,.1);
	padding: 8rem 9.5rem 6rem;
}
.kkh_sec06_pic{
	position: absolute;
	right: 2.8rem;
	top: -21.1rem;
	z-index: -1;
	width: 45.1rem;
}
.kkh_sec06_box .kkh_head{
	margin-bottom: 4rem;
}
.kkh_sec06_list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 3rem;
}
.kkh_sec06_list a{
	display: block;
	font-weight: 400;
	opacity: 1;
}
.kkh_sec06_list .img_box{
	padding-top: 100%;
}
.kkh_sec06_list .position{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 1rem;
	font-size: 1.2rem;
	margin-top: 1.9rem;
}
.kkh_sec06_list .position span{
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #059191;
	padding: 0 .5rem;
}
.kkh_sec06_list .position span font{
	font-size: 1.2rem;
}
.kkh_sec06_list .name{
	font-size: 3.2rem;
}
.kkh_sec06_list .eng{
	font-size: 1.2rem;
	text-transform: uppercase;
}
.kkh_sec06_box .detail_btn{
	margin: 4rem 0 0;
}
.kkh_sec06_box .detail_btn a{
	padding: 0 10.5rem 0 4.7rem;
	width: auto;
	height: 8.4rem;
	background-position: right 2.2rem center;
}

/*トップ動画*/

.hero-video {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  /*overflow: hidden;*/
}

.hero-video video {
  width: 100%;
}