@charset "UTF-8";
/* CSS Document */
h2::before,h2::after{
	display: none;
}
.main{
	position: relative;
	background: none;
	padding: 0;
	padding-right: 8rem;
	padding-top: 133px;
	margin-bottom: 114px;
}


.slider {
    top: 0;
    left: 0;
    width: 100%;
    /*max-height: calc(100vh - 203px);*/
    height: calc(100vw / 16 * 7);
    position: relative;
}
.s_cnt {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease, visibility 0s linear .8s;
	height: 100%;
	overflow: hidden;
}
.s_cnt img {
    width: 100%;
    object-fit: cover;
	z-index: 0;
	position: relative;
	height: auto;
    aspect-ratio: 16 / 7;
}
.s_cnt.active {
    opacity: 1;
    visibility: visible;
    transition: opacity .8s ease;
	position: relative;
}

.s_cnt.slide1 .video_wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
	aspect-ratio: 16 / 7;
}

.s_cnt.slide1 iframe.vimeo_iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: 100vw;
    height: 200vh;
	object-fit: cover;
}
/*.s_cnt.slide1 .video_wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.s_cnt.slide1 iframe.vimeo_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.s_cnt .copy{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(4.16vw,-50%);
	max-width: 495px;
}
.s_cnt .copy img{
	width: 100%;
	aspect-ratio: auto;
}
/*.main{
	background: none;
  	position: relative;
  	padding: 0;
  	padding-right: 5rem;
	padding-top: 133px;
	margin-bottom: 114px;
}
.slider {
    top: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 203px);
    height: calc(100vw / 16 * 8);
    position: relative;
}
.s_cnt {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease, visibility 0s linear .8s;
	height: 100%;
	overflow: hidden;
}
.s_cnt.active {
    opacity: 1;
    visibility: visible;
    transition: opacity .8s ease;
	position: relative;
}
.s_cnt img {
    width: calc(100% - 4.16vw);
    width: 100%;
    object-fit: cover;
	z-index: 0;
	position: relative;
	height: auto;
    aspect-ratio: 16 / 9;
}
.s_cnt .copy{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(4.16vw,-50%);
	max-width: 600px;
}
.s_cnt .copy img{
	width: 100%;
}
.s_cnt iframe.vimeo_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    display: block;
	width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}*/


.scroll_icon {
  position: absolute;
  bottom: 7px;
  right: 27px;
  width: 16px;
  height: 90px;
  z-index: 9;
}

.scroll_icon img {
  width: 67%;
  position: relative;
  top: 0;
  left: 20px;
}
.scroll_icon span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 96px;
  background-color: #1E286E;
  border-radius: 3px;
  top: 0;
  left: 7px;
}
.scroll_icon span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #1E286E;
  border-radius: 3px;
  animation: keyScroll 3s linear infinite;
  opacity: 0;
  top: 0;
  left: 9px;
}
@keyframes keyScroll {
  0% { opacity: 0; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(30px); }
  100% { opacity: 0; transform: translateY(60px); }
}
.slider-controls {
    position: absolute;
    inset: auto 0 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    z-index: 5;
    margin: 0 auto;
	bottom: 5px
}
.dots {
    display: flex;
    gap: 1.6rem;
}
.dots button {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.dots button .dot {
    width: 8px;
    height: 8px;
    display: block;
}
.dots button.active circle {
  opacity: 1;
  fill: #1E286E;
}

/*contents*/
.contents .cnt{
	padding: 0px 4.16vw;
}
/*news*/
.contents .news{
	position: relative;
	padding-bottom: 123px;
}
.news .news_ttl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.news .news_btn{
	display: flex;
	gap:8px;
}
.news .news_btn a.more{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	text-align: center;
	font-family: Outfit;
	font-weight: 500;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.7px;
	color: #FFF;
	background: #557EC0;
	border: solid 1px #fff;
	padding: 8px 0px;
	width: 149px;
	position: relative;
	transition: 0.3s;
}
.news .news_btn a.more::before{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-5px, -5px);
	transition: 0.3s;
	background: url("../img/common/normal_arrow2.svg");
	background-size: 100%;
	width: 10px;
	height: 10px;
}
.news .news_btn a.more:hover{
	background: #fff;
	color: #557EC0;
	border: solid 1px #557EC0;
}
.news .news_btn a.more:hover::before{
	background: url("../img/common/normal_arrow.svg");
	background-size: 100%;
}
.news .ttl{
}
.news h2{
	font-size: 6rem;
	line-height: 6.4rem;
	letter-spacing: 3px;
	color: #1E286E;
	font-family: Outfit;
	font-weight: 400;
}

/*amhs*/
.amhs_contents{
	background-image: url("../img/index/amhs_bg.png");
	background-size: cover;
	margin-bottom: 118px;
}
.amhs_contents .amhs{
	padding: 80px 4.16vw; 
}
.amhs .amhs_ttl{
	margin-bottom: 40px;
	color: #fff;
}
.amhs .amhs_ttl h2{
	color: #FFF;
	font-family: Outfit;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 6.4rem; /* 106.667% */
	letter-spacing: 3px;
}
.amhs .amhs_ttl p{
	font-size: 1.5rem;
	line-height: 2.4rem;
	letter-spacing: 0.75px;
}
.amhs .amhs_img{
	position: relative;
	margin-bottom: 24px;
}
.amhs .amhs_img .img{
	min-width: 100%;
	margin: 0 auto;
}
.amhs .amhs_img .amhs_img_btn{
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.amhs .amhs_img .amhs_img_btn p{
	position: absolute;
  	transform: translate(-50%, -50%);
  	font-size: 1.1rem;
  	line-height: 1.4rem;
  	letter-spacing: 0.55px;
  	font-weight: 700;
	color: #fff;
  	background: #1E286E;
  	border: solid 2px #fff;
  	font-family: Outfit;
  	text-align: center;
  	border-radius: 50%;
  	padding: 8px 12.7px;
  	cursor: pointer;
}
.amhs .amhs_img .amhs_img_btn p:hover{
	opacity: 0.8;
}
.amhs .amhs_img .amhs_img_btn p:nth-child(1){
	top: 37%;
	left: 75.8%;
}
.amhs .amhs_img .amhs_img_btn p:nth-child(2){
	top: 25%;
	left: 48%;
}
.amhs .amhs_img .amhs_img_btn p:nth-child(3){
	top: 39%;
	left: 79.7%;
}
.amhs .amhs_img .amhs_img_btn p:nth-child(4){
	top: 36%;
    left: 84%;
}
.amhs .amhs_img .amhs_img_btn p:nth-child(5){
	top: 38%;
	left: 42.8%;
}
.amhs .amhs_img .amhs_img_btn p:nth-child(6){
	top: 38%;
	left: 32.5%;
}
.amhs .amhs_img .amhs_img_btn p:nth-child(7){
	top: 42%;
	left: 16%;
}
.amhs .amhs_img .amhs_img_btn p:nth-child(8){
	top: 20%;
	left: 61%;
}
.amhs .amhs_img .amhs_mov_btn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 149px;
}
.amhs .amhs_img .amhs_mov_btn p{
	cursor: pointer;
	padding: 8px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.4rem; /* 171.429% */
	letter-spacing: 0.7px;
	font-family: Outfit;
	background: #1E286E;
	border: solid 1px #1E286E;
	position: relative;
	transition: 0.3s;
}
.amhs .amhs_img .amhs_mov_btn p::before{
	content: "";
	width: 10px;
	height: 10px;
	background: url("../img/common/normal_arrow2.svg");
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-5px,-5px);
	transition: 0.3s;
}
.amhs .amhs_img .amhs_mov_btn p:hover{
	background: #fff;
	color: #1E286E;
	border: solid 1px #1E286E;
}
.amhs .amhs_img .amhs_mov_btn p:hover::before{
	background: url("../img/common/news_arrow.svg");
	background-size: 100%;
}
.amhs .amhs_btn{
	/*display: flex;
	flex-wrap: wrap;
	gap:7px;
	margin-bottom: 48px;*/
}
.amhs .amhs_btn .btn_list{
	display: flex;
	flex-wrap: wrap;
	gap:7px;
	margin-bottom: 48px;
}
.amhs .amhs_btn dl{
	width: calc(100%/3 - 15px);
	display: flex;
	align-items: center;
	gap:10px;
	background: #fff;
	padding: 5px;
	border-radius: 50px;
	cursor: pointer;
	margin: 0;
	transition: 0.3s;
}
.amhs .amhs_btn dl:hover{
	background: #E9EEF5;
}
.amhs .amhs_btn dl dt{
	font-size: 1.3rem;
	line-height: 1.4rem;
	left: 0.65px;
	color: #fff;
	text-align: center;
	font-family: Outfit;
	color: #fff;
	background: #1E286E;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.amhs .amhs_btn dl dd{
	margin: 0;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.7px;
	color: #1E286E;
}
.amhs .amhs_btn dl dd span{
	font-size: 1.2rem;
}
.amhs .amhs_btn2 .btn_cnt{
	display: flex;
	flex-wrap: wrap;
	gap:12px;
}
.amhs .amhs_btn2 .btn_cnt a{
	display: block;
	width: calc(100%/2 - 86px);
	background: #fff;
	padding: 8px 40px;
	color: #1E286E;
	font-size: 1.8rem;
	line-height: 4.4rem; /* 244.444% */
	font-weight: 700;
	letter-spacing: 0.9px;
	position: relative;
}
.amhs .amhs_btn2 .btn_cnt a::before{
	content: "";
	width: 10px;
	height: 10px;
	background: url("../img/common/news_arrow.svg");
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-5px,-5px);
	transition: 0.3s;
}
.amhs .amhs_btn2 .btn_cnt1{
	margin-bottom: 12px;
}
.amhs .amhs_btn2 .btn_cnt a:hover{
	background: #E9EEF5;
}
.amhs .amhs_btn2 .btn_cnt2 a{
	background: #1E286E;
	color: #fff;
}
.amhs .amhs_btn2 .btn_cnt2 a::before{
	content: "";
	width: 10px;
	height: 10px;
	background: url("../img/common/normal_arrow2.svg");
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-5px,-5px);
	transition: 0.3s;
}
.amhs .amhs_btn2 .btn_cnt2 a:hover{
	background: #374395;
}
.pop_up .pop.mov {
    max-width: 700px;
    width: 90vw; /* 画面幅の90% */
    box-sizing: border-box;
}
.pop_up .pop iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: block;
}

/*fa*/
.fa_contents{
	background: url("../img/index/fa_bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	padding-bottom: 120px;
}
.fa_contents .cnt{
	display: flex;
	justify-content: flex-end;
}
.fa_contents .cnt .fa_block{
	width: 60%;
	background: #fff;
	padding: 0px 0px 80px 80px;
}
.fa_contents .cnt .fa_block .fa_ttl{
	margin-bottom: 39px;
}
.fa_contents .cnt .fa_block .fa_ttl h2{
	font-size: 6rem;
	line-height: 6.4rem;
	letter-spacing: 3px;
	color: #1E286E;
	font-family: Outfit;
	font-weight: 400;
}
.fa_contents .cnt .fa_block .fa_ttl p{
	line-height: 2.4rem;
	letter-spacing: 0.3px;
}
.fa_contents .cnt .fa_block .fa_link a{
	display: block;
	color: #1E286E;
	font-size: 1.8rem;
	line-height: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.9px;
	padding: 18px 50px;
	box-shadow: 0 0 14px 0 rgba(11, 18, 66, 0.30);
	position: relative;
	margin-bottom: 10px;
	transition: 0.3s;
}
.fa_contents .cnt .fa_block .fa_link a:hover{
	background: #E9EEF5;
}
.fa_contents .cnt .fa_block .fa_link a::before{
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/common/news_arrow.svg");
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-5px,-5px);
	transition: 0.3s;
}

/*quality*/
.quality_contents{
	background: url("../img/index/quality_bg.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	padding-bottom: 120px;
	margin-top: 120px;
}
.quality_contents .cnt{
	display: flex;
	justify-content: flex-start;
}
.quality_contents .cnt .quality_block{
	width: 60%;
	background: #fff;
	padding: 0px 80px 80px 0px;
}
.quality_contents .cnt .quality_block .quality_ttl{
	margin-bottom: 39px;
}
.quality_contents .cnt .quality_block .quality_ttl h2{
	font-size: 6rem;
	line-height: 6.4rem;
	letter-spacing: 3px;
	color: #1E286E;
	font-family: Outfit;
	font-weight: 400;
}
.quality_contents .cnt .quality_block .quality_ttl p{
	line-height: 2.4rem;
	letter-spacing: 0.3px;
}
.quality_contents .cnt .quality_block .quality_link a{
	display: block;
	color: #1E286E;
	font-size: 1.8rem;
	line-height: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.9px;
	padding: 18px 50px;
	box-shadow: 0 0 14px 0 rgba(11, 18, 66, 0.30);
	position: relative;
	margin-bottom: 10px;
	transition: 0.3s;
}
.quality_contents .cnt .quality_block .quality_link a:hover{
	background: #E9EEF5;
}
.quality_contents .cnt .quality_block .quality_link a::before{
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/common/news_arrow.svg");
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-5px,-5px);
	transition: 0.3s;
}

/*career*/
.career{
	background: url("../img/index/career_bg.png");
	background-size: cover;
	padding: 107px 0px;
}
/*inquiry*/
.inquiry{
	background: url("../img/index/inquiry_bg.png");
	background-size: cover;
	padding: 107px 0px;
}
.contents .bnr{
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.contents .bnr .bnr_ttl{
	width: 50%;
}
.contents .bnr .bnr_ttl h2{
	color: #FFF;
	font-family: Outfit;
	font-size: 6rem;
	line-height: 4.4rem;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom:20px;
}
.contents .bnr .bnr_btn{
	width: 50%;
}
.contents .bnr .bnr_btn a{
	display: block;
	padding: 38px 50px;
	color: #1E286E;
	font-size: 2rem;
	font-weight: 700;
	line-height: 4.4rem;
	letter-spacing: 1px;
	background: #fff;
	text-align: left;
	position: relative;
	transition: 0.3s;
}
.contents .bnr .bnr_btn a:hover{
	background: #E9EEF5;
}
.contents .bnr .bnr_btn a::before{
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/common/news_arrow.svg");
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-5px,-5px);
	transition: 0.3s;
}

/*popup*/
.pop_up {
  	position: fixed;
  	top: 0; left: 0;
  	width: 100%; height: 100%;
  	display: none;
  	justify-content: center;
  	align-items: center;
  	background: rgba(0,0,0,0.9);
  	z-index: 9999;
}

.pop_up.active {
  	display: flex;
}

.pop_up .pop {
  	display: none;
  	border-radius: 10px;
  	padding: 20px;
  	max-width: 418px;
  	overflow: hidden;
  	text-align: center;
}

.pop_up .pop.show {
  	display: block;
}
.pop_up .pop figcaption{
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 20px;
}
.pop_up .pop figcaption span{
	font-size: 1.4rem;
	letter-spacing: 0.7px;
}
.pop_up .close {
  	position: absolute;
  	top: 50%;
	left: 50%;
	transform: translate(-50%,400%);
  	cursor: pointer;
  	z-index: 10000;
}
@media only screen and (max-width: 1010px) {
	.amhs .amhs_img .img{
		min-width: 100%;
	}
}
@media only screen and (max-width: 953px) {
	.fa_contents .cnt,.quality_contents .cnt{
		padding: 0px;
	}
	.fa_contents .cnt .fa_block{
		padding: 0px 80px 80px 80px;
	}
	.quality_contents .cnt .quality_block {
		padding: 0px 80px 80px 80px;
	}
}
/*ipad air*/
@media only screen and (max-width: 822px) {
	.s_cnt .copy{
		max-width: 400px;
	}
	.amhs .amhs_img .img {
		min-width: 100%;
		margin: 0 auto;
	}
	.main{
		padding-right: 50px;
		padding-top: 80px;
		height: auto;  /* ←これ重要 */
	}
	/*.slider{
		max-height: 100%;
		width: 100%;
        height: min( calc(100vw * 16 / 7), calc(100vh - 312px) );
	}*/
	
	.slider {
		width: 97%;
		height: auto;
		aspect-ratio: 506 / 825;
	}


	.s_cnt img{
		aspect-ratio: auto;
	}
	.s_cnt img.pc{
		display: none;
	}
	.s_cnt img.sp{
		display: block;
	}
	.s_cnt.slide1{
		overflow: visible;
	}
	/* video_wrap を s_cnt 全体に広げる */
    .s_cnt.slide1 .video_wrap {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        aspect-ratio: auto; /* ←これ重要 */
    }
	 /* iframe の強制 100vw/100vh をリセット */
    .s_cnt.slide1 iframe.vimeo_iframe {
        width: 252vw;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
	.s_cnt .copy{
		top: 50%;
		left: auto;
		right: 0;
		transform: translate(30px, -30%);
	}
	.scroll_icon{
		width: 14px;
        height: 16px;
        bottom: 20px;
        right: 28px;
	}
	.slider-controls{
		bottom: -25px;
	}
	
	.amhs_contents{
		margin-bottom: 67px;
		background: url("../img/index/amhs_bg_sp.png");
		background-size: cover;
	}
	.amhs .amhs_ttl h2{
		font-size: 4.4rem;
		line-height: 5rem;
	}
	.amhs .amhs_ttl p{
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
	.amhs_contents .amhs{
		padding: 60px 16px;
	}
    .amhs .amhs_img .img {
        min-width: 100%;
        margin: 0 auto;
    }
	.amhs .amhs_img .amhs_img_btn p{
		padding: 0;
		width: 19px;
		height: 19px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.amhs .amhs_btn2{
		margin-top: 20px;
	}
	.amhs .amhs_btn2 .btn_cnt a{
		width: calc(100% / 2 - 38px);
		font-size: 1.3rem;
		line-height: 1.8rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 16px;
	}
	.amhs .amhs_btn{
		display: block;
	}
	.amhs .amhs_btn .btn_list{
		width: 88%;
		margin: 0 auto;
		border-radius: 0px 0px 16px 16px;
		background: #fff;
		display: none;
	}
	.amhs .amhs_btn dl{
		width: auto;
		border-radius: 0px;
		border-bottom: solid 1px #DEDEDE;
		padding: 10px 10px;
		background: none;
	}
	.amhs .amhs_btn dl:last-child{
		border-bottom: none;
	}
	.pull_btn.sp{
		display: block;
	}
	.pull_btn p{
		width: auto;
		background: #fff;
		padding: 10px 20px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 2rem;
		letter-spacing: 0.6px;
		color: #1E286E;
		cursor: pointer;
		position: relative;
		border-radius: 50px;
		box-shadow: 0 0 14px 0 rgba(11, 18, 66, 0.30);
		transition: 0.3s;
	}
	.pull_btn p::after{
		content: "";
		width: 14px;
		height: 7px;
		background: url("../img/index/pull_arrow.svg");
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(-10px,-50%)rotate(180deg);
	}
	.pull_btn p.on::after{
		content: "";
		width: 14px;
		height: 7px;
		background: url("../img/index/pull_arrow.svg");
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(-10px,-50%);
	}
	.fa_contents{
		background: url(../img/index/fa_bg_sp.png);
    	background-repeat: no-repeat;
    	background-position: left bottom;
		background-size: 100%;
	}
	.fa_contents .cnt{
		padding: 0px;
	}
	.fa_contents .cnt .fa_block{
		width: 50%;
		padding: 32px 32px 32px;
	}
	.quality_contents{
		background: url(../img/index/quality_bg_sp.png);
    	background-repeat: no-repeat;
    	background-position: right bottom;
		background-size: 100%;
	}
	.quality_contents .cnt{
		padding: 0px;
	}
	.quality_contents .cnt .quality_block{
		width: 50%;
		padding: 32px 32px 32px;
	}
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media only screen and (max-width: 800px) {
	
}
@media only screen and (max-width: 768px) {
    .amhs .amhs_img .img {
        min-width: 100%;
		width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.contents .cnt{
		padding: 0px 16px;
	}
	.contents .news{
		padding-bottom: 80px;
	}
	.news h2{
		font-size: 4.4rem;
		line-height: 5rem;
	}
	.news .news_list{
		margin-bottom: 0px;
	}
	.amhs_contents .amhs {
        padding: 60px 16px;
    }
	.fa_contents{
		padding-bottom: 205px;
	}
	.fa_contents .cnt {
        padding: 0px;
    }
	.fa_contents .cnt .fa_block {
		width: 70%;
	}
	.fa_contents .cnt .fa_block .fa_ttl{
		margin-bottom: 32px;
	}
	.fa_contents .cnt .fa_block .fa_ttl h2{
		font-size: 4.4rem;
		line-height: 5rem;
		margin-bottom: 24px;
	}
	.fa_contents .cnt .fa_block .fa_ttl p{
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
	.fa_contents .cnt .fa_block .fa_link a{
		font-size: 1.5rem;
		padding: 18px 28px;
	}
	.quality_contents{
		margin-top: 48px;
		padding-bottom: 205px;
	}
	.quality_contents .cnt {
        padding: 0px;
    }
	.quality_contents .cnt .quality_block{
		width: 70%;
	}
	.quality_contents .cnt .quality_block .quality_ttl h2{
		font-size: 4.4rem;
		line-height: 5rem;
		margin-bottom: 24px;
	}
	.quality_contents .cnt .quality_block .quality_link a{
		font-size: 1.5rem;
		padding: 18px 28px;
	}
	.career,.inquiry{
		padding: 80px 0px;
	}
	.career{
		background: url(../img/index/career_bg_sp.png);
    	background-size: cover;
	}
	.inquiry{
		background: url(../img/index/inquiry_bg_sp.png);
    	background-size: cover;
	}
	.contents .bnr {
		display: block;
	}
	.contents .bnr .bnr_ttl{
		width: 100%;
		margin-bottom: 32px;
	}
	.contents .bnr .bnr_ttl h2{
		font-size: 4.4rem;
		line-height: 5rem;
		letter-spacing: 2.2px;
	}
	.contents .bnr .bnr_ttl p{
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
	.contents .bnr .bnr_btn{
		width: 80%;
	}
	.contents .bnr .bnr_btn a{
		padding: 19px 28px;
	}
	.pop_up .close{
		transform: translate(-50%, 280%);
	}
}
/* 375px以下（超小型スマホ：iPhone SE等） */
@media (max-width: 375px) {
    .slider {
/*        height: min( calc(100vw * 16 / 7), calc(100vh - 140px) );*/
        max-height: none !important;             /* ←高さ制限を解除 */
    }
}