body {
	background: #E6EEF5;
	color: #333538;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.main {
	display: flex;
	flex-direction: column;
}

.c-wrap1152 {
	margin-inline: auto;
	max-width: 540px;
	padding-inline: 20px;
	width: 100%;
}

.c-wrap1200 {
	margin-inline: auto;
	max-width: 540px;
	padding-inline: 20px;
	width: 100%;
}

.c-wrap1264 {
	margin-inline: auto;
	max-width: 540px;
	padding-inline: 20px;
	width: 100%;
}

.c-wrap1312 {
	margin-inline: auto;
	max-width: 540px;
	padding-inline: 20px;
	width: 100%;
}

.c-button01 {
	align-items: center;
	border: 2px solid #FFF;
	border-radius: 30px;
	color: #FFF;
	display: flex;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.7px;
	margin-top: 32px;
	order: 4;
	overflow: hidden;
	padding: 13px;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-button01__icon {
	display: block;
	left: 26px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.c-button01::after {
	aspect-ratio: 11/8;
	background: url(../img/icon-arrow-w.webp) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}

.c-button01::before {
	background: linear-gradient(144deg, #1A61BD 26.58%, #25C5DB 83.96%);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: 0.3s;
	z-index: -1;
}

.c-button01:hover::before {
	opacity: 1;
}

/* header */

.header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: 13px;
}

.header__logo {
	position: relative;
	width: 102px;
	z-index: 1;
}

.header__button {
	align-items: center;
	background: linear-gradient(144deg, #1A61BD 26.58%, #25C5DB 83.96%);
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	height: 34px;
	justify-content: center;
	position: relative;
	width: 60px;
	z-index: 1;
}

.header__button span {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 1px;
	transition: 0.5s;
	width: 20px;
}

.header__button.is-open span:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}

.header__button.is-open span:nth-child(2) {
	opacity: 0;
}

.header__button.is-open span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}

.header__nav {
	align-items: center;
	background: #E6EEF5;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding-bottom: 32px;
	padding-top: 118px;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: translateY(-100%);
	transition: 0.5s;
	width: 100vw;
	z-index: 0;
}

.header__nav-inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 540px;
	padding-inline: 20px;
	width: 100%;
}

.header__nav.is-open {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0%);
}

.header__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.header__list li {
	line-height: 1;
	position: relative;
}

.header__list li::after {
	background: linear-gradient(144deg, #1A61BD 26.58%, #25C5DB 83.96%);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0.3;
	position: absolute;
	width: 100%;
}

.header__link {
	color: #1C68C1;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 20px;
	width: 100%;
}

.header__contact-button {
	align-items: center;
	background: linear-gradient(144deg, #1A61BD 26.58%, #25C5DB 83.96%);
	border-radius: 30px;
	color: #FFF;
	display: flex;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.7px;
	order: 4;
	overflow: hidden;
	padding: 15px;
	position: relative;
	text-align: center;
	width: 100%;
}

.header__contact-button-icon {
	display: block;
	left: 26px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.header__contact-button::after {
	aspect-ratio: 11/8;
	background: url(../img/icon-arrow-w.webp) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}

.header__nav-bg {
	inset: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	z-index: -1;
}

.header__nav-bg.is-open {
	pointer-events: all;
}

/* fv */

.fv {
	height: 564px;
	padding-top: 46px;
	position: relative;
	z-index: 1;
}

.fv__parts {
	bottom: 6px;
	position: absolute;
	right: -130px;
	width: 384px;
}

.fv__graphic {
	aspect-ratio: 563/197;
	bottom: -46px;
	height: 204px;
	left: 0;
	position: absolute;
}

.fv__graphic img {
	height: 100%;
}

.fv__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 22px;
	position: relative;
	z-index: 1;
}

.fv__title {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.fv__title-line {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	padding: 1px 6px 2px;
}

.fv__title-text {
	background: linear-gradient(134deg, #1A61BD 40.35%, #25C5DB 101.65%);
	background-clip: text;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1.4px;
	line-height: 33px;
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fv__title-text::after {
	background-image: url("../img/overlay-noise.webp");
	background-repeat: repeat;
	background-size: 300px 300px;
	content: "";
	inset: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-clip: text;
	-webkit-mask-composite: source-in;
	mask-clip: text;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}

.fv__title-wrap {
	display: contents;
}

.fv__text {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.75px;
	line-height: 28px;
}

/* sec01 */

.sec01 {
	background: linear-gradient(178deg, #1A61BD 28.66%, #25C5DB 89.55%);
	color: #fff;
	padding-bottom: 124px;
	padding-top: 87px;
	position: relative;
	z-index: 0;
}

.sec01::before {
	background-image: url("../img/overlay-noise.webp");
	background-repeat: repeat;
	background-size: 300px 300px;
	content: "";
	inset: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.sec01__curve {
	aspect-ratio: 25/2;
	bottom: -1px;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.sec01__curve::before {
	aspect-ratio: 225/116;
	background: #E6EEF5;
	border-top-left-radius: 90vw 46.4vw;
	border-top-right-radius: 90vw 46.4vw;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 180vw;
}

.sec01__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 0;
}

.sec01__img {
	margin-top: 29px;
	order: 2;
	width: 335px;
}

.sec01__content {
	display: contents;
}

.sec01__heading {
	font-weight: 700;
	order: 1;
	width: 100%;
}

.sec01__heading-en {
	font-size: 16px;
	padding-left: 16px;
	position: relative;
}

.sec01__heading-en::before {
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.sec01__heading-ja {
	font-size: 28px;
	letter-spacing: 1.4px;
	line-height: 42px;
}

.sec01__body {
	display: flex;
	flex-direction: column;
	gap: 27px;
	margin-top: 29px;
	order: 3;
}

.sec01__text {
	font-weight: 500;
	letter-spacing: 0.7px;
	line-height: 28px;
}

/* sec02 */

.sec02 {
	padding-bottom: 130px;
	padding-top: 39px;
	position: relative;
}

.sec02__parts-wrap {
	inset: 0;
	position: absolute;
	z-index: -1;
}

.sec02__parts-wrap.--pc {
	display: none;
}

.sec02__sp-parts {
	position: absolute;
}

.sec02__sp-parts.--01 {
	left: -105px;
	top: 15px;
	width: 176px;
}

.sec02__sp-parts.--02 {
	right: -77px;
	top: 17.4034334764%;
	width: 136.202px;
}

.sec02__sp-parts.--03 {
	left: -97px;
	top: 28.7553648069%;
	width: 162.842px;
}

.sec02__sp-parts.--04 {
	right: -24px;
	top: 42.0600858369%;
	width: 62px;
}

.sec02__sp-parts.--05 {
	left: -83px;
	top: 52.7896995708%;
	width: 161px;
}

.sec02__sp-parts.--06 {
	bottom: -142px;
	right: calc(50% - 137px);
	width: 402.157px;
}

.sec02__pc-parts {
	position: absolute;
}

.sec02__pc-parts.--01 {
	left: -123px;
	top: 116px;
	width: 287.127px;
}

.sec02__pc-parts.--02 {
	right: 46px;
	top: 68px;
	width: 180.343px;
}

.sec02__pc-parts.--03 {
	right: -86px;
	top: 53%;
	width: 278.557px;
}

.sec02__pc-parts.--04 {
	bottom: -119px;
	left: -98px;
	width: 422.309px;
}

.sec02__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.sec02__heading-en {
	background: linear-gradient(165deg, #1A61BD 26.39%, #25C5DB 124.29%);
	background-clip: text;
	font-size: 44px;
	font-weight: 600;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sec02__heading-ja {
	font-size: 16px;
	font-weight: 700;
	padding-left: 16px;
	position: relative;
}

.sec02__heading-ja::after {
	aspect-ratio: 1/1;
	background: linear-gradient(144deg, #1A61BD 26.58%, #25C5DB 83.96%);
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.sec02__items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: center;
	margin-top: 42px;
}

.sec02__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 200px;
}

.sec02__img {
	aspect-ratio: 1/1;
	width: 100%;
}

.sec02__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	gap: 7px;
}

.sec02__org {
	font-size: 14px;
	letter-spacing: 0.7px;
	padding-left: 17px;
	position: relative;
}

.sec02__org::after {
	aspect-ratio: 1/1;
	background: linear-gradient(144deg, #1A61BD 26.58%, #25C5DB 83.96%);
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.sec02__name {
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 20px;
}

.sec02__logo-group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 56px;
	width: 100%;
}

.sec02__box {
	align-items: center;
	background: #E6EEF5;
	border: 2px solid #FFF;
	display: flex;
	height: 108px;
	justify-content: center;
	width: 335px;
}

.sec02__logo.--vitrolife {
	width: 193px;
}

.sec02__logo.--merck {
	width: 190px;
}

.sec02__members {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 56px;
}

.sec02__members-title {
	font-size: 20px;
	font-weight: 700;
	padding-left: 16px;
	position: relative;
}

.sec02__members-title::after {
	aspect-ratio: 1/1;
	background: linear-gradient(144deg, #1A61BD 26.58%, #25C5DB 83.96%);
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.sec02__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.sec02__card {
	background: #FFF;
	border-radius: 8px;
	height: 140px;
	width: 335px;
}

/* sec03 */

.sec03 {
	background: #FFF;
	border-radius: 30px 30px 0 0;
	margin-top: -26px;
	padding-bottom: 65px;
	padding-top: 64px;
}

.sec03__heading-en {
	background: linear-gradient(165deg, #1A61BD 26.39%, #25C5DB 124.29%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px;
}

.sec03__heading-ja {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding-left: 16px;
	position: relative;
}

.sec03__heading-ja::after {
	aspect-ratio: 1/1;
	background: linear-gradient(144deg, #1A61BD 26.58%, #25C5DB 83.96%);
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.sec03__items {
	display: flex;
	flex-direction: column;
	gap: 44px;
	margin-top: 32px;
	padding-bottom: 25px;
	width: 100%;
}

.sec03__items li {
	line-height: 1;
}

.sec03__item {
	line-height: normal;
	padding-bottom: 14px;
	position: relative;
}

.sec03__item::after {
	background: linear-gradient(144deg, #1A61BD 26.58%, #25C5DB 83.96%);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0.3;
	position: absolute;
	width: 100%;
}

.sec03__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sec03__info {
	align-items: center;
	display: flex;
	gap: 12px;
}

.sec03__cat {
	border-radius: 30px;
	color: #FFF;
	font-size: 12px;
	padding: 2px 12px;
}

.sec03__cat.--01 {
	background: #1C68C1;
}

.sec03__cat.--02 {
	background: #26C3DA;
}

.sec03__title {
	font-size: 14px;
	letter-spacing: 0.7px;
}

.sec03__link {
	bottom: -8px;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.6px;
	padding-right: 17px;
	position: absolute;
	right: 0;
	transform: translateY(100%);
}

.sec03__link::after {
	aspect-ratio: 11/8;
	background: url(../img/icon-arrow-grad.webp) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}

/* sec04 */

.sec04 {
	background: #26C3DA;
	color: #fff;
	padding-bottom: 60px;
	padding-top: 56px;
	position: relative;
	z-index: 0;
}

.sec04::before {
	background-image: url("../img/overlay-noise.webp");
	background-repeat: repeat;
	background-size: 300px 300px;
	content: "";
	inset: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.sec04__border {
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 12px;
	height: calc(100% - 16px);
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 16px);
}

.sec04__inner {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
	width: 100%;
}

.sec04__inner::after {
	aspect-ratio: 91/95;
	background: url(../img/sec04-img.webp) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 20px;
	top: -26px;
	width: 98px;
}

.sec04__heading-en {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.35;
}

.sec04__heading-ja {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375;
	padding-left: 16px;
	position: relative;
}

.sec04__heading-ja::after {
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.sec04__body {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}

.sec04__text {
	font-weight: 700;
	letter-spacing: 0.7px;
	line-height: 1.2142857143;
}

/* footer */

.footer {
	padding-block: 32px 16px;
}

.footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.footer__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer__logo {
	width: 172px;
}

.footer__text {
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.footer__copy {
	font-size: 10px;
	font-weight: 500;
}

.s-sm {
	display: none;
}

.s-md {
	display: block;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.s-of-hidden {
	overflow: hidden;
}

.s-op-hover {
	transition: 0.3s;
}

.s-op-hover:hover {
	opacity: 0.6;
}

@media screen and (min-width: 580px) {

.fv__graphic {
	height: auto;
	width: 100%;
}

.fv__graphic img {
	height: auto;
}

.s-sm {
	display: block;
}

.s-md {
	display: none;
}

}

@media screen and (min-width: 768px) {

body {
	font-size: 16px;
}

.c-wrap1152 {
	max-width: calc(1152px + 80px);
	padding-inline: 40px;
}

.c-wrap1200 {
	max-width: calc(1200px + 80px);
	padding-inline: 40px;
}

.c-wrap1264 {
	max-width: calc(1264px + 80px);
	padding-inline: 40px;
}

.c-wrap1312 {
	max-width: calc(1312px + 80px);
	padding-inline: 40px;
}

.c-button01 {
	margin-top: 40px;
	padding: 17px 112.5px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button01__icon {
	left: 43px;
	width: 30px;
}

.c-button01::after {
	right: 28px;
	width: 14px;
}

.header__logo {
	width: 172px;
}

.header__button {
	display: none;
}

.header__nav {
	background: transparent;
	opacity: 1;
	padding: 0;
	pointer-events: all;
	position: static;
	transform: translateY(0%);
	width: -moz-fit-content;
	width: fit-content;
}

.header__nav-inner {
	align-items: center;
	flex-direction: row;
	gap: 30px;
	padding: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.header__list {
	flex-direction: row;
	gap: 30px;
}

.header__list li::after {
	display: none;
}

.header__link {
	padding: 0;
}

.header__contact-button {
	font-size: 16px;
	gap: 10px;
	padding: 13px 35px;
}

.header__contact-button-icon {
	position: static;
	transform: translateY(0%);
}

.header__contact-button::after {
	display: none;
}

.fv {
	height: 605px;
	padding-top: 90px;
}

.fv__parts {
	bottom: auto;
	right: -111px;
	top: 47px;
	width: 551.593px;
}

.fv__graphic {
	aspect-ratio: 879/211;
	bottom: -61px;
	display: block;
	left: -136px;
	width: 1600px;
}

.fv__content {
	gap: 33px;
}

.fv__title {
	gap: 13px;
}

.fv__title-line {
	padding: 1px 14px 2px 14px;
}

.fv__title-line.--row {
	background: transparent;
	border-radius: 0px;
	padding: 0;
}

.fv__title-text {
	font-size: 38px;
	letter-spacing: 1.9px;
	line-height: 52px;
}

.fv__title-wrap {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	display: flex;
	padding: 1px 14px 2px 14px;
}

.fv__text {
	font-size: 19px;
	letter-spacing: 0.95px;
	line-height: 32px;
}

.sec01 {
	padding-bottom: 186px;
	padding-top: 208px;
}

.sec01__curve {
	aspect-ratio: 25/1;
}

.sec01__curve::before {
	aspect-ratio: 297/115;
	border-top-left-radius: 122.93vw 47.6vw;
	border-top-right-radius: 122.93vw 47.6vw;
	width: 245.87vw;
}

.sec01__inner {
	margin: 0 auto;
	max-width: 500px;
}

.sec01__img {
	flex-shrink: 0;
	max-width: 490px;
	min-width: 400px;
	width: 40.8333333333%;
}

.sec01__heading {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.sec01__heading-en {
	font-size: 24px;
	padding-left: 20px;
}

.sec01__heading-en::before {
	width: 12px;
}

.sec01__heading-ja {
	font-size: 38px;
	letter-spacing: 1.9px;
	line-height: 44px;
}

.sec01__heading-ja span {
	white-space: nowrap;
}

.sec01__body {
	gap: 33px;
	margin-top: 40px;
}

.sec01__text {
	letter-spacing: 0.8px;
	line-height: 32px;
}

.sec02 {
	padding-bottom: 146px;
	padding-top: 60px;
}

.sec02__parts-wrap.--sp {
	display: none;
}

.sec02__parts-wrap.--pc {
	display: block;
}

.sec02__heading-en {
	font-size: 60px;
}

.sec02__heading-ja {
	font-size: 20px;
	padding-left: 22px;
}

.sec02__heading-ja::after {
	width: 14px;
}

.sec02__items {
	gap: 64px;
	margin-top: 79px;
}

.sec02__item {
	gap: 25px;
	width: 240px;
}

.sec02__body {
	gap: 11px;
}

.sec02__org {
	font-size: 16px;
	letter-spacing: 0.8px;
}

.sec02__name {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 20px;
}

.sec02__logo-group {
	gap: 56px;
	margin-top: 88px;
}

.sec02__box {
	height: 155px;
	width: 368px;
}

.sec02__logo.--vitrolife {
	width: 272px;
}

.sec02__logo.--merck {
	width: 276.075px;
}

.sec02__members {
	gap: 51px;
	margin-top: 82px;
}

.sec02__members-title {
	font-size: 32px;
	padding-left: 29px;
}

.sec02__members-title::after {
	width: 14px;
}

.sec02__cards {
	gap: 24px;
}

.sec02__card {
	height: 167px;
	width: 282px;
}

.sec03__inner {
	margin: 0 auto;
	max-width: 800px;
}

.sec03__heading-en {
	font-size: 48px;
}

.sec03__heading-ja {
	font-size: 20px;
	margin-top: 13px;
	padding-left: 22px;
}

.sec03__cat {
	font-size: 14px;
	padding: 2px 14px;
}

.sec03__title {
	font-size: 16px;
}

.sec03__link {
	font-size: 14px;
	letter-spacing: 0.7px;
}

.sec03__link::after {
	width: 14px;
}

.sec04 {
	padding-bottom: 101px;
	padding-top: 94px;
}

.sec04__border {
	height: calc(100% - 40px);
	width: calc(100% - 40px);
}

.sec04__inner::after {
	right: 52px;
	width: 182px;
}

.sec04__heading-en {
	font-size: 48px;
	line-height: normal;
}

.sec04__heading-ja {
	font-size: 20px;
	line-height: normal;
	padding-left: 22px;
}

.sec04__heading-ja::after {
	width: 14px;
}

.sec04__text {
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: normal;
}

.footer {
	padding-block: 63px 16px;
}

.footer__inner {
	gap: 35px;
}

.footer__body {
	gap: 22px;
}

.footer__logo {
	width: 215px;
}

.footer__text {
	font-size: 14px;
}

.footer__copy {
	font-size: 12px;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

}

@media screen and (min-width: 850px) {

.header__nav-inner {
	gap: 55px;
}

.header__list {
	gap: 56px;
}

}

@media screen and (min-width: 1080px) {

.fv__graphic {
	bottom: -96px;
	width: 1758px;
}

.fv__title-text {
	font-size: 50px;
	letter-spacing: 2.5px;
	line-height: 70px;
}

.fv__text {
	font-size: 22px;
	letter-spacing: 1.1px;
	line-height: 38px;
}

.sec01__inner {
	flex-direction: row;
	gap: 66px;
	max-width: 100%;
}

.sec01__img {
	margin-top: 0;
	order: 1;
}

.sec01__content {
	align-items: end;
	display: flex;
	flex-direction: column;
	order: 2;
}

.sec03 {
	padding-bottom: 50px;
	padding-top: 83px;
}

.sec03__inner {
	display: flex;
	gap: 88px;
	max-width: 100%;
}

.sec03__heading-ja::after {
	width: 14px;
}

.sec03__items {
	gap: 25px;
	margin-top: 15px;
}

.sec03__item {
	align-items: start;
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	width: 100%;
}

.sec03__body {
	align-items: center;
	flex-direction: row;
	gap: 20px;
}

.sec03__info {
	gap: 20px;
}

.sec03__link {
	bottom: 0;
	margin-top: 10px;
	padding-right: 22px;
	position: relative;
	transform: translateY(0%);
	width: -moz-fit-content;
	width: fit-content;
}

.sec04__inner {
	align-items: center;
	display: flex;
	gap: 116px;
	max-width: 100%;
}

.sec04__body {
	margin-top: 0px;
}

.sec04__button {
	margin-top: 28px;
}

}

@media screen and (min-width: 1440px) {

.fv__graphic {
	left: 0;
}

}

@media screen and (min-width: 1758px) {

.fv__graphic {
	bottom: -131px;
	width: 100%;
}

}

