body {
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 16px;
	line-height: 2.0625;
}

.u-go {
	font-family: "M PLUS 1p", sans-serif;
}

.u-min {
	font-family: "Zen Antique Soft", serif;
}

.u-line {
	background: #f29600;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	line-height: 1.1;
	width: -moz-fit-content;
	width: fit-content;
}

.u-or {
	color: #f29600;
}

.jp-tight {
	display: inline-block;
	font-feature-settings: "palt" 0;
}

/* 「 */

.jp-12300 {
	margin-left: -0.3em;
}

/* 」 */

.jp-12301 {
	margin-left: -0.1em;
	margin-right: -0.1em;
}

/* ・ */

.jp-12539 {
	margin-inline: -0.15em;
}

.swiper-slide {
	width: auto;
}

.c-wrap {
	margin-inline: auto;
	padding-inline: 20px;
}

.c-con-wrap {
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.header {
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 99;
}

.header.is-open {
	pointer-events: all;
}

.header.is-open .header__wrap {
	background: #fff;
}

.header.is-open .header__logo {
	opacity: 1;
}

.header__wrap {
	padding-block: 17px;
	transition: 0.3s;
}

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

.header__logo {
	opacity: 0;
	transition: 0.3s;
	width: 216px;
}

.header__button {
	align-items: center;
	aspect-ratio: 1/1;
	background: #f29600;
	border-radius: 100%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	outline: none;
	pointer-events: all;
	position: relative;
	transition: 0.3s;
	width: 42px;
}

.header__button.is-open {
	background: #fff;
}

.header__button.is-open span {
	background: #f29600;
	position: absolute;
}

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

.header__button.is-open span:nth-child(2) {
	transform: rotate(-45deg);
}

.header__button span {
	background: #fff;
	display: block;
	height: 2px;
	transition: 0.3s;
	width: 19px;
}

.header__nav {
	background: #f29600;
	inset: 0;
	opacity: 0;
	padding-top: 199px;
	pointer-events: none;
	position: fixed;
	transition: 0.3s;
	z-index: -1;
}

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

.header__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 58px;
}

.header__list > li {
	line-height: 1;
}

.header__link {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.header__link-icon {
	display: none;
}

.header__link-icon svg {
	display: block;
	width: 100%;
}

.header__link-icon svg path {
	display: block;
	transition: 0.3s;
	width: 100%;
}

.mv-wrap {
	overflow: hidden;
	position: relative;
}

.mv-wrap .top-swiper {
	display: none;
}

.fv {
	display: flex;
	flex-direction: column;
	position: relative;
}

.fv__img {
	height: 350px;
	overflow: hidden;
	width: 100%;
}

.fv__img.--right img {
	animation-delay: 1s;
}

.fv__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	animation-delay: 0.6s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-name: fvFadeIn;
	animation-timing-function: ease-out;
	object-position: center;
	opacity: 0;
}

.fv__logo {
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-name: fvFadeInLogo;
	animation-timing-function: ease-out;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 248px;
}

/* アニメーション定義 */

/* sec01 */

.sec01 {
	padding-bottom: 89px;
	padding-top: 63px;
}

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

.sec01__title {
	font-size: 37px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

.sec01__title-line {
	padding-inline: 2px;
}

.sec01__content {
	display: flex;
	flex-direction: column;
	gap: 2em;
	margin-top: 30px;
}

.sec01__text .u-or {
	font-size: 18px;
	font-weight: bold;
}

.sec01__text-line {
	font-size: 21px;
	letter-spacing: -0.05em;
	line-height: 1.3;
	margin-top: 5px;
}

.sec01__text-line:first-of-type {
	margin-top: 4px;
}

.sec01__block {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 90px;
}

.sec01__head {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: center;
}

.sec01__head-line {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 2.0625;
	text-align: center;
	width: 131px;
}

.sec01__head-icon {
	aspect-ratio: 1/1;
	position: relative;
	width: 15px;
}

.sec01__head-icon span {
	background-color: #1a1a1a;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	width: 140%;
}

.sec01__head-icon span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.sec01__head-icon span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.sec01__name {
	font-size: 57px;
	font-weight: bold;
	line-height: 1.3;
}

.sec01__name-ja {
	font-size: 13px;
	letter-spacing: 0.7em;
	line-height: 1;
}

/* sec02 */

.sec02 {
	background: url(../img/haikei/haikei_SP_1.webp) no-repeat center center/cover;
	padding-block: 44px 50px;
}

.sec02__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sec02__title {
	font-size: 37px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

.sec02__title-line {
	padding-inline: 2px;
}

.sec02__cards {
	border: 2px solid #f29600;
}

.sec02__card {
	align-items: center;
	background: #fff;
	border-top: 2px solid #f29600;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 36px 20px 26px;
}

.sec02__card:first-child {
	border: none;
}

.sec02__card-title {
	font-size: 19px;
	line-height: 1;
	text-align: center;
}

.sec02__card-title-line {
	font-size: 26px;
	margin-top: 10px;
	padding-inline: 4px;
}

.sec02__card-text {
	width: 95%;
}

/* sec03 */

.sec03 {
	padding-block: 39px 23px;
}

.sec03__inner {
	display: flex;
	flex-direction: column;
	padding-inline: 27px;
}

.sec03__title {
	font-size: 40px;
}

.sec03__cards {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.sec03__card {
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
	position: relative;
}

.sec03__card::after {
	background: #f29600;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	max-width: 550px;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100vw - 40px);
}

.sec03__card:last-child::after {
	display: none;
}

.sec03__card-title {
	font-size: 26px;
	letter-spacing: -0.01em;
}

.sec03__card-title-line {
	padding-inline: 5px;
}

.sec03__text {
	margin-top: 5px;
}

.sec03__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	line-height: 1.2;
	margin-top: 12px;
	max-width: 76%;
}

.sec03__tag {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 2px 8px;
}

.sec03__etc {
	font-size: 14px;
	font-weight: bold;
}

/* sec04 */

.sec04 {
	background: url(../img/haikei/haikei_SP_2.webp) no-repeat center center/cover;
	padding-block: 52px 50px;
}

.sec04__wrap {
	display: contents;
}

.sec04__wrap.--top {
	align-items: start;
	display: flex;
	flex-direction: column;
}

.sec04__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sec04__title {
	background: #fff;
	font-size: 40px;
	line-height: 1.3;
	width: -moz-fit-content;
	width: fit-content;
}

.sec04__subtitle {
	background: #fff;
	display: inline-block;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 35px;
	width: -moz-fit-content;
	width: fit-content;
}

.sec04__swiper {
	padding-bottom: 43px;
	padding-inline: 24px;
}

.sec04 .swiper-wrapper {
	align-items: stretch;
	display: flex;
}

.sec04 .swiper-slide {
	display: flex;
	height: auto;
}

.sec04__swiper-pagination {
	background: #fff;
	border-radius: 20px;
	bottom: 0 !important;
	display: flex;
	gap: 9px;
	justify-content: center;
	left: 50% !important;
	padding: 6px 25px;
	transform: translateX(-50%);
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.sec04__swiper-pagination span {
	aspect-ratio: 1/1;
	display: inline-block;
	height: 9.5px;
	margin: 0 !important;
	opacity: 1;
	padding: 0;
	width: 9.5px;
}

.sec04__swiper-pagination span.swiper-pagination-bullet {
	background: #f8ca80;
}

.sec04__swiper-pagination span.swiper-pagination-bullet-active {
	background: #f29600;
}

.sec04__card {
	background: #fff;
	display: flex;
	flex-direction: column;
	width: 315px;
}

.sec04__img {
	flex-shrink: 0;
}

.sec04__content {
	border: 2px solid #f29600;
	height: 100%;
	padding: 22px 20px 16px;
	position: relative;
}

.sec04__label {
	font-size: 18px;
	font-weight: bold;
	left: -2px;
	padding: 4px 4px;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}

.sec04__text {
	line-height: 1.875;
}

/* sec05 */

.sec05 {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-block: 52px 50px;
	width: 100%;
}

.sec05__title {
	font-size: 37px;
	letter-spacing: 0.1em;
	line-height: 96%;
	text-align: center;
}

.sec05__title span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.sec05__container {
	margin-top: 40px;
	pointer-events: none;
}

.sec05__swiper.--reverse {
	margin-top: 20px;
}

.sec05 .swiper-wrapper {
	transition-timing-function: linear;
}

.sec05__img {
	height: 46px;
}

.sec05__img img {
	height: 100%;
}

/* sec06 */

.sec06 {
	padding-block: 52px 50px;
}

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

.sec06__title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.sec06__items {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 45px;
}

.sec06__item {
	border: 2px solid #f29600;
	display: flex;
	justify-content: center;
	padding: 18px 28px;
}

.sec06__item-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sec06__time {
	font-weight: bold;
}

/* sec07 */

.sec07 {
	padding-block: 27px 50px;
}

.sec07__heading {
	text-align: center;
}

.sec07__title {
	font-size: 26px;
	font-weight: bold;
	line-height: 140%;
}

.sec07__text {
	line-height: 2.0625;
}

.sec07__items {
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-top: 36px;
}

.sec07__item {
	line-height: 1.7;
	text-align: center;
}

.sec07__head {
	font-size: 26px;
	font-weight: bold;
}

.sec07__link {
	font-size: 37px;
	font-weight: bold;
}

.sec07__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 41px;
	margin-top: 60px;
}

.sec07__subtitle {
	font-size: 21px;
	font-weight: bold;
}

.sec07__desc {
	font-size: 14px;
}

.sec07__logo {
	width: 184px;
}

.footer {
	background: #f29600;
	display: flex;
	justify-content: center;
	padding-block: 20px 20px;
	width: 100%;
}

.footer__copy {
	font-size: 13px;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

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

.h-inview {
	clip-path: inset(0 100% 0 0);
	display: inline-block;
	transition: clip-path 0.8s ease;
	transition-duration: 1s;
	width: -moz-fit-content;
	width: fit-content;
}

.h-inview.h-inview-show {
	clip-path: inset(0 0 0 0);
}

.inview {
	opacity: 0;
	transform: translateY(10px);
	transition: 1s;
}

.inview.inview-show {
	opacity: 1;
	transform: translateY(0);
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.7;
}

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

body {
	font-size: 18px;
	line-height: 1.8888888889;
}

.c-wrap {
	max-width: 960px;
	padding-inline: 30px;
}

.c-con-wrap {
	max-width: 100%;
}

.header {
	background: #fff;
	pointer-events: all;
}

.header__wrap {
	max-width: 100% !important;
	padding: 0 !important;
}

.header__inner {
	justify-content: end;
}

.header__logo {
	display: none;
}

.header__button {
	display: none;
}

.header__nav {
	background: #fff;
	inset: auto;
	opacity: 1;
	padding-top: 0;
	pointer-events: all;
	position: static;
	z-index: 0;
}

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

.header__link {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.header__link.--contact {
	align-items: center;
	background: #f29600;
	border: 1px solid #f29600;
	color: #fff;
	display: flex;
	font-size: 18px;
	gap: 10px;
	height: 70px;
	justify-content: center;
	width: 250px;
}

.header__link.--contact:hover {
	background: #fff;
	color: #f29600;
	opacity: 1;
}

.header__link.--contact:hover .header__link-icon path {
	fill: #f29600;
}

.header__link-icon {
	display: block;
	width: 19px;
}

.fv {
	flex-direction: row;
}

.fv__img {
	height: 600px;
	width: 50%;
}

.sec01 {
	padding-top: 95px;
}

.sec01__title {
	font-size: 58px;
}

.sec01__content {
	margin-top: 98px;
}

.sec01__text {
	text-align: center;
}

.sec01__text-line:first-of-type {
	margin-top: 2px;
}

.sec01__text-line {
	font-size: 24px;
	margin-top: 2px;
}

.sec01__head {
	gap: 9px;
}

.sec01__head-line {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	width: 180px;
}

.sec01__head-icon {
	width: 20px;
}

.sec01__name {
	font-size: 78px;
}

.sec01__name-ja {
	font-size: 18px;
	line-height: 1;
}

.sec02 {
	background: url(../img/haikei/haikei_PC_1.webp) no-repeat center center/cover;
	padding-block: 86px 99px;
}

.sec02__inner {
	gap: 59px;
}

.sec02__title {
	font-size: 58px;
}

.sec02__cards {
	display: flex;
}

.sec02__card {
	border-left: 2px solid #f29600;
	border-top: none;
	gap: 29px;
	padding: 58px 20px 48px;
	text-align: center;
	width: 50%;
}

.sec02__card-title {
	font-size: 24px;
}

.sec02__card-title-line {
	font-size: 28px;
	padding-inline: 0px;
}

.sec02__card-text {
	max-width: 350px;
	width: 100%;
}

.sec03 {
	padding-block: 77px 152px;
}

.sec03__inner {
	align-items: center;
	gap: 25px;
	padding: 0;
}

.sec03__title {
	font-size: 57px;
	letter-spacing: 0.25em;
	text-align: center;
}

.sec03__card-title {
	font-size: 24px;
	text-align: center;
}

.sec03__card-title-line {
	line-height: 1.5;
	padding-inline: 10px;
}

.sec03__text {
	margin-top: 15px;
}

.sec03__tags {
	margin-top: auto;
	max-width: 80%;
	padding-top: 14px;
	width: 100%;
}

.sec04 {
	background: url(../img/haikei/haikei_PC_2.webp) no-repeat center center/cover;
	padding-block: 66px 116px;
}

.sec04__wrap {
	align-items: center;
	display: flex;
}

.sec04__inner {
	gap: 55px;
}

.sec04__title {
	font-size: 58px;
	letter-spacing: 0.2em;
	padding-inline: 20px;
}

.sec04__container > .c-wrap {
	width: -moz-fit-content;
	width: fit-content;
}

.sec04__subtitle {
	font-size: 32px;
	margin-bottom: 43px;
	margin-top: 23px;
}

.sec04__swiper {
	display: contents;
}

.sec04 .swiper-wrapper {
	flex-wrap: wrap;
	gap: 16px;
}

.sec04 .swiper-slide {
	display: contents;
}

.sec04__swiper-pagination {
	display: none;
}

.sec04__card {
	width: calc((100% - 32px) / 3);
}

.sec04__content {
	padding: 25px 10px 25px;
}

.sec04__label {
	font-size: 14px;
	padding: 7px;
	top: -4px;
}

.sec04__text {
	font-size: 16px;
	letter-spacing: -0.01em;
}

.sec05 {
	padding-block: 60px 50px;
}

.sec05__container {
	margin-top: 47px;
}

.sec05__img {
	height: 58px;
}

.sec06 {
	padding-block: 110px 50px;
}

.sec06__title {
	font-size: 28px;
}

.sec06__items {
	margin-top: 25px;
}

.sec06__item {
	padding: 9px 28px;
}

.sec06__item-wrap {
	flex-direction: row;
	gap: 45px;
	max-width: 713px;
}

.sec06__time {
	font-size: 20px;
}

.sec07 {
	padding-block: 84px 108px;
}

.sec07__title {
	font-size: 28px;
}

.sec07__text.--pc {
	font-size: 22px;
}

.sec07__items {
	gap: 44px;
	margin-top: 44px;
}

.sec07__item {
	line-height: 1.5;
}

.sec07__head {
	font-size: 32px;
}

.sec07__link {
	font-size: 58px;
}

.sec07__content {
	flex-direction: row-reverse;
	gap: 20px;
	justify-content: center;
	margin-top: 113px;
}

.sec07__subtitle {
	font-size: 20px;
}

.sec07__logo {
	width: 152px;
}

.footer {
	padding-block: 40px 20px;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

}

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

.mv-wrap .top-swiper {
	display: flex;
	height: 100%;
	position: absolute;
	top: 0;
}

.mv-wrap .top-swiper.--left {
	left: -10px;
}

.mv-wrap .top-swiper.--right {
	right: -10px;
	rotate: 180deg;
}

.mv-wrap .top-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.mv-wrap .top-swiper .swiper-slide {
	height: auto;
}

.mv-wrap .top-swiper__img {
	aspect-ratio: 139/1685;
	width: 139px;
}

.sec02__card-title-line {
	font-size: 32px;
	padding-inline: 4px;
}

.sec03__cards {
	flex-direction: row;
	gap: 0;
	max-width: 100%;
}

.sec03__card {
	padding-bottom: 0;
	padding-inline: 27px;
	width: 33.3333333333%;
}

.sec03__card::after {
	background: #1a1a1a;
	bottom: auto;
	height: 100%;
	left: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.sec04 .swiper-wrapper {
	gap: 38px;
}

.sec04__card {
	width: calc((100% - 76px) / 3);
}

.sec04__content {
	padding: 25px 20px 25px;
}

.sec04__label {
	padding: 7px 13px;
}

.sec04__text {
	font-size: 18px;
	line-height: 1.9444444444;
}

}

@keyframes fvFadeIn {

from {
	opacity: 0;
	transform: translateY(40px);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fvFadeInLogo {

from {
	opacity: 0;
	transform: translate(-50%, -30%);
}

to {
	opacity: 1;
	transform: translate(-50%, -50%);
}

}

