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

.pc{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	overflow: hidden;
	width: 100%;
	padding-top: 6rem;
	background-color: #F8F8F8;
}
.home #wrapper {
	background: url(../img/top/bg_top_sp.png)no-repeat top 60.4rem center #F8F8F8;
	background-size: auto 180rem;
	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%;
	padding: 0 2rem;
	position: relative;
	z-index: 3;
}
.inner02 {
	padding: 0 1rem;
}
/* !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 6rem 0 2rem;
}

#headerIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
}
#headerLogo {
	width: 18.5rem;
	position: relative;
	z-index: 999;
}


.btnMenu a {
  display: block;
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.btnMenu a span {
  display: block;
  background: #333333;
  width: 2rem;
  height: 1px;
  position: absolute;
  left: 2rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
	top: 2.4rem;
}

.btnMenu a span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}

.btnMenu a span:last-child {
  bottom: 2.4rem;
}

	
.btnMenu.active a span:first-child {
  -webkit-transform: translateY(.6rem) rotate(45deg);
  -moz-transform: translateY(.6rem) rotate(45deg);
  -ms-transform: translateY(.6rem) rotate(45deg);
  transform: translateY(.6rem) rotate(45deg);
}

.btnMenu.active a span:nth-child(2) {
  opacity: 0;
}

.btnMenu.active a span:last-child {
  -webkit-transform: translateY(-.6rem) rotate(-45deg);
  -moz-transform: translateY(-.6rem) rotate(-45deg);
  -ms-transform: translateY(-.6rem) rotate(-45deg);
  transform: translateY(-.6rem) rotate(-45deg);
}

/* !gNavi
---------------------------------------------------------- */
#gNavi {
	position: fixed;
	top: 6rem;
	right: 0;
	width: 100%;
	height: calc(100vh - 6rem);
	z-index: 98;
	box-sizing: border-box;
	padding: 4rem 4rem 8rem;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s,right .3s;

	background: #fff;
}
#gNavi.active{
    opacity: 1;
    pointer-events: auto;
}	

.navList{
	position: relative;
}
.navUl li+li{
	border-top: 1px solid #E0E0E0;
}
.navUl li>a{
	font-size: 1.9rem;
	font-weight: bold;
	height: 6rem;
	display: flex;
	align-items: center;
	grid-gap: 1.2rem;
	background: url(../img/common/arrow_nav.svg)no-repeat right .4rem center;
	background-size: 2.6rem auto;
}
.navUl li>a.parentA{
	background: none;
}
.navUl li>a span{
	font-size: 1.2rem;
	color: #059191;
	font-weight: 500;
	font-style: normal;
}

.navTel a{
	margin-top: 4rem;
	font-size: 4.3rem;
	line-height: 1.2;
	font-weight: 500;
	color: #059191;
	display: inline-block;
	padding-left: 4.2rem;
	background: url(../img/common/icon_tel.svg)no-repeat left center;
	background-size: 3.37rem auto;
}
.navTel p{
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}
.navJr{
	position: absolute;
	right: 6rem;
	top: 2.1rem;
	width: 3.37rem;
	z-index: 999;
}

.parentLi{
	position: relative;
}
.subBtn{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 3.4rem;
	height: 6rem;
	background: url(../img/common/sub_close.svg)no-repeat center center;
	background-size: 2.6rem auto;
	cursor: pointer;
}
.subBtn.open{
	background: url(../img/common/sub_open.svg)no-repeat center center;
	background-size: 2.6rem auto;
}
.subBox{
	display: none;
	padding: 0 0 3rem;
}
.navUl li .subLi+.subLi{
	margin-top: 1.5rem;
}
.navUl li .subLi a{
	text-align: left;
	display: block;
	font-size: 1.6rem;
	line-height: 1.3125;
	padding: 0 2.5rem;
	white-space: nowrap;
}
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	
}
#mainVisual img{
	height: calc(100vh - 6rem);
}
/* !teaser
---------------------------------------------------------- */
#teaser {
	position: relative;
	color: #fff;
}
.teaser_bg.img_box{
	padding-top: 18rem;
	margin-bottom: 3.6rem;
}
#teaser .inner{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.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;
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	position: absolute;
	background: #fff;
	color: #333;
	left: 0;
	top: 100%;
	width: 100%;
	padding: .8rem 2rem;
    overflow-x: auto;
}

#breadcrumb ul {
    display: flex;
    align-items: flex-start;
}

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

#breadcrumb ul li a{
	color: #333;
	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: 2rem;
}

#breadcrumb ul li + li:before {
    position: absolute;
    left: 1rem;
    top: 1rem;
    transform: translate(-50%,-50%);
    z-index: 1;
    content: '';
    width: .8rem;
    height: 1px;
    background: #F0F0F0;
    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_sp.jpg)no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 5rem 0 5.5rem;
}
.footer_contact a{
	display: block;
	color: #fff;
}
.footer_contact_dl{
}
.footer_contact_dt{
	margin-bottom: 3.5rem;
}
.footer_contact_dd{
}
.footer_contact_hd{
}
.footer_contact_hd .eng{
	display: block;
	font-size: 3.2rem;
	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: 1.6rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: .5rem;
}
.footer_contact_dd .tel a{
	font-size: 4.6rem;
	line-height: 1.2;
}
.footer_contact_dd .p02{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin: .5rem 0 1.5rem;
}
.footer_contact_dd .p03{
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .1em;
}


#footer {
	background: none;
}

#footer .footerIn {
	display: flex;
	justify-content: center;
}
.footer_left{
	padding: 3rem 0 4.7rem;
}
.footer_right{
	padding: 5rem 0;
	display: none;
}

.footer_logo a{
	display: block;
	width: 27.3rem;
}
.footer_logo img{
	width: 100%;
}
.footer_addr{
	margin: 1.8rem 0;
	font-size: 1.4rem;
}
#copyright {
	font-size: 1.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;
}


/* !top
---------------------------------------------------------- */
.top_about {
	padding: 5.8rem 0 0;
}
.top_about_dl{
}
.top_about_dt{
	margin-bottom: 5rem;
}
.top_about_dd{
	position: relative;
	margin-right: -2rem;
}
.top_about_hd{
	margin-bottom: 4rem;
}
.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: 2.8rem;
	height: 1.8rem;
	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: 3.4rem;
	line-height: 1.41;
	font-weight: bold;
	margin-bottom: 3rem;
}
.top_about_dl .txt{
	font-size: 1.6rem;
	line-height: 2;
	font-weight: bold;
	letter-spacing: .1em;
}
.top_about_dl .txt p+p{
	margin-top: 2rem;
}
.top_about_dl .btn{
	margin-top: 4.5rem;
}
.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;
}

.top_about_img01 img{
	border-radius: 2rem 0 0 2rem;
}
.top_about_img02{
	margin-top: -5.5rem;
	margin-left: -4.9rem;
	width: 34.5rem;
}


.top_voice{
	padding: 9.4rem 0 0;
	background: url(../img/top/bg_voice_sp.png)no-repeat top 13rem center;
	background-size: auto 91.1rem;
}
.top_voice .inner{
	max-width: 113rem;
}
.top_voice_dl{
	margin-bottom: 2.6rem;
}
.top_voice_dl .top_about_hd{
	margin-bottom: 2.4rem;
}
.top_voice_dl .top_about_hd .eng{
	margin-left: -.8rem;
	font-size: 6.4rem;
	line-height: 1.1;
}
.top_voice_dl .top_about_hd .jap{
}
.top_voice_dl_txt{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.85;
}
.top_voice_btn{
	position: absolute;
	right: 2rem;
	top: 1.2rem;
	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: 20rem;
    overflow: visible;
}

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

.member-item {
}

.member-item .member-image {
    position: relative;
    z-index: 2;
}

.member-item .member-image .image {
    width: 100%;
    padding-top: 122.85%;
    padding-top: 43rem;
    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 {
    /*padding-bottom: 24.6rem;*/
}

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

.member-item .member-title {
	margin-left: -1.2rem;
    position: absolute;
    z-index: 9;
    bottom: 6rem;
}

.member-item .member-head {
    margin-top: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member-head .member-head__name {
	display: flex;
	flex-direction: column-reverse;
}

.member-head .member-head__name .jap {
	display: block;
    font-size: 1.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;
}

.member-head .member-head__tags {
	color: #666666;
    font-size: 1.2rem;
    line-height: 1.5;
}

.member-head .member-head__tags b{
	color: #059191;
	font-weight: bold;
	display: block;
}

.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 {
    width: 12rem;
    overflow: visible;
    margin: 0 !important;
}

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

.thumb-media {
    width: 12rem;
    padding-right: 1rem;
}

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

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

.swiper-box{
    width: 35rem;
    height: 13.6rem;
    overflow: hidden;
    position: absolute;
    bottom: 5.3rem;
    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% - 11rem);
	height: .6rem;
    background: url(../img/top/line_voice.png) center center no-repeat;
    background-size: 100% 100%;
}

.top_banner{
	padding: 4rem 0 0;
}
.top_banner .inner{
	padding: 0 1.5rem;
}

.top_company{
	padding: 4.8rem 0 3.5rem;
	position: relative;
	z-index: 5;
}
.top_company:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 9rem);
	background: url(../img/top/bg_company_sp.png) center center no-repeat;
	background-size: 100% 100%;
}
.top_company .top_voice_dl .top_about_hd .eng {
    font-size: 6.4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}
.top_company .top_voice_dl_txt {
    font-size: 1.4rem;
    line-height: 1.85;
}
.top_company .top_voice_btn{
	position: static;
	text-align: center;
	margin-top: 3.7rem;
}

.top_company_list{
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 2rem;
}
.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 1rem bottom 1.5rem no-repeat #fff;
    background-size: 3.2rem auto;
    opacity: 1;
}
.top_company_list .cont{
	padding: 1rem 0 .6rem;
}
.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%;
}

/*interview*/
.interview_wrap{
	padding: 5.4rem 0 5.8rem;
}
.interview_wrap .inner{
}
.interview_txt{
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.76;
	margin-bottom: 4rem;
}
.interview_list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 5rem 2.2rem;
}
.interview_list a{
	display: block;
	position: relative;
	opacity: 1;
}
.interview_list_vol{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .2rem;
}
.interview_list_vol span{
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .04em;
}
.interview_list_vol font{
	font-size: .8rem;
	font-style: normal;
	font-weight: 400;
}
.interview_list .img_box{
	padding-top: 22rem;
	border-radius: 1rem;
}

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

/*work*/
.work_wrap{
	padding: 3rem 0 8rem;
}
.contents_wrap {
}
.contents_wrap #main{
}
.contents_wrap #side{
    position: sticky;
    top: 8rem;
    left: 0;
    z-index: 11;
    margin-bottom: 9rem;
}
.sideList{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	grid-gap: .8rem;
}
.sideList li+li{
}
.sideList a{
    display: flex;
    align-items: center;
    height: 2.8rem;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 2.7rem;
    padding-right: 1.5rem;
    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: -8rem;
}
.contents_wrap .anchor_link span{
    /*height: 13rem;*/
    top: -13rem;
}

.work_section+.work_section{
	padding-top: 5rem;
	margin-top: 5rem;
	border-top: 1px solid #E0E0E0;
}
.work_section_hd{
	margin-bottom: 4rem;
}
.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: 2.2rem;
	line-height: 1.3;
	margin-top: 1.1rem;
	font-weight: bold;
}

.work_section_p01{
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 4rem;
}
.work_section_tel a{
	margin-top: 1.5rem;

	display: inline-block;
	font-size: 4.1rem;
	line-height: 1.2;
	font-weight: 500;
	color: #333;
	padding-left: 5.7rem;
	background: url(../img/common/icon_tel.svg)no-repeat left center;
	background-size: 4.4rem auto;
}
.work_section_p02{
	margin-top: 1.4rem;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6;
}
.work_section_p02 font{
	font-size: 1.2rem;
}
.work_section_btn a{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 3rem;
	height: 14rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	background: url(../img/common/arrow_white02.svg)no-repeat right 2.4rem center,
	url(../img/common/bg_recruit_sp.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: 3.2rem;
}
.work_section_flex{
	display: flex;
	flex-direction: column-reverse;
}

.work_section_txt{
	margin-right: -2rem;
	font-size: 1.4rem;
	line-height: 2.14;
}
.work_item+.work_item{
	margin-top: 2rem;
}
.work_item{
	background: #fff;
	padding: 3.6rem 2.4rem;
}
.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.7;
}


/*company*/
.company_wrap .inner{
	/*max-width: 140rem;*/
}
.iframe_box {
    position: relative;
    width: 100%;
    padding-top: 15.7rem;
    margin-top: 1.6rem;
    margin-bottom: 1rem;
}
.iframe_box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.company_dl{
	margin-top: 2.5rem;
}
.company_dl dl{
	padding: 2rem 2rem 1.2rem;
	font-size: 1.6rem;
	line-height: 1.75;
	background: #fff;
}
.company_dl dl+dl{
	margin-top: 1rem;
}
.company_dl dt{
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 0;
}
.company_dl dd{
}

.work_sec01{
}
.work_sec02{
}
.contents_wrap #main{
}
#company .work_section+.work_section{
	border-top: 0;
	padding-top: 5rem;
	margin-top: 5rem;
}
.philospphy_box{
	padding: 8.3rem 1rem 0 1.4rem;
	position: relative;
	color: #fff;
}
.philosophy_img{
	margin: 0 -3rem 0 -3.4rem;
}
.philosophy_img:before{
	content: '';
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: calc(100% + 2rem);
	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: 6.6rem;
	top: -6.4rem;
	z-index: 2;
	background: #fff;
	color: #059191;
	font-size: 3.4rem;
	line-height: 1;
	font-weight: bold;
	padding: .2rem .4rem;

	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
.philosophy_ttl{
	font-size: 2.8rem;
	line-height: 1.64;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 3rem;
}
.philosophy_txt{
	font-size: 1.6rem;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 2;
}
.philosophy_txt p+p{
	margin-top: 3.2rem;
}
.philosophy_eng{
	font-size: 6.6rem;
	font-weight: 200;
	line-height: 1.5;
	color: #C7F0E8;
	position: relative;
	z-index: 2;
	margin: 3rem 0 -3.5rem -1rem;
}

.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{
	display: block;
	padding: 0 0 2.5rem;
	font-weight: 500;
	vertical-align: top;
}
.company_table td{
	letter-spacing: .16em;
	font-size: 1.6rem;
	line-height: 1.625;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
}
.company_table td:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 7rem;
	height: 1px;
	background: #059191;
}
.company_table th{
	padding: 2.5rem 0 1.5rem;
	font-size: 1.4rem;
	line-height: 1.35;
	font-weight: bold;
	color: #059191;
}
.company_table ul{
	margin-top: .3rem;
}
.company_table li{
	letter-spacing: .16em;
	font-size: 1.4rem;
	line-height: 1.57;
	color: #666666;
}

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


/*about*/
.about_sec01{
	padding: 4.5rem 0 7.4rem;
	background: url(../img/about/bg_sec01_sp.jpg)no-repeat top center;
	background-size: cover;
	color: #fff;
}
.about_sec01_dl{
}
.about_sec01_dt{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 28rem;
}
.about_sec01_dd{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 2;
}
.about_sec01_dd p+p{
	margin-top: 3.2rem;
}
.about_sec01_hd{
	position: relative;
	margin-right: 4rem;
}
.about_sec01_hd .eng{
	display: block;
	font-size: 1.6rem;
	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: -3rem;
	top: 50%;
	z-index: 1;
	transform: translate(0%,-50%) rotate(90deg);
	width: 3.2rem;
	height: 2.1rem;
	background: url(../img/common/star_eng.svg)no-repeat;
	background-size: 100% auto;
}
.about_sec01_hd .jap{
	grid-gap: 1rem;
	flex-direction: row-reverse;
}
.about_sec01_hd .jap span{
	font-size: 3.1rem;
	color: #059191;
	line-height: 1;
	padding: .8rem .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: 19.1rem;
}
.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: 6rem 0 5rem;
}
.about_sec02_dl{
}
.about_sec02_dt{
	position: relative;
	z-index: 9;
}
.about_sec02_dd{
}

.about_sec02_hd{
	position: relative;
	margin-bottom: 2rem;
}
.about_sec02_hd .eng{
	display: block;
	padding-left: 3.8rem;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
.about_sec02_hd .eng:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translate(0%,-50%);
	width: 3.2rem;
	height: 2.1rem;
	background: url(../img/common/star_eng.svg)no-repeat;
	background-size: 100% auto;
}
.about_sec02_hd .jap{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.28;
	margin-top: .3rem;
	display: block;
}

.about_sec02_txt{
	font-size: 1.4rem;
	line-height: 1.85;
	margin-bottom: 2.3rem;
}
.about_swiper{
	padding: 0 2.3rem;
	margin-right: -2.3rem;
	margin-left: -2.3rem;
	overflow: hidden;
	position: relative;
}
.about_swiper_box{
	position: relative;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*bottom: 0;*/
	width: 22rem;
	margin: 5rem auto 0;
}
.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: 4.1rem;
	background: #fff;
	box-shadow: 0 .3rem 2rem rgba(0,0,0,.16);
	padding: 3.2rem 1.5rem 2.3rem 3rem;
	position: relative;
}
.history_slick_item .year{
	position: absolute;
	left: 3rem;
	top: -4.1rem;
	z-index: 2;
	font-size: 4.8rem;
	letter-spacing: .04em;
	line-height: 1.5;
	color: #059191;
}
.history_slick_item .name{
	font-size: 1.6rem;
	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: 31.1rem;
	overflow: visible;
	margin: 0;
}
.about_swiper .swiper-main .swiper-slide {
	padding-right: 2rem;
}

.about_sec03{
	padding: 5rem 0 9.4rem;
	position: relative;
}
.about_sec03 .inner{
	max-width: 107rem;
	position: static;
}
.about_sec03_dl{
}
.about_sec03_dt{
	margin-bottom: 5rem;
}
.about_sec03_dt img{
	border-radius: 1rem;
}

.about_sec03_hd{
	position: relative;
	margin-bottom: 2rem;
}
.about_sec03_hd .eng{
	display: block;
	padding-left: 3.8rem;
	font-size: 1.4rem;
	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: 3.2rem;
	height: 2.1rem;
	background: url(../img/common/star_eng.svg)no-repeat;
	background-size: 100% auto;
}
.about_sec03_hd .jap{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.28;
	margin-top: .3rem;
	display: block;
}

.about_sec03_txt{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 2;
}
.about_sec03_txt p+p{
	margin-top: 3.2rem;
}
.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: 2rem 0 0;
	overflow: hidden;
}
.detail_top_dl{
	position: relative;
}
.detail_top_dt{
	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: 36.2rem;
}
.detail_top_dd{
	margin-top: 3rem;
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 2rem;
}
.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: 1.4rem;
}
.detail_top_vol span:before{
	content: '';
	position: absolute;
	left: -1.6rem;
	top: -1.1rem;
	z-index: 1;
	width: 2.8rem;
	height: 1.8rem;
	background: url(../img/common/star_eng.svg)no-repeat;
	background-size: 100% auto;
}
.detail_top_ttl.bg_span{
    grid-gap: .8rem 0;
}
.detail_top_ttl.bg_span span{
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 0 .5rem;
}
.detail_top_position{
	font-size: 1.4rem;
	font-weight: 400;
}
.detail_top_jap{
	font-size: 2.4rem;
	font-weight: 400;
}
.detail_top_eng{
	font-size: 1.1rem;
	font-weight: 300;
	margin: .4rem 0 1rem;
}
.detail_top_year{
	font-size: 1.1rem;
	font-weight: 400;
}

.detail_anchor{
	margin: 5.2rem 0 7.8rem;

    width: 100%;
    position: sticky;
    top: 9rem;
    left: 0;
    z-index: 11;
}
.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% + .5rem);
	font-size: 1rem;
	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_anchor_list li:nth-of-type(odd) a font{
	top: auto;
	bottom: calc(100% + .5rem);
}



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

.detail_section{
	position: relative;
}
.detail_sec01{
	overflow: hidden;
}
.detail_section_dl{
	position: relative;
}
.detail_section_dt{
	margin-bottom: 4rem;
}
.detail_section_dd{
}
.detail_section_dt .img_box{
	padding-top: 101.85%;
}
.detail_section_eng{
	margin-left: -4.2rem;
	font-size: 9.3rem;
	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: 2.6rem 0;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
}
.detail_section_txt{
	font-size: 1.4rem;
	line-height: 2.14;
}


.detail_sec02{
	padding-top: 10rem;
	/*overflow: hidden;*/
	position: relative;
	z-index: 2;
}
.detail_sec02:before{
	content: '';
	position: absolute;
	right: calc(50% - 33.2rem);
	right: 0;
	top: -10.6rem;
	z-index: -1;
	width: 87.2rem;
	height: 33.4rem;
	background: url(../img/interview_detail01/bg_sec01.png)no-repeat right -14rem top;
	background-size: auto 100%;
}
.detail_section_dl02{
	position: relative;
}
.detail_section_dl02 .detail_section_eng{
	margin-left: 0;
	margin-right: -1.6rem;
	margin-bottom: 2.6rem;
	text-align: right;
	font-size: 7.3rem;
}
.detail_section_dd02{
	margin: 0 auto;
	max-width: 90rem;
}
.detail_section_dt02{
	margin-top: 2.5rem;
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 1.5rem;
}
.detail_section_dt02 .img_box{
	padding-top: 67%;
}

.detail_sec03{
	padding-top: 6.5rem;
}
.detail_sec03 .img_box{
	padding-top: 20.6rem;
}

.detail_sec04{
	padding: 4.5rem 0 18.9rem;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.detail_sec04 .detail_section_dl:before{
	content: '';
	position: absolute;
	right: -8.7rem;
	bottom: -6.4rem;
	z-index: -1;
	width: 39.3rem;
	height: 15.2rem;
	background: url(../img/interview_detail01/bg_sec04.png)no-repeat;
	background-size: 100% 100%;
}
.detail_sec04 .detail_section_dl{
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	grid-gap: 4rem;
}

.detail_sec04 .detail_section_dt{
	margin: 0 -2rem;
}
.detail_sec04 .detail_section_dd{
}
.detail_sec04 .detail_section_eng{
	margin-left: -3.2rem;
}
.detail_sec04_box{
	margin-top: 4.7rem;
}
.detail_sec04_img01{
	margin-left: auto;
	margin-right: -2rem;
	width: 33.8rem;
} 
.detail_sec04_img02{
	width: 20.3rem;
	margin-left: -2rem;
	margin-top: -2rem;
} 
.detail_sec04_img03{
	margin-top: 2.8rem;
	margin-left: auto;
	margin-right: .4rem;
	width: 25.9rem;
} 
.detail_sec04_img03:before{
	content: '';
	position: absolute;
	right: -6.3rem;
	top: -5.3rem;
	z-index: -1;
	width: 14.3rem;
	height: 8.4rem;
	background: url(../img/interview_detail01/bg_img03.png)no-repeat;
	background-size: 100% 100%;
}

.detail_sec05{
	padding-top: 0;
	position: relative;
	z-index: 3;
}
.detail_sec05:before{
	content: '';
	position: absolute;
	right: 0;
	top: -19.4rem;
	z-index: -1;
	width: 100%;
	height: 98.9rem;
	background: url(../img/interview_detail01/bg_sec05_sp.png)no-repeat center center;
	background-size: auto 100%;
}
.detail_sec05 .detail_section_eng{
	margin-left: -2.8rem;
	margin-right: 2rem;
	font-size: 7.3rem;
}
.detail_sec05 .detail_section_dd02{
	max-width: 80rem;
}

.personal_box{
	max-width: 35rem;
	margin: 15.8rem 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: 3.2rem 2.7rem;
}
.personal_pic{
	position: absolute;
	right: 1.7rem;
	top: -5.9rem;
	z-index: 5;
	width: 11rem;
	height: 11rem;
}
.personal_pic span img{
	border-radius: 50%;
}
.personal_pic_txt{
	position: absolute;
	right: 9rem;
	top: -4.2rem;
	z-index: 7;
	width: 10.6rem;
}
.personal_list{
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 2rem;
}
.personal_list li{
	background: #fff;
	border-radius: 2rem;
	padding: 3.4rem 3.8rem;
}
.personal_dl{
}
.personal_dt{
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 2rem;
}
.personal_dd{
}
.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.2rem;
	line-height: 1.83;
}

.detail_btn{
	margin: 4rem 0 11rem;
	text-align: center;
}
.detail_btn a{
	display: inline-flex;
	align-items: center;
	width: 28rem;
	height: 7.2rem;
	background: url(../img/interview_detail01/arrow_btn.svg)no-repeat right 2.8rem center #059191;
	background-size: 3rem auto;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	padding-left: 3.3rem;
	border-radius: 6rem;
}

/*kkh*/
.kkh_wrap .anchor_link span{
    height: 12rem;
    height: 19rem;
}
#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 center center;
	background-size: auto 100vh;
}
#kkh #header{
	/*background: none;*/
	/*box-shadow: none;*/
}
.kkh_top{
	overflow: hidden;
}
.kkh_top .inner{
	padding-top: 4.3rem;
}
.kkh_top_txt{
}
.kkh_top_img{
	margin-top: 2rem;
	margin-right: -5rem;
	margin-left: -2rem;
}

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

.kkh_head{
	text-align: center;
	margin-bottom: 3rem;
}
.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: 2.3rem;
	font-weight: bold;
	line-height: 1.28;
	margin-top: 1rem;
	display: block;
}

.kkh_sec01{
	position: relative;
	margin-top: 7rem;
}
.kkh_sec01 .inner02{
	padding: 0 2rem;
}
.kkh_list01{
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 4rem 0;
	position: relative;
	margin-top: 18rem;
}
.kkh_list01:before{
	content: '';
	position: absolute;
	left: 0;
	top: -15rem;
	z-index: -1;
	width: 21.4rem;
	height: 21rem;
	background: url(../img/kkh/pic_sec01.png)no-repeat top center;
	background-size: 100% auto;
	pointer-events: none;
}
.kkh_list01:after{
	content: none;
	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: 4rem 2rem 2.5rem;
	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.2rem;
	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.4rem;
	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);*/
	position: relative;
	z-index: 5;
}
.kkh_list01 li:nth-of-type(3){
	/*transform: rotate(-7deg);*/
}
.kkh_list01 li:nth-of-type(4){
	/*transform: rotate(-10deg);*/
}
.kkh_list01 li:nth-of-type(5){
	/*transform: rotate(-7deg);*/
	position: relative;
}
.kkh_list01 li:nth-of-type(6){
	/*transform: rotate(-354deg);*/
}


.kkh_slick{
	margin-top: 3rem;
}
.kkh_slick li{
	width: 100rem;
}

.kkh_sec02{
	padding-top: 5rem;
}
.kkh_sec02_list{
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 3rem;
}
.kkh_sec02_list>li{
	width: 100%;
	box-shadow: 0 0 3rem rgba(97,234,247,.66);
	background: rgba(255,255,255,.8);
	padding: 2.5rem 2rem;
	border-radius: 2rem;
}
.kkh_sec02_list>li.two_li{
}
.kkh_sec02_list>li.three_li{
}
.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: 3.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: 13.5rem;
	line-height: 1.2;
	color: #059191;
}
.kkh_sec02_list>li:nth-of-type(1) .number{
	font-size: 10.6rem;
}
.kkh_sec02_list .txt{
	font-size: 1.4rem;
	font-weight: bold;
	color: #059191;
	margin-top: -1rem;
}
.kkh_sec02_list .dl01{
	display: block;
	text-align: center;
	grid-gap: 2.5rem;
	margin-top: 2rem;
}
.kkh_sec02_list .dl01 dt{
	width: auto;
}
.kkh_sec02_list .dl01 dd{
	margin-top: 2.5rem;
	width: auto;
}
.kkh_sec02_list .dl02{
	text-align: center;
	display: block;
}
.kkh_sec02_list .dl02 dt{
}
.kkh_sec02_list .dl02 dd{
	padding-top: 2rem;
}
.kkh_sec02_list .note{
	font-size: 1.1rem;
	margin-top: 2rem;
}
.kkh_sec02_list .dl03{
	text-align: center;
	display: block;
	margin-top: 2rem;
}
.kkh_sec02_list .dl03 dt{
	position: relative;
	z-index: 3;
}
.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: 100%;
	height: 17rem;
	background: url(../img/kkh/img_sec02_08.svg)no-repeat center center;
	background-size: auto 100%;
}
.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: 1.6rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	grid-gap: 1rem;
}
.kkh_sec02_list .dl03 li span{
	font-size: 2.2rem;
	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: 6rem;
}
.kkh_sec03 .kkh_head{
}
.kkh_sec03_dl{
	display: block;
	justify-content: space-between;
	align-items: center;
}
.kkh_sec03_dt{
}
.kkh_sec03_dd{
	margin-top: 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: 5.9rem auto;
}
.video_box img{
	height: 54.5%;
	object-fit: cover;
}

.kkh_sec04{
	padding-top: 6rem;
}
.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{
	width: 19rem;
	float: right;
	margin-top: -40px;
}
.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(1,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: 3rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0 2rem rgba(97,234,247,.66);
	padding: 2rem 2rem;
}
.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: 2rem;
	margin-bottom: 1rem;
}
.kkh_sec04_list02 .work_item_hd span{
	margin-right: 1rem;
}
.kkh_sec04_list02 table{
	width: 100%;
}
.kkh_sec04_list02 th{
	width: 11rem;
	font-size: 1.4rem;
	line-height: 1.1;
	font-weight: bold;
	padding: 1.5rem 0;
	border-bottom: 1px solid #E0E0E0;
}
.kkh_sec04_list02 td{
	width: calc(100% - 11rem);
	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: 6rem;
}
.kkh_sec05_dl{
	margin-top: 3rem;
}
.kkh_sec05_dt{
	margin-bottom: 3rem;
	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 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: 2.5rem 2rem;
}
.kkh_sec06_pic{
	position: absolute;
	right: 0;
	top: -16.1rem;
	z-index: -1;
	width: 34.1rem;
}
.kkh_sec06_box .kkh_head{
	margin-bottom: 3rem;
}
.kkh_sec06_list{
	display: grid;
	grid-template-columns: repeat(1,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;
	background-position: right 2.2rem center;
}

.hero-video {
  position: relative;
  width: 100%;
  height: 32vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: inherit; /* 背景を黒にすると動画サイズがはっきりわかる */
  overflow: hidden;
}

.hero-video video {
  max-width: max-content;
  max-height: 100%;
  height: auto;
  width: auto;
}