@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.gothic {
	font-family: "Zen Kaku Gothic New",  sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
.hiragino {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main {
	padding: 8.7rem 0 0;
}
#main.comBlueBox {
	background-color: #eaf5fc;
}
#main.comYellowBox {
	background-color: #fffbe5;
}
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 100.6rem;
	box-sizing: content-box;
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 8rem;
	}
	.content {
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comVisual01
------------------------------------------------------------*/
.comVisual01 {
	position: relative;
	background-color: #c8dfca;
}
.comVisual01 .mainImg {
	width: 100%;
	height: 70.3rem;
}
.comVisual01 .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.comVisual01 .number {
	position: absolute;
	right: 10.9rem;
	top: 3.8rem;
	font-size: 12.204rem;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
}
.comVisual01 .staffText {
	position: absolute;
	right: 14.4rem;
	bottom: 22rem;
	font-size: 3.242rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	color: #3e3a39;
	line-height: 1.437;
}
.comVisual01 .staffText span {
	padding: 0.5rem 1.3rem 0 2.1rem;
	width: fit-content;
	background-color: #fff;
	display: block;
	font-feature-settings: "palt";
}
.comVisual01 .staffText span + span {
	padding-top: 0;
}
.comVisual01 .staffText span:last-child {
	padding-bottom: 0.7rem;
}
.comVisual01 .staffInfo {
	padding: 2.7rem 7.5rem 3.2rem;
	min-width: 46.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: #0dac67;
	border-top-left-radius: 3rem;
}
.comVisual01 .staffInfo .career {
	font-size: 3.532rem;
	font-weight: 600;
	line-height: 1.35;
}
.comVisual01 .staffInfo .name {
	margin-bottom: 0.3rem;
	font-size: 2.95rem;
	font-weight: 500;
	line-height: 1.4;
}
.comVisual01 .staffInfo .name span {
	font-size: 2.439rem;
	font-weight: 500;
}
.comVisual01 .staffInfo .date {
	font-size: 1.781rem;
	font-weight: 300;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.comVisual01 .number {
		position: absolute;
		right: 3rem;
		top: 3.8rem;
		font-size: 6rem;
	}
	.comVisual01 .mainImg {
		width: 100%;
		height: auto;
		aspect-ratio: 375/500;
	}
	.comVisual01 .mainImg img {
		height: 100%;
		object-fit: cover;
		object-position: 30% 50%;
	}
	.comVisual01 .staffText {
		position: absolute;
		right: 2rem;
		bottom: 15rem;
		font-size: 1.8rem;
	}
	.comVisual01 .staffText span {
		padding: 0.3rem 1.3rem 0 0.7rem;
	}
	.comVisual01 .staffText span:last-child {
		padding-bottom: 0.5rem;
	}
	.comVisual01 .staffInfo {
		padding: 2rem 4rem 2rem 2rem;
		width: fit-content;
		min-width: inherit;
	}
	.comVisual01 .staffInfo .career {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.35;
	}
	.comVisual01 .staffInfo .name {
		font-size: 1.6rem;
	}
	.comVisual01 .staffInfo .name span {
		font-size: 1.4rem;
	}
	.comVisual01 .staffInfo .date {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comVisual02
------------------------------------------------------------*/
.comVisual02 {
	margin-bottom: 7.4rem;
	background-color: #c8dfca;
}
.comVisual02 .flexBox {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 124.5rem;
	display: flex;
	align-items: center;
	box-sizing: content-box;
	gap: 10.5rem;
}
.comVisual02 .mainImg {
	width: 36.5rem;
}
.comVisual02 .pageTtl {
	margin-top: 1.8rem;
	font-size: 5.5rem;
	font-weight: 700;
	color: #0dac67;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comVisual02.blue {
	background-color: #c9e8f9;
}
.comVisual02.blue .pageTtl {
	color: #003b82;
}
.comVisual02.yellow {
	background-color: #fae5a4;
}
.comVisual02.yellow .pageTtl {
	color: #ed7700;
}
@media all and (max-width: 896px) {
	.comVisual02 {
		margin-bottom: 4rem;
	}
	.comVisual02 .flexBox {
		margin: 0 auto;
		padding: 0;
		max-width: inherit;
		gap: 5.333vw;
		overflow: hidden;
	}
	.comVisual02 .mainImg {
		margin-left: -2.667vw;
		width: 32vw;
	}
	.comVisual02 .pageTtl {
		margin: 2rem 0;
		font-size: 2.3rem;
		flex: 1;
	}
}
/*------------------------------------------------------------
	comMovieBox
------------------------------------------------------------*/
.comMovieBox .heading {
	margin: 0 auto 3rem;
	padding: 0 6rem;
	width: fit-content;
	font-size: 3.921rem;
	letter-spacing: 0;
	font-weight: 700;
	color: #0dac67;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: url(../img/common/icon02.png) no-repeat left center / 5rem,url(../img/common/icon03.png) no-repeat right center / 5rem;
}
.comMovieBox .videoBox {
	margin: 0 auto;
	width: 80.8rem;
	height: 45.3rem;
}
.comMovieBox .videoBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border: none;
}
@media all and (max-width: 896px) {
	.comMovieBox .heading {
		padding: 0 3rem;
		font-size: 2rem;
		background-size: 2.5rem;
	}
	.comMovieBox .videoBox {
		margin: 0 auto;
		width: 100%;
		height: auto;
		aspect-ratio: 808/453;
	}
}
/*------------------------------------------------------------
	comStaffBox
------------------------------------------------------------*/
.comStaffBox {
	padding: 6rem 0 6.3rem;
}
.comStaffBox .content {
	max-width: 100.4rem;
}
.comStaffBox .heading {
	margin: 0 auto 10.8rem;
	width: fit-content;
	text-align: center;
	font-weight: 500;
	font-size: 4rem;
	color: #0dac67;
	border-bottom: 2px solid currentColor;
	font-feature-settings: "palt";
	padding-bottom: 0.3rem;
}
.comStaffBox .list {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
.comStaffBox .list li {
	width: calc((100% - 8rem) / 3);
}
.comStaffBox .list a {
	display: block;
	position: relative;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.75;
	color: #0dac67;
}
.comStaffBox .list .number {
	position: absolute;
	left: -2rem;
	top: -5.1rem;
	line-height: 1;
	color: #0dac67;
	font-size: 8.578rem;
	font-weight: 700;
	font-style: italic;
	font-family: "Roboto", sans-serif;
	z-index: 1;
}
.comStaffBox .list .image {
	margin-bottom: 1.3rem;
	width: 100%;
	aspect-ratio: 1/1;
	position: relative;
	border-radius: 3rem;
	overflow: hidden;
}
.comStaffBox .list .image::after {
	width: 5rem;
	height: 5rem;
	content: "";
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	background: url(../img/common/arrow02.png) no-repeat center center / 100%;
}
.comStaffBox .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comStaffBox .list p {
	margin-right: -2rem;
	line-height: 1.4;
}
.comStaffBox .list .name {
	margin-left: 0.5rem;
	font-weight: 500;
	font-size: 2.5rem;
	letter-spacing: 0;
}
.comStaffBox .list .date {
	margin-top: 0.2rem;
	display: block;
	font-size: 2.2rem;
	font-weight: 400;
}
@media all and (min-width: 897px) {
	.comStaffBox .list a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comStaffBox {
		padding: 5rem 0;
	}
	.comStaffBox .heading {
		margin: 0 auto 6rem;
		font-size: 2.5rem;
		border-width: 1px;
	}
	.comStaffBox .list {
		display: block;
	}
	.comStaffBox .list li {
		margin-bottom: 5rem;
		width: 100%;
	}
	.comStaffBox .list li:last-child {
		margin-bottom: 0;
	}
	.comStaffBox .list a {
		font-size: 2.3rem;
	}
	.comStaffBox .list .number {
		left: -1rem;
		top: -3rem;
		font-size: 5rem;
	}
	.comStaffBox .list .image::after {
		width: 4rem;
		height: 4rem;
	}
	.comStaffBox .list p {
		margin-right: 0;
	}
	.comStaffBox .list .name {
		font-size: 2rem;
	}
	.comStaffBox .list .date {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	font-size: 2.5rem;
	letter-spacing: 0.025em;
	line-height: 2.267;
	text-align: center;
	font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	.comText {
		font-size: 1.4rem;
		text-align: justify;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 a {
	margin: 0 auto;
	padding: 0.5rem 4rem 0.5rem 2rem;
	width: fit-content;
	min-width: 23.6rem;
	min-height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 2.318rem;
	border-radius: 3rem;
	background: #0dac67 url(../img/common/arrow04.png) no-repeat center right 1rem / 2.8rem;
}
@media all and (min-width: 897px) {
	.comBtn01 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn01 a {
		padding: 0.5rem 3rem 0.5rem 1rem;
		min-width: 20rem;
		min-height: 4rem;
		font-size: 1.8rem;
		background-size: 2rem;
	}
}
/*------------------------------------------------------------
	comBtn02
------------------------------------------------------------*/
.comBtn02 {
	margin: 0 auto 6.4rem;
	padding: 2.8rem;
	max-width: 103.8rem;
	display: flex;
	border-radius: 1.95rem;
	background-color: #fff;
	gap: 2.6rem;
	align-items: center;
}
.comBtn02:last-child {
	margin-bottom: 0;
}
.comBtn02 .photoBox {
	width: 64.8rem;
}
.comBtn02 .textBox {
	flex: 1;
}
.comBtn02 .textBox p {
	margin-bottom: 3.3rem;
	font-size: 3.9rem;
	font-weight: 800;
	line-height: 1.295;
	color: #ed7700;
	text-align: center;
	min-height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comBtn02 .textBox .link a {
	margin: 0 auto;
	padding: 0.5rem 4rem 0.5rem 2rem;
	width: fit-content;
	min-width: 23.6rem;
	min-height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 2.318rem;
	border-radius: 3rem;
	background: #ed7700 url(../img/common/arrow07.png) no-repeat center right 1rem / 2.8rem;
}
@media all and (min-width: 897px) {
	.comBtn02 .textBox .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 {
		margin: 0 2rem 4rem;
		padding: 2rem;
		max-width: inherit;
		display: block;
	}
	.comBtn02 .photoBox {
		margin-bottom: 2rem;
		width: 100%;
	}
	.comBtn02 .textBox p {
		margin-bottom: 2rem;
		font-size: 2.3rem;
		min-height: inherit;
	}
	.comBtn02 .textBox .link a {
		padding: 0.5rem 3rem 0.5rem 1rem;
		min-width: 20rem;
		min-height: 4rem;
		font-size: 1.8rem;
		background-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.2rem;
	padding: 0.6rem 0 1.6rem;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.316;
	letter-spacing: 0.025em;
	border-bottom: 0.3rem solid #0dac67;
}
.headLine01.head {
	margin: 1.8rem 0 1.2rem;
	padding-bottom: 1.2rem;
	letter-spacing: 0;
	font-feature-settings: "palt";
}
.headLine01 span {
	margin-right: -2rem;
	display: block;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding: 0 0 1rem;
		font-size: 2rem;
		border-width: 1px;
	}
	.headLine01.head {
		margin: 0 0 1rem;
		padding-bottom: 1rem;
	}
	.headLine01 span {
		margin-right: 0;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.3rem;
	color: #003b82;
	font-size: 5.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	font-family: "Zen Kaku Gothic New",  sans-serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2rem;
		font-size: 2.8rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding: 0 0 0 4.2rem;
	font-size: 4.6rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.491;
	color: #3e3a39;
	position: relative;
}
.headLine03::before {
	width: 1.1rem;
	content: "";
	position: absolute;
	left: 0;
	top: 1.7rem;
	bottom: 0.8rem;
	background-color: #003b82;
}
@media all and (max-width: 896px) {
	.headLine03 {
		padding: 0 2rem;
		font-size: 3rem;
	}
	.headLine03::before {
		width: 0.5rem;
		top: 1rem;
		bottom: 0.7rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin: 0 auto;
	padding: 5rem 26.2rem 8.9rem;
	width: 100%;
	max-width: 100.6rem;
	color: #036eb7;
	font-weight: 900;
	font-size: 6.229rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: center;
	position: relative;
	z-index: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.headLine04::before {
	width: 33.6rem;
	height: 36.7rem;
	content: "";
	position: absolute;
	left: -7rem;
	top: -2.1rem;
	z-index: -1;
	background: url(../img/index/img02.png) no-repeat center center / 100%;
}
.headLine04 .col {
	color: #595757;
	font-size: 5.276rem;
	letter-spacing: 0.02em;
}
.headLine04 .big {
	font-size: 11rem;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.headLine04 {
		padding: 4rem 2rem 3rem 9rem;
		width: fit-content;
		max-width: inherit;
		font-size: 3.1rem;
		letter-spacing: 0.04em;
	}
	.headLine04::before {
		width: 8rem;
		height: 8.74rem;
		left: 0;
		top: 3rem;
	}
	.headLine04 .col {
		font-size: 2.3rem;
	}
	.headLine04 .big {
		font-size: 4rem;
	}
}
/*------------------------------------------------------------
	comMoreLink
------------------------------------------------------------*/
.comMoreLink {
	padding: 9.8rem 0 11.7rem;
	background: #acdcf6;
}
.comMoreLink .heading {
	margin: 0 0 4rem 12rem;
}
.comMoreLink .heading span {
	margin: 0 auto 4rem;
	padding: 1.5rem 2rem 3.1rem 4rem;
	width: fit-content;
	min-width: 34.9rem;
	display: block;
	font-size: 3.756rem;
	text-align: center;
	font-weight: 700;
	color: #036eb7;
	letter-spacing: 0.025em;
	position: relative;
	background: url(../img/common/icon04.png) no-repeat center center / 100% 100%;
}
.comMoreLink .heading span::before {
	width: 20.4rem;
	height: 20.4rem;
	content: "";
	position: absolute;
	left: -20.8rem;
	top: -3.5rem;
	background: url(../img/common/img01.png) no-repeat center center / 100%;
}
.comMoreLink .list {
	margin: 0 2.7rem;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 5.4rem;
}
.comMoreLink .list li {
	width: calc((100% - 10.8rem) / 3);
	border-radius: 2.2rem;
	background-color: #fff;
	box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5);
}
.comMoreLink .list a {
	padding-bottom: 3.2rem;
	height: 100%;
	display: block;
	border-radius: inherit;
	overflow: hidden;
	font-size: 2.4rem;
	color: #036eb7;
	font-weight: 600;
	text-align: center;
}
.comMoreLink .list .image {
	margin-bottom: 2.1rem;
	width: 100%;
	aspect-ratio: 281/191;
}
.comMoreLink .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comMoreLink .list .title {
	margin-bottom: 3.5rem;
}
.comMoreLink .list .link {
	margin: 0 auto;
	padding: 0.4rem 2.5rem 0.5rem 1rem;
	width: fit-content;
	min-width: 15.4rem;
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 1.6rem;
	border-radius: 3.2rem;
	background: #036eb7 url(../img/common/arrow05.png) no-repeat right 0.5rem center / 2rem;
}
.comMoreLinkStyle {
	background-color: #FAE5A4;
}
.comMoreLinkStyle .heading span {
	color: #ED7700;
}
.comMoreLinkStyle .heading span::before {
	background-image: url(../img/common/img02.png);	
}
.comMoreLinkStyle .comBtn02 {
	position: relative;
	z-index: 1;
	border-radius: 1.6rem;
}
@media all and (min-width: 897px) {
	.comMoreLink .list a:hover {
		opacity: 0.7;
	}
	.comMoreLinkStyle {
		padding-bottom: 7rem;
	}
	.comMoreLinkStyle .heading {
		margin-bottom: 4.4rem;
	}
	.comMoreLinkStyle .comBtn02 {
		max-width: 87rem;
		padding: 2.3rem;
	}
	.comMoreLinkStyle .comBtn02 .photoBox {
		width: 54.4rem;
	}
	.comMoreLinkStyle .textBox p {
		margin-bottom: 1.3rem;
		transform: scale(0.85);
	}
	.comMoreLinkStyle .textBox .link a {
		transform: scale(0.85);
	}
}
@media all and (max-width: 896px) {
	.comMoreLink {
		padding: 6rem 0;
	}
	.comMoreLink .heading {
		margin: 0 0 2rem 2rem;
	}
	.comMoreLink .heading span {
		padding: 1.2rem 2rem 2rem 4rem;
		min-width: 19rem;
		font-size: 2.5rem;
		transform: translateX(2rem);
	}
	.comMoreLink .heading span::before {
		width: 10rem;
		height: 10rem;
		left: -10rem;
		top: -0rem;
	}
	.comMoreLink .list {
		margin: 0;
		display: block;
	}
	.comMoreLink .list li {
		margin-bottom: 4rem;
		width: 100%;
		border-radius: 1.8rem;
	}
	.comMoreLink .list li:last-child {
		margin-bottom: 0;
	}
	.comMoreLink .list a {
		padding-bottom: 3.2rem;
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	com
------------------------------------------------------------*/
.comCrossTalk .content {
	max-width: 103.9rem;
}
.comCrossTalk .imgBox {
	padding: 3.7rem 7rem 3.6rem 3.1rem;
	display: flex;
	align-items: flex-start;
	gap: 6rem;
	position: relative;
	background: #fff url(../img/common/bg01.png) repeat left top / 19.9rem;
	border-radius: 1.95rem;
}
.comCrossTalk .imgBox .enTxt {
	width: 32.5rem;
	position: absolute;
	left: -1.7rem;
	top: -2.6rem;
}
.comCrossTalk .photoBox {
	width: 56.1rem;
}
.comCrossTalk .textBox {
	padding-top: 1.7rem;
	flex: 1;
	line-height: 1.75;
	color: #595757;
	font-weight: 500;
}
.comCrossTalk .textBox p {
	margin: 0 0.8rem 5rem;
}
.comCrossTalk .heading {
	margin-bottom: 1.6rem;
	font-weight: 900;
	font-size: 4rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	color: #0dac67;
}
@media all and (max-width: 896px) {
	.comCrossTalk .imgBox {
		padding: 2rem;
		display: block;
	}
	.comCrossTalk .imgBox .enTxt {
		width: 18rem;
		left: -1rem;
	}
	.comCrossTalk .photoBox {
		width: 100%;
	}
	.comCrossTalk .textBox p {
		margin: 0 0 4rem;
	}
	.comCrossTalk .heading {
		margin-bottom: 1rem;
		font-size: 2.5rem;
	}
	
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease 0.5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translateY(0);
}