@charset "UTF-8";
/* .wrapper {
	overflow: hidden;
} */
.mv {
	padding: 0 5%;
	/* background: linear-gradient(90deg, #e4f5fc 50%, #c4e5ee 50%); */
	background: linear-gradient(90deg, #e4f5fc, #e4f5fc, #c4e5ee, #c4e5ee);
	overflow: hidden;
}
.mv__inner {
	display: flex;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.mv {
		padding: 0;
	}
}
/* -------------------------------- */
.cta {
	padding: 25px 5%;
	background: #2d9be1 url("/_common/img/home/cta-bg.webp") 50% 50% / auto auto repeat;
}
.cta__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.cta h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .05em;
}
.cta h2 span {
	color: #ffd200;
}
.cta__contents {
	display: flex;
	justify-content: center;
	gap: 32px;
	max-width: 880px;
	margin: 16px auto 0;
}
.cta__tel {
	flex: 1;
	max-width: 600px;
}
.cta__mail {
	flex: 1;
}
.cta__mail a:hover {
	opacity: .6;
	transition: .3s;
}
@media screen and (max-width: 767px) {
	.cta {
		padding: 25px 16px;
	}
	.cta h2 {
		font-size: 16px;
	}
	.cta__contents {
		flex-direction: column;
		gap: 16px;
		max-width: 320px;
		margin: 20px auto 0;
	}
}
/* -------------------------------- */
.wrong {
	background-color: #f1f7fc;
}
.wrong__inner {
	padding: 100px 5% 315px;
	background: url("/_common/img/home/wrong-bg.webp");
}
.wrong__sttl {
	display: flex;
	justify-content: center;
}
.wrong__sttl span {
	padding: 2px 20px;
	background-color: #fff;
	color: #19305c;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	border-radius: 100px;
}
.wrong h2 {
	margin-top: 20px;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 62px;
	letter-spacing: .05em;
	text-align: center;
}
.wrong h2 .bd {
	font-size: 56px;
	font-weight: 900;
	border-bottom: 5px solid #ffd200;
}
.wrong__text {
	margin-top: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .05em;
	text-align: center;
}
.wrong__text span {
	color: #ffd200;
}
.wrong__contents-wrap {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
}
.wrong__contents-wrap::after {
	position: absolute;
	content: "";
	bottom: -25px;
	left: 50%;
	transform: translate(-50%,50%);
	border: 50px solid rgba(0,0,0,0);
	border-top: 50px solid #0059b2;
	z-index: 3;
}
.wrong__man {
	position: absolute;
	top: -114px;
	left: 0;
	width: 315px;
}
.wrong__woman {
	position: absolute;
	top: -129px;
	right: 0;
	width: 225px;
}
.wrong__contents {
	position: relative;
	max-width: 880px;
	margin: -270px auto 0;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	overflow: hidden;
	z-index: 2;
}
.wrong__contents h3 {
	padding: 20px;
	background-color: #0277d1;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: .05em;
	text-align: center;
}
.wrong__contents h3 span {
	color: #ffd200;
	font-size: 30px;
}
.wrong__contents ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px 26px;
	padding: 30px 30px 40px;
}
@media screen and (max-width: 767px) {
	.wrong {
	}
	.wrong__inner {
		padding: 50px 16px 250px;
	}
	.wrong__sttl {
		display: flex;
		justify-content: center;
	}
	.wrong__sttl span {
		padding: 6px 26px;
		font-size: 20px;
	}
	.wrong h2 {
		margin-top: 20px;
		font-size: 26px;
		line-height: 1.5;
	}
	.wrong h2 .bd {
		font-size: 36px;
	}
	.wrong h2 .las {
		line-height: 2;
	}
	.wrong__text {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.8;
	}
	.wrong__contents-wrap::after {
		position: absolute;
		content: "";
		bottom: -25px;
		left: 50%;
		transform: translate(-50%,50%);
		border: 50px solid rgba(0,0,0,0);
		border-top: 50px solid #0059b2;
		z-index: 3;
	}
	.wrong__man {
		position: absolute;
		top: -120px;
		left: calc(50% - 60px);
		transform: translate(-50%,0);
		width: 165px;
	}
	.wrong__woman {
		position: absolute;
		top: -120px;
		left: calc(50% + 60px);
		right: initial;
		transform: translate(-50%,0);
		width: 125px;
	}
	.wrong__contents {
		position: relative;
		max-width: calc(100% - 32px);
		margin: -100px auto 0;
		background-color: #fff;
		border: 1px solid #cccccc;
		border-radius: 10px;
		overflow: hidden;
		z-index: 2;
	}
	.wrong__contents h3 {
		padding: 16px;
		font-size: 20px;
	}
	.wrong__contents h3 span {
		font-size: 26px;
	}
	.wrong__contents ul {
		grid-template-columns: repeat(2,1fr);
		gap: 6px;
		padding: 16px 10px 40px;
	}
}
/* -------------------------------- */
.result {
	padding: 75px 5% 100px;
	background-color: #f1f7fc;
}
.result__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.result__sttl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: .05em;
}
.result__sttl > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.result__sttl span {
	padding: 4px 14px;
	background-color: #ffd200;
	font-size: 36px;
	border-radius: 10px;
}
.result h2 {
	margin-top: 20px;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: .05em;
	text-align: center;
}
.result h2 span {
	color: #ec6a17;
}
.result__contents {
	position: relative;
	margin-top: 45px;
}
.result__woman {
	position: absolute;
	top: 0;
	right: -27px;
	width: 303px;
	transform: translateY(-100%);
}
.result__contents ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 35px;
	height: 100%;
}
.result__contents ul li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px;
	background-color: #0277d1;
	border: 5px solid #fff;
	border-radius: 10px;
}
.result__contents ul li:nth-child(2) {
	background-color: #0eafb1;
}
.result__contents-sttl {
	display: flex;
	justify-content: center;
}
.result__contents-sttl span {
	padding: 4px 24px;
	background-color: #ffd200;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .05em;
	border-radius: 100px;
}
.result__contents h3 {
	margin-top: 16px;
	color: #fff;
	font-size: 26px;
	line-height: 42px;
	letter-spacing: .05em;
	text-align: center;
}
.result__contents h3 span {
	font-size: 34px;
	font-weight: 700;
}
.result__contents-visual {
	margin-top: 24px;
}
.result__contents-text {
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: .05em;
	text-align: center;
}
.result__contents-text span {
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
}
.result__contents-btn {
	display: flex;
	justify-content: center;
	margin-top: auto;
}
.result__contents-btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 384px;
	height: 70px;
	margin-top: 30px;
	background-color: #ec6a17;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .1em;
	border-radius: 35px;
}
.result__contents-btn a i {
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translate(0,-50%);
	font-size: 22px;
	font-weight: bold;
}
.result__contents-btn a:hover {
	opacity: .6;
	transition: .3s;
}
@media screen and (max-width: 767px) {
	.result {
		padding: 50px 16px;
	}
	.result__sttl {
		flex-direction: column;
		gap: 10px;
		font-size: 20px;
	}
	.result__sttl > div {
		gap: 10px;
	}
	.result__sttl span {
		font-size: 20px;
	}
	.result h2 {
		margin-top: 10px;
		font-size: 36px;
	}
	.result__contents {
		position: relative;
		margin-top: 30px;
	}
	.result__woman {
		position: relative;
		top: initial;
		right: initial;
		width: 200px;
		margin: 0 auto;
		transform: initial;
	}
	.result__contents ul {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 30px;
	}
	.result__contents ul li {
		padding: 30px 20px;
	}
	.result__contents-sttl span {
		padding: 4px 24px;
		background-color: #ffd200;
		font-size: 18px;
	}
	.result__contents h3 {
		margin-top: 16px;
		font-size: 20px;
		line-height: 1.8;
	}
	.result__contents h3 span {
		font-size: 26px;
		line-height: 1.5;
	}
	.result__contents-visual {
		margin-top: 20px;
	}
	.result__contents-text {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.8;
	}
	.result__contents-text span {
		font-size: 18px;
		line-height: 1.8;
	}
	.result__contents-btn {
		display: flex;
		justify-content: center;
		margin-top: auto;
	}
	.result__contents-btn a {
		max-width: 384px;
		height: 70px;
		margin-top: 20px;
		font-size: 18px;
		font-weight: 700;
	}
	.result__contents-btn a i {
		position: absolute;
		top: 50%;
		right: 35px;
		transform: translate(0,-50%);
		font-size: 22px;
		font-weight: bold;
	}
}
/* -------------------------------- */
.features {
	padding: 50px 5% 95px;
	background-color: #55c0eb;
}
.features__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.features h2 .en {
	display: block;
	color: #fff;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
}
.features h2 .ja {
	display: block;
	margin-top: 6px;
	color: #fff;	
	font-size: 46px;
	line-height: 62px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
}
.features ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 62px 35px;
	margin-top: 66px;
}
.features ul li {
	padding: 0 15px 34px;
	background-color: #f1f7fc;
	border-radius: 10px;
	box-shadow: 5px 0 8px rgba(0,0,0,0.05);
}
.features ul li .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin: 0 auto;
	margin-top: -31px;
	background-color: #0277d1;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 32px;
}
.features ul li h3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 60px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
}
.features ul li h3 span {
	display: block;
	color: #0277d1;
	font-size: 28px;
}
.features__visual {
	margin-top: 16px;
	border: 3px solid #fff;
	border-radius: 10px;
	overflow: hidden;
}
.features ul li p {
	margin-top: 16px;
	line-height: 28px;
	letter-spacing: .05em;
}
.features ul li p span {
	color: #ec6a17;
}
.features .banners {
	display: flex;
	flex-direction: column;
	gap: 38px;
	margin-top: 95px;
}
.features .banners a {
	display: block;
}
.features .banners a:hover {
	opacity: .6;
	transition: .3s;
}
@media screen and (max-width: 767px) {
	.features {
		padding: 50px 16px;
	}
	.features h2 .en {
		font-size: 20px;
	}
	.features h2 .ja {
		margin-top: 10px;
		font-size: 36px;
		line-height: 1.5;
	}
	.features ul {
		grid-template-columns: repeat(1,1fr);
		gap: 60px;
		margin-top: 70px;
	}
	.features ul li {
		padding: 0 15px 34px;
	}
	.features ul li h3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 60px;
		margin-top: 20px;
		font-size: 20px;
		line-height: 1.8;
		font-weight: 700;
		letter-spacing: .05em;
		text-align: center;	
	}
	.features ul li h3 span {
		display: block;
		color: #0277d1;
		font-size: 26px;
	}
	.features__visual {
		margin-top: 16px;
		border: 3px solid #fff;
		border-radius: 10px;
		overflow: hidden;
	}
	.features ul li p {
		margin-top: 16px;
		line-height: 1.8;
		letter-spacing: .05em;
	}
	.features ul li p span {
		color: #ec6a17;
	}
	.features .banners {
		display: flex;
		flex-direction: column;
		gap: 30px;
		margin-top: 50px;
	}
}
/* -------------------------------- */
.service {
	padding: 100px 5%;
	background-color: #eff3f3;
}
.service__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.service h2 .en {
	display: block;
	color: #0277d1;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
}
.service h2 .ja {
	display: block;
	margin-top: 6px;
	font-size: 46px;
	line-height: 62px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
}
.horizontal-wrap {
	position: relative;
}
.service__chara {
	position: absolute;
	top: 20px;
	right: -14px;
	transform: translateY(-100%);
	width: 100%;
	max-width: 269px;
}
.service ul.horizontal {
	position: relative;
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 38px;
	margin-top: 45px;
	z-index: 2;
}
.service ul.horizontal li {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.service ul.horizontal li h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 22px 30px;
	background: url("/_common/img/home/service-bg.webp");
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: .05em;
}
.service ul.horizontal li h3 span {
	width: 43px;
	min-width: 43px;
}
.service ul.horizontal li .service__contents {
	position: relative;
	display: flex;
	gap: 35px;
	padding: 45px 30px 26px;
	border: 5px solid #0351a9;
	border-top: 0;
}
.service__down {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.service ul.horizontal li .service__visual {
	width: 436px;
	min-width: 436px;
	border-radius: 10px;
	overflow: hidden;
}
.service ul.horizontal li p {
	width: 100%;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 32px;
	letter-spacing: .05em;
}
.service__btn {
	display: flex;
	justify-content: center;
}
.service__btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 384px;
	height: 70px;
	margin-top: 62px;
	background-color: #ec6a17;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .1em;
	border-radius: 35px;
}
.service__btn a i {
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translate(0,-50%);
	font-size: 22px;
	font-weight: bold;
}
.service__btn a:hover {
	opacity: .6;
	transition: .3s;
}
@media screen and (max-width: 767px) {
	.service {
		padding: 50px 16px;
	}
	.service h2 .en {
		font-size: 20px;
	}
	.service h2 .ja {
		display: block;
		margin-top: 6px;
		font-size: 36px;
		line-height: 62px;
		font-weight: 700;
		letter-spacing: .05em;
		text-align: center;	
	}
	.service__chara {
		position: relative;
		top: initial;
		right: initial;
		transform: initial;
		width: 100%;
		max-width: 169px;
		margin: 30px auto 0;
	}
	.service ul.horizontal {
		grid-template-columns: repeat(1,1fr);
		gap: 30px;
		margin-top: -10px;
	}
	.service ul.horizontal li h3 {
		gap: 12px;
		padding: 16px 20px;
		font-size: 20px;
	}
	.service ul.horizontal li h3 span {
		width: 30px;
		min-width: 30px;
	}
	.service ul.horizontal li .service__contents {
		flex-direction: column;
		gap: 20px;
		padding: 45px 20px 20px;
	}
	.service ul.horizontal li .service__visual {
		width: 100%;
		min-width: 100%;
	}
	.service ul.horizontal li p {
		width: 100%;
		font-size: 16px;
		line-height: 1.8;
	}
	.service__btn {
		display: flex;
		justify-content: center;
	}
	.service__btn a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 384px;
		height: 70px;
		margin-top: 40px;
		background-color: #ec6a17;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: .1em;
		border-radius: 35px;
	}
	.service__btn a i {
		position: absolute;
		top: 50%;
		right: 35px;
		transform: translate(0,-50%);
		font-size: 22px;
		font-weight: bold;
	}
	.service__btn a:hover {
		opacity: .6;
		transition: .3s;
	}
}
/* -------------------------------- */
.service ul.vertical {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 38px;
	margin-top: 80px;
}
.service ul.vertical li {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	/* overflow: hidden; */
}
.service ul.vertical li h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 6px 16px 8px 0;
	background: url("/_common/img/home/service-bg.webp");
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: .05em;
	border-radius: 10px 10px 0 0;
}
.service ul.vertical li h3 .icon {
	width: 136px;
	min-width: 136px;
	transform: translateX(-26px);
}
.service ul.vertical li h3 .text {
	transform: translateX(-16px);
}
.service ul.vertical li .service__contents {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 45px 30px 26px;
	border: 5px solid #0351a9;
	border-top: 0;
	border-radius: 0 0 10px 10px;
}
.service ul.vertical li .service__visual {
	border-radius: 10px;
	overflow: hidden;
}
.service ul.vertical li p {
	width: 100%;
	margin-top: 26px;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 32px;
	letter-spacing: .05em;
}
.service ul.vertical li .service__contents-btn {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
}
.service ul.vertical li .service__contents-btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 250px;
	height: 50px;
	margin-top: 24px;
	background-color: #ec6a17;
	color: #fff;
	font-weight: 700;
	letter-spacing: .1em;
	border-radius: 35px;
}
.service ul.vertical li .service__contents-btn a  i {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0,-50%);
	font-size: 16px;
}
.service ul.vertical li .service__contents-btn a:hover {
	opacity: .6;
	transition: .3s;
}
@media screen and (max-width: 767px) {
	.service ul.vertical {
		grid-template-columns: repeat(1,1fr);
		gap: 30px;
		margin-top: 50px;
	}
	.service ul.vertical li {
		display: flex;
		flex-direction: column;
		height: 100%;
		background-color: #fff;
		border-radius: 10px;
		/* overflow: hidden; */
	}
	.service ul.vertical li h3 {
		display: flex;
		align-items: center;
		gap: 16px;
		padding: 6px 16px 8px 0;
		background: url("/_common/img/home/service-bg.webp");
		color: #fff;
		font-size: 20px;
		font-weight: 900;
		letter-spacing: .05em;
		border-radius: 10px 10px 0 0;
	}
	.service ul.vertical li h3 .icon {
		width: 90px;
		min-width: 90px;
		transform: translateX(-10px);
	}
	.service ul.vertical li h3 .text {
		transform: translateX(-16px);
	}
	.service ul.vertical li .service__contents {
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 20px;
		border: 5px solid #0351a9;
		border-top: 0;
		border-radius: 0 0 10px 10px;
	}
	.service ul.vertical li .service__visual {
		border-radius: 10px;
		overflow: hidden;
	}
	.service ul.vertical li p {
		width: 100%;
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: .05em;
	}
	.service ul.vertical li .service__contents-btn {
		display: flex;
		justify-content: flex-end;
		margin-top: auto;
	}
	.service ul.vertical li .service__contents-btn a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 180px;
		height: 50px;
		margin-top: 20px;
		background-color: #ec6a17;
		color: #fff;
		font-weight: 700;
		letter-spacing: .1em;
		border-radius: 35px;
	}
	.service ul.vertical li .service__contents-btn a  i {
		position: absolute;
		top: 50%;
		right: 18px;
		transform: translate(0,-50%);
		font-size: 16px;
	}
	.service ul.vertical li .service__contents-btn a:hover {
		opacity: .6;
		transition: .3s;
	}
}
/* -------------------------------- */
.news {
	padding: 65px 5% 100px;
}
.news__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.news h2 .en {
	display: block;
	color: #0277d1;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
}
.news h2 .ja {
	display: block;
	margin-top: 6px;
	font-size: 46px;
	line-height: 62px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
}
ul.tab-menu {
	display: flex;
	gap: 1px;
	margin-top: 50px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
ul.tab-menu li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	background-color: #0277d1;
	color: #fff;
	font-weight: 900;
	transition: background 0.3s;
	cursor: pointer;
}
ul.tab-menu li.active {
	background: #034b9d;
}
.tab-content {
	display: none;
	padding: 50px 30px;
	border: 3px solid #0277d1;
	border-radius: 0 0 10px 10px;
}
.tab-content.active {
	display: block;
}
.tab-content ul {
}
.tab-content ul li {
	display: flex;
	align-items: flex-start;
	padding: 40px 0;
	border-bottom: 1px solid #e2e2e2;
}
.tab-content ul li:nth-child(1) {
	padding-top: 0;
}
.tab-content ul li .news__thumbnail {
	width: 340px;
	min-width: 340px;
}
.tab-content ul li .news__thumbnail img {
	aspect-ratio: 1/.669;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
}
.tab-content ul li .news__contents {
	width: 100%;
	padding-left: 38px;
}
.tab-content ul li .news__contents h3 {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: .05em;
}
.tab-content ul li .news__contents p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	margin-top: 24px;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 32px;
	letter-spacing: .05em;
}
.news__btn {
	display: flex;
	justify-content: flex-end;
}
.news__btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 250px;
	height: 50px;
	margin-top: 30px;
	background-color: #ec6a17;
	color: #fff;
	font-weight: 700;
	letter-spacing: .1em;
	border-radius: 35px;
}
.news__btn a  i {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0,-50%);
	font-size: 16px;
}
.news__btn a:hover {
	opacity: .6;
	transition: .3s;
}
@media screen and (max-width: 767px) {
	.news {
		padding: 50px 16px;
	}
	.news h2 .en {
		font-size: 20px;
	}
	.news h2 .ja {
		display: block;
		margin-top: 6px;
		font-size: 36px;
		line-height: 1.5;
		font-weight: 700;
		letter-spacing: .05em;
		text-align: center;	
	}
	ul.tab-menu {
		display: flex;
		gap: 1px;
		margin-top: 30px;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}
	ul.tab-menu li {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80px;
		background-color: #0277d1;
		color: #fff;
		font-size: 14px;
		font-weight: 900;
		transition: background 0.3s;
		cursor: pointer;
	}
	ul.tab-menu li.active {
		background: #034b9d;
	}
	.tab-content {
		display: none;
		padding: 20px;
		border: 3px solid #0277d1;
		border-radius: 0 0 10px 10px;
	}
	.tab-content.active {
		display: block;
	}
	.tab-content ul {
	}
	.tab-content ul li {
		flex-direction: column;
		padding: 30px 0;
		border-bottom: 1px solid #e2e2e2;
	}
	.tab-content ul li:nth-child(1) {
		padding-top: 0;
	}
	.tab-content ul li .news__thumbnail {
		width: 100%;
		min-width: 100%;
	}
	.tab-content ul li .news__thumbnail img {
		aspect-ratio: 1/.669;
		object-fit: cover;
		border-radius: 10px;
		overflow: hidden;
	}
	.tab-content ul li .news__contents {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.tab-content ul li .news__contents h3 {
		font-size: 18px;
		font-weight: 900;
		letter-spacing: .05em;
	}
	.tab-content ul li .news__contents p {
		margin-top: 16px;
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: .05em;
	}
	.news__btn {
		display: flex;
		justify-content: flex-end;
	}
	.news__btn a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 180px;
		height: 50px;
		margin-top: 20px;
		background-color: #ec6a17;
		color: #fff;
		font-weight: 700;
		letter-spacing: .1em;
		border-radius: 35px;
	}
	.news__btn a  i {
		position: absolute;
		top: 50%;
		right: 18px;
		transform: translate(0,-50%);
		font-size: 16px;
	}
	.news__btn a:hover {
		opacity: .6;
		transition: .3s;
	}
}
/* -------------------------------- */
.details {
	padding: 72px 5% 100px;
}
.details__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.area {
	position: relative;
	padding: 20px 14px;
	border: 1px solid #034b9d;
	border-radius: 10px;
}
.area h2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 10px;
	background-color: #fff;
	color: #0351a9;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
}
.area h3 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
}
.area p {
	margin-top: 8px;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	letter-spacing: .05em;
	line-height: 32px;
}
.repair {
	margin-top: 72px;
	padding: 45px 38px;
	background-color: #0277d1;
	border-radius: 10px;
}
.repair h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: .05em;
	text-align: center;
}
.repair__text {
	margin-top: 28px;
	color: #fff;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	letter-spacing: .05em;
	line-height: 32px;
}
.repair__contents {
	margin-top: 50px;
	padding: 42px 52px;
	background-color: #fff;
	border-radius: 10px;
}
.repair__contents h3 {
	padding-left: 12px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: .05em;
	border-left: 4px solid #0086d6;
}
.repair__contents-text {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.repair__contents h3:last-of-type {
	margin-top: 50px;
}
.repair__contents-text p {
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	letter-spacing: .05em;
	line-height: 32px;
}
.repair__contents-text img {
	width: 293px;
	min-width: 293px;
}
@media screen and (max-width: 767px) {
	.details {
		padding: 80px 5% 50px;
	}
	.details__inner {
	}
	.area {
		position: relative;
		padding: 50px 14px 14px;
		border: 1px solid #034b9d;
		border-radius: 10px;
	}
	.area h2 {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 300px;
		padding: 0 10px;
		background-color: #fff;
		color: #0351a9;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: .05em;
		text-align: center;	
	}
	.area h3 {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: .05em;
	}
	.area p {
		margin-top: 4px;
		font-size: 16px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
		letter-spacing: .05em;
		line-height: 1.8;
	}
	.repair {
		margin-top: 50px;
		padding: 30px 10px 10px;
		background-color: #0277d1;
		border-radius: 10px;
	}
	.repair h2 {
		color: #fff;
		font-size: 24px;
		font-weight: 900;
		letter-spacing: .05em;
		text-align: center;
	}
	.repair__text {
		margin-top: 20px;
		color: #fff;
		font-size: 16px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
		letter-spacing: .05em;
		line-height: 1.8;
	}
	.repair__contents {
		margin-top: 50px;
		padding: 16px;
		background-color: #fff;
		border-radius: 10px;
	}
	.repair__contents h3 {
		padding-left: 12px;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: .05em;
		border-left: 4px solid #0086d6;
	}
	.repair__contents-text {
		margin-top: 20px;
		flex-direction: column;
	}
	.repair__contents h3:last-of-type {
		margin-top: 50px;
	}
	.repair__contents-text p {
		font-size: 16px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
		letter-spacing: .05em;
		line-height: 1.8;
	}
	.repair__contents-text img {
		width: 100%;
		min-width: 100%;
	}
}