/* リキッドレイアウト対応 */

body {
	font-family: "Noto Serif JP", serif;
}

body {
	font-weight: 500;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.case__inner {
	background-color: #F4EDDF;
	padding-bottom: 122px;
	padding-top: 42px;
}

.case__inner h2 {
	color: #3F3329;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	text-align: center;
}

.case__card {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #3F3329;
	height: 100%;
	padding: 20px 10px 14px;
	padding: 1.25rem 0.625rem 0.875rem;
	position: relative;
	width: 100%;
}

.case__rectangle {
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 68px;
	width: 4.25rem;
}

.case__card h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.case__maker {
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	text-align: center;
}

.case__image {
	display: block;
	margin-top: 17px;
	margin-top: 1.0625rem;
	width: 100%;
}

.case__disc {
	margin: 24px auto 0;
	margin: 1.5rem auto 0;
	max-width: 212px;
	max-width: 13.25rem;
	width: 100%;
}

.case__title {
	border-bottom: 1px solid #3F3329;
	color: #3F3329;
	font-weight: 500;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
	padding-left: 8px;
	padding-left: 0.5rem;
}

.case__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.case__top {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.case__price {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3F3329;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.case__price span {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

/* ---------- Swiper ---------- */

.case-slider {
	margin: 0 auto;
	max-width: 300px; /* 1176px + 矢印分 */
	position: relative;
	width: 100%;
}

.case-swiper {
	margin: 0 auto;
	max-width: 1176px;
	overflow: hidden;
	width: 100%;
}

.case-swiper .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.case-swiper .swiper-slide {
	height: auto;
}

/* 矢印 */

.case-slider .swiper-button-prev,
.case-slider .swiper-button-next {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 56px;
	margin-top: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 56px;
	z-index: 10;
}

.case-slider .swiper-button-prev {
	background-image: url(../../assets/images/sp/prev.png);
	left: 0;
}

.case-slider .swiper-button-next {
	background-image: url(../../assets/images/sp/next.png);
	right: 0;
}

.case-slider .swiper-button-prev::after,
.case-slider .swiper-button-next::after {
	content: "";
}

/* ページネーション */

.case-slider .swiper-pagination {
	margin-top: 24px;
	position: static;
	text-align: center;
}

.case-slider .swiper-pagination-bullet {
	background: #8B796B;
	height: 8px;
	opacity: 1;
	width: 8px;
}

.case-slider .swiper-pagination-bullet-active {
	background: #3F3329;
}

/* SPでは矢印を消して、ページネーションを表示 */

/* PCでは矢印を表示して、ページネーションを隠す */

.company__inner {
	background-color: #3F3329;
	color: #fff;
	margin-top: -1px;
	padding: 48px 16px 0;
}

.company__inner h2 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	text-align: center;
}

.company__lists {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin: 40px auto 0;
	max-width: 358px;
	width: 100%;
}

.company__list {
	border-bottom: 1px solid #FFF;
	padding-bottom: 15px;
	padding-left: 16px;
}

.company__list + .company__list {
	margin-top: 16px;
}

.comapany__title {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
}

.comapany__title img {
	width: 10px;
}

.cta {
	background: #2D1A1A;
}

.cta__inner {
	background: -webkit-gradient(linear, left top, left bottom, from(#685240), color-stop(97.6%, #3F3329));
	background: linear-gradient(180deg, #685240 0%, #3F3329 97.6%);
	padding: 24px 20px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.cta__inner h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.cta__flex {
	gap: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px;
}

.cta__flex img {
	width: 131px;
}

.cta__links {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px;
}

.cta__link {
	border: 1px solid #2D1A1A;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .5607843137), 0px 1px 0px 0px rgba(0, 0, 0, .2509803922);
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .5607843137), 0px 1px 0px 0px rgba(0, 0, 0, .2509803922);
	width: 110px;
}

.cta__links a {
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	padding: 17px 0;
	text-align: center;
	width: 100%;
}

.cta__link--red {
	background: -webkit-gradient(linear, left top, left bottom, from(#E60A2F), color-stop(98.56%, #A8001C));
	background: linear-gradient(180deg, #E60A2F 0%, #A8001C 98.56%);
}

.cta__link--green {
	background: -webkit-gradient(linear, left top, left bottom, from(#00C300), color-stop(97.6%, #2B8F2B));
	background: linear-gradient(180deg, #00C300 0%, #2B8F2B 97.6%);
}

.cta__link--yellow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2.4%, #F8BB42), color-stop(97.6%, #D39414));
	background: linear-gradient(180deg, #F8BB42 2.4%, #D39414 97.6%);
}

.cta__text {
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 16px;
	text-align: center;
}

.cta__fixed {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
  z-index: 10;
}

.footer {
	margin-bottom: 225px;
}

.faq__inner {
	background-color: #F4EDDF;
	color: #3F3329;
	padding-bottom: 72px;
	padding-bottom: 4.5rem;
	padding-top: 112px;
	padding-top: 7rem;
}

.faq__inner h2 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	text-align: center;
}

.accordion {
	margin-inline: auto;
	font-family: "Noto Sans JP", sans-serif;
	margin: 80px auto 0;
	margin-top: 30px;
	max-width: 350px;
	position: relative;
	width: 100%;
}

.accordion-container {
	border-top: 1px solid #3F3329;
}

.accordion-item {
	border-bottom: 1px solid #3F3329;
}

.accordion-title {
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 24px 36px 24px 12px;
}

.accordion-content {
	display: none;
	padding: 0 12px 24px;
}

.accordion-content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

.accordion-title {
	position: relative;
}

.accordion-title::before {
	background-color: #3F3329;
	content: "";
	height: 1px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 20px;
}

.accordion-title::after {
	background-color: #3F3329;
	content: "";
	height: 1px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 20px;
}

.accordion-title.open::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-title.open::after {
	opacity: 0;
}

.flow__inner {
	background-color: #F4EDDF;
	padding-bottom: 72px;
	padding-bottom: 4.5rem;
	padding-top: 112px;
	padding-top: 7rem;
  position: relative;
}

.flow__bg {
  position: absolute;
  content: '';
  width: 354px;
  top: 0;
  right: 0;
}

.flow h2 {
	color: #3F3329;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	text-align: center;
}

.flow__subTitle {
	color: #3F3329;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
}

.flow__kantan {
	margin: 40px auto 0;
	max-width: 360px;
	width: 100%;
}

.flow__kantan--caution {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin: 0 auto;
	max-width: 345px;
	width: 100%;
}

.flow__lists {
	margin: 40px auto 0;
	max-width: 368px;
	width: 100%;
}

.flow__list {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922), 0px 1px 2px 0px rgba(0, 0, 0, .3490196078);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922), 0px 1px 2px 0px rgba(0, 0, 0, .3490196078);
	padding-bottom: 34px;
  position: relative;
  z-index: 2;
}

.flow__list + .flow__list {
	margin-top: 40px;
}

.flow__list img {
	border-radius: 5px 5px 0 0;
}

.flow__list h3 {
	color: #3F3329;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.flow__btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#685240), color-stop(97.6%, #3F3329));
	background: linear-gradient(180deg, #685240 0%, #3F3329 97.6%);
	border-radius: 9999px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	left: 50%;
	line-height: 1.4;
	margin-top: 8px;
	padding: 4px 24px;
	position: relative;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.flow__list h4 {
	color: #3F3329;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 16px;
	text-align: center;
}

.flow__stepLists {
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	margin-top: 1.375rem;
	max-width: 319px;
	width: 100%;
}

.step__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.step__banner {
	max-width: 98px;
	max-width: 6.125rem;
	width: 100%;
}

.step__flex--text {
	color: #3F3329;
	font-size: 20px;
	font-weight: 700;
	margin-left: 8px;
}

.step__about {
	color: #3F3329;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.step + .step {
	border-top: dashed 1px #3F3329;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.step__about16 {
	margin-top: 16px;
}

.step__about8 {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.flow__text--left {
	padding: 0 24px;
	text-align: left;
}

.step__flex--text02 {
	font-size: 15px;
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.step__caution {
	color: #3F3329;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-top: 16px;
	padding: 0 24px;
}

.flow__cancel {
	color: #3F3329;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.6;
	margin: 40px auto 0;
	max-width: 320px;
	width: 100%;
  z-index: 2;
}

.footer__inner {
	background-color: #3F3329;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	padding-bottom: 48px;
	padding-top: 20px;
}

.footer__links {
	margin-top: 20px;
	text-align: center;
}

.footer__link {
	font-size: 12px;
	font-weight: 400;
}

.footer__link + .footer__link {
	margin-top: 16px;
}

.footer__copyright {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 20px;
	text-align: center;
}

.form__inner {
	padding: 72px 16px;
	padding: 4.5rem 1rem;
}

.form__inner h2 {
	color: #3F3329;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	text-align: center;
}

form {
	font-family: "Noto Sans JP", sans-serif;
	margin: 40px auto 0;
	max-width: 358px;
	width: 100%;
}

.form__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form__label {
	background-color: #EDEDED;
	color: #3F3329;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	padding: 16px 12px;
}

.required {
	color: #D50012;
	font-size: 12px;
	font-size: 0.75rem;
}

.form__brown {
	color: #3F3329;
	font-size: 14px;
}

.form__control {
	border: 1px solid #B6B6B6;
	border-radius: 4px;
	margin: 8px 12px;
	padding: 16px 12px;
	padding: 1rem 0.75rem;
  max-width: 334px;
  width: 100%;
}

.form__file {
	color: #3F3329;
	font-weight: 400;
	margin-left: 12px;
	margin-top: 8px;
}

.form__file::file-selector-button {
	background-color: rgba(237, 237, 237, .3019607843);
	border: none;
	border-radius: 5px;
	color: #3F3329;
	max-width: 176px;
	padding: 6px 0;
	width: 100%;
}

input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #DBD3BD;
	border-radius: 2px;
	display: block;
	height: 22px;
	position: relative;
	width: 22px;
}

input[type=checkbox]:checked:before {
	border-bottom: 2px solid #3F3329;
	border-right: 2px solid #3F3329;
	content: "";
	height: 12px;
	left: 6px;
	position: absolute;
	top: 3px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 6px;
}

.form__privacyBox {
	gap: 2.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 36px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.form__privacyBox {
  font-weight: 400;
	color: #3F3329;
	font-size: 14px;
	font-weight: 400;
}

.form__privacyBox a {
	text-decoration: underline;
}

.form__btn {
	margin: 56px;
	text-align: center;
}

.wpcf7-submit {
	background: #E1B353;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .5607843137), 0px 1px 0px 0px rgba(0, 0, 0, .2509803922);
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .5607843137), 0px 1px 0px 0px rgba(0, 0, 0, .2509803922);
	color: #F4EDDF;
	font-weight: 700;
	margin: 0 auto;
	max-width: 300px;
	padding: 24px 0;
	width: 100%;
}

.wpcf7-spinner {
    display: none !important;
}


/* .wpcf7-form-control-wrap {
  max-width: 334px;
  width: 100%;
} */

.header__logo {
	max-width: 129px;
	width: 100%;
}

.header__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 20px;
}

.header__navs {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__nav {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.header__nav a {
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .5607843137);
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .5607843137);
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header__nav a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.header__nav--red a {
	background: -webkit-gradient(linear, left top, left bottom, from(#E60A2F), color-stop(98.56%, #A8001C));
	background: linear-gradient(180deg, #E60A2F 0%, #A8001C 98.56%);
	padding: 15.5px 50px;
	padding: 0.96875rem 3.125rem;
}

.header__nav--green a {
	background: -webkit-gradient(linear, left top, left bottom, from(#00C300), color-stop(97.6%, #2B8F2B));
	background: linear-gradient(180deg, #00C300 0%, #2B8F2B 97.6%);
	padding: 15.5px 34.5px;
	padding: 0.96875rem 2.15625rem;
}

.header__nav--yellow a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2.4%, #F8BB42), color-stop(97.6%, #D39414));
	background: linear-gradient(180deg, #F8BB42 2.4%, #D39414 97.6%);
	padding: 15.5px 55px;
	padding: 0.96875rem 3.4375rem;
}

.headerBar {
	background: #3F3329;
	margin-top: 92px;
}

.headerBar__inner {
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
	max-width: 1173px;
	max-width: 73.3125rem;
	width: 100%;
}

.headerBar__inner a {
	border-left: 1px solid #fff;
	display: inline-block;
	max-width: 191.5px;
	max-width: 11.96875rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.headerBar__inner a::after {
	background-color: #fff;
	bottom: 10px;
	bottom: 0.625rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	-webkit-transform: translate(-50%, 30px);
	transform: translate(-50%, 30px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 30px;
	width: 1.875rem;
}

.headerBar__inner a:hover::after {
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/* 開いたとき背景スクロール止める */

body.is-fixed {
	overflow: hidden;
}

/* ヘッダー */

.header {
	position: relative;
	z-index: 100;
}

.header__inner {
	background-color: #fff;
	height: 60px;
	position: relative;
	z-index: 1002;
}

.header__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__fix {
	background-color: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

/* ハンバーガーボタン */

.hamburger {
	background: transparent;
	border: none;
	cursor: pointer;
	height: 40px;
	padding: 0;
	position: relative;
	width: 40px;
	z-index: 1002;
}

.hamburger span {
	background-color: #333;
	border-radius: 999px;
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
	width: 24px;
}

.hamburger span:nth-child(1) {
	top: 11px;
}

.hamburger span:nth-child(2) {
	top: 19px;
}

.hamburger span:nth-child(3) {
	top: 27px;
}

/* 開いたとき × */

.hamburger.is-open span:nth-child(1) {
	top: 19px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

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

.hamburger.is-open span:nth-child(3) {
	top: 19px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

/* SPメニュー本体 */

.sp-nav {
	background-color: #F4EDDF;
	height: 100vh;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	width: 100vw;
	z-index: 1001;
}

.sp-nav.is-open {
	pointer-events: auto;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.sp-nav__inner {
	padding: 100px 0 40px;
}

/* リンク一覧 */

.sp-nav__links {
	gap: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-nav__links li {
	border-bottom: 2px solid #fff;
}

.sp-nav__links a {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 20.5px 0;
	text-align: center;
	text-decoration: none;
}

/* ボタンエリア */

.sp-nav__buttons {
	gap: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 20px auto 0;
	padding: 0;
	width: 300px;
}

.sp-nav__button a {
	border: 1px solid #2D1A1A;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .5607843137), 0px 1px 0px 0px rgba(0, 0, 0, .2509803922);
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .5607843137), 0px 1px 0px 0px rgba(0, 0, 0, .2509803922);
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.sp-nav__button--red a {
	background: -webkit-gradient(linear, left top, left bottom, from(#E60A2F), color-stop(98.56%, #A8001C));
	background: linear-gradient(180deg, #E60A2F 0%, #A8001C 98.56%);
}

.sp-nav__button--green a {
	background: -webkit-gradient(linear, left top, left bottom, from(#00C300), color-stop(97.6%, #2B8F2B));
	background: linear-gradient(180deg, #00C300 0%, #2B8F2B 97.6%);
}

.sp-nav__button--yellow a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2.4%, #F8BB42), color-stop(97.6%, #D39414));
	background: linear-gradient(180deg, #F8BB42 2.4%, #D39414 97.6%);
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.mainview__inner {
	background-image: url(../../assets/images/sp/mainview_bg.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.mainview__contents {
	margin: 0 auto;
	max-width: 390px;
	padding: 19px 11px 15px 11px;
	width: 100%;
}

.mainview__contents h2 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
}

.mainview__flex {
	gap: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainview__flex img {
	width: 132px;
}

.mainview__lead {
	font-size: 36px;
	line-height: 1.3;
}

.span-28 {
	font-size: 28px;
}

.span-40 {
	font-size: 40px;
}

.mainview__lead--gold {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 155, 56, .752941)), color-stop(52.88%, rgba(255, 199, 65, .752941)), color-stop(96.15%, rgba(196, 155, 56, .752941)));
	background: linear-gradient(180deg, rgba(196, 155, 56, .752941) 0%, rgba(255, 199, 65, .752941) 52.88%, rgba(196, 155, 56, .752941) 96.15%);
	background: -webkit-linear-gradient(180deg, rgba(196, 155, 56, .752941) 0%, rgba(255, 199, 65, .752941) 52.88%, rgba(196, 155, 56, .752941) 96.15%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 48px;
}

.mainview__lead--gold span {
	font-size: 40px;
}

.mainview__leadPC {
	margin-left: -5px;
	margin-left: -0.3125rem;
	max-width: 634px;
	max-width: 39.625rem;
	width: 100%;
}

.mainview__message {
	font-weight: 500;
	line-height: 1.4;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.method__inner {
	margin-bottom: 60px;
	margin-top: 66px;
	padding: 0 15px;
}

.method h2 {
	color: #3F3329;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
}

.method__lists {
	margin: 86px auto 0;
	max-width: 350px;
	width: 100%;
}

.method__list {
	list-style: none;
}

.method__list + .method__list {
	margin-top: 100px;
}

.method__img {
	margin: 0 auto;
	max-width: 320px;
	max-width: 20rem;
	width: 100%;
}

.method h3 {
	color: #3F3329;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	left: 50%;
	line-height: 100%;
	margin-top: 21px;
	position: relative;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.method h3::before,
.method h3::after {
	background-color: #3F3329;
	content: "";
	height: 23px;
	position: absolute;
	top: 0;
	width: 1px;
}

.method h3::before {
	left: -24px;
}

.method h3::after {
	right: -24px;
}

.method__text {
	color: #3F3329;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.6;
	margin: 16px auto 0;
	margin: 1rem auto 0;
	max-width: 320px;
	max-width: 20rem;
	width: 100%;
}

.method h4 {
	color: #3F3329;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.method__flow {
	color: #3F3329;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-top: 16px;
	margin-top: 1rem;
}

.reason__inner {
	padding-bottom: 30px;
}

.reason__titleBox {
	background: #3F3329;
	padding-bottom: 7px;
	padding-top: 57px;
}

.reason__titleBox h2 {
	color: #F4EDDF;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
}

.reason__triangle {
	border-bottom: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-style: solid;
	border-top: 50px solid #3f3329;
	height: 0;
	margin-top: -1px;
	width: 0;
}

.reason__lists {
	margin: 42.75px auto 0;
	max-width: 390px;
	padding: 19.5px;
	width: 100%;
}

.reason__list {
	margin-bottom: 32px;
}

.reason__list + .reason__list {
	border-top: 1px solid #3F3329;
	padding-top: 32px;
}

.reason__title {
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reason__number {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2.4%, #F8BB42), color-stop(97.6%, #D39414));
	background: linear-gradient(180deg, #F8BB42 2.4%, #D39414 97.6%);
	background-clip: text;
	color: transparent;
	font-family: "Bellefair", serif;
	font-size: 64px;
	font-size: 4rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
	padding-right: 4px;
}

.reason__title h3 {
	color: #3F3329;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
}

.reason__title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 155, 56, .752941)), color-stop(52.88%, rgba(255, 199, 65, .752941)), color-stop(96.15%, rgba(196, 155, 56, .752941)));
	background: linear-gradient(180deg, rgba(196, 155, 56, .752941) 0%, rgba(255, 199, 65, .752941) 52.88%, rgba(196, 155, 56, .752941) 96.15%);
	background-clip: text;
	color: transparent;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
}

.reason__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.reason__check {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.reason__check li {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reason__check li + .reason__check li {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.reason__check img {
	margin-top: 3px;
	width: 17px;
}

.reason__check p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.reason__img {
	margin-top: 24px;
}

.reason__caution {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
}

.shop {
	padding: 0 14px;
}

.shop__inner {
	color: #3F3329;
	margin: 0 auto;
	max-width: 362px;
	padding: 72px 0;
	width: 100%;
}

.shop__inner h2 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	text-align: center;
}

.shop__inner h3 {
	border-bottom: 1px solid #3F3329;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.shop__tag {
	left: 0;
	position: absolute;
	top: 0;
	width: 13px;
	width: 0.8125rem;
}

.shop__address {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.shop__disc {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-top: 16px;
	margin-top: 1rem;
}

.shop__inner iframe {
	aspect-ratio: 362/215;
	height: 100%;
	margin-top: 20px;
	width: 100%;
}

.staff__inner {
	padding-bottom: 72px;
	padding-bottom: 4.5rem;
	padding-top: 112px;
	padding-top: 7rem;
}

.staff__inner h2 {
	color: #3F3329;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	text-align: center;
}

.staff__lists {
	margin: 42px auto 0;
	max-width: 288px;
	width: 100%;
}

.staff__wrapper {
	background-color: #F4EDDF;
	padding: 23px 24px 52px;
	padding: 1.4375rem 1.5rem 3.25rem;
}

.staff__shop {
	color: #3F3329;
	font-weight: 500;
	text-align: center;
}

.staff__name {
	color: #3F3329;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.staff__text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 16px;
}

.staff__list + .staff__list {
	margin-top: 16px;
}

.subject__inner {
	background-color: #F4EDDF;
	padding: 96px 15px 72px;
	padding: 6rem 0.9375rem 4.5rem;
}

.subject h2 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	text-align: center;
}

.subject__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 64px auto 0;
	margin: 4rem auto 0;
	max-width: 323px;
	width: 100%;
}

.subject__list {
	max-width: 143.45px;
	width: 100%;
}

.subject__list:nth-child(n+3) {
	margin-top: 36px;
}

.subject__img {
	margin-bottom: 13.79px;
	margin-left: auto;
	margin-right: auto;
	width: 91.03px;
}

.subject__img4,
.subject__img6,
.subject__img7,
.subject__img9,
.subject__img10,
.subject__img11 {
	width: 143px;
}

.subject__img8 {
	width: 127.59px;
}

.subject__img12 {
	width: 121.38px;
}

.instrument-label {
	--cut-outer: 10px;
	--cut-inner: 8.47px;
	--cut-text: 7.94px;
	--outer: 2px;
	--line: 0.69px;
	--grad: linear-gradient(
    180deg,
    rgba(196, 155, 56, .752941) 0%,
    rgba(255, 199, 65, .752941) 52.88%,
    rgba(196, 155, 56, .752941) 96.15%
  );
	background: var(--grad);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-clip-path: polygon(var(--cut-outer) 0, calc(100% - var(--cut-outer)) 0, 100% 50%, calc(100% - var(--cut-outer)) 100%, var(--cut-outer) 100%, 0 50%);
	clip-path: polygon(var(--cut-outer) 0, calc(100% - var(--cut-outer)) 0, 100% 50%, calc(100% - var(--cut-outer)) 100%, var(--cut-outer) 100%, 0 50%);
	margin: 0;
	margin: 0 auto;
	padding: var(--outer);
	width: 121.38px;
}

.instrument-label__inner {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-clip-path: polygon(var(--cut-inner) 0, calc(100% - var(--cut-inner)) 0, 100% 50%, calc(100% - var(--cut-inner)) 100%, var(--cut-inner) 100%, 0 50%);
	clip-path: polygon(var(--cut-inner) 0, calc(100% - var(--cut-inner)) 0, 100% 50%, calc(100% - var(--cut-inner)) 100%, var(--cut-inner) 100%, 0 50%);
	display: block;
	padding: var(--line);
}

.instrument-label__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--grad);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-clip-path: polygon(var(--cut-text) 0, calc(100% - var(--cut-text)) 0, 100% 50%, calc(100% - var(--cut-text)) 100%, var(--cut-text) 100%, 0 50%);
	clip-path: polygon(var(--cut-text) 0, calc(100% - var(--cut-text)) 0, 100% 50%, calc(100% - var(--cut-text)) 100%, var(--cut-text) 100%, 0 50%);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 11px;
	font-weight: 500;
	height: 20.69px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
}

.subject h3 {
	color: #3F3329;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 100%;
	margin-top: 40px;
	text-align: center;
}

.subject__maker {
	margin: 6px auto 0;
	max-width: 237px;
	position: relative;
	width: 100%;
}

.subject__maker::before,
.subject__maker::after {
	background: #3F3329;
	content: "";
	height: 33px;
	position: absolute;
	width: 1px;
}

.subject__maker::before {
	left: -40px;
	top: 5px;
}

.subject__maker::after {
	right: -40px;
	top: 5px;
}

.subject__maker p {
	color: #3F3329;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

.subject__taishou {
	margin: 40px auto 0;
	max-width: 362px;
	width: 100%;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.voice__inner {
	background-color: #F4EDDF;
	padding-bottom: 72px;
	padding-top: 114px;
}

.voice__inner h2 {
	border-left: 1px solid #3F3329;
	border-right: 1px solid #3F3329;
	color: #3F3329;
	display: inline-block;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	left: 50%;
	padding: 0 72px;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.voice__lists {
	margin: 58px auto 0;
	max-width: 372px;
	width: 100%;
}

.voice__list + .voice__list {
	margin-top: 8px;
}

.voice__flex {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3F3329;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 8px auto 0;
	max-width: 333.5px;
	max-width: 20.84375rem;
	text-align: center;
	width: 100%;
}

.voice__flex--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.voice__flex img {
	width: 149.5px;
	width: 9.34375rem;
}

.voice__item {
	font-size: 20px;
	font-size: 1.25rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.case__inner {
	padding-bottom: 4.5rem;
	padding-top: 7rem;
}

.case__cards {
	margin-top: 5rem;
}

.case-slider {
	max-width: 1288px;
}

.case-slider .swiper-pagination {
	display: none;
}

.company__inner {
	padding: 6.25rem 0 0;
}

.company__lists {
	margin-top: 4.5625rem;
	max-width: 45rem;
	width: 100%;
}

.company__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 2.0625rem;
	padding-left: 2.5rem;
}

.company__list + .company__list {
	margin-top: 2.0625rem;
}

.comapany__title {
	font-size: 1.25rem;
	margin-bottom: 0;
	max-width: 23.75rem;
	width: 100%;
}

.comapany__title img {
	height: 1.875rem;
	width: 0.625rem;
}

.company__info {
	font-size: 1.25rem;
}

.cta__inner {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.cta__title {
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cta__inner h2 {
	font-size: 1.5rem;
}

.cta__flex {
	gap: 0.75rem;
	margin-top: 0;
}

.cta__flex img {
	max-width: 10rem;
	width: 100%;
}

.cta__links {
	gap: 1.3125rem;
}

.cta__link {
	max-width: 18.75rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.cta__link:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.cta__links a {
	font-size: 1.25rem;
	padding: 0.9375rem 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cta__text {
	font-size: 1.25rem;
}

.cta__fixed {
	display: none;
}

.footer {
	margin-bottom: 0;
}

.accordion {
	margin-top: 5rem;
	max-width: 55.625rem;
}

.accordion-title {
	font-size: 1.125rem;
}

.accordion-content p {
	font-size: 1rem;
}

.flow__kantan {
	margin-top: 6.25rem;
	max-width: 50rem;
}

.flow__kantan--caution {
	font-size: 0.875rem;
	max-width: 50rem;
}

.flow__lists {
	max-width: 73.625rem;
}

.flow__list {
	gap: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3.125rem 0 3.125rem 5rem;
}

.flow__list img {
	border-radius: 0px;
	max-width: 23rem;
	width: 100%;
}

.flow__list h4 {
	margin-top: 0;
	text-align: left;
}

.flow__stepLists {
	max-width: 37.5rem;
}

.step__flex--text {
	margin-left: 1.5rem;
}

.step__about {
	margin-left: 7.625rem;
}

.step:last-child {
	border-bottom: 1px dashed #3F3329;
	padding-bottom: 0.625rem;
}

.step__about16 {
	margin-top: 0.375rem;
}

.flow__text--left {
	max-width: 23rem;
	width: 100%;
}

.step__flex--text02 {
	margin-right: 0;
}

.step__caution {
	margin-left: 7.625rem;
	margin-top: 0;
	padding: 0;
}

.flow__cancel {
	max-width: 45.9375rem;
}

.flow__bg {
  max-width: 57rem;
  width: 100%;
}

.flow__bg2 {
  position: absolute;
  content: '';
  max-width: 57rem;
  width: 100%;
  bottom: 0;
  left: 0;
}

.footer__inner {
	padding-top: 3.75rem;
}

.footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__link {
	font-size: 1rem;
	padding: 0 1.5rem;
}

.footer__link + .footer__link {
	margin-top: 0;
}

.footer__link--border {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.form__inner {
	padding-left: 0;
	padding-right: 0;
}

form {
	max-width: 55rem;
}

.form__wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.form__label {
	border-bottom: 1px solid #fff;
	max-width: 15rem;
	padding: 2.15625rem 0 2.34375rem 1.25rem;
	width: 100%;
}

.form__label--center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form__control {
	margin: 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}

.form__attachment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 37.5rem;
	width: 100%;
}

.header__logo {
	max-width: 15rem;
	width: 100%;
}

.header__flex {
	height: 92px;
	padding: 1rem 2.5rem;
}

.header__inner {
	height: 100%;
}

.header__flex {
	height: 92px;
	z-index: 2000;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.mainview__inner {
	background-image: url(../../assets/images/pc/mainview_bg.webp);
	overflow-x: hidden;
}

.mainview__contents {
	margin: 0 auto 0;
	max-width: 73.3125rem;
	padding: 2rem 0;
	position: relative;
}

.mainview__img {
	bottom: 0;
	max-width: 43.75rem;
	position: absolute;
	right: -6.25rem;
	width: 100%;
}

.mainview__box {
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainview__flex img {
	max-width: 8.25rem;
	width: 100%;
}

.mainview__lead {
	font-size: 3.375rem;
}

.mainview__lead--inline {
	display: inline;
}

.span-28 {
	font-size: 2.5rem;
}

.mainview__lead--gold {
	font-size: 3.625rem;
	margin-left: -0.9375rem;
}

.mainview__lead--gold span {
	font-size: 2.5rem;
}

.mainview__jisseki {
	margin-top: 1rem;
	max-width: 38.4375rem;
	width: 100%;
}

.mainview__flow {
	margin-top: 1rem;
	max-width: 38.5rem;
	width: 100%;
}

.mainview__caution {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
}

.method__inner {
	margin-bottom: 7rem;
	margin-top: 7rem;
	padding: 0;
}

.method__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5rem;
	max-width: 77.3125rem;
}

.method__list {
	max-width: 23.75rem;
	width: 100%;
}

.method__list + .method__list {
	margin-top: 0;
}

.method h3 {
	margin-top: 1rem;
}

.method__flow {
	text-align: center;
}

.reason__inner {
	overflow-x: hidden;
	padding-bottom: 2.5rem;
}

.reason__titleBox {
	padding-top: 4.375rem;
}

.reason__titleBox h2 {
	font-size: 2.75rem;
}

.reason__triangle {
	border-bottom: 0;
	border-style: solid;
	border-top: 70px solid #3f3329;
	height: 0;
	width: 0;
}

.reason__lists {
	margin-top: 2.5rem;
	max-width: 59rem;
	padding: 0;
}

.reason__list--flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reason__list--odd {
	gap: 1.25rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.25rem 3.224375rem 3.25rem 1.25rem;
}

.reason__list--even {
	gap: 1.25rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 2.4375rem 1.8125rem 2.4375rem 0;
}

.reason__list--contents {
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reason__text {
	margin-top: 1rem;
}

.reason__img {
	margin-top: 0;
	max-width: 26.5rem;
	width: 100%;
}

.shop {
	padding: 0;
}

.shop__inner {
	max-width: 55.625rem;
	padding: 7rem 0 4.5rem;
}

.shop__wrapper {
	max-width: 18.5rem;
	width: 100%;
}

.shop__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5rem;
}

.shop__inner h3 {
	margin-top: 0;
}

.shop__disc {
	font-size: 1rem;
}

.shop__disc--small {
	font-size: 0.875rem;
}

.shop__inner iframe {
	aspect-ratio: 534/317;
	margin-top: 0;
	max-width: 33.375rem;
}

.staff__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 6.25rem;
	max-width: 55rem;
}

.staff__list {
	background-color: #F4EDDF;
	max-width: 18rem;
	width: 100%;
}

.staff__list + .staff__list {
	margin-top: 0;
}

.subject__lists {
	max-width: 58.75rem;
}

.subject__list {
	max-width: 13rem;
}

.subject__list:nth-child(n+3) {
	margin-top: 0;
}

.subject__list:nth-child(n+5) {
	margin-top: 2.25rem;
}

.subject__img {
	max-width: 7.8125rem;
	width: 100%;
}

.subject__img4,
.subject__img6,
.subject__img7,
.subject__img9,
.subject__img10,
.subject__img11 {
	max-width: 12.1875rem;
	width: 100%;
}

.subject__img8 {
	max-width: 11rem;
	width: 100%;
}

.subject__img12 {
	max-width: 10.75rem;
	width: 100%;
}

.instrument-label {
	max-width: 11rem;
	width: 100%;
}

.instrument-label__text {
	font-size: 1rem;
}

.subject__maker {
	max-width: 31.875rem;
}

.subject__maker::before {
	left: -5rem;
	top: -0.75rem;
}

.subject__maker::after {
	right: -5rem;
	top: -0.75rem;
}

.subject__taishou {
	max-width: 55.625rem;
}

.voice__inner {
	padding: 9.5rem 0;
}

.voice__inner h2 {
	padding: 0 5rem;
}

.voice__lists {
	margin-top: 2.5rem;
	max-width: 56.25rem;
}

.voice__list {
	max-width: 50rem;
	width: 100%;
}

.voice__list + .voice__list {
	margin-top: 1rem;
}

.voice__flex {
	margin-left: 0;
	margin-top: -0.9375rem;
}

.voice__flex--reverse {
	margin-left: auto;
	margin-right: 0;
}

.voice__list--reverse {
	margin-left: auto;
}

.form__wrapper .wpcf7-form-control-wrap {
  max-width: 37.5rem;
  width: 100%;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media screen and (max-width: 767px) {

.case-slider .swiper-button-prev,
.case-slider .swiper-button-next {
	display: none;
}

.case-slider .swiper-pagination {
	display: block;
}

.case-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 82px;
	padding: 0 40px;
}

.case-swiper {
	max-width: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

.terms {
  background-color: #f8f7f4;
  color: #222;
  padding: 80px 20px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.terms__inner {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding: 64px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.terms__header {
  text-align: center;
  margin-bottom: 56px;
}

.terms__label {
  display: inline-block;
  margin-top:12px;
  padding: 6px 18px;
  border: 1px solid #b79a63;
  border-radius: 999px;
  color: #8a6a32;
  font-size: 14px;
  line-height: 1.5;
}

.terms__title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.terms__body {
  font-size: 16px;
}

.terms__body p {
  margin: 0;
}

.terms__section {
  margin-top: 48px;
}

.terms__section h2 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8c8a8;
  color: #5f4720;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.terms__section ol {
  margin: 14px 0 0;
  padding-left: 0;
  list-style: none;
  /* counter-reset: terms-counter; */
}

.terms__section li {
  position: relative;
  /* counter-increment: terms-counter; */
  padding-left: 2em;
}

.terms__section li + li {
  margin-top: 8px;
}

.terms__section li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #8a6a32;
  font-weight: 700;
}

.terms__section li:nth-child(1)::before {
  content: "①";
}

.terms__section li:nth-child(2)::before {
  content: "②";
}

.terms__section li:nth-child(3)::before {
  content: "③";
}

.terms__section li:nth-child(4)::before {
  content: "④";
}

.terms__section li:nth-child(5)::before {
  content: "⑤";
}

@media screen and (max-width: 767px) {
  .terms {
    padding: 48px 16px;
  }

  .terms__inner {
    padding: 36px 20px;
    border-radius: 12px;
  }

  .terms__header {
    margin-bottom: 40px;
  }

  .terms__label {
    font-size: 12px;
  }

  .terms__title {
    font-size: 28px;
  }

  .terms__body {
    font-size: 14px;
  }

  .terms__section {
    margin-top: 36px;
  }

  .terms__section h2 {
    font-size: 18px;
  }

  .terms__section li {
    padding-left: 2.2em;
  }
}


/*# sourceMappingURL=styles.css.map */
