*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	background: #FEF8F2;
	color: #23221E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
}

img {
	height: 100%;
	width: 100%;
}

a {
	color: inherit;
}

.overflow {
	overflow: hidden;
}

.l-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding-bottom: 0vw;
	padding-left: 6.9444444444vw;
	padding-right: 6.9444444444vw;
	padding-top: 0vw;
	position: fixed;
	top: 1.3888888889vw;
	width: 100%;
	z-index: 300;
}

.p-header__logo {
	width: 6.9444444444vw;
}

.l-header__nav {
	display: flex;
	gap: 32px;
}

.p-header__nav--item {
	font-size: 1.6666666667vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.25;
}

.p-header__nav--item a {
	position: relative;
}

.p-header__nav--item a::after {
	background: transparent;
	bottom: -0.4166666667vw;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

.p-header__nav--item a:hover::after {
	background: #FFDB96;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.inner {
	padding-bottom: 0vw;
	padding-left: 15.2777777778vw;
	padding-right: 15.2777777778vw;
	padding-top: 0vw;
}

.drawer-icon {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	transition: all 0.5s;
	z-index: 300;
}

.drawer-icon.is-active {
	transform: translateX(-200px);
}

.drawer-icon.is-active .drawer-icon-bar1 {
	left: 20%;
	top: 20px;
	transform: rotate(-45deg);
}

.drawer-icon.is-active .drawer-icon-bar2 {
	display: none;
}

.drawer-icon.is-active .drawer-icon-bar3 {
	left: 20%;
	top: 20px;
	transform: rotate(45deg);
}

.drawer-icon-bars {
	background: #FEF8F2;
	display: block;
	height: 40px;
	position: relative;
	width: 40px;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
	background: #23221E;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 30px;
}

.drawer-icon-bar1 {
	top: 10px;
}

.drawer-icon-bar2 {
	top: 20px;
}

.drawer-icon-bar3 {
	top: 30px;
}

.drawer-content {
	background: white;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: all 0.5s;
	width: 200px;
	z-index: 299;
}

.drawer-content.is-active {
	transform: translateX(0);
}

.drawer-content-item {
	border-bottom: 1px dotted #707070;
}

.drawer-content-item a {
	color: #707070;
	display: block;
	padding: 20px;
}

.drawer-background {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 298;
}

.drawer-background.is-active {
	display: block;
}

.l-fv {
	height: 78.4722222222vw;
	position: relative;
}

.l-fv__title {
	color: white;
	font-size: 3.3333333333vw;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1;
	position: absolute;
	right: 3.4722222222vw;
	top: 50%;
	transform: translateY(-50%);
}

.l-fv__title p {
	background: rgba(127, 174, 174, 0.8039215686);
	border-radius: 25px;
	margin-top: 1.3888888889vw;
	padding-bottom: 1.3888888889vw;
	padding-left: 1.3888888889vw;
	padding-right: 1.3888888889vw;
	padding-top: 1.3888888889vw;
	width: -moz-max-content;
	width: max-content;
}

.l-fv__btn {
	bottom: 4.1666666667vw;
	position: absolute;
	right: 2.7777777778vw;
}

.p-fv__curpon {
	background: #FFDB96;
	border-radius: 40px;
	margin: 0 auto;
	margin-bottom: 1.3888888889vw;
	padding-bottom: 0.6944444444vw;
	padding-left: 1.3888888889vw;
	padding-right: 1.3888888889vw;
	padding-top: 0.6944444444vw;
	width: -moz-max-content;
	width: max-content;
}

.p-fv__btn {
	background: #49FF2B;
	border-radius: 100px;
	color: #FEF8F2;
	font-size: 2.7777777778vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.25;
	padding-bottom: 1.3888888889vw;
	padding-left: 2.0833333333vw;
	padding-right: 2.0833333333vw;
	padding-top: 1.3888888889vw;
}

.l-service {
	padding-bottom: 6.9444444444vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 6.9444444444vw;
}

.l-service__items {
	display: flex;
	flex-direction: column;
	gap: 4.1666666667vw;
	margin-top: 6.9444444444vw;
}

.l-service__item {
	align-items: center;
	display: flex;
	gap: 4.1666666667vw;
	justify-content: center;
	position: relative;
}

.l-service__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.p-service__item--icon,
.p-service__item--icon2,
.p-service__item--icon3,
.p-service__item--icon4 {
	position: absolute;
	top: 0;
}

.p-service__item--icon img,
.p-service__item--icon2 img,
.p-service__item--icon3 img,
.p-service__item--icon4 img {
	height: 100%;
	width: 100%;
}

.p-service__item--icon {
	height: 12.5vw;
	right: -15.2777777778vw;
	width: 12.5vw;
}

.p-service__item--icon3 {
	right: -15.2777777778vw;
}

.p-service__item--icon2,
.p-service__item--icon4 {
	left: -18.0555555556vw;
}

.p-service__item--icon2,
.p-service__item--icon3 {
	height: 27.7777777778vw;
	width: 17.3611111111vw;
}

.p-service__item--icon4 {
	height: 10.4166666667vw;
	width: 15.2777777778vw;
}

.p-service__item--img {
	position: relative;
	width: 31.25vw;
}

.p-service__item--img img {
	border-radius: 50px;
}

.l-service__textbox {
	text-align: center;
	width: 31.25vw;
}

.p-service__item--step {
	color: #FFDB96;
	display: inline-block;
	font-family: "Titan One", sans-serif;
	font-size: 3.3333333333vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 0.06;
	padding-top: 2.7777777778vw;
	position: relative;
}

.p-service__item--step::after {
	background: url(../img/number-bg.svg) no-repeat center center/cover;
	content: "";
	height: 5.5555555556vw;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 13.1944444444vw;
	z-index: -1;
}

.p-service__item--ttl {
	font-size: 4.4444444444vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.375;
	margin-top: 2.0833333333vw;
}

.p-service__item--subttl {
	font-size: 1.6666666667vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.25;
	margin-top: 2.0833333333vw;
}

.p-service__item--btnbox {
	display: flex;
	gap: 1.3888888889vw;
	position: absolute;
	right: 3.4722222222vw;
	top: 3.4722222222vw;
}

#p-service__item--btn,
#p-service__item--btn-2,
#p-service__item--btn2,
#p-service__item--btn2-2,
#p-service__item--btn4,
#p-service__item--btn4-2 {
	background-color: #23221E;
	border-radius: 50%;
	cursor: pointer;
	height: 1.3888888889vw;
	width: 1.3888888889vw;
}

#p-service__item--btn:hover,
#p-service__item--btn-2:hover,
#p-service__item--btn2:hover,
#p-service__item--btn2-2:hover,
#p-service__item--btn4:hover,
#p-service__item--btn4-2:hover {
	opacity: 0.5;
}

#p-service__item--btn-2,
#p-service__item--btn2-2,
#p-service__item--btn4 {
	background: white;
}

.l-about {
	background: #FFDB96;
}

.l-about__main {
	display: flex;
	gap: 4.1666666667vw;
	justify-content: center;
	margin-top: 6.9444444444vw;
}

.l-about__textbox {
	background: white;
	border-radius: 20px;
	height: 26.3888888889vw;
	padding-bottom: 2.7777777778vw;
	padding-left: 2.7777777778vw;
	padding-right: 2.7777777778vw;
	padding-top: 2.7777777778vw;
	width: 40.2777777778vw;
}

.l-about__textbox p {
	font-size: 1.6666666667vw;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.8;
}

.l-about__img {
	height: 34.7222222222vw;
	position: relative;
	width: 25vw;
}

.p-about__img {
	height: 22.2916666667vw;
	width: 20.8333333333vw;
}

.p-about__img2 {
	bottom: 0;
	height: 18.6111111111vw;
	position: absolute;
	right: -4.5138888889vw;
	width: 17.3611111111vw;
}

footer {
	background: #FFDB96;
	padding-bottom: 1.3888888889vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 1.3888888889vw;
}

.l-footer__inner {
	align-items: center;
	display: flex;
	gap: 2.7777777778vw;
	justify-content: space-between;
	padding-bottom: 0vw;
	padding-left: 6.9444444444vw;
	padding-right: 6.9444444444vw;
	padding-top: 0vw;
}

.l-footer__nav {
	display: flex;
	gap: 32px;
}

.p-footer__menu {
	color: #23221E;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6666666667vw;
	font-weight: 700;
	letter-spacing: 0.0333333333em;
	line-height: 1;
}

.p-footer__logo {
	width: 6.9444444444vw;
}

.p-footer__logo img {
	height: 100%;
	width: 100%;
}

.l-inst {
	padding-bottom: 6.9444444444vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 6.9444444444vw;
}

.swiper-container {
	margin-top: 6.9444444444vw;
	overflow: hidden;
	position: relative;
}

.swiper {
	position: relative;
}

.swiper-wrapper {
	position: relative;
}

.inst__swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}

.inst__swiper-slide:nth-child(2n+1) {
	margin-top: 2.7777777778vw;
}

.inst__swiper-slide img {
	border-radius: 20px;
}

.inst__swiper-slide:hover {
	position: relative;
}

.inst__swiper-slide:hover img {
	transform: scale(1.2);
	transition: all 0.3s ease-out 0s;
}

.inst__swiper-slide:hover::after {
	background-color: #FFDB96;
	border-radius: 20px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.inst__swiper-slide:hover::before {
	background: url(../img/inst-hover.svg) no-repeat center center/cover;
	content: "";
	height: 6.5972222222vw;
	left: 50%;
	position: absolute;
	top: 30%;
	transform: translate(-50%);
	transition: all 0.3s ease-out 0.5s;
	width: 6.5972222222vw;
	z-index: 110;
}

.swiper-pagination-bullet {
	background: gray;
	border-radius: 50%;
	height: 20px;
	opacity: 1;
	width: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: red;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-button-prev::after {
	content: "";
}

.swiper-button-next::after {
	content: "";
}

.l-qa {
	background: #FFDB96;
}

.l-qa__items {
	display: flex;
	flex-direction: column;
	gap: 2.0833333333vw;
	margin-top: 4.1666666667vw;
}

.l-qa__item {
	border: 1px solid #23221E;
}

.l-qa__item:hover {
	cursor: pointer;
}

.p-qa-box__q {
	background: #fff;
	color: #333;
	font-size: 1.3888888889vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.45;
	padding-bottom: 1.3888888889vw;
	padding-left: 5.1388888889vw;
	padding-right: 4.1666666667vw;
	padding-top: 1.3888888889vw;
	position: relative;
}

.p-qa-box__q::before {
	background: #FFDB96;
	border-radius: 50px;
	content: "Q";
	height: 3.0555555556vw;
	left: 0.6944444444vw;
	padding-top: 0.3472222222vw;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 3.0555555556vw;
}

.l-qa-box__icon {
	height: 1.4583333333vw;
	position: absolute;
	right: 1.4583333333vw;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4583333333vw;
}

.l-qa-box__icon.is-open .p-qa-box__bar2,
.l-qa-box__icon.is-open .p-qa-box__bar1 {
	transform: rotate(45deg);
}

.p-qa-box__bar1 {
	background: #333;
	height: 0.0694444444vw;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 1.4583333333vw;
}

.p-qa-box__bar2 {
	background: #333;
	height: 1.4583333333vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 0.0694444444vw;
}

.l-qa-box__a {
	background: white;
	display: none;
	font-size: 1.3888888889vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.45;
	padding-bottom: 1.3888888889vw;
	padding-left: 5.1388888889vw;
	padding-right: 4.1666666667vw;
	padding-top: 1.3888888889vw;
	position: relative;
}

.l-qa-box__a::before {
	background: #c1bcb0;
	border-radius: 50px;
	content: "A";
	height: 3.0555555556vw;
	left: 0.6944444444vw;
	padding-top: 0.3472222222vw;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 3.0555555556vw;
}

.p-qa-box__content {
	font-size: 0.9722222222vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.7142857143;
}

.l-contact {
	padding-bottom: 6.9444444444vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 6.9444444444vw;
}

.p-contact__text {
	font-size: 1.1111111111vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 2.7777777778vw;
}

.c-form {
	margin-top: 2.7777777778vw;
}

.c-form__item + .c-form__item {
	margin-top: 1.3888888889vw;
}

.c-form__item dl {
	display: flex;
	justify-content: space-between;
}

.c-form__label {
	width: 20.8333333333vw;
}

.c-form__label-text {
	font-size: 1.1111111111vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-right: 4.1666666667vw;
	position: relative;
}

.c-form__label-text::after {
	border: 1px solid #FFDB96;
	border-radius: 8px;
	color: #FFDB96;
	content: "必須";
	font-size: 0.9722222222vw;
	font-weight: 400;
	height: 1.5277777778vw;
	letter-spacing: 0.0571428571em;
	line-height: 0.4285714286;
	padding-bottom: 0.4166666667vw;
	padding-left: 0.5555555556vw;
	padding-right: 0.5555555556vw;
	padding-top: 0.4166666667vw;
	position: absolute;
	right: 0vw;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4722222222vw;
}

.c-form__input,
.c-form__input-text,
.c-form__textarea {
	font-size: 1.1111111111vw;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.05em;
	line-height: 2;
	width: 100%;
}

.c-form__input-text,
.c-form__textarea {
	padding-bottom: 1.3888888889vw;
	padding-left: 1.3888888889vw;
	padding-right: 0vw;
	padding-top: 1.3888888889vw;
}

.c-form__input-text ::-moz-placeholder,
.c-form__textarea ::-moz-placeholder {
	font-size: 1.1111111111vw;
	font-weight: 100;
	letter-spacing: 0.05em;
	line-height: 2;
}

.c-form__input-text ::placeholder,
.c-form__textarea ::placeholder {
	font-size: 1.1111111111vw;
	font-weight: 100;
	letter-spacing: 0.05em;
	line-height: 2;
}

.c-form__textarea {
	height: 20.8333333333vw;
}

.c-form__button {
	margin-top: 2.7777777778vw;
	text-align: center;
}

.c-button {
	background: white;
	border: 1px solid #23221E;
	border-radius: 30px;
	color: #23221E;
	font-size: 1.1111111111vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 2.7777777778vw;
	padding-bottom: 0.5555555556vw;
	padding-left: 1.3888888889vw;
	padding-right: 1.3888888889vw;
	padding-top: 0.5555555556vw;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-button:hover {
	cursor: pointer;
	opacity: 0.7;
}

.p-contact__bg img {
	height: 100%;
	width: 100%;
}

.c-ttlbox {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.c-ttl {
	font-family: "Montserrat", sans-serif;
	font-size: 5vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.25;
}

.c-subttl {
	font-size: 2.2222222222vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.25;
}

.c-btn {
	background: #49FF2B;
	border-radius: 100px;
	color: #FEF8F2;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 20px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

}

@media (min-width: 1440px) {

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

}

@media (max-width: 767px) {

.p-header__logo {
	width: 20.8vw;
}

.l-header__nav {
	display: none;
}

.inner {
	padding-bottom: 0vw;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	padding-top: 0vw;
}

.drawer-icon {
	display: block;
}

.l-fv {
	height: 168vw;
}

.l-fv__title {
	font-size: calc(5.3333333333 * 1vw);
	font-weight: 400;
	letter-spacing: calc(0.06 * 1em);
	line-height: calc(1);
}

.l-fv__title p {
	border-radius: 10px;
	margin-top: 2.6666666667vw;
	padding-bottom: 2.6666666667vw;
	padding-left: 2.6666666667vw;
	padding-right: 2.6666666667vw;
	padding-top: 2.6666666667vw;
}

.l-fv__btn {
	bottom: 10.6666666667vw;
	right: 2.6666666667vw;
}

.p-fv__curpon {
	font-size: calc(3.2 * 1vw);
	font-weight: 700;
	letter-spacing: calc(0 * 1em);
	line-height: calc(1.25);
	padding-bottom: 1.8666666667vw;
	padding-left: 3.4666666667vw;
	padding-right: 3.4666666667vw;
	padding-top: 1.8666666667vw;
}

.p-fv__btn {
	font-size: calc(4.8 * 1vw);
	font-weight: 700;
	letter-spacing: calc(0 * 1em);
	line-height: calc(1.25);
	padding-bottom: 2.6666666667vw;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	padding-top: 2.6666666667vw;
}

.l-service {
	padding-bottom: 21.3333333333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 21.3333333333vw;
}

.l-service__items {
	gap: 13.3333333333vw;
	margin-top: 16vw;
}

.l-service__item {
	align-items: start;
	display: flex;
	flex-direction: column;
}

.l-service__item:nth-child(2n) {
	flex-direction: column;
}

.p-service__item--icon,
.p-service__item--icon2,
.p-service__item--icon3,
.p-service__item--icon4 {
	bottom: 0vw;
	right: -5.3333333333vw;
	top: auto;
}

.p-service__item--icon {
	bottom: -21.3333333333vw;
	height: 26.6666666667vw;
	right: -8vw;
	width: 26.6666666667vw;
}

.p-service__item--icon2,
.p-service__item--icon4 {
	left: auto;
}

.p-service__item--icon2,
.p-service__item--icon3 {
	bottom: -32vw;
	height: 40vw;
	right: -16vw;
	width: 40vw;
}

.p-service__item--icon4 {
	bottom: -18.6666666667vw;
	height: 40vw;
	right: -18.6666666667vw;
	width: 40vw;
}

.p-service__item--img {
	width: 89.3333333333vw;
}

.l-service__textbox {
	text-align: left;
	width: 100%;
}

.p-service__item--step {
	font-size: calc(8 * 1vw);
	font-weight: 400;
	letter-spacing: calc(0.06 * 1em);
	line-height: calc(1);
}

.p-service__item--step::after {
	height: 13.3333333333vw;
	width: 37.3333333333vw;
}

.p-service__item--ttl {
	font-size: calc(8.5333333333 * 1vw);
	font-weight: 700;
	letter-spacing: calc(0 * 1em);
	line-height: calc(1.25);
	margin-top: 0;
}

.p-service__item--subttl {
	font-size: calc(4.2666666667 * 1vw);
	font-weight: 400;
	letter-spacing: calc(0 * 1em);
	line-height: calc(1.25);
	margin-top: 2.6666666667vw;
}

.p-service__item--btnbox {
	gap: 2.6666666667vw;
	right: 8vw;
	top: 8vw;
}

#p-service__item--btn,
#p-service__item--btn-2,
#p-service__item--btn2,
#p-service__item--btn2-2,
#p-service__item--btn4,
#p-service__item--btn4-2 {
	height: 5.3333333333vw;
	width: 5.3333333333vw;
}

.l-about {
	padding-bottom: 21.3333333333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 21.3333333333vw;
}

.l-about__main {
	flex-direction: column-reverse;
	gap: 10.6666666667vw;
	margin-top: 10.6666666667vw;
}

.l-about__textbox {
	height: 100%;
	padding-bottom: 5.3333333333vw;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	padding-top: 5.3333333333vw;
	width: 100%;
}

.l-about__textbox p {
	font-size: calc(4.2666666667 * 1vw);
	font-weight: 400;
	letter-spacing: calc(0.3 * 1em);
	line-height: calc(2);
}

.l-about__img {
	height: 100vw;
	width: 100%;
}

.p-about__img {
	height: 72vw;
	left: -5.3333333333vw;
	position: absolute;
	width: 72vw;
}

.p-about__img2 {
	height: 51.4666666667vw;
	right: -5.3333333333vw;
	width: 51.4666666667vw;
}

footer {
	padding-bottom: 21.3333333333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 21.3333333333vw;
}

.l-footer__inner {
	flex-direction: column-reverse;
	gap: 10.6666666667vw;
}

.l-footer__nav {
	flex-direction: column;
	gap: 5.3333333333vw;
}

.p-footer__menu {
	font-size: calc(4.2666666667 * 1vw);
	font-weight: 700;
	letter-spacing: calc(0 * 1em);
	line-height: calc(1.25);
	text-align: center;
}

.p-footer__logo {
	height: 15.4666666667vw;
	width: 20.8vw;
}

.l-inst {
	padding-bottom: 21.3333333333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 21.3333333333vw;
}

.inst__swiper-slide:nth-child(2n+1) {
	margin-top: 10.6666666667vw;
}

.inst__swiper-slide:hover::before {
	height: 21.3333333333vw;
	width: 21.3333333333vw;
}

.l-qa {
	padding-bottom: 21.3333333333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 21.3333333333vw;
}

.l-qa__items {
	gap: 8vw;
	margin-top: 8vw;
}

.p-qa-box__q {
	font-size: calc(3.7333333333 * 1vw);
	font-weight: 700;
	letter-spacing: calc(0.08 * 1em);
	line-height: calc(1.6428571429);
	padding-bottom: 5.3333333333vw;
	padding-left: 13.8666666667vw;
	padding-right: 8vw;
	padding-top: 5.3333333333vw;
}

.p-qa-box__q::before {
	height: 8.5333333333vw;
	left: 2.6666666667vw;
	padding-top: 0.8vw;
	width: 8.5333333333vw;
}

.l-qa-box__icon {
	height: 5.6vw;
	right: 2.6666666667vw;
	width: 5.6vw;
}

.p-qa-box__bar1 {
	height: 0.2666666667vw;
	width: 5.6vw;
}

.p-qa-box__bar2 {
	height: 5.6vw;
	width: 0.2666666667vw;
}

.l-qa-box__a {
	font-size: calc(3.7333333333 * 1vw);
	font-weight: 700;
	letter-spacing: calc(0.08 * 1em);
	line-height: calc(1.6428571429);
	padding-bottom: 5.3333333333vw;
	padding-left: 13.8666666667vw;
	padding-right: 8vw;
	padding-top: 5.3333333333vw;
}

.l-qa-box__a::before {
	height: 8.5333333333vw;
	left: 2.6666666667vw;
	padding-top: 0.8vw;
	width: 8.5333333333vw;
}

.p-qa-box__content {
	font-size: calc(3.7333333333 * 1vw);
	font-weight: 500;
	letter-spacing: calc(0 * 1em);
	line-height: calc(1.7142857143);
}

.l-contact {
	padding-bottom: 21.3333333333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 21.3333333333vw;
}

.p-contact__text {
	font-size: calc(4.2666666667 * 1vw);
	font-weight: 400;
	letter-spacing: calc(0.05 * 1em);
	line-height: calc(2);
	margin-top: 10.6666666667vw;
}

.c-form {
	margin-top: 10.6666666667vw;
}

.c-form__item + .c-form__item {
	margin-top: 5.3333333333vw;
}

.c-form__item dl {
	display: flex;
	flex-direction: column;
	gap: 2.6666666667vw;
}

.c-form__label {
	width: 100%;
}

.c-form__label-text {
	font-size: calc(4.2666666667 * 1vw);
	font-weight: 400;
	letter-spacing: calc(0.05 * 1em);
	line-height: calc(2);
	padding-right: 16vw;
}

.c-form__label-text::after {
	font-size: calc(3.7333333333 * 1vw);
	font-weight: 400;
	height: 5.8666666667vw;
	letter-spacing: calc(0.05 * 1em);
	line-height: calc(1.1428571429);
	padding-bottom: 0.5333333333vw;
	padding-left: 1.0666666667vw;
	padding-right: 1.0666666667vw;
	padding-top: 0.5333333333vw;
	width: 10.6666666667vw;
}

.c-form__input,
.c-form__input-text,
.c-form__textarea {
	font-size: calc(4.2666666667 * 1vw);
	font-weight: 400;
	letter-spacing: calc(0.05 * 1em);
	line-height: calc(2);
}

.c-form__input-text,
.c-form__textarea {
	padding-bottom: 5.3333333333vw;
	padding-left: 5.3333333333vw;
	padding-right: 0vw;
	padding-top: 5.3333333333vw;
}

.c-form__textarea {
	height: 53.3333333333vw;
}

.c-form__button {
	margin-top: 10.6666666667vw;
}

.c-button {
	font-size: calc(4.2666666667 * 1vw);
	font-weight: 400;
	letter-spacing: calc(0.05 * 1em);
	line-height: calc(1.5);
	padding-bottom: 2.1333333333vw;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	padding-top: 2.1333333333vw;
}

.c-ttlbox {
	gap: 1.6vw;
	text-align: center;
}

.c-ttl {
	font-size: calc(10.6666666667 * 1vw);
	font-weight: 700;
	letter-spacing: calc(0 * 1em);
	line-height: calc(1.25);
}

.c-subttl {
	font-size: calc(4.2666666667 * 1vw);
	font-weight: 700;
	letter-spacing: calc(0 * 1em);
	line-height: calc(1.25);
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

