@charset "UTF-8";

/* ====================================
	共通
==================================== */

/*コンテンツ*/
section:not(.kvArea){ padding:70px 0; }

section .st-btn{ text-align:center; }
@media print, screen and (max-width:1240px){
	section:not(.kvArea){ padding:70px 20px 70px; }
}
@media print, screen and (max-width:768px){
	section:not(.kvArea){ padding:40px 20px 40px; }
}


/* ====================================
	メインビジュアル
==================================== */
.kvArea{
	height:100vh;
	overflow:hidden;
	position:relative;
}
/*エントリーボタン*/
.ent-big-button {
	position: absolute;
	right: 30px;
	bottom: 40px;
	transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
}

.ent-big-button:hover {
	transform: scale(1.08);
}

.ent-big-button a {
	width: 206px;
	height: 206px;
	padding-bottom: 20px;
	display: flex;
	border-radius: 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(130deg, rgba(0, 116, 191, 1) 0%, rgba(14, 184, 174, 1) 100%);
	background-position: right bottom;
	font-weight: 700;
	position: relative;
	transition:
		background-position .4s ease,
		box-shadow .3s ease;
}
.ent-big-button:hover a{
	background-size: 200% 200%;
	box-shadow:
		0 0 0 6px rgba(14, 184, 174, .35),
		0 0 0 14px rgba(14, 184, 174, .15),
		0 12px 40px rgba(14, 184, 174, .5);
}

/* 矢印がふわっと上へ */
.ent-big-button:after {
	width: 13px;
	height: 13px;
	background: #fff;
	-webkit-mask-image: url(../img/standard-arrow.svg);
	mask-image: url(../img/standard-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 13px 13px;
	mask-size: 13px 13px;
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	transition: bottom .3s ease;
}

.ent-big-button:hover:after {
	bottom: 40px;
}

.ent-big-button .en {
	display: block;
	font-size: 4.2rem;
	line-height: 5.2rem;
	letter-spacing: .1em;
}

.ent-big-button strong {
	letter-spacing: .16em;
	text-align: center;
}
@media print, screen and (max-width:1240px){
	.ent-big-button { bottom:10%; }
}
@media print, screen and (max-width:700px){
	.ent-big-button a { width:140px; height:140px; }
	.ent-big-button .en {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	.ent-big-button strong{ font-size:1.4rem; line-height: 2rem; letter-spacing: .06em; }

	.ent-big-button:after {
		bottom:20px;
	}
	.ent-big-button:hover:after {
		bottom:25px;
	}
}

.kvArea img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: right;
}
@media print, screen and (min-width:900px){
	.kvArea .sp-image{ display:none; }
	.kvArea .pc-image{ display:block; }
}
@media print, screen and (max-width:899px){
	.kvArea .pc-image{ display:none; }
	.kvArea .sp-image{ display:block; }
	.kvArea img{ object-position: center; }
}
.kvText{
	position:absolute;
	top:calc(50% + 10px);
	transform: translateY(calc(-50% - 10px));
	left:50px;
	text-shadow: 0 0 10px rgba(0, 116, 191, 1);
}
.kvText h1{
	font-size:6rem;
	line-height:9rem;
	font-weight:700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.kvText .en-text{ 
	font-size:2.5rem;
	font-weight:700;
	line-height:3.9rem;
	letter-spacing:0.12em;
}

.kvText h1,
.kvText .en-text{
	position: relative;
	display: block;
	color:#fff;
	z-index: 1;
}
@media print, screen and (max-width: 1200px){
	.kvText{
		position:absolute;
		top:auto;
		bottom:10%;
		left: 20px;
		transform: none;
	}
	.kvArea:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height:42vw;
		background: url('../../img/main-tx-cover.webp') #0074bf;
		background-size: cover;
		background-position: center;
		/* 三角形クリッピング */
		clip-path: polygon(0 100%,42vw 100%, 0 0);
		opacity:.8;
	}
}
@media print, screen and (max-width: 700px){
	.kvText h1 {
		font-size: 4.2rem;
		line-height:6.4rem;
	}
	.kvText .en-text{
		font-size: 1.8rem;
		line-height: 2.8rem;
		margin-top: 5px;
	}
}

@media print, screen and (max-width:500px){
	.kvText{
		top: 17%;
		bottom:auto;
	}
	.kvText h1 {
		font-size: 3.2rem;
		line-height: 4.4rem;
	}
	.kvText .en-text{ font-size: 1.4rem;line-height: 2.8rem; }
}

/* ====================================
	私たちについて
==================================== */
#aboutusArea{ padding-top:120px; position:relative; overflow-x:hidden; }
#aboutusArea .text-area{width: 655px;margin:0 auto;}
#aboutusArea .text-area .text{padding: 0 50px;}
#aboutusArea .main-heading span{
	display:block;
}
#aboutusArea .text p{
	font-size:1.8rem;
	line-height:5.6rem;
	letter-spacing: 0.04em;
}
#aboutusArea .text p + p { margin-top:1em; }
#aboutusArea .pc-image.left,
#aboutusArea .pc-image.right{
	position:absolute;
}
#aboutusArea .pc-image.left{
	width:420px;
	height:635px;
	left:-50px;
	top: 110px;
}
#aboutusArea .pc-image.right{
	width:380px;
	height:574px;
	right:-50px;
	top: 120px;
}

@media print, screen and (max-width:1320px){
	#aboutusArea .pc-image.left{
		width: 30vw;
		height: 100%;
		left: -40px;
	}
	#aboutusArea .pc-image.right{
		width: 30vw;
		height: 100%;
		right: -40px;
	}
	#aboutusArea .text-area { width: 42vw; }
	#aboutusArea .text-area .text{ padding:0; }
}
@media print, screen and (max-width:768px){
	#aboutusArea .text-area{ width:100%; }
	#aboutusArea .sp-image{ margin-top:60px; }
	#aboutusArea .pc-image{ display:none; }
	#aboutusArea .text p{
		font-size:1.6rem;
		line-height:2.6rem;
	}
}
@media print, screen and (min-width:767px){
	#aboutusArea .sp-image{ display:none; }
}



/* ====================================
	事業紹介
==================================== */
#bussinessArea{
	width:1200px;
	margin:0 auto;
}
@media print, screen and (max-width:1240px){
	#bussinessArea{
		width: 100%;
	}
}
@media print, screen and (max-width:768px){
	#bussinessArea{
		width:100%;
	}
}
#bussinessArea .main-heading{t;display: flex;flex-direction: column;align-items: center;}
#bussinessArea .main-heading span{ display:block; }

#bussinessArea .main-heading + p{
	font-size:1.6rem;
	line-height:4rem;
	margin-bottom:40px;
}
#bussinessArea > ul{ display:flex; gap:40px; }

#bussinessArea > ul > li{
	width:calc((100% - 40px) / 2);
	padding: 20px 40px 50px;
	display: flex;
	gap: 40px;
	flex-direction: column;
	background:#fff;
	border-radius:10px;
	box-shadow: 0 0 10px rgba(0, 116, 191, .1);
}
#bussinessArea > ul > li > div{
	display:flex;
	gap:60px;
	align-items: center;
}
#bussinessArea > ul > li .icon{ display:inline-block; width:100px; }

#bussinessArea > ul > li > div > dl{ width:calc(100% - 160px); }
#bussinessArea > ul > li > div > dl dt{
	margin-bottom:15px;
	color:#333333;
	font-size:2.4rem;
	line-height:4.2rem;
	font-weight:400;
}
#bussinessArea > ul > li > div > dl dd{
	color:#333333;
	font-size:1.6rem;
	line-height:2.8rem;
}

#bussinessArea .description{display:flex;flex-wrap: wrap;gap: 20px 30px;}
#bussinessArea .description li{
	width:calc((100% - 30px) / 2);
	position:relative;
	padding-left:20px;
}
#bussinessArea .description li:before{
	content:"";
	width:10px;
	height:4px;
	display:block;
	background:#0074bf;
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
@media print, screen and (max-width:1080px){
	#bussinessArea > ul{ display:block; }
	#bussinessArea > ul > li { padding: 30px 20px 40px; width:100%; gap:20px; }
	#bussinessArea > ul > li + li{ margin-top:30px; }
	#bussinessArea > ul > li > div {gap:30px;}
	#bussinessArea > ul > li .icon {
		display: inline-block;
		width:80px;
	}
	#bussinessArea > ul > li > div > dl{
		width:calc(100% - 120px);
	}
	#bussinessArea > ul > li > div > dl dt{
		font-size:2rem;
		line-height:3.2rem;
	}
}
@media print, screen and (max-width:768px){
	#bussinessArea > ul > li > div { display:block; }
	#bussinessArea > ul > li .icon,
	#bussinessArea > ul > li > div > dl{ width:100%; }
	#bussinessArea > ul > li .icon{ margin-bottom:20px;text-align:center; }
	#bussinessArea .description{ display:block; }
	#bussinessArea .description li{ width:100%; }
	#bussinessArea .main-heading + p{
		line-height:2.6rem;
	}
}

/* ====================================
	仕事を知る
==================================== */
#jobsArea {
	width:1200px;
	margin:0 auto;
	padding-bottom:210px;
}

#jobsArea .heading-wrap{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
#jobsArea .heading-wrap .main-heading{ display:flex; align-items:center; }
#jobsArea .heading-wrap .main-heading span{ margin-right:30px; }
#jobsArea .heading-wrap p{ text-align:right; }

/*インタビューのリスト*/
#jobsArea ul{ display:flex;gap: 18px; }
#jobsArea ul > li{
	width: calc((100% - 54px) / 4);
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
#jobsArea > ul li .text-wrap{
	width:100%;
	padding: 20px 25px;
	color:#fff;
	position:absolute;
	bottom: 0;
	z-index: 1;
}
#jobsArea > ul li dl dt{
	font-size:2.4rem;
	line-height:3.4rem;
}
#jobsArea > ul li dl dd{
	font-size:1.8rem;
	font-weight:700;
}
#jobsArea > ul li dl dd span{
	margin-left:20px;
	font-size:1.4rem;
	font-weight:500;
}
#jobsArea > ul li .text-wrap:after{
	content:"";
	height:180px;
	width:100%;
	display:block;
	background-position:bottom;
	position:absolute;
	bottom:0;
	left:0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#jobsArea > ul .mem01 .text-wrap:after{ background-image: linear-gradient(180deg, rgba(0, 116, 191, 0), rgba(0, 116, 191, 1)); }
#jobsArea > ul .mem02 .text-wrap:after{ background-image: linear-gradient(180deg, rgba(5, 184, 182, 0), rgba(5, 184, 182, 1)); }
#jobsArea > ul .mem03 .text-wrap:after{ background-image: linear-gradient(180deg, rgba(230, 93, 158, 0), rgba(230, 93, 158, 1)); }
#jobsArea > ul .mem04 .text-wrap:after{ background-image: linear-gradient(180deg, rgba(241, 144, 19, 0), rgba(241, 144, 19, 1)); }

#jobsArea > ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

#jobsArea > ul li a::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .4s ease;
	z-index: 1;
}
#jobsArea > ul .mem01 a::before { background: rgba(0, 116, 191, .35); }
#jobsArea > ul .mem02 a::before { background: rgba(5, 184, 182, .35); }
#jobsArea > ul .mem03 a::before { background: rgba(230, 93, 158, .35); }
#jobsArea > ul .mem04 a::before { background: rgba(241, 144, 19, .35); }

#jobsArea > ul li a:hover::before { opacity: 1; }
#jobsArea > ul li a:hover img { transform: scale(1.1); }
#jobsArea > ul li .text-wrap { z-index: 2; }

#jobsArea > ul .mem01:hover{
	box-shadow: 0 0 10px rgba(0, 116, 191, .35);
}
#jobsArea > ul .mem02:hover{
	box-shadow: 0 0 10px rgba(5, 184, 182, .35);
}
#jobsArea > ul .mem03:hover{
	box-shadow: 0 0 10px rgba(230, 93, 158, .35);
}
#jobsArea > ul .mem04:hover{
	box-shadow: 0 0 10px rgba(241, 144, 19, .35);
}

@media print, screen and (max-width:1240px){
	#jobsArea{ width:100%; }
}
@media print, screen and (max-width:1080px){
	#jobsArea .heading-wrap{ display:block; }
	#jobsArea .heading-wrap p{ margin-bottom:50px;text-align:left; }
	#jobsArea .heading-wrap .main-heading span { margin-right:20px; }

	#jobsArea > ul{ flex-wrap:wrap; }
	#jobsArea > ul > li{ width: calc((100% - 18px) / 2); }
}
@media print, screen and (max-width:768px){
	#jobsArea > ul > li{ width:100%; }
	#jobsArea > ul li dl dt{
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	#jobsArea > ul li dl dd { font-size:1.6rem; }
}



/* ====================================
	あまの創健の働き方
==================================== */
#dataArea > div{
	width:1200px;
	margin:0 auto;
}
#dataArea{
	padding-top: 200px;
	background: url(../../img/grd-bg.webp) no-repeat 100% / cover;
	position: relative;
}
#dataArea .main-heading{
	width: 1200px;
	margin-bottom:60px;
	text-align:center;
	position: absolute;
	top: -100px;
}
#dataArea .main-heading span{
	display:block;
	margin-bottom:30px;
	font-size:16rem;
	line-height:19rem;
}
@media print, screen and (max-width: 1200px){
	#dataArea{padding-top: 60px;}
	#dataArea .main-heading span{
		font-size: 9rem;
		line-height: 9rem;
		margin-bottom: 20px;
	}
	#dataArea > div{ width:100%; }
	#dataArea .main-heading{ width:100%; }
	#dataArea{padding-top:70px;}
}
@media print, screen and (max-width: 1000px){
	#dataArea .main-heading{ top: -110px;}
}
@media print, screen and (max-width: 750px){
	#dataArea{padding-top:130px;}
	#dataArea .main-heading span{
		font-size: 7rem;
		line-height: 7rem;
	}
}
@media print, screen and (max-width: 600px){
	#dataArea .main-heading span,
	#dataArea .main-heading{ text-align:left; }
	#dataArea .main-heading span{
		font-size: 6rem;
		line-height: 6rem;
	}
	#dataArea{padding-top:100px;}
}
.accordion-header{
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
	display: flex;
	user-select: none;
}
@media print, screen and (min-width:1023px){
.accordion-header::after {
	content: '';
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background:
		/* 横線 */
		linear-gradient(#fff, #fff) center / 100% 4px no-repeat,
		/* 縦線 */
		linear-gradient(#fff, #fff) center / 4px 100% no-repeat;
	transition: opacity 0.3s;
}
/* 開いているとき */
.grd-sub-heading.is-open::after {
	background:linear-gradient(#fff, #fff) center / 100% 4px no-repeat;
}
}
/* アコーディオン本体 */
.accordion-wrap {
	position: relative;
	overflow: hidden;
}

.accordion-btn-wrap {
	text-align: center;
}

:not(.grd-sub-heading).accordion-btn {
	width: 100%;
	margin-top: 40px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px 48px;
	border-radius: 50px;
	background: rgba(255,255,255,.6);
	border: none;
	color: #0074bf;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}

/* 右側に小さい矢印 */
:not(.grd-sub-heading).accordion-btn::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #0074bf;
	border-bottom: 2px solid #0074bf;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.3s, border-color 0.3s;
}

/* 開いているとき：矢印を上向きに */
:not(.grd-sub-heading).accordion-btn.is-open::after {
	transform: rotate(-135deg) translateY(-2px);
}

/* ホバー */
:not(.grd-sub-heading).accordion-btn:hover {
	background: #fff;
}
:not(.grd-sub-heading).accordion-btn::before {
	content: 'もっと見る';
}
:not(.grd-sub-heading).accordion-btn.is-open::before {
	content: '閉じる';
}


#dataArea .numlook-list{ display:flex; flex-wrap:wrap; gap:15px; width: 100%; }
#dataArea .numlook-list li{
	width: calc((100% - 30px) / 3);
	border-radius:5px;
	overflow:hidden;
}
#dataArea > div > section{padding: 0;}
#dataArea > div > section + section{ padding-top:90px; }


#dataArea .icon-text-list{
	display:flex;
	flex-wrap:wrap;
	gap: 40px 55px;
	padding: 0 40px;
}
#dataArea .icon-text-list li{
	display:flex;
	width:calc((100% - 55px) / 2);
	border-radius:5px;
	overflow:hidden;
	gap:30px;
}

#dataArea .icon-text-list .icon{
	width:122px;
	height:122px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:5px;
	background:#fff;
	box-shadow: 0 0 10px rgba(0, 116, 191, .1);
}
#dataArea .icon-text-list dl{
	width:calc(100% - 122px - 30px);
}
#dataArea .icon-text-list dl dt{
	margin-bottom:25px;
	color:#0074bf;
	font-size:2.2rem;
	line-height:3rem;
}
#dataArea .icon-text-list dl dd{
	font-size:1.6rem;
	line-height:3.4rem;
}
@media print, screen and (max-width:1240px){
	#dataArea > div > section{ padding-left:0; padding-right:0; }
}

@media print, screen and (max-width:1080px){
	#dataArea .icon-text-list{
		display:flex;
		flex-wrap:wrap;
		gap: 25px;
		padding: 0 20px;
	}
	#dataArea .icon-text-list li{
		width:100%;
		gap:20px;
	}
	#dataArea .icon-text-list .icon {
		width: 80px;
		height: 80px;
	}
	#dataArea .icon-text-list .icon img{max-width:60px;max-height:60px;object-fit: contain;}
	#dataArea .icon-text-list dl{ width: calc(100% - 80px - 20px); }
}
@media print, screen and (max-width:900px){
	#dataArea .numlook-list li{ width: calc((100% - 15px) / 2); }
	#dataArea .numlook-list li img{ width:100%; }
	#dataArea .icon-text-list dl dt {
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
}
@media print, screen and (max-width:768px){
	#dataArea .numlook-list li{ width:100%; }
}