@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  src:
      url("/fonts/Noto+Sans+JP.woff") format("woff"),
  url("/fonts/Noto+Sans+JP.ttf") format("truetype");
  display: swap;
}

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: clip;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1200px) {
	html {
		font-size: .8334vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.6667vw;
	}
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	background: #000;
	display: flex;
	justify-content: center;
	padding: .5rem;
}
.header_logo {
	width: 12rem;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: .7rem;
	}
	.header_logo {
		width: 8.6rem;
	}
}

/*mv
----------------------------------------*/
.mv {
	background: url(../img/mv_bg_01.webp) no-repeat center top / auto 63rem;
}
.mv_copy img {
	width: 100%;
	height: 35.4rem;
	object-fit: cover;
	position: absolute;
	top: 2.3rem;
	left: 0;
	right: 0;
}
.mv_img img {
	width: 100%;
	height: 63rem;
	object-fit: cover;
}
.mv_ttl {
	width: 82.7rem;
	position: absolute;
	bottom: 4rem;
	left: 1rem;
	right: 0;
	margin: 0 auto;
}
.mv_ttl::after {
	content: '';
	display: block;
	width: 15.4rem;
	height: 27.9rem;
	background: url(../img/mv_img_02.webp) no-repeat left top / 100% auto;
	position: absolute;
	left: .9rem;
	bottom: 1.5rem;
	opacity: 0;
}
.mv.show .mv_ttl::after {
	animation-fill-mode: forwards;
	animation-duration: .5s;
	animation-name: mv_ttl_03;
	animation-iteration-count: 1;
	animation-delay: 1s;
}
.mv_ttl span {
	width: 0;
	display: block;
	overflow: hidden;
}
.mv_ttl span img {
	width: 56.3rem;
	max-width: none;
	display: block;
}
.mv_ttl span + span {
	margin-top: .4rem;
}
.mv_ttl span:first-child {
	width: 0;
	margin-left: 27rem;
}
.mv_ttl span:first-child img {
	width: 55.7rem;
}
.mv.show .mv_ttl span {
	animation-fill-mode: forwards;
	animation-duration: .5s;
	animation-name: mv_ttl_01;
	animation-iteration-count: 1;
	animation-delay: .5s;
}
.mv.show .mv_ttl span:first-child {
	animation-fill-mode: forwards;
	animation-duration: .5s;
	animation-name: mv_ttl_02;
	animation-iteration-count: 1;
	animation-delay: 0s;
}
@keyframes mv_ttl_01 {
	0% {
		width: 0;
	}
	100% {
		width: 56.3rem;
	}
}
@keyframes mv_ttl_02 {
	0% {
		width: 0;
	}
	100% {
		width: 55.7rem;
	}
}
@keyframes mv_ttl_03 {
	0% {
		opacity: 0;
		transform: translateX(-5rem) translateY(-5rem);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
@media only screen and (min-width: 1921px) {
	.mv {
		background: url(../img/mv_bg_01.webp) no-repeat center top / 100% auto;
	}
	.mv_copy img {
		width: 100%;
		height: auto;
	}
	.mv_img img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
	.mv {
		background: none;
	}
	.mv_copy {
		display: none;
	}
	.mv_img img {
		width: 100%;
		height: auto;
	}
	.mv_ttl {
		width: 35.5rem;
		bottom: 4.7rem;
		left: .1rem;
	}
	.mv_ttl::after {
		width: 9.4rem;
		height: 17rem;
		left: .4rem;
		bottom: -1.3rem;
	}
	.mv_ttl span img {
		width: 21.5rem;
	}
	.mv_ttl span + span {
		margin: .3rem 0 0 14rem;
	}
	.mv_ttl span:first-child {
		margin-left: 19.4rem;
	}
	.mv_ttl span:first-child img {
		width: 16.1rem;
	}
	.mv_ttl span:last-child {
		margin-left: 0;
		animation-fill-mode: forwards;
		animation-duration: .5s;
		animation-name: mv_ttl_04;
		animation-iteration-count: 1;
		animation-delay: 1s !important;
	}
	.mv_ttl span:last-child img {
		width: 35.5rem;
	}
	@keyframes mv_ttl_01 {
		0% {
			width: 0;
		}
		100% {
			width: 56.3rem;
		}
	}
	@keyframes mv_ttl_02 {
		0% {
			width: 0;
		}
		100% {
			width: 16.1rem;
		}
	}
	@keyframes mv_ttl_04 {
		0% {
			width: 0;
		}
		100% {
			width: 16.1rem;
		}
	}
}

/*point
----------------------------------------*/
.point {
	margin: -2.8rem 0 0;
}
.point_inner {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 6.54rem;
}
.point figure {
	width: 16.7rem;
}
@media only screen and (max-width: 768px) {
	.point {
		margin: -4.4rem 1rem 0;
	}
	.point_inner {
		gap: .5rem;
		margin-bottom: 3.7rem;
	}
.point figure {
	width: 16.7rem;
}
}

/* cta
----------------------------------------*/
.cta {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48rem;
	margin: 0 auto;
	background: #004E9B;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .04em;
	font-weight: 700;
	height: 7rem;
	border-radius: 3.5rem;
	padding-top: .2rem;
	box-shadow: 0 .6rem 0 #00366C;
}
.cta span {
	display: block;
	background: url(../img/cta_balloon.svg) no-repeat left top / 100% auto;
	width: 14.3295rem;
	height: 6.3769rem;
	position: absolute;
	left: 0;
	right: 0;
	top: -3.7rem;
	margin: 0 auto;
	font-size: 2.2rem;
	letter-spacing: .06em;
	color: #004E9B;
	padding: .7rem 0 0;
}
.cta::after {
	content: '';
	display: block;
	background: url(../img/icon_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
	width: .8967rem;
	height: 1.402rem;
	transition: transform .3s;
}
@media (hover:hover) {
	.cta:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.cta {
		width: 33.5rem;
		font-size: 1.7rem;
		height: 5.5rem;
		padding-top: .1rem;
	}
	.cta span {
		background-image: url(../img/cta_balloon-sp.svg);
		width: 11.0762rem;
		height: 4.9742rem;
		top: -2.7rem;
		left: .5rem;
		font-size: 1.8rem;
		padding: .5rem 0 0;
	}
	.cta::after {
		right: 1.6rem;
		width: .64rem;
		height: 1rem;
	}
}

/*concerns
----------------------------------------*/
.concerns {
	background: url(../img/concerns_bg_01.webp) no-repeat center top / 192rem 100%;
	margin-top: 4.66rem;
	padding: 2.6rem 0 7rem;
	z-index: 2;
}
.concerns h2 {
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.43;
	letter-spacing: .04em;
	margin-bottom: 2rem;
}
.concerns h2 span {
	font-size: 4rem;
	letter-spacing: .04em;
	line-height: 0;
}
.concerns h2 span::after {
	content: '';
	background: url(../img/concerns_ttl_line.webp) no-repeat left top / 100% auto;
	width: 14.5rem;
	height: 1.7rem;
	position: absolute;
	left: 0;
	bottom: -1.2rem;
}
.concerns figure {
	width: 57.4rem;
	margin: 0 auto .9rem;
	left: 3.8rem;
}
.concerns_box {
	max-width: 49.3rem;
	margin: 0 auto;
	background: rgba(255, 255, 255, .8);
	border-radius: .6rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
	padding: .8rem .5rem .7rem;
}
.concerns_box span {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: .4rem;
	text-decoration-thickness: .3rem;
}
@media only screen and (min-width: 1921px) {
	.concerns {
		background: url(../img/concerns_bg_01.webp) no-repeat center top / 100% 100%;
	}
}
@media only screen and (max-width: 768px) {
	.concerns {
		background: url(../img/concerns_bg_01-sp.webp) no-repeat center top / 100% auto;
		margin-top: 3.1rem;
		padding: 1.9rem 0 7.2rem;
	}
	.concerns h2 {
		font-size: 1.8rem;
		margin-bottom: 2.3rem;
	}
	.concerns h2 span {
		font-size: 2.8rem;
	}
	.concerns h2 span::after {
		width: 9.9rem;
		height: 1.3rem;
		bottom: -.9rem;
	}
	.concerns figure {
		width: 35.4rem;
		margin: 0 auto 1.8rem;
		left: .3rem;
	}
	.concerns_box {
		max-width: 28.6rem;
		font-size: 1.4rem;
		padding: .8rem .5rem .8rem;
	}
	.concerns_box span {
		text-underline-offset: .5rem;
		text-decoration-thickness: .2rem;
	}
}

/*about
----------------------------------------*/
.about_head {
	max-width: 95.856rem;
	margin: 0 auto;
	padding: 2.4rem 0 0;
}
.about_head h2 {
	position: absolute;
	left: 0;
	top: -4.4rem;
}
.about_txt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: .02em;
	margin-bottom: 5.4rem;
	z-index: 2;
}
.about_txt span {
	text-decoration: underline;
	text-underline-offset: .7rem;
	text-decoration-thickness: .5rem;
	text-decoration-color: #C00000;
}
.about_head_img {
	max-width: 96rem;
	margin: 0 auto -9.6rem;
	z-index: 2;
}
.about_achievement {
	background: url(../img/about_bg_01.webp) no-repeat center top / cover;
	text-align: center;
	padding: 17rem 0 3.1rem;
}
.about_achievement::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15.4rem 48rem 0;
	border-color: #fff transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: -.8rem;
	margin: 0 auto;
}
.about_achievement h3 {
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 2.01;
}
.about_achievement h3 span {
	background: #000;
	color: #fff;
	font-size: 3.6rem;
	letter-spacing: .02em;
	display: inline-block;
	padding: .8rem 1.2rem 1.1rem .6rem;
	line-height: 1;
	margin-right: .3rem;
}
.about_achievement figure {
	width: 64rem;
	margin: 2.1rem auto 0;
}
.about_note {
	max-width: 64rem;
	margin: .8rem auto 0;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: left;
}
.about_note span {
	margin-right: 1.2rem;
}
@media only screen and (max-width: 768px) {
	.about_head {
		padding: 4rem 0 0;
	}
	.about_head h2 {
		top: -3.3rem;
	}
	.about_txt {
		font-size: 1.6rem;
		margin-bottom: 6.1rem;
	}
	.about_txt span {
		text-decoration-thickness: .4rem;
	}
	.about_head_img {
		display: flex;
		gap: .6rem;
		margin: 0 auto -3rem;
	}
	.about_head_img::after {
		content: '';
		display: block;
		width: 75.761rem;
		height: 14.6rem;
		background: url(../img/about_img_01.webp) no-repeat left top / 100% auto;
		flex-shrink: 0;
	}
	.about_head_img img {
		flex-shrink: 0;
		height: 14.6rem;
		width: auto;
		max-width: none;
		animation-fill-mode: forwards;
		animation-duration: 20s;
		animation-name: about_head_img;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
	@keyframes about_head_img {
		0% {
			margin-left: 0;
		}
		100% {
			margin-left: -76.2rem;
		}
	}
	.about_achievement {
		background-image: url(../img/about_bg_01-sp.webp);
		background-position: center bottom;
		padding: 9.1rem 0 3.1rem;
	}
	.about_achievement::before {
		border-width: 6.7rem 20.9rem 0;
		top: 0;
		left: calc(50% - 20.9rem);
		right: auto;
		margin: 0;
	}
	.about_achievement h3 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.about_achievement h3 span {
		font-size: 2.7rem;
		padding: .4rem .6rem .7rem .6rem;
		margin: .6rem .6rem 0 0;
	}
	.about_achievement figure {
		width: 100%;
		margin: 2.6rem auto 0;
	}
	.about_note {
		max-width: 33.5rem;
		margin: 2.2rem auto 0;
		font-size: 1rem;
	}
	.about_note span {
		margin-right: 1rem;
	}
}

/*achievement
----------------------------------------*/
.achievement {
	padding: 3.8rem 0 0;
}
.achievement h2 {
	width: 25.2rem;
	border: .5rem solid #000;
	margin: 0 auto 2.2rem;
	font-size: 2.6rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-align: center;
	transform: skewX(-20deg);
	padding: .1rem 0 .3rem;
}
.achievement h2 span {
	display: block;
	transform: skewX(20deg);
}
.achievement_inner {
	width: 96rem;
	margin: 0 auto;
	overflow: hidden;
}
.achievement_item {
	width: 18.5rem;
	height: 36.3rem;
	padding: .6rem 0 0;
	background: url(../img/achievement_bg_01.webp) no-repeat left top / 100% auto;
	transition: transform .3s, opacity .3s;
}
.achievement .swiper-wrapper {
	margin-left: -4.5rem;
	padding-top: 5rem;
}
.achievement .slick-center,
.achievement .slick-slide.is-active-next {
	transform: scale(1);
}
.achievement .swiper-slide {
	width: 18.5rem !important;
	transform: scale(0.8918) !important;
	transition: transform .4s, margin .4s, opacity .4s;
	margin: 0 -.5rem;
	opacity: .5;
}
.achievement .swiper-slide-active {
	transform: scale(1) !important;
	margin: 0 4rem !important;
	opacity: 1;
}
.achievement .swiper-button-next,
.achievement .swiper-button-prev {
	background: url(../img/achievement_arrow.svg) no-repeat left top / 100% auto;
	width: 3rem;
	height: 1.6rem;
	transform: rotate(-90deg);
	top: calc(50% + 4rem);
	left: calc(50% + 10.5rem);
	right: auto;
}
.achievement .swiper-button-prev {
	transform: rotate(90deg);
	left: auto;
	right: calc(50% + 10.5rem);
}
.achievement .swiper-button-next::after,
.achievement .swiper-button-prev::after {
	display: none;
}

.achievement_item h3 {
	position: absolute;
	top: -4.9rem;
	left: -2rem;
	right: -2rem;
	z-index: 10;
	opacity: 0;
	transition: opacity .5s;
}
.swiper-slide-active h3 {
	opacity: 1;
}
.achievement_item h3 span {
	display: block;
	width: fit-content;
	margin: 0 auto;
	background: #004E9B;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4375;
	border-radius: .3rem;
	padding: .5rem 1.1rem .6rem;
}
.achievement_item h3 span::after {
	content: '';
	display: block;
	background: url(../img/achievement_arrow.svg) no-repeat left top / 100% auto;
	width: 3rem;
	height: 1.6rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.1rem;
	margin: 0 auto;
}
.achievement_video {
	width: 17.4rem;
	height: 32.7rem;
	margin: 0 auto;
	background: url('../img/video_mask.svg');
	-webkit-mask-image: url('../img/video_mask.svg');
	mask-image: url('../img/video_mask.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: top center;
	mask-position: top center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.achievement_item::after {
	content: '';
	display: block;
	width: 17.7rem;
	height: 35.3rem;
	background: url(../img/video_over.webp) no-repeat left top / 100% auto;
	position: absolute;
	top: .3rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.achievement_video video {
	width: auto;
	height: 100%;
}
.achievement_detail {
	max-width: 96rem;
	margin: 3.5rem auto 0;
	text-align: center;
	border-top: .2rem solid #CCC;
	border-bottom: .2rem solid #CCC;
	padding-bottom: 2.3rem;
}
.achievement_detail h4 {
	width: 24.6rem;
	height: 3.2rem;
	line-height: 3.1rem;
	background: url(../img/achievement_detail_bg.svg) no-repeat left top / 100% auto;
	color: #fff;
	font-size: 1.4rem;
	margin: -1.7rem auto 1rem;
}
.achievement_detail h4 span {
	font-size: 1.6rem;
}
.achievement_detail_prof {
	font-size: 1.5rem;
	line-height: 1.52;
	color: #7C7C7C;
	font-weight: 500;
	margin-bottom: .8rem;
}
.achievement_detail_item {
	width: 50rem;
	margin: 0 auto;
}
.achievement_detail_txt {
	text-align: left;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.52;
}
.achievement_detail_item {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: opacity .5s;
	pointer-events: none;
}
.achievement_detail_item.show {
	position: relative;
	opacity: 1;
	pointer-events: all;
}
@media only screen and (max-width: 768px) {
	.achievement {
		padding: 2.1rem 0 0;
	}
	.achievement h2 {
		width: 23.2rem;
		margin: 0 auto 1.5rem;
		font-size: 2.4rem;
	}
	.achievement_inner {
		width: auto;
	}
	.achievement .swiper-wrapper {
		margin-left: 0;
	}
	.achievement .swiper-slide {
		margin: 0 2.75rem !important;
		transform: scale(1) !important;
	}
	.achievement .swiper-slide-active {
		margin: 0 2.75rem !important;
	}
	.achievement_detail {
		padding-bottom: 1.8rem;
	}
	.achievement_detail h4 {
		margin-bottom: .6rem;
	}
	.achievement_detail_prof {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 1.2rem;
	}
	.achievement_detail_item {
		width: 33.5rem;
	}
	.achievement_detail_txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

/*up
----------------------------------------*/
.up {
	padding: 3.9rem 0 4.8rem;
}
.up h2 {
	width: fit-content;
	margin: 0 auto 4rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 900;
	color: #004E9B;
	line-height: 1.3462;
	padding: 0 2rem 0 2.8rem;
	left: -.7rem;
}
.up h2::before,
.up h2::after {
	content: '';
	display: block;
	width: .4rem;
	height: 4.5rem;
	background: #004E9B;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	bottom: -.8rem;
}
.up h2::before {
	left: 0;
	right: auto;
	transform: rotate(-45deg);
}
.up_list {
	display: flex;
	justify-content: center;
	gap: 1.8rem;
	padding-right: 1.7rem;
}
.up_list figure {
	width: 17.319rem;
}
@media only screen and (max-width: 768px) {
	.up {
		padding: 3.3rem 0 2.4rem;
	}
	.up h2 {
		margin: 0 auto 2.5rem;
		font-size: 2rem;
		line-height: 1.35;
		padding: 0 1rem 0 1.6rem;
		left: -.2rem;
	}
	.up h2::before,
	.up h2::after {
		height: 3.3rem;
		bottom: -.3rem;
	}
	.up_list {
		width: 33.6rem;
		margin: 0 auto;
		gap: .4rem;
		padding-right: 0;
		left: -.5rem;
	}
	.up_list figure {
		width: 10.9rem;
	}
}

/*strength
----------------------------------------*/
.strength {
	background: #F5F5F5;
}
.strength_concerns {
	background: url(../img/strength_bg_01.webp) no-repeat center center / cover;
	padding: 1.5rem 0 2.8rem;
}
.strength_concerns figure {
	width: 67.2rem;
	left: 1.4rem;
	margin: 0 auto;
}
.strength_head_txt {
	background: url(../img/strength_bg_02.svg) no-repeat center bottom / 192rem auto;
	padding: .1rem 0 6.1rem;
	text-align: center;
}
.strength_head_txt_01 {
	width: 40.3rem;
	border: .6rem solid #004E9B;
	color: #004E9B;
	background: #fff;
	margin: -3.6rem auto 2.2rem;
	font-size: 2.8rem;
	font-weight: 900;
	transform: skewX(-12deg);
}
.strength_head_txt_01 span::after {
	content: '';
	display: block;
	background: url(../img/strength_arrow.svg) no-repeat left top / 100% auto;
	width: 3.8886rem;
	height: 2.2374rem;
	position: absolute;
	left: 0;
	right: 2.4rem;
	bottom: -2rem;
	margin: 0 auto;
}
.strength_head_txt_01 span {
	display: block;
	transform: skewX(12deg);
	padding: .9rem 0 1.1rem;
}
.strength_head_txt_02 {
	font-size: 2.2rem;
	letter-spacing: .02em;
	color: #fff;
	font-weight: 900;
	margin-bottom: 2rem;
}
.strength_head_txt_03 {
	width: fit-content;
	margin: 0 auto;
	font-size: 3.4rem;
	letter-spacing: .02em;
	font-weight: 900;
	color: #004E9B;
	background: #fff;
	line-height: 1.4;
	padding: 0 0 .1rem .8rem;
}
.strength_head_note {
	max-width: 38.3rem;
	margin: 1.1rem auto 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: left;
}
.strength_body {
	padding: 4rem 0 0;
}
.strength_body h2 {
	width: 42rem;
	margin: 0 auto 10.6rem;
	z-index: 2;
}
.strength_body h2 span {
	display: block;
	width: 0;
	margin-left: 7rem;
	overflow: hidden;
	transition: width .3s;
}
.strength_body h2 span img {
	width: 35rem;
	max-width: none;
}
.strength_body h2.show span {
	width: 35rem;
}
.strength_body h2 span:last-child {
	width: 0;
	margin: .4rem 0 0;
	transition-delay: .5s;
}
.strength_body h2 span:last-child img {
	width: 40.8rem;
	max-width: none;
}
.strength_body h2.show span:last-child {
	width: 40.8rem;
}
.strength_inner {
	max-width: 96rem;
	margin: 0 auto;
	position: static;
}
.strength_inner:nth-of-type(1) .strength_line,
.strength_inner:nth-of-type(2) .strength_line,
.strength_inner:nth-of-type(3) .strength_line {
	width: 0;
	height: 30.6rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	transition: width .5s;
}
.strength_inner:nth-of-type(1) .strength_line span,
.strength_inner:nth-of-type(2) .strength_line span,
.strength_inner:nth-of-type(3) .strength_line span {
	display: block;
	width: 100vw;
	height: 30.6rem;
	background: url(../img/deco_line_01.webp) no-repeat center top / 192rem auto;
}
.strength_inner:nth-of-type(1) .strength_line,
.strength_inner:nth-of-type(2) .strength_line {
	transform: scale(-1, 1);
	margin-top: -23.9rem;
}
.strength_inner.show:nth-of-type(1) .strength_line,
.strength_inner.show:nth-of-type(2) .strength_line,
.strength_inner.show:nth-of-type(3) .strength_line {
	width: 100%;
}
.strength_inner:nth-of-type(3) .strength_line {
	margin-top: -17.9rem;
	right: auto;
	left: 0;
}
.strength_item {
	max-width: 80.5rem;
	display: flex;
	gap: 3rem;
	z-index: 2;
}
.strength_item.num2 {
	margin-left: auto;
	justify-content: flex-end;
	flex-direction: row-reverse;
	margin: 5.8rem 0 6.8rem auto;
}
.strength_item::before {
	content: '';
	display: block;
	background: url(../img/strength_number_01.svg) no-repeat left top / 100% auto;
	width: 3.824rem;
	height: 11.04rem;
	position: absolute;
	left: 2rem;
	top: -8.9rem;
}
.strength_item.num2:before {
	background: url(../img/strength_number_02.svg) no-repeat left top / 100% auto;
	width: 6.96rem;
	height: 11.184rem;
	left: auto;
	right: .9rem;
	top: -9rem;
}
.strength_item.num3:before {
	background: url(../img/strength_number_03.svg) no-repeat left top / 100% auto;
	width: 7.264rem;
	height: 11.328rem;
	left: .5rem;
	top: -9.2rem;
}
.strength_img {
	padding: 0 0 0 7.5rem;
}
.strength_item.num2 .strength_img {
	padding: 0 7.5rem 0 0;
}
.strength_img figure {
	width: 30rem;
	opacity: 0;
	transform: translateX(10rem);
	transition: transform .5s, opacity .5s;
	transition-delay: 1s;
}
.strength_item.num2 .strength_img figure {
	transform: translateX(-10rem);
}
.strength_img.show figure {
	opacity: 1;
	transform: none !important;
}
.strength_img_txt {
	margin: -10.7rem 0 0 -7.5rem;
}
.strength_item.num2 .strength_img_txt {
	margin: -10.7rem -7.5rem 0 0;
}
.strength_img_txt > span {
	width: 0;
	display: block;
	overflow: hidden;
	font-size: 2.5rem;
	font-weight: 900;
	margin-bottom: .5rem;
	transition: width .5s;
}
.strength_item.num2 .strength_img_txt > span {
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}
.strength_img_txt > span:nth-child(2) {
	transition-delay: .3s;
}
.strength_img_txt > span:nth-child(3) {
	transition-delay: .6s;
}
.strength_img.show .strength_img_txt > span {
	width: 100%;
}
.strength_img_txt > span span {
	display: block;
	width: fit-content;
	background: #000;
	color: #fff;
	padding: 0 1rem .2rem 1.5rem;
	white-space: nowrap;
}
.strength_img_txt > span span sup {
	font-size: 1.5rem;
}
.strength_item.num2 .strength_img_txt > span span {
	margin-left: auto;
	padding: 0 1.5rem .2rem 1.1rem;
}
.strength_txt {
	font-size: 1.5rem;
	letter-spacing: .04em;
	line-height: 2;
	margin-top: -.4rem;
}
.strength_item.num3 .strength_txt {
	margin-top: -.8rem;
}
.strength_txt sup {
	font-size: 1rem;
	letter-spacing: 0;
	vertical-align: .4rem;
	line-height: 1;
}
.strength_note {
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.25;
	margin-top: .6rem;
}
.strength_more {
	background: url(../img/about_bg_01.webp) no-repeat center center / cover;
	text-align: center;
	padding: .2rem 0 8.4rem;
	margin-top: 4.6rem;
}
.strength_more::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14.6rem 48rem 0;
	border-color: #F5F5F5 transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: -1.2rem;
	margin: 0 auto;
}
.strength_more_ttl p {
	width: fit-content;
	margin: 0 auto 1.4rem;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: .02em;
	color: #004E9B;
	padding: 0 4rem;
}
.strength_more_ttl p::before,
.strength_more_ttl p::after {
	content: '';
	display: block;
	width: .4rem;
	height: 4.2rem;
	background: #004E9B;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	bottom: -.5rem;
}
.strength_more_ttl p::before {
	left: 0;
	right: auto;
	transform: rotate(-45deg);
}
.strength_more_ttl h3 {
	width: 39.2rem;
	margin: 0 auto;
}
.strength_more_ttl h3 span {
	width: 0;
	display: block;
	overflow: hidden;
	transition: width .5s;
	margin-bottom: .4rem;
}
.strength_more_ttl h3 span img {
	width: 39.2rem;
	max-width: none;
}
.strength_more_ttl h3.show span {
	width: 100%;
}
.strength_more_ttl h3.show span:nth-child(2) {
	animation-fill-mode: forwards;
	animation-duration: .5s;
	animation-name: strength_more_ttl;
	animation-iteration-count: 1;
	animation-delay: .5s;
}
.strength_more_note {
	margin-top: 2rem;
	font-weight: 500;
	letter-spacing: .04em;
}
@keyframes strength_more_ttl {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@media only screen and (min-width: 1921px) {
	.strength_inner:nth-of-type(1):before,
	.strength_inner:nth-of-type(3):before {
		background: url(../img/deco_line_01.webp) no-repeat center top / 100vw 100%;
	}
	.strength_head_txt {
		background: url(../img/strength_bg_02.svg) no-repeat center bottom / 100% auto;
	}
}
@media only screen and (max-width: 768px) {
	.strength_concerns {
		background: none;
		padding: 0;
	}
	.strength_concerns figure {
		width: auto;
		left: auto;
	}
	.strength_head_txt {
		background: url(../img/strength_bg_02-sp.svg) no-repeat center bottom / 100% auto;
		padding: .1rem 0 5.5rem;
	}
	.strength_head_txt_01 {
		width: 31.8rem;
		margin: -2.2rem auto 1.4rem;
		font-size: 2.2rem;
	}
	.strength_head_txt_01 span::after {
		right: .7rem;
		bottom: -1.4rem;
	}
	.strength_head_txt_01 span {
		padding: .7rem 0;
	}
	.strength_head_txt_02 {
		font-size: 1.8rem;
		line-height: 1.7222;
		margin-bottom: .6rem;
	}
	.strength_head_txt_03 {
		font-size: 2.7rem;
		line-height: 1.2;
		padding: 0 0 .2rem .5rem;
	}
	.strength_head_note {
		max-width: 30.3rem;
		margin: .9rem auto 0;
		font-size: 1rem;
	}
	.strength_body {
		padding: 3.2rem 0 0;
	}
	.strength_body h2 {
		width: 34.5rem;
		margin: 0 auto 7.07rem;
	}
	.strength_body h2 span {
		margin-left: 5.7rem;
	}
	.strength_body h2 span img {
		width: 28.8rem;
	}
	.strength_body h2.show span {
		width: 28.8rem;
	}
	.strength_body h2 span:last-child {
		margin: .3rem 0 0;
	}
	.strength_body h2 span:last-child img {
		width: 33.5rem;
	}
	.strength_body h2.show span:last-child {
		width: 33.5rem;
	}
	.strength_inner:nth-of-type(1) .strength_line,
	.strength_inner:nth-of-type(3) .strength_line {
		right: auto;
		left: 0;
		transform: scale(-1, 1);
	}
	.strength_inner:nth-of-type(1) .strength_line span,
	.strength_inner:nth-of-type(2) .strength_line span,
	.strength_inner:nth-of-type(3) .strength_line span {
		height: 7.4rem;
		background: url(../img/deco_line_01-sp.webp) no-repeat center top / 100% auto;
	}
	.strength_inner:nth-of-type(1) .strength_line {
		transform: none;
		margin-top: -2.9rem;
	}
	.strength_inner:nth-of-type(2) .strength_line {
		margin-top: -2.8rem;
	}
	.strength_inner:nth-of-type(3) .strength_line {
		transform: none;
		margin-top: -2.8rem;
	}
	.strength_item {
		display: block;
	}
	.strength_item::after {
		content: '';
		display: block;
		position: absolute;
		top: -5.6rem;
		left: 0;
		right: 0;
		width: .1rem;
		height: 4.1rem;
		margin: 0 auto;
		background: #000;
	}
	.strength_item.num2 {
		margin: 8.6rem 0 8.6rem auto;
	}
	.strength_item::before {
		width: 2.605rem;
		height: 7.521rem;
		left: 3.32rem;
		top: -4.4rem;
	}
	.strength_item.num2:before {
		width: 4.742rem;
		height: 7.619rem;
		right: 2.06rem;
		top: -4.5rem;
	}
	.strength_item.num3:before {
		width: 4.949rem;
		height: 7.717rem;
		left: 2.35rem;
		top: -4.5rem;
	}
	.strength_img_txt {
		margin: -8rem 0 0 -7.5rem;
	}
	.strength_item.num2 .strength_img_txt {
		margin: -8rem -7.5rem 0 0;
	}
	.strength_img_txt > span {
		font-size: 2.1rem;
	}
	.strength_img_txt > span span {
		padding: 0 1rem 0 2rem;
		line-height: 1.45;
	}
	.strength_img_txt > span span sup {
		font-size: 1.2rem;
	}
	.strength_item.num2 .strength_img_txt > span span {
		padding: 0 2rem 0 1.1rem;
	}
	.strength_txt {
		width: 29.3rem;
		font-size: 1.4rem;
		margin: 1.5rem 2rem 0;
	}
	.strength_item.num2 .strength_txt {
		margin-left: auto;
		margin-top: 2rem;
	}
	.strength_item.num3 .strength_txt {
		margin-top: 1.5rem;
	}
	.strength_txt sup {
		font-size: .8rem;
		vertical-align: .5rem;
	}
	.strength_note {
		font-size: 1rem;
		line-height: 1.2;
		margin-top: 1.4rem;
	}
	.strength_more {
		background-image: url(../img/strength_more-sp.webp);
		padding: .1rem 0 3rem;
		margin-top: 3.8rem;
	}
	.strength_more::before {
		border-width: 6.7rem 20.9rem 0;
		left: calc(50% - 20.9rem);
		right: auto;
		top: -.2rem;
		margin: 0;
	}
	.strength_more_ttl p {
		margin: -.1rem auto 1.4rem;
		font-size: 2.1rem;
		padding: 0 2.8rem;
	}
	.strength_more_ttl p::before,
	.strength_more_ttl p::after {
		height: 3.2rem;
		bottom: -.2rem;
	}
	.strength_more_ttl h3 {
		width: 28.8rem;
	}
	.strength_more_ttl h3 span {
		margin-bottom: .3rem;
	}
	.strength_more_ttl h3 span img {
		width: 28.8rem;
	}
	.strength_more_note {
		margin-top: 1.7rem;
	}
}

/*voice
----------------------------------------*/
.voice {
	padding: 2.8rem 0 0;
}
.voice::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 4.5rem;
	bottom: 0;
	background: #F5F5F5;
}
.voice h2 {
	width: 17.6rem;
	border: .5rem solid #000;
	background: #fff;
	margin: 0 auto 5.2rem;
	font-size: 2.6rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-align: center;
	transform: skewX(-15deg);
	padding: .1rem 0 .3rem;
}
.voice .swiper {
	overflow: visible;
}
.voice h2 span {
	display: block;
	transform: skewX(15deg);
}
.voice .voice_list {
	max-width: 96rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.voice_list_note {
	max-width: 96rem;
    margin: 0 auto;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.25;
    margin-top: 1rem;
	color: #999;
}
.voice_item {
	border: .3rem solid #CCC;
	padding-bottom: 1.7rem;
}
.voice_item:nth-child(1) {
	border-right-width: .1rem;
}
.voice_item:nth-child(2) {
	border-left-width: .2rem;
	border-right-width: .2rem;
}
.voice_item:nth-child(3) {
	border-left-width: .1rem;
}
.voice_item h3 {
	width: 24.6rem;
	height: 3.2rem;
	line-height: 3.1rem;
	background: url(../img/achievement_detail_bg.svg) no-repeat left top / 100% auto;
	color: #fff;
	font-size: 1.6rem;
	margin: -1.8rem auto 2rem;
	text-align: center;
}
.voice_box {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0 0 0 1.1rem;
	margin-bottom: 2rem;
}
.voice_box figure {
	width: 7.4rem;
}
.voice_box h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 900;
	color: #004E9B;
	flex: 1;
	letter-spacing: .02em;
}
.voice_txt {
	max-width: 27rem;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
}
.voice_cta {
	margin-top: -3.3rem;
}
.voice_cta h3 img {
	width: 100%;
	height: 65.9rem;
	object-fit: cover;
}
.voice_cta_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 36.9rem;
	text-align: center;
}
.voice_cta_box p {
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: .02em;
	margin-bottom: 4.6rem;
}
@media only screen and (min-width: 769px) {
	.voice .swiper-button-next,
	.voice .swiper-button-prev {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.voice {
		padding: 1.8rem 0 0;
	}
	.voice::before {
		top: 3.5rem;
	}
	.voice h2 {
		width: 16.3rem;
		margin: 0 auto 3.9rem;
		font-size: 2.4rem;
	}
	.voice .voice_list {
		display: flex;
		align-items: stretch;
	}
	.voice_list_note {
		margin: 1rem 2rem 0;
	}
	.voice .voice_item {
		width: 33.33rem !important;
		height: auto;
		border: .2rem solid #CCC;
		border-left-width: .1rem;
		border-right-width: .1rem;
	}
	.voice_item h3 {
		margin: -1.7rem auto 3rem;
	}
	.voice_box {
		padding: 0 1rem 0 1.5rem;
		margin-bottom: 2.9rem;
	}
	.voice_cta {
		margin-top: 2.6rem;
	}
	.voice_cta h3 img {
		width: 100%;
		height: auto;
	}
	.voice_cta_box {
		top: 32.5rem;
	}
	.voice_cta_box p {
		margin-bottom: 4.2rem;
	}
	.voice .swiper-button-next,
	.voice .swiper-button-prev {
		background: url(../img/achievement_arrow.svg) no-repeat left top / 100% auto;
		width: 3rem;
		height: 1.6rem;
		transform: rotate(-90deg);
		margin-top: 0;
		top: calc(50% - 1.5rem);
		right: .3rem;
		left: auto;
	}
	.voice .swiper-button-prev {
		transform: scale(-1, 1) rotate(-90deg);
		left: .3rem;
		right: auto;
	}
	.voice .swiper-button-next::after,
	.voice .swiper-button-prev::after {
		display: none;
	}
}

/*flow
----------------------------------------*/
.flow {
	background: #F5F5F5;
	padding: .1rem 0 5rem;
	margin-bottom: 3.1rem;
}
.flow::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 1.2rem;
	bottom: 0;
	background: #BEBEBE;
}
.flow h2 {
	width: 17.6rem;
	border: .5rem solid #000;
	background: #fff;
	margin: -2.7rem auto 3.7rem;
	font-size: 2.6rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-align: center;
	transform: skewX(-15deg);
	padding: .1rem 0 .3rem;
}
.flow h2 span {
	display: block;
	transform: skewX(15deg);
}
.flow_list {
	max-width: 38.6rem;
	margin: 0 auto;
}
.flow_list li {
	background: #fff;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	gap: 1.4rem;
	padding: 1rem 1.6rem;
}
.flow_list li + li {
	margin-top: 2.46rem;
}
.flow_list li + li::before {
	content: '';
	display: block;
	width: 2.0253rem;
	height: 1.1627rem;
	background: url(../img/flow_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -1.9rem;
	margin: 0 auto;
}
.flow_list li figure {
	width: 7rem;
}
.flow_box {
	flex: 1;
	padding-bottom: .3rem;
}
.flow_box h3 {
	font-size: 1.8rem;
	font-weight: 900;
	color: #004E9B;
	letter-spacing: .02em;
	margin-bottom: .5rem;
}
.flow_box p {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.flow {
		padding: 4.7rem 0 5rem;
		margin-bottom: 5rem;
	}
	.flow::before {
		top: 4.3rem;
	}
	.flow h2 {
		width: 16.4rem;
		margin: -2.7rem auto 3.8rem;
		font-size: 2.4rem;
		transform: skewX(-14deg);
	}
	.flow h2 span {
		transform: skewX(14deg);
	}
	.flow_list {
		max-width: 34rem;
	}
	.flow_list li {
		gap: 1.3rem;
		padding: 1rem 1rem 1rem 1.2rem;
	}
	.flow_box h3 {
		font-size: 1.6rem;
		margin-bottom: .6rem;
	}
	.flow_box p {
		font-size: 1.3rem;
	}
}

/*faq
----------------------------------------*/
.faq {
	padding-bottom: 2.1rem;
}
.faq h2 {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
	padding: 2.2rem 2rem 2.1rem;
	margin-bottom: 4.9rem;
}
.faq_list {
	max-width: 55.3rem;
	margin: 0 auto;
}
.faq_list dt {
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: .02em;
	border-bottom: .3rem dotted rgba(0, 78, 155, .3);
	padding: 0 0 1.5rem 4.8rem;
}
.faq_list dt::before {
	content: '';
	display: block;
	background: url(../img/faq_icon.svg) no-repeat left top / 100% auto;
	width: 4.2rem;
	height: 4.2rem;
	position: absolute;
	left: -.2rem;
	top: -.9rem;
}
.faq_list dd {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	padding: .2rem 0 3.4rem;
}
@media only screen and (max-width: 768px) {
	.faq {
		padding-bottom: 1.4rem;
	}
	.faq h2 {
		margin-bottom: 2.8rem;
	}
	.faq_list {
		max-width: 33.5rem;
	}
	.faq_list dt {
		padding: 0 0 .9rem 4.8rem;
	}
	.faq_list dt::before {
		left: 0;
		top: .3rem;
	}
	.faq_list dd {
		font-size: 1.4rem;
		padding: .4rem 0 3.2rem;
	}
}

/*contact
----------------------------------------*/
.contact {
	padding-bottom: 6rem;
}
.contact h2 {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
	padding: 2.2rem 2rem 2.1rem;
	margin-bottom: 2.6rem;
}
.contact_txt {
	width: fit-content;
	margin: 0 auto 2.5rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	padding-right: 1rem;
}
.contact_form {
	max-width: 55rem;
	margin: 0 auto;
}
.contact_form dt {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: .9rem;
}
.contact_form dt span {
	display: inline-block;
	background: #767676;
	color: #fff;
	font-size: 1.2rem;
	border-radius: .2rem;
	padding: 0 .45rem .1rem;
	margin-left: 1rem;
	vertical-align: .1rem;
}
.contact_form dt .contact_required {
	background: #FF001D;
}
.contact_form dd {
	padding-bottom: 1.5rem;
}
.contact_form dd input[type="text"],
.contact_form dd input[type="email"],
.contact_form dd input[type="tel"],
.contact_form dd select,
.contact_form dd textarea {
	appearance: none;
	border: .1rem solid #767676;
	background: #fff;
	border-radius: .5rem;
	width: 100%;
	height: 4.7rem;
	padding: 1.1rem 1.2rem 1rem;
	margin: 0;
	font-size: 1.2rem;
	color: inherit;
	font-family: inherit;
}
.contact_form dd select {
	background: #fff url(../img/icon_select_arrow.svg) no-repeat center right 1.4rem / 1.6177rem auto;
}
.contact_form dd textarea {
	resize: vertical;
	height: 11.5rem;
}
.contact_send {
	appearance: none;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34rem;
	margin: 5.9rem auto 0;
	background: #004E9B;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .04em;
	font-weight: 700;
	height: 7rem;
	border-radius: 3.5rem;
	padding: .2rem 0 0;
	box-shadow: 0 .6rem 0 #00366C;
	cursor: pointer;
	transition: opacity .3s;
}
.contact_send span {
	display: block;
	background: url(../img/contact_send_bg.svg) no-repeat left top / 100% auto;
	width: 21.8295rem;
	height: 6.3769rem;
	position: absolute;
	left: 0;
	right: 0;
	top: -3.8rem;
	margin: 0 auto;
	font-size: 2.2rem;
	letter-spacing: .06em;
	color: #004E9B;
	padding: .8rem 0 0 .8rem;
}
.contact_send::after {
	content: '';
	display: block;
	background: url(../img/icon_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
	width: .8967rem;
	height: 1.402rem;
	transition: transform .3s;
}
@media (hover:hover) {
	.contact_send:hover {
		opacity: .6;
	}
	.contact_send:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.contact {
		padding-bottom: 6.8rem;
	}
	.contact h2 {
		margin-bottom: 2.5rem;
	}
	.contact_txt {
		width: 33.5rem;
		font-size: 1.4rem;
		padding-right: 0;
	}
	.contact_form {
		max-width: 31.5rem;
	}
	.contact_form dt span {
		margin-left: .5rem;
	}
	.contact_form dd input[type="text"],
	.contact_form dd input[type="email"],
	.contact_form dd input[type="tel"],
	.contact_form dd select,
	.contact_form dd textarea {
		font-size: 16px;
	}
	.contact_send {
		width: 24.3rem;
		margin: 3.6rem auto 0;
		font-size: 1.7rem;
		height: 5.5rem;
		padding: .1rem 0 0;
	}
	.contact_send span {
		background-image: url(../img/contact_send_bg-sp.svg);
		width: 18.476rem;
		height: 4.9742rem;
		top: -2.7rem;
		font-size: 1.8rem;
		padding: .4rem 0 0 .8rem;
		right: .5rem;
	}
	.contact_send::after {
		right: 1.6rem;
		width: .64rem;
		height: 1rem;
	}
}

/*float_btn
----------------------------------------*/
.float_btn {
	position: fixed;
	right: 0;
	z-index: 1000;
	bottom: 5.7rem;
	transform: translateX(100%);
	transition: transform .3s;
}
.float_btn a {
	display: block;
	width: 16.9rem;
	background: #004E9B;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2778;
	border-radius: 1rem 0 0 1rem;
	text-align: center;
	padding: 2.3rem 1.5rem 1.5rem 0;
	box-shadow: 0 .6rem 0 #00366C;
}
.float_btn.show {
	transform: translateX(0);
}
.float_btn a::after {
	content: '';
	display: block;
	width: .847rem;
	height: 1.325rem;
	background: url(../img/icon_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.1rem;
	margin: auto 0;
	transition: transform .3s;
}
.float_btn a span {
	display: block;
	width: 11.6589rem;
	height: 5.1322rem;
	letter-spacing: .06em;
	color: #004E9B;
	font-size: 1.9rem;
	font-weight: 900;
	background: url(../img/float_btn_bg.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 1rem;
	right: 0;
	top: -2.5rem;
	margin: 0 auto;
	text-align: center;
	padding-top: .6rem;
}
@media (hover:hover) {
	.float_btn a:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.float_btn {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		transform: translateY(calc(100% + 1.5rem));
		background: rgba(255, 255, 255, .6);
		padding: 1rem 0 1.4rem;
	}
	.float_btn.show {
		transform: translateY(0);
	}
	.float_btn a {
		margin: 0 auto;
		width: 33.5rem;
		height: 5rem;
		font-size: 1.7rem;
		border-radius: 2.5rem;
		padding: 1.5rem 0 0 3.2rem;
	}
	.float_btn a::after {
		width: .64rem;
		height: 1rem;
		right: 1.5rem;
	}
	.float_btn a span {
		width: 5.4067rem;
		height: 4.4119rem;
		line-height: 1.1538;
		font-size: 1.3rem;
		background-image: url(../img/float_btn_bg-sp.svg);
		left: 1.4rem;
		right: auto;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
}

/*footer
----------------------------------------*/
.footer_navi {
	display: flex;
	justify-content: center;
	color: #999;
	gap: 4.7rem;
	margin-bottom: 3.2rem;
}
.footer_navi li + li::before {
	content: '';
	display: block;
	width: .1rem;
	height: 1.4rem;
	background: #999;
	position: absolute;
	left: -2.4rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.footer_navi a {
	text-decoration: underline;
	text-underline-offset: .2rem;
}
.footer .copyright {
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	padding: 1.6rem 1.5rem 1.5rem;
	letter-spacing: -.02em;
}
@media only screen and (max-width: 768px) {
	.footer_navi {
		gap: 3.5rem;
		font-size: 1.2rem;
	}
	.footer_navi li + li::before {
		left: -1.7rem;
	}
	.footer_navi a {
		text-underline-offset: .1rem;
	}
	.footer .copyright {
		font-size: 1.1rem;
		padding: 1.8rem 1.5rem 1.7rem;
	}
}

/*inview
----------------------------------------*/
.inview.fade {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 1.2s, transform 1.25s;
}
.inview.fade.show {
	opacity: 1;
	transform: none;
}

/*thanks
----------------------------------------*/
.wrapper.thanks {
	width: 100%;
	height: 100%;
	background: url(../img/thanks_bg.webp) no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thanks_box {
	width: 60rem;
	background: #fff;
	border: .4rem solid #000;
	text-align: center;
	padding-bottom: 3.6rem;
}
.thanks_ttl {
	background: #000;
	color: #fff;
	font-size: 2.1rem;
	letter-spacing: .02em;
	line-height: 1.52;
	padding: 1rem 1rem 1.4rem;
	font-weight: 900;
	margin-bottom: 3rem;
}
.thanks_box h2 {
	font-size: 1.8rem;
	letter-spacing: .02em;
	line-height: 1.5;
	font-weight: 900;
	margin-bottom: .9rem;
}
.thanks_box h2 ~ h2 {
	margin-top: 3.9rem;
}
.thanks_box p {
	font-size: 1.2rem;
	letter-spacing: .02em;
	font-weight: 700;
}
.thanks_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30rem;
	height: 5.5rem;
	background: #004E9B;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: .04em;
	margin: 1.4rem auto 2rem;
	border-radius: 2.8rem;
	box-shadow: 0 .6rem 0 #00366C;
}
.thanks_line {
	width: 0;
	height: 30.6rem;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 15.5rem);
	left: 0;
	transition: width .5s;
}
.thanks_line span {
	display: block;
	width: 100vw;
	height: 30.6rem;
	background: url(../img/deco_line_01.webp) no-repeat center top / 192rem auto;
}
.thanks_line.show {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.thanks_box {
		width: 33.5rem;
		padding-bottom: 2.5rem;
	}
	.thanks_box h2 {
		margin-bottom: .6rem;
	}
	.thanks_box p {
		font-size: 1.4rem;
	}
	.thanks_btn {
		width: 26rem;
		margin: 1.4rem auto 2.5rem;
	}
	.thanks_line {
		height: 7.4rem;
		top: calc(50% - 5.2rem);
	}
	.thanks_line span {
		height: 7.4rem;
		background: url(../img/deco_line_01-sp.webp) no-repeat center top / 100% auto;
	}
}