@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* 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;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
	font-family: "Young Serif", serif;
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.content {
	margin: 0 auto;
	max-width: 130.8rem;
	padding: 0 2rem;
}
.content.wid02 {
	max-width: 119.6rem;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 2.4rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 8.5rem;
	color: #1D2088;
	font-size: 1.6rem;
	font-weight: 700;
}
.headLine01 .en {
	margin-bottom: -0.6rem;
	display: block;
	font-size: 10rem;
	font-weight: 400;
	line-height: 1.2;
	font-family: "Young Serif", serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4rem;
	}
	.headLine01 .en {
		margin-bottom: 0.4rem;
		font-size: 3.5rem;
		line-height: 1;
		letter-spacing: 0.35rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 auto;
	max-width: 126rem;
	padding: 0 2rem;
	font-size: 2.1rem;
	font-weight: 700;
}
.headLine02 .en {
	margin-right: 1.7rem;
	font-size: 8rem;
	font-weight: 400;
	font-family: "Young Serif", serif;
	letter-spacing: 0.8rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 1.6rem;
		padding: 0 2.3rem;
	}
	.headLine02 .en {
		margin: 0 0 -0.5rem;
		display: block;
		font-size: 3.5rem;
		letter-spacing: 0.35rem;
	}
}
/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/
.comTxtBox {
	color: #fff;
	align-items: center;
	justify-content: center;
}
.comTxtBox .ttl {
	width: 45.6rem;
	font-size: 4.8rem;
	line-height: 1.8;
	letter-spacing: 0.24rem;
}
.comTxtBox .txtBox {
	margin-left: 5rem;
	width: 35rem;
}
.comTxtBox .txt {
	line-height: 2;
	letter-spacing: 0.24rem;
}
.comTxtBox .txt:not(:last-child) {
	margin-bottom: 3.3rem;
}
@media all and (max-width: 896px) {
	.comTxtBox {
		display: block;
	}
	.comTxtBox .ttl {
		width: auto !important;
		font-size: 2.4rem;
		letter-spacing: 0.12rem;
	}
	.comTxtBox .txtBox {
		margin: 2.8rem 0 0;
		width: auto !important;
	}
	.comTxtBox .txt {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeIn.on {
	opacity: 1;
}
.fadeIn.delay01 {
	transition-delay: 0.4s;
}
/*------------------------------------------------------------
	fadeInLeft
------------------------------------------------------------*/
.fadeInLeft {
	opacity: 0;
	transform: translate(-60rem, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft.on {
	transform: translate(0, 0);
	opacity: 1;
}
/*------------------------------------------------------------
	fadeInRight
------------------------------------------------------------*/
.fadeInRight {
	opacity: 0;
	transform: translate(60rem, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight.on {
	opacity: 1;
	transform: translate(0, 0);
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	right: 0;
	bottom: 2rem;
	width: 39.5rem;
	z-index: 80;
}
.fixBtn .close {
	position: absolute;
	right: 1rem;
	top: -1.5rem;
	width: 2.5rem;
	cursor: pointer;
	transition: .3s;
}
@media all and (min-width: 897px) {
	.fixBtn a:hover {
		opacity: 0.7;
	}
	.fixBtn .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		bottom: 1rem;
		width: 30.6rem;
	}
	.fixBtn .close {
		right: 0;
		top: -0.8rem;
		width: 2rem;
	}
}
/*------------------------------------------------------------
	comBanner
------------------------------------------------------------*/
.comBanner {
	text-align: center;
}
.comBanner a:hover {
	opacity: 0.7;
}
.comBanner img {
	aspect-ratio: 193/69;
}
@media all and (max-width: 896px) {
	.comBanner {
		margin: 0 2.4rem;
	}
	.comBanner img {
		aspect-ratio: 654/698;
	}
}
/*------------------------------------------------------------
	comRecruit
------------------------------------------------------------*/
.comRecruit {
	padding: 18.5rem 0 11.8rem;
	background-color: #FFF;
}
.comRecruit .imgBox {
	margin: 0 6.3rem 0 2.4rem;
}
.comRecruit .imgBox .phoBox {
	width: 56rem;
	order: 1;
}
.comRecruit .imgBox .phoBox img {
	width: 100%;
	border-radius: 0.9rem;
}
.comRecruit .imgBox .txtBox {
	margin: 0.1rem 7rem 0 0;
	flex: 1;
}
.comRecruit .headLine01 {
	margin-bottom: 6.5rem;
}
/* .comRecruit .headLine01 .jp {
	color: #575757;
} */
.comRecruit .imgBox .subBox {
	margin-left: 3.3rem;
}
.comRecruit .imgBox .txtBox p {
	margin-bottom: 4rem;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.3rem;
}
@media all and (max-width: 896px) {
	.comRecruit {
		padding: 13rem 0 7.2rem;
	}
	.comRecruit .content {
		padding: 0 2rem;
	}
	.comRecruit .imgBox {
		margin: 0;
		display: block;
	}
	.comRecruit .imgBox .phoBox {
		margin: 0 0.4rem 2.9rem;
		width: auto;
	}
	.comRecruit .imgBox .txtBox {
		margin: 0;
		width: auto;
	}
	.comRecruit .headLine01 {
		margin: 0 0.5rem 5.6rem;
	}
	.comRecruit .headLine01 .en {
		margin-bottom: 0.5rem;
		font-size: 3.5rem;
		letter-spacing: 0.35rem;
	}
	.comRecruit .imgBox .subBox {
		margin-left: 0.4rem;
	}
	.comRecruit .imgBox .txtBox p {
		margin-bottom: 4rem;
		font-size: 1.6rem;
		letter-spacing: 0.24rem;
	}
	.comRecruit .imgBox .txtBox .mail {
		margin-bottom: 0.6rem;
	}
	.comRecruit .imgBox .txtBox .mail a {
		padding: 0.4rem 0 1.2rem 4.9rem;
		background-size: 3.3rem;
	}
	.comRecruit .imgBox .txtBox .mail img {
		max-width: 26.2rem;
	}
	.comRecruit .imgBox .txtBox .comBtn {
		margin-left: 0.3rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 11.3rem 0 12.2rem;
	color: #FFF;
	background-color: #0F1C80;
}
.comContact a {
	color: #FFF;
}
.comContact .inner {
	margin: 0 0 0 2.3rem;
}
.comContact .headLine01 {
	width: 62rem;
	color: #FFF;
	font-size: 2.4rem;
}
.comContact .headLine01 .en {
	margin-bottom: 2rem;
}
.comContact .txtBox {
	margin-top: 3.6rem;
	width: 50.3rem;
}
.comContact .txtBox dt {
	padding-top: 0.5rem;
	float: left;
	clear: left;
}
.comContact .txtBox dd {
	margin-bottom: 5.2rem;
	padding-left: 3.8em;
}
.comContact .txtBox dd:last-child {
	margin-bottom: 0;
}
.comContact .txtBox .textUl li {
	margin-bottom: 2.5rem;
	position: relative;
	padding-left: 2.4rem;
	min-height: 7.2rem;
	display: flex;
	align-items: center;
}
.comContact .txtBox .textUl li:last-child {
	margin-bottom: 0;
}
.comContact .txtBox .textUl li .sml {
	margin-bottom: 1rem;
	display: block;
	font-weight: 500;
}
.comContact .txtBox .textUl li::before {
	position: absolute;
	left: 0;
	top: 0rem;
	bottom: 0;
	width: 1px;
	background-color: #00A0E9;
	content: "";
}
.comContact .txtBox .textUl li img {
	width: auto;
	height: 2.1rem;
}
.comContact .txtBox .textUl li a:hover {
	opacity: 0.7;
}
.comContact .txtBox .textUl .tel a {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 4rem;
	line-height: 1;
	font-weight: 500;
}
.comContact .txtBox .textUl .tel .sml {
	margin: 0 0.3rem;
}
.comContact .txtBox .icon02 {
	margin: 1.5rem 0 0 -0.2rem;
}
.comContact .txtBox .textUl .link {
	padding-right: 2.6rem;
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	background: url(../img/common/icon09.png) no-repeat right 1.2rem/1.4rem;
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 9.6rem 0 9.2rem;
	}
	.comContact .inner {
		margin: 0;
		display: block;
	}
	.comContact .headLine01 {
		margin: 0 0 6rem;
		width: auto;
		font-size: 1.6rem;
	}
	.comContact .headLine01 .en {
		margin-bottom: 0.5rem;
		font-size: 3.5rem;
		letter-spacing: 0.35rem;
	}
	.comContact .txtBox {
		margin: 0;
		width: auto;
	}
	.comContact .txtBox dt {
		padding-top: 0.7rem;
	}
	.comContact .txtBox dt:nth-of-type(2) {
		padding-top: 1.5rem;
	}
	.comContact .txtBox dt img {
		width: 3.0rem;
	}
	.comContact .txtBox dd {
		margin-bottom: 2.4rem;
		padding-left: 3.8em;
	}
	.comContact .txtBox .textUl li {
		margin-bottom: 1rem;
		padding-left: 2.3rem;
		min-height: 5rem;
	}
	.comContact .txtBox .textUl .sub {
		margin-right: -2rem;
	}
	.comContact .txtBox .textUl li .sml {
		margin-bottom: 0.6rem;
	}
	.comContact .txtBox .textUl li img {
		height: 1.7rem;
	}
	.comContact .txtBox .textUl .tel a {
		margin-bottom: 1.2rem;
		font-size: 3.6rem;
		font-weight: 500;
	}
	.comContact .txtBox .textUl .tel .sml {
		margin-left: 0rem;
	}
	.comContact .txtBox .textUl li:before {
		top: 0.5rem;
		height: calc(100% - 0.2rem);
	}
	.comContact .txtBox .icon02 {
		margin: 0.2rem 0 0;
		width: 2.9rem;
	}
	.comContact .txtBox .textUl .link {
		padding-right: 2rem;
		font-size: 1.6rem;
		background-position: right 0.9rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 11.5rem auto 10rem;
	max-width: 115.4rem;
	text-align: right;
}
#pagePath li,
#pagePath li a {
	font-size: 1.2rem;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
#pagePath li {
	margin-right: 0.4rem;
}
#pagePath li:last-child {
	margin-right: 0;
}
#pagePath li a {
	padding-right: 1.2rem;
}
#pagePath li a::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 0.4rem;
	height: 0.7rem;
	background: url(../img/common/icon05.png) no-repeat left top / 100%;
	content: '';
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 1.9rem 2.4rem 3.3rem;
		max-width: inherit;
		text-align: right;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 19.4rem;
}
.comBtn a {
	padding: 1rem 1.9rem;
	min-height: 6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 3rem;
	border: 1px solid #0F1C80;
	color: #0F1C80;
	font-weight: 500;
	background: url(../img/common/icon08.png) no-repeat right 1.8rem top calc(50% + 0.1rem) / 1.4rem
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #fff;
		background-color: #0F1C80;
		background-image: url(../img/common/icon08_over.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 22rem;
	}
	.comBtn a {
		font-size: 1.6rem;
		background-position: right 1.8rem center;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	gap: 8rem 3.2rem;
}
.comNewsList li {
	width: calc((100% - 6.4rem)/3);
}
.comNewsList a {
	display: block;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList .photo {
	margin-bottom: 2rem;
	aspect-ratio: 600/380;
}
.comNewsList .photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 0.8rem;
}
.comNewsList .tagBox {
	margin-bottom: 0.7rem;
	align-items: flex-start;
}
.comNewsList .date {
	margin: 0.6rem 0.6rem 0 0;
	color: #1D2088;
	font-size: 1.8rem;
	line-height: 1;
}
.comNewsList .tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
	flex: 1;
}
.comNewsList .tag span {
	padding: 0.4rem 0.5rem 0.7rem;
	text-align: center;
	min-width: 12.1rem;
	font-size: 1.8rem;
	line-height: 1;
	border: 2px solid #1D2088;
	border-radius: 2rem;
	color: #1D2088;
}
.comNewsList .ttl {
	margin-bottom: 0.9rem;
	font-size: 1.8rem;
	letter-spacing: 0.18rem;
}
.comNewsList .txt {
	line-height: 1.8;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.comNewsList {
		gap: 3rem 0;
	}
	.comNewsList li {
		width: 100%;
	}
	.comNewsList .photo {
		margin-bottom: 1.8rem;
	}
	.comNewsList .tagBox {
		margin: 0 0.5rem 0.1rem 0;
	}
	.comNewsList .date {
		font-size: 1.6rem;
	}
	.comNewsList .tag span {
		padding: 0.8rem 0.5rem 0.8rem;
		min-width: 10.4rem;
		font-size: 1.6rem;
	}
	.comNewsList .ttl {
		margin-bottom: 0.7rem;
		font-size: 1.6rem;
		letter-spacing: 0.16rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
	margin: 0 0.5rem;
	padding-bottom: 0.3rem;
	width: 3.6rem;
	height: 3.6rem;
	font-size: 1.8rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00002B;
	border-radius: 0.6rem;
}
.wp-pagenavi .current {
	color: #fff;
	background-color: #00002B;
}
.wp-pagenavi .extend {
	margin: 0.2rem 0.8rem 0;
	padding-bottom: 0;
	display: block;
	width: auto;
	line-height: 1;
	font-size: 2rem;
	border: none;
	border-radius: 0;
	letter-spacing: 0.1em;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .pages {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #fff;
		background-color: #00002B;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 5rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBtnMore {
	padding-top: 0.4rem;
}
.comBtnMore a {
	padding: 0.6rem;
	display: block;
	color: #1D2088;
	font-weight: 400;
	letter-spacing: 0.32rem;
	text-align: center;
	font-family: "Young Serif", serif;
}
.comBtnMore a span {
	position: relative;
	display: inline-block;
	padding: 0 2.5rem;
}
.comBtnMore a .close {
	display: none;
}
.comBtnMore a.on .close {
	display: inline-block;
}
.comBtnMore a.on .more {
	display: none;
}
.comBtnMore a span:before, .comBtnMore a span:after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1.5rem;
	height: 1px;
	transition: .3s;
	background: #1D2088;
	content: "";
}
.comBtnMore a span:after {
	transform: rotate(90deg);
}
.comBtnMore a.on span:after {
	transform: rotate(0);
}
.comBtnMore a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtnMore {
		padding-top: 0;
	}
	.comBtnMore a {
		padding: 0.9rem;
		letter-spacing: 0.28rem;
	}
	.comBtnMore a span {
		padding-left: 0;
	}
}
/*------------------------------------------------------------
	comEnTtl
------------------------------------------------------------*/
.comEnTtl {
	position: absolute;
	right: 6.1rem;
	top: 0;
	color: #00A3F0;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.72rem;
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media all and (max-width: 896px) {
	.comEnTtl {
		right: -0.6rem;
		font-size: 2.4rem;
		line-height: 1.8;
		letter-spacing: 0.48rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comMainPho {
	margin: -14.9rem 0 10rem auto;
	width: calc(50% + 57.6rem);
	height: 52.3rem;
}
.comMainPho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	.comMainPho {
		margin: -10.3rem 0 3rem auto;
		width: calc(100% - 2.4rem) !important;
		height: auto !important;
		aspect-ratio: 702/336;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comAbout {
	margin-bottom: 22rem;
}
.comAbout .bgBox {
	padding: 16.6rem 0 24.3rem;
	background-color: #0F1C80;
}
.comAbout .bgBox .content {
	max-width: 138rem;
}
.comAbout .headLine01 {
	margin-bottom: 7rem;
	color: #00A3F0;
}
.comAbout .headLine01 .en {
	margin-right: 1.6rem;
	display: inline-block;
	vertical-align: 0.2rem;
}
.comAbout .listBox {
	padding-right: 18.9rem;
	max-width: 138.4rem;
	position: relative;
}
.comAbout .pointList li {
	scroll-margin-top: 10.7rem;
	display: flex;
	align-items: flex-start;
	padding: 0 3.2rem;
}
.comAbout .pointList li:not(:last-child) {
	margin-bottom: 5.2rem;
	padding-bottom: 5.2rem;
	border-bottom: 1px solid #00002B;
}
.comAbout .pointList .txtBox {
	margin-right: 9rem;
	flex: 1;
}
.comAbout .pointList .txtBox .num {
	margin-bottom: 1.6rem;
	font-size: 14.4rem;
	line-height: 1;
}
.comAbout .pointList .txtBox h3 {
	margin-bottom: 3rem;
	font-size: 3.4rem;
	line-height: 1.7;
	letter-spacing: 0.34rem;
}
.comAbout .pointList .txtBox .txt {
	line-height: 2;
	font-weight: 500;
}
.comAbout .pointList .phoBox {
	width: 53.4rem;
	border-radius: 0.8rem;
	overflow: hidden;
	aspect-ratio: 1068/972;
}
.comAbout .pointList .phoBox img {
	width: 100%;
}
@media all and (max-width: 1400px) {
	.comAbout .pointList .txtBox {
		margin-right: 6rem;
	}
}
@media all and (max-width: 896px) {
	.comAbout {
		margin-bottom: 11rem;
	}
	.comAbout .bgBox {
		padding: 6.6rem 0 22.6rem;
	}
	.comAbout .bgBox .content {
		padding: 0 2.4rem;
	}
	.comAbout .headLine01 {
		margin-bottom: 4rem;
	}
	.comAbout .headLine01 .en {
		display: block;
		margin: 0 0 1.3rem;
	}
	.comAbout .listBox {
		padding: 0 2.4rem 0;
	}
	.comAbout .pointList li {
		display: block;
		padding: 0;
		scroll-margin-top: 7.1rem;
	}
	.comAbout .pointList li:not(:last-child) {
		margin-bottom: 4rem;
		padding-bottom: 6rem;
	}
	.comAbout .pointList .txtBox {
		margin: 0 0 4.5rem;
	}
	.comAbout .pointList .txtBox .num {
		margin-bottom: 2.3rem;
		font-size: 6rem;
	}
	.comAbout .pointList .txtBox h3 {
		margin-bottom: 2.3rem;
		font-size: 2.8rem;
		letter-spacing: 0.28rem;
	}
	.comAbout .pointList .phoBox {
		width: auto;
	}
	.comAbout .comEnTtl {
		right: -0.8rem;
		top: 1.3rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comProduct {
	padding-bottom: 11.5rem;
	background: linear-gradient(360deg, #1D2088 89.5%, rgba(29, 32, 136, 0) 98.32%);
}
.comProduct .comMainPho {
	margin: 0 0 -4rem;
	position: relative;
	top: -9.7rem;
	width: calc(50% + 46rem);
	height: 45.2rem;
}
.comProduct .content {
	max-width: 126rem;
	padding-top: 6.4rem;
}
.comProduct .headLine01 {
	margin-bottom: 3.5rem;
	text-align: left;
}
.comProduct .headLine01 .en {
	margin-bottom: -0.3rem;
}
.comProduct .comTxtBox {
	margin-bottom: 11.2rem;
	justify-content: flex-end;
}
.comProduct .comTxtBox .ttl {
	margin-right: -1.5rem;
	width: 69rem;
	font-size: 3.4rem;
	letter-spacing: 0.17rem;
}
.comProduct .bgList {
	margin: -1rem -1.8rem 20.6rem 3.2rem;
}
.comProduct .bgList > li {
	width: 55.3rem;
}
.comProduct .bgList > li:first-child, .comProduct .subList > li {
	margin-top: 1rem;
	padding: 2.5rem 4rem 4.2rem 6.8rem;
	position: relative;
	border-radius: 0.4rem;
	background: #E5F6FF;
}
.comProduct .bgList .comEnTtl {
	right: auto;
	left: 1.2rem;
	top: 1.7rem;
	color: #0048AD;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.07rem;
}
.comProduct .bgList .comEnTtl span {
	margin-left: 0.2rem;
	display: inline-block;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comProduct .bgList h3 {
	margin-bottom: 1rem;
	color: #352F2D;
	font-size: 3.6rem;
	line-height: 1.8;
	letter-spacing: 0.18rem;
}
.comProduct .bgList li .txt {
	color: #352F2D;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.08rem;
	font-family: "Noto Sans JP", sans-serif;
}
.comProduct .bgList .txt:not(:last-child) {
	margin-bottom: 3rem;
}
.comProduct .bgList > li:first-child {
	margin-right: 1.8rem;
	background: #fff;
	width: 58.4rem;
	padding: 4.5rem 6.5rem 5.45rem;
}
.comProduct .bgList > li:first-child .comEnTtl {
	left: 0.8rem;
}
.comProduct .bgList > li:first-child h3 {
	margin-bottom: 2rem;
}
.comProduct .bgList .phoList {
	margin: 9.2rem -1.7rem 0 -0.4rem;
}
.comProduct .bgList .phoList li {
	width: 21.5rem;
}
.comProduct .bgList .phoList li:last-child {
	width: 22rem;
}
.comProduct .bgList .phoList a {
	display: block;
	text-align: center;
}
.comProduct .bgList .phoList a:hover {
	opacity: 0.7;
}
.comProduct .bgList .phoList .photo {
	display: flex;
	align-items: center;
	aspect-ratio: 120/78;
}
.comProduct .bgList .phoList li:last-child .photo {
	margin-right: -0.3rem;
	aspect-ratio: 120/75;
}
.comProduct .bgList .phoList li:last-child .photo img {
	margin-top: 1rem;
}
.comProduct .bgList .phoList p {
	display: inline-block;
	padding-right: 1.2rem;
	color: #0048AD;
	line-height: 1.8;
	letter-spacing: 0.08rem;
	background: url(../img/common/icon04.png) no-repeat right 1.1rem/0.5rem auto;
}
.comProduct .listBox {
	margin: 0 3.2rem 0 3.2rem;
	color: #fff;
}
.comProduct .listBox h3 {
	margin-bottom: 3.8rem;
	font-size: 2.4rem;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding: 0 0.8rem !important;
	position: fixed;
}
.mfp-container.mfp-iframe-holder {
	padding: 0 3rem !important;
}
.pupBox {
	margin: 0 auto;
	padding: 4rem 9.3rem 4rem 4.8rem;
	max-width: 100rem;
	max-height: calc(100svh - 4rem);
	overflow-y: auto;
	position: relative;
	border-radius: 0.8rem;
	background: #F7F9FB;
}
.pupBox .comEnTtl {
	right: 2.1rem;
	top: 4.5rem;
	font-size: 2.4rem;
	letter-spacing: 0.12rem;
}
.pupBox h2 {
	margin-bottom: 1.6rem;
	color: #352F2D;
	font-size: 3rem;
	line-height: 1.8;
	letter-spacing: 0.15rem;
}
.pupBox .txt {
	margin-bottom: 5rem;
	color: #352F2D;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.08rem;
}
.pupBox .imgBox .phoBox {
	margin-right: 2.6rem;
	width: 21.5rem;
	text-align: center;
}
.pupBox .imgBox .phoBox img {
	width: 100%;
}
.pupBox .imgBox .phoBox p {
	margin: 0.4rem 0 1.8rem;
	color: #47565A;
	font-size: 1.2rem;
}
.pupBox .imgBox .txtBox {
	flex: 1;
}
.pupBox .imgBox .txtBox table {
	width: 100%;
	border-collapse: collapse;
}
.pupBox .imgBox .txtBox th,
.pupBox .imgBox .txtBox td {
	width: 25%;
	color: #47565A;
	font-size: 1.5rem;
	padding: 1.5rem 1rem;
	text-align: center;
	vertical-align: middle;
	border: 1.5px solid #BEBEBE;
	background: #FFF;
}
.pupBox .imgBox .txtBox th {
	background: linear-gradient(270deg, #B9E7FD 0%, #CBECFC 100%);
}
.pupBox .imgBox .txtBox th:nth-child(2) {
	background: linear-gradient(270deg, #A5E2FD 0%, #B8E7FD 100%);
}
.pupBox .imgBox .txtBox th:nth-child(3) {
	background: linear-gradient(270deg, #91DCFE 0%, #A4E1FD 100%);
}
.pupBox .imgBox .txtBox th:nth-child(4) {
	background: linear-gradient(270deg, #7DD6FE 0%, #90DCFE 100%);
}
.pupBox .imgBox .txtBox tr:nth-child(2n) td {
	background: #F8F8F8;
}
#pop02 .imgBox .txtBox th:nth-child(2) {
	background: linear-gradient(270deg, #92DCFE 0%, #B7E7FD 100%);
}
#pop02 .imgBox .txtBox th:nth-child(3) {
	background: linear-gradient(270deg, #7ED6FE 0%, #90DBFE 100%);
}
@media all and (max-width: 896px) {
	.comProduct {
		padding-bottom: 11rem;
		background: linear-gradient(360deg, #1D2088 91.5%, rgba(29, 32, 136, 0) 100%);
	}
	.comProduct .comMainPho {
		margin: 0 0 -2.6rem;
		top: -4rem;
	}
	.comProduct .content {
		padding-top: 4.3rem;
	}
	.comProduct .headLine01 {
		margin-bottom: 5.5rem;
	}
	.comProduct .headLine01 .en {
		margin-bottom: 1.3rem !important;
	}
	.comProduct .comTxtBox {
		margin-bottom: 7.2rem;
	}
	.comProduct .comTxtBox .ttl {
		margin-right: -1rem;
		font-size: 2.4rem;
		letter-spacing: 0.12rem;
	}
	.comProduct .bgList {
		margin: -1rem 0 6rem;
		display: block;
	}
	.comProduct .bgList > li {
		width: auto;
	}
	.comProduct .bgList > li:first-child, .comProduct .subList > li {
		padding: 1.5rem 3rem 1.8rem 4rem;
		border-radius: 0.24rem;
	}
	.comProduct .bgList .comEnTtl {
		left: 0.3rem;
		top: 0.9rem;
		font-size: 1rem;
		letter-spacing: 0.05rem;
	}
	.comProduct .bgList h3 {
		margin: 0 -1rem 0.3rem 0;
		font-size: 2.3rem;
		letter-spacing: 0.11rem;
	}
	.comProduct .bgList li .txt {
		letter-spacing: 0.07rem;
	}
	.comProduct .bgList .txt:not(:last-child) {
		margin-bottom: 2.3rem;
	}
	.comProduct .bgList > li:first-child {
		margin: 0 0 1rem;
		width: auto;
		padding: 2.6rem 3.6rem 3.3rem;
	}
	.comProduct .bgList > li:first-child .comEnTtl {
		left: 0;
	}
	.comProduct .bgList > li:first-child h3 {
		margin: 0 0 0.6rem;
	}
	.comProduct .bgList .phoList {
		margin: 3.6rem -1rem 0 -0.2rem;
	}
	.comProduct .bgList .phoList li {
		width: 45%;
	}
	.comProduct .bgList .phoList li:last-child {
		width: 46.3%;
	}
	.comProduct .bgList .phoList li:last-child .photo {
		margin-right: -0.1rem;
	}
	.comProduct .bgList .phoList li:last-child .photo img {
		margin-top: 0.5rem;
	}
	.comProduct .bgList .phoList p {
		margin-top: 0.8rem;
		padding-right: 0;
		line-height: 1.45;
		letter-spacing: 0.07rem;
		text-align: left;
		background: none;
	}
	.comProduct .bgList .phoList p:after {
		margin-left: 0.6rem;
		content: "";
		display: inline-block;
		width: 0.6rem;
		height: 1rem;
		background: url(../img/common/icon04.png) no-repeat left top/100% auto;
	}
	.comProduct .listBox {
		margin: 0;
	}
	.comProduct .listBox h3 {
		margin-bottom: 3.8rem;
		font-size: 1.6rem;
	}
	.comProduct .listBox .subBox {
		display: block;
	}
	.comProduct .listBox .imgList {
		width: auto;
	}
	.comProduct .listBox .imgList:not(:last-child) {
		margin-bottom: 3.2rem;
	}
	.comProduct .listBox .imgList > li:not(:last-child) {
		margin-bottom: 3.2rem;
	}
	.comProduct .listBox .imgList .pho {
		width: 10rem;
	}
	.comProduct .listBox .imgList .txtBox .ttl {
		margin-bottom: 0.8rem;
		height: auto;
		display: block;
		line-height: 1;
		text-align: center;
	}
	.comProduct .listBox .imgList .txtBox .ttl01 {
		font-size: 1.8rem;
		line-height: 1.35;
	}
	.comProduct .listBox .imgList .txtBox .txtList {
		margin: 0 0 1.6rem;
		padding-top: 0.6rem;
		display: block;
	}
	.comProduct .listBox .imgList .txtBox .txtList li {
		margin: 0 0 1.2rem;
		width: auto !important;
	}
	.pupBox {
		padding: 4rem 7rem 4rem 2.6rem;
		width: auto;
	}
	.pupBox .comEnTtl {
		right: 0.9rem;
		top: 4.2rem;
		font-size: 2rem;
		letter-spacing: 0.1rem;
	}
	.pupBox h2 {
		margin: 0 -1rem 1.3rem 0;
		font-size: 2.3rem;
	}
	.pupBox .txt {
		margin-bottom: 2.8rem;
		font-size: 1.6rem;
	}
	.pupBox .imgBox {
		margin-right: -3.1rem;
		display: block;
	}
	.pupBox .imgBox .phoBox {
		margin: 0 0 3.1rem 2rem;
	}
	.pupBox .imgBox .phoBox p {
		margin: 0 0 2.1rem;
	}
	.pupBox .imgBox .txtBox th,
	.pupBox .imgBox .txtBox td {
		width: 25%;
		font-size: 0.85rem;
		padding: 0.6rem 0.2rem;
	}
	#pop02 .txt {
		margin-bottom: 3.8rem;
	}
	#pop02 .imgBox .phoBox {
		margin-bottom: 4.2rem;
	}
	.mfp-iframe-holder .mfp-content {
		max-height: calc(100svh - 5rem);
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comCase a {
	display: flex;
	align-items: flex-start;
	background: url(../img/common/icon12.png) no-repeat right 3.4rem top 3rem/6rem;
}
.comCase .headLine01 {
	margin-bottom: 0;
}
.comCase a:after {
	margin: 6rem 12.7rem 0 2.7rem;
	content: "";
	border-top: 1px solid #D3D3D3;
	flex: 1;
}
.comCase a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comCase a {
		padding-top: 0.6rem;
		background-position: right top;
	}
	.comCase .headLine01.large .en {
		margin-bottom: 0.4rem !important;
	}
	.comCase a:after {
		margin: 2.4rem 7.5rem 0 4.7rem;
	}
}