@charset "UTF-8";
:root {
  --color-main: #143a54;
  --color-text: #111;
  --color-red: #c30;
  --color-pink: #fb598f;
  --color-lightblue: #22fff0;
  --color-gold: #f5edc0;
  --color-brown: #330000;
  --color-green: #397c00;
  --color-darkblue: #18445f;
  --color-lightgray: #b9b9b9;
  --color-gray: #929292;
  --color-bggray: #f2f2f2;
  --grad-black: linear-gradient(
    90deg,
    #111111 0%,
    #000111 20%,
    #333 40%,
    #333 60%,
    #000111 80%,
    #111111 100%
  );
  /*
  --grad-blue: linear-gradient(
    to right,
    rgba(219, 244, 244, 1) 0%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 1) 60%,
    rgba(219, 244, 244, 1) 100%
  );
  */
  --grad-blue: linear-gradient(
    to right,
    color-mix(in srgb, #ebffff 100%, transparent) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 70%,
    color-mix(in srgb, #ebffff 100%, transparent) 100%
  );
  --grad-gold: linear-gradient(to right, #f5edc0 0%, #ffffff 52%, #f5edc0 99%);
  --grad-button: linear-gradient(
    to bottom,
    #fae675 0%,
    #eec946 45%,
    #d9ae24 65%,
    #ddce7d 100%
  );
  --font-serif: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝",
    "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-noto-serif: "Noto Serif JP", serif;
  /*
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  */
}

/* rest */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* -----------------------------------------
body
--------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: var(--font-noto-sans-jp);
  font-weight: 400;
  scroll-behavior: smooth;
}
@media screen and (min-width: 980px) {
  html {
    scroll-padding-top: 55px;
  }
}

#body_wrapper {
  position: relative;
  overflow: hidden;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* -----------------------------------------
common
--------------------------------------------*/
.nobi {
  /*
  margin-right: 5px;
  letter-spacing: -5px;
  */
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 1em;
}

/* ----------------- 
reset
----------------- */
@media screen and (min-width: 640px) {
  .xs_only {
    display: none;
  }
}

.sm_only {
  display: none;
}
@media screen and (min-width: 640px) {
  .sm_only {
    display: inline;
  }
}

.md_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .md_only {
    display: inline;
  }
}

.ts_only {
  display: block;
}
@media screen and (min-width: 980px) {
  .ts_only {
    display: none;
  }
}

.lg_only {
  display: none;
}
@media screen and (min-width: 980px) {
  .lg_only {
    display: inline;
  }
}

em {
  font-style: normal;
}

b {
  font-weight: 700;
  color: inherit;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

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

@media screen and (min-width: 768px) {
  .sm_only {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
  color: var(--color-text);
  background-color: color-mix(in srgb, var(--color-main) 40%, #000 60%);
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-noto-sans-jp);
  font-feature-settings: "palt";
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  background-size: cover;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: #fff;
}
.header__logo {
  display: grid;
  place-items: center center;
  margin: 0 auto;
  padding: 10px 0;
  width: 300px;
  height: 50px;
  z-index: 3;
  box-sizing: border-box;
}
.header__contact {
  display: grid;
  padding: 5px 2.4489795918cqw;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6326530612cqw;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  translate: 0 100px;
  transition: translate 500ms;
}
.header__contact--open {
  translate: none;
}
.header__contact img {
  display: block;
}
@media screen and (min-width: 768px) {
  .header__contact {
    display: grid;
    padding: 5px 14.7959183673cqw;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    gap: 1.6326530612cqw;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    translate: 0 100px;
    transition: translate 500ms;
  }
  .header__contact--open {
    translate: none;
  }
  .header__contact img {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .header__content {
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    max-width: 1080px;
  }
  .header__logo {
    margin: 0 auto 0 0;
    padding: 10px 0;
    width: 300px;
  }
  .header__contact {
    display: flex;
    justify-content: flex-end;
    padding: 5px 0;
    box-shadow: none;
    gap: 10px;
    position: static;
    translate: none;
  }
  .header__contact img {
    height: 45px;
    width: auto;
  }
}

.over-stage {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.footer {
  padding: 60px 0 80px 0;
  background-color: #fff;
}
.footer__logo {
  margin: 0 auto 15px auto;
  width: 260px;
}
.footer__tradelaw {
  margin: 0 auto 15px auto;
  text-align: center;
  font-size: 12px;
}
.footer__tradelaw a {
  color: var(--color-text);
}
.footer__copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 50px 0 120px 0;
  }
  .footer__copyright {
    font-size: 14px;
  }
  .footer__tradelaw {
    margin: 0 auto 15px auto;
    font-size: 14px;
  }
  .footer__banner-contact {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    right: 5.2083333333vw;
  }
  .footer__banner-contact--on {
    bottom: 5.2083333333vw;
  }
  .footer__banner-contact__text {
    transition: scale var(--time-transition);
  }
  .footer__banner-contact__mark {
    transition: scale var(--time-transition);
  }
  .footer__banner-contact:hover .footer__banner-contact__text {
    scale: 1.05;
  }
  .footer__banner-contact:hover .footer__banner-contact__mark {
    scale: 0.95;
  }
}
@media screen and (min-width: 980px) {
  .footer {
    margin-top: 6.1224489796cqw;
    padding: 20px 0;
  }
}

.para, .contact-fin__para, .contact__note, .contact__para, .principle__message__para, .faq__list__a__para, .flow__list__comment, .staff-ex__para, .reasons__features__campaign, .reasons__features__para, .ex__risk__para {
  line-height: 1.8;
  font-size: clamp(16px, 3.6734693878cqw, 24px);
  color: #fff;
}
.para:not(:last-of-type), .contact-fin__para:not(:last-of-type), .contact__note:not(:last-of-type), .contact__para:not(:last-of-type), .principle__message__para:not(:last-of-type), .faq__list__a__para:not(:last-of-type), .flow__list__comment:not(:last-of-type), .staff-ex__para:not(:last-of-type), .reasons__features__campaign:not(:last-of-type), .reasons__features__para:not(:last-of-type), .ex__risk__para:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.para--serif {
  font-family: var(--font-noto-serif);
}
.para--center {
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 50%, #f8ff72 50%);
}
.marker--red {
  font-weight: 700;
  background: linear-gradient(transparent 50%, #ff3333 50%);
}

b {
  font-weight: 700;
}
b.blue {
  color: #0037ff;
}
b.lightblue {
  color: var(--color-lightblue);
}
b.pink {
  color: var(--color-pink);
}
b.gold {
  color: #600;
}

em {
  font-weight: 700;
  font-style: normal;
}

.nobashi {
  margin-left: 0em;
  transform: scale(2, 1);
  transform-origin: left center;
  display: inline-block;
  width: 2em;
}

/* main */
.main {
  padding-top: 50px;
  container-type: inline-size;
}
@media screen and (min-width: 980px) {
  .main {
    margin: 0 auto;
    padding-top: 60px;
    width: 980px;
  }
}

/* section */
.fx {
  opacity: 0;
  translate: 0 50px;
  transition: opacity 500ms, translate 500ms;
}
.fx--open {
  opacity: 1;
  translate: 0 0;
}

@media screen and (min-width: 980px) {
  .wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .wrapper--narrow {
    max-width: 960px;
  }
}

.unit {
  padding: 12.2448979592cqw 0;
  position: relative;
  overflow: hidden;
}

.content-block {
  margin: 0 6.1224489796cqw;
}

/* ----------------- 
titletitle
----------------- */
.title-mid {
  margin: 0 auto 0.9em auto;
  padding: 0.4em 0.6em 0.5em 0.6em;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 4.8979591837cqw;
  background-color: color-mix(in srgb, #032533 90%, transparent);
  font-family: var(--font-noto-serif);
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  border: 5px solid color-mix(in srgb, #1a6a92 50%, transparent);
}
.title-mid::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

.title-gold-frame {
  margin-bottom: 0.8em;
  padding: 2% 0 2% 0;
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #eec14e, #fbf2a4, #b17825) 1;
     border-image: linear-gradient(to right, #eec14e, #fbf2a4, #b17825) 1;
  font-family: var(--font-noto-serif);
  font-size: 5.5102040816cqw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.title-lead {
  margin-bottom: 1em;
  font-family: var(--font-noto-serif);
  color: #fff;
  text-align: center;
  font-size: 5.5102040816cqw;
  line-height: 1.4;
  font-weight: 500;
  text-shadow: 0 0 7px #000;
}

.title-grad {
  margin-top: 0.7em;
  margin-bottom: 0.6em;
  padding: 0.7em 0;
  font-family: var(--font-noto-serif);
  font-size: 4.2857142857cqw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #103050 0%, #152640 100%);
  border-bottom: 1px solid #fff;
}

/* imgimg */
.banner:not(:last-of-type) {
  margin-bottom: 6.9387755102cqw;
}

/* ----------------- 
linklink
----------------- */
.cta-contact {
  padding: 12.2448979592cqw 6.1224489796cqw;
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 59%, #d3dbec 100%);
}
.cta-contact__title {
  margin-bottom: 1.2em;
  font-family: var(--font-noto-serif);
  font-size: min(36px, 4.8979591837cqw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: var(--color-main);
}
.cta-contact__para-button {
  margin: 0 auto;
}
.cta-contact__para-button:not(:last-of-type) {
  margin-bottom: 25px;
}

/* for inline */
input[type=text], input[type=email], input[type=tel] {
  padding: 0.4em 0.8em;
  line-height: 1;
  font-size: min(20px, 3.2653061224cqw);
  color: var(--color-text);
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #ccc;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder {
  color: #ccc;
}
input[type=date] {
  padding: 0.6em;
  line-height: 1;
  font-size: min(20px, 3.2653061224cqw);
  font-weight: 400;
  color: var(--color-text);
  border: 1px solid var(--color-text);
  border: 1px solid #666;
  border-radius: 5px;
  box-sizing: border-box;
}
input[type=date]::-moz-placeholder {
  color: #ccc;
}
input[type=date]::placeholder {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=tel] {
    padding: 0.6em 1em;
  }
  input[type=date] {
    padding: 0.7em 1em;
  }
}

textarea {
  padding: 0.8em;
  line-height: 1.4;
  font-size: min(20px, 3.2653061224cqw);
  border: 1px solid #666;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}
textarea::-moz-placeholder {
  color: #ccc;
}
textarea::placeholder {
  color: #ccc;
}

.radio {
  display: flex;
  justify-content: flex-start;
  font-size: min(20px, 3.2653061224cqw);
}
.radio li {
  margin-right: 3.0612244898cqw;
}

.select {
  display: inline-flex;
  margin: 3.0612244898cqw 0 0 0;
  align-items: center;
  position: relative;
}
.select::after {
  position: absolute;
  right: 3.0612244898cqw;
  width: max(8px, 0.8163265306cqw);
  height: max(8px, 0.8163265306cqw);
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 60px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 20px) 0.4em 1em;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: min(20px, 3.2653061224cqw);
  cursor: pointer;
}

.button {
  display: block;
  padding: 1em 0 0.8em 0;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  font-size: min(18px, 3.6734693878cqw);
  background-color: #ccc;
  color: #000;
  font-family: var(--font-noto-serif);
}
.button--submit {
  background: var(--grad-button);
}

.open {
  margin: 0;
  padding: 0;
}
.open__image {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .open {
    background-image: url(../images/top_open_bg.webp);
  }
  .open__image {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .open__image {
    width: 1336px;
  }
}

.top {
  position: relative;
  /*
  @include responsive(xl) {
    &__space-main {
      height: 600px;
    }
    &__content {
      margin: 0 auto;
      width: 1500px;
    }
    &__copy {
      width: 740px;
      left: 100px;
      top: 50px;
    }
    &__title {
      width: 750px;
      left: 90px;
      top: 190px;
    }

    &__photo {
      width: 655px;
      left: 775px;
      top: 20px;
    }
  }
    */
}
.top__flg {
  position: absolute;
  z-index: 10;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 980px) {
  .top {
    margin: 0 auto;
    max-width: 1440px;
  }
}

.news {
  margin: 30px 2.0408163265cqw;
  padding: 30px 2.0408163265cqw;
  border: 5px solid #fff;
  border-radius: 10px;
}
.news__title {
  margin-bottom: 4px;
  text-align: center;
  color: #fff;
  font-size: clamp(16px, 2.8571428571cqw, 28px);
}
.news__para {
  line-height: 1.5;
  text-align: center;
  line-height: 1.8;
  font-size: clamp(14px, 2.4489795918cqw, 24px);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .news {
    margin: 30px 4.0816326531cqw;
    padding: 30px 4.0816326531cqw;
  }
}

.pr-push {
  padding-right: 6.1224489796cqw;
  padding-left: 6.1224489796cqw;
  background: linear-gradient(180deg, #02030b 0.18%, #35437a 68.5%);
}

.promotion {
  padding: 20px 6.1224489796cqw;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .promotion {
    padding: 40px 0;
    margin: 0 auto;
    max-width: 1240px;
    text-align: center;
  }
}

.about {
  padding-bottom: 0;
  background-image: url(../images/about-bg.png);
  background-size: cover;
}
.about__title {
  margin: 0 0 9.07cqw 0;
  font-family: var(--font-noto-serif);
  color: #fff;
  text-align: center;
}
.about__photo {
  margin: 0 auto 20px auto;
  width: 64%;
}
.about__qfu {
  margin-top: 40px;
  position: relative;
}
.about__qfu__para {
  padding: 11.2244897959cqw 0;
  position: relative;
  z-index: 2;
  font-family: var(--font-noto-serif);
  text-align: center;
  font-size: 4.8979591837cqw;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  text-shadow: 0 0 10px black;
  transform: skew(-7deg);
}
.about__qfu__photo {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about__qfu__photo__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .about__title {
    margin: 0 0 40px 0;
  }
  .about__qfu {
    margin-top: 40px;
  }
  .about__qfu__para {
    font-size: 36px;
  }
}

.ex {
  background-image: url(../images/ex-bg.webp);
  /*
  @include responsive(md) {
    &__risk {
      &__title {
        font-size: 36px;
      }
    }
  }
  @include responsive(lg) {
    &__list {
      // gap: 30px 60px;
      // margin: 40px auto 0 auto;
      // padding: 40px;
      // width: 1000px;
      // box-sizing: border-box;
      &__wrapper {
        margin: 40px auto 0 auto;
        padding: 40px 80px;
        width: 1000px;
      }
      &__item {
        padding: 40px 80px;
        box-sizing: border-box;
      }
      dl {
        margin: 10px 0;
        font-size: 12px;

        grid-template-columns: auto auto auto auto;
      }
      dt {
        text-align: center;
        &:nth-of-type(2) {
          border-style: none;
        }
      }
      dd {
        text-align: center;
        &:nth-of-type(2) {
          border-style: none;
        }
      }
    }
  }
    */
}
.ex__list__wrapper {
  margin: 0 6.1224489796cqw;
  padding: 6.1224489796cqw;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.ex__list__item {
  padding: 6.1224489796cqw 6.1224489796cqw;
  box-sizing: border-box;
}
.ex__list__title {
  margin-bottom: 6.1224489796cqw;
  padding: 4.5918367347cqw;
  line-height: 1.4;
  font-weight: 400;
  font-size: 4.8979591837cqw;
  color: var(--color-text);
  border: 0.306122449cqw solid var(--color-main);
}
.ex__list__para {
  line-height: 1.8;
  font-size: 4.2857142857cqw;
}
.ex__list__para:not(:last-of-type) {
  margin-bottom: 1em;
}
.ex__list dl {
  display: grid;
  margin-top: 3.0612244898cqw;
  grid-template-columns: auto auto;
  font-size: 3.0612244898cqw;
  border: 0.306122449cqw solid var(--color-main);
  line-height: 1.4;
}
.ex__list dt {
  padding: 3.0612244898cqw;
}
.ex__list dt:nth-of-type(n + 2) {
  border-top: 0.306122449cqw solid var(--color-main);
}
.ex__list dd {
  padding: 10px;
}
.ex__list dd:nth-of-type(n + 2) {
  border-top: 0.306122449cqw solid var(--color-main);
}
.ex__risk {
  margin: 6.1224489796cqw 6.1224489796cqw 0 6.1224489796cqw;
  padding: 6.1224489796cqw;
  background-color: #fff;
}
.ex__risk__title {
  margin-bottom: 1.1em;
  font-family: var(--font-noto-serif);
  letter-spacing: 5%;
  font-weight: 700;
  text-align: center;
  font-size: 4.8979591837cqw;
  color: var(--color-main);
}
.ex__risk__para {
  color: var(--color-text);
}

.pr-middle {
  padding-right: 6.1224489796cqw;
  padding-left: 6.1224489796cqw;
  background-image: url(../images/pr-middle-bg.webp);
  background-size: cover;
}

.reasons {
  background-image: url(../images/reasons-bg.webp);
  background-size: cover;
  /*
  @include responsive(md) {
    &__title {
      margin-bottom: 40px;
      font-size: 32px;
    }
    &__features {
      &__wrapper {
        margin: 0 cqw(60px) 15px cqw(60px);
      }
      &__next,
      &__prev {
        top: 50%;
      }

      &__title {
        font-size: 24px;
        line-height: 40px;
      }
      &__item {
        counter-increment: list-num;
      }

      &__content {
        display: grid;
        grid-template-columns: auto 45%;
        grid-template-rows: auto auto auto;
        padding: 35px 20px 25px 30px;

        font-size: 20px;
        font-weight: 700;

        &::before,
        &::after {
          left: 50px;
        }
      }

      &__title {
        grid-column: 1 / 3;
        grid-row: 1;

        margin-bottom: 20px;
        padding: 0 0 10px 50px;
        text-align: left;

        position: relative;
        &::before {
          position: absolute;
          left: 0;
          top: 0;
        }
      }
      &__para {
        grid-column: 1;
        grid-row: 2;
        font-size: 15px;
      }

      &__photo {
        grid-column: 2;
        grid-row: 2;
        padding-left: 20px;
        margin-bottom: 0;
      }

      &__campaign {
        grid-column: 1/3;
        grid-row: 3;
        margin-top: 0;
        font-size: 16px;
        text-align: left;
      }
    }
  }

  @include responsive(lg) {
    &__title {
      margin-left: auto;
      margin-right: auto;
      padding-right: 40px;
      padding-left: 40px;
      font-size: 40px;
      width: fit-content;
    }
    &__features {
      width: 100%;
      &__wrapper {
        margin: 55px auto 15px auto;
      }
      &__next {
        right: 50% !important;
        translate: 580px 0 !important;
      }
      &__prev {
        left: 50% !important;
        translate: -580px 0 !important;
      }

      &__item {
        width: 1000px;
      }

      &__content {
        padding: 40px;

        &::before,
        &::after {
          width: 60px;
          height: 60px;
          left: 80px;
        }
      }

      &__title {
        margin: 0 auto 10px auto;
        padding-left: 100px;
        padding-bottom: 20px;
        font-size: 48px;
        line-height: 80px;
        width: fit-content;

        &::before {
          font-size: 40px;
          width: 80px;
          height: 80px;
          line-height: 80px;
        }
      }
      &__para {
        font-size: 16px;

        &--bold {
          font-size: 18px;
        }
      }

      &__photo {
        padding-left: 30px;
      }

      &__campaign {
        padding-top: 15px;
        font-size: 36px;
        text-align: center;
      }
    }
  }
      */
}
.reasons__features {
  counter-reset: list-num;
  align-items: stretch;
}
.reasons__features__wrapper {
  padding: 0 0 15px 0;
  box-sizing: border-box;
}
.reasons__features__item {
  counter-increment: list-num;
  margin-bottom: 25px;
  box-sizing: border-box;
  height: auto;
  background-color: #fff;
}
.reasons__features__next, .reasons__features__prev {
  top: 65.306122449cqw;
}
.reasons__features__content {
  padding: 6.5306122449cqw 6.5306122449cqw;
  position: relative;
  z-index: 2;
}
.reasons__features__title {
  margin-bottom: 1em;
  font-size: 4.8979591837cqw;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.reasons__features__title__num {
  display: block;
  margin: 0 auto 0.5em auto;
  width: 6.5306122449cqw;
  height: 6.5306122449cqw;
  text-align: center;
  font-weight: 400;
  font-size: 4.8979591837cqw;
  line-height: 6.5306122449cqw;
  color: #fff;
  background-color: #0071b7;
  border-radius: 5px;
}
.reasons__features__para {
  color: var(--color-text);
  font-weight: 500;
}
.reasons__features__para--bold {
  text-align: center;
  margin: 0.8em 0;
  font-weight: 700;
}
.reasons__features__campaign {
  margin-top: 0.9em;
  text-align: left;
  color: var(--color-green);
  font-weight: 700;
}

.ideal {
  background: linear-gradient(162.91deg, #222a47 8.48%, #040613 35.93%);
}
.ideal__nac-hair-plant {
  margin-top: 6.1224489796cqw;
}
.ideal__reason:not(:last-of-type) {
  margin-bottom: 6.1224489796cqw;
}

.staff-ex {
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 59%, #d3dbec 100%);
}
.staff-ex__title {
  margin-bottom: 1.2em;
  font-family: var(--font-noto-serif);
  color: var(--color-main);
  font-size: 5.5102040816cqw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
.staff-ex__photo {
  margin-bottom: 20px;
}
.staff-ex__para {
  color: var(--color-text);
}

.hce {
  background-image: url(../images/hce-bg.webp);
  background-size: cover;
}
.hce__ex {
  margin: 24px auto 0 auto;
  width: 67%;
}

.qfu {
  padding-top: 0;
  background-image: url(../images/qfu-bg.webp);
  background-size: cover;
}

.in1day {
  background-image: url(../images/in1day-bg.webp);
  background-size: cover;
}
.in1day__copy {
  margin-bottom: 14.2857142857cqw;
  text-align: center;
}
.in1day__copy__text {
  font-family: var(--font-noto-serif);
  font-size: 6.1224489796cqw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.06em;
  background: linear-gradient(90.49deg, #c1c1c1 13.36%, #ffffff 55.36%, #ebebeb 63.75%, #a6a6a6 93.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  border-bottom: 1px solid #fff;
}
.in1day__illust {
  margin: 20px auto 0 auto;
  width: 67%;
}

.oparation-flow {
  background: linear-gradient(171.48deg, #236f8a 5.53%, #1f2866 19.84%, #0c1029 41.44%);
}

.comparing {
  background: linear-gradient(172.7deg, #071e2e 32.85%, #176094 93.31%);
}
.comparing__table {
  margin: 20px 6.1224489796cqw 0 6.1224489796cqw;
}
.comparing__table table {
  width: 100%;
  border-collapse: collapse;
  border: 0.306122449cqw solid #fff;
  background-color: #092b40;
}
.comparing__table th,
.comparing__table td {
  padding: 2.4489795918cqw 0;
  line-height: 1.4;
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 3.0612244898cqw;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}
.comparing__table thead th {
  border-bottom: 0.306122449cqw solid #fff;
}
.comparing__table tbody th {
  padding: 2.4489795918cqw;
  border-top: 0.306122449cqw solid #fff;
  border-right: 0.306122449cqw solid #fff;
  width: auto;
}
.comparing__table tbody td {
  font-size: 8.1632653061cqw;
  border-top: 0.306122449cqw solid #fff;
  width: 19%;
}
.comparing__table tbody tr:nth-of-type(1) th {
  font-size: 3.6734693878cqw;
  font-weight: 700;
  font-family: var(--font-noto-sans);
}

.price__table {
  margin-bottom: 20px;
}
.price__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.price__table th,
.price__table td {
  padding: 2.4489795918cqw 2.5510204082cqw;
  vertical-align: middle;
  background-color: #fff;
  font-size: 3.6734693878cqw;
  line-height: 1.4;
}
.price__table thead th {
  font-weight: 400;
  text-align: center;
}
.price__table tbody th {
  padding: 2.4489795918cqw 2.5510204082cqw;
  text-align: left;
  width: 30%;
}
.price__table tbody td {
  padding-left: 1.5306122449cqw;
  color: var(--color-red);
  text-align: right;
  font-weight: 700;
}
.price__unit {
  font-size: 2.4489795918cqw;
}

.pr-bottom {
  padding-right: 6.1224489796cqw;
  padding-left: 6.1224489796cqw;
  background: linear-gradient(172.7deg, #18537e 32.85%, #1870ae 93.31%);
}

.flow {
  background: linear-gradient(135deg, rgb(137, 170, 204) 1%, rgb(116, 150, 182) 18%, rgb(0, 39, 64) 47%);
}
.flow__list {
  margin: 0 6.1224489796cqw;
  counter-reset: list-num;
}
.flow__list__item {
  padding: 6.1224489796cqw;
  counter-increment: list-num;
  background-color: #fff;
}
.flow__list__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.flow__list__photo {
  margin-bottom: 4.8979591837cqw;
}
.flow__list__title {
  margin-bottom: 3.0612244898cqw;
  padding-left: 11.8367346939cqw;
  position: relative;
  line-height: 1.4;
  font-size: 4.4897959184cqw;
  font-weight: 600;
  text-align: left;
  color: var(--color-main);
  font-family: var(--font-noto-serif);
}
.flow__list__title::after {
  display: block;
  position: absolute;
  left: 2.5510204082cqw;
  top: -0.2em;
  content: counter(list-num) ".";
  text-align: center;
  font-weight: 400;
  font-size: 9.1836734694cqw;
  line-height: 1;
  text-shadow: 1px 1px 1px white;
  font-style: italic;
}
.flow__list__comment {
  color: var(--color-text);
  font-family: var(--font-noto-serif);
  margin-left: 2.6666666667vw;
  margin-right: 2.6666666667vw;
}

.faq {
  background-image: url(../images/faq-bg.webp);
  background-size: cover;
}
.faq__list {
  margin: 0 6.1224489796cqw;
  counter-reset: list-num;
}
.faq__list__item {
  counter-increment: list-num;
  transition: translate 500ms, opacity 500ms;
}
.faq__list__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq__list__q {
  position: relative;
}
.faq__list__q__button {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 3.2653061224cqw 12.2448979592cqw 3.2653061224cqw 4.5918367347cqw;
  text-align: left;
  font-family: var(--font-noto-serif);
  line-height: 1.6;
  font-size: 3.6734693878cqw;
  position: relative;
  border-style: none;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.faq__list__q__button::before, .faq__list__q__button::after {
  display: block;
  content: "";
  width: 5.5102040816cqw;
  height: 0.612244898cqw;
  background-color: #fff;
  position: absolute;
  top: 5.7142857143cqw;
  right: 4.5918367347cqw;
  transition: rotate 500ms;
}
.faq__list__q__button::after {
  rotate: 90deg;
}
.faq__list__q__button--open::before {
  rotate: 180deg;
}
.faq__list__q__button--open::after {
  rotate: 0deg;
}
.faq__list__a {
  line-height: 0;
  padding: 0 12.2448979592cqw 0 4.5918367347cqw;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: line-height 500ms, padding 500ms, opacity 500ms, min-height 500ms;
  min-height: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.faq__list__a__para {
  font-size: min(32px, 3.6734693878cqw);
  font-family: var(--font-noto-serif);
  line-height: 0;
  opacity: 0;
  transition: opacity 500ms, line-height 500ms;
}
.faq__list__a--open {
  padding: 3.2653061224cqw 12.2448979592cqw 3.2653061224cqw 4.5918367347cqw;
  line-height: 1.6;
  opacity: 1;
  min-height: 8.5714285714cqw;
}
.faq__list__a--open .faq__list__a__para {
  line-height: 1.7;
  opacity: 1;
}

.principle {
  background: linear-gradient(180deg, #d3dbec 0%, #ffffff 20.5%);
}
.principle__row {
  margin: 0 6.1224489796cqw;
}
.principle__photo {
  margin: 0 auto 20px auto;
  width: 80%;
}
.principle__name {
  font-family: var(--font-noto-serif);
  color: var(--color-main);
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.principle__name__role {
  display: block;
  text-align: center;
  font-size: 20px;
}
.principle__name__name {
  display: block;
  text-align: center;
  font-size: 28px;
}
.principle__message__para {
  color: var(--color-text);
  font-family: var(--font-noto-serif);
}
.principle__table {
  margin: 20px 0 0 0;
}
.principle__table table {
  width: 100%;
  font-family: var(--font-noto-serif);
  font-size: 14px;
}
.principle__table caption {
  padding-bottom: 14px;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}
.principle__table tr {
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.principle__table th {
  padding: 10px 10px 10px 0;
  white-space: nowrap;
}
.principle__table td {
  padding: 10px 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .principle__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 13.3333333333vw;
    gap: 5%;
  }
  .principle__photo {
    grid-column: 1;
    width: auto;
  }
  .principle__text {
    grid-column: 2;
  }
  .principle__name {
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 400;
  }
  .principle__name__role {
    text-align: left;
    font-size: 16px;
  }
  .principle__name__name {
    text-align: left;
    font-size: 20px;
  }
  .principle__message {
    margin: 0 0 20px 0;
  }
  .principle__message__para {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .principle__table {
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  .principle__row {
    gap: 50px;
    margin: 0 auto;
    width: 800px;
  }
  .principle__name {
    margin: 0 0 30px 0;
  }
  .principle__name__role {
    font-size: 18px;
  }
  .principle__name__name {
    font-size: 24px;
  }
  .principle__message {
    margin: 0 0 40px 0;
  }
  .principle__message__para {
    font-size: 15px;
  }
  .principle__table {
    margin: 0;
  }
  .principle__table caption {
    font-size: 16px;
  }
  .principle__table th {
    font-size: 14px;
  }
  .principle__table td {
    font-size: 14px;
  }
}

.access {
  background: radial-gradient(115.84% 66.83% at 21.57% 7.95%, #2072aa 6.42%, #143a54 100%);
}
.access__map {
  margin: 0 6.1224489796cqw 6.1224489796cqw 6.1224489796cqw;
  overflow: hidden;
  height: 300px;
}
.access__map iframe {
  width: 100%;
}
.access__table {
  margin: 6.1224489796cqw 6.1224489796cqw 0 6.1224489796cqw;
}
.access__table table {
  width: 100%;
  border-collapse: collapse;
  font-size: max(16px, 2.4489795918cqw);
  font-weight: 400;
}
.access__table tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.access__table th {
  padding: 4.5918367347cqw 3.0612244898cqw 4.5918367347cqw 0;
  line-height: 1.5;
  width: 20%;
  color: #fff;
  text-align: left;
}
.access__table td {
  padding: 4.5918367347cqw 0;
  line-height: 1.5;
  color: #fff;
}

.contact {
  background-color: #fff;
  /*
  @include responsive(lg) {
    &__message {
      padding-bottom: 25px;
      margin-bottom: 35px;
      font-size: 14px;
    }
    &__table {
      margin: 20px auto;
      width: 1000px;
      padding: 50px 100px;
      text-align: center;
      box-sizing: border-box;
      table {
        display: inline-table;
        width: 80%;
      }
      tbody {
        display: table-row-group;
      }
      tr {
        display: table-row;
      }

      tr {
        margin-bottom: 20px;
      }

      th {
        display: table-cell;
        vertical-align: top;
        padding: 20px 10px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
      }
      td {
        display: table-cell;
        padding: 20px 10px;
        text-align: left;
      }
    }

    &__row-time {
      margin-top: 10px;
    }

    &__privacy {
      margin-top: 30px;
      &__text {
        margin: 0 auto;
        height: 200px;
        width: 600px;
      }
    }
  }
    */
}
.contact__flow {
  margin-bottom: 6.1224489796cqw;
}
.contact__table {
  margin: 6.1224489796cqw;
}
.contact__table table,
.contact__table tbody,
.contact__table tr,
.contact__table th,
.contact__table td {
  display: block;
}
.contact__table tr {
  margin-bottom: 3.2653061224cqw;
}
.contact__table th {
  margin-bottom: 1.6326530612cqw;
  text-align: left;
  font-size: min(20px, 3.6734693878cqw);
  font-weight: 400;
}
.contact__table td {
  padding-bottom: 3.2653061224cqw;
  border-bottom: 1px solid #ccc;
  font-size: min(20px, 3.6734693878cqw);
}
.contact__para {
  margin-bottom: 2em;
  color: var(--color-main);
}
.contact__note {
  margin-top: 0.5em;
  color: var(--color-text);
  font-size: min(16px, 2.4489795918cqw);
}
.contact__required {
  margin-left: 1.5306122449cqw;
  color: #c30;
  font-size: min(20px, 3.0612244898cqw);
}
.contact__privacy__title {
  margin: 3.0612244898cqw 0;
  font-size: min(20px, 4.8979591837cqw);
  text-align: center;
  font-family: sans-serif;
}
.contact__privacy__text {
  border: 1px solid #ccc;
  border-radius: 3.0612244898cqw;
  padding: 4.5918367347cqw;
  height: 200px;
  overflow: auto;
  box-sizing: border-box;
}
.contact__privacy p {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: min(14px, 3.6734693878cqw);
  text-align: left;
}
.contact__privacy h4 {
  margin: 2em 0 0.5em 0;
  font-size: min(16px, 4.2857142857cqw);
  font-weight: 700;
  text-align: left;
}
.contact__privacy ul li {
  margin: 0.8em 0;
  margin-left: 2em;
  list-style-type: disc;
  line-height: 1.6;
  font-size: 12px;
  text-align: left;
}
.contact__buttons {
  display: grid;
  margin: 6.1224489796cqw 0 0 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8979591837cqw;
}
.contact__buttons--col1 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .contact__table {
    text-align: center;
  }
  .contact__table table {
    display: table;
    width: 100%;
  }
  .contact__table tbody {
    display: table-row-group;
  }
  .contact__table tr {
    display: table-row;
  }
  .contact__table th {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding: 3.0612244898cqw 3.0612244898cqw 3.0612244898cqw 0;
    width: 40%;
  }
  .contact__table td {
    display: table-cell;
    text-align: left;
    padding: 3.0612244898cqw 0;
  }
  .contact__row-time {
    gap: 2.4489795918cqw;
  }
  .contact__buttons {
    gap: 3.0612244898cqw;
  }
}

.contact-fin {
  margin: 6.1224489796cqw 6.1224489796cqw;
  padding: 6.1224489796cqw;
  background-color: #fff;
  border-radius: 2.4489795918cqw;
}
.contact-fin__title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 3.2653061224cqw;
}
.contact-fin__para {
  text-align: center;
  color: var(--color-text);
}

.swiper-button-prev,
.swiper-button-next {
  width: 8.1632653061cqw;
  height: 8.1632653061cqw;
  background-color: var(--color-darkblue);
  border-radius: 5.306122449cqw;
  right: 3.2653061224cqw;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 3.2653061224cqw;
  color: #fff;
}

.swiper-button-prev {
  right: auto;
  left: 10px;
}
@media screen and (min-width: 980px) {
  .swiper-button-prev {
    left: 40px;
  }
}

.unit-tel {
  container-type: inline-size;
  box-sizing: border-box;
  margin: 0 auto;
  width: min(980px, 100%);
}
.unit-tel__content {
  padding: 10.8163265306cqw 5.4081632653cqw;
  background: linear-gradient(180deg, #ffffff 0%, #fff0c9 100%);
}
.unit-tel__para {
  margin: 1em 5.4081632653cqw 2em 5.4081632653cqw;
  padding: 1em 0;
  font-size: 4.8979591837cqw;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  border-radius: 2.5510204082cqw;
  position: relative;
}
.unit-tel__para::after {
  display: block;
  content: "";
  width: 5.4081632653cqw;
  height: 5.4081632653cqw;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -5.4081632653cqw;
  translate: -50% 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}/*# sourceMappingURL=style.css.map */