@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
/*
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;
}

/* ---------------------------------------------------------
  モード切替
  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: #2D2D2D;
}
html body section {
  width: 100%;
}
html body .contents {
  max-width: 115.27rem;
  width: 100%;
  margin: 0 auto;
}
html body .c-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .red {
  color: #DA0E0E;
}
html body img {
  width: 100%;
  height: auto;
}
html body .ttl-sub {
  font-size: 3.2rem;
  color: #787878;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
@media (max-width: 734px) {
  html body .ttl-sub {
    font-size: 1.6rem;
  }
}
html body h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media (max-width: 734px) {
  html body h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    line-height: 2.5rem;
  }
}
html body h3 {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 734px) {
  html body h3 {
    font-size: 1.2rem;
  }
}
html body p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.3rem;
}
@media (max-width: 734px) {
  html body p {
    font-size: 1.2rem;
  }
}
html body a {
  color: black;
  text-decoration: none;
}
html body li {
  list-style: none;
}
html body footer {
  width: 100%;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.header {
  position: fixed;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 137.2rem;
  margin: 0 auto;
  height: 69px;
}
.header__logo {
  max-width: 14.8rem;
  width: 100%;
}
.header__nav {
  max-width: 86.8rem;
  width: 100%;
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav a {
  font-size: 14px;
}
.header__contact {
  background-color: #DA0E0E;
  color: #fff;
  width: 152px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 734px) {
  .header__bar {
    height: 52px;
  }
  .header__logo {
    padding-left: 1rem;
    max-width: 10.6rem;
    width: 100%;
  }
}

section[id] {
  scroll-margin-top: 69px;
}

@media (max-width: 734px) {
  section[id] {
    scroll-margin-top: 52px;
  }
}
.footer {
  text-align: center;
  background-color: #2d2d2d;
  color: #fff;
  padding: 7.3rem 0;
}
.footer a {
  color: #fff;
  font-size: 1.2rem;
}
.footer__inner {
  max-width: 53.6rem;
  width: 100%;
  margin: 0 auto;
}
.footer__nav {
  margin-bottom: 6.5rem;
}
.footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__outlink {
  max-width: 27.9rem;
  width: 100%;
  margin: 0 auto 4.5rem;
}
.footer__outlink ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer small {
  font-size: 1.2rem;
}
@media (max-width: 734px) {
  .footer {
    padding: 2.7rem 0;
  }
  .footer .footer__inner {
    max-width: 31.1rem;
  }
  .footer .footer__nav ul {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .footer .footer__nav {
    margin-bottom: 6.9rem;
  }
  .footer .footer__outlink {
    margin: 0px auto 2.5rem;
  }
}

.follow {
  position: fixed;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 100;
}
.follow__wrap {
  display: flex;
}
.follow.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: black;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}
.button--primary {
  background-color: black;
}
.button--primary:hover {
  background-color: black;
}
.button--secondary {
  background-color: black;
}
.button--secondary:hover {
  background-color: rgb(25.5, 25.5, 25.5);
}
.button--disabled {
  background-color: #666666;
  color: black;
  cursor: not-allowed;
}

.card {
  background: white;
  border: 1px solid black;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.card__header {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.card__body {
  font-size: 1rem;
  color: black;
  line-height: 1.5;
}
.card__footer {
  margin-top: 1rem;
  text-align: right;
}

.drow {
  display: none;
}

@media (max-width: 1024px) {
  .drow {
    display: block;
  }
  .mobile-menu-icon {
    background-color: transparent;
    border: none;
    position: fixed;
    right: 4%;
    top: 1.4rem;
    z-index: 5000000;
  }
  .mobile-menu-icon span {
    background-color: #000;
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 9px;
    transition: transform 0.7s;
  }
  .mobile-menu-icon span:last-child {
    margin-bottom: 0;
  }
  button.menu-open > span {
    background-color: #000;
  }
  button.menu-open > span:nth-child(1) {
    transform: translateY(11px) rotate(135deg);
  }
  button.menu-open > span:nth-child(2) {
    transform: translateX(-18px) scaleX(0);
  }
  button.menu-open > span:nth-child(3) {
    transform: translateY(-11px) rotate(-135deg);
  }
  .menu-open {
    transform: none !important;
    transition: transform 0.7s;
  }
  body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
  }
  .header__nav {
    position: fixed;
    width: 50vw;
    height: 100vh;
    top: 0;
    right: 0;
    transform: translateX(100vw);
    background: #fff;
    flex-flow: column;
    gap: 0;
    transition: transform 0.7s;
  }
  .header__nav ul {
    flex-flow: column;
    margin-top: 7rem;
    gap: 2rem;
  }
}
.fv {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 69px;
  position: relative;
}
.fv__inner {
  left: 21.6rem;
  position: absolute;
  max-width: 65.1rem;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3rem;
  bottom: 0;
  flex-flow: column;
}
.fv__subttl {
  display: flex;
  align-items: center;
  font-size: 3rem;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}
.fv__subttl .em {
  font-size: 0.8em;
}
.fv__subttl .c-center {
  background-color: #DA0E0E;
  color: #fff;
  height: 4.4rem;
}
.fv__subttl .c-center.bg-red1 {
  width: 25.604rem;
}
.fv__subttl .c-center.bg-red2 {
  width: 34.361rem;
}
.fv h1 {
  font-size: 5.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.06rem;
  margin-bottom: 2.5rem;
}
.fv p {
  font-size: 1.4rem;
  margin-bottom: 2.3rem;
}
.fv__icons {
  max-width: 58.5rem;
  width: 100%;
  margin-bottom: 2.7rem;
}
.fv__cta {
  width: 34.851rem;
}
@media (max-width: 734px) {
  .fv {
    padding-top: 52px;
  }
  .fv__inner {
    max-width: 35.1rem;
    width: 100%;
    margin: 0 auto;
    top: 7.2rem;
    left: 0;
    right: 0;
    justify-content: start;
  }
  .fv .fv__subttl {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
  .fv h1 {
    font-size: 2.817rem;
    margin-bottom: 0.7rem;
  }
  .fv p {
    line-height: 1.8rem;
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 27rem;
  }
  .fv__icons {
    margin-bottom: 2rem;
  }
  .fv .fv__subttl .c-center.bg-red1 {
    width: 13.78rem;
    height: 2.4rem;
  }
  .fv .fv__subttl .c-center.bg-red2 {
    width: 18.493rem;
    height: 2.4rem;
  }
}

.problem {
  padding: 4rem 0 19rem;
  text-align: center;
  background: url(../img/problem_bg.webp) no-repeat, #f4f3f3;
  background-size: contain;
}
.problem h3 {
  font-size: 2.4rem;
  max-width: 55.3rem;
  height: 4.4rem;
  border-radius: 999rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto 4.5rem;
  position: relative;
  z-index: 1;
}
.problem h3::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 115.1247rem;
  height: 2px;
  z-index: -1;
}
.problem__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.774rem;
  margin-bottom: 2.8rem;
}
.problem__card {
  width: 100%;
  height: 22.764rem;
  background: linear-gradient(#999999, #ffffff);
  box-sizing: border-box;
  padding: 2.7rem 0;
  box-shadow: 0.392rem 0.392rem 1.675rem rgba(0, 0, 0, 0.18);
}
.problem__card--txt {
  font-size: 1.577rem;
}
.problem__card:nth-of-type(even) {
  margin-top: 3.5rem;
}
.problem__num {
  display: flex;
  align-items: center;
  width: 4.927rem;
  height: 4.927rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 3rem;
  font-size: 2.718rem;
}
.problem__aro {
  width: 1.7149993896rem;
  display: block;
  margin: 0 auto;
}
.problem__txt {
  font-size: 2.7rem;
  line-height: 3.9rem;
  font-weight: 500;
}
@media (max-width: 734px) {
  .problem {
    background: url(../img/problem_bg-sp.webp) no-repeat, #f4f3f3;
    padding: 4rem 0 9.6rem;
    background-size: contain;
  }
  .problem h3 {
    font-size: 1.3rem;
    max-width: 29.4rem;
    height: 2.339rem;
    margin: 0 auto 2.9rem;
  }
  .problem h3::after {
    width: 39rem;
  }
  .problem .problem__grid {
    grid-template-columns: 1fr;
    gap: 0.774rem;
    margin-bottom: 0;
    width: 34.1rem;
    margin: 0 auto 1.79rem;
  }
  .problem .problem__num {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    font-size: 1.1rem;
  }
  .problem .problem__card {
    width: 32.2rem;
    height: 4.5rem;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .problem .problem__card:nth-of-type(odd) {
    margin: 0 auto 0 0;
  }
  .problem .problem__card:nth-of-type(even) {
    margin: 0 0 0 auto;
  }
  .problem .problem__card--txt {
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
    width: 27rem;
    line-height: normal;
    text-align: left;
  }
  .problem .problem__card--txt .red {
    color: #2D2D2D;
  }
  .problem .problem__aro {
    width: 0.839rem;
  }
  .problem .problem__txt {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.reson {
  text-align: center;
  background-color: #f4f3f3;
  padding-bottom: 6.6rem;
}
.reson h2 {
  letter-spacing: -0.2rem;
  margin-bottom: 3.6rem;
}
.reson__txt {
  text-align: left;
  max-width: 85.6rem;
  width: 100%;
  margin: 0 auto 6.3rem;
}
.reson__area {
  padding: 6.3rem 0 0;
  text-align: left;
  background-color: #fff;
}
.reson__area:nth-of-type(n + 2) {
  padding-top: 2.5rem;
}
.reson__area--box {
  padding: 3.5rem 0 4.5rem;
  background-color: #D7D7D7;
  max-width: 102.4rem;
  width: 100%;
  margin: 0 auto;
}
.reson__ttlbox {
  display: flex;
  align-items: center;
  max-width: 88.3rem;
  width: 100%;
  margin: 0 auto 2.1rem;
  gap: 1rem;
}
.reson__count {
  display: flex;
  align-items: center;
}
.reson__count--txt {
  font-size: 2.677rem;
  position: relative;
}
.reson__count--txt::after {
  content: "";
  background-color: #2D2D2D;
  position: absolute;
  height: 1.22px;
  width: 4.1366664886rem;
  bottom: -0.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.reson__count--num {
  font-size: 10.305rem;
}
.reson h3 {
  line-height: 7.2rem;
}
.reson h3 span {
  display: inline;
  background-color: #fff;
  padding: 1rem 2.2rem;
}
.reson h3 span.red {
  padding: 0 0.5rem 0 0;
}
.reson__card {
  max-width: 87.2rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4rem 4rem 0 rgba(0, 0, 0, 0.25);
}
.reson__card--contents {
  padding: 4.2rem 0 5rem;
  max-width: 77.6rem;
  width: 100%;
  margin: 0 auto;
}
.reson__card--ttlarea {
  padding: 1.9rem 0 2.2rem;
  border: solid 2px #d9d9d9;
  margin-bottom: 3.8rem;
}
.reson__card--ttl {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  max-width: 71rem;
  width: 100%;
  margin: 0 auto 1.2rem;
}
.reson__card--txt {
  max-width: 71rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 auto;
}
.reson__card--dis {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.5rem;
}
.reson h5 {
  background-color: #DA0E0E;
  color: #fff;
  max-width: 39.1rem;
  width: 100%;
  height: 4.9rem;
  margin: 0 auto 4rem;
  border-radius: 999px;
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
}
.reson h5::after {
  content: "";
  position: absolute;
  background-color: #DA0E0E;
  height: 2px;
  width: 77rem;
  margin: 0 auto;
  z-index: -1;
}
.reson__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.942rem;
  margin-bottom: 4rem;
}
.reson__grid--item {
  background-color: #f0f0f0;
  text-align: center;
  padding: 2.8rem 0 1.6rem;
}
.reson__grid img {
  max-width: 11.374rem;
  width: 100%;
  margin-bottom: 0.8rem;
}
.reson__grid--txt {
  text-align: left;
  font-size: 1.479rem;
  max-width: 14.887rem;
  width: 100%;
  margin: 0 auto;
  line-height: 1.8rem;
}
.reson__card.second {
  text-align: center;
}
.reson__card.second h4 {
  font-size: 2.8rem;
  margin-bottom: 3.8rem;
}
.reson__card.second .reson__card--contents {
  margin-bottom: 5rem;
}
.reson__card.second .reson__grid {
  margin: 0 auto 3rem;
  max-width: 70.518rem;
  height: 7.608rem;
  align-items: center;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.reson__card.second .reson__grid.btm {
  height: 11.81rem;
  max-width: 74.567rem;
  margin-bottom: 7.3rem;
}
.reson__card.second .reson__grid.btm .reson__grid--txt {
  font-size: 1.826rem;
}
.reson__card.second .reson__grid--item {
  background-color: transparent;
  padding: 0;
}
.reson__card.second .reson__grid--txt {
  text-align: center;
  font-size: 1.522rem;
  max-width: 100%;
  line-height: 2.3rem;
}
.reson__card.second .reson__grid--txt .b-black {
  background-color: #3f3d3d;
  color: #fff;
  width: 19.782rem;
  height: 2.435rem;
  margin: 0 auto 0.5rem;
}
.reson__card.second .reson__grid--txt .b-red {
  background-color: #DA0E0E;
  color: #fff;
  width: 20.609rem;
  height: 2.536rem;
  margin: 0 auto 0.5rem;
}
.reson__card.second .reson__second--area img {
  max-width: 6.4rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
.reson__card.second .reson__second--txt {
  font-size: 2.821rem;
  margin-bottom: 2.6rem;
  position: relative;
}
.reson__card.second .reson__second--txt span.fz359 {
  font-size: 3.59rem;
  letter-spacing: -0.1rem;
}
.reson__card.second .reson__second--txt::after {
  position: absolute;
  content: "";
  background: url(../img/line.svg) no-repeat;
  top: -5.3rem;
  right: 0;
  left: 0;
  width: 3px;
  height: 5.4rem;
  margin: 0 auto;
}
.reson__card.second .reson__second--b-txt {
  font-size: 3.742rem;
}
.reson__card.second .reson__second--b-txt .fz62 {
  font-size: 6.2rem;
  font-weight: 500;
  vertical-align: sub;
}
.reson__aroarea {
  max-width: 74.487rem;
  width: 100%;
  background: url(../img/reson_top-aro.webp) no-repeat;
  background-size: contain;
}
.reson__aroarea.btm {
  max-width: 77.6rem;
  width: 100%;
  background: url(../img/reson_btm-aro.webp) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.reson__area--box.second .reson__b-second--txt {
  text-align: center;
  font-size: 2.8rem;
  line-height: 5rem;
}
.reson__area--box.second .reson__b-second--txt .b-red {
  background-color: #DA0E0E;
  color: #fff;
  padding: 0 1rem;
}
.reson__area.third {
  text-align: center;
  padding-bottom: 6.4rem;
}
.reson__area.third h4 {
  font-size: 2.4rem;
  margin-bottom: 1.1rem;
}
.reson__area.third p {
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin-bottom: 3.1rem;
}
.reson__area.third .reson__card--contents {
  padding: 4rem 0 2.7rem;
  max-width: 100%;
}
.reson__area.third .reson__card--contents img {
  max-width: 77.6rem;
  margin-bottom: 4rem;
}
.reson__area.third .reson__area--box {
  padding: 4rem 0 6rem;
}
.reson__area.third .reson__ttlbox {
  margin-bottom: 4rem;
}
.reson__area.third .reson__txt {
  font-size: 2.8rem;
  line-height: 3.9rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 734px) {
  .reson {
    padding-bottom: 4.4rem;
  }
  .reson h2 {
    letter-spacing: -0.2rem;
    margin-bottom: 1.6rem;
  }
  .reson .reson__txt {
    max-width: 35.6rem;
    line-height: 1.2;
    margin: 0 auto 2.3rem;
  }
  .reson .reson__area {
    max-width: 35rem;
    padding: 2.1rem 0 0;
    margin: auto;
  }
  .reson .reson__area--box {
    padding: 1.7rem 0 2.9rem;
    max-width: 31.1rem;
    margin: 0 auto;
  }
  .reson .reson__card--contents {
    padding: 1.6rem 0 1.5rem;
    max-width: 26rem;
    width: 100%;
    margin: 0 auto;
  }
  .reson .reson__count--txt {
    font-size: 0.91rem;
    position: relative;
  }
  .reson .reson__count--num {
    font-size: 3.661rem;
  }
  .reson .reson__ttlbox {
    flex-flow: wrap;
    max-width: 29.1rem;
    gap: 0.5rem;
    margin-bottom: 1.1rem;
  }
  .reson .reson__count {
    width: 1009px;
  }
  .reson .reson__count--txt::after {
    width: 1.47rem;
  }
  .reson h3 {
    line-height: 2.3rem;
  }
  .reson h3 span {
    padding: 0;
    padding: 0 0.5rem 0 0.7rem;
  }
  .reson .reson__card {
    max-width: 29.1rem;
  }
  .reson .reson__card--ttlarea {
    padding: 0.4rem 0 0.9rem;
    margin-bottom: 0.8rem;
  }
  .reson .reson__card--ttl {
    font-size: 1rem;
    margin-bottom: 1rem;
    max-width: 23.4rem;
    width: 100%;
    margin: 0 auto 0.6rem;
  }
  .reson .reson__card--txt {
    max-width: 23.4rem;
    font-size: 1.09rem;
    line-height: 1.3;
  }
  .reson h5 {
    max-width: 21rem;
    height: 2.3rem;
    margin: 0 auto 1.2rem;
    font-size: 1.2rem;
  }
  .reson h5::after {
    width: 25.7rem;
    height: 1px;
  }
  .reson .reson__grid {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    margin-bottom: 1.2rem;
  }
  .reson .reson__grid--item {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 19.9rem;
    padding: 0 1rem;
    box-sizing: border-box;
    width: 26rem;
    height: 4.5rem;
    align-items: center;
  }
  .reson .reson__grid--item img {
    width: 3.5rem;
    margin-bottom: 0;
  }
  .reson .reson__grid--txt {
    font-size: 1rem;
    max-width: 19.9rem;
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
  }
  .reson .reson__card--dis {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.01rem;
  }
  .reson .reson__card.second h4 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .reson .reson__card.second .reson__grid--item:first-child {
    align-items: flex-start;
    margin-top: 0.1rem;
  }
  .reson .reson__aro--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 24.1rem;
    margin: 0 auto;
  }
  .reson .reson__aroarea {
    max-width: 100%;
    width: 10.3rem;
    background: url(../img/reson_top-aro-sp.webp) no-repeat;
    background-size: contain;
  }
  .reson .reson__aroarea.btm {
    max-width: 100%;
    width: 13rem;
    background: url(../img/reson_btm-aro-sp.webp) no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  .reson .reson__card.second .reson__grid--txt {
    font-size: 1rem;
  }
  .reson .reson__card.second .reson__grid--txt .b-black {
    width: 9.6rem;
    height: 1.6rem;
    margin: 0 auto 0.5rem;
  }
  .reson .reson__card.second .reson__grid--txt .b-red {
    width: 10.2rem;
    height: 1.6rem;
    margin: 0 auto 0.5rem;
  }
  .reson .reson__card.second .reson__grid.btm .reson__grid--txt {
    font-size: 1rem;
  }
  .reson .reson__card.second .reson__grid {
    margin: 0 auto 3.6rem;
    max-width: 100%;
    height: 17.2rem;
    align-items: center;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reson .reson__card.second .reson__grid--item {
    width: 9.6rem;
    margin: 0 auto;
  }
  .reson .reson__card.second .reson__grid--txt {
    font-size: 1rem;
    width: 9.6rem;
    line-height: 1;
  }
  .reson .reson__grid.btm .reson__grid--item,
  .reson .reson__grid.btm .reson__grid--txt {
    width: 11.8rem;
    margin: 0 auto;
  }
  .reson .reson__card.second .reson__second--txt {
    font-size: 1.2rem;
    margin-bottom: 0.9rem;
  }
  .reson .reson__card.second .reson__second--txt span.fz359 {
    font-size: 1.5rem;
  }
  .reson .reson__card.second .reson__second--area img {
    max-width: 2rem;
    margin-bottom: 0.1rem;
  }
  .reson .reson__card.second .reson__second--b-txt .fz62 {
    font-size: 3rem;
  }
  .reson .reson__card.second .reson__second--b-txt {
    font-size: 1.8rem;
  }
  .reson .reson__area--box.second .reson__b-second--txt {
    font-size: 1.233rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
  }
  .reson .reson__card.second .reson__card--contents {
    margin-bottom: 2.6rem;
  }
  .reson .reson__area--box.second .reson__b-second--txt .b-red {
    padding: 0 0.3rem;
  }
  .reson .reson__area--box.second {
    padding: 1.7rem 0 1.9rem;
  }
  .reson .reson__area.third .reson__area--box {
    padding: 1rem 0 4rem;
  }
  .reson .reson__area.third .reson__ttlbox {
    margin-bottom: 0.6rem;
  }
  .reson .reson__area.third h4 {
    font-size: 1.2rem;
    margin-bottom: 1.1rem;
    font-weight: bold;
  }
  .reson .reson__area.third .reson__card--contents {
    padding: 2.2rem 0 1.7rem;
    max-width: 26rem;
  }
  .reson .reson__area.third p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 2.3rem;
    text-align: left;
  }
  .reson .reson__area.third .reson__card--contents img {
    max-width: 19.8rem;
    margin-bottom: 2.5rem;
  }
  .reson .reson__area.third .reson__txt {
    margin-bottom: 0;
    line-height: 1.4;
  }
  .reson .reson__area.third {
    text-align: center;
    padding-bottom: 3.9rem;
  }
  .reson .reson__card.second .reson__second--txt::after {
    position: absolute;
    content: "";
    background: url(../img/line.svg) no-repeat;
    background-size: contain;
    top: -2.4rem;
    right: 0;
    left: 0;
    width: 2px;
    height: 2.4rem;
    margin: 0 auto;
  }
}

.merit {
  text-align: center;
  background-color: #f4f3f3;
  padding-bottom: 10rem;
}
.merit .ttl-sub {
  margin: 0;
}
.merit h2 {
  line-height: 0.8;
  margin-bottom: 8.2rem;
}
.merit h2 .red {
  font-size: 6.3rem;
  vertical-align: baseline;
}
.merit__box {
  max-width: 102.42rem;
  width: 100%;
  margin: 0 auto;
}
.merit__card {
  width: 94.82rem;
  height: 20.022rem;
  display: flex;
  align-items: center;
  text-align: left;
  background-color: #fff;
  box-shadow: 0.356rem 0.356rem 1.289rem rgba(0, 0, 0, 0.25);
  margin-bottom: 3.6rem;
}
.merit__card:nth-of-type(even) {
  margin-left: auto;
}
.merit__card--txtarea {
  max-width: 61.434rem;
  width: 100%;
  margin: 0 auto;
}
.merit__card--imgarea {
  max-width: 29.161rem;
  height: 20.022rem;
}
.merit__card h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.merit__card p {
  font-size: 1.7rem;
  line-height: 2rem;
}
.merit__point {
  border-radius: 999px;
  background-color: #DA0E0E;
  color: #fff;
  display: inline-flex !important;
  padding: 0 1.5rem;
  height: 3.1rem;
  font-size: 2.1rem;
  vertical-align: baseline;
  margin-left: 1.8rem;
  font-weight: 400;
}
.merit__point .oswald {
  font-size: 2.7rem;
}
@media (max-width: 734px) {
  .merit {
    padding-bottom: 3.4rem;
  }
  .merit h2 .red {
    font-size: 3.5rem;
    vertical-align: baseline;
  }
  .merit h2 {
    margin-bottom: 6rem;
  }
  .merit .merit__card {
    width: 31.1rem;
    flex-flow: column;
    height: auto;
    margin: 0 auto 2.9rem;
    padding-bottom: 2.5rem;
  }
  .merit .merit__card:nth-of-type(even) {
    flex-flow: column-reverse;
  }
  .merit .merit__card--imgarea {
    max-width: 100%;
    height: 21.8rem;
    margin-bottom: 2.6rem;
  }
  .merit .merit__card h3 {
    font-size: 2rem;
    line-height: 1.27;
    margin-bottom: 1.8rem;
    letter-spacing: 0.14rem;
  }
  .merit .merit__card--txtarea {
    max-width: 25.9rem;
  }
  .merit .merit__point .oswald {
    font-size: 1.8rem;
  }
  .merit .merit__point {
    padding: 0 1.5rem;
    height: 2.2rem;
    font-size: 1.8rem;
    margin-left: 0;
  }
  .merit .merit__card p {
    font-size: 1.2rem;
    line-height: 1.55;
    letter-spacing: 0.05rem;
  }
}

.worth {
  text-align: center;
  background-color: #f4f3f3;
  padding-bottom: 11rem;
}
.worth h2 {
  margin-bottom: 3rem;
}
.worth__contents {
  padding: 5rem 0 10rem;
  background-color: #fff;
}
.worth__txt {
  text-align: left;
  letter-spacing: -0.01rem;
  line-height: 2.4rem;
  margin-bottom: 9rem;
}
.worth__inner {
  width: 102.1rem;
  margin: 0 auto;
}
.worth__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.037rem;
}
.worth__grid img {
  max-width: 13.13rem;
  width: 100%;
  margin: 0 auto 2.2rem;
}
.worth__card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(#f2f2f2, #d8d8d8);
  margin-bottom: 9.8rem;
}
.worth__card--inner {
  padding: 3rem 0 2.3rem;
  max-width: 29.023rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.worth__card h3 {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.worth__card--txt {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4rem;
  max-width: 27.469rem;
  margin: 0 auto 1.7rem;
}
.worth__card ul {
  font-size: 1.2rem;
  max-width: 27.728rem;
  width: 100%;
  margin: auto auto 1.2rem auto;
}
.worth__card ul.second {
  margin-bottom: 0;
}
.worth__card ul li {
  justify-content: start;
  text-align: left;
  background-color: #fff;
  margin-bottom: 0.605rem;
  max-width: 27.728rem;
  padding: 0.8rem 2rem 0.8rem 3.9rem;
  line-height: 1.4rem;
  position: relative;
}
.worth__card ul li:last-of-type {
  margin-bottom: 0;
}
.worth__card ul li::before {
  position: absolute;
  content: "";
  background: url(../img/check.svg) no-repeat;
  background-size: contain;
  width: 1.468rem;
  height: 1.382rem;
  left: 2rem;
}
.worth__card--b-txt {
  display: block;
  text-align: left;
}
.worth__card--b-txt p {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.worth__card--gray {
  margin-top: auto;
  margin-top: auto;
  background-color: #787878;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  height: 5.01rem;
}
.worth__network {
  border-top: 1px solid #DA0E0E;
  border-bottom: 1px solid #DA0E0E;
  position: relative;
  padding: 5.2rem 0 4.5rem;
}
.worth__network .fz22 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 3.2rem;
}
.worth__network .fz24 {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.worth__network .red {
  font-size: 2.8rem;
}
.worth__network--ttl {
  position: absolute;
  background-color: #DA0E0E;
  border-radius: 999px;
  max-width: 47.9rem;
  width: 100%;
  height: 4.9rem;
  margin: 0 auto;
  color: #fff;
  font-size: 2.4rem;
  right: 0;
  left: 0;
  top: -2.55rem;
  font-weight: 400;
}
@media (max-width: 734px) {
  .worth {
    padding-bottom: 5.4rem;
  }
  .worth .worth__contents {
    max-width: 35rem;
    margin: 0 auto;
    padding: 4.1rem 0 4.8rem;
  }
  .worth .worth__inner {
    width: 35rem;
  }
  .worth .worth__txt {
    letter-spacing: -0.01rem;
    line-height: 1.2;
    margin-bottom: 9rem;
    width: 31.1rem;
    margin: 0 auto 4.3rem;
  }
  .worth h2 {
    margin-bottom: 1.5rem;
  }
  .worth .worth__grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 6.6rem;
  }
  .worth .worth__card {
    width: 31.1rem;
    margin: 0 auto;
  }
  .worth .worth__grid img {
    max-width: 10.14rem;
    margin-bottom: 3rem;
  }
  .worth .worth__card h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .worth .worth__card--inner {
    padding-top: 1rem;
    max-width: 26rem;
  }
  .worth .worth__card--txt {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 auto 0.1rem;
  }
  .worth .worth__card ul li {
    margin-bottom: 0.605rem;
    padding: 0.4rem 2rem 0.4rem 2.5rem;
  }
  .worth .worth__card ul li::before {
    left: 1rem;
  }
  .worth .worth__card ul {
    margin: auto auto 0.5rem auto;
  }
  .worth .worth__card--b-txt p {
    font-size: 1rem;
    line-height: 1.3;
  }
  .worth .worth__card--gray {
    font-size: 1.5rem;
    height: 3.9rem;
  }
  .worth .worth__network--ttl {
    max-width: 22.1rem;
    height: 4.6rem;
    font-size: 1.5rem;
    top: -2.55rem;
  }
  .worth .worth__network .fz22 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    width: 31rem;
  }
  .worth .worth__network {
    width: 31rem;
    margin: 0 auto;
    padding: 3rem 0 2.9rem;
  }
  .worth .worth__network .fz22 {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: left;
    width: 31rem;
    margin-bottom: 2.2rem;
  }
  .worth .worth__network .fz24 {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: left;
    width: 31rem;
  }
  .worth .worth__network .red {
    font-size: 2rem;
  }
}

.compare {
  text-align: center;
  padding: 9rem 0 13.7rem;
}
.compare h2 {
  margin-bottom: 4.2rem;
}
.compare p {
  margin-bottom: 7rem;
}
.compare__inner {
  max-width: 102.4rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 734px) {
  .compare {
    padding: 4rem 0 5.3rem;
  }
  .compare h2 {
    margin-bottom: 1.45rem;
  }
  .compare p {
    width: 31rem;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 3.5rem;
  }
  .compare .compare__inner {
    max-width: 34.8rem;
  }
}

.standard {
  text-align: center;
  padding: 9rem 0 12.7rem;
  background-color: #f4f3f3;
}
.standard__contents {
  background-color: #fff;
  padding: 8rem 0 12.1rem;
}
.standard h2 {
  margin-bottom: 4.2rem;
}
.standard__txt {
  margin-bottom: 6.8rem;
}
.standard__inner {
  max-width: 87.7rem;
  width: 100%;
  margin: 0 auto;
}
.standard__table {
  max-width: 87.7rem;
  margin: 0 auto 1.5rem;
  border: 1px solid #999;
}
.standard__row {
  display: grid;
  grid-template-columns: 22rem 33.2rem 1fr;
}
.standard__top {
  height: 6.2rem;
}
.standard__cell {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  height: 7.66rem;
}
.standard__cell:first-child {
  font-size: 1.8rem;
}
.standard__cell:last-child {
  border-right: none;
}
.standard__row--head .standard__top {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c8c8c;
  border: 1px #8c8c8c solid;
  color: #fff;
  font-size: 2.2rem;
  height: 6.2rem;
}
.standard__chui {
  font-size: 1.9rem;
}
@media (max-width: 734px) {
  .standard {
    padding: 4rem 0 4.5rem;
  }
  .standard .contents {
    max-width: 35.6rem;
  }
  .standard .standard__contents {
    padding: 6rem 0 6.6rem;
  }
  .standard h2 {
    margin-bottom: 1.5rem;
  }
  .standard .standard__txt {
    max-width: 31.1rem;
    text-align: left;
    margin: 0 auto 3.2rem;
    line-height: 1.6;
  }
  .standard .standard__inner {
    max-width: 31.1rem;
  }
  .standard .standard__row {
    grid-template-columns: 5.6rem 13.7rem 1fr;
  }
  .standard .standard__row--head .standard__top {
    font-size: 1rem;
    height: 2.1rem;
  }
  .standard .standard__cell:first-child {
    font-size: 1rem;
  }
  .standard .standard__cell:last-child {
    text-align: center;
    font-size: 0.8rem;
  }
  .standard .standard__cell {
    font-size: 1rem;
    height: 3.12rem;
  }
  .standard .standard__table {
    margin: 0 auto 0.5rem;
  }
  .standard .standard__chui {
    font-size: 1rem;
    text-align: left;
    line-height: 1.3;
  }
}

.flow {
  text-align: center;
  background-color: #f4f3f3;
  padding-bottom: 13.9rem;
}
.flow__txt {
  margin-bottom: 5.2rem;
}
.flow__card {
  display: flex;
  align-items: center;
  max-width: 77.6rem;
  width: 100%;
  height: 13.5rem;
  background-color: #fff;
  margin: 0 auto 3.8rem;
  box-shadow: 0.4rem 0.4rem 1.7rem rgba(0, 0, 0, 0.18);
  position: relative;
}
.flow__card::after {
  position: absolute;
  content: "";
  background: url(../img/tryangle.svg) no-repeat;
  background-size: contain;
  width: 3rem;
  height: 2.4rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -4rem;
}
.flow__card:last-of-type {
  margin-bottom: 0;
}
.flow__card:last-of-type::after {
  display: none;
}
.flow__imgarea {
  max-width: 21.5rem;
  width: 100%;
}
.flow__imgarea img {
  width: 6.453rem;
}
.flow__txtarea {
  text-align: left;
}
.flow__txtarea--sub {
  color: #dda92f;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  display: block;
}
.flow__txtarea--ttl {
  font-size: 2.4rem;
  font-weight: 400;
}
.flow__txtarea--disc {
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: 0.01rem;
}
@media (max-width: 734px) {
  .flow {
    padding-bottom: 7.4rem;
  }
  .flow h2 {
    margin-bottom: 1.7rem;
  }
  .flow .flow__txt {
    margin-bottom: 5.6rem;
    line-height: 1.5;
  }
  .flow__inner {
    max-width: 35rem;
    margin: 0 auto;
  }
  .flow .flow__card {
    height: 11.1rem;
    gap: 1.2rem;
  }
  .flow .flow__imgarea {
    max-width: 8.5rem;
  }
  .flow .flow__txtarea--ttl {
    font-size: 1.8rem;
  }
}

.voice {
  text-align: center;
  background-color: #f4f3f3;
  padding-bottom: 17.2rem;
}
.voice__contents {
  background-color: #d7d7d7;
  padding: 10.5rem 0 12.4rem;
}
.voice h2 {
  margin-bottom: 9.1rem;
}
.voice__inner {
  max-width: 102.407rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.688rem;
}
.voice__card {
  padding: 2.665rem 0 3.3rem;
  background-color: #fff;
  box-shadow: 0.355rem 0.355rem 1.341rem rgba(74, 73, 73, 0.42);
}
.voice__card--img {
  max-width: 29.358rem;
  width: 100%;
  margin-bottom: 2rem;
}
.voice__card--inner {
  max-width: 26.823rem;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.voice__card--star {
  max-width: 13.927rem;
  width: 100%;
  margin-bottom: 1rem;
}
.voice__card--txt {
  font-size: 1.6rem;
  line-height: 2.22rem;
  height: 13rem;
}
.voice__card--ditail {
  padding: 0.7rem 0.7rem;
  color: #fff;
  font-size: 1.7rem;
  background-color: #989898;
  display: inline-block;
  margin-bottom: 1rem;
}
.voice__card--licens {
  display: block;
  font-size: 1.7rem;
}
@media (max-width: 734px) {
  .voice {
    padding-bottom: 9.5rem;
  }
  .voice .contents {
    max-width: 35rem;
  }
  .voice .voice__contents {
    padding: 4.4rem 0 3.4rem;
  }
  .voice h2 {
    margin-bottom: 5.1rem;
  }
  .voice .voice__inner {
    max-width: 31rem;
    grid-template-columns: 1fr;
    gap: 2.3rem;
  }
  .voice .voice__card {
    padding: 2.4rem 0 3.3rem;
  }
  .voice .voice__card--img {
    max-width: 27.709rem;
    margin-bottom: 1.8rem;
  }
  .voice .voice__card--inner {
    max-width: 25.316rem;
  }
  .voice .voice__card--star {
    max-width: 13.1rem;
    margin-bottom: 1rem;
  }
  .voice .voice__card--txt {
    font-size: 1.51rem;
    line-height: 1.4;
    height: 12rem;
  }
  .voice .voice__card--ditail {
    font-size: 1.6rem;
  }
  .voice .voice__card--licens {
    font-size: 1.6rem;
  }
}

.company {
  text-align: center;
  background-color: #d7d7d7;
  padding: 8.5rem 0 17.9rem;
}
.company__ttl {
  margin-bottom: 3.8rem;
}
.company p {
  margin-bottom: 9.3rem;
}
.company__grid {
  max-width: 86.873rem;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.company__item {
  display: grid;
  grid-template-columns: 22.672rem 1fr;
  border-bottom: 1px solid #ccc;
  height: 6.088rem;
}
.company__item:last-child {
  border-bottom: none;
}
.company__head {
  background: #f9f9f9;
  color: #DA0E0E;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 0 0 2.6rem;
  border-right: 1px solid #ddd;
  font-size: 1.7rem;
}
.company__data {
  display: flex;
  align-items: center;
  padding: 0 0 0 2.6rem;
  font-size: 1.7rem;
  background-color: #fff;
}
@media (max-width: 734px) {
  .company {
    padding: 4.2rem 0 5.6rem;
  }
  .company .company__ttl {
    margin-bottom: 1.5rem;
  }
  .company p {
    margin-bottom: 5.3rem;
    line-height: 1.5;
  }
  .company .company__grid {
    max-width: 35rem;
  }
  .company .company__item {
    grid-template-columns: 8.4rem 1fr;
  }
  .company .company__head {
    font-size: 1.2rem;
    justify-content: center;
    padding-left: 0.2rem;
  }
  .company .company__data {
    padding: 0 1.4rem 0 1rem;
    line-height: 1.7;
    font-size: 1rem;
    text-align: left;
  }
}

.scheme {
  padding: 4.6rem 0 6.3rem;
  text-align: center;
}
.scheme__contents.contents {
  padding: 5rem 0 4.8rem;
  background-color: #f4f3f3;
  max-width: 87.2rem;
}
.scheme__ttl {
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 1rem;
}
.scheme__ttl::after {
  position: absolute;
  content: "";
  background-color: #DA0E0E;
  width: 9px;
  height: 4.1rem;
  top: -0.35rem;
  left: 0;
  bottom: 0;
}
.scheme__inner {
  max-width: 65rem;
  width: 100%;
  margin: 0 auto 3rem;
}
.scheme__card {
  width: 100%;
  display: flex;
  align-items: center;
  height: 7.6rem;
  background-color: #fff;
  border: solid 1px #000;
}
.scheme__card--highlight {
  border: solid #DA0E0E 3px;
  height: 10.5rem;
}
.scheme__imgarea {
  max-width: 10.9rem;
  width: 100%;
}
.scheme__imgarea img {
  width: 4.9rem;
}
.scheme__txtarea {
  text-align: left;
  display: flex;
  gap: 0.9rem;
  text-align: left;
}
.scheme__txtarea--batch {
  width: 7.2rem;
  height: 4.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  background-color: #DA0E0E;
}
.scheme__txtarea.column {
  flex-flow: column;
}
.scheme__txtarea.column .scheme__txtarea--batch {
  width: 37.5rem;
  height: 3.2rem;
  font-size: 2.2rem;
}
.scheme__txtarea h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.scheme__disc {
  font-size: 1.6rem;
}
.scheme__arrow {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto;
}
.scheme__arrow img {
  width: 2.9rem;
  display: block;
}
.scheme__arrow::after {
  position: absolute;
  top: -0.5rem;
  left: 4rem;
  font-size: 2.2rem;
  color: #333;
  white-space: nowrap;
}
.scheme__arrow.arrow--01::after {
  content: "相互承認・監督";
}
.scheme__arrow.arrow--02::after {
  content: "認定";
}
.scheme__arrow.arrow--03::after {
  content: "審査・認証書発行";
}
.scheme__r-aro--img img {
  width: 8.657rem;
  margin-right: 1rem;
}
.scheme__txt {
  display: inline;
}
@media (max-width: 734px) {
  .scheme {
    padding: 4rem 0 4rem;
  }
  .scheme .scheme__contents.contents {
    padding: 4rem 0 4.8rem;
    max-width: 35rem;
  }
  .scheme .scheme__ttl {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .scheme .scheme__ttl::after {
    width: 5px;
    height: 1.7rem;
    top: 0.6rem;
  }
  .scheme .scheme__inner {
    max-width: 31rem;
  }
  .scheme .scheme__card {
    height: 3.944rem;
    gap: 0.9rem;
  }
  .scheme .scheme__card.scheme__card--highlight {
    height: 5.805rem;
  }
  .scheme .scheme__imgarea img {
    width: 2.345rem;
  }
  .scheme .scheme__txtarea--batch {
    width: 3.444rem;
    height: 2.287rem;
    font-size: 1.4rem;
  }
  .scheme .scheme__txtarea {
    align-items: center;
    gap: 0.4rem;
  }
  .scheme .scheme__txtarea h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .scheme .scheme__disc {
    font-size: 1rem;
  }
  .scheme .scheme__imgarea {
    max-width: 4.2rem;
    text-align: end;
  }
  .scheme .scheme__arrow img {
    width: 1.388rem;
  }
  .scheme .scheme__arrow::after {
    font-size: 1.1rem;
    top: -0.3rem;
    left: 2rem;
  }
  .scheme .scheme__arrow {
    margin: 0.7rem auto;
  }
  .scheme .scheme__txtarea.column .scheme__txtarea--batch {
    width: 17.844rem;
    height: 1.6rem;
    font-size: 1.1rem;
  }
  .scheme .scheme__txtarea.column {
    align-items: start;
  }
  .scheme .scheme__r-aro--img img {
    width: 4.5rem;
    margin-right: 0;
  }
  .scheme__flex {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 33.2rem;
    margin: 0 auto;
  }
  .scheme .scheme__txt {
    display: inline;
    font-size: 1.4rem;
    text-align: left;
    line-height: 0.8;
  }
}

.faq {
  text-align: center;
  background-color: #f4f3f3;
  padding: 8.5rem 0 18.5rem;
}
.faq__inner {
  max-width: 87.17rem;
  width: 100%;
  margin: auto;
}
.faq__item {
  background: #7e7e7e;
  border-radius: 0.8rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.faq__item summary {
  cursor: pointer;
  padding: 2rem;
  font-size: 1.6rem;
  position: relative;
  list-style: none;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__item[open] .faq__icon::after {
  display: none;
}
.faq {
  /* Qアイコン */
}
.faq__q {
  width: 3.554rem;
  height: 3.554rem;
  border-radius: 50%;
  background: #fff;
  color: #7e7e7e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}
.faq {
  /* Aアイコン */
}
.faq__a {
  width: 3.554rem;
  height: 3.554rem;
  border-radius: 50%;
  background: #DA0E0E;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 1rem;
}
.faq {
  /* ＋アイコン */
}
.faq__icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  background: #fff;
}
.faq__icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}
.faq__icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
}
.faq__content {
  padding: 2rem;
  background: #fff;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.faq__content p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6;
  width: 74rem;
}
@media (max-width: 734px) {
  .faq {
    padding: 4.5rem 0 6.5rem;
  }
  .faq h2 {
    margin-bottom: 2.4rem;
  }
  .faq .faq__item summary {
    gap: 1rem;
  }
  .faq .faq__inner {
    max-width: 35rem;
  }
  .faq .faq__q-txt {
    max-width: 23.98rem;
    text-align: left;
    line-height: 1.5;
  }
  .faq .faq__content p {
    font-size: 1.4rem;
    line-height: 1.6;
    width: 26.837rem;
  }
  .faq__a {
    font-size: 1.63rem;
    margin-right: 0;
  }
}

.contact {
  padding: 12rem 0 11rem;
  background: url(../img/contact_bg.webp) no-repeat;
  background-size: cover;
  color: #fff;
}
.contact__flex {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: 102.59rem;
  width: 100%;
  margin: 0 auto;
}
.contact h2 {
  font-size: 10rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3rem;
}
.contact h3 {
  font-size: 3rem;
  margin-bottom: 1.6rem;
}
.contact img {
  max-width: 41.5rem;
  width: 100%;
}
.contact__txtarea {
  max-width: 53.1rem;
  width: 100%;
}
.contact__btnarea {
  text-align: right;
  display: flex;
  flex-flow: column;
  gap: 3.5rem;
}
@media (max-width: 734px) {
  .contact {
    text-align: center;
    padding: 3rem 0 2.3rem;
    background: url(../img/contact_bg-sp.webp) no-repeat;
  }
  .contact .contact__flex {
    max-width: 31.1rem;
    flex-flow: column;
  }
  .contact h2 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  .contact h3 {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
  .contact p {
    font-size: 1rem;
    line-height: 1.3;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-bottom: 3rem;
  }
  .contact .contact__btnarea {
    gap: 1.5rem;
  }
}

.form {
  background-color: #b2b2b2;
  padding: 12rem 0;
}
.form__contents.contents {
  background-color: #fff;
  max-width: 102.3rem;
  width: 100%;
}
.form__inner {
  max-width: 87.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 9.8rem 0;
}
.form__row {
  display: grid;
  grid-template-columns: 27.5rem 1fr;
  align-items: center;
  margin-bottom: 2.25rem;
}
.form__row:nth-of-type(8) {
  align-items: start;
}
.form__label {
  font-size: 1.6rem;
}
.form__required {
  background: #DA0E0E;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
}
.form__optional {
  font-size: 1.6rem;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
  border: #7e7e7e solid 1px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
.form textarea {
  height: 19rem;
  margin-bottom: 6.5rem;
}
.form__submit {
  text-align: center;
}
.form__submit button {
  padding: 0;
  border: none;
  cursor: pointer;
}
.form__checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
}
.form__checkbox label {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  gap: 0.8rem;
}
.form__checkbox input[type=checkbox] {
  width: auto;
  margin: 0;
  transform: scale(1.2);
  cursor: pointer;
}
.form input:not([type=checkbox]),
.form select,
.form textarea {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: #007bff;
  outline: none;
}
@media (max-width: 734px) {
  .form__checkbox {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 734px) {
  .form {
    padding: 3rem 0 6.5rem;
  }
  .form .form__contents.contents {
    max-width: 35rem;
  }
  .form .form__inner {
    max-width: 31rem;
    width: 100%;
    margin: 0 auto;
    padding: 2.8rem 0 4rem;
  }
  .form .form__required {
    font-size: 1.2rem;
    padding: 0.1rem 1rem;
    margin-right: 0.8rem;
  }
  .form .form__optional {
    font-size: 1.2rem;
    padding: 0.1rem 1rem;
    margin-right: 0.8rem;
  }
  .form .form__row {
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
    gap: 1.5rem;
  }
  .form .form__label {
    font-size: 1.5rem;
  }
  .form input,
  .form .form select,
  .form .form textarea {
    height: 4.485rem;
  }
  .form textarea {
    height: 23rem;
    margin-bottom: 3rem;
  }
}

.thanks-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.thanks-modal h2 {
  margin-bottom: 2rem;
}
.thanks-modal p {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.thanks-modal button {
  font-size: 1.4rem;
}

.thanks-modal.is-show {
  display: flex;
}

.thanks-modal__inner {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.policy {
  padding: 12rem 0;
}
@media (max-width: 767px) {
  .policy {
    padding: 8rem 0;
  }
}
.policy__contents.contents {
  max-width: 80rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  .policy__contents.contents {
    max-width: 35rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.policy__contents.contents h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .policy__contents.contents h1 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.policy__contents.contents h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  padding-left: 1rem;
  border-left: 4px solid #333;
}
@media (max-width: 767px) {
  .policy__contents.contents h2 {
    font-size: 1.7rem;
    margin-top: 3rem;
  }
}
.policy__contents.contents p {
  margin-bottom: 1.6rem;
}
.policy__contents.contents ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.policy__contents.contents ul li {
  margin-bottom: 0.8rem;
  position: relative;
}
.policy__contents.contents ul li::marker {
  color: #333;
}
.policy__contents.contents hr {
  margin: 4rem 0;
  border: none;
  border-top: 1px solid #ddd;
}
.policy__contents.contents p:last-of-type {
  margin-top: 4rem;
  font-size: 1.3rem;
  color: #777;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .policy__contents.contents p:last-of-type {
    font-size: 1.2rem;
  }
}