@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	padding: 20.5vw 0 5.86vw;
	z-index: 1;
}
#headline .copy {
	font-size: 4.4vw;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.25;
	margin-bottom: 1.47vw;
}
#headline h1 {
	font-size: 1.47vw;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.25;
	display: flex;
	align-items: flex-end;
	column-gap: 1.5vw;
}
#headline h1 .name {
	margin-bottom: -0.5vw;
	line-height: 1;
}
#headline h1 .name span {
	font-size: 4.62vw;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	margin-right: 10px;
}
#headline h1::after {
	content: "";	
	margin-top: 0 !important;
}
#headline .bg01 {
	width: calc(925px + (50vw - 530px));
	height: 50%;
	background: #48BEBE;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -2;
}
@media screen and (max-width: 1180px) {
	#headline .bg01 {
		width: 90vw;
	}
}
@media screen and (max-width: 640px) {
	#headline {
		padding: 131.4666% 0 0;
	}
	#headline .contents_inner {
		top: auto;
		bottom: 40px;
		padding: 0 0 0 25px;
	}
	#headline .copy {
		font-size: 8vw;
		margin-bottom: 10px;
	}
	#headline h1 {
		font-size: 4.27vw;
		display: block;
	}
	#headline h1 .name {
		line-height: 1.25;
		display: inline-block;
		margin-left: 1em;
	}
	#headline h1 .name span {
		font-size: 4.27vw;
		font-weight: 700;
		margin-right: 5px;
	}
}
/*-- person01 - headline --*/
#person01 #headline::before {
	background: url(../img/person_lower/person01_headline_bg.jpg) no-repeat bottom right/cover;
}
@media screen and (max-width: 640px) {
	#person01 #headline::before {
		background: url(../img/person_lower/sp/person01_headline_bg.jpg) no-repeat bottom right/cover;
	}
}
/*-- person02 - headline --*/
#person02 #headline::before {
	background: url(../img/person_lower/person02_headline_bg.jpg) no-repeat bottom right/cover;
}
@media screen and (max-width: 640px) {
	#person02 #headline::before {
		background: url(../img/person_lower/sp/person02_headline_bg.jpg) no-repeat bottom right/cover;
	}
}
/*-- person03 - headline --*/
#person03 #headline::before {
	background: url(../img/person_lower/person03_headline_bg.jpg) no-repeat bottom right/cover;
}
@media screen and (max-width: 640px) {
	#person03 #headline::before {
		background: url(../img/person_lower/sp/person03_headline_bg.jpg) no-repeat bottom right/cover;
	}
}
/*-- person04 - headline --*/
#person04 #headline::before {
	background: url(../img/person_lower/person04_headline_bg.jpg) no-repeat bottom right/cover;
}
@media screen and (max-width: 640px) {
	#person04 #headline::before {
		background: url(../img/person_lower/sp/person04_headline_bg.jpg) no-repeat bottom right/cover;
	}
}
/*-- person05 - headline --*/
#person05 #headline::before {
	background: url(../img/person_lower/person05_headline_bg.jpg) no-repeat bottom right/cover;
}
@media screen and (max-width: 640px) {
	#person05 #headline::before {
		background: url(../img/person_lower/sp/person05_headline_bg.jpg) no-repeat bottom right/cover;
	}
}
/*-- person06 - headline --*/
#person06 #headline::before {
	background: url(../img/person_lower/person06_headline_bg.jpg) no-repeat bottom right/cover;
}
@media screen and (max-width: 640px) {
	#person06 #headline::before {
		background: url(../img/person_lower/sp/person06_headline_bg.jpg) no-repeat bottom right/cover;
	}
}
/*-- person07 - headline --*/
#person07 #headline::before {
	background: url(../img/person_lower/person07_headline_bg.jpg) no-repeat bottom right/cover;
}
@media screen and (max-width: 640px) {
	#person07 #headline::before {
		background: url(../img/person_lower/sp/person07_headline_bg.jpg) no-repeat bottom right/cover;
	}
}
/*-- person08 - headline --*/
#person08 #headline::before {
	background: url(../img/person_lower/person08_headline_bg.jpg) no-repeat bottom right/cover;
}
@media screen and (max-width: 640px) {
	#person08 #headline::before {
		background: url(../img/person_lower/sp/person08_headline_bg.jpg) no-repeat bottom right/cover;
	}
}
/*-- person09 - headline --*/
#person09 #headline::before {
	background: url(../img/person_lower/person09_headline_bg.jpg) no-repeat bottom right/cover;
}
@media screen and (max-width: 640px) {
	#person09 #headline::before {
		background: url(../img/person_lower/sp/person09_headline_bg.jpg) no-repeat bottom right/cover;
	}
}
/*-----------------------------------

	common

-----------------------------------*/
#contents section {
	padding: 150px 0;
}
#contents section h2 {
	font-size: 35px;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.5;
	margin-bottom: 25px;
}
#contents section h2 .interview {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	line-height: 1;
	margin-bottom: 15px;
}
#contents section h2 .interview .number {
	display: inline-block;
	font-size: 56px;
	margin-top: -8px;
}
@media screen and (max-width: 640px) {
	#contents section {
		padding: 100px 0;
	}
	#contents section h2 {
		font-size: 20px;
	}
	#contents section h2 .interview .number {
		font-size: 40px;
		margin-top: -5px;
	}
}
/*--  sec01_block --*/
#sec01_block {
	background: #E4EAEA;
	position: relative;
	color: #FFF;
	z-index: 0;
	padding-bottom: 280px !important;
}
#sec01_block::before {
	content: "";
	width: calc(925px + (50vw - 530px));
	height: calc(100% - 280px);
	background: #48BEBE;
	border-radius: 0 0 150px 0;
	position: absolute;
	top: 0;
	left: 0;
}
#sec01_block .contents_inner {
	padding: 80px 240px 100px 0;
	position: relative;
	z-index: 0;
}
#sec01_block .image	{
	width: 300px;
	height: 605px;
	position: absolute;
	bottom: -160px;
	right: -80px;
}
/*--  person03 - sec01_block - image --*/
#person03 #sec01_block .image	{
	width: 360px;
	right: -100px;
}
/*--  person05 - sec01_block - image --*/
#person05 #sec01_block .image	{
	width: 450px;
	right: -120px;
}
/*--  person09 - sec01_block - image --*/
#person09 #sec01_block .image	{
	width: 360px;
	right: -100px;
}

#sec01_block .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: opacity 0.5s;
}
#sec01_block .image:hover img:first-of-type {
    opacity: 0;
}
#sec01_block .image img:last-of-type {
    opacity: 0;
}
#sec01_block .image:hover img:last-of-type {
    opacity: 1;
}
@media screen and (max-width: 1180px) {
	#sec01_block::before {
		width: 90vw;
	}
	#sec01_block .contents_inner {
		padding: 80px 15% 150px 0;
	}
}
@media screen and (max-width: 840px) {
	#sec01_block {
		padding-bottom: 200px !important;
	}
	#sec01_block::before {
		width: 95vw;
		height: calc(100% - 200px);
		border-radius: 0 0 100px 0;
	}
	#sec01_block .contents_inner {
		padding: 0 5% 150px 0;
	}
	#sec01_block .image	{
		display: none;
	}	
}
@media screen and (max-width: 640px) {
	#sec01_block {
		padding: 40px 0 150px !important;
	}
	#sec01_block::before {
		height: calc(100% - 150px);
		border-radius: 0 0 75px 0;
	}
	#sec01_block .contents_inner {
		padding: 0 5% 100px 0;
	}
}
/*--  sec02_block --*/
#sec02_block {
	position: relative;
	z-index: 0;
	color: #FFF;
}
#sec02_block::before {
	content: "";
	width: calc(1060px + (50vw - 530px));
	height: 100%;
	background: #48BEBE;
	border-radius: 0 0 0 150px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#sec02_block .contents_inner {
	padding-left: 140px;
}
#sec02_block .image {
	float: left;
	width: calc(460px + (50vw - 530px));
	margin: -260px 90px 140px calc((50% - 90px) - 50vw);
	border-radius: 0 150px 150px 0;
	overflow: hidden;
}
#sec02_block p:first-of-type {
	margin-bottom: 110px;
}
@media screen and (max-width: 1090px) {
	#sec02_block .image {
		float: none;
		width: 80%;
		margin: -260px auto 50px calc(48% - 50vw);
	}
	#sec02_block::before {
		width: 95vw;
	}
	#sec02_block .contents_inner {
		padding-left: 3%;
	}
}
@media screen and (max-width: 840px) {
	#sec02_block::before {
		border-radius: 0 0 0 100px;
	}
	#sec02_block .image {
		width: 89.2%;
		border-radius: 0 100px 100px 0;
	}
}
@media screen and (max-width: 640px) {
	#sec02_block .image {
		margin: -210px auto 50px calc(48% - 50vw);
		border-radius: 0 75px 75px 0;
	}
	#sec02_block p:first-of-type {
		margin-bottom: 50px;
	}
}
/*--  sec03_block --*/
#sec03_block {
	padding-bottom: 460px !important;
}
#sec03_block h2  .interview {
	color: #48BEBE;
	width: 100%;
}
@media screen and (max-width: 1090px) {
	#sec03_block {
		padding-bottom: 370px !important;
	}
}
@media screen and (max-width: 640px) {
	#sec03_block {
		padding-bottom: 415px !important;
	}
}
/*--  sec04_block --*/
#sec04_block {
	position: relative;
	color: #FFF;
}
#sec04_block::before {
	content: "";
	width: calc(1060px + (50vw - 530px));
	height: 100%;
	background: #48BEBE;
	border-radius: 0 0 0 150px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#sec04_block .contents_inner {
	padding-left: 30px;
}
#sec04_block .contents_inner > .image {
	width: calc(100% + (50vw - 50%));
    margin: -465px auto 140px calc((50% - 15px) - 50vw);
	border-radius: 0 150px 150px 0;
	overflow: hidden;
}
#sec04_block .sec04_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#sec04_block .sec04_wrap .image {
	width: 200px;
}
/*--  person06 - sec04_block - image --*/
#person06 #sec04_block .sec04_wrap .image {
	margin-bottom: -60px;
}
@media screen and (max-width: 1090px) {
	#person06 #sec04_block .sec04_wrap .image {
		margin-bottom: 0;
	}
}
/*--  person09 - sec04_block - image --*/
#person09 #sec04_block .sec04_wrap .image {
	margin-bottom: -60px;
}
@media screen and (max-width: 1090px) {
	#person09 #sec04_block .sec04_wrap .image {
		margin-bottom: 0;
	}
}

#sec04_block .sec04_wrap .sec04_inner {
	width: calc(100% - 230px);
}
#sec04_block h2 {
	font-size: 60px !important;
	font-family: "Inter", sans-serif !important;
	line-height: 1 !important;
	margin-bottom: 50px !important;
}
#sec04_block .sec04_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sec04_block .sec04_box:not(:last-child) {
	margin-bottom: 30px;
}
#sec04_block .sec04_box .time {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 96px;
	background: #FFF;
	border-radius: 50%;
	color: #48BEBE;
	font-size: 25px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	line-height: 1;
}
#sec04_block .sec04_box .time.t2 {
	font-size: 20px;
	row-gap: 17px;
	position: relative;
}
#sec04_block .sec04_box .time.t2 span:first-child::after {
	content: "";
	width: 1px;
	height: 13px;
	background: #48BEBE;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#sec04_block .sec04_box .text {
	width: calc(100% - 115px);
}
#sec04_block .sec04_box .text .ttl {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.25;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
}
#sec04_block .sec04_box .text p {
	line-height: 1.75;
}
@media screen and (max-width: 1090px) {
	#sec04_block::before {
		width: 95vw;
	}
	#sec04_block .contents_inner > .image {
		margin: -370px auto 140px calc((50% - 15px) - 50vw);
	}
	#sec04_block .sec04_wrap .image {
		width: 160px;
	}
	#sec04_block .sec04_wrap .sec04_inner {
		width: calc(100% - 190px);
	}
}
@media screen and (max-width: 840px) {
	#sec04_block::before {
		border-radius: 0 0 0 100px;
	}
	#sec04_block .contents_inner > .image {
		margin: -370px auto 100px calc((50% - 15px) - 50vw);
		border-radius: 0 100px 100px 0;
	}
	#sec04_block .sec04_wrap {
		justify-content:flex-start;
	}
	#sec04_block .sec04_wrap .image {
		display: none;
	}
	#sec04_block .sec04_wrap .sec04_inner {
		width: 100%;
	}
	#sec04_block h2 {
		text-align: center;
	}
	#sec04_block .sec04_box {
		align-items: flex-start;
	}
}
@media screen and (max-width: 640px) {
	#sec04_block::before {
		border-radius: 0 0 0 75px;
	}
	#sec04_block .contents_inner {
		padding-left: 20px;
	}
	#sec04_block .contents_inner > .image {
		margin: -415px auto 50px calc((50% - 10px) - 50vw);
		border-radius: 0 75px 75px 0;
	}
	#sec04_block h2 {
		font-size: 30px !important;
		margin-bottom: 35px !important;
	}
	#sec04_block .sec04_box .time {
		width: 65px;
		height: 65px;
		font-size: 16px;
	}
	#sec04_block .sec04_box .time.t2 {
		font-size: 16px;
		row-gap: 13px;
	}
	#sec04_block .sec04_box .time.t2 span:first-child::after {
		height: 9px;
	}
	#sec04_block .sec04_box .text {
		width: calc(100% - 80px);
	}
	#sec04_block .sec04_box .text .ttl {
		font-size: 20px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#sec04_block .sec04_box .text p {
		line-height: 1.56;
	}
}
/*--  other_block --*/
#other_block h2 {
	font-size: 30px !important;
	font-family: "Inter", sans-serif !important;
	line-height: 1 !important;
	color: #48BEBE;
	display: flex;
	align-items: center;
	column-gap: 10px;
	white-space: nowrap;
}
#other_block h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #48BEBE;
}
#other_block .other_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 4%;
}
#other_block .other_inner .other_box {
	width: 22%;
	display: block;
}
#other_block .other_inner .other_box .image {
	width: 100%;
	border-radius: 0 0 0 40px;
	overflow: hidden;
	margin-bottom: 15px;
}
#other_block .other_inner .other_box .details {
	text-align: right;
	font-size: 16px;
	line-height: 1.56;
}
@media screen and (max-width: 840px) {
	#other_block .other_inner {
		gap: 40px 3.5%;
	}
	#other_block .other_inner .other_box {
		width: 31%;
	}
}
@media screen and (max-width: 640px) {
	#other_block h2 {
		font-size: 20px !important;
	}
	#other_block .other_inner {
		gap: 20px 4%;
	}
	#other_block .other_inner .other_box {
		width: 48%;
	}
	#other_block .other_inner .other_box .image {
		margin-bottom: 10px;
	}
	#other_block .other_inner .other_box .details {
		font-size: 14px;
		line-height: 1.42;
	}
}
