@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ==============================
  base/base
================================= */
:root {
  --padding-inline: $padding-inline;
}

html {
  font-size: 62.5%;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

body {
  position: static;
  word-break: break-all;
  font-size: 160%;
  font-family: "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 140%;
  }
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div {
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: 14px;
}

p {
  font-size: inherit;
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: 14px;
}

label {
  font-size: inherit;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

input::-webkit-input-placeholder {
  font-size: inherit;
}

input::-moz-placeholder {
  font-size: inherit;
}

input:-ms-input-placeholder {
  font-size: inherit;
}

input::-ms-input-placeholder {
  font-size: inherit;
}

input::placeholder {
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

main {
  display: block;
}

/* ==============================
  base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

/* ==============================
  PC、SP出しわけ
================================= */
.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/* button
========================================= */
.btn-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 39px;
  padding: 16px 20px;
  gap: 16px;
  font-size: 19px;
  font-weight: 700;
  min-width: 214px;
}
.btn-round [class^=icon-].icon-arrow_right,
.btn-round [class*=" icon-"].icon-arrow_right {
  font-size: 10px;
}
.btn-round.btn-fill-red {
  background-color: #C91127;
  color: #fff;
}
.btn-round.btn-fill-navy {
  background-color: #183764;
  color: #fff;
}
.btn-round.btn-border-red {
  background-color: #C91127;
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
}
.btn-round.btn-border-red:hover, .btn-round.btn-border-red:active {
  background-color: #B4D4DC;
}

/* section
========================================= */
.section-inner {
  max-width: 947px;
  padding-inline: 40px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .section-inner {
    padding-inline: 20px;
  }
}
.section-heading-block {
  position: relative;
  line-height: 1;
}
.section-heading-en {
  font-family: "Overpass", sans-serif;
  font-size: clamp(70px, 10.6666666667vw, 128px);
  line-height: 1;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.05);
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.section-heading-jp {
  display: inline-block;
  font-size: clamp(18px, 2.1666666667vw, 26px);
  white-space: nowrap;
  color: #3BA7C1;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .section-heading-jp:has(br) {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.section-heading-read {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .section-heading-read {
    margin-top: 16px;
    font-size: 14px;
  }
}

/* cva
========================================= */
.cva {
  padding-inline: 0 40px;
  background-image: url("../images/bg_cva02.webp");
  background-size: cover;
  background-position: center left;
}
@media (max-width: 768px) {
  .cva {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1320px) {
  .cva {
    padding-inline: 40px;
  }
}
.cva-a {
  background-image: url("../images/bg_cva01.webp");
  padding: 40px;
}
@media (max-width: 768px) {
  .cva-a {
    padding: 32px 20px 44px;
  }
}
.cva-a .cva-inner {
  grid-template-columns: 0.73fr 1fr;
  max-width: 867px;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}
@media (max-width: 768px) {
  .cva-a .cva-inner {
    grid-template-columns: auto;
    grid-template-areas: "about" "img" "link";
  }
}
@media (max-width: 768px) {
  .cva-a .cva-img {
    margin-top: 26px;
    text-align: center;
  }
}
.cva-a .cva-link {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .cva-a .cva-link {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .cva:not(.cva-a) {
    position: relative;
    z-index: 1;
  }
  .cva:not(.cva-a)::before {
    content: "";
    display: block;
    width: 36%;
    height: 100%;
    background-image: url("../images/bg_cva03.webp");
    background-size: cover;
    background-position: center right;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .cva:not(.cva-a) {
    position: relative;
    z-index: 1;
  }
  .cva:not(.cva-a)::before {
    content: "";
    display: block;
    width: 90%;
    height: 43%;
    background-image: url("../images/bg_cva03.webp");
    background-size: cover;
    background-position: center right;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.cva:not(.cva-a) .cva-inner {
  margin-inline: 0 auto;
}
@media screen and (min-width: 1320px) {
  .cva:not(.cva-a) .cva-inner {
    max-width: 867px;
    margin-inline: auto;
  }
}
.cva:not(.cva-a) .cva-img {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 21px 0;
}
@media (max-width: 768px) {
  .cva:not(.cva-a) .cva-img {
    max-width: 100%;
    max-height: 237px;
    height: auto;
    margin-top: 82px;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: flex-end;
    padding: 0;
  }
}
.cva:not(.cva-a) .cva-img img {
  max-width: 428px;
  max-height: 237px;
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .cva:not(.cva-a) .cva-img img {
    max-width: 121px !important;
    max-height: 237px;
    width: 121px;
    height: auto;
  }
}
.cva:not(.cva-a) .cva-img .cva-img-text {
  height: 102px;
  width: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3CA7C1;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0 -16px;
}
@media (max-width: 768px) {
  .cva:not(.cva-a) .cva-img .cva-img-text {
    margin: 0;
  }
}
.cva:not(.cva-a) .cva-img .cva-img-text p {
  line-height: 1.4;
}
.cva:not(.cva-a) .cva-img .cva-img-text span {
  display: block;
  font-size: 29px;
}
@media (max-width: 768px) {
  .cva:not(.cva-a) .cva-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}
.cva:not(.cva-a) .cva-about {
  margin-top: 15px;
  justify-self: self-end;
}
@media (max-width: 768px) {
  .cva:not(.cva-a) .cva-about {
    margin-top: 20px;
    justify-self: center;
  }
}
.cva:not(.cva-a) .cva-link {
  margin-block: 20px 23px;
  padding-block: 12px;
}
@media (max-width: 768px) {
  .cva:not(.cva-a) .cva-link {
    margin-block: 26px 50px;
  }
}
.cva-inner {
  max-width: 907px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: minmax(0, 428px) 1fr;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  grid-template-areas: "img about" "img link";
}
@media (max-width: 768px) {
  .cva-inner {
    grid-template-columns: auto;
    grid-template-areas: "img" "about" "link";
  }
}
.cva-img {
  grid-area: img;
}
.cva-about {
  grid-area: about;
  color: #fff;
}
@media (max-width: 768px) {
  .cva-about {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.cva-about-main {
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.45;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 4px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .cva-about-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cva-about-main > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px 4px;
}
.cva-about-main strong {
  padding: 1px 2px;
  background-color: #fff;
  color: #193764;
}
.cva-about-main strong:has(.txt-num) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 4px 1px;
}
.cva-about-main .txt-num {
  font-size: clamp(42px, 4.4166666667vw, 53px);
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.cva-about-sub {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cva-about-sub {
    text-align: center;
  }
}
.cva-about-list {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .cva-about-list {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin-inline: auto;
  }
}
.cva-about-list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 17px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.cva-about-list > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.cva-about-list > li [class^=icon-],
.cva-about-list > li [class*=" icon-"] {
  font-size: 20px;
  line-height: 1.5;
}
.cva-about-att {
  margin-top: 12px;
  color: #82859F;
  font-size: 12px;
}
@media (max-width: 768px) {
  .cva-about-att {
    margin-top: 22px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin-inline: auto;
  }
}
.cva-link {
  margin-top: 20px;
  grid-area: link;
  justify-self: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.29);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.29);
  font-size: 15px;
  justify-self: self-end;
}
@media (max-width: 768px) {
  .cva-link {
    min-width: 335px;
    justify-self: center;
  }
}

.l-body {
  position: relative;
  display: grid;
  grid-template-areas: "main form" "footer form";
  grid-template-columns: minmax(0, 1fr) 333px;
}
@media (max-width: 1101px) {
  .l-body {
    grid-template-areas: "main" "form" "footer";
    grid-template-columns: auto;
  }
}

/* header
========================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 333px);
  display: grid;
  grid-template-columns: auto 1fr -webkit-max-content;
  grid-template-columns: auto 1fr max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 15px 40px;
  z-index: 10;
}
@media (max-width: 1101px) {
  .l-header {
    width: 100%;
    grid-template-columns: 157px auto 1fr;
  }
}
@media (max-width: 768px) {
  .l-header {
    grid-template-columns: 157px 1fr 40px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 5px 20px;
  }
}

.header-logo {
  max-width: min(260px, 21.6666666667vw);
  display: block;
  position: relative;
  z-index: 15;
}
@media (max-width: 768px) {
  .header-logo {
    max-width: 260px;
  }
}
.header-logo:hover, .header-logo:active {
  opacity: 0.7;
}
.header-nav-content {
  display: contents;
}
@media (max-width: 768px) {
  .header-nav-content {
    display: grid;
    place-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -10;
    padding: 50px 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: auto;
    visibility: hidden;
  }
}
.header-nav-content .header-tel-link {
  display: none;
  color: #222;
  text-shadow: none;
}
@media (max-width: 768px) {
  .header-nav-content .header-tel-link {
    display: block;
  }
}
.header-nav-content .header-tel-link-main {
  font-size: 28px;
}
.header-nav-content .header-tel-link-main [class^=icon-],
.header-nav-content .header-tel-link-main [class*=" icon-"] {
  font-size: 20px;
}
.header-nav-content .header-tel-link-sub {
  color: #7C7C7C;
}
.header-nav-btn {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #3BA7C1;
  border-radius: 50%;
  position: relative;
  z-index: 15;
}
@media (max-width: 768px) {
  .header-nav-btn {
    display: grid;
    place-content: center;
  }
}
.header-nav-icon {
  position: relative;
  width: 15px;
  height: 10px;
}
.header-nav-icon::before, .header-nav-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-nav-icon::before {
  top: 0;
}
.header-nav-icon::after {
  bottom: 0;
}
.header-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 28px;
}
@media (max-width: 768px) {
  .header-link-list {
    -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;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 769px) {
  .header-link-list .btn-round {
    display: none;
  }
}
.header-link-list .btn-round [class^=icon-],
.header-link-list .btn-round [class*=" icon-"] {
  font-size: 14px;
}
.header-link-list a:not(.btn-round) {
  font-size: 14px;
  color: #033333;
}
@media (max-width: 768px) {
  .header-link-list a:not(.btn-round) {
    color: #222;
    font-size: 18px;
    font-weight: 700;
  }
}
.header-link-list a:not(.btn-round):hover, .header-link-list a:not(.btn-round):active {
  opacity: 0.7;
}
.header-tel-link {
  justify-self: end;
  font-weight: 500;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(24, 55, 100, 0.4);
}
.header-tel-link:hover, .header-tel-link:active {
  opacity: 0.7;
}
.header-tel-link-main {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px) {
  .header-tel-link-main {
    font-size: 15px;
    gap: 3px;
  }
}
.header-tel-link-main [class^=icon-],
.header-tel-link-main [class*=" icon-"] {
  font-size: 14px;
}
@media (max-width: 768px) {
  .header-tel-link-main [class^=icon-],
  .header-tel-link-main [class*=" icon-"] {
    font-size: 10px;
  }
}
.header-tel-link-sub {
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

/* main
========================================= */
.l-main {
  display: contents;
}

.main-container {
  grid-area: main;
  overflow: hidden;
}

/* form
========================================= */
.main-form-container {
  grid-area: form;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  padding: 12px;
}
@media (max-width: 768px) {
  .main-form-container {
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 1;
  }
}
.main-form-block {
  position: sticky;
  top: 12px;
  left: 0;
}

/* mv
========================================= */
.mv-section-top {
  display: contents;
}
@media (max-width: 768px) {
  .mv-section-top {
    height: 100svh;
    display: grid;
    grid-template-rows: max(300px, 80vw) 1fr;
  }
}
.mv-section-head {
  background-image: url("../images/mv_bg_pc.webp");
  background-size: cover;
  background-position: bottom center;
  padding: 120px 40px 127px;
  height: max(550px, 45.8333333333vw);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .mv-section-head {
    padding-inline: 20px;
    background-image: url("../images/mv_bg_sp.webp");
    height: 100%;
    padding-block: 10px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.mv-sp-img {
  display: none;
}
@media (max-width: 768px) {
  .mv-sp-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    margin-inline: auto 0;
  }
  .mv-sp-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.mv-heading {
  font-weight: 800;
}
@media (max-width: 768px) {
  .mv-heading {
    padding-top: 14px;
    text-align: center;
  }
}
.mv-heading-top {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: max(22px, 2.25vw);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media (max-width: 768px) {
  .mv-heading-top {
    margin-inline: auto;
  }
}
.mv-heading-top > strong {
  font-size: max(20px, 2vw);
  color: #fff;
  line-height: 1;
  background-color: #3BA7C1;
  width: 100%;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 6px;
}
.mv-heading-main {
  padding-top: 8px;
  font-size: max(33px, 3.3333333333vw);
}
.mv-link-block {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .mv-link-block {
    margin: 16px auto 0;
  }
}
.mv-link-read {
  font-size: max(12px, 1vw);
  font-weight: 700;
  color: #3BA7C1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1px;
  padding-inline: max(12px, 1vw);
  position: relative;
}
.mv-link-read::before, .mv-link-read::after {
  content: "";
  display: block;
  width: 2px;
  height: max(16px, 1.3333333333vw);
  background-color: #3BA7C1;
  position: absolute;
}
.mv-link-read::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.mv-link-read::after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.mv-link-read .date {
  display: contents;
  font-size: max(13px, 1.0833333333vw);
  line-height: 1;
}
.mv-link-read .date > .num {
  font-family: "Roboto", sans-serif;
  font-size: max(16px, 1.3333333333vw);
  line-height: 1;
}
.mv-link-item {
  position: relative;
  padding-top: 36px;
}
@media screen and (min-width: 1101px) {
  .mv-link-item {
    padding-top: max(36px, 3vw);
  }
}
.mv-link-item .btn-round {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.29);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.29);
}
@media screen and (min-width: 1101px) {
  .mv-link-item .btn-round {
    font-size: max(19px, 1.5833333333vw);
    padding: max(16px, 1.3333333333vw) max(20px, 1.6666666667vw);
    border-radius: max(39px, 3.25vw);
  }
}
.mv-link-balloon {
  width: 278px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1101px) {
  .mv-link-balloon {
    width: min(580px, 23.1666666667vw);
  }
}
.mv-logo-slider {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 82px;
}
.mv-logo-slider-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 25s infinite linear 0.5s both;
          animation: infinity-scroll-left 25s infinite linear 0.5s both;
}
.mv-logo-slider-item {
  margin-left: 23px;
}
.mv-logo-slider-item img {
  height: 55px;
  width: auto;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* problem
========================================= */
.problem-section {
  padding-block: 40px 60px;
  background-color: #F0F0F0;
}
@media (max-width: 768px) {
  .problem-section {
    padding-block: 32px 60px;
  }
}
.problem-list {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 50px;
}
@media (max-width: 1101px) {
  .problem-list {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 768px) {
  .problem-list {
    margin-top: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.problem-list-block {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 17px;
  background-color: #fff;
  position: relative;
  padding: 20px 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .problem-list-block {
    max-width: 256px;
    width: 100%;
    margin-inline: auto;
  }
}
.problem-list-num {
  display: grid;
  place-content: center;
  width: 45px;
  height: 45px;
  background-color: #2C456A;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.problem-list-img {
  max-width: 248px;
  margin-inline: auto;
}
.problem-list-txt {
  color: #193764;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

/* scene
========================================= */
.scene-section {
  background-image: url("../images/scene_bg.webp");
  background-size: cover;
  background-position: top center;
  padding-block: 40px 60px;
}
@media (max-width: 768px) {
  .scene-section {
    background-image: url("../images/scene_bg_sp.webp");
    padding-block: 32px 50px;
  }
}
.scene-example-content {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .scene-example-content {
    margin-top: 56px;
  }
}
.scene-example-row {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .scene-example-row {
    padding: 30px 16px 20px;
  }
}
.scene-example-row + .scene-example-row {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .scene-example-row + .scene-example-row {
    margin-top: 70px;
  }
}
.scene-row-num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.scene-row-inner {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  -webkit-column-gap: min(24px, 2vw);
     -moz-column-gap: min(24px, 2vw);
          column-gap: min(24px, 2vw);
}
@media (max-width: 1101px) {
  .scene-row-inner {
    grid-template-columns: auto;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .scene-row-inner {
    row-gap: 16px;
  }
}
.scene-row-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px 8px;
  padding-bottom: 9px;
  font-weight: 700;
  border-bottom: 1.5px solid #3BA7C1;
  position: relative;
}
.scene-row-heading::before, .scene-row-heading::after {
  content: "";
  display: block;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.scene-row-heading::before {
  width: 14px;
  height: 14px;
  background-color: #3BA7C1;
  left: 40px;
  bottom: 0;
}
.scene-row-heading::after {
  width: 12.5px;
  height: 12.5px;
  background-color: #fff;
  left: 41.5px;
  bottom: 0.5px;
}
.scene-row-heading-main {
  font-size: 18px;
  color: #3BA7C1;
}
.scene-row-heading-sub {
  font-size: 12px;
  color: #717576;
}
.scene-row-detail {
  margin-top: 18px;
}
.scene-row-detail > p {
  font-size: 14px;
  line-height: 1.6;
}
.scene-row-ex {
  margin-top: 20px;
  background-color: #F8F8F8;
  padding: 19px 14px;
}
@media (max-width: 768px) {
  .scene-row-ex {
    margin-top: 16px;
  }
}
.scene-row-ex-label {
  color: #3BA7C1;
  padding-bottom: 6px;
}
.scene-row-ex > p {
  font-size: 12px;
  line-height: 1.58;
}
.scene-slider {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .scene-slider {
    margin-top: 32px;
  }
}
.scene-slider-item + .scene-slider-item {
  margin-left: clamp(16px, 2.1666666667vw, 26px);
}

/* merits
========================================= */
.merits-section {
  padding-block: 40px 60px;
}
@media (max-width: 768px) {
  .merits-section {
    padding-block: 32px 50px;
  }
}
.merits-section-inner {
  padding-inline: 40px;
  max-width: 947px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .merits-section-inner {
    padding-inline: 0;
  }
}
.merits-point-wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 0.65fr 0.08fr 1fr;
}
@media (max-width: 768px) {
  .merits-point-wrapper {
    grid-template-columns: auto;
    grid-template-rows: clamp(364px, 97.0666666667vw, 434px) 80px auto;
  }
}
.merits-point-img {
  grid-area: 1/1/2/3;
}
@media (max-width: 768px) {
  .merits-point-img {
    grid-area: 1/1/3/2;
    overflow: hidden;
  }
}
.merits-point-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.merits-point-detail {
  grid-area: 1/2/2/4;
  background-color: #F8F8F8;
  padding: 30px 25px;
  align-self: center;
}
@media (max-width: 768px) {
  .merits-point-detail {
    grid-area: 2/1/4/2;
    max-width: calc(100% - 40px);
    width: 100%;
    margin-inline: auto;
    padding: 20px 16px;
  }
}
.merits-point-row {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 70px 1fr;
  grid-template-areas: "row_icon row_ttl" "row_icon row_txt";
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 768px) {
  .merits-point-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: auto;
    grid-template-areas: "row_icon" "row_ttl" "row_txt";
    gap: 10px;
  }
}
.merits-point-row + .merits-point-row {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .merits-point-row + .merits-point-row {
    margin-top: 20px;
  }
}
.merits-point-icon {
  grid-area: row_icon;
}
@media (max-width: 768px) {
  .merits-point-icon {
    max-width: 45px;
    width: 100%;
  }
}
.merits-point-ttl {
  grid-area: row_ttl;
  color: #3BA7C1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .merits-point-ttl {
    font-size: 16px;
  }
}
.merits-point-txt {
  grid-area: row_txt;
  font-size: 14px;
  line-height: 2;
  text-box-trim: trim-both;
  text-box-edge: text;
}
.merits-feature-block {
  padding: 74px 40px 60px;
  max-width: 947px;
  margin-inline: auto;
  background-image: url("../images/bg_merits02.webp");
  background-position: center right -25px;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .merits-feature-block {
    margin-block: 20px 24px;
    padding: 44px 20px 51px;
    background-image: url("../images/bg_merits02_sp.webp");
    background-position: center right 13px;
  }
}
.merits-feature-inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin-inline: auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "read main" "att main";
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media (max-width: 768px) {
  .merits-feature-inner {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.merits-feature-read {
  grid-area: read;
  color: #193764;
  font-size: clamp(14px, 2.1666666667vw, 26px);
  font-weight: 700;
  text-align: center;
  line-height: 1.42;
}
.merits-feature-main {
  grid-area: main;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  color: #3BA7C1;
  font-size: clamp(24px, 3.0833333333vw, 37px);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .merits-feature-main > strong {
    max-width: 122px;
  }
}
.merits-feature-att {
  grid-area: att;
  font-size: 11px;
  color: #82859F;
  text-align: center;
}
.merits-logo-wrapper {
  padding-inline: 40px;
  max-width: 947px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .merits-logo-wrapper {
    padding-inline: 20px;
  }
}
.merits-logo-block {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 14px;
}
@media (max-width: 768px) {
  .merits-logo-block {
    padding: 20px 16px;
  }
}
.merits-logo-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 4px 15px;
}
@media (max-width: 768px) {
  .merits-logo-list {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  }
}
.merits-logo-list > li {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
}
.merits-logo-txt-bottom {
  color: #3BA7C1;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  margin-top: 12px;
}

/* why
========================================= */
.why-section {
  padding-block: 40px 60px;
}
@media (max-width: 768px) {
  .why-section {
    padding-block: 33px 50px;
  }
}
.why-content {
  margin-top: 53px;
}
@media (max-width: 768px) {
  .why-content {
    margin-top: 61px;
  }
}
.why-point-row {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (min-width: 769px) {
  .why-point-row:nth-of-type(2n+1) {
    grid-template-areas: "block img";
    grid-template-columns: 0.9fr 1fr;
  }
  .why-point-row:nth-of-type(2n+1) .why-point-img {
    justify-self: self-start;
  }
  .why-point-row:nth-last-of-type(2n) {
    grid-template-areas: "img block";
    grid-template-columns: 0.73fr 1fr;
  }
  .why-point-row:nth-of-type(3) {
    grid-template-columns: 1.18fr 1fr;
  }
}
@media (max-width: 768px) {
  .why-point-row {
    gap: 25px 0;
    grid-template-areas: "block" "img";
    grid-template-columns: auto;
  }
}
.why-point-row + .why-point-row {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .why-point-row + .why-point-row {
    margin-top: 32px;
  }
}
.why-point-block {
  grid-area: block;
}
.why-point-img {
  grid-area: img;
}
@media (max-width: 768px) {
  .why-point-img {
    justify-self: center;
  }
}
.why-point-img.img_shadow img {
  -webkit-filter: drop-shadow(0 13px 6px rgba(34, 34, 34, 0.07));
          filter: drop-shadow(0 13px 6px rgba(34, 34, 34, 0.07));
}
.why-point-num {
  max-width: 58px;
  width: 100%;
}
.why-point-ttl {
  margin-top: 10px;
  color: #193764;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .why-point-ttl {
    margin-top: 15px;
  }
}
.why-point-txt {
  font-size: 16px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .why-point-txt {
    margin-top: 25px;
  }
}

/* compere
========================================= */
.compere-section {
  background-color: #F8F8F8;
  padding-block: 40px 68px;
}
@media (max-width: 768px) {
  .compere-section {
    padding-block: 32px 58px;
  }
}
.compere-table {
  margin-top: 32px;
  width: 100%;
  border-collapse: collapse;
}
.compere-table .col-primary {
  border-inline: 9px solid #3BA7C1;
  padding-inline: 9px;
}
.compere-table thead th {
  padding: 11px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 768px) {
  .compere-table thead th {
    padding-block: 8px;
    font-size: 14px;
    white-space: nowrap;
  }
}
.compere-table thead .col-primary {
  background-color: #3BA7C1;
}
.compere-table thead .col-primary::before {
  content: "";
  display: block;
  width: calc(100% + 18px);
  height: 9px;
  background-color: #3BA7C1;
  border-radius: 14px 14px 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 768px) {
  .compere-table thead .col-primary::before {
    border-radius: 6px 6px 0 0;
  }
}
.compere-table thead .col-secondary {
  background-color: #193764;
}
.compere-table tbody th, .compere-table tbody td {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
}
.compere-table tbody th:last-child, .compere-table tbody td:last-child {
  border-right: 1px solid #DBDBDB;
}
.compere-table tbody th {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #193764;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .compere-table tbody th {
    width: 54px;
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .compere-table tbody td {
    padding-inline: 2px;
  }
}
.compere-table tbody td [class^=icon-],
.compere-table tbody td [class*=" icon-"] {
  font-size: 29px;
  font-weight: 700;
  color: #193764;
}
.compere-table tbody td [class^=icon-].icon-double_circle,
.compere-table tbody td [class*=" icon-"].icon-double_circle {
  color: #C91127;
}
.compere-table tbody tr:last-of-type th, .compere-table tbody tr:last-of-type td {
  border-bottom: 1px solid #DBDBDB;
}
.compere-table tbody tr:last-of-type .col-primary {
  position: relative;
}
.compere-table tbody tr:last-of-type .col-primary::after {
  content: "";
  display: block;
  width: calc(100% + 18px);
  height: 9px;
  background-color: #3BA7C1;
  border-radius: 0 0 14px 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media (max-width: 768px) {
  .compere-table tbody tr:last-of-type .col-primary::after {
    border-radius: 0 0 6px 6px;
  }
}
.compere-table-img {
  display: grid;
  place-content: center;
}
.compere-table-img img {
  width: 80px;
  height: auto;
}
@media (max-width: 768px) {
  .compere-table-img {
    display: none;
  }
}
.compere-table-th {
  font-size: 16px;
}
@media (max-width: 768px) {
  .compere-table-th {
    display: inline-block;
    text-align: start;
    line-height: 1.1;
    font-size: 14px;
    white-space: pre;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.compere-table-detail {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .compere-table-detail {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .compere-table-detail.font-s {
    font-size: 10px;
  }
}

/* lineup
========================================= */
.lineup-section {
  padding-block: 98px 60px;
}
@media (max-width: 768px) {
  .lineup-section {
    padding-block: 33px 50px;
  }
}
.lineup-table {
  margin-top: 43px;
  min-width: 100%;
}
@media (max-width: 1101px) {
  .lineup-table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 768px) {
  .lineup-table {
    margin-top: 48px;
  }
}
.lineup-table tr {
  display: grid;
  grid-template-columns: 98px repeat(3, 1fr);
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
}
.lineup-table tr:has([colspan]) {
  grid-template-columns: 98px 1fr;
}
.lineup-table thead tr {
  border-bottom: 1px solid #DBDBDB;
  position: relative;
  z-index: 2;
}
.lineup-table thead tr th:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
}
.lineup-table thead th {
  padding-bottom: 32px;
}
.lineup-table tbody tr {
  border-bottom: 1px solid #DBDBDB;
}
.lineup-table tbody th, .lineup-table tbody td {
  padding-block: 17px;
}
.lineup-table tbody th {
  position: sticky;
  left: 0;
  background-color: #fff;
}
.lineup-table-wrapper {
  width: 100%;
  overflow: auto;
}
.lineup-table-th-img {
  max-width: 221px;
  width: 100%;
  margin-inline: auto;
}
.lineup-table-th-main {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
}
.lineup-table-th-sub {
  margin-top: 5px;
  color: #3BA7C1;
  font-size: 14px;
  font-weight: 700;
}
.lineup-table-td {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.lineup-table-td-label {
  font-size: 14px;
  font-weight: 700;
  color: #3BA7C1;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}
.lineup-table-att {
  display: block;
  font-size: 11px;
  color: #7C7C7C;
}
.lineup-spec-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
}
.lineup-spec-data > dt {
  color: #82859F;
}
.lineup-spec-data + .lineup-spec-data {
  margin-top: 4px;
}

/* work
========================================= */
.work-section {
  background-color: #F8F8F8;
  padding-block: 60px;
}
@media (max-width: 768px) {
  .work-section {
    padding-block: 48px 50px;
  }
}
.work-content {
  margin-top: 62px;
}
@media (max-width: 768px) {
  .work-content {
    margin-top: 48px;
  }
}
.work-content-row {
  background-color: #fff;
  padding: 28px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-areas: "head img" "points img" "comments img";
  grid-template-columns: 1fr 0.64fr;
  gap: 12px 30px;
}
@media (max-width: 768px) {
  .work-content-row {
    padding: 20px 16px;
    grid-template-areas: "head" "points" "comments" "img";
    grid-template-columns: auto;
    gap: 26px 0;
  }
}
.work-content-row + .work-content-row {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .work-content-row + .work-content-row {
    margin-top: 32px;
  }
}
.work-data-head {
  grid-area: head;
}
.work-data-label {
  display: inline-block;
  background-color: #3BA7C1;
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.work-data-place {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 768px) {
  .work-data-place {
    margin-top: 8px;
  }
}
.work-data-place-name {
  color: #82859F;
  font-size: 14px;
  font-weight: 700;
}
.work-data-place-info {
  color: #82859F;
  font-size: 12px;
}
.work-data-ttl {
  margin-top: 6px;
  color: #3BA7C1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDBDB;
}
.work-point-list {
  grid-area: points;
}
.work-point-list > li {
  display: grid;
  grid-template-columns: 20px 1fr;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.work-point-list > li:not(:last-of-type) {
  margin-bottom: 6px;
}
.work-point-list > li [class^=icon-],
.work-point-list > li [class*=" icon-"] {
  color: #3BA7C1;
  font-size: 20px;
}
.work-comments {
  grid-area: comments;
  background-color: #F8F8F8;
  padding: 20px 16px;
  font-size: 14px;
}
.work-comments-head {
  font-weight: 700;
  color: #193764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.work-comments-icon {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/icon_work01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.work-img {
  grid-area: img;
}

/* price
========================================= */
.price-section {
  background-color: #F0F5F6;
  padding-block: 60px;
}
@media (max-width: 768px) {
  .price-section {
    padding-block: 32px 50px;
  }
}
.price-list-content {
  margin-top: 42px;
}
.price-list-row {
  background-color: #fff;
  padding: 24px 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.price-list-row + .price-list-row {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .price-list-row + .price-list-row {
    margin-top: 22px;
  }
}
.price-list-row-inner {
  max-width: 706px;
  width: 100%;
  margin-inline: auto;
}
.price-list-row-add {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  background-color: #3BA7C1;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .price-list-row-add {
    top: -11px;
  }
}
.price-list-row-ttl {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .price-list-row-ttl {
    font-size: 12px;
  }
}
.price-list-row-att {
  margin-top: 19px;
}
@media (max-width: 768px) {
  .price-list-row-att {
    margin-top: 12px;
  }
}
.price-row-1 {
  padding-block: 16px 12px;
}
.price-row-1 .price-list-row-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.price-row-1-col {
  text-align: center;
}
.price-row-1-col [class^=icon-].icon-plus,
.price-row-1-col [class*=" icon-"].icon-plus {
  font-size: 12px;
  color: #3BA7C1;
}
.price-row-1-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  color: #3BA7C1;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 700;
}
.price-row-1-detail > strong {
  font-family: "Roboto", sans-serif;
  font-size: clamp(24px, 2.5vw, 30px);
}
@media (max-width: 768px) {
  .price-table thead {
    display: none;
  }
}
.price-table thead tr {
  border-bottom: 1px solid #DBDBDB;
}
.price-table thead th {
  color: #82859F;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 11px;
}
@media (max-width: 768px) {
  .price-table tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.price-table tbody th, .price-table tbody td {
  font-size: 14px;
  padding-block: 10px;
  border-bottom: 1px solid #DBDBDB;
}
@media (max-width: 768px) {
  .price-table tbody th, .price-table tbody td {
    display: block;
    font-size: 11ox;
  }
}
.price-table tbody th {
  text-align: left;
}
@media (max-width: 768px) {
  .price-table tbody th {
    padding-block: 0 10px;
    text-align: center;
    border-bottom: none;
  }
}
.price-table tbody td {
  text-align: center;
}
.price-table-block {
  margin-top: 18px;
}
.price-table-block .price-txt-att {
  margin-top: 12px;
}
.price-table-announce {
  max-width: min(27vw, 324px);
  width: 100%;
  position: absolute;
  top: -5px;
  left: 48px;
}
@media (max-width: 768px) {
  .price-table-announce {
    max-width: max(152px, 12.6666666667vw);
    top: 0;
    left: -5px;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.price-table-label {
  display: none;
  color: #82859F;
  font-size: 11px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .price-table-label {
    display: block;
    text-align: center;
    margin-bottom: 6px;
  }
}
.price-table-about {
  font-family: "Roboto", sans-serif;
  color: #3BA7C1;
  font-size: 16px;
  font-weight: 700;
}
.price-txt-att {
  color: #82859F;
  font-size: 11px;
  text-align: right;
}
.price-charge-list {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px 22px;
}
@media (max-width: 768px) {
  .price-charge-list {
    grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
    gap: 10px 11px;
  }
}
.price-charge-block {
  background-color: #F8F8F8;
  padding: 12px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .price-charge-block {
    padding-inline: 5px;
  }
}
.price-charge-name {
  font-size: 12px;
}
.price-charge-img {
  display: grid;
  place-content: center;
}
.price-charge-rate {
  margin-top: -4px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.price-charge-rate:has(.price-charge-rate-txt) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-charge-rate-txt {
  font-size: 11px;
}
.price-charge-rate-txt-att {
  color: #82859F;
  margin-top: 4px;
  font-weight: 500;
  font-size: 11px;
}

/* process
========================================= */
.process-section {
  padding-block: 60px;
}
@media (max-width: 768px) {
  .process-section {
    padding-block: 32px 29px;
  }
}
.process-step-list {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "num_1 num_2 num_3 num_4" "img_1 img_2 img_3 img_4" "txt_1 txt_2 txt_3 txt_4" ". foot foot .";
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .process-step-list {
    margin-top: 40px;
    grid-template-columns: 52px 64px 1fr 50px;
    grid-template-rows: auto;
    grid-template-areas: "num_1 img_1 txt_1 ." "num_2 img_2 txt_2 foot" "num_3 img_3 txt_3 foot" "num_4 img_4 txt_4 .";
    row-gap: 70px;
  }
}
.process-step-list::before {
  content: "";
  width: 50%;
  height: calc(100% - 4px);
  background-color: rgba(230, 241, 243, 0.4);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .process-step-list::before {
    width: calc(100% - 15px);
    height: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.process-step-block {
  display: contents;
}
.process-step-block:nth-of-type(1) .process-step-num-item {
  grid-area: num_1;
}
.process-step-block:nth-of-type(1) .process-step-img {
  grid-area: img_1;
}
.process-step-block:nth-of-type(1) .process-step-txt {
  grid-area: txt_1;
}
.process-step-block:nth-of-type(2) .process-step-num-item {
  grid-area: num_2;
}
.process-step-block:nth-of-type(2) .process-step-img {
  grid-area: img_2;
}
.process-step-block:nth-of-type(2) .process-step-txt {
  grid-area: txt_2;
}
.process-step-block:nth-of-type(3) .process-step-num-item {
  grid-area: num_3;
}
.process-step-block:nth-of-type(3) .process-step-img {
  grid-area: img_3;
}
.process-step-block:nth-of-type(3) .process-step-txt {
  grid-area: txt_3;
}
.process-step-block:nth-of-type(4) .process-step-num-item {
  grid-area: num_4;
}
.process-step-block:nth-of-type(4) .process-step-img {
  grid-area: img_4;
}
.process-step-block:nth-of-type(4) .process-step-txt {
  grid-area: txt_4;
}
.process-step-block:nth-of-type(4) .process-step-num-item::after {
  display: none;
}
.process-step-block-bottom {
  grid-area: foot;
  max-width: calc(100% - 80px);
  width: 100%;
  margin: 34px auto 0;
  text-align: center;
  background-color: #3CA7C1;
  padding: 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .process-step-block-bottom {
    max-width: 100%;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0;
  }
  .process-step-block-bottom > p {
    line-height: 1.2;
  }
}
.process-step-num {
  display: grid;
  place-content: center;
  width: 45px;
  height: 45px;
  background-color: #3BA7C1;
  border-radius: 50%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .process-step-num {
    margin-inline: 0 auto;
  }
}
.process-step-num-item {
  margin-block: 17px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .process-step-num-item {
    margin-block: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.process-step-num-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #B4D4DC;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .process-step-num-item::after {
    width: 3px;
    height: calc(100% + 70px);
    top: 22.5px;
    right: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.process-step-img {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.process-step-txt {
  margin-top: 18px;
  color: #193764;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .process-step-txt {
    margin: 0 0 0 12px;
    -ms-flex-item-align: center;
        align-self: center;
    text-align: left;
  }
}
.process-point-block {
  margin-top: 45px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 78px 1fr;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  background-color: #F8F8F8;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .process-point-block {
    margin-top: 30px;
    padding: 13px 16px 30px;
    grid-template-columns: auto;
    gap: 26px 0;
  }
}
.process-point-block > p {
  font-size: 16px;
  line-height: 1.62;
}
.process-point-block > p strong {
  font-weight: 500;
  color: #3BA7C1;
}
.process-point-icon {
  width: 75px;
  height: 75px;
  background-image: url("../images/img_process05.webp");
  background-repeat: no-repeat;
  background-size: contain;
  justify-self: center;
}

/* faq
========================================= */
.faq-section {
  background-color: #F6F6F6;
  padding-block: 60px;
}
.faq-contents {
  margin-top: 35px;
}
.faq-details {
  background-color: #fff;
}
.faq-details + .faq-details {
  margin-top: 20px;
}
.faq-details-icon {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}
.faq-details-icon::before, .faq-details-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3BA7C1;
  position: absolute;
  top: 50%;
  left: 0;
}
.faq-details-icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-details-icon::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq-details-icon-head {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3BA7C1;
  text-box-trim: trim-both;
  text-box-edge: text;
}
@media (max-width: 768px) {
  .faq-details-icon-head {
    font-size: 20px;
  }
}
.faq-details-wrapper {
  overflow: hidden;
}
.faq-details-body {
  padding: 16px 24px;
  border-top: 1px solid #DBDBDB;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media (max-width: 768px) {
  .faq-details-body {
    padding: 8px 16px;
  }
}
.faq-details-txt {
  font-size: 16px;
  line-height: 1.62;
}
@media (max-width: 768px) {
  .faq-details-txt {
    font-size: 14px;
  }
}
.faq-details-txt > a {
  text-decoration: underline;
}
.faq-details-txt > a:hover, .faq-details-txt > a:active {
  opacity: 0.7;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.faq-summary {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: -webkit-max-content 1fr 12px;
  grid-template-columns: max-content 1fr 12px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq-summary {
    padding: 8px 16px;
    font-size: 14px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
.faq-summary::marker {
  content: "";
}
.faq-summary::-webkit-details-marker {
  display: none;
}

/* footer
========================================= */
.l-footer {
  grid-area: footer;
  background-color: #F8F8F8;
  padding: 8px;
}

.footer-copyright {
  font-family: "Roboto", sans-serif;
  color: #707070;
  font-size: 12px;
  text-align: center;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-nav-content.is-open {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.header-nav-btn.is-active .header-nav-icon::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header-nav-btn.is-active .header-nav-icon::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.faq-details[open] .faq-details-icon::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
/*# sourceMappingURL=style.css.map */
