@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-inline: 0;
max-width: none;
}
.cmn-wrap.--worry {
padding-top: min(7.1875vw, 5.75rem);
padding-bottom: min(6.25vw, 5rem);
}

.cmn-ttl {
position: relative;
margin-bottom: 3.125rem;
}
@media screen and (max-width: 1024px) {
.cmn-ttl {
margin-bottom: 5%;
}
}
.cmn-ttl__en {
font-family: "Cormorant", serif;
font-size: 3.25rem;
letter-spacing: 0.08em;
line-height: 0.92;
}
@media screen and (max-width: 1024px) {
.cmn-ttl__en {
font-size: 2.6rem;
}
}
@media screen and (max-width: 640px) {
.cmn-ttl__en {
font-size: 2.1125rem;
}
}
.cmn-ttl__jp {
font-weight: 500;
font-size: 1.875rem;
letter-spacing: 0.08em;
line-height: 2.26;
}
@media screen and (max-width: 1024px) {
.cmn-ttl__jp {
font-size: 1.5rem;
}
}
@media screen and (max-width: 640px) {
.cmn-ttl__jp {
font-size: 1.21875rem;
}
}
.cmn-ttl.--white {
color: #fff;
}
.cmn-ttl.--center {
text-align: center;
}

.hd {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 3.4375rem;
line-height: 1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
z-index: 1000;
}
.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-left: min(9.375vw, 7.5rem);
width: 100%;
height: 100%;
}
.hd-nav {
margin-right: 5rem;
}
@media screen and (max-width: 1240px) {
.hd-nav {
margin-right: 0;
}
}
.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(3.75vw, 3rem);
}
.hd-nav__item {
text-align: center;
}
.hd-nav__link {
display: block;
position: relative;
}
.hd-nav__link-st {
display: block;
font-size: 1.125rem;
letter-spacing: 0.08em;
line-height: 2.22;
color: #fff;
}
.hd-nav__link::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: white;
-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-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;
/* height: 1.375rem; */
height: 3rem;
}
.hd-logo__hill {
display: inline-block;
height: 100%;
}
.hd-toggle {
display: none;
}
@media screen and (max-width: 1024px) {
.hd {
height: 4.5rem;
}
.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-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: 2rem;
top: 0;
left: 100%;
padding-top: 20vw;
width: 100%;
height: 100svh;
background: #000;
overflow-y: scroll;
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.5rem 0;
}
.hd-nav__link-st {
font-weight: 600;
font-size: 1.125rem;
}
.hd-nav__name {
display: block;
width: 4.625rem;
margin-bottom: 1.0625rem;
}
.hd-toggle {
position: relative;
display: block;
margin-left: 1.5625rem;
width: 35px;
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: #fff;
color: #fff;
}
.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; */
height: 3.5rem;
}
}
.hd.fixed {
background: rgba(0, 0, 0, 0.2);
-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: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;
right: 0;
width: 22.75rem;
aspect-ratio: 364/80;
z-index: 1001;
}
@media screen and (max-width: 640px) {
.banner {
bottom: 0;
left: 0;
width: 100%;
aspect-ratio: 375/67;
}
}
.banner img {
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.16));}
}
.ft {
background: #7a9c9f;
}
.ft-inr {
position: relative;
margin: 0 auto;
padding: min(4.296875vw, 3.4375rem) min(3.125vw, 2.5rem) min(3.125vw, 2.5rem);
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-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: 3rem;
}
@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-size: 1.125rem;
letter-spacing: 0.08em;
line-height: 2.22;
color: #332f2b;
}
.ft-name {
margin: 0 auto 2rem;
width: 9.375rem;
}

.mv {
background: #000;
}
.mv-ttl {
position: absolute;
top: 17%;
left: 12%;
font-weight: 600;
font-size: min(5vw, 4rem);
letter-spacing: 0.08em;
line-height: 1.25;
color: #fff;
z-index: 2;
}
@media screen and (max-width: 1024px) {
.mv-ttl {
font-size: 3.25rem;
}
}
@media screen and (max-width: 640px) {
.mv-ttl {
font-size: 2.5rem;
}
}
.mv-ttl span {
display: block;
}
.mv-ttl span:nth-child(2) {
padding-left: min(4.6875vw, 3.75rem);
}
.mv-ttl span:nth-child(3) {
padding-left: min(3.125vw, 2.5rem);
}
.mv-ttl span:nth-child(4) {
padding-left: min(7.8125vw, 6.25rem);
}
.mv-ttl span:nth-child(5) {
padding-left: min(6.25vw, 5rem);
}
.mv-catch {
position: absolute;
bottom: 7.1875rem;
right: 7%;
z-index: 2;
}
@media screen and (max-width: 1024px) {
.mv-catch {
right: 4%;
}
}
@media screen and (max-width: 640px) {
.mv-catch {
right: 1.5625rem;
}
}
.mv-ph {
margin-inline: auto 0;
width: 97.5%;
}
.mv-ph img {
width: 100%;
height: 100vh;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
.mv-ph img {
height: calc(100vh - 32vw);
}
}

.about {
background: #000;
}
.about-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-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
@media screen and (max-width: 640px) {
.about-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.about-info {
width: 50%;
}
@media screen and (max-width: 640px) {
.about-info {
display: contents;
margin-bottom: 8vw;
width: 100%;
text-align: left;
}
}
.about-ph {
margin-right: calc((100% - 100vw) / 2);
width: calc(45% + (100vw - 100%) / 2);
}
@media screen and (max-width: 640px) {
.about-ph {
margin-bottom: 8vw;
width: calc(100% + (100vw - 100%) / 2);
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
}
.about .cmn-ttl {
margin-bottom: min(7.8125vw, 6.25rem);
}
@media screen and (max-width: 640px) {
.about .cmn-ttl {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
.about-ttl {
margin-bottom: min(3.515625vw, 2.8125rem);
font-weight: 500;
font-size: 1.625rem;
letter-spacing: 0.08em;
line-height: 1.77;
color: #fff;
}
@media screen and (max-width: 1024px) {
.about-ttl {
font-size: 1.3rem;
}
}
@media screen and (max-width: 640px) {
.about-ttl {
width: 100%;
font-size: 1.05625rem;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
}
.about-txt {
font-size: 1.125rem;
line-height: 2.22;
text-align: left;
color: #fff;
}
@media screen and (max-width: 1024px) {
.about-txt {
font-size: 1rem;
}
}
@media screen and (max-width: 640px) {
.about-txt {
font-size: 0.9375rem;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
}

.worry {
position: relative;
background: url(../../img/product/bg_worry.jpg) no-repeat center center/cover;
}
.worry::before {
content: "";
position: absolute;
top: 50%;
left: 45.5%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: calc(100% - min(18.75vw, 15rem));
background: url(../../img/product/line_worry.svg) no-repeat center center/contain;
z-index: 2;
pointer-events: none;
}
@media screen and (max-width: 1024px) {
.worry::before {
left: 50%;
}
}
@media screen and (max-width: 640px) {
.worry::before {
display: none;
}
}
.worry-question__txt {
position: relative;
display: inline-block;
-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-bottom: min(5.078125vw, 4.0625rem);
padding: min(1.171875vw, 0.9375rem) min(3.90625vw, 3.125rem);
z-index: 3;
}
.worry-question__txt span {
padding-right: min(2.734375vw, 2.1875rem);
font-weight: 500;
font-size: 1.875rem;
letter-spacing: 0.08em;
line-height: 1.33;
color: #fff;
}
@media screen and (max-width: 1024px) {
.worry-question__txt span {
font-size: 1.5rem;
}
}
@media screen and (max-width: 640px) {
.worry-question__txt span {
padding: 0;
font-size: 1.21875rem;
}
}
.worry-question__txt::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background: url(../../img/product/bg_worry-question.svg) no-repeat center center/cover;
z-index: -1;
}
.worry-block {
margin-bottom: min(4.6875vw, 3.75rem);
margin-inline: auto;
max-width: 70rem;
}
.worry-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;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-inline: auto 0;
max-width: 970px;
width: 100%;
}
@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.--reverse {
-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.--reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.worry-box.--reverse .worry-info {
padding-right: min(5.46875vw, 4.375rem);
}
.worry-box.--reverse .worry-txt {
padding-top: 1.25rem;
text-align: left;
}
.worry-box.--reverse .worry-txt::before {
top: -6%;
left: -15%;
width: 132%;
background: url(../../img/product/line_worry-txt_right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
.worry-box.--reverse .worry-txt::before {
width: 17.1875rem;
}
}
@media screen and (max-width: 640px) {
.worry-box.--reverse .worry-txt::before {
width: 16.25rem;
}
}
.worry-box.--center {
margin-inline: 0 auto;
max-width: 56.25rem;
}
.worry-box.--center .worry-info {
width: calc(30% - min(1.171875vw, 0.9375rem));
}
@media screen and (max-width: 1024px) {
.worry-box.--center .worry-info {
width: calc(40% - min(1.171875vw, 0.9375rem));
}
}
@media screen and (max-width: 640px) {
.worry-box.--center .worry-info {
width: 100%;
}
}
.worry-box.--center .worry-ph {
width: 70%;
}
@media screen and (max-width: 1024px) {
.worry-box.--center .worry-ph {
width: 55%;
}
}
@media screen and (max-width: 640px) {
.worry-box.--center .worry-ph {
width: 100%;
}
}
.worry-box.--center .worry-txt::before {
top: -6%;
right: -1.25rem;
width: 132%;
background: url(../../img/product/line_worry-txt_center.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
.worry-box.--center .worry-txt::before {
width: 275px;
}
}
@media screen and (max-width: 640px) {
.worry-box.--center .worry-txt::before {
width: 15rem;
}
}
.worry-box:not(:last-child) {
margin-bottom: min(6.171875vw, 4.9375rem);
}
.worry-info {
width: calc(35% - min(1.953125vw, 1.5625rem));
}
@media screen and (max-width: 1024px) {
.worry-info {
width: calc(45% - min(1.953125vw, 1.5625rem));
}
}
@media screen and (max-width: 640px) {
.worry-info {
margin-bottom: 8vw;
width: 100%;
}
}
.worry-ph {
width: 65%;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.worry-ph {
width: 55%;
}
}
@media screen and (max-width: 640px) {
.worry-ph {
width: 100%;
}
}
.worry-txt {
position: relative;
font-weight: 500;
font-size: 1.375rem;
letter-spacing: 0.08em;
line-height: 1.82;
text-align: right;
color: #332f2b;
}
@media screen and (max-width: 1024px) {
.worry-txt {
font-size: 1.1rem;
}
}
@media screen and (max-width: 640px) {
.worry-txt {
font-size: 0.89375rem;
}
}
.worry-txt::before {
content: "";
position: absolute;
top: 0;
right: 0.3125rem;
width: 116%;
height: 120%;
background: url(../../img/product/line_worry-txt_left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1100px) {
.worry-txt::before {
width: 20.625rem;
}
}
@media screen and (max-width: 1024px) {
.worry-txt::before {
right: 0;
width: 17.1875rem;
}
}
@media screen and (max-width: 640px) {
.worry-txt::before {
width: 15rem;
}
}
.worry-answer {
text-align: right;
}
.worry-answer__txt {
position: relative;
display: inline-block;
margin-inline: auto 0;
padding: min(1.171875vw, 0.9375rem) min(3.90625vw, 3.125rem);
z-index: 3;
}
.worry-answer__txt span {
padding-right: min(1.5625vw, 1.25rem);
font-weight: 500;
font-size: 1.875rem;
letter-spacing: 0.08em;
line-height: 1.33;
color: #fff;
}
@media screen and (max-width: 1024px) {
.worry-answer__txt span {
font-size: 1.5rem;
}
}
@media screen and (max-width: 640px) {
.worry-answer__txt span {
padding: 0;
font-size: 1.21875rem;
}
}
.worry-answer__txt::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background: url(../../img/product/bg_worry-answer.svg) no-repeat center center/contain;
z-index: -1;
}

.features .cmn-wrap {
padding-bottom: min(7.8125vw, 6.25rem);
}
.features .cmn-ttl {
margin-bottom: min(10.546875vw, 8.4375rem);
padding-left: min(7.421875vw, 5.9375rem);
}
@media screen and (max-width: 1024px) {
.features .cmn-ttl {
padding-left: 0;
}
}
.features-tab {
margin-bottom: min(7.8125vw, 6.25rem);
}
.features-tab__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-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-left: calc((100% - 100vw) / 2);
}
.features-tab__ph {
width: 38%;
height: min(49.21875vw, 39.375rem);
}
@media screen and (max-width: 640px) {
.features-tab__ph {
width: 25%;
}
}
.features-tab__ph img {
width: auto;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top right;
object-position: top right;
}
.features-tab__info {
width: 62%;
}
@media screen and (max-width: 640px) {
.features-tab__info {
width: 75%;
}
}
.features-tab__list {
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: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: min(4.84375vw, 3.875rem) min(3.28125vw, 2.625rem);
}
.features-tab__item {
width: calc((100% - min(3.28125vw, 2.625rem)) / 2);
}
.features-content__block {
position: relative;
padding-bottom: min(11.71875vw, 9.375rem);
}
.features-content__block:not(:last-child) {
margin-bottom: min(8.984375vw, 7.1875rem);
}
.features-content__block::before {
content: "";
position: absolute;
top: 50%;
right: calc((100% - 100vw) / 2);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 95%;
height: 100%;
background: url(../../img/product/bg_features_right.jpg) no-repeat left center/cover;
z-index: -1;
}
.features-content__block.--reverse::before {
left: calc((100% - 100vw) / 2);
right: auto;
background: url(../../img/product/bg_features_left.jpg) no-repeat right center/cover;
}
.features-content__block.--reverse .features-content__head {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.features-content__block.--reverse .features-content__info {
margin-top: -0.625rem;
}
.features-content__block.--reverse .features-content__ttl {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: min(2.34375vw, 1.875rem);
}
@media screen and (max-width: 1050px) {
.features-content__block.--reverse .features-content__ttl {
gap: min(0.9756097561vw, 1.875rem);
}
}
.features-content__block.--reverse .features-content__ttl::before {
left: 0;
right: auto;
width: min(33.203125vw, 26.5625rem);
height: min(6.640625vw, 5.3125rem);
background: url(../../img/product/bg_features-ttl_left.svg) no-repeat right center/cover;
z-index: -1;
}
@media screen and (max-width: 1024px) {
.features-content__block.--reverse .features-content__ttl::before {
left: auto;
right: 5.625rem;
width: 20rem;
height: 55%;
}
}
@media screen and (max-width: 640px) {
.features-content__block.--reverse .features-content__ttl::before {
left: auto;
right: 4.375rem;
width: 16.25rem;
}
}
.features-content__block.--reverse .features-content__subttl {
text-align: right;
}
.features-content__block.--reverse .features-content__info-txt {
margin-bottom: min(2.8125vw, 2.25rem);
}
.features-content__block:nth-child(4) .features-content__subttl {
margin-right: -20px;
width: calc(50% + 20px);
}
@media screen and (max-width: 1142px) {
.features-content__block:nth-child(4) .features-content__subttl {
width: calc(54% + 20px);
}
}
@media screen and (max-width: 1024px) {
.features-content__block:nth-child(4) .features-content__subttl {
width: 100%;
}
}
@media screen and (max-width: 640px) {
.features-content__block:nth-child(4) .features-content__subttl {
margin-right: 0;
}
}
.features-content__head {
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(5vw, 4rem);
}
@media screen and (max-width: 1024px) {
.features-content__head {
-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;
}
}
.features-content__ttl {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
gap: min(6.25vw, 5rem);
margin-bottom: 1.25rem;
width: calc(50% - min(5.15625vw, 4.125rem));
}
@media screen and (max-width: 1142px) {
.features-content__ttl {
width: calc(46% - min(0.8756567426vw, 4.125rem));
}
}
@media screen and (max-width: 1050px) {
.features-content__ttl {
gap: min(0.9523809524vw, 5rem);
}
}
@media screen and (max-width: 1024px) {
.features-content__ttl {
margin-bottom: 8vw;
width: 100%;
}
}
.features-content__ttl-num {
font-family: "Cormorant", serif;
font-size: 13.75rem;
line-height: 0.65em;
color: #332f2b;
}
@media screen and (max-width: 1024px) {
.features-content__ttl-num {
font-size: 11rem;
}
}
@media screen and (max-width: 640px) {
.features-content__ttl-num {
font-size: 8.9375rem;
}
}
.features-content__ttl-st {
position: relative;
font-weight: 500;
font-size: 1.875rem;
letter-spacing: 0.08em;
line-height: 1.67;
color: #fff;
}
@media screen and (max-width: 1024px) {
.features-content__ttl-st {
font-size: 1.5rem;
}
}
@media screen and (max-width: 640px) {
.features-content__ttl-st {
font-size: 1.21875rem;
}
}
.features-content__ttl::before {
content: "";
position: absolute;
top: 55%;
right: 0;
width: min(33.203125vw, 26.5625rem);
height: min(6.640625vw, 5.3125rem);
background: url(../../img/product/bg_features-ttl_right.svg) no-repeat left center/cover;
z-index: -1;
}
@media screen and (max-width: 1024px) {
.features-content__ttl::before {
left: 5.125rem;
width: 20rem;
height: 55%;
}
}
@media screen and (max-width: 640px) {
.features-content__ttl::before {
left: 4.375rem;
width: 16.25rem;
}
}
.features-content__subttl {
width: 50%;
}
@media screen and (max-width: 1142px) {
.features-content__subttl {
width: 54%;
}
}
@media screen and (max-width: 1024px) {
.features-content__subttl {
width: 100%;
}
}
.features-content__subttl-st {
font-weight: 500;
font-size: 1.625rem;
letter-spacing: 0.08em;
line-height: 1.77;
color: #332f2b;
}
@media screen and (max-width: 1024px) {
.features-content__subttl-st {
font-size: 1.3rem;
}
}
@media screen and (max-width: 640px) {
.features-content__subttl-st {
font-size: 1.05625rem;
text-align: left;
}
}
.features-content__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;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: min(5.078125vw, 4.0625rem);
border-bottom: 1px solid #707070;
}
@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__ph {
width: calc(50% - min(4.84375vw, 3.875rem));
}
@media screen and (max-width: 640px) {
.features-content__ph {
margin-bottom: 8vw;
width: 100%;
}
}
.features-content__info {
margin-top: -0.3125rem;
width: 50%;
}
@media screen and (max-width: 640px) {
.features-content__info {
width: 100%;
}
}
.features-content__info-txt {
margin-bottom: min(3.75vw, 3rem);
font-size: 1.125rem;
line-height: 2.22;
color: #332f2b;
}
@media screen and (max-width: 1024px) {
.features-content__info-txt {
font-size: 1rem;
}
}
@media screen and (max-width: 640px) {
.features-content__info-txt {
font-size: 0.9375rem;
}
}

.access {
position: relative;
}
.access::before {
content: "";
position: absolute;
top: 15%;
right: 0;
width: 74%;
max-width: 1400px;
height: 71%;
background: url(../../img/product/bg_aceess.jpg) no-repeat left center/cover;
}
@media screen and (max-width: 1024px) {
.access::before {
top: 22%;
height: 65%;
}
}
@media screen and (max-width: 640px) {
.access::before {
top: 15%;
width: 120%;
height: 75%;
}
}
.access .cmn-ttl {
margin-top: min(1.5625vw, 1.25rem);
margin-bottom: min(7.8125vw, 6.25rem);
}
.access-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-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
margin-bottom: min(12.890625vw, 10.3125rem);
}
@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-map {
width: calc(100% - 363px - min(4.0625vw, 3.25rem));
height: auto;
aspect-ratio: 785/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: 363px;
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__fax {
margin-bottom: min(3.515625vw, 2.8125rem);
}
.access-data__ph {
margin-left: auto;
margin-right: calc((1200px - 100vw) / 2);
width: calc(85% + (100vw - 1200px) / 2);
}
@media screen and (max-width: 1200px) {
.access-data__ph {
margin-right: 0;
width: 85%;
}
}

.contact {
background: url(../../img/product/bg_contact.jpg) no-repeat center center/100% 100%;
height: 126.875rem;
}
.contact-form {
padding-top: 4.75rem;
}
@media screen and (max-width: 1024px) {
.contact-form {
padding-top: 7%;
}
}
.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: 2rem;
margin: 0 auto 4.375rem;
max-width: 38.5rem;
}
@media screen and (max-width: 1024px) {
.contact-form__tab {
margin-bottom: 7%;
}
}
.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);
}
@media screen and (max-width: 640px) {
.contact-form__cnt {
padding: 24px;
}
}
.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-overview {
position: relative;
}
.company-overview::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 84%;
height: 100%;
background: url(../../img/product/bg_company-overview.jpg) no-repeat right center/cover;
}
@media screen and (max-width: 1024px) {
.company-overview::before {
width: 100%;
}
}
.company-overview__inr {
margin: 0 auto;
padding: min(10.546875vw, 8.4375rem) min(3.671875vw, 2.9375rem) clamp(1.5625rem, 3.125vw, 2.5rem);
max-width: 55.625rem;
}
.company-overview .cmn-ttl {
margin-bottom: 3.75rem;
}
.company-overview__data {
width: 100%;
}
.company-overview__data-list {
margin-left: 0.625rem;
max-width: 37.5rem;
}
@media screen and (max-width: 1024px) {
.company-overview__data-list {
margin: 0 auto;
}
}
.company-overview__data-row {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	align-items: flex-start;
margin-bottom: 1.1875rem;
}
@media screen and (max-width: 640px) {
.company-overview__data-row {
margin-bottom: 1.875rem;
}
}
.company-overview__data-row::before {
content: "";
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 54px;
background: url(../../img/product/line_company_overview.svg) no-repeat center center/contain;
pointer-events: none;
}
@media screen and (max-width: 640px) {
.company-overview__data-row::before {
top: 0.9375rem;
}
}
.company-overview__data-ttl {
position: relative;
width: 12.1875rem;
font-weight: 600;
font-size: 1.125rem;
letter-spacing: 0.08em;
line-height: 3.77;
text-align: left;
color: #332f2b;
vertical-align: top;
}
@media screen and (max-width: 640px) {
.company-overview__data-ttl {
display: block;
width: 29.3333333333vw;
font-size: 1rem;
line-height: 2;
}
}
.company-overview__data-txt {
	padding-top: 1em;
font-weight: 600;
font-size: 1.1875rem;
letter-spacing: 0.08em;
line-height: 1.5;
text-align: left;
color: #332f2b;
vertical-align: top;
}
@media screen and (max-width: 640px) {
.company-overview__data-txt {
display: block;
font-size: 0.9375rem;
line-height: 2;
}
}
.company-service {
background: url(../../img/product/bg_company-service.jpg) no-repeat right center/90% 100%;
}
@media screen and (max-width: 1024px) {
.company-service {
background: url(../../img/product/bg_company-service.jpg) no-repeat right center/100% 100%;
}
}
.company-service__inr {
margin: 0 auto;
padding: min(8.984375vw, 7.1875rem) min(3.671875vw, 2.9375rem) clamp(1.5625rem, 3.125vw, 2.5rem);
max-width: 79.0625rem;
}
.company-service__data {
width: 86%;
margin: 0 0 0 auto;
max-width: 61.5625rem;
}
@media screen and (max-width: 1024px) {
.company-service__data {
width: 95%;
}
}
.company-service__data-row {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 640px) {
.company-service__data-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.company-service__data-row::before {
content: "";
position: absolute;
top: -0.5rem;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;
height: 54px;
background: url(../../img/product/line_company_service.svg) no-repeat left center/contain;
pointer-events: none;
}
@media screen and (max-width: 1024px) {
.company-service__data-row::before {
width: 105%;
left: 0.625rem;
-webkit-transform: translate(0);
transform: translate(0);
}
}
@media screen and (max-width: 640px) {
.company-service__data-row::before {
top: -0.75rem;
left: 0;
width: 100%;
background: url(../../img/product/line_company_service.svg) no-repeat left center/cover;
}
}
.company-service__data-ttl {
position: relative;
width: 12rem;
font-weight: 500;
font-size: 1.125rem;
letter-spacing: 0.08em;
line-height: 2;
text-align: left;
color: #fff;
vertical-align: top;
}
@media screen and (max-width: 1024px) {
.company-service__data-ttl {
width: 13.125rem;
}
}
@media screen and (max-width: 640px) {
.company-service__data-ttl {
display: block;
padding-bottom: 1.25rem;
font-size: 1rem;
}
}
.company-service__data-txt {
vertical-align: top;
font-size: 0.9375rem;
}
@media screen and (max-width: 640px) {
.company-service__data-txt {
display: block;
}
}
.company-service__data-list p {
font-size: 1.125rem;
line-height: 2.22;
text-align: left;
color: #fff;
}
@media screen and (max-width: 640px) {
.company-service__data-list p {
font-size: 0.9375rem;
}
}