@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	overflow: auto;
}

html,body{
    width: 100%;
}

body {
  color : #1a1a1a;
	font-family: 'Zen Kaku Gothic New','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

@media screen and (min-width: 769px) {
	body{
		min-width: 1200px;
		overflow: hidden;
	}
}

.ipad{
	min-width: 1200px;
}

a,
a img{
	text-decoration: none;
	transition: 0.3s ease-out;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/*header
--------------------------------------------------*/
.header{
	position: relative;
	padding-top: 175px;
}

.floating__nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	min-width: 1200px;
}

.header__logo{
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 310;
	width: 265px;
}

.header__logo img{
	width: 100%;
}

.header__nav{
	position: absolute;
	top: 30px;
	right: 40px;
}

.nav__index{
	position: absolute;
	top: 0;
	right: 613px;
	width: fit-content;
	display: flex;
}

.nav__item{
	margin-left: 44px;
	white-space: nowrap;
	position: relative;
}

.nav__item:first-child{
	margin-left: 0;
}

.nav__item a{
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  font-weight : 700;
  font-size : 16px;
	line-height: 1;
  color : #000;
	padding-top: 5px;
}

.nav__btn__index{
	position: absolute;
	top: 0;
	right: 0;
	width: fit-content;
	display: flex;
	width: 536px;
	justify-content: space-between;
}

.nav__btn__item{
	width: 260px;
}

.nav__btn__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
  background : #008DD6;
  border-radius : 35px;
  font-weight : 700;
  font-size : 20px;
	line-height: 1;
  color : #fff;
}

.nav__btn__item:nth-child(2) a{
	background-color: #e81f19;
}

@media screen and (min-width: 769px) {
	/*hover*/
	.nav__btn__item a:hover,
	.header__logo a:hover{
		opacity: .6;
	}
	
	/*fixed*/
	.is-fixed{
		position: fixed;
		z-index: 500;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		height: 100px;
	}

	.is-fixed .header__nav{
		top: 14px;
	}

	.is-fixed .header__logo{
		top: 25px;
	}
}

@media screen and (max-width: 1500px) {
	.nav__index{
		right: 450px;
	}

	.nav__btn__index{
		width: 410px;
	}

	.nav__btn__item{
		width: 200px;
	}

	.nav__btn__item a{
		font-size: 18px;
	}
}

@media screen and (max-width: 1350px) {
	.nav__index{
		right: 430px;
	}

	.nav__item{
		margin-left: 20px;
	}

	.nav__item a{
		font-size : 15px;
	}

	.ipad .nav__item a{
		font-size : 12px;
	}
}

@media screen and (max-width: 768px) {
	.header{
		padding-top: 50px;
	}

	.floating__nav{
		height: auto;
		min-width: auto;
		top: 0;
	}

	.header__logo{
		top: 11px;
		left: 10px;
		width: 140px;
	}

	.header__nav,
	.nav__btn{
		display: none;
	}
}

/*mainvisual
--------------------------------------------------*/
.mainvisual{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 36.25%;
	position: relative;
}

.mv__txt{
	background: url(../img/mv_txt_pc.svg) no-repeat 0 0/100%;
	width: 53.375%;
	height: 93.27%;
	position: absolute;
	top: 6.72%;
	left: 7.25%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 160;
}

.mv__ph{
	background: url(../img/mv_ph_pc.webp) no-repeat 0 0/100%;
	width: 52.5%;
	height: 96.55%;
	position: absolute;
	top: 0;
	left: 43.81%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 150;
}

@media screen and (max-width: 768px) {
	.mainvisual{
		padding-top: 95.466%;
	}

	.mv__txt{
		background-image: url(../img/mv_txt_sp.svg);
		width: 87.466%;
		height: 59%;
		top: 41.62%;
		left: 1.333%;
	}

	.mv__ph{
		background-image: url(../img/mv_ph_sp.webp);
		width: 88.8%;
		height: 63%;
		left: 8.533%;
	}
}

/*SP navi
--------------------------------------------------*/
/*hamburger SP*/
@media screen and (max-width: 768px) {
	.hamburger{
		position: fixed;
		top: 10px;
		right: 15px;
		width: 34px;
		height: 34px;
		z-index: 700;
		background: #e81f19;
		border-radius: 50px;
	}
	
	.hamburger__inner{
		position: absolute;
		top: 11px;
		left: 9px;
		width: 16px;
		height: 13px;
		cursor: pointer;
	}

	.hamburger__line{
		background: #fff;
		display: block;
		height: 1px;
		position: absolute;
		transition: 0.3s ease-out;
		width: 100%;
	}

	.hamburger__line--c{
		top: 6px;
	}

	.hamburger__line--b{
		bottom: 0px;
		}

	.hamburger__line--t.nav--active{
		top: 6px;
		transform: rotate(45deg);
	}

	.hamburger__line--c.nav--active{
		transform:scaleX(0);
	}

	.hamburger__line--b.nav--active{
		top: 6px;
		transform: rotate(135deg);
	}
}

/*navi*/
.sp-nav{
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
}

.sp-nav__container{
	align-items:center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.sp-nav__index {
	width: 230px;
	margin: 0 auto;
}

.sp-nav__item{
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.sp-nav__item:last-child{
	border: none;
}

.sp-nav__item a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}

.sp-nav__btn__item{
	width: 100%;
	margin-bottom: 20px;
}

.sp-nav__btn__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
  background : #008DD6;
  border-radius : 35px;
  font-weight : 700;
  font-size : 16px;
	line-height: 1;
  color : #fff;
}

.sp-nav__btn__item:nth-child(2) a{
	background-color: #e81f19;
}

/*break
--------------------------------------------------*/
.pc--hidden{
	display: none;
}

.sp--hidden{
	display: block;
}

@media screen and (max-width: 768px) {
	.pc--hidden{
		display: block;
	}
	
	.sp--hidden{
		display: none;
	}
}

/*heading
--------------------------------------------------*/
.content__heading{
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content__heading--en{
  font-family : 'Roboto';
	font-weight: 900;
  font-style : italic;
  font-size : 100px;
  color : #ED1C24;
}

.content__heading--ja{
  font-weight : 700;
  font-size : 24px;
  color : #fff;
	line-height: 34px;
	color: #fff;
	padding: 0 8px;
	background: #000;
	width: fit-content;
	margin-top: -19px;
}

@media screen and (max-width: 768px) {
	.content__heading--en{
		font-size : 40px;
	}

	.content__heading--ja{
		font-size : 18px;
		line-height: 30px;
		padding: 0 5px;
		margin-top: -10px;
	}
}

/*about us
--------------------------------------------------*/
.aboutus{
	padding: 105px 0 100px 0;
	background: url(../img/aboutus_ph.webp) no-repeat top 277px left calc(50% + 360px)/460px;
}

.aboutus__container{
	width: 980px;
	margin: 0 auto;
}

.aboutus__heading{
  font-weight : 700;
  font-size : 24px;
  color : #fff;
	line-height: 33px;
	color: #fff;
	padding: 0 8px;
	background: #ed1c24;
	width: fit-content;
	margin-bottom: 16px;
}

.aboutus__read{
  font-weight : 700;
  font-size : 50px;
	line-height: 1.4;
	margin-bottom: 57px;
}

.aboutus__txt{
  font-size : 16px;
  line-height : 2.06;
	width: 570px;
}

.landscape{
	line-height: 0;
}

.landscape img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.aboutus{
		padding: 50px 0;
		background: none;
	}

	.aboutus__container{
		width: auto;
		padding: 0 20px;
		position: relative;
	}

	.aboutus__container::after{
		content: '';
		display: block;
		background: url(../img/aboutus_ph.webp) no-repeat 0 0/100%;
		width: 100%;
		padding-top: 76.086%;
		height: 0;
	}

	.aboutus__heading{
		font-size : 18px;
		line-height: 30px;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.aboutus__read{
		font-size : 22px;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.aboutus__txt{
		font-size : 16px;
		line-height : 1.75;
		width: auto;
		margin-bottom: 20px;
	}

	.landscape img{
		width: 100%;
		height: 150px;
		object-fit: cover;
		object-position: 50% 0;
	}
}

/*about job
--------------------------------------------------*/
.job{
	padding: 92px 0 100px 0;
}

.job__container{
	width: 980px;
	margin: 0 auto;
}

.job__heading{
	margin-bottom: 67px;
}

.job__heading .content__heading--en{
	padding-left: 49px;
}

.job__block{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 60px;
}

.job__txt__area{
	width: 500px;
}

.job__ph__area{
	width: 420px;
	line-height: 0;
	padding-top: 24px;
}

.job__mhd{
  font-weight : 700;
  font-size : 30px;
	line-height: 1;
	margin-bottom: 22px;
}

.job__txt{
  font-size : 16px;
  line-height : 2.06;
	margin-bottom: 21px;
}

.job__btn__list{
	width: 380px;
}

.job__btn__item:first-child{
	margin-bottom: 20px;
}

.job__btn__item a{
	display: flex;
	width: 100%;
	height: 70px;
	justify-content: center;
	align-items: center;
  background : #008DD6 url(../img/arrow.svg) no-repeat top 50% right 22px;
  border-radius : 35px;
  font-weight : 700;
  font-size : 20px;
	line-height: 1;
  color : #fff;
}

.job__ph img{
	width: 100%;
}

.job__btn__item:nth-child(2) a{
	background-color: #ed1c24;
}

.point__block{
  background : #FEEFF0;
	border: 3px solid #ED1C24;
  border-radius : 20px;
	height: 750px;
	position: relative;
	padding-top: 29px;
	box-sizing: border-box;
	margin-bottom: 68px;
}

.point__hd{
	padding-top: 53px;
	background: url(../img/job_point_ttl.svg) no-repeat top 0 left 50%;
	width: fit-content;
  font-weight : 700;
  font-size : 28px;
	line-height: 1;
  color : #000;
	margin: 0 auto;
}

.point__item{
	position: absolute;
}

.point__item:nth-child(1){
	top: 138px;
	left: 73px;
}

.point__item:nth-child(2){
	top: 156px;
	right: 37px;
}

.point__item:nth-child(3){
	top: 357px;
	left: 135px;
}

.point__item:nth-child(4){
	top: 520px;
	right: 81px;
}

.other__job__hd{
  font-weight : 700;
  font-size : 26px;
	line-height: 1;
  color : #000;
	text-align: center;
	margin-bottom: 30px;
}

.other__job__list{
	display: flex;
	justify-content: space-between;
}

.other__job__item{
	width: 310px;
}

.other__job__ph{
	line-height: 0;
	margin-bottom: 22px;
}

.other__job__ph img{
	width: 100%;
}

.other__job__ttl{
  font-weight : 700;
  font-size : 22px;
  line-height : 1;
  color : #000;
	margin-bottom: 24px;
	text-align: center;
}

.other__job__btn{
	width: 300px;
	margin: 0 auto;
}

.other__job__btn-1{
	margin-bottom: 10px;
}

.other__job__btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
  background : #008DD6 url(../img/arrow.svg) no-repeat top 50% right 14px/4px;
  border-radius : 25px;
  font-weight : 700;
  font-size : 18px;
	line-height: 1;
  color : #fff;
}

.other__job__btn-2 a{
	background-color: #ed1c24;
}

@media screen and (min-width: 769px) {
	.other__job__btn a:hover,
	.job__btn__item a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.job{
		padding: 50px 0 10px 0;
	}

	.job__container{
		width: auto;
		padding: 0 20px;
	}

	.job__heading{
		margin-bottom: 30px;
	}

	.job__heading .content__heading--en{
		padding-left: 0;
	}

	.job__block{
		display: block;
		margin-bottom: 30px;
	}

	.job__txt__area{
		width: 100%;
	}

	.job__ph__area{
		width: 100%;
		padding-top: 0;
		margin-bottom: 20px;
	}

	.job__mhd{
		font-size : 20px;
		margin-bottom: 10px;
	}

	.job__txt{
		font-size : 16px;
		line-height : 1.75;
	}

	.job__btn__list{
		width: 250px;
		margin: 0 auto;
	}

	.job__btn__item:first-child{
		margin-bottom: 20px;
	}

	.job__btn__item a{
		height: 50px;
		background : #008DD6 url(../img/arrow.svg) no-repeat top 50% right 15px/5px;
		font-size : 16px;
	}

	.point__block{
		border: 2px solid #ED1C24;
		border-radius : 10px;
		height: auto;
		padding: 20px;
		margin-bottom: 30px;
	}

	.point__hd{
		padding-top: 45px;
		font-size : 18px;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.point__list{
		margin: 0 auto;
		width: 280px;
	}

	.point__item{
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		margin-bottom: 20px;
	}

	.point__item:nth-child(2){
		text-align: right;
	}

	.point__item:nth-child(1) img{
		width: 230px;
	}

	.point__item:nth-child(2) img{
		width: 208px;
	}

	.point__item:nth-child(3) img{
		width: 233px;
	}

	.point__item:nth-child(4) img{
		width: 280px;
	}

	.other__job__hd{
		font-size : 20px;
		margin-bottom: 20px;
	}

	.other__job__list{
		display: block;
		width: 280px;
		margin: 0 auto;
	}

	.other__job__item{
		width: 280px;
		margin-bottom: 40px;
	}

	.other__job__ph{
		margin-bottom: 15px;
	}

	.other__job__ttl{
		font-size : 18px;
		margin-bottom: 15px;
	}

	.other__job__btn{
		width: 100%;
	}

	.other__job__btn a{
		height: 50px;
		font-size : 16px;
	}

	.other__job__btn-2 a{
		background-color: #ed1c24;
	}
}

/*modal schedule
--------------------------------------------------*/
.modal__schedule{
	margin: 50px auto;
	width: 700px;
	background: #fff;
	border: 10px solid #008dd6;
	border-radius: 20px;
	padding: 46px 0 50px 0;
	box-sizing: border-box;
	position: relative;
}

.modal__close__btm{
	width: 340px;
	height: 80px;
	margin: 0 auto;
	transition: 0.3s ease-out;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background : #008dd6;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	border-radius: 40px;
}

.schedule__heading{
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 28px;
}

.schedule__heading--en{
  font-family : 'Roboto';
	font-weight: 900;
  font-style : italic;
  font-size : 60px;
  color : #008DD6;
}

.schedule__heading--ja{
  font-weight : 700;
  font-size : 20px;
  color : #fff;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #000;
	width: 200px;
	margin-top: 1px;
}

.schedule__mhd{
  font-weight : 700;
  font-size : 22px;
	line-height: 1;
  color : #000;
	text-align: center;
	margin-bottom: 30px;
}

.schedule__list{
	padding: 0 42px 0 62px;
	margin-bottom: 35px;
	position: relative;
}

.schedule__list::before{
	content: '';
	display: block;
	background: #008dd6;
	width: 1px;
	height: 98.7%;
	position: absolute;
	top: 5px;
	left: 39px;
}

.schedule__list dt{
	position: relative;
  font-weight : 700;
  font-size : 16px;
  line-height : 1.6;
  color : #008DD6;
	margin-bottom: 5px;
}

.schedule__list dt::before{
	content: '';
	display: block;
	background: #008dd6;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	position: absolute;
	top: 9px;
	left: -28px;
}

.schedule__list dd{
  font-size : 14px;
  line-height : 1.571;
  color : #000;
	margin-bottom: 21px;
}

.schedule__note{
	font-size : 14px;
  line-height : 1.571;
	text-indent: -1em;
	margin: 0 40px 40px 75px;
}

@media screen and (min-width: 769px) {
	.modal__close__btm:hover{
		opacity: 0.6;
	}
}

@media screen and (max-width: 768px) {
	.modal__schedule{
		margin: 30px auto;
		width: 90%;
		border: 5px solid #008dd6;
		border-radius: 10px;
		padding: 20px 0;
	}

	.modal__close__btm{
		width: 150px;
		height: 40px;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.schedule__heading{
		margin-bottom: 20px;
	}

	.schedule__heading--en{
		font-size : 30px;
	}

	.schedule__heading--ja{
		font-size : 18px;
		line-height: 30px;
		width: 180px;
		margin-top: 5px;
	}

	.schedule__mhd{
		font-size : 20px;
		margin-bottom: 20px;
	}

	.schedule__list{
		padding: 0 20px 0 40px;
		margin-bottom: 35px;
		position: relative;
	}

	.schedule__list::before{
		height: 99%;
		top: 5px;
		left: 20px;
	}

	.schedule__list dt::before{
		left: -25px;
	}

	.schedule__list dd{
		margin-bottom: 10px;
	}

	.schedule__note{
		margin: 0 20px 30px 40px;
	}
}

/*modal staff voice
--------------------------------------------------*/
.modal__voice{
	margin: 50px auto;
	width: 900px;
	background: #e4f3fb;
	padding: 58px 49px 50px 49px;
	box-sizing: border-box;
	position: relative;
}

.modal__voice__header{
	position: relative;
	padding-left: 53px;
	margin-bottom: 34px;
}

.modal__voice__ph{
	line-height: 0;
	position: absolute;
	top: 0;
	right: 52px;
}

.modal__voice__read{
	padding-top: 29px;
  font-weight : 700;
  font-size : 30px;
  line-height : 1.333;
  color : #000;
	margin-bottom: 21px;
}

.modal__voice__name{
  font-weight : 700;
  font-size : 18px;
	line-height: 1;
  color : #000;
	margin-bottom: 12px;
}

.modal__voice__name strong{
	font-size: 32px;
	padding: 0 2px;
}

.modal__voice__name span{
	font-size: 22px;
	padding-right: 6px;
}

.modal__voice__prof{
  font-weight : 700;
  font-size : 18px;
  color : #000;
	line-height: 1.7;
}

.modal__voice__qa{
	background: #fff;
	border-radius: 20px;
	margin-bottom: 35px;
	padding: 49px 50px 50px 50px;
}

.modal__voice__q{
  font-weight : 700;
  font-size : 21px;
  line-height : 1.428;
	background: url(../img/modal_icon_q.svg) no-repeat top 3px left 2px;
  color : #008DD6;
	border-bottom: 2px solid #008dd6;
	margin-bottom: 13px;
	padding: 0 5px 13px 30px;
}

.modal__voice__a{
  font-size : 14px;
	line-height: 1.75;
	color: #000;
	margin-bottom: 46px;
	padding: 0 5px 0 30px;
}

@media screen and (max-width: 768px) {
	.modal__voice{
		margin: 30px auto;
		width: 90%;
		padding: 20px;
	}

	.modal__voice__header{
		padding-left: 0;
		margin-bottom: 20px;
	}

	.modal__voice__ph{
		line-height: 0;
		position: relative;
		top: auto;
		right: auto;
		width: 150px;
		margin: 0 auto;
	}

	.modal__voice__ph img{
		width: 100%;
	}

	.modal__voice__read{
		padding-top: 15px;
		font-size : 18px;
		margin-bottom: 10px;
	}

	.modal__voice__name{
		margin-bottom: 10px;
	}

	.modal__voice__name strong{
		font-size: 28px;
		padding: 0 2px;
	}

	.modal__voice__name span{
		font-size: 20px;
		padding-right: 6px;
	}

	.modal__voice__prof{
		font-size : 16px;
	}

	.modal__voice__qa{
		border-radius: 10px;
		margin-bottom: 30px;
		padding: 20px;
	}

	.modal__voice__q{
		font-weight : 700;
		font-size : 18px;
		line-height : 1.428;
		background: url(../img/modal_icon_q.svg) no-repeat top 5px left 2px/15px;
		color : #008DD6;
		border-bottom: 1px solid #008dd6;
		margin-bottom: 10px;
		padding: 0 0 10px 22px;
	}

	.modal__voice__a{
		font-size : 14px;
		line-height: 1.75;
		color: #000;
		margin-bottom: 30px;
		padding: 0;
	}
}

/*staff voice
--------------------------------------------------*/
.voice{
	padding: 92px 0 33px 0;
	background: #e4f3fb;
}

.voice__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.voice__heading{
	margin-bottom: 63px;
	align-items: baseline;
}

.voice__heading .content__heading--en{
	letter-spacing: .5px;
	color: #008dd6;
}

.voice__heading .content__heading--ja{
	padding: 0 13px;
}

.voice__read{
	position: absolute;
	top: 17px;
	left: 540px;
  font-weight : 700;
  font-size : 24px;
  line-height : 1.5625;
}

.voice__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.voice__item{
	width: 290px;
	height: 464px;
	position: relative;
	margin-right: 55px;
	margin-bottom: 68px;
}

.voice__item:nth-child(3n),
.voice__item:nth-child(5){
	margin-right: 0;
}

.voice__staff{
	width: 220px;
	margin: 0 auto;
}

.voice__pos{
	position: absolute;
	top: 197px;
	left: 0;
	width: 100%;
}

.voice__pos span{
	display: flex;
  font-weight : 700;
  font-size : 18px;
  color : #fff;
	line-height: 30px;
	background: #008dd6;
	padding: 0 6px;
	width: fit-content;
	margin: 0 auto;
	min-width: 160px;
	justify-content: center;
}

.voice__txt{
  font-weight : 700;
  font-size : 22px;
  line-height : 1.363;
  color : #000;
	margin: 22px 0 9px 0;
}

.voice__prof{
	position: absolute;
	left: 0;
	bottom: 67px;
  font-size : 16px;
	line-height: 1.7;
  color : #000;
}

.voice__btn{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.voice__btn a{
	display: flex;
	width: 100%;
	height: 50px;
	justify-content: center;
	align-items: center;
  background : #008DD6 url(../img/arrow.svg) no-repeat top 50% right 13px/4px;
  border-radius : 25px;
  font-weight : 700;
  font-size : 18px;
  color : #fff;
	line-height: 1;
}

@media screen and (min-width: 769px) {
	.voice__btn a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
.voice{
	padding: 50px 0 10px 0;
}

.voice__container{
	width: auto;
	padding: 0 20px;
}

.voice__heading{
	margin-bottom: 10px;
}

.voice__heading .content__heading--en{
	letter-spacing: .5px;
	color: #008dd6;
}

.voice__heading .content__heading--ja{
	padding: 0 13px;
}

.voice__read{
	position: relative;
	top: auto;
	left: auto;
  font-size : 18px;
	margin-bottom: 30px;
}

.voice__list{
	width: 260px;
	margin: 0 auto;
	display: block;
}

.voice__item{
	width: 100%;
	height: auto;
	margin: 0 0 40px 0 !important;
}

.voice__staff{
	width: 150px;
}

.voice__staff img{
	width: 100%;
}

.voice__pos{
	top: 135px;
}

.voice__pos span{
  font-size : 16px;
	line-height: 28px;
	padding: 0 4px;
	min-width: auto;
}

.voice__txt{
  font-weight : 700;
  font-size : 18px;
	margin: 22px 0 9px 0;
}

.voice__prof{
	position: relative;
	left: auto;
	bottom: auto;
  font-size : 16px;
	line-height: 1.7;
  color : #000;
	margin-bottom: 10px;
}

.voice__btn{
	position: relative;
	left: auto;
	bottom: auto;
}

.voice__btn a{
  font-size : 16px;
}
}

/*environment
--------------------------------------------------*/
.environment{
	padding: 95px 0 70px 0;
}

.environment__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.environment__heading{
	margin-bottom: 20px;
}

.environment__heading .content__heading--en{
	color: #008dd6;
	letter-spacing: .5px;
}

.environment__heading .content__heading--ja{
	padding: 0 20px;
}

.environment__read{
  font-size : 16px;
  line-height: 2;
	text-align: center;
	margin-bottom: 56px;
}

.environment__read strong{
	font-weight : 700;
	font-size : 24px;
}

.environment__block{
  background : #F3F3F3;
  border-radius : 20px;
	margin-bottom: 30px;
}

.environment__block-1{
	height: 317px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background: #F3F3F3 url(../img/environment_img_01.svg) no-repeat top 36px right 36px;
	padding: 0 0 20px 34px;
}

.environment__block-2{
	background: #F3F3F3 url(../img/environment_img_02.svg) no-repeat top 60px right 79px;
	padding: 50px 0 40px 34px;
}

.environment__block-3{
	padding: 48px 50px 39px 50px;
}

.environment__mhd{
  font-weight : 700;
  font-size : 26px;
  line-height : 1.442;
  color : #008DD6;
}

.environment__block-3 .environment__mhd{
	text-align: center;
}

.environment__txt-1{
  font-weight : 700;
  font-size : 22px;
  line-height : 1.363;
  color : #000;
	margin-top: 15px;
}

.environment__txt-2{
  font-size : 16px;
  line-height : 2.0625;
	margin: 8px 0 32px 0;
	width: 640px;
}

.environment__list{
	display: flex;
	flex-wrap: wrap;
  margin-top: 25px;
}

.environment__item{
	width: 280px;
	height: 354px;
	border-radius: 20px;
	margin: 0 20px 21px 0;
	padding: 147px 20px 0 20px;
	box-sizing: border-box;
	background: #fff url(../img/environment_icon_02.svg) no-repeat top 51px left 50%;
}

.environment__item:nth-child(3n){
	margin-right: 0;
}

.environment__item:nth-child(2){
	background-image: url(../img/environment_icon_03.svg);
	background-position-y: 48px;
}

.environment__item:nth-child(3){
	background-image: url(../img/environment_icon_04.svg);
	background-position-y: 43px;
}

.environment__item:nth-child(4){
	background-image: url(../img/environment_icon_05.svg);
	background-position-y: 38px;
}

.environment__item:nth-child(5){
	background-image: url(../img/environment_icon_06.svg);
	background-position-y: 41px;
}

.environment__ttl{
  font-weight : 700;
  font-size : 22px;
  line-height : 1.295;
  color : #008DD6;
	text-align: center;
	margin-bottom: 14px;
}

.environment__txt{
  font-size : 16px;
  line-height : 1.75;
}

@media screen and (max-width: 768px) {
	.environment{
		padding: 50px 0;
	}

	.environment__container{
		width: auto;
		padding: 0 20px;
	}

	.environment__heading{
		margin-bottom: 30px;
	}

	.environment__read{
		font-size : 16px;
		line-height: 1.75;
		text-align: left;
		margin-bottom: 30px;
	}

	.environment__read strong{
		font-size : 18px;
		line-height: 1.4;
	}

	.environment__block{
		background : #F3F3F3;
		border-radius : 20px;
		margin-bottom: 30px;
	}

	.environment__block-1{
		height: auto;
		display: block;
		justify-content: center;
		background: #F3F3F3;
		padding: 20px;
		position: relative;
	}

	.environment__block-1::after{
		content: '';
		display: block;
		background:  url(../img/environment_img_01.svg) no-repeat 0 0/100%;
		width: 100%;
		height: 0;
		padding-top: 56.818%;
	}

	.environment__block-2{
		background: #F3F3F3 url(../img/environment_img_02.svg) no-repeat bottom 20px left 50%/90px;
		padding: 20px 20px 100px 20px;
	}

	.environment__block-3{
		padding: 20px;
	}

	.environment__mhd{
		font-weight : 700;
		font-size : 20px;
		line-height : 1.442;
	}

	.environment__block-3 .environment__mhd{
		text-align: center;
	}

	.environment__txt-1{
		font-size : 16px;
		line-height : 1.363;
		margin: 10px 0 20px 0;
	}

	.environment__txt-2{
		font-size : 16px;
		line-height : 1.75;
		margin: 8px 0 0 0;
		width: auto;
	}

	.environment__list{
		display: block;
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.environment__item{
		width: 100%;
		height: auto;
		border-radius: 10px;
		margin: 0 0 20px 0;
		padding: 80px 20px 20px 20px;
		background-size: auto 50px;
		background-position-y: 20px !important;
	}

	.environment__ttl{
		font-size : 18px;
		margin-bottom: 10px;
	}

	.environment__txt{
		font-size : 16px;
		line-height : 1.75;
	}
}

/*slider
--------------------------------------------------*/
.slick-slider div { transition: none; }

.slides{
	height: 280px;
	overflow: hidden;
}

.slide__ph{
	width: 360px;
	height: 280px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 340px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.slide__ph-1,
.slide__ph-3,
.slide__ph-5,
.slide__ph-7,
.slide__ph-9{
	background-position: top 50px left 0;
}

.slide__ph-1{
	background-image: url(../img/slide_ph_01.webp);
}

.slide__ph-2{
	background-image: url(../img/slide_ph_02.webp);
}

.slide__ph-3{
	background-image: url(../img/slide_ph_03.webp);
}

.slide__ph-4{
	background-image: url(../img/slide_ph_04.webp);
}

.slide__ph-5{
	background-image: url(../img/slide_ph_05.webp);
}

.slide__ph-6{
	background-image: url(../img/slide_ph_06.webp);
}

.slide__ph-7{
	background-image: url(../img/slide_ph_07.webp);
}

.slide__ph-8{
	background-image: url(../img/slide_ph_08.webp);
}

.slide__ph-9{
	background-image: url(../img/slide_ph_09.webp);
}

.slide__ph-10{
	background-image: url(../img/slide_ph_10.webp);
}

@media screen and (max-width: 768px) {
	.slides{
		height: 125px;
	}

	.slide__ph{
		width: 160px;
		height: 125px;
		background-size: 151px;
	}

	.slide__ph-1,
	.slide__ph-3,
	.slide__ph-5,
	.slide__ph-7,
	.slide__ph-9{
		background-position: top 22px left 0;
	}
}

/*Footer entry area
--------------------------------------------------*/
.foot__entry{
	padding: 110px 0 0 0;
	position: relative;
}

.foot__entry__txt{
  font-weight : 700;
  font-size : 52px;
  line-height : 1;
  letter-spacing : 5.2px;
  color : #000;
	text-align: center;
	margin-bottom: 39px;
}

.foot__entry__logo{
	line-height: 0;
	text-align: center;
	margin-bottom: 65px;
	padding-right: 15px;
}

.foot__entry__btn{
	width: 380px;
	position: absolute;
	top: 345px;
	left: 50%;
	margin-left: -190px;
}

.foot__entry__btn a{
	display: flex;
	width: 100%;
	height: 70px;
	justify-content: center;
	align-items: center;
	background: #ed1c24 url(../img/arrow.svg) no-repeat top 50% right 22px;
	border-radius: 70px;
  font-weight : 700;
  font-size : 20px;
	line-height: 1;
  color : #fff;
}

.foot__entry__ph{
	line-height: 0;
}

.foot__entry__ph img{
	width: 100%;
}

@media screen and (min-width: 769px) {
	.foot__entry__btn a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.foot__entry{
		padding: 50px 0 50px 0;
	}

	.foot__entry__txt{
		font-size : 30px;
		line-height : 1.4;
		letter-spacing : 4px;
		margin-bottom: 20px;
	}

	.foot__entry__logo{
		text-align: center;
		margin-bottom: 60px;
		padding-right: 15px;
	}

	.foot__entry__logo img{
		width: 200px;
	}

	.foot__entry__btn{
		width: 250px;
		top: 270px;
		left: 50%;
		margin-left: -125px;
	}

	.foot__entry__btn a{
		height: 50px;
		background: #ed1c24 url(../img/arrow.svg) no-repeat top 50% right 14px/4px;
		font-size : 16px;
	}

		.foot__entry__ph img{
		width: 100%;
		height: 120px;
		object-fit: cover;
		object-position: 30% 0;
	}
}

/*sp entry button
--------------------------------------------------*/
.floating__btm__btn{
	display: none;
}

@media screen and (max-width: 768px) {
	.floating__btm__block{
		position: sticky;
		bottom: 0;
		left: 0;
		z-index: 300;
		width: 100%;
	}

	.floating__btm__btn{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 300;
		display: flex;
	}
	
	.floating__btm__btn__item{
		width: 100%;
	}

	.floating__btm__btn__item a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		background: #008dd6;
		font-size: 16px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 2px;
		color: #fff;
	}

	.floating__btm__btn__item span{
		padding-right: 15px;
		background: url(../img/floating_btn_arrow.svg) no-repeat top 50% right 0;
	}

	.floating__btm__btn__item:nth-child(2) a{
		background-color: #707070;
	}
}

/*フッター
--------------------------------------------------*/
.footer p,
.footer a{
	color: #fff;
}

.footer{
	background: #ed1c24;
}

.footer__container{
	padding: 57px 0 60px 0;
	display: flex;
	flex-direction: column;
}

.footerLink__list{
	display: flex;
	justify-content: center;
	margin-bottom: 28px;
}

.footerLink__item{
  font-weight : 700;
  font-size : 16px;
	line-height: 1;
	height: 24px;
	border-left: 1px solid #fff;
	padding-left: 34px;
	margin-left: 34px;
	margin-bottom: 10px;
}

.footerLink__item:first-child{
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

.copyright{
  font-weight : 700;
  font-size : 16px;
	line-height: 1;
	text-align: center;
}

.footerLink__item a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.footer__container{
		padding: 30px 0;
	}

	.footerLink__list{
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
		flex-wrap: wrap;
	}

	.footerLink__item{
		font-size : 12px;
		height: 12px;
		padding-left: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		white-space: nowrap;
	}

	.copyright{
		font-size : 10px;
	}
}