/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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

リセットCSS

———————————*/
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

fieldset, img, abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

/* for IE6 */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* html body, *:first-child + html body {
  font-size: 82%;
}
*:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

a {
  text-decoration: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

picture {
  width: 100%;
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  line-height: 1.6;
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(1rem, 0.7953296703rem + 0.4395604396vw, 1.125rem);
  color: #31536F;
  letter-spacing: 0.04em;
}

main {
  overflow-x: hidden;
}

img {
  margin: 0 auto;
}

h2 {
  font-size: clamp(2rem, 1.1813186813rem + 1.7582417582vw, 2.5rem);
  color: #0086D1;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 744px) {
  h2 {
    margin-bottom: 32px;
  }
}
h2 span {
  font-size: clamp(4rem, 1.543956044rem + 5.2747252747vw, 5.5rem);
}
h2 span.sub {
  display: block;
  font-size: clamp(1.25rem, 0.8406593407rem + 0.8791208791vw, 1.5rem);
}

h3 {
  font-size: clamp(1.625rem, 1.010989011rem + 1.3186813187vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
}

h4 {
  font-size: clamp(1.5rem, 1.0906593407rem + 0.8791208791vw, 1.75rem);
  font-weight: bold;
  letter-spacing: 0.06em;
}

p {
  font-size: clamp(1rem, 0.7953296703rem + 0.4395604396vw, 1.125rem);
}
p span {
  display: inline-block;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}

a:focus-visible {
  opacity: 0.6;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1200px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: auto;
  }
}
section {
  margin-bottom: 104px;
}
@media (max-width: 744px) {
  section {
    margin-bottom: 64px;
  }
}
section .inner {
  max-width: 1168px;
  width: 100vw;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  section .inner {
    width: calc(100vw - 20px);
  }
}

.pc-only,
.tablet-only,
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}
@media (min-width: 745px) and (max-width: 1200px) {
  .pc-only {
    display: none;
  }
}
@media (max-width: 744px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 745px) and (max-width: 1200px) {
  .tb-only {
    display: block;
  }
}

@media (max-width: 744px) {
  .sp-only {
    display: block;
  }
}

/*——————————————— 英字日本語指定 ———————————————*/
.jp {
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.02em;
}

.en {
  font-family: "Nunito", sans-serif;
  letter-spacing: -0.02em;
}

/*——————————————— コンバージョンエリア ———————————————*/
.tel-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0086D1;
  font-size: clamp(1.75rem, 1.135989011rem + 1.3186813187vw, 2.125rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
  padding-left: 32px;
  font-weight: bold;
}
.tel-area span {
  font-size: clamp(1rem, 0.7953296703rem + 0.4395604396vw, 1.125rem);
}

.conversion {
  background-color: #0086D1;
  width: 100%;
  height: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 108px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .conversion {
    padding: 20px;
  }
}
.conversion .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 62px;
}
@media (max-width: 1200px) {
  .conversion .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.conversion .tel-area {
  font-size: clamp(3rem, 2.1813186813rem + 1.7582417582vw, 3.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 744px) {
  .conversion .tel-area {
    width: 100%;
    font-size: clamp(2rem, 1.1813186813rem + 1.7582417582vw, 2.5rem);
  }
}
.conversion .tel-area span {
  font-size: clamp(1.25rem, 0.8406593407rem + 0.8791208791vw, 1.5rem);
}
@media (max-width: 744px) {
  .conversion .tel-area span {
    font-size: clamp(1rem, 0.7953296703rem + 0.4395604396vw, 1.125rem);
  }
}
.conversion .i-tel::before {
  width: 34px;
  height: 45px;
  top: 2px;
  left: 62px;
  -webkit-transform: translate(-100%, 20%);
      -ms-transform: translate(-100%, 20%);
          transform: translate(-100%, 20%);
}
@media (max-width: 744px) {
  .conversion .i-tel::before {
    width: 28px;
    height: 38px;
    background-size: contain;
    top: 4px;
    left: 48px;
  }
}
.conversion__btn {
  background-color: #ffffff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 4px 32px 8px 64px;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .conversion__btn {
    -webkit-box-shadow: 0 2px 6px rgb(0, 115, 180);
            box-shadow: 0 2px 6px rgb(0, 115, 180);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebedee));
    background: -o-linear-gradient(top, #ffffff 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebedee 100%);
  }
}
.conversion__tel p {
  color: #ffffff;
  font-size: clamp(1.375rem, 0.9656593407rem + 0.8791208791vw, 1.625rem);
}
@media (max-width: 744px) {
  .conversion__tel p {
    font-size: clamp(1rem, 0.7953296703rem + 0.4395604396vw, 1.125rem);
  }
}

.conversion__tel {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  justify-items: center;
}
@media (max-width: 1200px) {
  .conversion__tel {
    width: 100%;
  }
}

.conversion__price {
  padding: 38px 0;
}
@media (max-width: 1200px) {
  .conversion__price {
    padding: 0;
  }
}
.conversion__price img {
  width: 554px;
  height: 134px;
}
@media (max-width: 1200px) {
  .conversion__price img {
    max-height: 82px;
  }
}

@media (min-width: 1201px) {
  .conversion__tel {
    position: relative;
  }
  .conversion__tel::after {
    content: "";
    background-image: url(../img/staff.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 162px;
    height: 246px;
    right: 18px;
    bottom: -33px;
    translate: 100% 0;
  }
}
/*——————————————— ポイント オレンジ ———————————————*/
.point {
  background: -o-linear-gradient(315deg, rgb(255, 181, 15) 0%, rgb(255, 140, 5) 100%);
  background: linear-gradient(135deg, rgb(255, 181, 15) 0%, rgb(255, 140, 5) 100%);
}

/*——————————————— 強調テキスト ———————————————*/
.yellow-text {
  color: #FFDC65;
  font-size: 1.1em;
  font-weight: bold;
}

.blue-text {
  color: #0086D1;
  font-size: 1.1em;
  font-weight: bold;
}

/*——————————————— 格子模様 メモの背景  ———————————————*/
.chequered {
  width: 100%;
  height: 500px;
  --CHECK_BORDER: 0.5px;
  --CHECK_COLOR: #EEEEEE;
  --CHECK_BG: #fff;
  background-size: var(--CHECK_SIZE) var(--CHECK_SIZE);
  background-position: 50% 50%;
  background-image: -o-repeating-linear-gradient(left, var(--CHECK_COLOR), var(--CHECK_COLOR) var(--CHECK_BORDER), transparent var(--CHECK_BORDER), transparent 32px), -o-repeating-linear-gradient(bottom, var(--CHECK_COLOR), var(--CHECK_COLOR) var(--CHECK_BORDER), var(--CHECK_BG) var(--CHECK_BORDER), var(--CHECK_BG) 32px);
  background-image: repeating-linear-gradient(90deg, var(--CHECK_COLOR), var(--CHECK_COLOR) var(--CHECK_BORDER), transparent var(--CHECK_BORDER), transparent 32px), repeating-linear-gradient(0deg, var(--CHECK_COLOR), var(--CHECK_COLOR) var(--CHECK_BORDER), var(--CHECK_BG) var(--CHECK_BORDER), var(--CHECK_BG) 32px);
}

@media screen and (min-width: 768px) {
  .chequered {
    --CHECK_SIZE: 30px;
  }
}
@media screen and (max-width: 767px) {
  .chequered {
    --CHECK_SIZE: 20px;
  }
}
/*——————————————— 背景色 ———————————————*/
.bg-red {
  background-color: #FD7091;
}

.bg-blue {
  background-color: #0086D1;
}

/*——————————————— 注釈 ———————————————*/
.note {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  font-size: clamp(0.875rem, 0.6703296703rem + 0.4395604396vw, 1rem);
}
.note::before {
  content: "※";
}

.dg-c1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
@media (max-width: 744px) {
  .dg-c1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

.dg-c2 {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[2]; */
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 744px) {
  .dg-c2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

.dg-c3 {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[3]; */
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 744px) {
  .dg-c3 {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2]; */
    grid-template-columns: repeat(2, 1fr);
  }
}

.dg-c4 {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[4]; */
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 744px) {
  .dg-c4 {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2]; */
    grid-template-columns: repeat(2, 1fr);
  }
}

.dg-c5 {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[5]; */
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 744px) {
  .dg-c5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

.i-tel {
  position: relative;
}
.i-tel::before {
  content: "";
  width: 22px;
  height: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translate(-100%, 8%);
      -ms-transform: translate(-100%, 8%);
          transform: translate(-100%, 8%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.141%22%20height%3D%2234.855%22%20viewBox%3D%220%200%2026.141%2034.855%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%230086d1%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M6.626%2C34.512a22.62%2C22.62%2C0%2C0%2C1%2C0-31.991%2C1.17%2C1.17%2C0%2C0%2C1%2C1.447-.165l4.412%2C2.758a1.17%2C1.17%2C0%2C0%2C1%2C.466%2C1.427l-2.206%2C5.516a1.17%2C1.17%2C0%2C0%2C1-1.2.73l-3.8-.38a18.083%2C18.083%2C0%2C0%2C0%2C0%2C12.221l3.8-.38a1.17%2C1.17%2C0%2C0%2C1%2C1.2.73l2.206%2C5.516a1.17%2C1.17%2C0%2C0%2C1-.466%2C1.427L8.074%2C34.677A1.17%2C1.17%2C0%2C0%2C1%2C6.626%2C34.512ZM16.823%2C6.5a4.36%2C4.36%2C0%2C0%2C1%2C0%2C4.429.82.82%2C0%2C0%2C1-1.274.176l-.407-.39a.823.823%2C0%2C0%2C1-.154-.981%2C2.183%2C2.183%2C0%2C0%2C0%2C0-2.039.823.823%2C0%2C0%2C1%2C.154-.981l.407-.39a.82.82%2C0%2C0%2C1%2C1.274.176ZM23.072.292a13.089%2C13.089%2C0%2C0%2C1%2C0%2C16.844.82.82%2C0%2C0%2C1-1.195.064l-.395-.378a.818.818%2C0%2C0%2C1-.063-1.115%2C10.908%2C10.908%2C0%2C0%2C0%2C0-13.984A.818.818%2C0%2C0%2C1%2C21.482.607l.395-.378a.82.82%2C0%2C0%2C1%2C1.195.064Zm-3.13%2C3.059a8.726%2C8.726%2C0%2C0%2C1%2C0%2C10.725.821.821%2C0%2C0%2C1-1.216.089l-.4-.38a.816.816%2C0%2C0%2C1-.087-1.085%2C6.544%2C6.544%2C0%2C0%2C0%2C0-7.974.816.816%2C0%2C0%2C1%2C.087-1.085l.4-.38a.821.821%2C0%2C0%2C1%2C1.216.089Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.i-Wslash {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.i-Wslash::before, .i-Wslash::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.2em;
  height: 2px;
  background-color: #ffffff;
}
.i-Wslash::before {
  left: -32px;
  -webkit-transform: rotate(-120deg);
      -ms-transform: rotate(-120deg);
          transform: rotate(-120deg);
}
.i-Wslash::after {
  right: -32px;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.i-plus {
  display: inline-block;
  vertical-align: middle;
  color: #31536F;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  z-index: 2;
}
.i-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 2;
}

.i-cross {
  position: relative;
  padding-left: 1.2em;
}
.i-cross::before, .i-cross::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  color: #0086D1;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  z-index: 2;
}
.i-cross::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.i-cross::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.i-arrow-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-arrow-right::after {
  content: "";
  width: 6px;
  height: 8px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Ljg2NyIgaGVpZ2h0PSI4LjIwNiIgdmlld0JveD0iMCAwIDYuODY3IDguMjA2Ij48cGF0aCBkPSJNLTM5ODEuMjM1LDYzNjguODI0bC0uNTMxLS44NDgsNS4wMTctMy4xNDMtNS4wMzEtMy4zODUuNTU4LS44Myw2LjMwOSw0LjI0NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5ODEuNzc5IC02MzYwLjYxOCkiLz48L3N2Zz4=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Ljg2NyIgaGVpZ2h0PSI4LjIwNiIgdmlld0JveD0iMCAwIDYuODY3IDguMjA2Ij48cGF0aCBkPSJNLTM5ODEuMjM1LDYzNjguODI0bC0uNTMxLS44NDgsNS4wMTctMy4xNDMtNS4wMzEtMy4zODUuNTU4LS44Myw2LjMwOSw0LjI0NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5ODEuNzc5IC02MzYwLjYxOCkiLz48L3N2Zz4=);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #000;
  display: block;
  margin-left: 0.5em;
}

.i-warrow-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-warrow-right::after {
  content: "";
  width: 18px;
  height: 12px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS42ODQiIGhlaWdodD0iMTMuNzgiIHZpZXdCb3g9IjAgMCAxOS42ODQgMTMuNzgiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuODY1IDAuNjk4KSI+PHBhdGggZD0iTS4zNDQsMCwwLC40ODcsOC4wNTcsNi4xOTMsMCwxMS45bC4zNDQuNDg3TDkuMDg4LDYuMTkzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTguMTIzIDEyLjM4NSkgcm90YXRlKDE4MCkiIGZpbGw9IiM1ZjVmNWYiLz48cGF0aCBkPSJNLjIyNC0uNyw5Ljk1NCw2LjE5My4yMjQsMTMuMDgybC0uOTIxLTEuM0w3LjE5MSw2LjE5My0uNy42MDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOC4xMjMgMTIuMzg1KSByb3RhdGUoMTgwKSIgZmlsbD0iIzVmNWY1ZiIvPjxwYXRoIGQ9Ik0uMzQ0LDAsMCwuNDg3LDguMDU3LDYuMTkzLDAsMTEuOWwuMzQ0LjQ4N0w5LjA4OCw2LjE5M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMDg4IDEyLjM4NSkgcm90YXRlKDE4MCkiIGZpbGw9IiM1ZjVmNWYiLz48cGF0aCBkPSJNLjIyNC0uNyw5Ljk1NCw2LjE5My4yMjQsMTMuMDgybC0uOTIxLTEuM0w3LjE5MSw2LjE5My0uNy42MDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjA4OCAxMi4zODUpIHJvdGF0ZSgxODApIiBmaWxsPSIjNWY1ZjVmIi8+PC9nPjwvc3ZnPg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS42ODQiIGhlaWdodD0iMTMuNzgiIHZpZXdCb3g9IjAgMCAxOS42ODQgMTMuNzgiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuODY1IDAuNjk4KSI+PHBhdGggZD0iTS4zNDQsMCwwLC40ODcsOC4wNTcsNi4xOTMsMCwxMS45bC4zNDQuNDg3TDkuMDg4LDYuMTkzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTguMTIzIDEyLjM4NSkgcm90YXRlKDE4MCkiIGZpbGw9IiM1ZjVmNWYiLz48cGF0aCBkPSJNLjIyNC0uNyw5Ljk1NCw2LjE5My4yMjQsMTMuMDgybC0uOTIxLTEuM0w3LjE5MSw2LjE5My0uNy42MDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOC4xMjMgMTIuMzg1KSByb3RhdGUoMTgwKSIgZmlsbD0iIzVmNWY1ZiIvPjxwYXRoIGQ9Ik0uMzQ0LDAsMCwuNDg3LDguMDU3LDYuMTkzLDAsMTEuOWwuMzQ0LjQ4N0w5LjA4OCw2LjE5M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMDg4IDEyLjM4NSkgcm90YXRlKDE4MCkiIGZpbGw9IiM1ZjVmNWYiLz48cGF0aCBkPSJNLjIyNC0uNyw5Ljk1NCw2LjE5My4yMjQsMTMuMDgybC0uOTIxLTEuM0w3LjE5MSw2LjE5My0uNy42MDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjA4OCAxMi4zODUpIHJvdGF0ZSgxODApIiBmaWxsPSIjNWY1ZjVmIi8+PC9nPjwvc3ZnPg==);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #5F5F5F;
  display: block;
}

/* 下からふわっと現れる */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime; /*アニメーションの名前*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /*アニメーションの実行時間*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*アニメーション後、要素が表示されたままにする*/
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0); /*元の位置*/
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0); /*元の位置*/
  }
}
.fadeUpTrigger {
  opacity: 0; /*非表示*/
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.menu {
  display: none;
}

.menu .menu__line {
  display: block;
  position: absolute;
  left: 22px;
  width: 24px;
  height: 2px;
  background: #31536F;
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
  background: #ffffff;
  border-bottom: solid 1px #F8F8F8;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  min-height: 88px;
}
@media (max-width: 744px) {
  .header-inner {
    padding: 0 16px;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 99;
}
.header-logo p {
  white-space: nowrap;
}
.header-logo a {
  width: 240px;
  height: 50px;
  margin-right: 16px;
}

.gnav {
  max-width: 8456px;
  width: 100%;
}

.gnav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

@media (max-width: 1200px) {
  .header-nav {
    white-space: nowrap;
  }
}
.header-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-tel-box {
  margin-top: 23px;
  margin-left: 40px;
  text-align: right;
}

html.hidden {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 54px;
    z-index: 98;
    cursor: pointer;
  }
  .menu .menu__line.active {
    left: 16px;
    width: 30px;
  }
  .menu .menu__line.menu__line--top {
    top: 15px;
  }
  .menu .menu__line.menu__line--top.active {
    top: 21px;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .menu .menu__line.menu__line--center {
    top: 22px;
    opacity: 1;
  }
  .menu .menu__line.menu__line--center.active {
    opacity: 0;
  }
  .menu .menu__line.menu__line--bottom {
    top: 29px;
  }
  .menu .menu__line.menu__line--bottom.active {
    top: 21px;
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  .header-logo.open .logo-svg {
    color: #ffffff;
  }
  .logo-svg {
    padding-left: 19px;
  }
  .header-logo.open .logo-svg::before {
    background: #ffffff;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .gnav {
    position: fixed;
    inset: 54px 0px 0px;
    max-width: none;
    width: 100vw;
    min-height: -webkit-fill-available;
    color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow-y: scroll;
    z-index: 99;
    display: none;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .gnav.open {
    display: block;
    -webkit-animation: 0.5s ease-in-out 0.1s 1 normal forwards running fadeGnav;
            animation: 0.5s ease-in-out 0.1s 1 normal forwards running fadeGnav;
    opacity: 0;
    min-height: -moz-fit-content;
    min-height: -webkit-fit-content;
    min-height: fit-content;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #31536F;
  }
  .gnav-inner {
    display: block;
    position: relative;
    padding: 35px 7.46% 50px;
    background-color: #ffffff;
  }
  .header-nav {
    display: -ms-grid;
    display: grid;
    min-width: 170px;
    font-size: 18px;
    text-align: left;
  }
  .header-nav > li > a {
    min-height: 0px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .header-logo p {
    font-size: 11px;
    line-height: 1.2;
  }
  .header-logo a {
    width: 180px;
    height: auto;
    color: #31536F;
  }
  .header-inner {
    min-height: 54px;
  }
  .tel-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 744px) {
  .header-logo a {
    width: 134px;
    height: 28px;
  }
}
@-webkit-keyframes fadeGnav {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 1;
    pointer-events: auto;
    background: rgba(49, 83, 111, 0.9);
  }
}
@keyframes fadeGnav {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 1;
    pointer-events: auto;
    background: rgba(49, 83, 111, 0.9);
  }
}
footer {
  padding: 100px 0;
  background-color: #F8F8F8;
}
@media (max-width: 1200px) {
  footer {
    padding: 64px 0 120px 0;
  }
}
footer .inner {
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1200px) {
  footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100vw - 20px);
  }
}
@media (max-width: 744px) {
  footer .inner {
    gap: 40px;
  }
}
footer .logo {
  display: block;
  width: 240px;
  height: 50px;
  margin: 0 0 8px auto;
}
@media (max-width: 744px) {
  footer .logo {
    width: 200px;
    height: 40px;
    margin: 0 auto 8px auto;
  }
}
footer .note {
  font-size: clamp(0.875rem, 0.6703296703rem + 0.4395604396vw, 1rem);
}
footer .footer__info {
  font-size: clamp(0.75rem, 0.5453296703rem + 0.4395604396vw, 0.875rem);
  text-align: right;
}
@media (max-width: 744px) {
  footer .footer__info {
    margin: 0 auto;
    text-align: center;
  }
}
footer ul.footer__info__list > .en {
  font-weight: 600;
}
@media (max-width: 744px) {
  footer ul.footer__info__list > .en {
    text-decoration: underline;
  }
}

/*————————————————————————————————————————————

TOP

———————————*/
/*——————————————— FV ———————————————*/
section.section-fv.fv {
  width: 100vw;
  height: 100vh;
}

.fv-main {
  width: 100vw;
  height: calc(100vh - 108px);
  position: relative;
  contain: content;
  background-image: url(../img/fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .fv-main {
    background-image: url(../img/fv_sp.jpg);
  }
}
@media (max-width: 744px) {
  .fv-main {
    height: 75vh;
    max-height: none;
  }
}
.fv-main img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 55%;
  max-height: calc(70vh - 108px);
  -o-object-fit: contain;
     object-fit: contain;
  top: 88px;
}
@media (max-width: 1200px) {
  .fv-main img {
    width: 70%;
  }
}
@media (max-width: 744px) {
  .fv-main img {
    width: 90vw;
    max-height: 100vw;
    top: 40px;
  }
}

.fv-main::before {
  content: "";
  inset: 0;
  margin: auto;
  position: absolute;
  top: 88px;
  display: block;
  width: 70vw;
  height: 70vw;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-filter: blur(80px);
          filter: blur(80px);
}
@media (max-width: 744px) {
  .fv-main::before {
    top: 40px;
  }
}

.fv .conversion {
  -ms-grid-columns: auto 20px auto;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
@media (max-width: 744px) {
  .fv .conversion {
    height: 25vh;
    -ms-grid-columns: auto;
    grid-template-columns: repeat(1, auto);
    gap: 12px;
  }
  .fv .conversion img {
    height: 56px;
  }
}
.fv .conversion .tel-area {
  font-size: clamp(1.75rem, 1.135989011rem + 1.3186813187vw, 2.125rem);
  padding: 8px 32px 10px 58px;
}
.fv .conversion .tel-area span {
  font-size: clamp(0.875rem, 0.6703296703rem + 0.4395604396vw, 1rem);
}
.fv .conversion .i-tel::before {
  width: 22px;
  height: 27px;
  top: 0px;
  left: 56px;
  -webkit-transform: translate(-100%, 46%);
      -ms-transform: translate(-100%, 46%);
          transform: translate(-100%, 46%);
}

/*——————————————— 追従コンバージョンエリア ———————————————*/
.conversion.sp-only {
  padding: 12px;
  min-height: auto;
}
@media (min-width: 1201px) {
  .conversion.sp-only {
    display: none;
  }
}
@media (max-width: 1200px) {
  .conversion.sp-only {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 20;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    margin: 0 auto;
  }
  .conversion.sp-only .tel-area {
    font-size: clamp(1.5rem, 1.0906593407rem + 0.8791208791vw, 1.75rem);
  }
  .conversion.sp-only .tel-area span {
    font-size: clamp(0.75rem, 0.5453296703rem + 0.4395604396vw, 0.875rem);
  }
  .conversion.sp-only .i-tel::before {
    width: 22px;
    height: 29px;
    top: 0;
    -webkit-transform: translate(-100%, 35%);
        -ms-transform: translate(-100%, 35%);
            transform: translate(-100%, 35%);
  }
}
@media (max-width: 744px) {
  .conversion.sp-only .conversion__btn {
    padding: 4px 32px 8px 32px;
  }
}

/*——————————————— ご利用シーン ———————————————*/
.scene .inner {
  max-width: 932px;
  width: 100vw;
  margin: 0 auto;
}
@media (max-width: 744px) {
  .scene .inner {
    width: calc(100vw - 40px);
  }
}
.scene .scene-list {
  gap: 14px;
}
.scene .scene-list li {
  text-align: center;
}
.scene .scene-list li figure {
  margin-bottom: 20px;
}
@media (max-width: 744px) {
  .scene .scene-list li figure {
    margin-bottom: 16px;
  }
}

/*——————————————— 4つの特徴 ———————————————*/
.features .inner {
  background-color: #0086D1;
  border-radius: 6px;
  color: #ffffff;
  padding: 80px 120px;
}
@media (max-width: 1200px) {
  .features .inner {
    padding: 64px;
  }
}
@media (max-width: 744px) {
  .features .inner {
    padding: 32px;
  }
}
.features .inner .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 744px) {
  .features .inner .features-list {
    gap: 80px;
  }
}
.features .inner .features-list li {
  position: relative;
  gap: 60px;
}
@media (max-width: 744px) {
  .features .inner .features-list li {
    gap: 24px;
  }
}
.features .inner .features-list li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #37ADEF;
  bottom: -60px;
  display: block;
}
@media (max-width: 744px) {
  .features .inner .features-list li::after {
    bottom: -40px;
  }
}
.features .inner .features-list li:last-child::after {
  content: none;
}
@media (min-width: 745px) {
  .features .inner .features-list li:nth-child(even) .text-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .features .inner .features-list li:nth-child(even) .img-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.features h3 {
  margin-bottom: 28px;
  line-height: 1.4;
}
@media (max-width: 744px) {
  .features h3 {
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.2;
  }
}
.features .features-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 50%;
  font-size: clamp(0.5625rem, 0.3578296703rem + 0.4395604396vw, 0.6875rem);
  font-weight: bold;
  line-height: 1.1;
}
.features .features-point span {
  font-size: clamp(1.25rem, 0.8406593407rem + 0.8791208791vw, 1.5rem);
}
@media (max-width: 744px) {
  .features .features-point {
    margin: 0 auto 16px auto;
    width: 56px;
    height: 56px;
  }
}

/*——————————————— 料金プラン ———————————————*/
.plan .inner > p {
  text-align: center;
  margin-bottom: 32px;
}
.plan table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: clamp(1.125rem, 0.9203296703rem + 0.4395604396vw, 1.25rem);
  margin-bottom: 2px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plan table::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #E3E3E3;
  z-index: 20;
  top: 0;
  border-radius: 6px;
}
.plan table tr {
  background-color: #ffffff;
  border-bottom: 1px solid #E3E3E3;
}
.plan table th,
.plan table td {
  border-right: 1px solid #E3E3E3;
  text-align: center;
}
.plan table th.en,
.plan table td.en {
  font-size: clamp(2rem, 1.1813186813rem + 1.7582417582vw, 2.5rem);
  font-weight: bold;
}
.plan table th > .jp,
.plan table td > .jp {
  font-size: clamp(1.125rem, 0.9203296703rem + 0.4395604396vw, 1.25rem);
  font-weight: bold;
}
.plan table th {
  padding: 12px 20px;
}
.plan table td {
  padding: 8px 20px;
}
.plan table thead tr {
  background-color: #9A9A9A;
  color: #ffffff;
}
.plan table tbody th {
  padding: 20px 20px;
}
.plan .price {
  text-align: right;
  color: #0086D1;
  font-weight: bold;
}
.plan .non {
  background: #fff;
}
@media (max-width: 744px) {
  .plan table {
    border: 0;
    width: 100%;
  }
  .plan table th {
    background-color: #0086D1;
    display: block;
    border-right: none;
    padding: 12px 20px;
  }
  .plan table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .plan table tr {
    display: block;
  }
  .plan table td {
    border-bottom: 1px solid #E3E3E3;
    display: block;
    text-align: right;
    position: relative;
    padding: 12px 20px;
    border-right: none;
  }
  .plan table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    color: #0086D1;
    font-family: "Kosugi Maru", sans-serif;
    font-size: clamp(1.25rem, 0.8406593407rem + 0.8791208791vw, 1.5rem);
  }
  .plan table td.holiday::before {
    color: #FD7091;
  }
  .plan table td:last-child {
    border-bottom: 0;
  }
  .plan table tbody th {
    color: #fff;
  }
}

.plan__table__subtext {
  text-align: right;
  font-size: clamp(0.75rem, 0.5453296703rem + 0.4395604396vw, 0.875rem);
}

.plan__lowest-price {
  position: relative;
  background-color: #EAF8FF;
  border: solid 3px #0086D1 !important;
}
.plan__lowest-price img {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 0;
  right: 0;
  -webkit-transform: translate(36%, -36%) rotate(20deg);
      -ms-transform: translate(36%, -36%) rotate(20deg);
          transform: translate(36%, -36%) rotate(20deg);
}
@media (max-width: 744px) {
  .plan__lowest-price img {
    top: 0;
    right: auto;
    left: 0px;
    -webkit-transform: translate(0%, -91%) rotate(-20deg);
        -ms-transform: translate(0%, -91%) rotate(-20deg);
            transform: translate(0%, -91%) rotate(-20deg);
  }
}

.plan__table {
  margin-bottom: 40px;
}
@media (max-width: 744px) {
  .plan__table {
    margin-bottom: 32px;
  }
}

.plan__contents.dg-c2 {
  -ms-grid-columns: 60% 20px auto;
  grid-template-columns: 60% auto;
  gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 744px) {
  .plan__contents.dg-c2 {
    gap: 8px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    margin-bottom: 64px;
  }
}
.plan__contents > div {
  padding: 24px 72px;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .plan__contents > div {
    padding: 24px 20px 24px 40px;
  }
}
.plan__contents > div h4 {
  font-size: clamp(1.125rem, 0.7156593407rem + 0.8791208791vw, 1.375rem);
  text-align: center;
  margin-bottom: 24px;
}
.plan__contents .basic-plan {
  position: relative;
  background-color: #EAF8FF;
}
.plan__contents .basic-plan h4 {
  color: #0086D1;
}
.plan__contents .option-plan {
  background-color: #E3E3E3;
}
.plan__contents .option-plan .option-price {
  display: block;
  font-size: clamp(1.625rem, 1.010989011rem + 1.3186813187vw, 2rem);
  font-weight: bold;
}
.plan__contents .option-plan .option-price .jp {
  font-size: clamp(0.875rem, 0.6703296703rem + 0.4395604396vw, 1rem);
}

.plan__check-list {
  margin: 0 auto;
  gap: 8px 20px;
  -ms-grid-columns: auto 20px auto 20px auto 20px auto;
  grid-template-columns: repeat(4, auto);
}
@media (min-width: 745px) and (max-width: 1200px) {
  .plan__check-list {
    /* -ms-grid-columns: (auto)[3]; */
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 744px) {
  .plan__check-list {
    /* -ms-grid-columns: (auto)[2]; */
    grid-template-columns: repeat(2, auto);
  }
}
.plan__check-list li {
  font-size: clamp(0.875rem, 0.6703296703rem + 0.4395604396vw, 1rem);
  position: relative;
}
.plan__check-list li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_check-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 8px;
  background-size: contain;
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}
.plan__check-list li::after {
  content: "";
  display: inline-block;
  background-color: #74D856;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.preparations {
  border: solid 3px #0086D1;
  border-radius: 6px;
  position: relative;
  padding: 56px 32px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
@media (max-width: 744px) {
  .preparations {
    padding: 56px 20px 40px 20px;
  }
}
.preparations h3 {
  color: #0086D1;
  text-align: center;
  background-color: #ffffff;
  padding: 0 20px;
  position: absolute;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 744px) {
  .preparations h3 {
    line-height: 1.3;
    padding: 0 12px;
    width: 8em;
  }
}
.preparations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
  gap: 32px 62px;
}
@media (max-width: 744px) {
  .preparations__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-left: 2em;
    gap: 18px;
  }
}
.preparations__list li {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: clamp(1.25rem, 0.8406593407rem + 0.8791208791vw, 1.5rem);
}
.preparations__list li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_check-02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: -28px;
  top: 0.4em;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.preparations__list li span {
  font-size: clamp(0.875rem, 0.6703296703rem + 0.4395604396vw, 1rem);
}

.option-plan {
  position: relative;
}
.option-plan .plan__check-list {
  text-align: center;
}
.option-plan .plan__check-list li {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.option-plan .plan__check-list li::after {
  background-color: #9A9A9A;
  top: 12px;
}
.option-plan .plan__check-list li::before {
  top: 12px;
}
.option-plan .i-plus {
  width: 0.6em;
  height: 0.1em;
  margin-right: 6px;
  margin-bottom: 4px;
}

.basic-plan .mark-plus {
  position: absolute;
  top: 50%;
  right: -9px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  z-index: 10;
}
@media (max-width: 744px) {
  .basic-plan .mark-plus {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
.basic-plan .mark-plus::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: solid 1px #E3E3E3;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.basic-plan .mark-plus .i-plus {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (max-width: 744px) {
  .plan table tbody th {
    padding: 12px 20px;
  }
}
/*——————————————— 直葬の流れ ———————————————*/
.flow h2 span {
  margin-top: 12px;
}
.flow__list {
  margin-bottom: 40px;
  counter-reset: item;
}
@media (max-width: 744px) {
  .flow__list {
    margin-bottom: 32px;
  }
}
.flow__list li {
  min-height: 184px;
  padding: 28px 240px 28px 180px;
  background-color: #F8F8F8;
  counter-increment: mycounter;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media (min-width: 745px) and (max-width: 1200px) {
  .flow__list li {
    padding: 24px 120px 24px 80px;
  }
}
@media (max-width: 744px) {
  .flow__list li {
    text-align: center;
    padding: 72px 20px 32px 20px;
  }
  .flow__list li h4 {
    margin-bottom: 72px;
  }
  .flow__list li p {
    text-align: left;
  }
}
.flow__list li img {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media (max-width: 1200px) {
  .flow__list li img {
    right: 20px;
    width: 80px;
  }
}
@media (max-width: 744px) {
  .flow__list li img {
    top: 116px;
    right: 50%;
    width: 64px;
    -webkit-transform: translate(50%, 0%);
        -ms-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
}
.flow__list li:nth-child(odd) {
  background-color: #0086D1;
  color: #ffffff;
}
.flow__list li::before {
  counter-increment: item;
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: clamp(3.25rem, 2.635989011rem + 1.3186813187vw, 3.625rem);
}
@media (max-width: 1200px) {
  .flow__list li::before {
    font-size: clamp(2rem, 1.1813186813rem + 1.7582417582vw, 2.5rem);
    left: 20px;
  }
}
@media (max-width: 744px) {
  .flow__list li::before {
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.flow__list li::after {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  background-color: #F8F8F8;
  -webkit-clip-path: polygon(50% 20px, 0% 0%, 32px 0%);
          clip-path: polygon(50% 20px, 0% 0%, 32px 0%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 20;
}
.flow__list li:nth-child(odd)::after {
  background-color: #0086D1;
}
.flow__list li:last-child::after {
  content: none;
}
.flow .flow__list li:first-child {
  border-radius: 6px 6px 0 0;
}
.flow .flow__list li:last-child {
  border-radius: 0 0 6px 6px;
}

.supplement {
  background-color: #E3E3E3;
  padding: 32px 32px;
  text-align: center;
  max-width: 932px;
  margin: 0 auto;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .supplement {
    padding: 32px;
  }
}
.supplement h4 {
  font-size: clamp(1.125rem, 0.9203296703rem + 0.4395604396vw, 1.25rem);
  line-height: 1.4;
  margin-bottom: 20px;
}
.supplement__list {
  font-size: clamp(1rem, 0.7953296703rem + 0.4395604396vw, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 744px) {
  .supplement__list {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .supplement__list li {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
}

/*——————————————— ご利用者様からの声 ———————————————*/
.voice {
  background-color: #FFF6DD;
  padding: 100px 0 320px 0;
  position: relative;
  margin-bottom: 0;
}
.voice p {
  text-align: center;
  white-space: normal;
  word-break: auto-phrase;
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}
@media (max-width: 1200px) {
  .voice__list {
    gap: 12px;
  }
}
.voice__list li {
  width: calc(33% - 20px);
  background-color: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px 24px 24px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3em;
}
@media (max-width: 1200px) {
  .voice__list li {
    width: calc(50% - 12px);
    gap: 12px;
  }
}
@media (max-width: 744px) {
  .voice__list li {
    width: 100%;
  }
}
.voice__list li img {
  width: 74px;
  min-width: 74px;
}
.voice__list li p {
  font-size: clamp(0.875rem, 0.6703296703rem + 0.4395604396vw, 1rem);
  text-align: left;
}
.voice .inner > .blue-text {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.conversion.absolute {
  position: absolute;
  bottom: 0;
}