@charset "utf-8";
/*
Theme Name: 商品撮影サービス
Theme URI: https://296.co.jp/
Author: Dai Kojima
Author URI: https://296.co.jp/
Description:
Version: 1.0
License:
License URI:
Tags:
*/

/*--------------------------------------------------------------
normalize
Styles based on Normalize v5..0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #1a1a1a;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	height: auto;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
/*--------------------------------------------------------------
default
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
html.noscroll {
  overflow: hidden;
}
html.noscroll::after {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  pointer-events: none;
  z-index: 998;
}
body {
	font-size: clamp(0px,(100vw / 80), 16px);
  font-family: YakuHanJP,'Ubuntu','Noto Sans JP',sans-serif;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .025em;
	color: #1a1a1a;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}
a {
  transition: .3s;
}
a:hover {
  opacity: .5;
}
.is-sp {
  display: none;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none !important;
}
@media (max-width: 769px) {
  body {
    font-size: clamp(0px,(100vw / 25), 16px);
  }
  .is-sp {
    display: block;
  }
}
/*--------------------------------------------------------------
2.0 component
--------------------------------------------------------------*/
 /* c-column3 */
.c-column3 {
   
}
.c-column3 .container {
    margin: 0 auto;
    width: 75%;
    max-width: 1080px;
    text-align: center;
}
.c-column3 .container .intro {
    margin: 0 auto;
    width: 88%;
}
.c-column3 .container .intro .title {
    margin: 0;
    font-size: 1.75em;
    font-weight: normal;
}
.c-column3 .container .intro .text {
    margin: .75em 0 0 0;
    line-height: 1.6;
    font-size: 1.125em;
}
.c-column3 .container .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c-column3 .container .row .column {
    width: calc((100% / 3) - (42px / 3));
    margin: 2.0625em 0 0 0;
}
.c-column3 .container .row .column .image {
    width: 100%;
}
.c-column3 .container .row .column .image figure {
    margin: 0;
}
.c-column3 .container .row .column .image figure img {
    display: block;
    width: 100%;
}
.c-column3 .container .row .column .body {
    margin: 1.625em 0 0 0;
}
.c-column3 .container .row .column .body .head {
    text-align: center;
}
.c-column3 .container .row .column .body .head .ja {
    margin: 0;
    font-size: 1.5em;
    font-weight: normal;
}
.c-column3 .container .row .column .body .head .en {
    margin: .3125em 0 0 0;
    font-size: 0.875em;
    letter-spacing: .05em;
}
.c-column3 .container .row .column .body .text {
    padding: .4375em 1em 1em;
    line-height: 1.6;
    text-align: left;
}
.c-column3 .container .row .column .body .text p {
    margin: 0;
}
@media (min-width: 960px) and (max-width: 1279px) {

}
@media (min-width: 640px) and (max-width: 959px) {
    .c-column3 .container .row .column {
        width: calc((100% / 2) - (21px / 2));
    }
}
@media (max-width: 639px) {
    .c-column3 {
        width: 88%;
    }
    .c-column3 .container .intro {
        width: 100%;
    }
    .c-column3 .container .intro .title {
        font-size: 1.5em;
    }
    .c-column3 .container .intro .text {
        font-size: 1em;
    }
    .c-column3 .container .row {
        display: block;
        margin: 3em 0 0 0;
    }
    .c-column3 .container .row .column {
        width:  100%;
    }
    .c-column3 .container .row .column:not(:first-child) {
        margin: 1.5em 0 0 0;
    }
    .c-column3 .container .row .column .body .head .ja {
        font-size: 1.25em;
    }
    .c-column3 .container .row .column .body .head .en {
        font-size: .75em;
    }
}
/* c-alternating-full */
.reverse {
    flex-direction: row-reverse;
}
.c-alternating-full {

}
.c-alternating-full .container {
    margin: 0 auto;
    width: 75%;
    max-width: 1080px;
    text-align: center;
}
.c-alternating-full .container .row {
    margin: 2.0625em 0 0 0;
}
.c-alternating-full .container .row .column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-alternating-full .container .row .column:not(:first-child){
    margin: 2.5em 0 0 0;
}
.c-alternating-full .container .row .column.reverse {
    flex-direction: row-reverse;
}
.c-alternating-full .container .row .column .image {
    width: calc(50vw - (40px / 2));
    margin: 0 0 0 calc(50% - 50vw);
}
.c-alternating-full .container .row .column.reverse .image {
    margin: 0 calc(50% - 50vw) 0 0;
}
.c-alternating-full .container .row .column .image figure {
    margin: 0;
}
.c-alternating-full .container .row .column .image figure img {
    display: block;
    width: 100%;
    max-height: 292px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.c-alternating-full .container .row .column .body {
    width: 50%;
}
.c-alternating-full .container .row .column .body .inner {

}
.c-alternating-full .container .row .column .body .inner .head {
    text-align: left;
}
.c-alternating-full .container .row .column .body .inner .head .ja {
    margin: 0;
    font-size: 1.5em;
    font-weight: normal;
}
.c-alternating-full .container .row .column .body .inner .head .en {
    margin: 0 0 .3125em 0;
    font-size: 0.875em;
    letter-spacing: .05em;
}
.c-alternating-full .container .row .column .body .inner .text {
    margin: .625em 0 0 0;
    line-height: 1.6;
    text-align: left;
}
.c-alternating-full .container .row .column .body .inner .text p {
    margin: 0;
}
@media (min-width: 960px) and (max-width: 1279px) {

}
@media (min-width: 640px) and (max-width: 959px) {
    
}
@media (min-width: 960px) {
    .c-alternating-full .container .row .column .body .inner {
        padding: 0 0 0 2em;
    }
    .c-alternating-full .container .row .column.reverse .body .inner {
        padding: 0 2em 0 0;
    }
}
@media  (max-width: 959px) {
}
@media (max-width: 639px) {
    .c-alternating-full {
        width: 88%;
    }
    .c-alternating-full .container .row {
        display: block;
        margin: 3em 0 0 0;
    }
    .c-alternating-full .container .row .column {
        display: block;
        width:  100%;
    }
    .c-alternating-full .container .row .column:not(:first-child) {
        margin: 1.5em 0 0 0;
    }
    .c-alternating-full .container .row .column .image,
    .c-alternating-full .container .row .column .body {
        width: 100%;
    }
    .c-alternating-full .container .row .column .image {
        margin: 0;
    }
    .c-alternating-full .container .row .column .body {
        margin: 1.625em 0 0 0;
    }
    .c-alternating-full .container .row .column .body .inner {
        padding: 0.4375em 1em 1em;
    }
    .c-alternating-full .container .row .column.reverse .body .inner {
        padding: 0.4375em 1em 1em;
    }
    .c-alternating-full .container .row .column .body .inner .head .ja {
        font-size: 1.25em;
    }
    .c-alternating-full .container .row .column .body .inner .head .en {
        font-size: .75em;
    }
}
/* c-cta-button */
.c-cta-button {

}
.c-cta-button .container {
    margin: 0 auto;
    padding: 3.75em;
    max-width: 100%;
    background-color: var(--cta-bg-color);
}
.c-cta-button .container .content {
    text-align: center;
}
.c-cta-button .container .content .text {

}
.c-cta-button .container .content .text p {
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0;
}
.c-cta-button .container .content .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex: 1;
    margin: 3.125em 0 1.25em 0;
}
.c-cta-button .container .content .buttons .button {
    display: inline-block;
    flex: 1;
    max-width: 376px;
    background-color: var(--cta-btn-bg-color);
    color: var(--cta-btn-color);
    border-radius: 5px;
}
.c-cta-button .container .content .buttons .button a {
    display: block;
    width: inherit;
    padding: 1em 1.5em;
    line-height: 1.5;
    font-size: 1.125em;
    text-decoration: none;
    color: inherit;
}
@media (min-width: 960px) and (max-width: 1279px) {

}
@media (min-width: 640px) and (max-width: 959px) { 
}
@media  (max-width: 959px) {
    .c-cta-button .container .content .buttons {
        display: block;
    }
    .c-cta-button .container .content .buttons .button {
        display: block;
    }
    .c-cta-button .container .content .buttons .button {
        margin: 0 auto;
    }
    .c-cta-button .container .content .buttons .button:not(:first-child) {
        margin: 1em auto 0;
    }
}
@media (max-width: 639px) {

}
/* c-voice-image-scroll */
.c-voice-image-scroll {

}
.c-voice-image-scroll .container {
    margin: 0 auto;
    width: 92%;
    max-width: 1080px;
}
.c-voice-image-scroll .container .intro {

}
.c-voice-image-scroll .container .intro .title {
    position: relative;
    margin: 0;
    font-size: 1.75em;
    font-weight: normal;
    text-align: center;
}
.c-voice-image-scroll .container .intro .text {
    margin: 2.875em 0 0 0;
    line-height: 1.6;
    font-size: 1.125em;
    text-align: center;
}
.c-voice-image-scroll .container .slider-voice-image {
    margin: 2.1875em 0 0 0;
    padding: 0 0 2.5em;
}

.c-voice-image-scroll .container .slider-voice-image .item {
    width: auto;
    max-width: calc((100% - 40px) / 3 );
    height: 500px;
    margin: 0 1.25em;
    box-sizing: border-box;
    padding: 2em;
    background-color: var(--voice-image-scroll-item-bg);
}
.c-voice-image-scroll .container .slider-voice-image .item .head {
    display: flex;
    align-items: center;
    gap: 1em;
}
.c-voice-image-scroll .container .slider-voice-image .item .head .image {
    width: 75px;
    height: 75px;
}
.c-voice-image-scroll .container .slider-voice-image .item .head .image figure {
    margin: 0;
    width: 100%;
    height: 100%;
}
.c-voice-image-scroll .container .slider-voice-image .item .head .image figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.c-voice-image-scroll .container .slider-voice-image .item .head .title {
    font-size: 1.125em;
    width: calc(100% - ( 75px + 1em ));
}
.c-voice-image-scroll .container .slider-voice-image .item .info {
    display: inline-block;
    margin: 1em 0 0 0;
    padding: 0 .5em;
}
.c-voice-image-scroll .container .slider-voice-image .item .info span {
    display: block;
    font-size: 0.875em;
    line-height: 1.6;
}
.c-voice-image-scroll .container .slider-voice-image .item .text {
    margin: .8125em 0 0 0;
}
.c-voice-image-scroll .container .slider-voice-image .item .text p {
    margin: 0;
    line-height: 1.6;
}
/* dotsの基本スタイル */
.slick-dots li button:before {
    font-size: 13px!important;
    line-height: 1!important;
    width: .625em!important;
    height: .625em!important;
}
/* アクティブなdotのスタイル */
.slick-dots li.slick-active button:before {
    color: #1a1a1a!important;
}
/* dots全体のスタイル調整 */
.slick-dots {
    display: flex !important;
    justify-content: center;
}
.slick-dots li {
    margin: 0 .625em; /* dots間の余白 */
    width: 10px!important;
    height: 10px!important;
}
/* arrow */
/* 左矢印のカスタマイズ */
.slick-prev {
    position: absolute;
    top: 50%;
    left: -40px; /* 必要に応じて調整 */
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; /* アイコンのサイズ */
    height: 30px; /* アイコンのサイズ */
    z-index: 1;
    background-color: #ffffff; /* 背景色を設定 */
    border-radius: 50%; /* 円形にする */
    cursor: pointer;
    border: 2px solid #1a1a1a; /* 枠線の色 */
}

.slick-prev:before {
    content: '';
    border: solid #1a1a1a; /* 矢印の色 */
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/* 右矢印のカスタマイズ */
.slick-prev,
.slick-next {
    color: transparent;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 30px!important;
    height: 30px!important;
    z-index: 1;
    background-color: #1a1a1a!important;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #1a1a1a!important;
}
.slick-next:before {
    content: '';
    border: solid #fff; /* 矢印の色 */
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* デフォルトの矢印アイコンを非表示にする */
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-prev::after, .slick-next::after {
    display: block;
}
/* 左矢印のスタイル */
.slick-prev::after {
    margin-right: 3px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
}
/* 右矢印のスタイル */
.slick-next::after {
    margin-left: 3px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}
@media (min-width: 960px) and (max-width: 1279px) {
    .c-voice-image-scroll .container .slider-voice-image .item {
    height: 600px;
    }
}
@media  (max-width: 959px) {
    .c-voice-image-scroll .container .slider-voice-image {
        margin: 2.1875em auto 0;
        padding: 0 0 1.5em;
        width: 90%;
    }
    .c-voice-image-scroll .container .slider-voice-image .item {
        margin: 0 1em;
    }
}
@media (min-width: 740px) and (max-width: 959px) { 
    .c-voice-image-scroll .container .slider-voice-image .item {
        height: 500px;
        padding: 1em;
    }
}
@media (min-width: 640px) and (max-width: 741px) { 
    .c-voice-image-scroll .container .slider-voice-image .item {
        height: 550px;
        padding: 1em;
    }
}
@media (max-width: 639px) {
    .c-voice-image-scroll .container .slider-voice-image .item {
        height: 380px;
    }
}
@media (max-width: 439px) {
    .c-voice-image-scroll .container .slider-voice-image .item {
        height: auto;
    }
}
/* c-profile */
.c-profile {

}
.c-profile .container {
    margin: 0 auto;
    width: 88%;
    max-width: 1080px;
}
.c-profile .container .title {
    font-size: 1.75em;
    font-weight: normal;
}
.c-profile .container .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.c-profile .container .row .image {
    width: 400px;
    height: 600px;
}
.c-profile .container .row .image figure {
    margin: 0;
    height: inherit;
}
.c-profile .container .row .image figure img {
    width: 100%;
    height: 100%;
}
.c-profile .container .row .column {
    width: calc(100% - (400px + 80px));
}
.c-profile .container .row .column .name {
    display: flex;
    align-items: flex-end;
    margin: 1.375em 0 0 0;
}
.c-profile .container .row .column .name .ja {
    font-size: 1.5em;
}
.c-profile .container .row .column .name .en {
    margin: 0 0 0 1.25em;
    letter-spacing: .1em;
}
.c-profile .container .row .column .position {
    margin: 1.125em 0 0 0;
    padding: 0;
    font-size: 0.875em;
    line-height: 1.6;
    list-style: none;
}
.c-profile .container .row .column .position li {

}
.c-profile .container .row .column .description {
    margin: 1.5em 0 0 0;
    line-height: 1.6;
}
.c-profile .container .row .column .description p {
    margin: 0;
    padding: 0;
}

@media (min-width: 960px) and (max-width: 1279px) {

}
@media (min-width: 640px) and (max-width: 959px) {
    .c-profile .container .row .image {
        width: 260px;
        height: 390px;
    }
    .c-profile .container .row .column {
        width: calc(100% - (260px + 50px));
    }
}
@media  (max-width: 959px) {
    .c-profile .container .row .column .name {
        display: block;
        margin: 0;
    }
    .c-profile .container .row .column .name .en {
        margin: .3125em 0 0 0;
    }
}
@media (max-width: 639px) {
    .c-profile .container .title {
        font-size: 1.5em;
    }
    .c-profile .container .row {
        display: block;
    }
    .c-profile .container .row .image  {
        width: 100%;
        height: 60vw;
    }
    .c-profile .container .row .image figure img {
        object-fit: cover;
        object-position: center;
    }
    .c-profile .container .row .column {
        width: 92%;
        padding: 0.5em;
        max-width: 100%;
        margin: 1.625em auto 0;
    }
    .c-profile .container .row .column .name .ja {
        font-size: 1.25em;
    }
    .c-profile .container .row .column .name .en {
        font-size: .75em;
    }
    .c-profile .container .row .column .position {
        margin: .625em 0 0 0;
    }
    .c-profile .container .row .column .description {
        margin: .875em 0 0 0;
    }
}
/* c-faq */
.c-faq {

}
.c-faq .container {
    margin: 0 auto;
    width: 92%;
    max-width: 720px;
}
.c-faq .container .intro {
}
.c-faq .container .intro .title {
    position: relative;
    margin: 0;
    font-size: 1.75em;
    font-weight: normal;
    text-align: center;
}
.c-faq .container .intro .text {
    margin: 1.875em 0 0 0;
    font-size: 1.125em;
    text-align: center;
    line-height: 1.6;
}
.c-faq .container .accordion {
    margin: 2.125em 0 0 0;
}
.c-faq .container .accordion .item {
    transition: .3s ease-in-out;
}
.c-faq .container .accordion .item:not(:first-of-type) {
    margin: .625em 0 0 0;
}
.c-faq .container .accordion .item .question {
    display: flex;
    position: relative;
    align-items: center;
    width: inherit;
    padding: 1.125em 2em 1.125em 1.375em;
    background-color: var(--faq-q-color);
    cursor: pointer;
}
.c-faq .container .accordion .item .question span {
    display: inline-block;
    margin: 0 1.6vw 0 0;
    font-size: 1.5em;
}
.c-faq .container .accordion .item .question p {
    margin: 0 1.125em 0 0;
}
.c-faq .container .accordion .item .question .toggle-button {
    position: absolute;
    content: "";
    right: 30px;
    transform: translateY(-50%);
    border: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.c-faq .container .accordion .item .question .toggle-button span {
    position: relative;
    width: 100%;
    height: 100%;
}
.c-faq .container .accordion .item .question .toggle-button span::after {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid  var(--faq-toggle-bg-color);
    border-left: 1px solid  var(--faq-toggle-bg-color);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: transform 0.3s ease;
    content: "";
}
.c-faq .container .accordion .item.open .question .toggle-button {
    top: 50%;
}
.c-faq .container .accordion .item.open .question .toggle-button span::after {
    border-top: 1px solid var(--faq-toggle-bg-color);
    border-left: 1px solid var(--faq-toggle-bg-color);
    border-bottom: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}
.c-faq .container .accordion .item .answer {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    padding: 0 1.125em;
    width: inherit;
    max-height: 0;
    background-color: var(--faq-a-bg-color);
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}
.c-faq .container .accordion .item .answer p {
    margin: 0;
    text-align: left;
    line-height: 1.6;
}
.c-faq .container .accordion .item.open .question {
    background-color: var(--faq-q-open-bg-color);
    color: var(--faq-q-open-color);;
}
.c-faq .container .accordion .item.open .answer {
    max-height: 100vh;
    padding: 1.125em 1.375em;
}
@media (min-width: 960px) and (max-width: 1279px) {

}
@media (min-width: 640px) and (max-width: 959px) { 
}
@media  (max-width: 959px) {

}
@media (max-width: 639px) {
}
/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
header.site {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75em;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 999;
}
header.site.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
header.site.is-show {
  background-color: #fff;
  transform: translateY(0);
  opacity: 1;
}
header.site .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 1em;
}
header.site .container .logo {
  display: flex;
  align-items: center;
  gap: .25em;
  margin: 0 0 0 .5em;
}
header.site .container .logo a {
  display: block;
  width: 1em;
}
header.site .container .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
header.site .container .logo span {
  font-size: .375em;
}
header.site .container nav {
  display: flex;
  height: 100%;
}
header.site .container nav ul {
  display: flex;
  gap: .25em;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style-type: none;
}
header.site .container nav ul li {
  position: relative;
  height: 100%;
}
header.site .container nav ul li a {
  display: inline-block;
  padding: 1.6427em .5em 1.6427em 0;
  height: 100%;
  font-size: .75em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #1a1a1a;
  cursor: pointer;
}
header.site .container nav ul li a:hover {
  opacity: 1;
  color: #7FDBFF;
}
header.site .container nav ul li .child {
  display: block;
  position: absolute;
  top: 2.5em;
  left: .0625em;
  width: 10em;
  transform: translateY(10px);
  padding: .625em 0 0 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  opacity: 0;
}
header.site .container nav ul li.parent:hover .child {
  width: inherit;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
header.site .container nav ul li .child ul {
  display: block;
  margin: 0;
  padding: 1em;
  width: 18em;
  background-color: #fff;
  border-radius: .375em;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .125);
}
header.site .container nav ul li .child ul li {
  position: relative;
  display: block;
  margin: 0;
  transition: .3s;
}
header.site .container nav ul li .child ul li:hover {
  background-color: rgba(127, 219, 255, .25);
  border-radius: .375em;
}
header.site .container nav ul li .child ul li::before {
  position: absolute;
  transition: right 0.3s ease;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 1em;
  height: .125em;
  background-color: #7FDBFF;
  border-radius: .0625em;
  content: "";
}
header.site .container nav ul li .child ul li:hover::before {
  right: 1em;
}
header.site .container nav ul li .child ul li::after {
  position: absolute;
  transition: right 0.3s ease;
  content: "";
  top: calc(50% - 2px);
  right: 1.75em;
  width: .5625em;
  height: .5625em;
  border-top: .125em solid #7FDBFF;
  border-right: .125em solid #7FDBFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-radius: .0625em;
}
header.site .container nav ul li .child ul li:hover::after {
  right: 1.25em;
}

header.site .container nav ul li .child ul li a {
  display: block;
  padding: 1em .75em 1em;
  height: auto;
  color: #1a1a1a;
}
header.site .container nav ul li .child ul li a:hover {
  opacity: 1;
}
header.site .container .toggle {
  display: none;
}
header.site .container .toggle span {

}
header.site .container nav ul li.tel {
  display: flex;
  flex-direction: column;
  gap: .25em;
}
header.site .container nav ul li.tel a {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: .75em .5em 0;
  display: flex;
  flex-direction: column;
  gap: .25em;
}
header.site .container nav ul li.tel small {
  display: block;
  font-size: .75em;
  line-height: 1;
  text-align: center;
}
header.site .container nav ul li.request {

}
header.site .container nav ul li.request a {
  display: flex;
  align-items: center;
  padding: 0 1.25em;
  height: 100%;
  font-size: .875em;
  text-decoration: none;
  color: #fff;
  background-color: #7FDBFF;
  opacity: 1;
}
/* header.site .container .logo {
  margin: 0 2em 0 0;
  height: 3.75em;
  font-size: .75em;
  font-weight: bold;
}
header.site .container .logo a {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: .9375em 0;
  height: 3.75em;
  vertical-align: middle;
}
header.site .container .logo a img {
  display: block;
  width: auto;
  height: 100%;
}
header.site .container .cta {
  display: flex;
}
header.site .container .cta .tel {
  margin: 0 1em 0 0;
  padding: .6875em 0 .5625em;
  text-align: center;
}
header.site .container .cta .tel a {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #1a1a1a;
}
header.site .container .cta .tel small {
  display: block;
  font-size: .75em;
  line-height: 1;
}
header.site .container .cta button {
  background: none;
  border: none;
  padding: 0;
  margin: 1em 0 0 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-color: #7FDBFF;
  border-radius: 5em;
}
header.site .container .cta button a {
  display: block;
  width: 100%;
  padding: .5em 2em;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
header.site .overlay {
  display: none;
}
header.site .overlay .toggle {
  color: #1a1a1a;
}
header.site .overlay .wrap {

}
header.site .overlay .wrap ul {
  
}
header.site .overlay .wrap ul li {

}
header.site .overlay .wrap ul li a {
  
} */
header.site .container nav.desktop {

}
header.site .container nav.desktop ul {

}
header.site .container nav.desktop ul li {

}
header.site .container nav.desktop ul li a {

}
header.site .container nav.desktop .cta {

}
header.site .container nav.desktop .cta {

}
header.site .container nav.mobile {
  display: none;
}
@media (max-width: 769px) {
  header.site .container .logo span {
    line-height: 1.25;
  }
  header.site .container nav.desktop {
    display: none;
  }
  header.site .container nav ul {
    display: block;
    height: auto;
  }
  header.site .container nav ul li {
    height: auto;
  }
  header.site .container nav.mobile {
    position: fixed;
    overflow-y: scroll;
    display: block;
    top: 0;
    right: -100%;
    padding: 2em;
    width: 20em;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    transition: right .3s;
  }
  header.site .container nav.mobile.active {
  right: 0;
}
  header.site .container nav.mobile nav {
        display: block;
        height: auto;
    }
      header.site .container nav.mobile nav h6 {
        margin: 0;
        font-size: .9375em;
    }
        header.site .container nav.mobile nav ul {
        display: block;
        height: auto;
    }
        header.site .container nav.mobile nav ul li {
          height: auto;
    }
        header.site .container nav.mobile nav ul li a {
        position: relative;
        display: flex;
        padding: 0.625em 1.75em;
        height: auto;
        font-size: .75em;
    }
  header.site .container nav.mobile nav ul li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header.site .container nav.mobile nav ul li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    background-color: #7FDBFF;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) scale(0.25);
    transform: translateY(-50%) scale(0.25);
  }
  header.site .container .toggle {
    display: block;
    position: fixed;
    top: 1px;
    right: 12px;
    margin: 24px 24px 24px 24px;
    width: 16px;
    height: 14px;
    z-index: 999999;
    cursor: pointer;
  }
  header.site a.toggle.active {
    color: #fff;
  }
  header.site a.toggle, header.site a.toggle span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  header.site a.toggle::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -18px;
    left: -17px;
    background-color: #7FDBFF;
    border-radius: 50%;
    box-shadow: 0 .625em 1.25em -.3125em rgb(0 0 0 / 20%);
  }
  header.site a.toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    border-radius: 4px;
  }
  header.site a.toggle.active span {
    background-color: #fff;
  }
    header.site a.toggle span:nth-of-type(1) {
      top: 0;
    }
    header.site a.toggle span:nth-of-type(2) {
      top: 6px;
      width: 80%;
    }
    header.site a.toggle span:nth-of-type(3) {
      bottom: 0;
      width: 60%;
    }
    header.site a.toggle.active span:nth-of-type(1) {
      top: -1.5px;
      -webkit-transform: translateY(7px) rotate(-45deg);
      transform: translateY(7px) rotate(-45deg);
    }
    header.site a.toggle.active span:nth-of-type(2) {
      opacity: 0;
    }
    header.site a.toggle.active span:nth-of-type(3) {
      width: 100%;
      -webkit-transform: translateY(-7px) rotate(45deg);
      transform: translateY(-7px) rotate(45deg);
    }
  }
/*--------------------------------------------------------------
main
--------------------------------------------------------------*/
.wrapper main article .mv {
  position: relative;
  height: 48em;
}
.wrapper main article .mv .container {
  display: flex;
  align-items: center;
  height: 40em;
  overflow: hidden;
}
.wrapper main article .mv .container .column {
  margin: 0 auto;
  width: 92%;
}
.wrapper main article .mv .container .column.content {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99;
}
.wrapper main article .mv .container .column.image {
  margin: 0 .75em 0 24.25em;
  width: calc(100% - 25em);
  height: 100%;
  opacity: .625;
  border-radius: 0 0 2em 2em;
}
.wrapper main article .mv .container .column.image img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
  border-radius: 0 0 2em 2em;
}
.wrapper main article .mv .container .column .title {
  margin: 0;
  font-size: 4em;
}
.wrapper main article .mv .container .column .tagline {
  font-weight: 600;
  line-height: 1.6;
  font-size: 1.125em;
}
.wrapper main article .mv .container .column button {
  background: none;
  border: none;
  padding: 0;
  margin: 1em 0 0 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-color: #1a1a1a;
  border-radius: 5em;
}
.wrapper main article .mv .container .column button a {
  display: block;
  width: 100%;
  padding: .5em 2em;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
/* .wrapper main article .mv nav {
  position: absolute;
  right: 0;
  bottom: 2em;
  left: 0;
  margin: 0 auto;
  width: 92%;
  z-index: 99;
}
.wrapper main article .mv nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wrapper main article .mv nav ul li {
  overflow: auto;
  margin: 0 .375em;
  width: calc(100% / 5 - .75em);
  background-color: #fff;
  border-radius: .1875em;
  transition: .25s;
}
.wrapper main article .mv nav ul li:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .125);
  transform: scale(1.025);
}
.wrapper main article .mv nav ul li a {
  position: relative;
  display: block;
  padding: 1em 2em;
  font-size: .875em;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.wrapper main article .mv nav ul li a::before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 3em;
  height: 100%;
  background-color: #1a1a1a;
  content: "";
}
.wrapper main article .mv nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 100%;
  content: "";
  display: block;
  background-image: url(./assets/images/arrow-down-solid.svg?20250724);
  background-size: 25% auto;
  background-repeat: no-repeat;
  background-position: center;
} */
@media (max-width: 769px) {
  .wrapper main article .mv .container .column.image {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .wrapper main article .mv .container .column.image img {
    border-radius: 0;
  }
  .wrapper main article .mv .container .column .title {
    font-size: 2em;
  }
  .wrapper main article .checklist .container ul li label {
    padding: .5em 0 .5em 2.5em;
    font-size: .875em;
    line-height: 1.4;
  }
  /* .wrapper main article .mv nav ul li {
    margin: 0 .125em .25em;
    width: calc(100% / 3 - .25em);  
  }
  .wrapper main article .mv nav ul li a {
    padding: .75em 1.25em;
    font-size: .5em;
  } */
}
.wrapper main article .checklist {
  margin: 1em 0 0 0;
}
.wrapper main article .checklist .container {
  margin: 0 auto;
  text-align: center;
}
.wrapper main article .checklist .container .title {
  margin: 0;
  font-size: 1.75em;
  text-align: center;
}
.wrapper main article .checklist .container ul {
  display: inline-block;
  margin: .5em auto 0;
  padding: 0;
  list-style: none;
}
.wrapper main article .checklist .container ul li {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 1.125em;
  text-align: left;
  line-height: 2;
}
.wrapper main article .checklist .container ul li input {
  display: none;
}
.wrapper main article .checklist .container ul li label {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  padding: .3125em 0 .5em 3.125em;
  cursor: pointer;
}
.wrapper main article .checklist .container ul li label::before {
  display: block;
  position: absolute;
  top: 50%;
  left: .25em;
  margin: -.625em 0 0 0;
  width: 1.125em;
  height: 1.125em;
  border: .125em solid #1a1a1a;
  border-radius: .125em;
  content: '';
}
.wrapper main article .checklist .container ul li label::after {
  display: block;
  position: absolute;
  top: 52%;
  left: .6875em;
  width: .3125em;
  height: .75em;
  margin: -.5625em 0 0 0;
  border-right: .125em solid #1a1a1a;
  border-bottom: .125em solid #1a1a1a;
  content: '';
  transform: rotate(45deg);
}
/* .wrapper main article .checklist .container ul li input:checked + label::after {
  opacity: 1;
} */
@media (max-width: 769px) {
  .wrapper main article .checklist .container {
    width: 92%;
  }
  .wrapper main article .checklist .container .title {
    text-align: left;
    font-size: 1.5em;
  }
  .wrapper main article .checklist .container ul li label {
    padding: .3125em 0 .5em 2.5em;
  }
  .wrapper main article .checklist .container ul li label::before {
    top: 1.125em;
  }
  .wrapper main article .checklist .container ul li label::after {
    top: 1.125em;
  }
}
.wrapper main article .feature {}
.wrapper main article .feature .container {
  margin: 0 auto;
  width: 88%;
  max-width: 1080px;
  text-align: center;
}
.wrapper main article .feature .container .message {
  margin: 2em 0;
  font-size: 1.75em;
}
.wrapper main article .feature .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .feature .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .feature .container .section p {
  margin: 0;
  text-align: center;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .feature .container .row {
  margin: 2em 0 0 0;
}
.wrapper main article .feature .container .row .column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 11em;
}
.wrapper main article .feature .container .row .column:not(:first-child) {
  margin: 1.5em 0 0 0;
}
.wrapper main article .feature .container .row .column.reverse {
  
}
.wrapper main article .feature .container .row .column .image {
  width: calc(50% - (2.5em / 2));
  height: inherit;
}
.wrapper main article .feature .container .row .column .image figure {
  margin: 0;  
  height: inherit;
}
.wrapper main article .feature .container .row .column .image figure img {
  display: block;
  width: 100%;
  border-radius: .75em;
  height: 100%;
  object-fit: cover;
}
.wrapper main article .feature .container .row .column .body {
  width: calc(50% - (2.5em / 2));
}
.wrapper main article .feature .container .row .column .body .inner {
  padding: 0 2em 0 0;
}
.wrapper main article .feature .container .row .column .body .inner .head {
  margin: 0;
  text-align: left;
}
.wrapper main article .feature .container .row .column .body .inner .head span {
  font-size: 1.125em;
  padding: 0 .75em 0 0;
  font-family: 'Ubuntu', sans-serif;
}
.wrapper main article .feature .container .row .column .body .inner .text {
  margin: .625em 0 0 0;
  line-height: 1.6;
  text-align: left;
}
.wrapper main article .feature .container .row .column .body .inner .text p {
  margin: 0;
  font-size: .875em;
}
@media (max-width: 769px) {
  .wrapper main article .feature .container .message {
    font-size: 1.25em;
    line-height: 1.4;
    text-align: left;
  }
  .wrapper main article .feature .container .section .title {
    text-align: left;
  }
  .wrapper main article .feature .container .row {
    margin: 1em 0 0 0;
  }
  .wrapper main article .feature .container .row .column {
    flex-direction: column;
    height: auto;
  }
  .wrapper main article .feature .container .row .column .image {
    width: 100%;
  }
  .wrapper main article .feature .container .row .column .body {
    width: 100%;
    margin: .25em 0 0 0;
  }
  .wrapper main article .feature .container .row .column:not(:first-child) {
    margin: 2.5em 0 0 0;
  }
  .wrapper main article .feature .container .row .column .body .inner .text {
    margin: .25em 0 0 0;
  }
}
.wrapper main article .plan {
  margin: 5em 0 0 0;
  text-align: center;
}
.wrapper main article .plan .container {
  width: 92%;
  margin: 0 auto;
}
.wrapper main article .plan .container {

}
.wrapper main article .plan .container .section {

}
.wrapper main article .plan .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .plan .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .plan .container .section p {
  margin: 0;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .plan .container .section p:last-child {
  margin: 0 0 1em;
}
.wrapper main article .plan .container .row {
  
}
.wrapper main article .plan .container .row.scroll {
  overflow-x: auto;
  max-width: 900px;
  margin: 1em  auto 0;
}
.wrapper main article .plan .container .row.scroll table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
  min-width: 3rem;
}
.wrapper main article .plan .container .row.scroll table thead {
  
}
.wrapper main article .plan .container .row.scroll table thead tr {
  
}
.wrapper main article .plan .container .row.scroll table thead tr th {
  background: #eee;
  padding: 1em 1.25em;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.wrapper main article .plan .container .row.scroll table thead tr th.set {
  background: #ccc;
}
.wrapper main article .plan .container .row.scroll table thead tr th:first-child {
  width: 28%;
  background-color: transparent;
}
.wrapper main article .plan .container .row.scroll table thead tr th small {
  display: inline-block;
  margin: .5em 0 0 0;
  line-height: 1.4;
  font-size: .75em;
  font-weight: normal;
}
.wrapper main article .plan .container .row.scroll table tbody {
  
}
.wrapper main article .plan .container .row.scroll table tbody tr {
  text-align: center;
  font-size: .875em;
}
.wrapper main article .plan .container .row.scroll table tbody tr:first-child th {
  border-top: .0625em solid #cdcdcd;
}
.wrapper main article .plan .container .row.scroll table tbody tr th {
  padding: .75em 1em;
  border-bottom: .0625em solid #cdcdcd;
  background-color: #eee;
}
.wrapper main article .plan .container .row.scroll table tbody tr td {
  padding: .75em 1em;;
  border-bottom: .0625em solid #cdcdcd;
  border-left: .0625em solid #cdcdcd;
  line-height: 1.2;
}
.wrapper main article .plan .container .row.scroll table tbody tr td.num {
  font-size: 1.25em;
}
.wrapper main article .plan .container .row.scroll table tbody tr td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapper main article .plan .container .row.scroll table tbody tr td ul li {
  font-size: .875em;
  line-height: 1.25;
}
.wrapper main article .plan .container .row.scroll table tbody tr td small {
  display: block;
  margin: .25em 0 0;
  line-height: 1.4;
  font-size: .75em;
}
.wrapper main article .plan .container .row.scroll table tbody tr td.price {
  font-family: YakuHanJP, 'Ubuntu', 'Noto Sans JP', sans-serif;
  letter-spacing: .01em;
  text-align: center;
}
.wrapper main article .plan .container .row.scroll table tbody tr td .no_tax {
  display: inline-block;
  font-size: 2em;
  line-height: 1;
}
.wrapper main article .plan .container .row.scroll table tbody tr td .no_tax .unit {
  display: inline-block;
  padding-right: .125em;
  font-size: .75em;
}
.wrapper main article .plan .container .row.scroll table tbody tr td .no_tax .num {

}
.wrapper main article .plan .container .row.scroll table tbody tr td .include_tax {
  margin: .5em 0 0;
  font-size: .75em;
}
.wrapper main article .plan .container .row.scroll table tbody tr td .include_tax .unit {
  display: inline-block;
  padding-right: .125em;
  font-size: .75em;
}
.wrapper main article .plan .container .row.scroll table tbody tr td .include_tax .num {

}
/* .wrapper main article .plan .container .column {

}
.wrapper main article .plan .container .column .section {

}
.wrapper main article .plan .container .column .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .plan .container .column .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .plan .container .column .section p {
  margin: 0;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .plan .container .column .price {
  margin: 2em 0 0 0;
}
.wrapper main article .plan .container .column .price .no_tax {
  display: inline-block;
  font-size: 2em;
  line-height: 1;
}
.wrapper main article .plan .container .column .price .no_tax .unit {
  display: inline-block;
  padding-right: .125em;
  font-size: .75em;
}
.wrapper main article .plan .container .column .price .no_tax .num {

}
.wrapper main article .plan .container .column .price .include_tax {
  margin: .5em 0 0;
  font-size: .75em;
}
.wrapper main article .plan .container .column .price .include_tax .unit {
  display: inline-block;
  padding-right: .125em;
  font-size: .75em;
}
.wrapper main article .plan .container .column .price .include_tax .num {
  font-size: 1em;
}
.wrapper main article .plan .container .column .common {

}
.wrapper main article .plan .container .column .common dl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.wrapper main article .plan .container .column .common dl dt {
  padding-right: 1.25em;
  font-size: .875em;
}
.wrapper main article .plan .container .column .common dl dd {
  margin: 0;
}
.wrapper main article .plan .container .column .common dl dd .emp {
  padding: 0 .05em;
}
.wrapper main article .plan .container .column .common dl dd small {

} */
.wrapper main article .plan .container .btn {
  display: inline-block;
  background: none;
  border: none;
  margin: 2em 0 0 0;
  padding: .25em 1em;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  background-color: #1a1a1a;
  border-radius: 5em;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 769px) {
  .wrapper main article .plan {
    padding: 2em 0 0 0;
  }
  .wrapper main article .plan .container {
    width: 100%;
  }
  .wrapper main article .plan .container .section {
    width: 92%;
    margin: 0 auto;
  }
  .wrapper main article .plan .container .section p {
    text-align: left;
  }
  .wrapper main article .plan .container .row.scroll {
    margin: 0 0 0 1em;
  }
  .wrapper main article .plan .container .row.scroll table {
    min-width: 35em;
  }
}
.wrapper main article .option {
  margin: 5em 0 0 0;
}
.wrapper main article .option .container {
  margin: 0 auto;
  width: 88%;
  max-width: 1080px;
  text-align: center;
}
.wrapper main article .option .container .section {

}
.wrapper main article .option .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .option .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .option .container .section p {
  margin: 0 0 1em;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .option .container .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
}
.wrapper main article .option .container .row .column {
  width: calc((100% / 4) - (6em / 4));
  margin: 1em 0 0;
}
.wrapper main article .option .container .row .column img {
  display: block;
  width: 5em;
  margin: .5em auto;
}
.wrapper main article .option .container .row .column .head {
  margin: 0;
  font-size: 1.125em;
  text-align: center;
}
.wrapper main article .option .container .row .column p {
  margin: 0 0 0 auto;
  padding: .4375em 1em 0.5em 1em;
  line-height: 1.6;
  text-align: left;
}
.wrapper main article .option .container .row .column span {
  display: block;
  text-align: right;
}
.wrapper main article .option .container .row .column span a {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: bold;
  font-size: .75em;
  transition: .3s;
}
.wrapper main article .option .container .row .column span a:hover {
  opacity: .7;
}
.wrapper main article .option .container .row .column span a i {
    padding: 0 .25em 0 0;
    font-size: 1.125em;
    vertical-align: text-top;
}
@media (max-width: 769px) {
  .wrapper main article .option .container {
    width: 100%;
  }
  .wrapper main article .option .container .section {
    width: 88%;
    margin: 0 auto;
  }
  .wrapper main article .option .container .row {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .wrapper main article .option .container .row .column {
    min-width: 200px;
    padding: 0 0 1em;
  }
  .wrapper main article .option .container .row .column .head {
    font-size: .875em;
  }
  .wrapper main article .option .container .row .column img {
    width: 3em;
  }
  .wrapper main article .option .container .row .column p {
    font-size: .75em;
    line-height: 1.4;
  }
}
.wrapper main article .examples {
  margin: 5em 0 0 0;
  padding: 2em 0 3em;
  background-color: #f5f5f5;
}
.wrapper main article .examples .container {
  margin: 0 auto;
}
.wrapper main article .examples .container .section {
  text-align: center;
}
.wrapper main article .examples .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .examples .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .examples .container .section p {
  margin: 0 0 1em;
  font-size: 0.875em;
  color: #717171;
}
.wrapper main article .examples .container .slider {
  margin: 1em 0 0 0;
  padding: 0 0 1em;
}
.wrapper main article .examples .container .slider .item {
  width: calc((100% - 2.5em)/ 3);
  margin: 0 1.25em;
}
.wrapper main article .examples .container .slider figure {
  margin: 0;
}
.wrapper main article .examples .container .slider figure img {
  border-radius: .75em;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 .125em .5em rgba(0, 0, 0, 0.08);
}
@media (max-width: 769px) {

}
.wrapper main article .difference {
  margin: 6em 0 0 0;
}
.wrapper main article .difference .container {
  margin: 0 auto;
  width: 75%;
  max-width: 1080px;
  text-align: center;
}
.wrapper main article .difference .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .difference .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .difference .container .section p {
  margin: 0;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .difference .container .row {
  margin: 2em 0 0 0;
}
.wrapper main article .difference .container .row .intro {
  margin: 2em 0 0 0;
  text-align: left;
}
.wrapper main article .difference .container .row .intro .title {
  margin: 0;
  font-weight: 600;
}
.wrapper main article .difference .container .row .intro .text {
  
}
.wrapper main article .difference .container .row .intro .text p {
  margin: 0;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .difference .container .row .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3em;
}
.wrapper main article .difference .container .row .inner .column {
  width: calc(50% - (3em / 2));
  margin: 1em 0 0 0;
}
.wrapper main article .difference .container .row .inner .column .image {
  width: 100%;
}
.wrapper main article .difference .container .row .inner .column .image figure {
  margin: 0 0 .5em;
}
.wrapper main article .difference .container .row .inner .column .image figure img {
  display: block;
  width: 100%;
  border-radius: .75em;
}
.wrapper main article .difference .container .row .inner .column .image figcaption {
  font-weight: 700;
}
@media (max-width: 769px) {
  .wrapper main article .difference .container {
    width: 92%;
  }
  .wrapper main article .difference .container .row {
    flex-direction: column;
  }
  .wrapper main article .difference .container .section .text {
    text-align: left;
  }
  .wrapper main article .difference .container .row .inner {
    gap: 1em;
  }
  .wrapper main article .difference .container .row .inner .column {
    width: 100%;
  }
}
.wrapper main article .style {
  margin: 5em 0 0 0;
}
.wrapper main article .style .container {
  margin: 0 auto;
  width: 92%;
  max-width: 1080px;
  text-align: center;
}
.wrapper main article .style .container .section {
  text-align: center;
}
.wrapper main article .style .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .style .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .style .container .section p {
  margin: 0 0 1em;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .style .container .tab-buttons {
  display: flex;
  gap: .5em;
  margin: 1em 0;
}
.wrapper main article .style .container .tab-btn {
  padding: 0.5em 1em;
  cursor: pointer;
  background-color: #eee;
  border: none;
  border-radius: 5em;
  color: #1a1a1a;
}
.wrapper main article .style .container .tab-btn.active {
  background-color: #333;
  color: #fff;
}
.wrapper main article .style .container .tab-panel {
  display: none;
}
.wrapper main article .style .container .tab-panel.active {
  display: block;
}
.wrapper main article .style .container .tab-panel .block {
  display: flex;
  gap: .5em;
  margin: 1.5em 0 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .7s ease;
}
.wrapper main article .style .container .tab-panel.active .block.is-show {
  opacity: 1;
  transform: translateY(0);
}
.wrapper main article .style .container .tab-panel .block .block-column {
  flex: 1;
  margin: 0;
  text-align: left;
}
.wrapper main article .style .container .tab-panel .block .block-column:not(:first-child) {
  position: relative;
  padding: 0 0 0 2em;
}
.wrapper main article .style .container .tab-panel .block .block-column:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: .0625em;
  background-color: #717171;
  content: "";
}
.wrapper main article .style .container .tab-panel .block .block-column .head {
  margin: 0;
  text-align: left;
}
.wrapper main article .style .container .tab-panel .block .block-column .head.attention {
  display: inline-block;
  background-color: #333;
  padding: .15em 1em;
  border-radius: 1em;
  color: #fff;
  font-size: .875em;
}
.wrapper main article .style .container .tab-panel .block .block-column .head {
  margin: 0;
  text-align: left;
}
.wrapper main article .style .container .tab-panel .block .block-column ul {
  margin: .25em 0 0 0;
  padding: 0 0 0 1em;
  text-align: left;
}
.wrapper main article .style .container .tab-panel .block .block-column ul li {
  
}
.wrapper main article .style .container .row {
  
}
.wrapper main article .style .container .row.lighting,
.wrapper main article .style .container .row.color {
  margin: 3em 0 0;
}
.wrapper main article .style .container .row .intro {
  margin: 1em 0 0 0;
  text-align: left;
}
.wrapper main article .style .container .row .intro .title {
  position: relative;
  margin: 0;
  font-weight: 600;
  display: block;
  margin: 0 auto 1em;
  padding: .375em 0;
  font-size: 1.5em;
  text-shadow: 0 0 2px white;
}
.wrapper main article .style .container .row .intro .title::before {
  content: "";
  position: absolute;
  background: #7FDBFF;
  width: 3.125em;
  height: 3.125em;
  border-radius: 50%;
  top: 50%;
  left: -.9375em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.wrapper main article .style .container .row .intro .text {
  
}
.wrapper main article .style .container .row .intro .text p {
  margin: 0;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .style .container .row .column {
  display: flex;
  margin: 1em 0 0 0;
}
.wrapper main article .style .container .row .column figure {
  margin: 0;
  width: 15em;
}
.wrapper main article .style .container .row .column figure:not(:first-child) {
  margin: 0 0 0 1.5em;
}
.wrapper main article .style .container .row .column figure figcaption {
  margin: .5em 0 0 0;
  font-weight: 700;
}
.wrapper main article .style .container .row .column figure img {
  display: block;
  width: 100%;
  border-radius: .5em;
  box-shadow: 0 .125em .375em rgba(0, 0, 0, 0.2);
}
.wrapper main article .style .container .row .column .item figure {
  
}
.wrapper main article .style .container .row .column .item figure img {
  
}
.wrapper main article .style .container .row .column .item figcaption {
  
}
.wrapper main article .style .container .row small {
  display: block;
  margin: 1em 0 0;
  text-align: left;
}
.wrapper main article .style .container .row.lighting .column {

}
.wrapper main article .style .container .row.lighting .column figure {
  
}
.wrapper main article .style .container .row.lighting .column figure img {

}
.wrapper main article .style .container .row.lighting .column figcaption {
  margin: .5em 0 0;
}
@media (max-width: 769px) {
  .wrapper main article .style .container .row .column {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 0 .75em 0;
  }
  .wrapper main article .style .container .row .column figure {
    display: inline-block;
  }
  .wrapper main article .style .container .row.lighting .column figure {
    width: 80%;
  }
  .wrapper main article .style .container .row.lighting .column .item {
    display: inline-block;
    width: 100%;
  }
  .wrapper main article .style .container .row.lighting .column .item:not(:first-child) {
    margin: 0 0 0 1.5em;
  }
  .wrapper main article .style .container .tab-panel .block {
  flex-direction: column;
  }
  .wrapper main article .style .container .tab-panel .block .block-column {
    flex: 1;
    margin: 0;
    padding: 0 0 .5em 0;
    text-align: left;
  }
  .wrapper main article .style .container .tab-panel .block .block-column:not(:first-child) {
    position: relative;
    padding: 1em 0 0 0;
  }
  .wrapper main article .style .container .tab-panel .block .block-column:not(:first-child)::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: .0625em;
  }
  .wrapper main article .style .container .tab-panel .block .block-column ul {
    padding: 0 0 0 1em;
  }
}
.wrapper main article .wrinkle {
  margin: 5em 0 0 0;
}
.wrapper main article .wrinkle .container {
  margin: 0 auto;
  width: 88%;
  max-width: 880px;
  text-align: center;
}
.wrapper main article .wrinkle .container .section {

}
.wrapper main article .wrinkle .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .wrinkle .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .wrinkle .container .section p {
  margin: 0;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .wrinkle .container .section .text p:last-child {
  margin: 0 0 1em;
}
.wrapper main article .wrinkle .container .row {
  display: flex;
  gap: 3em;
  margin: 2em 0 0 0;
}
.wrapper main article .wrinkle .container .row .column {
  flex: 1;
}
.wrapper main article .wrinkle .container .row .column .head {
  margin: 0;
}
.wrapper main article .wrinkle .container .row .column figure {
  margin: .25em 0 1em;
}
.wrapper main article .wrinkle .container .row .column figure img {
  display: block;
  width: 100%;
  box-shadow: 0 .125em .375em rgba(0, 0, 0, 0.1);
}
.wrapper main article .wrinkle .container .row .column .body {

}
.wrapper main article .wrinkle .container .row .column .body .text {
  text-align: left;
}
.wrapper main article .wrinkle .container .row .column .body .text p {
  margin: 0;
}
@media (max-width: 769px) {
  .wrapper main article .wrinkle .container {
    width: 100%;
  }
  .wrapper main article .wrinkle .container .section {
    width: 92%;
    margin: 0 auto;
  }
  .wrapper main article .wrinkle .container .row {
    margin: 2em 0 0 1em;
    padding: 0 0 .75em 0;
    overflow: scroll;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 1em;
  }
  .wrapper main article .wrinkle .container .row .column {
    width: 100%;
    flex: 0 0 80%;
    max-width: 100%;
  }
}
.wrapper main article .flow {
  margin: 5em 0 0 0;
}
.wrapper main article .flow .container {
  margin: 0 auto;
  width: 88%;
  max-width: 1080px;
  text-align: center;
}
.wrapper main article .flow .container .section {

}
.wrapper main article .flow .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .flow .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .flow .container .section p {
  margin: 0 0 1em;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .flow .container .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapper main article .flow .container .row .column {
  width: calc((100% / 4) - (2.625em / 4));
  margin: 1em 0 0;
}
.wrapper main article .flow .container .row .column .num {
  text-align: left;
}
.wrapper main article .flow .container .row .column .num span {
  display: inline-block;
  padding: .25em .75em;
  font-size: .875em;
  font-weight: bold;
  color: #1a1a1a;
  background-color: #7FDBFF;
  border-radius: 1.25em;
}
.wrapper main article .flow .container .row .column figure {
  width: 7em;
  margin: 0 auto;
}
.wrapper main article .flow .container .row .column figure img {
  display: block;
  width: 100%;
}
.wrapper main article .flow .container .row .column .body {
  margin: .25em 0 0 0;
}
.wrapper main article .flow .container .row .column .body .head {
  margin: 0;
  font-size: 1.125em;
  text-align: center;
}
.wrapper main article .flow .container .row .column .body p {
  margin: 0;
  padding: .4375em 1em 0.5em 1em;
  line-height: 1.6;
  text-align: left;
}
.wrapper main article .flow .container .row .column .body p a {
  color: #0693E3;
}
.wrapper main article .flow .container .row .column .body button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-color: #1a1a1a;
  border-radius: 5em;
}
.wrapper main article .flow .container .row .column .body button a {
  display: block;
  width: 100%;
  padding: .5em 2em;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 769px) {
  .wrapper main article .flow .container .row {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .wrapper main article .flow .container .row .column {
    min-width: 200px;
    padding: 0 0 1em;
  }
  .wrapper main article .flow .container .row .column .body .head {
    font-size: .875em;
  }
  .wrapper main article .flow .container .row .column .body .text {
    white-space: normal;
  }
  .wrapper main article .flow .container .row .column .body button {
    margin: 1em 0 0 0;
  }
  .wrapper main article .flow .container .row .column figure {
    width: 5em;
  }
  .wrapper main article .flow .container .row .column .body p {
    font-size: .75em;
    line-height: 1.6;
  }
}
.wrapper main article .voice {
  margin: 5em 0 0 0;
}
.wrapper main article .voice .container {
  margin: 0 auto;
  width: 92%;
  max-width: 1080px;
}
.wrapper main article .voice .container .section {
  text-align: center;
}
.wrapper main article .voice .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .voice .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .voice .container .section p  {
  margin: 0;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .voice .container .inner {
  
}
.wrapper main article .voice .container .inner .row {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  margin: 0;
}
.wrapper main article .voice .container .inner .row:not(:first-child) {
  margin: 1em 0 0 0;
}
.wrapper main article .voice.reverse .container .inner .row {
  flex-direction: row-reverse;
}
.wrapper main article .voice .container .inner .row .person {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 11.875em;
}
.wrapper main article .voice .container .inner .row .person .image {
  width: 9.375em;
  height: 9.375em;
}
.wrapper main article .voice .container .inner .row .person .image figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.wrapper main article .voice .container .inner .row .person .image figure img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.wrapper main article .voice .container .inner .row .chat {
  position: relative;
  width: calc(100% - (11.875em + 2em));
}
.wrapper main article .voice .container .inner .row .chat .profile {
  margin: .875em 0 0 0;
  text-align: center;
}
.wrapper main article .voice .container .inner .row .chat .profile .name {
}
.wrapper main article .voice .container .inner .row .chat .text {
  padding: 2em 2.5em;
}
.wrapper main article .voice .container .inner .row .chat .text p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 769px) {
  .wrapper main article .voice .container .inner .row {
    flex-direction: column;
    margin: 2em 0 0 0;
  }
  .wrapper main article .voice .container .inner .row .person {
    margin: 0 auto;
  }
  .wrapper main article .voice .container .inner .row .chat {
    width: 100%;
  }
  .wrapper main article .voice .container .inner .row .chat .text {
    padding: 1em;
  }
}
.wrapper main article .faq {
  margin: 5em 0 0 0;
  padding: 2em 0;
  background-color: #eee;
}
.wrapper main article .faq .container {
  margin: 0 auto;
  width: 92%;
  max-width: 720px;
}
.wrapper main article .faq .container .section {
  text-align: center;
}
.wrapper main article .faq .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .faq .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .faq .container .section p {
  margin: 0;
  text-align: center;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .faq .container .row.faq-tabs {
  margin: 1em 0 0;
}
.wrapper main article .faq .container .row.faq-tabs .tab-nav {

}
.wrapper main article .faq .container .row.faq-tabs .tab-nav .tab-btn {
  padding: 0.5em 1em;
  cursor: pointer;
  background-color: #fff;
  border: none;
  color: #1a1a1a;
}
.wrapper main article .faq .container .row.faq-tabs .tab-nav .tab-btn.active {
  background-color: #333;
  color: #fff;
}
.wrapper main article .faq .container .tab-panel {
  display: none;
}
.wrapper main article .faq .container .tab-panel.active {
  display: block;
}
.wrapper main article .faq .container .tab-panel .accordion {
  padding: 1em;
  background-color: #fff;
  border-radius: .5em;
}
.wrapper main article .faq .container .tab-panel .accordion .item {
  padding: 0 0 .5em 0;
}
.wrapper main article .faq .container .tab-panel .accordion .item:not(:first-child):not(:last-child) {
  border-bottom: .0625em solid #eee;
}
.wrapper main article .faq .container .tab-panel .accordion .item:nth-child(2) {
  border-top: .0625em solid #eee;
}
.wrapper main article .faq .container .tab-panel .accordion .item .question {
  display: flex;
  position: relative;
  align-items: center;
  width: inherit;
  cursor: pointer;
}
.wrapper main article .faq .container .tab-panel .accordion .item .question span.icon {
  padding: 0 .5em 0 0;
  font-size: 1.5em;
}
.wrapper main article .faq .container .tab-panel .accordion .item .question p {
  margin: 0;
  padding: .5em 0 0 0;
}
.wrapper main article .faq .container .tab-panel .accordion .item .question .toggle-button {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  content: "";
}
.wrapper main article .faq .container .tab-panel .accordion .item .question .toggle-button span {
  display: block;
  position: relative;
  top: .875em;
  width: 1.5em;
  height: 1.5em;
  font-size: .875em;
  font-weight: 900;
  line-height: 1.5em;
  text-align: center;
  background-color: #1a1a1a;
  border-radius: 50%;
}
.wrapper main article .faq .container .tab-panel .accordion .item .question .toggle-button span::after {
  color: #fff;
  position: absolute;
  background-image: url(./assets/images/arrow-close.svg?20250724);
  content: "";
  width: 1em;
  height: 1em;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrapper main article .faq .container .tab-panel .accordion .item.open .question .toggle-button span::after {
  background-image: url(./assets/images/arrow-open.svg?20250724);
}
.wrapper main article .faq .container .tab-panel .accordion .item .answer {
  display: none;
}
.wrapper main article .faq .container .tab-panel .accordion .item .answer .inner {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: inherit;
  padding: 0 4em 0 0;
  overflow: hidden;
}
.wrapper main article .faq .container .tab-panel .accordion .item .answer .inner span.icon {
  padding: 0 .5em 0 .75em;
  font-size: 1.5em;
}
.wrapper main article .faq .container .tab-panel .accordion .item .answer .inner p {
  margin: 0;
  padding: .5em 0 0 0;
}
@media (max-width: 769px) {
  .wrapper main article .faq .container .row.faq-tabs .tab-nav .tab-btn {
    font-size: .875em;
  }
  .wrapper main article .faq .container .tab-panel .accordion .item .answer .inner {
    padding: 0 3em 0 0;
  }
  .wrapper main article .faq .container .tab-panel .accordion .item .question span.icon {
    font-size: 1em;
  }
  .wrapper main article .faq .container .tab-panel .accordion .item .question p {
    font-size: .875em;
  }
  .wrapper main article .faq .container .tab-panel .accordion .item .answer .inner span.icon {
    padding: 0 .5em;
    font-size: 1em;
  }
  .wrapper main article .faq .container .tab-panel .accordion .item .answer .inner p {
    font-size: .875em;
  }
}
.wrapper main article .cta {
  margin: 5em 0 0 0;
}
.wrapper main article .cta .container {
  margin: 0 auto;
  padding: 3.75em;
  max-width: 100%;
  background-color: #1a1a1a;
}
.wrapper main article .cta .container .content {
  text-align: center;
}
.wrapper main article .cta .container .content .head {
  
}
.wrapper main article .cta .container .content .head p {
  color: #fff;
}
.wrapper main article .cta .container .buttons {
  display: flex;
  justify-content: center;
  gap: 1.25em;
  flex: 1;
  margin: 1em 0 0;
}
.wrapper main article .cta .container .buttons .button {
  display: inline-block;
  flex: 1;
  max-width: 376px;
  background-color: #fff;
  color: #1a1a1a;
  border-radius: .3125em;
}
.wrapper main article .cta .container .buttons .button a {
}
@media (max-width: 769px) {
  .wrapper main article .cta .container {
    padding: 3.75em 1em;
  }
  .wrapper main article .cta .container .buttons {
    flex-direction: column;
    gap:.25em;
  }
  .wrapper main article .cta .container .buttons .button {
    min-width: 90%;
  }
}
.wrapper main article .send {
  margin: 5em 0 0 0;
}
.wrapper main article .send .container {
  margin: 0 auto;
  width: 92%;
  max-width: 720px;
}
.wrapper main article .send .container .section {
  text-align: center;
}
.wrapper main article .send .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .send .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .send .container .section p {
  margin: 0;
  font-size: .875em;
  color: #717171;
}
.wrapper main article .send .container .row {
  text-align: center;
}
.wrapper main article .send .container .row address {
  font-style: normal;
  margin: 1em 0 0 0;
}
.wrapper main article .send .container .row address a {
  text-decoration: none;
  color: #1a1a1a;
}
@media (max-width: 769px) {

}
.wrapper main article .payment {
  margin: 5em 0 0 0;
}
.wrapper main article .payment .container {
  margin: 0 auto;
  width: 92%;
  max-width: 720px;
}
.wrapper main article .payment .container .section {
  text-align: center;
}
.wrapper main article .payment .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .payment .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .payment .container .row {
  text-align: center;
  margin: 1em 0 0 0;
}
.wrapper main article .payment .container  p {
  margin: 0;
  font-size: .875em;
}
.wrapper main article .payment .container .row address {
  font-style: normal;
  margin: 0;
}
@media (max-width: 769px) {
  
}
.wrapper main article .contact {
  margin: 5em 0;
}
.wrapper main article .contact .container {
  margin: 0 auto;
  width: 92%;
  max-width: 720px;
}
.wrapper main article .contact .container .section {
  text-align: center;
}
.wrapper main article .contact .container .section .title {
  display: inline-block;
  margin: 0;
}
.wrapper main article .contact .container .section .en {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
.wrapper main article .contact .container .section p {
  margin: 0;
  font-size: .875em;
  color: #717171;
}
.mw_wp_form {}
.mw_wp_form table {}
.mw_wp_form table tbody {}
.mw_wp_form table tbody tr {}
.mw_wp_form table tbody tr th {
  padding: 1em;
  width: 30%;
  font-weight: bold;
  text-align: left;
  border-bottom: .0625em solid #e1e1e1;
}
.mw_wp_form table tbody tr th span.required {
  display: inline-block;
  margin: 0 0 0 .75em;
  padding: .5em 1em;
  font-size: .75em;
  line-height: 1;
  color: #fff;
  background-color: #ba1525;
  border-radius: 1.25em;
  vertical-align: top;
}
.mw_wp_form table tbody tr td {}
.mw_wp_form table tbody tr td input {
  margin: .5em 0;
  padding: .75em .75em;
  font-size: 1em;
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: #f5f5f5;
  border: none;
  border-radius: .125em;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  resize: none;
}
.mw_wp_form table tbody tr td span {}
@media (max-width: 769px) {

}
.wrapper footer {
  padding: .5em;
  background-color: #1a1a1a;
  text-align: center;
}
.wrapper footer small {
  color: #fff;
}
@media (max-width: 769px) {

}
