@charset "UTF-8";
/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
background: transparent;
}

/* 行の高=フォントサイズ */
body {
line-height: 1;
letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
vertical-align: top;
font-size: 0;
line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix:after {
overflow: hidden;
visibility: hidden;
height: 0;
display: block;
font-size: 0;
content: " ";
clear: both;
}

br {
line-height: inherit;
}

span {
color: inherit;
font-size: inherit;
font-weight: inherit;
letter-spacing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}

section {
position: relative;
overflow-x: hidden;
}

input[type=submit],
input[type=button] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
border: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
outline-offset: -2px;
}

main {
display: block;
}

img {
image-rendering: -webkit-optimize-contrast;
max-width: 100%;
height: auto;
}

sup {
position: relative;
top: -1ex;
vertical-align: baseline;
}

button {
outline: none;
}

iframe {
display: block;
}

/*import*/
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body {
-webkit-text-size-adjust: 100%;
position: relative;
color: #333;
font-family: "Noto Serif JP", serif;
}
@media all and (-ms-high-contrast: none) {
body {
font-family: "Noto Serif JP", serif;
}
}

body.fix {
position: fixed;
width: 100%;
}

html,
body {
width: 100%;
}

*:focus {
outline: none;
}

p,
li,
dl,
tr,
th,
td {
font-size: 1rem;
letter-spacing: 0;
line-height: 2.28;
}
@media screen and (max-width: 640px) {
p,
li,
dl,
tr,
th,
td {
font-size: 0.9375rem;
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
letter-spacing: 0;
line-height: 1.35;
}

a,
a * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
letter-spacing: inherit;
text-decoration: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
cursor: pointer;
}

.pc {
display: block;
}
@media screen and (max-width: 1024px) {
.pc {
display: none !important;
}
}

.pc-tb {
display: block;
}
@media screen and (max-width: 640px) {
.pc-tb {
display: none !important;
}
}

.tb-sp {
display: none !important;
}
@media screen and (max-width: 1024px) {
.tb-sp {
display: block !important;
}
}

.tb {
display: none !important;
}
@media screen and (max-width: 1024px) {
.tb {
display: block !important;
}
}
@media screen and (max-width: 640px) {
.tb {
display: none !important;
}
}

.sp {
display: none !important;
}
@media screen and (max-width: 640px) {
.sp {
display: block !important;
}
}

.cmn-wrap {
position: relative;
margin: 0 auto;
padding: min(13.28125vw, 10.625rem) clamp(1.5625rem, 3.125vw, 2.5rem);
width: 100%;
max-width: 1280px;
}
.cmn-wrap.--full {
padding: 0;
max-width: none;
}
.cmn-wrap.--concept {
padding-top: min(17.890625vw, 14.3125rem);
padding-bottom: min(21.484375vw, 17.1875rem);
padding-inline: 0;
max-width: none;
}
@media screen and (max-width: 640px) {
.cmn-wrap.--concept {
padding-top: 18.125rem;
padding-bottom: 15rem;
}
}
.cmn-wrap.--worry {
padding: 0;
max-width: none;
}
.cmn-wrap.--reason {
padding-top: min(16.015625vw, 12.8125rem);
padding-bottom: min(33.046875vw, 26.4375rem);
padding-inline: 0;
max-width: none;
}
.cmn-wrap.--features {
padding-top: min(12.5vw, 10rem);
padding-bottom: min(2.34375vw, 1.875rem);
padding-inline: 0;
max-width: none;
}
.cmn-wrap.--time {
padding-top: min(10.546875vw, 8.4375rem);
}
.cmn-wrap.--access {
padding-top: min(9.6875vw, 7.75rem);
padding-bottom: min(7.8125vw, 6.25rem);
padding-inline: 0;
max-width: none;
}
.cmn-wrap.--contact {
padding-bottom: min(9.375vw, 7.5rem);
}
.cmn-wrap.--company {
padding-top: min(10.546875vw, 8.4375rem);
padding-bottom: min(13.828125vw, 11.0625rem);
}

.cmn-ttl {
position: relative;
margin-bottom: min(3.59375vw, 2.875rem);
}
@media screen and (max-width: 640px) {
.cmn-ttl {
margin-bottom: 1.5rem;
}
}
.cmn-ttl__en {
display: block;
margin-bottom: min(2.734375vw, 2.1875rem);
font-family: "Noto Serif Display", system-ui;
font-weight: 600;
font-size: 4rem;
letter-spacing: 0.15em;
line-height: 1;
text-align: center;
color: #8b8f91;
opacity: 0.19;
}
@media screen and (max-width: 1024px) {
.cmn-ttl__en {
font-size: 3.2rem;
}
}
@media screen and (max-width: 640px) {
.cmn-ttl__en {
font-size: 2.6rem;
}
}
.cmn-ttl__jp {
display: block;
font-family: "Shippori Mincho", system-ui;
font-size: 1.5rem;
letter-spacing: 0.05em;
line-height: 1.33;
text-align: center;
color: #000;
}
@media screen and (max-width: 1024px) {
.cmn-ttl__jp {
font-size: 1.2rem;
}
}
@media screen and (max-width: 640px) {
.cmn-ttl__jp {
font-size: 1.05rem;
}
}
.cmn-ttl.--white .cmn-ttl__en {
color: #fff;
opacity: 1;
}
.cmn-ttl.--white .cmn-ttl__jp {
color: #fff;
}
.cmn-ttl.--center {
text-align: center;
}
.cmn-ttl.--price {
margin-bottom: min(8.75vw, 7rem);
}
.cmn-ttl.--reason {
margin-bottom: min(30.46875vw, 24.375rem);
}
@media screen and (max-width: 640px) {
.cmn-ttl.--reason {
margin-bottom: 1.5rem;
}
}
.cmn-ttl.--features {
margin-bottom: min(4.6875vw, 3.75rem);
}
.cmn-ttl.--time {
margin-bottom: min(11.328125vw, 9.0625rem);
}
@media screen and (max-width: 640px) {
.cmn-ttl.--time .cmn-ttl__en {
font-size: 2.1875rem;
}
}
.cmn-ttl.--access {
margin-bottom: min(17.1875vw, 13.75rem);
}
.cmn-ttl.--company {
margin-bottom: min(7.1875vw, 5.75rem);
}
.cmn-ttl.--company .cmn-ttl__en {
opacity: 1;
}

.hd {
position: fixed;
top: 0;
left: 0;
padding-top: 1rem;
width: 100%;
height: 4.4375rem;
line-height: 1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
z-index: 1000;
}
@media screen and (max-width: 1024px) {
.hd {
padding-top: 0;
}
}
.hd-cnt {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin: 0 auto;
padding-inline: min(1.875vw, 1.5rem);
width: 100%;
height: 100%;
}
.hd-logo {
width: auto;
height: 100%;
}
.hd-logo__link {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 1.75rem;
width: auto;
height: 100%;
}
.hd-logo__link img {
height: 100%;
width: auto;
-o-object-fit: contain;
object-fit: contain;
}
.hd-logo__name {
display: inline-block;
padding-block: 0.625rem;
height: 2.6875rem;
}
.hd-logo__hill {
display: inline-block;
height: 100%;
}
.hd-nav {
margin-right: 1.5rem;
}
.hd-nav__list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
gap: min(2.7777777778vw, 2.5rem);
}
@media screen and (max-width: 1240px) {
.hd-nav__list {
gap: 1.25rem;
}
}
.hd-nav__item {
text-align: center;
}
.hd-nav__link {
display: block;
position: relative;
}
.hd-nav__link-st {
display: block;
font-family: "Noto Serif Display", system-ui;
font-size: 1.25rem;
letter-spacing: 0.16em;
line-height: 1.6;
color: #000;
}
@media screen and (max-width: 1240px) {
.hd-nav__link-st {
font-size: 1.125rem;
}
}
.hd-nav__link::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #000;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left top;
transform-origin: left top;
}
@media screen and (min-width: 1025px) {
.hd-nav__link:hover {
opacity: 1;
}
.hd-nav__link:hover::after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
.hd-nav__name {
display: none;
}
.hd-toggle {
display: none;
}
@media screen and (max-width: 1024px) {
.hd-cnt {
padding-inline: 0;
}
.hd-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 0.625rem;
}
.hd-logo__link {
gap: 0.9375rem;
}
.hd-logo__name {
padding-block: 0;
width: 4.5rem;
height: 1.6875rem;
}
.hd-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
position: fixed;
gap: 1.125rem;
top: 0;
left: 100%;
padding-top: 14.6666666667vw;
width: 100%;
height: 100svh;
background: #000;
overflow-y: auto;
opacity: 0;
-webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
visibility: hidden;
z-index: 1000;
}
.hd-nav__list {
display: block;
margin-bottom: 1.5625rem;
}
.hd-nav__item {
padding: 0;
line-height: 1;
}
.hd-nav__link {
display: block;
padding: 0.875rem 0;
}
.hd-nav__link-st {
font-size: 1.25rem;
color: #fff;
}
.hd-nav__name {
display: block;
width: 4.625rem;
margin-bottom: 1.0625rem;
}
.hd-toggle {
position: relative;
display: block;
margin-right: 1.5625rem;
width: 1.375rem;
height: 100%;
cursor: pointer;
z-index: 1002;
}
.hd-toggle div {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 22px;
height: 16px;
}
.hd-toggle span {
display: block;
position: absolute;
left: 0;
-webkit-transition: 0.35s ease-in-out;
transition: 0.35s ease-in-out;
width: 100%;
height: 1px;
background: #332f2b;
color: #332f2b;
}
.hd-toggle span:nth-child(1) {
top: 0;
}
.hd-toggle span:nth-child(2) {
top: 8px;
}
.hd-toggle span:nth-child(3) {
position: relative;
top: 16px;
}
}
@media screen and (max-width: 640px) {
  .hd {
    height: 2.25rem;
  }
}
.hd.fixed {
background: rgba(255, 255, 255, 0.3);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.hd.open .sp-nav {
opacity: 1;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
transition: opacity 0.4s, -webkit-transform 0.4s;
transition: transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
visibility: visible;
}
.hd.open .hd-toggle span {
background: #fff;
color: #fff;
}
.hd.open .hd-toggle span:nth-child(1) {
top: 7px;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
}
.hd.open .hd-toggle span:nth-child(2) {
left: 50%;
width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
top: 7px;
-webkit-transform: rotate(-315deg);
transform: rotate(-315deg);
}

.banner {
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 19.875rem;
aspect-ratio: 318/85;
z-index: 1001;
}
@media screen and (max-width: 640px) {
.banner {
text-align: center;
width: 100%;
height: 4.1875rem;
aspect-ratio: 293/67;
}
}

.ft {
background: #11150d;
}
.ft-inr {
position: relative;
margin: 0 auto;
padding: min(4.296875vw, 3.4375rem) min(3.125vw, 2.5rem) min(7.8125vw, 6.25rem);
width: 100%;
max-width: 1280px;
}
@media screen and (max-width: 1024px) {
.ft-inr {
padding: 5% 4% 15%;
}
}
@media screen and (max-width: 640px) {
.ft-inr {
padding: 5% 4% 30%;
}
}
.ft-name {
margin: 0 auto 2rem;
width: 3.125rem;
}
.ft-nav__list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
.ft-nav__list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.25rem;
}
}
.ft-nav__item {
text-align: center;
}
.ft-nav__link {
position: relative;
display: block;
}
.ft-nav__link::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #332f2b;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left top;
transform-origin: left top;
}
@media screen and (min-width: 1025px) {
.ft-nav__link:hover {
opacity: 1;
}
.ft-nav__link:hover::after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
.ft-nav__st {
font-family: "Noto Serif Display", system-ui;
font-size: 1.25rem;
letter-spacing: 0.16em;
line-height: 1.6;
text-align: center;
color: #fff;
}

.mv-inr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 1024px) {
.mv-inr {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
.mv-left {
position: relative;
width: 58.5%;
}
@media screen and (max-width: 1024px) {
.mv-left {
width: 100%;
}
}
.mv-left__ph {
height: 100dvh;
}
@media screen and (max-width: 1024px) {
.mv-left__ph {
height: 39dvh;
position: relative;
}
}
.mv-left__ph img {
width: 100%;
height: 100dvh;
	object-fit: cover;
}
@media screen and (max-width: 1024px) {
.mv-left__ph img {
height: 39dvh;
}
}
.mv-right {
position: relative;
width: 41.5%;
}
@media screen and (max-width: 1024px) {
.mv-right {
width: 100%;
}
}
.mv-right__ph {
height: 100dvh;
}
@media screen and (max-width: 1024px) {
.mv-right__ph {
height: 61dvh;
}
}
.mv-right__ph img {
width: 100%;
height: 100dvh;
	object-fit: cover;
}
@media screen and (max-width: 1024px) {
.mv-right__ph img {
height: 61dvh;
}
}
.mv-catch {
position: absolute;
bottom: 2.5rem;
right: 11%;
font-family: "Shippori Mincho", system-ui;
font-weight: 500;
font-size: 2.5rem;
line-height: 1.73;
text-align: right;
color: #000;
z-index: 2;
}
@media screen and (max-width: 1024px) {
.mv-catch {
bottom: 6.125rem;
right: 1.5625rem;
font-size: 1.75rem;
line-height: 1.65;
}
}
@media screen and (max-width: 1024px) {
.mv-catch {
font-size: 1.375rem;
}
}
.mv-ttl {
position: absolute;
top: 24%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
@media screen and (max-width: 1024px) {
.mv-ttl {
top: 15%;
width: 50vw;
width: auto;
}
}

.concept-ttl {
margin-bottom: min(2.34375vw, 1.875rem);
font-family: "Shippori Mincho", system-ui;
font-weight: 500;
font-size: 2.5rem;
line-height: 1.73;
text-align: center;
color: #000;
}
@media screen and (max-width: 1024px) {
.concept-ttl {
font-size: 2rem;
}
}
@media screen and (max-width: 640px) {
.concept-ttl {
margin-bottom: 2.1875rem;
font-size: 1.5rem;
}
}
.concept-txt {
margin: 0 auto;
max-width: 37.75rem;
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1.125rem;
line-height: 2.22;
text-align: center;
color: #000;
text-shadow: 1px 1px 2px #fff;
}
@media screen and (max-width: 640px) {
.concept-txt {
margin-bottom: 2.5rem;
width: 82%;
font-size: 1rem;
line-height: 2.25;
}
}
.concept-ph img {
z-index: -1;
}
.concept-ph img:nth-child(1) {
position: absolute;
top: min(15.390625vw, 12.3125rem);
left: 0;
width: 20.625rem;
aspect-ratio: 330/213;
}
@media screen and (max-width: 640px) {
.concept-ph img:nth-child(1) {
top: auto;
bottom: 0.625rem;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 13.0625rem;
}
}
.concept-ph img:nth-child(2) {
position: absolute;
top: min(38.59375vw, 30.875rem);
left: 0;
width: 11.375rem;
aspect-ratio: 182/138;
}
@media screen and (max-width: 640px) {
.concept-ph img:nth-child(2) {
top: auto;
bottom: 6.875rem;
left: 1.5625rem;
width: 7.1875rem;
}
}
.concept-ph img:nth-child(3) {
position: absolute;
top: min(45.859375vw, 36.6875rem);
left: min(9.375vw, 7.5rem);
width: 16.625rem;
aspect-ratio: 266/186;
z-index: -2;
}
@media screen and (max-width: 640px) {
.concept-ph img:nth-child(3) {
top: auto;
bottom: 7.8125rem;
left: auto;
right: 0;
width: 10.5rem;
}
}
.concept-ph img:nth-child(4) {
position: absolute;
top: min(11.640625vw, 9.3125rem);
right: min(3.515625vw, 2.8125rem);
width: 20rem;
aspect-ratio: 320/219;
}
@media screen and (max-width: 640px) {
.concept-ph img:nth-child(4) {
top: 6px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 12.6875rem;
}
}
.concept-ph img:nth-child(5) {
position: absolute;
top: min(32.65625vw, 26.125rem);
right: 0;
width: 12.4375rem;
aspect-ratio: 199/132;
}
@media screen and (max-width: 640px) {
.concept-ph img:nth-child(5) {
right: 1.5625rem;
width: 7.875rem;
}
}
.concept-ph img:nth-child(6) {
position: absolute;
top: min(48.125vw, 38.5rem);
right: min(10.703125vw, 8.5625rem);
width: 15.375rem;
aspect-ratio: 246/159;
}
@media screen and (max-width: 640px) {
.concept-ph img:nth-child(6) {
top: 8.5rem;
left: 0;
width: 9.6875rem;
}
}

.worry {
background: url(../../img/price/bg_worry.jpg) no-repeat center center/cover;
}
.worry-question {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto min(9.0625vw, 7.25rem);
width: 90%;
max-width: 61.25rem;
height: min(15.390625vw, 12.3125rem);
border-radius: 0 0 min(3.125vw, 2.5rem) min(3.125vw, 2.5rem);
background: #fff;
opacity: 0.8;
font-family: "Shippori Mincho", system-ui;
font-weight: 500;
font-size: 2.5rem;
text-align: center;
color: #332f2b;
}
@media screen and (max-width: 1024px) {
.worry-question {
font-size: 2rem;
}
}
@media screen and (max-width: 640px) {
.worry-question {
font-size: 5.3333333333vw;
}
}
.worry-block {
margin-bottom: min(8.59375vw, 6.875rem);
}
.worry-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 95%;
max-width: 66.0625rem;
}
@media screen and (max-width: 640px) {
.worry-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.worry-box__info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-top: 2.9375rem;
padding: 1.25rem;
width: clamp(18.75rem, 35.546875vw, 28.4375rem);
border-radius: 50px 0 0 0;
background: #8b8f91;
opacity: 0.85;
}
@media screen and (max-width: 640px) {
.worry-box__info {
width: 100%;
}
}
.worry-box__ph {
width: calc(100% - clamp(18.75rem, 35.546875vw, 28.4375rem));
}
@media screen and (max-width: 640px) {
.worry-box__ph {
width: 100%;
}
}
.worry-box__ph img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.worry-box__txt {
font-family: "Shippori Mincho", system-ui;
font-weight: 600;
font-size: 2rem;
line-height: 1.69;
color: #fff;
}
@media screen and (max-width: 1024px) {
.worry-box__txt {
font-size: 1.6rem;
}
}
@media screen and (max-width: 640px) {
.worry-box__txt {
font-size: 1.4rem;
}
}
.worry-box:not(:last-child) {
margin-bottom: min(11.40625vw, 9.125rem);
}
.worry-box:nth-child(1) {
margin-inline: auto 0;
}
.worry-box:nth-child(2) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
margin-inline: 0 auto;
}
@media screen and (max-width: 640px) {
.worry-box:nth-child(2) {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.worry-box:nth-child(2) .worry-box__info {
border-radius: 0 50px 0 0;
}
.worry-box:nth-child(3) {
margin-inline: auto;
}
.worry-answer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
width: 90%;
max-width: 66.125rem;
height: min(15.390625vw, 12.3125rem);
border-radius: min(3.125vw, 2.5rem) min(3.125vw, 2.5rem) 0 0;
background: #332f2b;
opacity: 0.8;
font-family: "Shippori Mincho", system-ui;
font-weight: 500;
font-size: 2.5rem;
text-align: center;
color: #fff;
}
@media screen and (max-width: 1024px) {
.worry-answer {
font-size: 2rem;
}
}
@media screen and (max-width: 640px) {
.worry-answer {
font-size: 5.3333333333vw;
}
}

.price {
background: #efefef;
}
.price-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: min(5.46875vw, 4.375rem);
}
@media screen and (max-width: 1024px) {
.price-block {
gap: min(1.5600624025vw, 3.125rem);
}
}
@media screen and (max-width: 640px) {
.price-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.875rem;
}
}
.price-box {
position: relative;
padding: min(1.171875vw, 0.9375rem) min(2.03125vw, 1.625rem) min(1.796875vw, 1.4375rem);
width: calc((100% - min(5.46875vw, 4.375rem)) / 2);
background: #fff;
}
@media screen and (max-width: 1024px) {
.price-box {
width: calc((100% - min(1.5600624025vw, 3.125rem)) / 2);
}
}
@media screen and (max-width: 640px) {
.price-box {
width: 100%;
}
}
.price-box::before {
position: absolute;
top: 0;
right: min(8.984375vw, 7.1875rem);
content: "";
width: 2.875rem;
aspect-ratio: 1;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%);
background: #efefef;
}
@media screen and (max-width: 640px) {
.price-box::before {
right: 20vw;
}
}
.price-box::after {
position: absolute;
top: 0;
right: 0;
content: "";
width: min(8.984375vw, 7.1875rem);
height: 2.875rem;
background: #efefef;
}
@media screen and (max-width: 640px) {
.price-box::after {
width: 20vw;
}
}
.price-box__ttl {
margin-bottom: min(0.78125vw, 0.625rem);
width: calc(100% - min(8.984375vw, 7.1875rem));
font-family: "Shippori Mincho", system-ui;
font-weight: 600;
font-size: 2rem;
letter-spacing: 0;
line-height: 2.16;
color: #000;
}
@media screen and (max-width: 1024px) {
.price-box__ttl {
padding-block: 0.625rem;
font-size: 1.6rem;
line-height: 1.2;
}
}
@media screen and (max-width: 640px) {
.price-box__ttl {
font-size: 1.4rem;
}
}
.price-box__ph {
position: relative;
margin-bottom: min(0.78125vw, 0.625rem);
}
.price-box__ph-search {
position: absolute;
bottom: 0;
right: 0;
width: clamp(2.8125rem, 5.390625vw, 4.3125rem);
aspect-ratio: 69/69;
}
.price-box__info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 1240px) {
.price-box__info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.price-box__area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: min(1.09375vw, 0.875rem);
}
.price-box__area-ttl {
width: 86px;
height: 1.75rem;
border: 1px solid #000;
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1rem;
letter-spacing: 0.05em;
line-height: 1.625rem;
text-align: center;
color: #000;
}
.price-box__area-txt {
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1.125rem;
letter-spacing: 0.05em;
line-height: 1.78;
color: #000;
}
.price-box__amount {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: min(0.859375vw, 0.6875rem);
}
.price-box__amount-ttl {
width: 3.5rem;
height: 1.75rem;
background: #000;
border: 1px solid #000;
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1rem;
letter-spacing: 0.05em;
line-height: 1.625rem;
text-align: center;
color: #fff;
}
.price-box__amount-txt {
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: bold;
font-size: 2.5rem;
letter-spacing: 0.05em;
line-height: 1.78;
text-align: right;
color: #000;
}
@media screen and (max-width: 1024px) {
.price-box__amount-txt {
font-size: 2rem;
}
}
@media screen and (max-width: 640px) {
.price-box__amount-txt {
font-size: 1.75rem;
}
}
.price-box__amount-txt small {
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1.125rem;
line-height: 1.78;
color: #000;
}
.price-modal__item {
position: relative;
margin: 0 auto;
border-radius: min(3.125vw, 2.5rem) min(3.125vw, 2.5rem) 0 0;
padding: min(2.5vw, 2rem) min(4.21875vw, 3.375rem) min(9.6875vw, 7.75rem);
max-width: 1200px;
width: 76%;
min-height: 618px;
max-height: 90vh;
background: #fff;
overflow-y: auto;
}
@media screen and (max-width: 1024px) {
.price-modal__item {
width: 95%;
}
}
@media screen and (max-width: 640px) {
.price-modal__item {
min-height: 80vh;
}
}
.price-modal__ttl {
margin-bottom: min(3.4375vw, 2.75rem);
padding-bottom: min(0.78125vw, 0.625rem);
border-bottom: 1px solid #707070;
font-family: "Shippori Mincho", system-ui;
font-weight: 600;
font-size: 3.125rem;
letter-spacing: 0;
line-height: 2.16;
text-align: center;
color: #000;
}
@media screen and (max-width: 1024px) {
.price-modal__ttl {
font-size: 2.5rem;
}
}
@media screen and (max-width: 640px) {
.price-modal__ttl {
font-size: 1.5625rem;
}
}
.price-modal__info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto min(5.078125vw, 4.0625rem);
width: 100%;
max-width: 40.375rem;
}
@media screen and (max-width: 1024px) {
.price-modal__info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
gap: 0.625rem;
}
}
.price-modal__area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: min(1.328125vw, 1.0625rem);
}
.price-modal__area-ttl {
width: 7.0625rem;
height: 2.25rem;
border: 1px solid #000;
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1.25rem;
letter-spacing: 0.05em;
line-height: 2.25rem;
text-align: center;
color: #000;
}
@media screen and (max-width: 1024px) {
.price-modal__area-ttl {
font-size: 1.125rem;
}
}
@media screen and (max-width: 640px) {
.price-modal__area-ttl {
width: 5rem;
height: 1.875rem;
font-size: 1rem;
line-height: 1.75rem;
}
}
.price-modal__area-txt {
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1.375rem;
letter-spacing: 0.05em;
line-height: 1.77;
color: #000;
}
@media screen and (max-width: 1024px) {
.price-modal__area-txt {
font-size: 1.25rem;
}
}
@media screen and (max-width: 640px) {
.price-modal__area-txt {
font-size: 1.125rem;
}
}
.price-modal__amount {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: min(0.859375vw, 0.6875rem);
}
.price-modal__amount-ttl {
width: 4.625rem;
height: 2.25rem;
background: #000;
border: 1px solid #000;
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1.3125rem;
letter-spacing: 0.05em;
line-height: 2.1875rem;
text-align: center;
color: #fff;
}
@media screen and (max-width: 1024px) {
.price-modal__amount-ttl {
font-size: 1.125rem;
}
}
@media screen and (max-width: 640px) {
.price-modal__amount-ttl {
width: 5rem;
height: 1.875rem;
font-size: 1rem;
line-height: 1.75rem;
}
}
.price-modal__amount-txt {
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: bold;
font-size: 3.125rem;
letter-spacing: 0.05em;
line-height: 1;
text-align: right;
color: #000;
}
@media screen and (max-width: 1024px) {
.price-modal__amount-txt {
font-size: 2.5rem;
}
}
@media screen and (max-width: 640px) {
.price-modal__amount-txt {
font-size: 2.1875rem;
}
}
.price-modal__amount-txt small {
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1.375rem;
line-height: 1.77;
color: #000;
}
@media screen and (max-width: 1024px) {
.price-modal__amount-txt small {
font-size: 1.25rem;
}
}
@media screen and (max-width: 640px) {
.price-modal__amount-txt small {
font-size: 1.125rem;
}
}
.price-modal__video {
margin: 0 auto;
width: 86%;
aspect-ratio: 834/504;
}
@media screen and (max-width: 1024px) {
.price-modal__video {
width: 100%;
}
}
.price-modal__video iframe {
width: 100%;
height: 100%;
}
.price-slide {
padding-bottom: min(3.4375vw, 2.75rem);
margin-bottom: 0.9375rem;
border-bottom: 1px solid #707070;
}
.price-slide__main {
width: 83%;
}
.price-slide__main-item img {
width: 100%;
}
.price-slide__thumbs {
margin-top: min(4.21875vw, 3.375rem);
}
.price-slide__thumbs-list {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.price-slide__thumbs-item {
width: 10.8125rem;
}
.price-slide__thumbs-item img {
width: 100%;
}

.swiper-button-prev, .swiper-button-next {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.swiper-button-prev:after, .swiper-button-next:after {
height: 2.3125rem;
aspect-ratio: 0.8660254038;
background: #332f2b;
color: transparent;
}
@media screen and (max-width: 640px) {
.swiper-button-prev:after, .swiper-button-next:after {
height: 1.25rem;
}
}
@media screen and (max-width: 640px) {
.swiper-button-prev {
left: 0;
}
}
.swiper-button-prev::after {
-webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 640px) {
.swiper-button-next {
right: 0;
}
}
.swiper-button-next::after {
-webkit-clip-path: polygon(0 5%, 100% 50%, 0 100%);
clip-path: polygon(0 5%, 100% 50%, 0 100%);
}

.mfp-close-btn-in .mfp-close {
top: 1%;
right: 1%;
width: 25px;
height: 25px;
line-height: 27px;
background: #000;
border-radius: 50%;
font-size: 1.125rem;
color: #fff;
}

.reason-box {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 640px) {
.reason-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.reason-box:not(:last-child) {
margin-bottom: min(23.4375vw, 18.75rem);
}
.reason-box::before {
content: "";
position: absolute;
top: min(16.796875vw, 13.4375rem);
left: 0;
width: 27.4305555556vw;
height: min(24.765625vw, 19.8125rem);
border-radius: 0 0 50px 0;
background: #8b8f91;
border: 1px solid #707070;
opacity: 0.08;
z-index: -1;
}
.reason-box__info {
padding-bottom: min(5.46875vw, 4.375rem);
padding-inline: min(8.4722222222vw, 7.625rem);
width: 90%;
max-width: 57.375rem;
border-radius: 0 min(3.90625vw, 3.125rem) 0 0;
background: #8b8f91;
opacity: 0.85;
}
@media screen and (max-width: 1024px) {
.reason-box__info {
padding-inline: 1.875rem;
}
}
@media screen and (max-width: 640px) {
.reason-box__info {
width: calc(100% - 1.5625rem);
}
}
.reason-box__num {
margin-bottom: min(0.78125vw, 0.625rem);
padding-right: min(0.78125vw, 0.625rem);
font-family: "Noto Serif Display", system-ui;
font-weight: 600;
font-size: 5rem;
letter-spacing: 0.05em;
line-height: 1.9;
text-align: right;
color: #fff;
}
@media screen and (max-width: 1024px) {
.reason-box__num {
font-size: 4rem;
}
}
@media screen and (max-width: 640px) {
.reason-box__num {
font-size: 3.5rem;
}
}
.reason-box__txt {
font-family: "Shippori Mincho", system-ui;
font-weight: 600;
font-size: 2rem;
line-height: 1.69;
text-align: right;
color: #fff;
}
@media screen and (max-width: 1024px) {
.reason-box__txt {
font-size: 1.6rem;
}
}
@media screen and (max-width: 640px) {
.reason-box__txt {
font-size: 1.3rem;
}
}
.reason-box__ph {
position: absolute;
top: min(-11.8055555556vw, -10.625rem);
left: 0;
width: min(67.03125vw, 53.625rem);
aspect-ratio: 858/286;
}
@media screen and (max-width: 1240px) {
.reason-box__ph {
top: -11.7073170732vw;
}
}
@media screen and (max-width: 1024px) {
.reason-box__ph {
top: -13.0208333333vw;
width: min(75.5208333333vw, 43.75rem);
}
}
@media screen and (max-width: 640px) {
.reason-box__ph {
position: relative;
top: 0;
width: calc(100% - 1.5625rem);
}
}
@media screen and (max-width: 640px) {
.reason-box.--reverse {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
.reason-box.--reverse::before {
left: auto;
right: 0;
border-radius: 0 0 0 50px;
}
.reason-box.--reverse .reason-box__info {
border-radius: min(3.90625vw, 3.125rem) 0 0 0;
}
.reason-box.--reverse .reason-box__num {
padding-left: min(0.78125vw, 0.625rem);
text-align: left;
}
.reason-box.--reverse .reason-box__txt {
text-align: left;
}
.reason-box.--reverse .reason-box__ph {
left: auto;
right: 0;
}

.features {
background: url(../../img/price/bg_features.jpg) no-repeat center center/cover;
}
.features-tab__list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: min(3.515625vw, 2.8125rem) min(4.21875vw, 3.375rem);
margin: 0 auto min(8.125vw, 6.5rem);
width: 95%;
max-width: 49.375rem;
}
.features-tab__item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: calc((100% - min(4.21875vw, 3.375rem)) / 2);
max-width: 23rem;
height: 82.67px;
border-radius: 20px 0 0 0;
overflow: hidden;
}
.features-tab__btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 0.75rem;
width: 100%;
height: 100%;
background: #fff;
border: none;
opacity: 0.8;
-webkit-transition: 0.4s;
transition: 0.4s;
cursor: pointer;
}
@media screen and (max-width: 640px) {
.features-tab__btn {
padding: 5%;
}
}
.features-tab__btn.active {
opacity: 1;
}
@media screen and (min-width: 1025px) {
.features-tab__btn:hover {
background: #332f2b;
opacity: 1;
}
.features-tab__btn:hover .features-tab__ttl-num {
color: #fff;
}
.features-tab__btn:hover .features-tab__ttl {
color: #fff;
}
.features-tab__btn:hover .features-tab__arrow-ph:nth-child(2) {
opacity: 0;
}
}
.features-tab__ttl {
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 1.625rem;
letter-spacing: 0.08em;
line-height: 1.77;
text-align: center;
color: #332f2b;
-webkit-transition: 0.4s;
transition: 0.4s;
}
@media screen and (max-width: 1024px) {
.features-tab__ttl {
font-size: 1.3rem;
}
}
@media screen and (max-width: 640px) {
.features-tab__ttl {
font-size: 0.875rem;
}
}
.features-tab__ttl-num {
font-family: "Noto Sans JP", sans-serif;
font-weight: 300;
font-size: 1.625rem;
letter-spacing: 0.08em;
line-height: 1.77;
text-align: center;
color: #332f2b;
-webkit-transition: 0.4s;
transition: 0.4s;
}
@media screen and (max-width: 1024px) {
.features-tab__ttl-num {
font-size: 1.3rem;
}
}
@media screen and (max-width: 640px) {
.features-tab__ttl-num {
font-size: 1.1375rem;
}
}
.features-tab__arrow {
position: relative;
width: 2rem;
height: 1.875rem;
}
.features-tab__arrow-ph {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.features-detail {
position: relative;
padding-top: min(23.4375vw, 18.75rem);
padding-bottom: min(4.375vw, 3.5rem);
z-index: 1;
}
@media screen and (max-width: 1024px) {
.features-detail {
padding-top: 12.5rem;
}
}
@media screen and (max-width: 640px) {
.features-detail {
padding-top: 1.875rem;
}
}
.features-detail::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 96%;
max-width: 82.625rem;
height: calc(100% - min(4.375vw, 3.5rem));
background: #fff;
border-radius: min(3.125vw, 2.5rem) min(3.125vw, 2.5rem) 0 0;
z-index: -1;
}
@media screen and (max-width: 1024px) {
.features-detail::before {
height: 100%;
}
}
.features-content {
display: none;
position: relative;
padding-bottom: min(2.03125vw, 1.625rem);
z-index: 1;
}
.features-content.--reverse .features-content__box {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
gap: min(3.75vw, 3rem);
margin-inline: 0 auto;
border-radius: 0 min(3.90625vw, 3.125rem) 0 0;
}
@media screen and (max-width: 1100px) {
.features-content.--reverse .features-content__box {
gap: 1.25rem;
}
}
@media screen and (max-width: 640px) {
.features-content.--reverse .features-content__box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.features-content.--reverse .features-content__box::before {
left: 75%;
border-radius: 50px 0 0 0;
}
.features-content.--reverse .features-content__box:after {
top: 0;
left: 100%;
right: auto;
-webkit-transform: rotate(0);
transform: rotate(0);
}
.features-content.--reverse .features-content__info {
padding-left: 0;
padding-right: min(2.34375vw, 3.75rem);
}
@media screen and (max-width: 640px) {
.features-content.--reverse .features-content__info {
padding-left: min(4.1666666667vw, 3.75rem);
}
}
@media screen and (max-width: 640px) {
.features-content.--reverse .features-content__data {
padding-left: 0;
padding-right: min(4.1666666667vw, 3.75rem);
}
}
.features-content.--reverse .features-content__txt {
padding-left: min(4.1666666667vw, 3.75rem);
padding-right: 0;
}
@media screen and (min-width: 1241px) {
.features-content.--reverse .features-content__txt {
padding-left: calc((100vw - 1200px) / 2);
}
}
.features-content__box {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
margin-bottom: min(4.6875vw, 3.75rem);
margin-inline: auto 0;
width: 84%;
border-radius: min(3.90625vw, 3.125rem) 0 0 0;
background: rgba(139, 143, 145, 0.85);
}
@media screen and (min-width: 1440px) {
.features-content__box {
max-width: calc(76.4375rem + 100vw - 100%);
max-width: calc(1165px + (100vw - 1322px) / 2);
}
}
@media screen and (max-width: 1024px) {
.features-content__box {
width: 90%;
}
}
@media screen and (max-width: 640px) {
.features-content__box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.features-content__box::before {
content: "";
position: absolute;
top: -36%;
right: 75%;
width: 32.375rem;
width: max(35.9722222222vw, 32.375rem);
height: 29.4375rem;
border-radius: 0 50px 0 0;
background: #8b8f91;
border: 1px solid #707070;
opacity: 0.08;
}
.features-content__box::after {
display: inline-block;
content: "FEATURES";
position: absolute;
bottom: 0;
right: 100%;
font-family: "Noto Serif Display", system-ui;
font-weight: 600;
font-size: min(7.8125vw, 6.25rem);
letter-spacing: 0.06em;
line-height: 0.75;
color: #8b8f91;
opacity: 0.15;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.features-content__info {
width: 40%;
padding-block: min(7.5vw, 6rem) min(4.6875vw, 3.75rem);
padding-left: min(4.1666666667vw, 3.75rem);
}
@media screen and (max-width: 1024px) {
.features-content__info {
width: 50%;
}
}
@media screen and (max-width: 640px) {
.features-content__info {
width: 100%;
}
}
.features-content__data {
width: 59%;
}
@media screen and (max-width: 1024px) {
.features-content__data {
width: 50%;
}
}
@media screen and (max-width: 640px) {
.features-content__data {
padding-bottom: min(4.6875vw, 3.75rem);
padding-left: min(4.1666666667vw, 3.75rem);
width: 100%;
}
}
.features-content__ttl {
margin-bottom: min(3.28125vw, 2.625rem);
}
.features-content__ttl-num {
padding-right: min(1.171875vw, 0.9375rem);
font-family: "Noto Serif Display", system-ui;
font-weight: 600;
font-size: 5rem;
letter-spacing: 0.05em;
color: #fff;
}
@media screen and (max-width: 1024px) {
.features-content__ttl-num {
font-size: 4rem;
}
}
@media screen and (max-width: 640px) {
.features-content__ttl-num {
font-size: 3.5rem;
}
}
.features-content__ttl-jp {
padding-bottom: min(2.34375vw, 1.875rem);
font-family: "Shippori Mincho", system-ui;
font-weight: 600;
font-size: 2rem;
line-height: 54px;
text-align: left;
color: #fff;
}
@media screen and (max-width: 1024px) {
.features-content__ttl-jp {
font-size: 1.6rem;
}
}
@media screen and (max-width: 640px) {
.features-content__ttl-jp {
font-size: 1.4rem;
}
}
.features-content__ttl-en {
font-family: "Noto Serif Display", system-ui;
font-weight: 600;
font-size: 2.5rem;
letter-spacing: 0.08em;
line-height: 1.5;
text-align: left;
color: #fff;
opacity: 0.5;
}
@media screen and (max-width: 1024px) {
.features-content__ttl-en {
font-size: 2rem;
}
}
@media screen and (max-width: 640px) {
.features-content__ttl-en {
font-size: 1.75rem;
}
}
.features-content__point {
padding-left: min(1.25vw, 1rem);
font-family: "Shippori Mincho", system-ui;
font-weight: 600;
font-size: 2rem;
line-height: 1.7;
text-align: left;
color: #fff;
}
@media screen and (max-width: 1330px) {
.features-content__point {
padding-left: 0;
}
}
@media screen and (max-width: 1279px) {
.features-content__point {
font-size: min(2.3414634146vw, 2rem);
}
}
@media screen and (max-width: 1024px) {
.features-content__point {
font-size: 1.4rem;
}
}
.features-content__ph {
margin-top: min(-12.890625vw, -10.3125rem);
margin-bottom: min(3.90625vw, 3.125rem);
}
@media screen and (max-width: 1024px) {
.features-content__ph {
margin-bottom: 0.3125rem;
}
}
@media screen and (max-width: 640px) {
.features-content__ph {
margin: 0 0 min(3.90625vw, 3.125rem);
}
}
.features-content__txt {
padding-bottom: min(4.0625vw, 3.25rem);
padding-right: min(8.6805555556vw, 7.8125rem);
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1rem;
letter-spacing: 0.05em;
line-height: 2;
color: #fff;
}
@media screen and (min-width: 1241px) {
.features-content__txt {
padding-right: calc((100vw - 1200px) / 2);
}
}
.features-content__link {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: min(2.5vw, 2rem);
margin: 0 auto;
max-width: 80rem;
padding-inline: clamp(1.5625rem, 3.125vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
.features-content__link {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 50rem;
}
}
.features-content__link-item {
width: calc((100% - min(2.5vw, 2rem)) / 4);
height: 3.875rem;
max-width: 17.1875rem;
}
@media screen and (max-width: 1100px) {
.features-content__link-item {
gap: min(1.1707317073vw, 0.75rem);
}
}
@media screen and (max-width: 1024px) {
.features-content__link-item {
width: calc((100% - min(2.5vw, 2rem)) / 2);
}
}
.features-content__link-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 0.875rem;
width: 100%;
height: 100%;
background: #332f2b;
border: 1px solid #707070;
-webkit-transition: 0.4s;
transition: 0.4s;
cursor: pointer;
}
@media screen and (max-width: 640px) {
.features-content__link-btn {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.features-content__link-btn.active {
background: #fff;
}
.features-content__link-btn.active .features-content__link-ttl {
color: #332f2b;
}
.features-content__link-btn.active .features-content__link-arrow {
display: none;
}
@media screen and (min-width: 1025px) {
.features-content__link-btn:hover {
opacity: 0.8;
}
}
.features-content__link-ttl {
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 1.25rem;
letter-spacing: 0.08em;
line-height: 1.77;
text-align: center;
color: #fff;
-webkit-transition: 0.4s;
transition: 0.4s;
}
@media screen and (max-width: 1170px) {
.features-content__link-ttl {
font-size: 1rem;
}
}
@media screen and (max-width: 640px) {
.features-content__link-ttl {
font-size: 0.8125rem;
}
}
.features-content__link-num {
font-family: "Noto Sans JP", sans-serif;
font-weight: 300;
font-size: 1.375rem;
letter-spacing: 0.08em;
line-height: 1.77;
text-align: center;
-webkit-transition: 0.4s;
transition: 0.4s;
}
@media screen and (max-width: 1170px) {
.features-content__link-num {
font-size: 1rem;
}
}
.features-content__link-arrow {
position: relative;
width: 1.5rem;
height: 1.4375rem;
}

.time {
background: #efefef;
}
.time-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: min(8.046875vw, 6.4375rem);
margin-inline: 0 auto;
width: 95%;
max-width: 68.9375rem;
}
@media screen and (max-width: 640px) {
.time-box {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
width: 100%;
}
}
.time-box.--reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
margin-bottom: 0;
margin-inline: auto 0;
}
@media screen and (max-width: 640px) {
.time-box.--reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
.time-box.--reverse .time-box__info {
border-radius: 50px 0 0 0;
border-radius: min(3.90625vw, 3.125rem) 0 0 0;
padding: min(5.46875vw, 4.375rem) min(2.34375vw, 1.875rem) min(3.125vw, 2.5rem) min(3.125vw, 2.5rem);
}
.time-box__ph {
width: calc(100% - 31.4375rem);
}
@media screen and (max-width: 1024px) {
.time-box__ph {
width: calc(100% - min(59.2823712949vw, 31.25rem));
}
}
@media screen and (max-width: 640px) {
.time-box__ph {
width: 100%;
}
}
.time-box__ph img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.time-box__info {
width: 31.4375rem;
border-radius: 0 min(3.90625vw, 3.125rem) 0 0;
padding: min(5.46875vw, 4.375rem) min(3.90625vw, 3.125rem) min(3.515625vw, 2.8125rem) min(3.515625vw, 2.8125rem);
background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 1024px) {
.time-box__info {
width: min(59.2823712949vw, 31.25rem);
}
}
@media screen and (max-width: 640px) {
.time-box__info {
width: 100%;
}
}
.time-box__ttl {
margin-bottom: min(2.03125vw, 1.625rem);
font-family: "Shippori Mincho", system-ui;
font-weight: 600;
font-size: 1.5rem;
line-height: 2;
color: #332f2b;
}
@media screen and (max-width: 1024px) {
.time-box__ttl {
font-size: 1.25rem;
}
}
@media screen and (max-width: 640px) {
.time-box__ttl {
font-size: 1.125rem;
}
}
.time-box__txt {
font-family: "Zen Kaku Gothic New", system-ui;
font-weight: 500;
font-size: 1rem;
letter-spacing: 0.05em;
line-height: 2;
color: #332f2b;
}

.access-block {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
gap: 0.9375rem;
}
@media screen and (max-width: 640px) {
.access-block {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
.access-block::before {
content: "";
position: absolute;
top: min(-7.8125vw, -6.25rem);
right: 0;
width: 74%;
max-width: 58.125rem;
height: calc(100% + min(15.625vw, 12.5rem));
border-radius: 3.75rem 0 0 0;
background: #332f2b;
z-index: -1;
}
@media screen and (max-width: 640px) {
.access-block::before {
top: -3.125rem;
width: 95%;
height: calc(100% + 6.25rem);
}
}
.access-map {
width: calc(100% - 29.0625rem - min(5.46875vw, 4.375rem));
height: auto;
aspect-ratio: 905/468;
}
@media screen and (max-width: 1024px) {
.access-map {
width: 50%;
}
}
@media screen and (max-width: 640px) {
.access-map {
width: 100%;
}
}
.access-map iframe {
width: 100%;
height: 100%;
}
.access-data {
width: 29.0625rem;
font-family: "Shippori Mincho", system-ui;
font-size: 1.125rem;
line-height: 1.78;
text-align: right;
color: #fff;
}
@media screen and (max-width: 1024px) {
.access-data {
width: 50%;
font-size: 0.9rem;
}
}
@media screen and (max-width: 640px) {
.access-data {
margin-bottom: 8vw;
width: 100%;
font-size: 0.73125rem;
}
}
.access-data__info {
padding-right: clamp(3.125rem, 6.25vw, 5rem);
}
.access-data__fax {
margin-bottom: min(3.515625vw, 2.8125rem);
}

.contact-ttl {
margin-bottom: min(9.609375vw, 7.6875rem);
font-weight: 500;
letter-spacing: 0.08em;
text-align: center;
color: #332f2b;
}
.contact-ttl__en {
font-size: 3.25rem;
line-height: 1.31;
}
@media screen and (max-width: 1024px) {
.contact-ttl__en {
font-size: 2.6rem;
}
}
@media screen and (max-width: 640px) {
.contact-ttl__en {
font-size: 2.275rem;
}
}
.contact-ttl__jp {
font-size: 1.875rem;
line-height: 2.27;
}
@media screen and (max-width: 1024px) {
.contact-ttl__jp {
font-size: 1.5rem;
}
}
@media screen and (max-width: 640px) {
.contact-ttl__jp {
font-size: 1.3125rem;
}
}
.contact-form {
height: 127rem;
padding: min(15.3125vw, 12.25rem) min(11.71875vw, 9.375rem);
background: #efefef;
}
@media screen and (max-width: 1024px) {
.contact-form {
padding-top: 7%;
}
}
@media screen and (max-width: 640px) {
.contact-form {
padding-inline: 1.5625rem;
}
}
.contact-form__tab {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: min(11.71875vw, 9.375rem);
margin: 0 auto min(9.609375vw, 7.6875rem);
max-width: 43.75rem;
}
@media screen and (max-width: 640px) {
.contact-form__tab {
gap: 2rem;
}
}
.contact-form__tab-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 640px) {
.contact-form__tab-item img {
height: 10vw;
}
}
.contact-form__cnt {
/*padding: min(9.375vw, 7.5rem) min(14.84375vw, 11.875rem);*/
}
.contact-form__select {
padding: 0;
height: 3.875rem;
background: #fff;
border: 1px solid #707070;
-webkit-transition: 0.4s;
transition: 0.4s;
cursor: pointer;
}
.contact-form__select span {
font-family: "Noto Serif JP", serif;
font-weight: 300;
font-size: 1.375rem;
letter-spacing: 0.08em;
line-height: 3.875rem;
text-align: center;
color: #332f2b;
}
@media screen and (max-width: 1024px) {
.contact-form__select span {
font-size: 1.1rem;
}
}
@media screen and (max-width: 640px) {
.contact-form__select span {
font-size: 0.9625rem;
}
}
.contact-form__select.active {
background: #332f2b;
border: 1px solid #707070;
}
.contact-form__select.active span {
color: #fff;
}
.contact-form__block {
display: none;
}

.company {
background: url(../../img/price/bg_company.jpg) no-repeat center center/cover;
}
.company-data {
margin: 0 auto;
max-width: 61.875rem;
}
@media screen and (max-width: 1024px) {
.company-data {
margin: 0 auto;
}
}
.company-data__row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-top: 1px solid #707070;
}
@media screen and (max-width: 640px) {
.company-data__row:last-child {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.company-data__row:last-child .company-data__ttl {
padding-bottom: 0;
width: 100%;
}
.company-data__row:last-child .company-data__txt {
width: 100%;
}
}
.company-data__ttl {
width: 11.875rem;
padding-block: 2.25rem 2rem;
font-family: "Shippori Mincho", system-ui;
font-weight: bold;
font-size: 1.125rem;
letter-spacing: 0.08em;
text-align: left;
color: #332f2b;
vertical-align: top;
}
@media screen and (max-width: 640px) {
.company-data__ttl {
display: block;
width: 21.8666666667vw;
font-size: 1rem;
}
}
.company-data__txt {
padding-block: 2.25rem 2rem;
width: calc(100% - 11.875rem);
font-family: "Shippori Mincho", system-ui;
font-weight: bold;
font-size: 1.1875rem;
letter-spacing: 0.08em;
color: #332f2b;
vertical-align: top;
}
@media screen and (max-width: 640px) {
.company-data__txt {
display: block;
width: calc(100% - 21.8666666667vw);
font-size: 0.9375rem;
}
}
.company-data__item {
margin-bottom: 1.25rem;
font-family: "Shippori Mincho", system-ui;
font-weight: bold;
font-size: 1.125rem;
line-height: 1.75;
color: #332f2b;
}
@media screen and (max-width: 1024px) {
.company-data__item {
line-height: 1.6;
}
}
@media screen and (max-width: 640px) {
.company-data__item {
font-size: 0.9375rem;
}
}