@charset "UTF-8";
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

全体

----------------------------------------------------------*/
body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #2B1C0D;
  text-align: left;
  background: url("../img/bg.webp") repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

body * {
  box-sizing: border-box;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

button {
  background: none;
  padding: 0;
  font-family: inherit;
}
button a {
  display: block;
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

main {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}

.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

/*----------------------------------------------------------

Reset

----------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
large,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

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

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

a {
  text-decoration: none;
}

button {
  border: 0;
}

/*----------------------------------------------------------

disiplay

----------------------------------------------------------*/
.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media screen and (max-width: 880px) {
  .tab-only {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .tab-only {
    display: none;
  }
}

br.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp-only {
    display: block;
  }
}

br.xsp-only {
  display: none;
}
@media screen and (max-width: 630px) {
  br.xsp-only {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  br.pc-only {
    display: none;
  }
}

br.tab-only {
  display: none;
}
@media screen and (max-width: 880px) {
  br.tab-only {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  br.tab-only {
    display: none;
  }
}

br.over880-only {
  display: block;
}
@media screen and (max-width: 880px) {
  br.over880-only {
    display: none;
  }
}

br.under600-only {
  display: none;
}
@media screen and (max-width: 600px) {
  br.under600-only {
    display: block;
  }
}

.js-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s cubic-bezier(0.11, 1.1, 0.58, 1.4), transform 0.3s cubic-bezier(0.11, 1.1, 0.58, 1.4);
}

.js-fade-show {
  opacity: 1;
  transform: translateY(0px);
}

.js-start-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s cubic-bezier(0.11, 1.1, 0.58, 1.4), transform 0.3s cubic-bezier(0.11, 1.1, 0.58, 1.4);
}

.js-start-fade-show {
  opacity: 1;
  transform: translateY(0px);
}

.br_450 {
  display: none;
}
@media screen and (max-width: 450px) {
  .br_450 {
    display: block;
  }
}

.br_max450_min1000 {
  display: none;
}
@media screen and (max-width: 450px) {
  .br_max450_min1000 {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .br_max450_min1000 {
    display: block;
  }
}

.br_450_over {
  display: inline-block;
}
@media screen and (max-width: 450px) {
  .br_450_over {
    display: none;
  }
}

.br_520 {
  display: none;
}
@media screen and (max-width: 520px) {
  .br_520 {
    display: block;
  }
}

button {
  cursor: pointer;
}

/*----------------------------------------------------------

Margin

----------------------------------------------------------*/
/*----------------------------------------------------------

フッター

----------------------------------------------------------*/
.footer {
  margin-top: 180px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 140px;
  }
}

.footer-top {
  background-color: #2B1C0D;
  padding-block: 80px;
}
@media only screen and (max-width: 768px) {
  .footer-top {
    padding-block: 50px 60px;
  }
}

.footer-top__inner {
  display: grid;
  grid-template-columns: auto auto auto;
  width: 100%;
  max-width: 1074px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .footer-top__inner {
    display: block;
    padding-inline: 30px;
  }
}

.footer-top__content + .footer-top__content {
  border-left: 1px solid #666666;
}
@media only screen and (max-width: 768px) {
  .footer-top__content + .footer-top__content {
    border-top: 1px solid #666666;
    border-left: none;
  }
}
.footer-top__content:nth-of-type(1) {
  padding-right: min(3.90625vw, 60px);
}
@media screen and (max-width: 1040px) {
  .footer-top__content:nth-of-type(1) {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top__content:nth-of-type(1) {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.footer-top__content:nth-of-type(2) {
  padding-inline: min(3.90625vw, 60px);
}
@media screen and (max-width: 1040px) {
  .footer-top__content:nth-of-type(2) {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top__content:nth-of-type(2) {
    padding-inline: 0;
    padding-block: 40px;
  }
}
.footer-top__content:nth-of-type(3) {
  padding-left: min(3.90625vw, 60px);
}
@media screen and (max-width: 1040px) {
  .footer-top__content:nth-of-type(3) {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top__content:nth-of-type(3) {
    padding-left: 0;
    padding-top: 60px;
  }
}
.footer-top__content.--cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .footer-top__content.--cta {
    justify-content: center;
  }
}

.footer-top__content-title {
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #FFF;
}

.footer-top__content-department {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #FFF;
  margin-top: 30px;
}

.footer-top__content-logo {
  margin-top: 8px;
}

.footer-top__content-tel {
  display: block;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #FFF;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .footer-top__content-tel {
    text-decoration: underline;
  }
}

.footer-top__content-time {
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #FFF;
  margin-top: 14px;
}

.footer-top__cta-link {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50vh;
  padding: 10px min(4.6666666667vw, 70px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer-top__cta-link {
    font-size: 18px;
    padding: 12px 70px;
  }
}

.footer-top__cta-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

.footer-bottom {
  background-color: #FFF;
  padding-block: 32px 42px;
}
@media only screen and (max-width: 768px) {
  .footer-bottom {
    padding-block: 40px;
  }
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 1260px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .footer-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-inline: 14px;
  }
}

.footer-bottom__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .footer-bottom__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-inline: 10px;
  }
}

.footer-bottom__logo img {
  aspect-ratio: 230/32;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bottom__address {
  display: block;
  font-family: "Yu Gothic";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.footer-bottom__button {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 252px;
  height: 36px;
  padding-block: 7px 10px;
  padding-inline: 27px 19px;
  transition: 0.3s;
  background-color: #e8340c;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  border-radius: 50vh;
  flex-shrink: 0;
}

.footer-bottom__button-text {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.footer-bottom__column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .footer-bottom__column {
    width: 100%;
  }
}

.footer-bottom__button-icon {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 49%;
  left: 22px;
  transform: translate(0, -50%);
}

.footer-bottom__button-scroll {
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .footer-bottom__button-scroll:hover {
    transform: translateY(-4px);
    opacity: 1;
  }
}
.footer-bottom__button-scroll.js-show {
  opacity: 1;
  visibility: visible;
}
.footer-bottom__button-scroll img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*----------------------------------------------------------

共通ボタン

----------------------------------------------------------*/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  padding-inline: 30px;
  border-radius: 8px;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .btn {
    padding-inline: 10px;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}

.btn_text {
  font-weight: bold;
}

.btn_icon {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 12/8;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  background: url("../img/common/icon-arrow-white.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .btn_icon {
    width: 20px;
  }
}

.btn.arrow_16 .btn_icon {
  width: 20px;
  aspect-ratio: 16/10;
}

/* 色 */
.btn.btn_primary {
  background: linear-gradient(#5ca4a1 0%, #5ca4a1 85.59%, #518d8b 100%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}
@media (any-hover: hover) {
  .btn.btn_primary:hover {
    background-image: linear-gradient(to right, #37bbb6 0%, #37bbb6 100%);
  }
}

.btn.btn_secondary {
  background: linear-gradient(#e77461 0%, #e77461 85.59%, #d56c5b 100%);
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.08));
}
@media (any-hover: hover) {
  .btn.btn_secondary:hover {
    background-image: linear-gradient(to right, #ff9381 0%, #ff9381 100%);
  }
}

/* ボタンサイズ */
.btn.btn_h30 {
  height: 30px;
}

.btn.btn_h40 {
  height: 40px;
}

.btn.btn_h50 {
  height: 50px;
}

.btn.btn_h60 {
  height: 60px;
}

/* フォントサイズ */
.btn.fs_20 .btn_text {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .btn.fs_20 .btn_text {
    font-size: 16px;
  }
}

/* 角丸の値 */
.btn.br_12 {
  border-radius: 12px;
}

/* 表示/非表示 */
@media only screen and (max-width: 768px) {
  .btn.btn_pc {
    display: none;
  }
}

.btn.btn_sp {
  display: none;
  width: 100%;
  max-width: 335px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .btn.btn_sp {
    display: flex;
  }
}
.btn.btn_sp .btn_text {
  font-size: 16px;
}

/*----------------------------------------------------------

共通inner

----------------------------------------------------------*/
/* inner */
/* ============================================ */
.inner {
  width: 100%;
  max-width: 1260px;
  padding-inline: 40px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .inner {
    margin-top: 0;
    padding-inline: 0;
  }
}

/*----------------------------------------------------------

はじめての方へ ページ

----------------------------------------------------------*/
.first-time {
  background: url("../img/bg.webp") no-repeat center center/cover;
}
.first-time .header {
  display: none;
}

.first-time-info {
  background-image: url("../img/first-time-info_mv.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .first-time-info {
    background-image: url("../img/first-time-info_mv-sp.webp");
    background-size: 106%;
    background-position: center -5%;
    padding-top: 110px;
  }
}

.first-time-info_hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.first-time-info_logo {
  width: 360px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_logo {
    width: 254px;
  }
}
.first-time-info_logo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 360/50;
  -o-object-fit: contain;
     object-fit: contain;
}

.first-time-info_headline {
  display: flex;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  margin-top: 36px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_headline {
    font-size: 35px;
    margin-top: 20px;
  }
}

.first-time-info_headline-orange {
  background-color: #E77461;
  border: 1px solid #2B1C0D;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_headline-orange {
    padding: 8px;
  }
}

.first-time-info_headline-blue {
  background-color: #5CA4A1;
  border: 1px solid #2B1C0D;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_headline-blue {
    padding: 8px;
  }
}

.first-time-info_text {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_text {
    font-size: 16px;
    margin-top: 24px;
  }
}

.first-time-info_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 42px auto 0;
}
@media only screen and (max-width: 768px) {
  .first-time-info_list {
    gap: 10px;
    padding-inline: 14px;
    margin: 24px auto 0;
  }
}

.first-time-info_item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 5px);
  max-width: 436px;
}
.first-time-info_item:nth-child(1) .first-time-info_headline--en {
  color: #E77461;
}
@media only screen and (max-width: 768px) {
  .first-time-info_item:nth-child(1) .first-time-info_wrap {
    gap: 14px;
  }
}
.first-time-info_item:nth-child(1) .first-time-info_image {
  width: 158px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_item:nth-child(1) .first-time-info_image {
    width: 126px;
  }
}
.first-time-info_item:nth-child(1) .first-time-info_image img {
  width: 100%;
  aspect-ratio: 158/85;
  -o-object-fit: contain;
     object-fit: contain;
}
.first-time-info_item:nth-child(1) .first-time-info_arrow {
  background-color: #E77461;
}
.first-time-info_item:nth-child(2) .first-time-info_headline--en {
  color: #5CA4A1;
}
@media only screen and (max-width: 768px) {
  .first-time-info_item:nth-child(2) .first-time-info_wrap {
    align-items: flex-start;
    gap: 0px;
  }
}
.first-time-info_item:nth-child(2) .first-time-info_image {
  width: 129px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_item:nth-child(2) .first-time-info_image {
    width: 106px;
    margin-left: auto;
  }
}
.first-time-info_item:nth-child(2) .first-time-info_image img {
  width: 100%;
  aspect-ratio: 129/77;
  -o-object-fit: contain;
     object-fit: contain;
}
.first-time-info_item:nth-child(2) .first-time-info_arrow {
  background-color: #5CA4A1;
}

.first-time-info_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .first-time-info_link {
    border-radius: 10px;
  }
}
.first-time-info_link:hover {
  opacity: 1;
}
.first-time-info_link:hover svg {
  transform: translateY(6px) rotate(90deg);
}

.first-time-info_box {
  padding: 26px 16px 18px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_box {
    padding: 24px 14px 18px;
  }
}

.first-time-info_headline--en {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.first-time-info_headline--jp {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_headline--jp {
    font-size: 18px;
    margin-top: 8px;
  }
}

.first-time-info_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .first-time-info_wrap {
    flex-direction: column;
    margin-top: 4px;
  }
}

.first-time-info_left {
  width: -moz-fit-content;
  width: fit-content;
}

.first-time-info_left-detail {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.9692307692;
}
@media only screen and (max-width: 768px) {
  .first-time-info_left-detail {
    line-height: 1.4615384615;
  }
}

.first-time-info_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #E77461;
  padding: 10px;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .first-time-info_arrow {
    padding: 8px;
  }
}
.first-time-info_arrow svg {
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .first-time-info_arrow svg {
    width: 6px;
  }
}

.first-time-customers {
  margin-top: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .first-time-customers {
    margin-top: 60px;
  }
}
.first-time-customers .first-time-customers_support {
  background: linear-gradient(to right, rgba(235, 147, 133, 0.6) 0%, rgba(231, 116, 97, 0.6) 100%);
  position: relative;
  z-index: -1;
}

.first-time-customers_contents {
  position: relative;
}

.first-time-customers_wrap {
  display: flex;
  background-color: #FFF;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_wrap {
    flex-direction: column;
  }
}

.first-time-customers_image {
  width: 52.5423728814%;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_image {
    width: 100%;
  }
}
.first-time-customers_image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 620/340;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_image img {
    aspect-ratio: 375/206;
  }
}

.first-time-customers_body {
  display: flex;
  align-items: center;
  position: relative;
  padding: min(5.2083333333vw, 80px);
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_body {
    padding: 44px 30px;
  }
}
.first-time-customers_body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #E77461;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_body::before {
    height: 12px;
  }
}

.first-time-customers_headline--en {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #e77461;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_headline--en {
    font-size: 13px;
  }
}

.first-time-customers_headline--jp {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: min(2.6041666667vw, 40px);
  line-height: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_headline--jp {
    font-size: 32px;
  }
}
.first-time-customers_logo {
  margin-top: 8px;
}

.first-time-customers_illust {
  width: 208px;
  aspect-ratio: 208/112;
  position: absolute;
  bottom: -20px;
  right: 45px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_illust {
    width: 173px;
    right: 14px;
    bottom: -60px;
  }
}

.first-time-customers_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding: min(2.6041666667vw, 40px);
}
@media only screen and (max-width: 768px) {
  .first-time-customers_container {
    gap: 12px;
    padding: 14px;
  }
}

.first-time-customers_box {
  position: relative;
  border-radius: 18px;
  background-color: #FFF;
  border: 1px solid #cccccc;
  padding: 3px;
}
.first-time-customers_box.--full .first-time-customers_box-inner {
  display: flex;
  align-items: center;
  gap: min(2.734375vw, 42px);
  padding: 20px min(3.515625vw, 54px);
}
@media only screen and (max-width: 768px) {
  .first-time-customers_box.--full .first-time-customers_box-inner {
    flex-direction: column;
    gap: 0px;
    padding: 30px 26px 26px;
  }
  .first-time-customers_box.--full .first-time-customers_box-inner .first-time-customers_box-image {
    margin-top: 14px;
  }
}
.first-time-customers_box.--half {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  .first-time-customers_box.--half {
    width: 100%;
  }
}
.first-time-customers_box.--half .first-time-customers_box-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px min(3.515625vw, 54px) 24px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_box.--half .first-time-customers_box-inner {
    flex-direction: column;
    padding: 30px 26px 26px;
  }
}

.first-time-customers_box-inner {
  border: 2px solid rgba(231, 116, 97, 0.4);
  border-radius: 18px;
}

.first-time-customers_box-body {
  flex: 1;
}

.first-time-customers_headline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_headline {
    font-size: 20px;
  }
}

.first-time-customers_headline-icon {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_headline-icon {
    width: 26px;
  }
}
.first-time-customers_headline-icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 30/30;
  -o-object-fit: contain;
     object-fit: contain;
}

.first-time-customers_box-text {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_box-text {
    margin-top: 10px;
  }
}

.first-time-customers_box-image {
  width: min(25.7161458333vw, 395px);
}
@media only screen and (max-width: 768px) {
  .first-time-customers_box-image {
    width: 100%;
  }
}
.first-time-customers_box-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 395/264;
  -o-object-fit: contain;
     object-fit: contain;
}

.first-time-customers_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 16px;
  line-height: 1.0625;
  transition: opacity 0.3s;
}
.first-time-customers_link.--absolute {
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.first-time-customers_link.sp-only {
  display: none;
}
@media (any-hover: hover) {
  .first-time-customers_link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .first-time-customers_link {
    margin-top: 14px;
  }
  .first-time-customers_link.pc-only {
    display: none;
  }
  .first-time-customers_link.sp-only {
    display: flex;
    margin-left: auto;
  }
}

.first-time-customers_link-icon {
  display: block;
  width: 30px;
  height: 30px;
}

.first-time-customers_support {
  margin-top: 40px;
  border-radius: 30px;
  background-color: #E77461;
  padding: 50px min(2.6041666667vw, 40px) 40px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_support {
    padding: 40px 10px;
  }
}

.first-time-customers_support-headline {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  background-color: #FFF;
  border-radius: 50vh;
  padding: 14px 56px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_support-headline {
    font-size: 22px;
    padding: 14px 48px;
  }
}
.first-time-customers_support-headline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 776px;
  height: 1px;
  background-color: #e77461;
  z-index: -1;
}
@media screen and (max-width: 920px) {
  .first-time-customers_support-headline::before {
    width: min(84.347826087vw, 776px);
  }
}
@media only screen and (max-width: 768px) {
  .first-time-customers_support-headline::before {
    width: 346px;
  }
}

.first-time-customers_support-headline-orange {
  color: #E77461;
}

.first-time-customers_support-list {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 880px) {
  .first-time-customers_support-list {
    flex-direction: column;
    max-width: 500px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .first-time-customers_support-list {
    gap: 6px;
  }
}

.first-time-customers_support-item {
  width: calc(33.3333333333% - 13.3333333333px);
  padding: 3px;
}
@media screen and (max-width: 880px) {
  .first-time-customers_support-item {
    width: 100%;
    position: relative;
  }
}
.first-time-customers_support-item:nth-of-type(1) .first-time-customers_support-image {
  width: 234px;
  width: 78.7878787879%;
  margin: 38px auto 0;
}
@media screen and (max-width: 880px) {
  .first-time-customers_support-item:nth-of-type(1) .first-time-customers_support-image {
    width: 72px;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -20%;
    margin-top: 0;
  }
}
.first-time-customers_support-item:nth-of-type(1) .first-time-customers_support-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 234/114;
  -o-object-fit: contain;
     object-fit: contain;
}
.first-time-customers_support-item:nth-of-type(2) .first-time-customers_support-image {
  width: 162px;
  width: 54.5454545455%;
  margin: 16px auto 0;
}
@media screen and (max-width: 880px) {
  .first-time-customers_support-item:nth-of-type(2) .first-time-customers_support-image {
    width: 66px;
    position: absolute;
    left: 0;
    bottom: 0;
    translate: -25% 0;
  }
}
.first-time-customers_support-item:nth-of-type(2) .first-time-customers_support-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 162/150;
  -o-object-fit: contain;
     object-fit: contain;
}
.first-time-customers_support-item:nth-of-type(3) .first-time-customers_support-image {
  width: 205px;
  width: 69.0235690236%;
  margin: 8px auto 0;
}
@media screen and (max-width: 880px) {
  .first-time-customers_support-item:nth-of-type(3) .first-time-customers_support-image {
    width: 84px;
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 42px;
    left: inherit;
  }
}
.first-time-customers_support-item:nth-of-type(3) .first-time-customers_support-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 205/164;
  -o-object-fit: contain;
     object-fit: contain;
}

.first-time-customers_support-link {
  display: block;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 2px;
}

.first-time-customers_support-box {
  height: 100%;
  border: 6px solid rgba(231, 116, 97, 0.4);
  border-radius: 18px;
  padding: 42px 16px 14px;
}
@media screen and (max-width: 880px) {
  .first-time-customers_support-box {
    border: 4px solid rgba(231, 116, 97, 0.4);
    padding: 18px;
  }
}

.first-time-customers_support-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: clamp(16px, 1.4322916667vw, 22px);
  line-height: 1.6;
}
@media screen and (max-width: 880px) {
  .first-time-customers_support-wrap {
    justify-content: space-between;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.first-time-customers_support-icon {
  width: 30px;
  flex-shrink: 0;
}
.first-time-customers_support-icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 30/30;
  -o-object-fit: contain;
     object-fit: contain;
}

.first-time-customers_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(3.90625vw, 60px);
  background-color: #FFF;
  border-radius: 30px;
  padding: 50px min(3.90625vw, 60px);
  margin-top: 40px;
}
@media screen and (max-width: 880px) {
  .first-time-customers_cta {
    flex-direction: column;
    padding: 50px 14px;
    gap: 30px;
  }
}

.first-time-customers_cta-info {
  width: 404px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-info {
    width: 100%;
    padding-top: 0;
    padding-inline: 30px;
  }
}

.first-time-customers_cta-headline {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: clamp(24px, 2.4739583333vw, 38px);
  line-height: 1.2631578947;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-headline {
    font-size: 32px;
  }
}

.first-time-customers_cta-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: clamp(20px, 1.5625vw, 24px);
  line-height: 1.2;
  color: #e77461;
  margin-top: 40px;
  border: 1px solid #e77461;
  padding: 2px 10px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-title {
    font-size: 18px;
    margin-top: 30px;
  }
}

.first-time-customers_cta-text {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-text {
    margin-top: 20px;
  }
}

.first-time-customers_cta-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-body {
    width: 100%;
  }
}

.first-time-customers_cta-link {
  width: min(43.6363636364vw, 480px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  border: 2px solid #e77461;
  border-radius: 6px;
  padding: 24px min(1.953125vw, 30px);
}
.first-time-customers_cta-link:hover .first-time-customers_cta-arrow {
  translate: 6px 0;
}
@media screen and (max-width: 880px) {
  .first-time-customers_cta-link {
    width: 400px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-link {
    width: min(100%, 400px);
    padding: 20px 14px 16px 20px;
  }
}
.first-time-customers_cta-link .first-time-customers_cta-arrow {
  transition: 0.3s ease-out;
}
.first-time-customers_cta-link.--tel {
  grid-template-columns: auto 1fr auto;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-link.--tel {
    padding: 20px 20px 16px;
  }
}
.first-time-customers_cta-link.--tel .first-time-customers_cta-icon {
  width: 44px;
}
.first-time-customers_cta-link.--tel .first-time-customers_cta-icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 44/44;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-link.--tel .first-time-customers_cta-icon {
    margin-top: -24px;
  }
}
.first-time-customers_cta-link.--web {
  grid-template-columns: auto 1fr auto;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-link.--web {
    padding: 30px 20px 30px 20px;
  }
}
.first-time-customers_cta-link.--web .first-time-customers_cta-icon {
  width: 35px;
}
.first-time-customers_cta-link.--web .first-time-customers_cta-icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 35/35;
  -o-object-fit: contain;
     object-fit: contain;
}

.first-time-customers_cta-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.first-time-customers_cta-number {
  display: block;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: clamp(20px, 1.953125vw, 30px);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-number {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .first-time-customers_cta-link.--web .first-time-customers_cta-number {
    font-size: 30px;
  }
}

.first-time-customers_cta-label {
  display: block;
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background-color: #E77461;
  padding: 2px 6px;
}

.first-time-customers_cta-detail {
  display: block;
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .first-time-customers_cta-detail {
    margin-top: 2px;
  }
}

/*----------------------------------------------------------

法人向け

----------------------------------------------------------*/
.first-time-corporate {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .first-time-corporate {
    margin-top: 160px;
  }
}
.first-time-corporate .first-time-customers_body::before {
  background-color: #5CA4A1;
}
@media only screen and (max-width: 768px) {
  .first-time-corporate .first-time-customers_body::before {
    height: 12px;
  }
}
.first-time-corporate .first-time-customers_headline--en {
  color: #5CA4A1;
}
.first-time-corporate .first-time-customers_box-inner {
  border: 2px solid rgba(92, 164, 161, 0.4);
}
.first-time-corporate .first-time-customers_box.--full .first-time-customers_box-inner {
  gap: min(5.2083333333vw, 80px);
}
.first-time-corporate .first-time-customers_box-image {
  width: min(23.6328125vw, 363px);
}
@media only screen and (max-width: 768px) {
  .first-time-corporate .first-time-customers_box-image {
    width: 100%;
  }
}
.first-time-corporate .first-time-customers_box-image img {
  aspect-ratio: 363/243;
}
.first-time-corporate .first-time-customers_support {
  background: linear-gradient(to right, rgba(124, 199, 196, 0.6) 0%, rgba(92, 164, 161, 0.6) 100%);
  position: relative;
  z-index: -1;
}
.first-time-corporate .first-time-customers_support-headline::before {
  background-color: #5CA4A1;
}
.first-time-corporate .first-time-customers_support-headline-orange {
  color: #5CA4A1;
}
.first-time-corporate .first-time-customers_support-box {
  border: 6px solid rgba(92, 164, 161, 0.4);
}
@media only screen and (max-width: 768px) {
  .first-time-corporate .first-time-customers_support-box {
    border: 4px solid rgba(92, 164, 161, 0.4);
  }
}
.first-time-corporate .first-time-customers_support-item:nth-of-type(1) .first-time-customers_support-image {
  width: 222px;
  width: 74.7474747475%;
  margin: 34px auto 0;
}
@media screen and (max-width: 880px) {
  .first-time-corporate .first-time-customers_support-item:nth-of-type(1) .first-time-customers_support-image {
    width: 72px;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -20%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .first-time-corporate .first-time-customers_support-item:nth-of-type(1) .first-time-customers_support-image {
    width: 70px;
    left: 20px;
    translate: 0% -20%;
  }
}
.first-time-corporate .first-time-customers_support-item:nth-of-type(1) .first-time-customers_support-image img {
  aspect-ratio: 222/135;
}
.first-time-corporate .first-time-customers_support-item:nth-of-type(2) .first-time-customers_support-image {
  width: 125px;
  width: 42.0875420875%;
  margin: 3px auto 0;
}
@media screen and (max-width: 880px) {
  .first-time-corporate .first-time-customers_support-item:nth-of-type(2) .first-time-customers_support-image {
    width: 66px;
    position: absolute;
    left: 0;
    bottom: 0;
    translate: -25% 0;
  }
}
@media only screen and (max-width: 768px) {
  .first-time-corporate .first-time-customers_support-item:nth-of-type(2) .first-time-customers_support-image {
    width: 51px;
    left: inherit;
    right: 60px;
    translate: 0% 0;
  }
}
.first-time-corporate .first-time-customers_support-item:nth-of-type(2) .first-time-customers_support-image img {
  aspect-ratio: 125/177;
}
.first-time-corporate .first-time-customers_support-item:nth-of-type(3) .first-time-customers_support-image {
  width: 124px;
  width: 41.7508417508%;
  margin: 15px auto 0;
}
@media screen and (max-width: 880px) {
  .first-time-corporate .first-time-customers_support-item:nth-of-type(3) .first-time-customers_support-image {
    width: 84px;
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 50px;
    left: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .first-time-corporate .first-time-customers_support-item:nth-of-type(3) .first-time-customers_support-image {
    width: 52px;
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 50px;
    left: inherit;
  }
}
.first-time-corporate .first-time-customers_support-item:nth-of-type(3) .first-time-customers_support-image img {
  aspect-ratio: 124/148;
}
.first-time-corporate .first-time-customers_cta-title {
  color: #5CA4A1;
  border: 1px solid #5CA4A1;
}
.first-time-corporate .first-time-customers_cta-link {
  border: 2px solid #5CA4A1;
}
.first-time-corporate .first-time-customers_cta-label {
  background-color: #5CA4A1;
}/*# sourceMappingURL=style.css.map */