@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
/* ---------------------------------------------------------
  モード切替
  true  = 集団開発（clampで安全運用）
  false = 個人開発（calcで柔軟）
--------------------------------------------------------- */
/* ---------------------------------------------------------
  案件ごとの基準値（ここだけ変えればOK）
--------------------------------------------------------- */
/* ---------------------------------------------------------
  内部：font-sizeを可変化
  - $absmin-ratio: 下限比率 (例: 0.8 → 80%)
--------------------------------------------------------- */
/* ---------------------------------------------------------
  実行
--------------------------------------------------------- */
:root {
  font-size: calc(10 * 100vw / 390);
}

@media (min-width: 768px) {
  :root {
    font-size: clamp(8px, 10 * 100vw / 1440, 13.3333333333px);
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 734px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
  background: #fff;
}
html body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: black;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
html body section:not(.fv) {
  width: 100%;
  padding: 8rem 0;
}
html body .contents {
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 734px) {
  html body .contents {
    max-width: 36rem;
  }
}
html body .ao {
  color: #01c4c6;
}
html body .ao-bg {
  background-color: #01c4c6;
}
html body .a-shiro {
  background-color: #f5fafb;
}
html body .aka {
  color: #b73053;
}
html body .aka-bg {
  background-color: #b73053;
}
html body img {
  width: 100%;
  height: auto;
}
html body .section-en-ttl {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #01c4c6;
  display: block;
  margin-bottom: 2.6rem;
}
html body h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}
@media (max-width: 734px) {
  html body h1 {
    font-size: 32px;
  }
}
html body h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 6rem;
}
html body h2 span {
  color: #01c4c6;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (max-width: 734px) {
  html body h2 span {
    font-size: 28px;
  }
}
html body h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 1.6rem;
}
@media (max-width: 734px) {
  html body h3 {
    font-size: 20px;
  }
}
html body h4 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
html body a {
  color: black;
  text-decoration: none;
}
html body li {
  list-style: none;
}
html body footer {
  width: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* =========================================
   全消しリセットCSS（フォームUIは残す）
   ========================================= */
/* すべての要素の余白・枠線・フォントサイズをリセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, 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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5要素のデフォルト表示をブロックに */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ボディ初期化 */
body {
  line-height: 1;
}

/* リストマーカー削除 */
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;
}

/* ===== フォームUIは基本残すが最小限調整 ===== */
/* フォント継承（見た目の統一感を出す） */
input, select, textarea, button {
  font: inherit;
  color: inherit;
}

/* iOS Safariのズーム防止（必要な場合） */
input, textarea, select {
  font-size: 16px;
}

/* ボタンはポインター */
button {
  cursor: pointer;
}

/* Webkit系での余計なスタイル防止（外観は保持） */
input[type=search] {
  -webkit-appearance: textfield;
}

/* プレースホルダーの色だけ少し整える */
::-moz-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  color: black;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: black;
}

.header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
.header__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
.header__logo {
  width: 287px;
  height: 68px;
  display: flex;
  align-items: center;
}
.header.active {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 734px) {
  .header {
    position: absolute;
    top: 0;
  }
  .header__logo {
    width: 140px;
    height: 19px;
  }
  .header__bar {
    padding: 14px 16px;
  }
}

.footer {
  color: #ffffff;
  background-color: #f5fafb;
}
.footer__wrap {
  background: #01c4c6;
  border-radius: 3rem 3rem 0 0;
  padding: 8rem 0;
}
.footer .section-en-ttl {
  color: #ffffff;
}
.footer h2 {
  margin-bottom: 3.2rem;
}
.footer__contents.contents {
  max-width: 119rem;
}
.footer__contents--wrap {
  margin: 0 0 0 auto;
  max-width: 113.6rem;
  display: grid;
  grid-template-columns: 48.4rem 1fr;
  gap: 3.2rem;
}
.footer__imgarea {
  height: 54.27rem;
}
.footer__grid {
  width: 36rem;
  display: grid;
  grid-template-columns: repeat(3, 10.413rem);
  gap: 2.4rem;
  text-align: center;
  margin-bottom: 3.178rem;
}
.footer__grid img {
  margin-bottom: 1rem;
}
.footer__grid span {
  font-size: 1.488rem;
  letter-spacing: 0.08em;
}
@media (max-width: 734px) {
  .footer h2 {
    font-size: 2.8rem;
  }
  .footer__contents.contents {
    max-width: 36rem;
  }
  .footer__contents--wrap {
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 3.44rem;
  }
  .footer__grid img {
    margin-bottom: 0.3rem;
  }
  .footer__txtarea {
    order: 2;
  }
  .footer__imgarea {
    order: 1;
    width: 33rem;
    margin: 0 auto;
    height: auto;
  }
  .footer .fv__txt {
    font-size: 1.6rem;
  }
}

.footer-about__wrap {
  padding: 8rem 0;
  background-color: #d9fcfc;
  color: #282828;
}
.footer-about__contents.contents {
  max-width: 124rem;
}
.footer-about__logo {
  max-width: 28.7rem;
  display: inline-block;
  margin-bottom: 1.2rem;
}
.footer-about__flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6.3rem;
  border-bottom: 1px solid #01c4c6;
}
.footer-about__txt {
  font-size: 1.5rem;
}
.footer-about__link {
  font-size: 1.4rem;
  line-height: normal;
}
.footer-about__link--grid {
  display: grid;
  gap: 6.4rem;
  grid-template-columns: 16rem 16rem;
}
.footer-about__link--ttl {
  margin-bottom: 1.4rem;
  display: inline-block;
  font-weight: 500;
}
.footer-about__link--service, .footer-about__link--support {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.footer-about__info {
  padding: 6rem 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #01c4c6;
}
.footer-about__company {
  display: flex;
  flex-flow: column;
  gap: 1.7rem;
}
.footer-about__row {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 13.3rem 1fr;
}
.footer-about__row dt,
.footer-about__row dd {
  line-height: 1.7;
}
.footer-about__attention {
  padding: 6.4rem 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #01c4c6;
}
.footer-about__copy {
  padding: 6.4rem 0 0;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.footer-about__copy--flex {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 734px) {
  .footer-about__contents.contents {
    max-width: 36rem;
    margin: 0 auto;
  }
  .footer-about__flex {
    flex-flow: column;
    gap: 4rem;
    padding-bottom: 3rem;
  }
  .footer-about__link--grid {
    gap: 3.9rem;
  }
  .footer-about__info {
    padding: 3rem 0;
  }
  .footer-about__row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .footer-about__row:nth-of-type(3) dd {
    line-height: 1.4;
  }
  .footer-about__attention {
    padding: 3rem 0;
    letter-spacing: normal;
  }
  .footer-about__copy {
    padding: 3rem 0;
    flex-flow: column-reverse;
  }
}

.line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 35.1rem;
  padding: 1.8rem 0;
  border-radius: 999px;
  background-color: #0dc554;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 0.4rem 0 #088839, 0 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  transition: transform 0.3s, box-shadow 0.3s, opacity 0.3s;
  margin-bottom: 1.6rem;
}
.line-btn:hover {
  opacity: 0.85;
  transform: translateY(0.2rem);
  box-shadow: 0 0.2rem 0 #088839, 0 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
}
.line-btn:active {
  transform: translateY(0.4rem);
  box-shadow: 0 0 0 #088839, 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
}
.line-btn__icon {
  width: 2.3rem;
  height: auto;
  flex: 0 0 auto;
}
.line-btn__text {
  display: inline-block;
}
.line-btn__arrow {
  width: 0.8rem;
  height: auto;
  flex: 0 0 auto;
}
@media (max-width: 734px) {
  .line-btn {
    gap: 1.6rem;
    width: 35.1rem;
    height: 6rem;
    padding: 0;
    font-size: 2.4rem;
    margin: 0 auto 1.6rem;
  }
  .line-btn__icon {
    width: 2.324rem;
  }
  .line-btn__arrow {
    width: 0.7rem;
  }
}

.line-btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 260px;
  height: 60px;
  border-radius: 999px;
  background-color: #0dc554;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: 0 0.3rem 0 #088839, 0 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  transition: transform 0.3s, box-shadow 0.3s, opacity 0.3s;
}
.line-btn-sm:hover {
  opacity: 0.85;
  transform: translateY(0.15rem);
  box-shadow: 0 0.15rem 0 #088839, 0 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
}
.line-btn-sm:active {
  transform: translateY(0.3rem);
  box-shadow: 0 0 0 #088839, 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
}
.line-btn-sm__icon {
  width: 19.37px;
  height: auto;
  flex: 0 0 auto;
}
.line-btn-sm__text {
  display: inline-block;
}
.line-btn-sm__arrow {
  width: 8px;
  height: auto;
  flex: 0 0 auto;
}
@media (max-width: 734px) {
  .line-btn-sm {
    gap: 8px;
    width: 180px;
    height: 40px;
    font-size: 14px;
  }
  .line-btn-sm__icon {
    width: 15px;
  }
  .line-btn-sm__arrow {
    width: 6px;
  }
}

.follow-btn {
  display: none;
}
@media (max-width: 734px) {
  .follow-btn {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
  }
}

.fv {
  background: url(../img/fv.webp) no-repeat;
  background-size: cover;
  height: 76rem;
  display: flex;
  flex-flow: column;
  justify-content: end;
  padding-bottom: 5.6rem;
  box-sizing: border-box;
}
.fv .section-en-ttl {
  margin-bottom: 1.4rem;
  display: block;
  line-height: 1.8;
}
.fv .section-en-ttl::before {
  content: "";
  background-color: #01c4c6;
  width: 6rem;
  vertical-align: super;
  height: 4px;
  display: inline-block;
  margin-right: 1.3rem;
}
.fv p {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
.fv__flex {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2rem;
}
.fv__card {
  padding: 2rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  border: solid 2px #d9d9d9;
}
.fv__card--main {
  display: flex;
  align-items: baseline;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}
.fv__card--main .num {
  font-size: 5rem;
  letter-spacing: 0.02em;
}
.fv__card--main .icon {
  padding-left: 2.4rem;
}
.fv__card--main .icon2 {
  padding-left: 4rem;
}
.fv__card--sub {
  font-size: 2.4rem;
  line-height: 1;
}
.fv__txt {
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 734px) {
  .fv {
    height: auto;
    padding-bottom: 4rem;
  }
  .fv__sp-img {
    margin-top: 9.8rem;
    margin-bottom: 1.4rem;
  }
  .fv .section-en-ttl {
    position: relative;
    padding-left: 4.2rem;
  }
  .fv .section-en-ttl::before {
    position: absolute;
    left: -1.5rem;
    border-radius: 999px;
    width: 4rem;
    top: 50%;
  }
  .fv p {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .fv__flex {
    gap: 2rem;
    flex-flow: column;
    margin-bottom: 3.8rem;
  }
  .fv__card {
    width: 36rem;
    text-align: center;
    box-sizing: border-box;
  }
  .fv__card--main {
    justify-content: center;
  }
  .fv__txt {
    font-size: 1.4rem;
  }
}

.worry {
  background-color: #f5fafb;
}
.worry__grid {
  display: grid;
  grid-template-columns: 56rem 1fr;
  gap: 12rem;
  align-items: end;
  margin-bottom: 3.6rem;
}
.worry__grid--txt {
  padding-bottom: 2.1rem;
}
.worry__grid--img {
  position: relative;
}
.worry__grid--img::after {
  position: absolute;
  content: "";
  background: url(../img/worry_deco.webp) no-repeat;
  background-size: contain;
  width: 19rem;
  height: 18.4rem;
  bottom: -9rem;
  right: -9.5rem;
}
.worry__list {
  display: flex;
  flex-flow: column;
  gap: 2.4rem;
}
.worry__list li {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  height: 5.6rem;
  padding: 1.6rem;
  line-height: 1;
  box-sizing: border-box;
  background-color: #ffffff;
  border: #d9d9d9 solid 1px;
  box-shadow: 0 0.2rem 0.4rem #d9d9d9;
  border-radius: 0.6rem;
}
.worry__list li::before {
  content: "";
  background: url(../img/w-check.svg) no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 1.6rem;
}
.worry__subttl span {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  text-decoration: underline;
}
.worry__subttl strong {
  font-weight: bold;
  display: block;
  margin-top: 2.5rem;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  position: relative;
}
.worry__subttl strong::after {
  position: absolute;
  content: "・・・・・";
  top: -1.5rem;
  left: 28rem;
  font-size: 1.7rem;
  letter-spacing: 1.8rem;
}
@media (max-width: 734px) {
  .worry__grid {
    grid-template-columns: 1fr;
  }
  .worry__grid--img {
    display: none;
  }
  .worry__grid--txt {
    padding-bottom: 0.8rem;
  }
  .worry__list {
    gap: 2rem;
  }
  .worry__list li {
    display: flex;
    align-items: center;
    padding: 1.6rem;
    height: auto;
    line-height: 1.4;
  }
  .worry__list li::before {
    content: "";
    flex: 0 0 2.4rem;
  }
  .worry__subttl {
    font-size: 2.4rem;
    position: relative;
    z-index: 0;
  }
  .worry__subttl strong {
    line-height: 1.8;
    margin-top: 0.5rem;
    font-size: 2.8rem;
  }
  .worry__subttl strong::after {
    top: 4.1rem;
    left: 1rem;
    font-size: 1.7rem;
    letter-spacing: 1.1rem;
  }
  .worry__subttl strong span {
    font-size: 2.8rem;
  }
  .worry__subttl::after {
    position: absolute;
    content: "";
    width: 14.3rem;
    height: 11.75rem;
    background: url(../img/worry_deco_sp.svg) no-repeat;
    background-size: contain;
    right: 0;
    bottom: -5rem;
    z-index: -1;
  }
}

.why {
  text-align: center;
}
.why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  text-align: left;
}
@media (max-width: 734px) {
  .why__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.why__grid--box {
  border: 0.2rem solid #01c4c6;
  border-radius: 0 2rem 0 2rem;
  padding: 2.4rem 0 4rem;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0 #d9fcfc, 0 0.2rem 0.6rem rgba(0, 0, 0, 0.12);
}
.why__grid--box-large {
  grid-row: span 2;
}
@media (max-width: 734px) {
  .why__grid--box-large {
    grid-row: auto;
    padding-bottom: 3rem;
  }
}
.why__grid--box-inner {
  padding: 0 1.6rem;
}
.why__num {
  display: inline-block;
  padding: 1rem 1.6rem;
  border-bottom: 0.1rem solid #01c4c6;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}
.why__ttl {
  font-size: 2.4rem;
  letter-spacing: normal;
  margin-bottom: 2.4rem;
}
.why__ttl.m-b16 {
  margin-bottom: 1.6rem;
}
@media (max-width: 734px) {
  .why__ttl {
    font-size: 2rem;
  }
}
.why__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media (max-width: 734px) {
  .why__txt {
    font-size: 1.4rem;
  }
}
.why__tag-list {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
  width: 48.1rem;
  margin: 0 auto;
}
.why__tag-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #01c4c6;
  padding: 0 1.6rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  height: 4rem;
}
.why__tag-list li span {
  width: 2.4rem;
  display: inline-block;
  margin-right: 1rem;
}
.why__strong {
  margin-top: 2.4rem;
  padding: 2.4rem;
  background-color: #f5fafb;
}
@media (max-width: 734px) {
  .why__strong {
    padding: 2rem 1.6rem;
  }
}
.why__strong-main {
  display: grid;
  grid-template-columns: 12.6rem 1fr;
  gap: 0.8rem;
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  width: 30.5rem;
  margin: 0 auto;
}
.why__strong-main span.num {
  color: #01c4c6;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1;
}
.why__strong-main span.percent {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
}
.why__strong--txt {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.why__check-list {
  display: grid;
  gap: 1.6rem;
  padding: 0;
  margin: 2.4rem 0 0;
  list-style: none;
  padding-top: 2.4rem;
  border-top: 1px solid #d9d9d9;
}
.why__check-list--bg {
  padding: 2.4rem;
  background-color: #f5fafb;
}
.why__check-list--bg.p-16 {
  padding: 1.6rem 2.4rem;
}
@media (max-width: 734px) {
  .why__check-list--bg {
    padding: 1.8rem;
  }
}
.why__check-list li {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  display: flex;
  align-items: start;
  letter-spacing: 0.08em;
  width: auto;
}
.why__check-list li span.icon {
  margin-right: 1.8rem;
  min-width: 2rem;
  height: 2rem;
  display: block;
}
.why__check-list li span.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
  border-radius: 999px;
  min-width: 5.4rem;
  height: 2.5rem;
  background-color: #01c4c6;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.why .why__check-list--bg {
  border-top: none;
}
@media (max-width: 734px) {
  .why {
    text-align: left;
  }
  .why__tag-list {
    width: auto;
    gap: 0.65rem;
  }
  .why__grid--box-inner {
    box-sizing: border-box;
  }
  .why__num {
    margin-bottom: 1.6rem;
  }
  .why__strong-main {
    width: 24rem;
    grid-template-columns: 9.8rem 1fr;
    width: 23.2rem;
  }
  .why__strong-main span.num {
    font-size: 6.235rem;
  }
  .why__strong-main span {
    font-size: 1.8rem;
  }
  .why__strong-main span.percent {
    font-size: 3.118rem;
  }
  .why__tag-list li {
    font-size: 1.6rem;
    height: auto;
    padding: 0.8rem;
    letter-spacing: normal;
  }
  .why__tag-list li span {
    width: 1.6rem;
  }
  .why__check-list li {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
  }
  .why__check-list li span.badge {
    margin-right: 0.8rem;
    margin-top: 0.61rem;
  }
  .why__check-list li span.icon {
    margin-top: 0.71rem;
    margin-right: 1rem;
  }
  .why__check-list li:nth-of-type(n + 5) span.icon {
    margin-top: 0.21rem;
  }
  .why__check-list--bg.p-16 {
    padding: 1.6rem;
  }
}

.area {
  background: linear-gradient(180deg, #f5fafb 0%, #ffffff 100%);
  text-align: center;
}
.area h2 {
  position: relative;
}
.area h2::after {
  position: absolute;
  content: "";
  background: url(../img/area-deco1.webp) no-repeat;
  background-size: contain;
  width: 13rem;
  height: 13rem;
  display: inline-block;
  left: 0;
  top: -5rem;
}
.area p {
  font-size: 1.6rem;
  letter-spacing: normal;
  margin-bottom: 2.4rem;
}
.area__flex {
  display: flex;
  flex-flow: column;
  gap: 5rem;
  position: relative;
}
.area__flex::after {
  position: absolute;
  content: "";
  background: url(../img/area-deco2.webp) no-repeat;
  background-size: contain;
  width: 15.2rem;
  height: 16.2rem;
  display: inline-block;
  right: 0;
  top: -13rem;
}
.area__card {
  padding: 4rem 1.6rem;
  display: flex;
  border-radius: 1rem;
  border: #d9d9d9 2px solid;
  gap: 3.2rem;
  box-shadow: 0 0.4rem 0.4rem #d9d9d9;
}
.area__card--chui {
  font-size: 1.2rem;
  letter-spacing: 0;
  display: block;
  margin-top: -1rem;
  margin-bottom: 2.5rem;
}
.area__card--txt-area {
  width: 48.6rem;
  text-align: left;
}
.area__card--img-area {
  width: 53rem;
}
.area__card--batch {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01c4c6;
  color: #ffffff;
  font-size: 1.6rem;
  width: 11.2rem;
  height: 4.1rem;
  border-radius: 999px;
  margin-bottom: 2.4rem;
}
.area__card--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.area__card--g-item {
  border-right: 1px #d9d9d9 solid;
  text-align: center;
}
.area__card--g-item:last-of-type {
  border-right: none;
}
.area__card--g-item img {
  width: 8rem;
  margin-bottom: 2rem;
}
.area__card--g-item span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
.area__txt {
  font-size: 2.4rem;
  font-weight: 500;
}
.area__txt .picup {
  font-size: 3.2rem;
}
@media (max-width: 734px) {
  .area {
    text-align: left;
  }
  .area h2 {
    font-size: 2.4rem;
  }
  .area h2::after {
    left: auto;
    right: 0;
    top: -10.4rem;
  }
  .area__flex {
    gap: 6rem;
  }
  .area__flex::after {
    display: none;
  }
  .area__card {
    padding: 3.2rem 1.6rem;
    flex-flow: column;
    gap: 2.4rem;
  }
  .area__card:nth-of-type(2) {
    flex-flow: column-reverse;
  }
  .area__card:nth-of-type(2) .area__card--g-item img {
    width: 6rem;
  }
  .area__card--chui {
    margin-top: 0;
  }
  .area__card--img-area {
    height: 20rem;
    width: auto;
  }
  .area__card--img-area img {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem;
  }
  .area__card h3 {
    font-size: 2.4rem;
  }
  .area__card--txt-area {
    width: auto;
  }
  .area__card--g-item img {
    width: 5rem;
    margin-bottom: 2rem;
  }
  .area__card--g-item span {
    font-size: 1.5rem;
  }
  .area__txt {
    font-size: 2.6rem;
  }
  .area__txt .picup {
    font-size: 2.6rem;
  }
}

.success {
  text-align: center;
  background: #fbfcfe;
}
.success__slider {
  position: relative;
  max-width: 98.8rem;
  padding-left: 2rem;
  margin: 0 0 0 auto;
  box-sizing: border-box;
}
.success__swiper {
  overflow: hidden;
  padding: 0.4rem 0.5rem 2.4rem;
}
.success .swiper-wrapper {
  align-items: stretch;
}
.success .swiper-slide {
  height: auto;
  width: 39.2rem !important;
}
.success__card {
  width: 39.2rem !important;
  box-sizing: border-box;
  padding: 2.4rem 1.6rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.4rem #d9d9d9;
}
.success__card > img {
  width: 36rem;
  margin-bottom: 2.1rem;
}
.success__card--contents {
  text-align: left;
}
.success__card .batch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #01c4c6;
  color: #ffffff;
  font-size: 2rem;
  padding: 0 2.4rem;
  height: 3.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.success__card--grid {
  display: grid;
  grid-template-columns: 9.6rem 6rem 13.3rem;
  gap: 3.55rem;
  text-align: center;
}
.success__card--be, .success__card--af {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.success__card--be span, .success__card--af span {
  display: block;
}
.success__card .be,
.success__card .af {
  font-size: 2rem;
  font-weight: 500;
}
.success__card .be {
  margin-bottom: 3.2rem;
}
.success__card .af {
  margin-bottom: 1.6rem;
  letter-spacing: 0.08em;
}
.success__card .num {
  display: inline;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}
.success__card--aro {
  display: flex;
  align-items: end;
}
.success__card--aro img {
  width: 6rem;
  transform: translateY(-2rem);
}
.success__arrows {
  position: absolute;
  top: 0;
  left: -8rem;
  z-index: 2;
  display: grid;
  gap: 3.6rem;
}
.success__arrow {
  display: grid;
  place-items: center;
  width: 4.08rem;
  height: 4.08rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
.success__arrow:hover {
  opacity: 0.75;
}
.success__arrow img {
  width: 4.08rem;
  height: 4.8rem;
  display: block;
}
.success__arrow--next img {
  transform: rotate(180deg);
}
.success__note {
  font-size: 1.6rem;
  text-align: right;
}
@media (max-width: 734px) {
  .success {
    text-align: left;
    overflow-x: hidden;
  }
  .success h2 span.aka {
    font-size: 3.2rem;
  }
  .success__slider {
    padding-left: 0;
    margin-top: 11rem;
  }
  .success__swiper {
    padding: 0.4rem 0rem 2.4rem;
    overflow: visible;
  }
  .success .swiper-slide {
    height: auto;
    width: 36rem !important;
  }
  .success__slide {
    display: flex;
    justify-content: center;
  }
  .success__card {
    width: 36rem !important;
    padding: 2.4rem 1.1rem;
  }
  .success__card > img {
    width: 33.5rem;
    height: 22rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem;
  }
  .success__card--grid {
    gap: 2.3rem;
  }
  .success__note {
    font-size: 1.4rem;
  }
  .success__arrows {
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    top: -60px;
    right: 1.1rem;
    left: auto;
    z-index: 2;
    display: grid;
    gap: 3.6rem;
  }
}

.flow {
  text-align: center;
  background: linear-gradient(180deg, #f5fafb 0%, #ffffff 100%);
}
.flow__flex {
  width: 90rem;
  margin: 0 auto 4.626rem;
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
}
.flow__grid {
  display: grid;
  grid-template-columns: 20rem 1fr;
}
.flow__grid:last-of-type .flow__step::after {
  display: none;
}
.flow__step {
  text-align: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #01c4c6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  position: relative;
}
.flow__step::after {
  position: absolute;
  content: "";
  background-color: #01c4c6;
  width: 3px;
  height: 4.8rem;
  bottom: -6.5rem;
  display: inline-block;
  border-radius: 999px;
}
.flow__step .en {
  font-size: 1.477rem;
  line-height: 1;
  font-weight: 300;
}
.flow__step .num {
  font-size: 2.954rem;
  line-height: 1;
  font-weight: 300;
}
.flow__card {
  padding: 1.6rem 2rem;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  display: grid;
  align-items: center;
  grid-template-columns: 14rem 1fr;
  gap: 3.2rem;
  border-radius: 2rem;
}
.flow__card--txt-area h3 {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 2.3rem;
}
.flow__card--txt-area p {
  font-size: 1.8rem;
  line-height: 1;
}
.flow__box {
  display: flex;
  gap: 2.8rem;
  align-items: center;
  justify-content: center;
  background: #f5fafb;
  font-size: 2.8rem;
  height: 11.8rem;
  line-height: 1.8;
  font-weight: bold;
  border-radius: 1rem;
}
.flow__box .ao {
  letter-spacing: 0.08em;
  font-size: 3.2rem;
}
@media (max-width: 734px) {
  .flow__step {
    text-align: center;
    width: 7rem;
    height: 7rem;
    font-weight: 100;
    letter-spacing: 0.08em;
  }
  .flow__flex {
    width: auto;
    gap: 6.4rem;
    margin-bottom: 6.9rem;
  }
  .flow__grid {
    grid-template-columns: 7rem 1fr;
    gap: 2rem;
  }
  .flow__card {
    width: auto;
    padding: 0.8rem;
    grid-template-columns: 6rem 1fr;
    gap: 0.8rem;
  }
  .flow__card--img-area {
    width: 6rem;
  }
  .flow__card--txt-area h3 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .flow__card--txt-area p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .flow__box {
    font-size: 2rem;
    height: 8.8rem;
    padding: 0.8rem 1.6rem;
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 1.6rem;
  }
  .flow__box .ao {
    font-size: 2rem;
  }
  .flow__icon {
    width: 5rem;
    margin: 0 auto 0 0;
  }
  .flow__icon img {
    width: 5rem;
  }
}

.faq {
  background-color: #f5fafb;
  text-align: center;
  padding: 8rem 0;
  background-color: #f5fafb;
}
.faq__area {
  display: grid;
  gap: 3.2rem;
  text-align: left;
  width: 90rem;
  margin: 0 auto;
}
.faq__item {
  border-radius: 2rem;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.faq__question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem 2.4rem;
  cursor: pointer;
  list-style: none;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #01c4c6;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}
.faq__icon--answer {
  margin-top: 0.2rem;
}
.faq__question-text {
  flex: 1;
  min-width: 0;
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.faq__toggle {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.2rem solid #01c4c6;
  border-radius: 50%;
}
.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 0.2rem;
  border-radius: 999px;
  background-color: #01c4c6;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__answer {
  display: flex;
  gap: 2.4rem;
  padding: 2rem 2.4rem;
  position: relative;
}
.faq__answer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 85.2rem;
  height: 1px;
  background-color: #d9d9d9;
  display: inline-block;
  margin: 0 auto;
}
.faq__answer p {
  flex: 1;
  min-width: 0;
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
.faq__item[open] .faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 734px) {
  .faq {
    padding: 5.6rem 0;
  }
  .faq__contents {
    gap: 1.6rem;
  }
  .faq__area {
    width: auto;
  }
  .faq__question {
    gap: 1rem;
    padding: 1.3rem 0.8rem;
  }
  .faq__icon {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
  .faq__question-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .faq__toggle {
    width: 2.8rem;
    height: 2.8rem;
  }
  .faq__toggle::before, .faq__toggle::after {
    width: 1.2rem;
  }
  .faq__answer {
    gap: 1rem;
    padding: 1.3rem 0.8rem;
  }
  .faq__answer::after {
    width: 34rem;
  }
  .faq__answer p {
    font-size: 1.4rem;
  }
}
#single .single {
  padding: 150px 0 120px;
}
#single .single__contents {
  max-width: 90rem;
}
#single .single h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
#single .single h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 48px;
  margin-bottom: 16px;
}
#single .single p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 12px;
}
#single .single ul {
  margin-top: 12px;
  padding-left: 1.4em;
}
#single .single li {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  list-style: disc;
}
#single .single span {
  font-weight: 700;
}
@media (max-width: 734px) {
  #single .single {
    padding: 60px 0 80px;
  }
  #single .single__contents {
    max-width: 36rem;
  }
  #single .single h1 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  #single .single h2 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 14px;
  }
  #single .single p,
  #single .single li {
    font-size: 15px;
    line-height: 1.9;
  }
}