@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.1.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:ital,wght@0,400;0,500;0,700;1,600&display=swap");

/* responsive setting */
/* color setting */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  min-height: 700px;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

summary::-webkit-details-marker {
  display: none;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.7;
  font-size: clamp(14px, 2vw, 16px);
  word-break: break-all;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

dt {
  font-weight: initial;
}

@media screen and (max-width: 750px) {
  [data-display=sp] {
    display: none !important;
  }
}

[data-display=pc] {
  display: none !important;
}

@media screen and (max-width: 750px) {
  [data-display=pc] {
    display: initial !important;
  }
}

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.inline {
  display: inline;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

.hl,
.hl__36,
.hl__36--bold,
.hl__24,
.hl__24--bold,
.hl__20,
.hl__20--bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}

.hl-noto,
.hl-noto__50,
.hl-noto__50--bold,
.hl-01__main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.hl-noto__50,
.hl-noto__50--bold,
.hl-01__main {
  font-size: clamp(14px, 6.25vw, 50px);
}

@media screen and (max-width: 1200px) {

  .hl-noto__50,
  .hl-noto__50--bold,
  .hl-01__main {
    font-size: 50px;
  }
}

.hl-noto__50--bold,
.hl-01__main {
  font-weight: 700;
}

.hl-poppins,
.hl-poppins__30,
.hl-01__sub {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.hl-poppins__30,
.hl-01__sub {
  font-size: clamp(14px, 3.75vw, 30px);
}

@media screen and (max-width: 1200px) {

  .hl-poppins__30,
  .hl-01__sub {
    font-size: 30px;
  }
}

.hl__20,
.hl__20--bold {
  font-size: clamp(14px, 2.5vw, 20px);
}

@media screen and (max-width: 1200px) {

  .hl__20,
  .hl__20--bold {
    font-size: 20px;
  }
}

.hl__20--bold {
  font-weight: 700;
}

.hl__24,
.hl__24--bold {
  font-size: clamp(14px, 3vw, 24px);
}

@media screen and (max-width: 1200px) {

  .hl__24,
  .hl__24--bold {
    font-size: 24px;
  }
}

.hl__24--bold {
  font-weight: 700;
}

.hl__36,
.hl__36--bold {
  font-size: clamp(14px, 4.5vw, 36px);
}

@media screen and (max-width: 1200px) {

  .hl__36,
  .hl__36--bold {
    font-size: 36px;
  }
}

.hl__36--bold {
  font-weight: 700;
}

.hl-01 {
  color: #2e4154;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.hl-01__main {
  line-height: 1;
}

.hl-01__sub:after {
  content: "";
  display: grid;
  width: 80%;
  height: 2px;
  background: #2e4154;
  margin: auto;
}

.headline-lv1,
.headline-lv1--blue,
.headline-lv1--green,
.headline-lv1--white {
  text-align: center;
}

.headline-lv1__sub {
  font-size: clamp(15px, 3.75vw, 30px);
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .headline-lv1__sub {
    font-size: 30px;
  }
}

.headline-lv1__sub:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #333;
  margin: 10px auto;
}

@media screen and (max-width: 750px) {
  .headline-lv1__sub:after {
    margin: 20px auto;
  }
}

.headline-lv1__main {
  font-size: clamp(25px, 6.25vw, 50px);
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .headline-lv1__main {
    font-size: 50px;
  }
}

.headline-lv1__main::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}

.headline-lv1__main::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

.headline-lv1--white {
  color: #FFF;
}

.headline-lv1--white .headline-lv1__sub:after {
  background-color: #fff;
}

.headline-lv1--green .headline-lv1__sub:after {
  background-color: #199fab;
}

.headline-lv1--blue {
  color: #2e4154;
}

.headline-lv1--blue .headline-lv1__sub:after {
  background-color: #2e4154;
}

.headline-lv2 {
  font-size: clamp(24px, 4.5vw, 36px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .headline-lv2 {
    font-size: 36px;
  }
}

.headline-lv2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}

.headline-lv2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

.headline-lv3,
.headline-lv3--left {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1200px) {

  .headline-lv3,
  .headline-lv3--left {
    font-size: 24px;
  }
}

.headline-lv3::before,
.headline-lv3--left::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}

.headline-lv3::after,
.headline-lv3--left::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

.headline-lv3--left {
  text-align: left;
}

.ttl-img img {
  display: inline-block;
  vertical-align: baseline !important;
}

.lower .headline-lv1,
.lower .headline-lv1--white,
.lower .headline-lv1--green,
.lower .headline-lv1--blue {
  color: #fff;
  background-color: #2e9ae9;
  padding: 20px 0;
  text-align: center;
  font-size: clamp(24px, 4.5vw, 36px);
  font-weight: 800;
}

@media screen and (max-width: 1200px) {

  .lower .headline-lv1,
  .lower .headline-lv1--white,
  .lower .headline-lv1--green,
  .lower .headline-lv1--blue {
    font-size: 36px;
  }
}

.btn {
  width: 100%;
  padding: 10px 40px;
  border-radius: 100px;
  color: #333;
  font-weight: 800;
}

.btn:hover {
  transition: 0.3s;
}

.btn:hover:hover {
  opacity: 0.8;
}

.btn.btn-headerTel {
  color: #2e9bec;
  background-color: #fff;
}

.btn.btn-white {
  color: #333;
  background-color: #fff;
}

.btn.btn-blue {
  color: #fff;
  background-color: #2e9bec;
  display: block;
  width: 200px;
  border-radius: 20px;
  box-shadow: 2px 2px 3px 0px #333;
}

@media screen and (max-width: 750px) {
  .btn.btn-blue {
    width: 150px;
  }
}

.btn.icon-tel::before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f095";
  color: inherit;
}

.btn.icon-mail:before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  color: inherit;
  font-size: 40px;
}

/* .btn {
    &-sp {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer;
        &__inner {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 50%;
            height: 2px;
            background-color: #333;
            transition: 0.2s;
              &:before,
            &:after {
                display: block;
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #333;
                transition: 0.3s;
            }
            &:before {
                margin-top: -8px;
            }
            &:after {
                margin-top: 6px;
            }
        }
        &.is-open {
            .btn-sp__inner {
                background: transparent;
                &:before,&:after {
                    margin-top: 0;
                }
                &::before {
                    transform: rotate(-45deg);
                }
                &::after {
                    transform: rotate(-135deg);
                }
            }
        }
    }
    &-more {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: #199fab;
        font-weight: 700;
        padding: 15px 10px;
        background-color: #FFF;
        border: solid 1px #199fab;
        transition: .3s;
        @include g.responsive(md) {
            padding: 20px 10px;
        }
        &:hover {
            color: #FFF;
            background-color: #199fab;
        }
        &--blank {
            @extend .btn-more;
            gap:.25em;
            &::after {
                @include g.icon('\f2d2');
            }
        }
        &--prev {
            @extend .btn-more;
            position: relative;
            &:before {
                @include g.icon('\f053');
                line-height: 1;
                position: absolute;
                top: 50%;
                left: 20px;
                transform: translateY(-50%);
            }
        }
        &--next {
            @extend .btn-more;
            position: relative;
            &:after {
                @include g.icon('\f054');
                line-height: 1;
                position: absolute;
                top: 50%;
                right: 20px;
                transform: translateY(-50%);
            }
        }
        &--home {
            @extend .btn-more;
            color: #FFF;
            background-color: #199fab;
            &:hover {
                opacity: .8;
            }
        }
    }
    &-tag {
        display: inline-block;
        padding: 5px 15px;
        @include g.fs(14,12);
        font-weight: 500;
        line-height: 1;
        color: #FFF;
        background-color: #199fab;
        @include g.hover();
    }
} */
.form {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}

@media screen and (max-width: 750px) {
  .form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.form-input,
.form-input--100,
.form-input--400 {
  padding: 0.75em 1em !important;
  width: 100%;
  border: 1px solid #aaa;
  background: #fff;
}

.form-input::placeholder,
.form-input--100::placeholder,
.form-input--400::placeholder {
  color: #d2d2d2;
}

.form-input--400 {
  max-width: 400px;
}

.form-input--100 {
  max-width: 100px;
}

.form-select,
.form-select--100,
.form-select--400 {
  padding: 0.95em 1em;
  width: 100%;
  border: 1px solid #aaa;
}

.form-select::placeholder,
.form-select--100::placeholder,
.form-select--400::placeholder {
  color: rgba(173, 45, 45, 0.1647058824);
}

.form-select--400 {
  max-width: 400px;
}

.form-select--100 {
  max-width: 100px;
}

.form-select+.form-input,
.form-select--400+.form-input,
.form-select--100+.form-input,
.form-select+.form-input--400,
.form-select--400+.form-input--400,
.form-select--100+.form-input--400,
.form-select+.form-input--100,
.form-select--400+.form-input--100,
.form-select--100+.form-input--100 {
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {

  .form-select+.form-input,
  .form-select--400+.form-input,
  .form-select--100+.form-input,
  .form-select+.form-input--400,
  .form-select--400+.form-input--400,
  .form-select--100+.form-input--400,
  .form-select+.form-input--100,
  .form-select--400+.form-input--100,
  .form-select--100+.form-input--100 {
    margin-top: 20px;
  }
}

.form-label,
.form-label--req,
.form-label--req--02 {
  font-weight: 700;
}

.form-label--req,
.form-label--req--02 {
  display: flex;
  flex-wrap: wrap;
}

.form-label--req::after,
.form-label--req--02::after {
  content: "必須";
  display: inline-block;
  font-size: clamp(10px, 1.5vw, 12px);
  color: #fff;
  padding: 7px 5px;
  background-color: #bf0000;
  line-height: 1;
  margin-left: 1em;
}

.check .form-label--req::after,
.check .form-label--req--02::after {
  display: none;
}

@media screen and (max-width: 1200px) {

  .form-label--req::after,
  .form-label--req--02::after {
    content: "必須";
    display: inline-block;
    font-size: clamp(10px, 1.5vw, 12px);
    color: #fff;
    margin-left: auto;
    padding: 2px 5px;
    background-color: #ff0000;
    line-height: 2;
  }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {

  .form-label--req::after,
  .form-label--req--02::after {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {

  .form-label--req::after,
  .form-label--req--02::after {
    font-size: 12px;
  }
}

.form-label--req--02 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .form-label--req--02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
}

.form-label--req-mail {
  display: none;
}

@media screen and (max-width: 1200px) {
  .form-label--req-mail {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0 10px;
  }
}

.form-label--req-mail::after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .form-label--req-mail::after {
    content: "必須";
    display: inline-block;
    font-size: clamp(10px, 1.5vw, 12px);
    color: #fff;
    margin-left: auto;
    padding: 0.25em 1em;
    background-color: #7912ed;
    font-weight: 700;
  }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .form-label--req-mail::after {
    font-size: 12px;
  }
}

.form-caption {
  font-size: clamp(12px, 1.75vw, 14px);
  font-weight: 700;
  padding-top: 20px;
}

@media screen and (max-width: 1200px) {
  .form-caption {
    font-size: 14px;
  }
}

.form-caption i {
  margin-right: 5px;
}

.form-textarea {
  resize: none;
  width: 100%;
  height: 200px;
  padding: 0.5em 1em;
  border: 1px solid #aaa;
  background: #fff;
  font: inherit;
}

.form-textarea::placeholder {
  color: #d2d2d2;
}

.form-btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
}

.form-btn--wrapper {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .form-btn--wrapper {
    gap: 60px;
    flex-wrap: nowrap;
  }
}

.form-btn--back {
  background: #cccccc;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 30px;
  color: #333333;
}

.form-btn--back:hover i {
  left: 5%;
}

.form-btn--back i {
  position: absolute;
  left: 8%;
  transition: 0.3s;
}

.form-btn--check {
  background: #2e9ae9;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  border: 1px solid #199fab;
  border-radius: 30px;
}

.form-btn--check:hover i {
  right: 5dvh;
}

.form-btn--check i {
  position: absolute;
  right: 8%;
  transition: 0.3s;
}

.form-btn--check.prev i {
  position: absolute;
  left: 8%;
  right: inherit;
  transition: 0.3s;
}

.form-btn--col2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 40px auto 0;
}

.form-btn--col2>* {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .form-btn--col2>* {
    width: 50%;
    padding: 0 20px;
  }
}

.form-btn--col2>*:last-child {
  margin-bottom: 0;
}

.form-btn--large {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.form-flex {
  display: inline-flex;
  align-items: center;
  padding: 0.25em 0;
  margin-right: 1em;
}

.form-flex+.form-flex {
  margin-right: 1em;
}

.form-flex+.form-flex:last-child {
  margin-right: 0;
}

.form-flex>* {
  margin-left: 0.5em;
}

.form-flex>*:first-child {
  margin-left: 0;
}

.form-privacytext {
  color: #bf0000;

  border-bottom: 1px solid #bf0000;
  font-weight: 700;
}

.form-mail {
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .form-list__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
}

#main {
  z-index: 2;
  color: #333;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
}

/* .content {
    &-01 {
        @include g.grid(1, 1) {
            gap: 15px;
            @include g.responsive(md) {
                gap: 30px;
            }
        }
        &__img {
            text-align: center;
        }
        &__container {
            @include g.grid(1, 1) {
                gap: 10px;
                @include g.responsive(md) {
                    gap: 20px;
                }
            }
        }
        &__title {
            @include g.fs(36, 20);
            font-weight: 700;
            @include g.line_height;
        }
        &__text {
            > * {
                margin-bottom: 0.5em;
                &:last-child {
                    margin-bottom: 0;
                }
            }
            &--white {
                @extend .content-01__text;
                color: #fff;
            }
        }
        &__btn {
            max-width: 240px;
            width: 100%;
            margin: auto;
        }
    }
    &-news {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
        @include g.responsive(md) {
            gap: 30px;
            row-gap: 10px;
        }
        &__data {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            gap: 10px;
            @include g.responsive(md) {
                gap: 20px;
                row-gap: 10px;
            }
        }
        &__title {
            a {
                @include g.hover();
            }
        }
    }
} */
.nav-header {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
  background-color: #E6F0F1;
}

@media screen and (max-width: 1200px) {
  .nav-header {
    position: static;
    display: block !important;
  }
}

.nav-header__inner {
  display: block;
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}

@media screen and (max-width: 1200px) {
  .nav-header__inner {
    padding: 0;
  }
}

.nav-header__inner>* {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .nav-header__inner>* {
    width: auto;
  }
}

.nav-header__inner li {
  border-bottom: 1px solid #fff;
}

.nav-header__inner li a {
  display: block;
  font-size: 2rem;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .nav-header__inner li a {
    font-size: 16px;
    padding: 0.7em;
  }
}

.nav-header__inner li .sp_icon_color {
  color: #ffb92c;
  font-weight: bold;
}

.nav-header__btn {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.nav-header__btn-main {
  display: block;
  width: 100%;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .nav-header__btn-main {
    font-size: 16px;
  }
}

.nav-header__btn-sub {
  display: block;
  width: 100%;
  font-size: clamp(10px, 1.5vw, 12px);
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .nav-header__btn-sub {
    font-size: 12px;
  }
}

.slide-ach {
  display: flex;
  margin: auto;
}

.slide-ach dl {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*column*/
.c-flex-justify {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex-justify.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*column-set*/
/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  width: 100%;
  color: #fff;
  background-color: #2e9ae9;
  -webkit-overflow-scrolling: touch;
  height: 100dvh;
  padding-top: 50px;
}

.drawer-brand {
  font-size: 15px;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 10px;
  font-size: 10px;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding: 7.5px;
  padding: 7.5px;
  padding: 7.5px;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #2e9ae9;
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--left .drawer-nav {
  left: -162.5px;
  left: -162.5px;
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 10px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 10px;
}

.drawer-menu-inner {
  height: 1100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -162.5px;
  right: -162.5px;
  right: -162.5px;
  right: -16.25rem;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 56px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 9999;
  top: 11px;
  display: block;
  box-sizing: content-box;
  width: 70px;
  padding: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  /*!------------------------------------
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
  border: 0;
  outline: 0;
  background-color: transparent;
}

@media (max-width: 750px) {
  .drawer-hamburger {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;

}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 50px;
  height: 3px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
  border-radius: 0;
}

@media (max-width: 750px) {

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 40px;
    height: 2px;
  }
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background-color: #000;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -14px;
  left: 0;
  content: " ";
}

@media (max-width: 750px) {

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: -10px;
  }
}

.drawer-hamburger-icon:after {
  top: 14px;
}

@media (max-width: 750px) {
  .drawer-hamburger-icon:after {
    top: 10px;
  }
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-hamburger-icon:before {
  width: 50px;
  left: inherit;
}

@media (max-width: 750px) {
  .drawer-hamburger-icon:before {
    width: 40px;
  }
}

.drawer-hamburger-icon:after {
  width: 50px;
}

@media (max-width: 750px) {
  .drawer-hamburger-icon:after {
    width: 40px;
  }
}

.drawer-open .drawer-hamburger-icon::before,
.drawer-open .drawer-hamburger-icon:after {
  width: 50px;
  left: inherit;
}

@media (max-width: 750px) {

  .drawer-open .drawer-hamburger-icon::before,
  .drawer-open .drawer-hamburger-icon:after {
    width: 40px;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  margin-left: 0;
}

.menu-text {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 47px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  left: 2px;
}

@media (max-width: 750px) {
  .menu-text {
    display: none;
  }
}

.drawer-hamburger {
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  right: 30px !important;
  top: 2px !important;
  padding-top: 0;
  height: 50px;
  padding-bottom: 25px !important;
  background: #fff;
}

@media (max-width: 750px) {
  .drawer-hamburger {
    width: 45px;
    height: 35px;
    right: 10px !important;
    padding-bottom: 10px !important;
  }
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: visible !important;
  clip: rect(0, 0, 0, 0);
  clip: inherit !important;
  width: 1px;
  height: 1px;
  margin: -4px;
  padding: 0;
  border: 0;
  left: 43px;
  top: 17px;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

.drawer--sidebar .drawer-hamburger {
  display: none;
  visibility: hidden;
}

.drawer--sidebar .drawer-nav {
  display: block;
  -ms-transform: none;
  transform: none;
  position: fixed;
  width: 125px;
  width: 125px;
  width: 125px;
  width: 12.5rem;
  height: 100%;
}

/*! Left */
.drawer--sidebar.drawer--left .drawer-nav {
  left: 0;
  border-right: 1px solid #ddd;
}

.drawer--sidebar.drawer--left .drawer-contents {
  margin-left: 125px;
  margin-left: 125px;
  margin-left: 125px;
  margin-left: 12.5rem;
}

/*! Right */
.drawer--sidebar.drawer--right .drawer-nav {
  right: 0;
  border-left: 1px solid #ddd;
}

.drawer--sidebar.drawer--right .drawer-contents {
  margin-right: 125px;
  margin-right: 125px;
  margin-right: 125px;
  margin-right: 12.5rem;
}

/*! container */
.drawer--sidebar .drawer-container {
  max-width: 480px;
  max-width: 480px;
  max-width: 480px;
  max-width: 48rem;
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 37.5px;
  height: 37.5px;
  height: 37.5px;
  height: 3.75rem;
  padding: 0 7.5px;
  padding: 0 7.5px;
  padding: 0 7.5px;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 75px;
  padding-bottom: 75px;
  padding-bottom: 75px;
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu>li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open>.drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

.col.col-2>* {
  width: 50%;
  padding: 10px;
}

.col.col-3>* {
  width: 33.333%;
  padding: 10px;
}

.col.col-4>* {
  width: 25%;
  padding: 10px;
}

.col.col-5>* {
  width: 20%;
  padding: 10px;
}

.col.col-6>* {
  width: 16.6666%;
  padding: 10px;
}

.col.col-7>* {
  width: 14.285714%;
  padding: 10px;
}

.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 0px;
}

.col.dis20 {
  margin: 0 -10px;
}

.col.dis20>* {
  padding-left: 10px;
  padding-right: 10px;
}

.col.dis25 {
  margin: 0 -12.5px;
}

.col.dis25>* {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.col.dis35>* {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.col.dis45 {
  margin: 0 -22.5px;
}

.col.dis45>* {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.col.dis0 {
  margin: 0 0;
}

.col.dis0>* {
  padding-left: 0;
  padding-right: 0;
}

.col.dis10 {
  margin: 0 -5px;
}

.col.dis10>* {
  padding-left: 5px;
  padding-right: 5px;
}

.col.dis15 {
  margin: 0 -7.5px;
}

.col.dis15>* {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.col.dis4 {
  margin: 0 -2px;
}

.col.dis4>* {
  padding-left: 2px;
  padding-right: 2px;
}

.col.dis5 {
  margin: 0 -2.5px;
}

.col.dis5>* {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.col.dis30 {
  margin: 0 -15px;
}

.col.dis30>* {
  padding-left: 15px;
  padding-right: 15px;
}

.col.dis25 {
  margin: 0 -12.5px;
}

.col.dis25>* {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.col.dis40 {
  margin: 0 -20px;
}

.col.dis40>* {
  padding-left: 20px;
  padding-right: 20px;
}

.col.dis50 {
  margin: 0 -25px;
}

.col.dis45>* {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.col.dis45 {
  margin: 0 -22.5px;
}

.col.dis50>* {
  padding-left: 25px;
  padding-right: 25px;
}

.col.dis60 {
  margin: 0 -30px;
}

.col.dis60>* {
  padding-left: 30px;
  padding-right: 30px;
}

.col.dis70 {
  margin: 0 -35px;
}

.col.dis70>* {
  padding-left: 35px;
  padding-right: 35px;
}

.col.dis80 {
  margin: 0 -40px;
}

.col.dis80>* {
  padding-left: 40px;
  padding-right: 40px;
}

.col.dis90 {
  margin: 0 -45px;
}

.col.dis90>* {
  padding-left: 45px;
  padding-right: 45px;
}

.col.dis100 {
  margin: 0 -50px;
}

.col.dis100>* {
  padding-left: 50px;
  padding-right: 50px;
}

.col.dis150 {
  margin: 0 -75px;
}

.col.dis150>* {
  padding-left: 75px;
  padding-right: 75px;
}

.col.dis250 {
  margin: 0 -125px;
}

.col.dis250>* {
  padding-left: 125px;
  padding-right: 125px;
}

@media only screen and (max-width: 750px) {
  .col.col-1-sp>* {
    width: 100% !important;
  }

  .col.col-2-sp>* {
    width: 50% !important;
    padding: 5px;
  }

  .col.col-3-sp>* {
    width: 33.33333% !important;
    padding: 5px;
  }

  .col.col-4-sp>* {
    width: 25% !important;
    padding: 5px;
  }

  .col.dis30-sp {
    margin: 0 -15px;
  }

  .col.dis30-sp>* {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.dis8-sp {
    margin: 0 -4px;
  }

  .col.dis8-sp>* {
    padding-left: 4px;
    padding-right: 4px;
  }

  .col.dis15-sp {
    margin: 0 -7.5px;
  }

  .col.dis15-sp>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .col.dis5-sp {
    margin: 0 -2.5px;
  }

  .col.dis5-sp>* {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 2.5px;
    padding-top: 2.5px;
  }

  .col.dis10-sp {
    margin: 0 -5px;
  }

  .col.dis10-sp>* {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .col.dis20-sp {
    margin: 0 -10px;
  }

  .col.dis20-sp>* {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .col.dis25-sp {
    margin: 0 -12.5px;
  }

  .col.dis25-sp>* {
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-bottom: 12.5px;
    padding-top: 12.5px;
  }

  .col.dis5-sp {
    margin: 0 -2.5px;
  }

  .col.dis5-sp>* {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .col.dis0-sp {
    margin: 0 0;
  }

  .col.dis0-sp>* {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

.table-01 {
  width: 100%;
}

.table-01 tr {
  border-bottom: solid 1px #eeeeee;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 750px) {
  .table-01 tr {
    flex-direction: row;
  }
}

.table-01 th {
  padding: 10px;
  vertical-align: top;
  background-color: #199FAB;
  color: #FFF;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .table-01 th {
    padding: 20px;
    width: 20%;
  }
}

.table-01 td {
  padding: 10px;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .table-01 td {
    padding: 20px;
    width: 80%;
  }
}

.table-01__container>* {
  margin-bottom: 10px;
}

.table-01__container>*:last-child {
  margin-bottom: 0;
}

.table-01__map {
  position: relative;
  max-width: 650px;
  width: 100%;
  overflow: hidden;
  padding-top: 46.1538461538%;
}

.table-01__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.table-form {
  width: 100%;
}

.table-form tr {
  border-top: 1px solid #aaa;
  display: block;
  align-items: center;
}

.table-form tr:last-child {
  border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 1200px) {
  .table-form tr {
    display: flex;
  }
}

.table-form th {
  width: 25%;
  display: block;
  width: 100%;
  padding: 20px 0 5px;
}

@media screen and (max-width: 1200px) {
  .table-form th {
    vertical-align: middle;
    display: inline-block;
    padding: 30px 15px 30px 0;
    width: 25%;
  }
}

.table-form td {
  display: block;
  width: 100%;
  padding: 5px 0 20px;
}

@media screen and (max-width: 1200px) {
  .table-form td {
    vertical-align: top;
    display: inline-block;
    padding: 30px 0 30px 15px;
    width: 75%;
  }
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.pagination {
  display: block;
  width: 100%;
}

.pagination__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.pagination__btn,
.pagination__btn--next,
.pagination__btn--prev,
.pagination__btn--current {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 45px;
  font-size: clamp(14px, 2vw, 16px);
  color: #199fab;
  background-color: #FFF;
  border: 1px solid #199fab;
  line-height: 1;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {

  .pagination__btn,
  .pagination__btn--next,
  .pagination__btn--prev,
  .pagination__btn--current {
    font-size: 16px;
  }
}

.pagination__btn:hover,
.pagination__btn--next:hover,
.pagination__btn--prev:hover,
.pagination__btn--current:hover {
  color: #FFF;
  background-color: #199fab;
}

.pagination__btn--current {
  color: #FFF;
  background-color: #199fab;
}

.pagination__btn--prev:before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f104";
  color: inherit;
}

.pagination__btn--next:before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  color: inherit;
}

.footer {
  background-color: #f0ede9;
  padding: 60px 0 5px;
}

@media screen and (max-width: 750px) {
  .footer {
    text-align: center;
    padding: 60px 0 150px;
  }
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .footer-inner {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-logo img {
    margin: auto;
    max-width: 250px;
  }
}

.footer-link {
  display: flex;
}

.footer-link ul {
  margin-left: 40px;
}

.footer-link ul li {
  line-height: 2.4;
}

@media screen and (max-width: 750px) {
  .footer-link ul {
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  .footer-link {
    display: block;
  }
}

.footer-copy {
  font-size: clamp(10px, 1.5vw, 12px);
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .footer-copy {
    font-size: 12px;
  }
}

html:before {
  background-image: url("../img/common/cmnhead.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  content: "";
  position: fixed;
  z-index: 1;
}

body {
  background: transparent !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .header {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.header__logo {
  padding: 10px 0 0 10px;
}

@media (max-width: 750px) {
  .header__logo img {
    width: 175px;
  }
}

.header__logo a {
  transition: all 0.3s;
}

.header__logo a:hover {
  opacity: 0.8;
}

.header__logo img {
  filter: drop-shadow(1px 1px 0px white);
}

.header__tel {
  position: absolute;
  right: 130px;
  top: 15px;
  width: auto !important;
}

.btn-menu {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: 50px;
  cursor: pointer;
  margin: 20px 30px 0 auto;
}

.btn-menu__inner {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-menu::after {
  content: "MENU";
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 750px) {
  .btn-menu::after {
    font-size: 10px;
    font-size: 1rem;
  }
}

.nav-slide {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #2e9ae9;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 120px 0 20px;
}

@media screen and (max-width: 750px) {
  .nav-slide {
    display: none !important;
  }
}

.nav-slide ul {
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}

.nav-slide li {
  border-top: 1px solid #fff;
  margin-top: -1px;
  padding: 1em 0;
}

.nav-slide .btn-close {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 5rem;
  color: #fff;
  cursor: pointer;
}

.nav-slide.open {
  display: block;
}

/* 
.header__logo a {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header__logo img {
    filter: drop-shadow(1px 1px 0px rgb(255, 255, 255));
  }

  .header__logo a:hover {
    opacity: .8;
  }

  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__left {
    width: 176px;
  }

  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    width: calc(100% - 176px);
    padding-left: 20px;
  } */
/* .header {
    position: relative;
    width: 100%;
    background-color: #E6F0F1;
    &__inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        @include g.responsive(xl) {
            padding: 30px 80px;
        }
    }
    &__left {
        width: auto;
        padding: 20px;
        @include g.responsive(xl) {
            padding: 0;
        }
    }
    &__right {
        display: block;
        width: 100%;
        order: 3;
        @include g.responsive(xl) {
            width: auto;
            order: 2;
        }
    }
    &__logo {
        position: relative;
        z-index: 10;
        width: 200px;
        @include g.responsive(md) {
            width: auto;
        }
    }
    &__btn {
        position: relative;
        z-index: 10;
        display: block;
        width: 50px;
        height: 50px;
        order: 2;
        @include g.responsive(xl) {
            display: none;
            order: 3;
        }
    }
} */

.mainVisual {
  background-color: #abebff;
  text-align: center;
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .mainVisual {
    padding: 80px 20px 0;
  }
}

.mainVisual::after {
  content: '';
  background-image: url(../img/index/shape_fv.png);
  background-size: cover;
  width: 750px;
  height: 397px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .mainVisual::after {
    width: 100%;
    height: 53vw;
  }
}

.mainVisual_image {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mainVisual_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .mainVisual_list {
    max-width: 490px;
    margin: 0 auto;
    gap: 1vw;
  }
}

.mainVisual_item {
  width: 253px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #2e9bec;
  padding: 0.2em;
  color: #2e9bec;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .mainVisual_item {
    width: 49%;
    border-radius: 8px;
    font-size: clamp(1.375rem, 0.798rem + 2.56vw, 2rem)
  }
}

.mainVisual_txt {
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .mainVisual_txt {
    font-size: clamp(1rem, -0.385rem + 6.15vw, 2.5rem)
  }

  .mainVisual_txt .ttl-img {
    width: 32vw;
    display: inline-block;
  }

  .mainVisual_txt .ttl-img img {
    width: 100%;
  }
}

.mainVisual_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #2e9bec;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  animation: arrowMove 1s ease-in-out infinite;
}

@keyframes arrowMove {

  0%,
  100% {
    transform: translateY(-25%) rotate(135deg);
  }

  50% {
    transform: translateY(-50%) rotate(135deg);
  }
}


.top-sec01 {
  padding: 80px 0 40px;
}

.top-sec01 .assessmentInfo {
  margin: 60px 30px 10px;
}

@media screen and (max-width: 750px) {
  .top-sec01 .assessmentInfo {
    margin: 40px 20px 0;
  }
}

.taptext {
  text-align: center;
  margin-bottom: 50px;
}

.top-sec01 ul {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .top-sec01 ul {
    flex-direction: column;
    gap: 1.3em;
  }
}

.top-sec01 ul a {
  width: 48%;
}


@media screen and (max-width: 750px) {
  .top-sec01 ul a {
    width: 100%;
  }
}


.top-sec01 ul li {
  height: 190px;
  border: 2px solid #2e9ae9;
  border-radius: 10px;
  box-shadow: 4px 4px 6px 0px #333;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top-sec01 ul li::before {
  content: '';
  color: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

.top-sec01 ul li::after {
  display: inline-block;
  content: '';
  background-color: #2e9ae9;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.top-sec01 ul li .subttl {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0.4em;
}

.top-sec01 ul li p:not([class]) {
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .top-sec01 ul li p:not([class]) {
    font-size: clamp(13px, 3vw, 15px);
  }
}

.top-sec01 ul li img {
  display: block;
}

.top-sec02 {
  margin-bottom: 80px;
}

.top-sec02 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  .top-sec02 ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.top-sec03 {
  background-image: url("../img/index/bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 20px;
  text-align: center;
  font-weight: 800;
}

@media screen and (max-width: 750px) {
  .top-sec03 {
    padding: 60px 30px 20px;
  }
}

.top-sec03 .ttl-txt {
  font-size: 6.8rem;
  font-weight: 800;
}

@media screen and (max-width: 750px) {
  .top-sec03 .ttl-txt {
    font-size: 4.2rem;
  }
}

.top-sec03 p {
  margin: 1em 0;
}

.top-sec03 p strong {
  font-size: 3.6rem;
}

@media screen and (max-width: 750px) {
  .top-sec03 p strong {
    font-size: 2.4rem;
  }
}

.top-entry {
  background-color: #f0ede9;
  text-align: center;
  padding: 80px 0;
}

@media screen and (max-width: 750px) {
  .top-entry {
    padding: 80px 30px;
  }
}

.top-entry p {
  margin: 1.5em 0;
}

.top .entry-top {
  margin: 50px auto 0px;
  width: 300px;
}

.top .entry-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  margin: 40px 40px 0;
}

@media screen and (max-width: 750px) {
  .top .entry-bottom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .top .entry-bottom {
    margin: 40px 0 0;
  }
}

.top-sec04 {
  background-color: #d7f5ff;
  padding: 80px 0;
}

.top-sec04 .reasonWrap {
  margin: 40px 20px 0;
}

.top-sec04 .reasonWrap h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.top-sec04 .reasonWrap h2 .ttl_udline {
  font-size: 24px;
  background: linear-gradient(transparent 50%, #d7f5ff 0%);
}

.top-sec04 .reasonWrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

.top-sec04 .reasonWrap li {
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .top-sec04 .reasonWrap li {
    width: 100%;
  }
}

.top-sec04 .reasonWrap li .ttl_num {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #2e9ae9;
  border-radius: 4px;
  padding: 0.4em 0.6em 0.3em;
  position: absolute;
  top: -10px;
  left: 10px;
}

.top-sec04 .reasonWrap .accordion-trigger {
  list-style: none;
  cursor: pointer;
  font-weight: bold;
  color: #2e9ae9;
  width: 60%;
  max-width: 200px;
  border: 2px solid #2e9ae9;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  position: relative;
}

.top-sec04 .reasonWrap .accordion-trigger:focus {
  outline: none;
}

.top-sec04 .reasonWrap .accordion-trigger::after {
  content: '+';
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s ease;
  position: absolute;
  right: 20px;
}

.top-sec04 .reasonWrap .accordion-trigger.close::after {
  content: '-';
}

.top-sec04 .reasonWrap .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.top-sec04 .reasonWrap .accordion-content.open {
  opacity: 1;
  height: 110px;
}

.top-sec05 {
  background-image: url("../img/index/bg_ach.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 40px;
}

.top-sec05 .subttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .top-sec05 .subttl {
    font-size: clamp(1.5rem, 0.808rem + 3.08vw, 2.25rem);
  }
}

.txt_blue {
  color: #2e9bec;
}

.top-sec05 .subttl_txt {
  display: inline-block;
  position: relative;
}

.top-sec05 .subttl_txt::before,
.top-sec05 .subttl_txt::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: '';
}

.top-sec05 .subttl_txt::before {
  border-left: solid 1px;
  border-top: solid 1px;
  top: -10px;
  left: -35px;
}

.top-sec05 .subttl_txt::after {
  border-right: solid 1px;
  border-bottom: solid 1px;
  bottom: -10px;
  right: -35px;
}


.top-sec05 .achievementWrap {
  margin: 40px 20px;
}

.top-sec05 .ach-col {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .top-sec05 .ach-col {
    margin: 0;
  }
}

.top-sec05 .ach-col dt {
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: 600;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 1200px) {
  .top-sec05 .ach-col dt {
    font-size: 20px;
  }
}

.top-sec05 .ach-col .ach-capacity {
  display: inline-block;
  background: #f0ede9;
  width: 120px;
  border-radius: 6px;
}

.top-sec05 .ach-col .ach-image {
  margin: 20px auto;
  text-align: center;
  width: 200px;
}

@media screen and (max-width: 600px) {
  .top-sec05 .ach-col .ach-image {

    min-height: inherit;
  }

  .top-sec05 {
    padding-bottom: 0;
  }
}

.top-sec05 .ach-col .ach-image img {
  margin: 0 auto;
}

.top-sec05 .ach-col .ach-price {
  font-size: clamp(16px, 2.75vw, 22px);
  text-align: center;
  color: #e46667;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .top-sec05 .ach-col .ach-price {
    font-size: 22px;
  }
}

.top-sec05 .ach-col .ach-price span {
  font-size: 1.8em;
}

.top-sec05 .slick-prev,
.top-sec05 .slick-next {
  background-color: #2e9ae9;
  text-align: center;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 999;
  border-radius: 100%;
  margin: 15px;
}

.top-sec05 .slick-prev::before,
.top-sec05 .slick-next::before {
  line-height: 2.2;
}

.top-sec05 .dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.top-sec05 .dots-wrap li {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  background: #f0ede9;
  border-radius: 50%;
  cursor: pointer;
}

.top-sec05 .dots-wrap li:hover,
.top-sec05 .dots-wrap li.slick-active {
  background: #2e9ae9;
}

.top-sec05 .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.top-sec06 {
  padding: 80px 0 40px;
}

.top-sec06 p {
  text-align: center;
  padding: 40px 60px 30px;
}

@media screen and (max-width: 750px) {
  .top-sec06 p {
    padding: 40px 30px 30px;
  }
}

.top-sec06 .beginner-contact {
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
  padding: 0 30px;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .top-sec06 .beginner-contact {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.top-sec06 .beginner-contact dl {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .top-sec06 .beginner-contact dl {
    margin-bottom: 20px;
  }
}

.top-sec06 .beginner-contact dl dt {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 800;
  margin-bottom: 1em;
}

@media screen and (max-width: 1200px) {
  .top-sec06 .beginner-contact dl dt {
    font-size: 20px;
  }
}

.top-sec06 .beginner-contact dl .mail-time {
  font-size: 0.8em;
}

.top-sec07 {
  padding: 40px 0;
}

.top-sec07 p {
  text-align: center;
  padding: 40px 60px 30px;
}

.top-sec08 {
  padding: 80px 0 40px;
  background-color: #d7f5ff;
}

.top-sec08 .flowWrap dl {
  position: relative;
  background-color: #fff;
  margin: 80px 20px;
  padding: 80px 20px 30px;
  border-radius: 20px;
}

.top-sec08 .flowWrap dl::after {
  content: url(../img/index/step_arrow.png);
  position: absolute;
  left: calc(50% - 11px);
  bottom: -30px;
}

.top-sec08 .flowWrap dl:last-child::after {
  display: none;
}

.top-sec08 .flowWrap dl dt {
  font-size: clamp(16px, 2.5vw, 20px);
  display: inline-block;
  color: #fff;
  font-weight: 800;
  background-color: #2e9ae9;
  position: absolute;
  left: calc(50% - 40px);
  top: -30px;
  line-height: 1.2;
  text-align: center;
  width: 80px;
  padding: 5px 0;
}

@media screen and (max-width: 1200px) {
  .top-sec08 .flowWrap dl dt {
    font-size: 20px;
  }
}

.top-sec08 .flowWrap dl dt span {
  font-size: 1.8em;
  display: block;
}

.top-sec08 .flowWrap dl dd {
  font-size: clamp(16px, 2.5vw, 20px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .top-sec08 .flowWrap dl dd {
    font-size: 20px;
  }
}

.top-sec08 .flowWrap dl dd .stepImg {
  width: 200px;
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  .top-sec08 .flowWrap dl dd .stepImg {
    width: 100%;
    text-align: center;
    padding: 20px 0 20px;
  }
}

.top-sec08 .flowWrap dl dd .stepTxt {
  width: calc(100% - 220px);
}

@media screen and (max-width: 750px) {
  .top-sec08 .flowWrap dl dd .stepTxt {
    width: 100%;
  }
}

.top-sec08 .flowWrap dl dd .stepTxt .step-ttl {
  font-size: 1.1em;
  font-weight: 800;
  display: inline;
  background: linear-gradient(transparent 60%, #d7f5ff 60%);
  margin-bottom: 0.5em;
}

.top-sec08 .flowWrap dl dd .stepTxt .btn {
  margin: 10px auto 0 0;
  text-align: center;
  width: 200px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.top-sec08 .flowWrap dl dd .stepTxt .btn a {
  font-size: 1.6rem;
  text-align: center;

}

.top-sec08 .flowWrap dl dd.detail-area {
  padding: 20px 0 0;
  /* display: none; */
}

.top-sec08 .flowWrap dl dd.detail-area p {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .top-sec08 .flowWrap dl dd .stepTxt .btn {
    margin: 10px auto 0 auto;
    text-align: center;
    width: 200px;
    border: 1px solid #ccc;
    padding: 5px 10px;
  }

  .top-sec08 .flowWrap dl dd .stepTxt .btn a {
    font-size: 1.4rem;
    text-align: center;

  }

  .top-sec08 .flowWrap dl dd.detail-area {
    padding: 20px 0 0;
    /* display: none; */
  }

  .top-sec08 .flowWrap dl dd.detail-area p {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {}

.top-sec08 .flowWrap dl dd .stepTxt .step-body {
  padding-top: 0.5em;
}

.top-sec09 {
  padding: 0px 0 40px;
  background-color: #d7f5ff;
}

.top-sec09 .faqWrap {
  margin: 60px 20px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 20px 30px;
  counter-reset: number 0;
}

.top-sec09 .faqWrap dt {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 800;
  margin: 1em 0;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.top-sec09 .faqWrap dt:after {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.top-sec09 .faqWrap dt.active:after {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f077";
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .top-sec09 .faqWrap dt {
    font-size: 20px;
  }
}

.top-sec09 .faqWrap dt::before {
  counter-increment: number 1;
  content: "Q" counter(number);
  color: #2e9ae9;
}

.top-sec09 .faqWrap dd {
  display: none;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  font-size: clamp(18px, 2.5vw, 20px);
}

.top-sec09 .faqWrap dd .in {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .top-sec09 .faqWrap dd {
    font-size: 20px;
  }
}

.top-sec09 .faqWrap dd::before {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 800;
  content: "A";
  color: #2e9ae9;
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  margin-right: 20px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .top-sec09 .faqWrap dd::before {
    font-size: 24px;
  }
}

.top-sec09 .faqWrap dd .answer {
  width: calc(100% - 45px);
}

.top-sec09 .faqCopy {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .top-sec09 .faqCopy {
    font-size: 20px;
  }
}

/* .top {
    &-sec01 {
        position: relative;
        @include g.bg('../images/top/bg01.jpg');
        padding: 60px 0 95px 0;
        @include g.responsive(md) {
            padding: 60px 0 130px 0;
        }
        &__inner {
            @include g.wrapper() {
                @include g.grid(1,1) {
                    gap: 15px;
                    @include g.responsive(md) {
                        gap: 30px;
                    }
                }
            };
        }
        &__slider {
            .slick-arrow {
                display: none;
                width: auto;
                height: auto;
                @include g.responsive(md) {
                    display: block;
                }
                &::before {
                    display: block;
                    width: 25px;
                    height: 40px;
                }
                &.slick-prev {
                    left: 20px;
                    z-index: 2;
                    @include g.responsive(xl) {
                            left: -75px;
                    }
                    &::before {
                        content: '';
                        @include g.bg('../images/top/left.png');
                    }
                }
                &.slick-next {
                    right: 20px;
                    z-index: 2;
                    @include g.responsive(xl) {
                        right: -70px;
                    }
                    &::before {
                        content: '';
                        @include g.bg('../images/top/right.png');
                    }
                }
            }
        }
    }
    &-sec02 {
        position: relative;
        z-index: 2;
        @include g.bg('../images/top/bg02.jpg');
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
        margin: -75px 0;
        padding: 105px 0;
        @include g.responsive(md) {
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
            margin: -90px 0;
            padding: 130px 0;
        }
        &__inner {
            @include g.wrapper() {
                @include g.grid(1,1) {
                    gap: 15px;
                    @include g.responsive(md) {
                        gap: 30px;
                    }
                }
            };
        }
        &__list {
            text-align: center;
            @include g.grid(1,3) {
                gap: 15px;
                @include g.responsive(md) {
                    gap: 30px;
                }
            }
            img {
                max-width: 200px;
                width: 100%;
                @include g.responsive(md) {
                    max-width: 100%;
                    width: auto;
                }
            }
        }
        &__text {
            color: #FFF;
            text-align: center;
        }
    }
    &-sec03 {
        position: relative;
        @include g.bg('../images/top/bg03.jpg');
        padding: 100px 0;
        background-attachment: fixed;
        @include g.responsive(md) {
            padding: 150px 0;
        }
        &__inner {
            @include g.wrapper() {
                @include g.grid(1,1) {
                    gap: 30px;
                    @include g.responsive(md) {
                        gap: 30px;
                    }
                }
            };
        }
        &__list {
            @include g.grid(1,2) {
                gap: 15px;
                @include g.responsive(md) {
                    gap: 30px;
                }
            }
        }
        &__img {
            position: absolute;
            top: -10px;
            left: 10px;
            width: 170px;
            z-index: 3;
            @include g.responsive(md) {
                width: auto;
                top: 60px;
                left: 70px;
            }
            &--right {
                position: absolute;
                bottom: -10px;
                right: 10px;
                width: 170px;
                z-index: 3;
                @include g.responsive(md) {
                    width: auto;
                    bottom: -20px;
                    right: 30px;
                }
            }
        }
    }
    &-sec04 {
        position: relative;
        z-index: 2;
        @include g.bg('../images/top/bg04.jpg');
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
        margin: -75px 0;
        padding: 100px 0;
        @include g.responsive(md) {
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
            margin: -150px 0;
            padding: 200px 0;
        }
        &__inner {
            @include g.wrapper() {
                @include g.grid(1,1) {
                    gap: 15px;
                    @include g.responsive(md) {
                        gap: 30px;
                    }
                }
            };
        }
        &__list {
            @include g.grid(1,2) {
                gap: 30px;
                @include g.responsive(md) {
                    gap: 30px;
                }
            }
            >*{
                @include g.grid(1,1) {
                    align-content: baseline;
                    gap: 20px;
                    @include g.responsive(md) {
                        gap: 40px;
                    }
                }
            }
        }
    }
    &-sec05 {
        position: relative;
        @include g.bg('../images/top/bg05.jpg');
        background-attachment: fixed;
        padding: 100px 0 60px 0;
        @include g.responsive(md) {
            padding: 200px 0 60px 0;
        }
        &__inner {
            @include g.wrapper() {
                @include g.grid(1,1) {
                    gap: 15px;
                    @include g.responsive(md) {
                        gap: 30px;
                    }
                }
            };
        }
        &__list {
            @include g.grid(1,1) {
                gap: 10px;
                @include g.responsive(md) {
                    gap: 20px;
                }
            }
        }
        &__btn {
            max-width: 240px;
            width: 100%;
            margin: auto;
        }
        &__img {
            position: absolute;
            width: 100px;
            top: 10px;
            left: 10px;
            z-index: 3;
            @include g.responsive(md) {
                width: auto;
                top: -90px;
                left: 70px;
            }
            &--right {
                display: none;
                position: absolute;
                top: 20px;
                right: 50px;
                z-index: 3;
                @include g.responsive(md) {
                    display: block;
                }
            }
        }
    }

} */
.barkhikari-sec,
.barkhikari-sec--bg {
  padding: 60px 0;
}

@media screen and (max-width: 750px) {

  .barkhikari-sec,
  .barkhikari-sec--bg {
    padding: 60px 0;
  }
}

.barkhikari-sec--bg {
  background-color: #E0EEF7;
}

.barkhikari-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .barkhikari-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .barkhikari-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .barkhikari-sec__inner {
    gap: 40px;
  }
}

.barkhikari-sec__img {
  max-width: 300px;
  width: 100%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .barkhikari-sec__img {
    max-width: 100%;
    width: auto;
  }
}

.barkhikari-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .barkhikari-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .barkhikari-sec__container {
    gap: 20px;
  }
}

.barkhikari-sec__text,
.barkhikari-sec__text--strong {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1200px) {

  .barkhikari-sec__text,
  .barkhikari-sec__text--strong {
    font-size: 20px;
  }
}

.barkhikari-sec__text>*,
.barkhikari-sec__text--strong>* {
  margin-bottom: 0.5em;
}

.barkhikari-sec__text>*:last-child,
.barkhikari-sec__text--strong>*:last-child {
  margin-bottom: 0;
}

.barkhikari-sec__text--strong {
  color: #FFF;
  font-weight: 700;
  background-color: #F99506;
  padding: 20px 10px;
}

@media screen and (max-width: 750px) {
  .barkhikari-sec__text--strong {
    padding: 30px 10px;
  }
}

.barkhikari-sec__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}

@media screen and (max-width: 750px) {
  .barkhikari-sec__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .barkhikari-sec__list {
    gap: 30px;
  }
}

.barkhikari-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .barkhikari-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .barkhikari-content {
    gap: 20px;
  }
}

.barkhikari-content__img {
  text-align: center;
}

.barkhikari-content__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .barkhikari-content__title {
    gap: 20px;
  }
}

.barkhikari-content__title-main {
  font-size: clamp(24px, 4.5vw, 36px);
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .barkhikari-content__title-main {
    font-size: 36px;
  }
}

.barkhikari-content__title-sub {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .barkhikari-content__title-sub {
    font-size: 20px;
  }
}

.rental-sec,
.rental-sec--bg {
  padding: 60px 0;
}

@media screen and (max-width: 750px) {

  .rental-sec,
  .rental-sec--bg {
    padding: 60px 0;
  }
}

.rental-sec--bg {
  background-color: #E0EEF7;
}

.rental-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .rental-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .rental-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .rental-sec__inner {
    gap: 40px;
  }
}

.rental-sec__img {
  max-width: 300px;
  width: 100%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .rental-sec__img {
    max-width: 100%;
    width: auto;
  }
}

.rental-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .rental-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .rental-sec__container {
    gap: 20px;
  }
}

.rental-sec__text,
.rental-sec__text--strong,
.rental-sec__text--arrow {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1200px) {

  .rental-sec__text,
  .rental-sec__text--strong,
  .rental-sec__text--arrow {
    font-size: 20px;
  }
}

.rental-sec__text>*,
.rental-sec__text--strong>*,
.rental-sec__text--arrow>* {
  margin-bottom: 0.5em;
}

.rental-sec__text>*:last-child,
.rental-sec__text--strong>*:last-child,
.rental-sec__text--arrow>*:last-child {
  margin-bottom: 0;
}

.rental-sec__text--arrow {
  position: relative;
  color: #FFF;
  font-weight: 700;
  background-color: #199fab;
  padding: 15px 10px;
}

@media screen and (max-width: 750px) {
  .rental-sec__text--arrow {
    padding: 20px 10px;
  }
}

.rental-sec__text--arrow::after {
  content: "";
  width: 95px;
  height: 95px;
  background-color: #199FAB;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 15%, 0 0, 100% 0);
}

.rental-sec__text--strong {
  color: #FFF;
  font-weight: 700;
  background-color: #F99506;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .rental-sec__text--strong {
    padding: 20px 10px;
  }
}

.rental-sec__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}

@media screen and (max-width: 750px) {
  .rental-sec__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .rental-sec__list {
    gap: 60px;
  }
}

.rental-sec__list--04 {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

@media screen and (max-width: 750px) {
  .rental-sec__list--04 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .rental-sec__list--04 {
    gap: 30px;
  }
}

.rental-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .rental-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .rental-content {
    gap: 50px;
  }
}

.rental-content__img {
  text-align: center;
}

.rental-content__img img {
  max-width: 300px;
}

@media screen and (max-width: 750px) {
  .rental-content__img img {
    max-width: 100%;
  }
}

.rental-content__right {
  order: -1;
}

@media screen and (max-width: 750px) {
  .rental-content__right {
    order: 2;
  }
}

.rental-content__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .rental-content__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .rental-content__list {
    gap: 30px;
  }
}

.rental-content__list>* {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 750px) {
  .rental-content__list>* {
    gap: 40px;
    row-gap: 10px;
  }
}

.rental-content__list-num {
  font-size: clamp(24px, 4.5vw, 36px);
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .rental-content__list-num {
    font-size: 36px;
  }
}

.rental-content__list-text {
  font-size: clamp(16px, 2.5vw, 20px);
}

@media screen and (max-width: 1200px) {
  .rental-content__list-text {
    font-size: 20px;
  }
}

.service-sec {
  padding: 60px 0;
}

@media screen and (max-width: 750px) {
  .service-sec {
    padding: 60px 0;
  }
}

.service-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 60px;
}

@media screen and (max-width: 1200px) {
  .service-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .service-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .service-sec__inner {
    gap: 60px;
  }
}

.service-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 750px) {
  .service-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .service-sec__container {
    gap: 40px;
  }
}

.service-sec__title {
  font-size: clamp(16px, 2.5vw, 20px);
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background-color: #F99506;
  padding: 15px 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .service-sec__title {
    font-size: 20px;
  }
}

.service-sec__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}

.service-sec__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

@media screen and (max-width: 750px) {
  .service-sec__title {
    padding: 20px 10px;
  }
}

.service-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 750px) {
  .service-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .service-content {
    gap: 40px;
  }
}

.service-content__left {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-content: center;
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .service-content__left {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .service-content__left {
    gap: 40px;
  }
}

.service-content__right {
  order: -1;
}

@media screen and (max-width: 750px) {
  .service-content__right {
    order: 2;
  }
}

.service-content__img {
  text-align: center;
}

.service-content__btn {
  max-width: 350px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .service-content__btn {
    margin: 0;
  }
}

.company {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 40px 0;
  gap: 40px;
}

@media screen and (max-width: 750px) {
  .company {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .company {
    padding: 80px 0;
    gap: 80px;
  }
}

.company-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .company-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .company-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .company-sec__inner {
    gap: 40px;
  }
}

.company-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 750px) {
  .company-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .company-content {
    gap: 40px;
  }
}

.company-content__img {
  text-align: center;
}

.news {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 40px 0;
  gap: 40px;
}

@media screen and (max-width: 750px) {
  .news {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .news {
    padding: 80px 0;
    gap: 80px;
  }
}

.news-sec__inner,
.news-sec__inner--detail {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media screen and (max-width: 1200px) {

  .news-sec__inner,
  .news-sec__inner--detail {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {

  .news-sec__inner,
  .news-sec__inner--detail {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {

  .news-sec__inner,
  .news-sec__inner--detail {
    gap: 60px;
  }
}

.news-sec__inner--detail {
  max-width: 960px;
}

.news-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 750px) {
  .news-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .news-sec__container {
    gap: 40px;
  }
}

.news-sec__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .news-sec__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .news-sec__list {
    gap: 20px;
  }
}

.news-detail {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 750px) {
  .news-detail {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .news-detail {
    gap: 40px;
  }
}

.news-detail__header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .news-detail__header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .news-detail__header {
    gap: 15px;
  }
}

.news-detail__data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.news-detail__title {
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .news-detail__title {
    font-size: 24px;
  }
}

.news-detail__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}

.news-detail__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

.news-detail__content>* {
  margin-bottom: 1em;
}

.news-detail__content>*:last-child {
  margin-bottom: 0;
}

.news-detail__pagination {
  margin-top: 40px;
}

.news-detail__pagination-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .news-detail__pagination-inner {
    flex-wrap: nowrap;
  }
}

.news-detail__pagination-btn,
.news-detail__pagination-btn--home {
  max-width: calc(50% - 5px);
  width: 100%;
}

@media screen and (max-width: 750px) {

  .news-detail__pagination-btn,
  .news-detail__pagination-btn--home {
    max-width: 240px;
  }
}

.news-detail__pagination-btn--home {
  max-width: 100%;
  order: -1;
}

@media screen and (max-width: 750px) {
  .news-detail__pagination-btn--home {
    max-width: 240px;
    order: inherit;
  }
}

.notfound {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 40px 0;
  gap: 40px;
}

@media screen and (max-width: 750px) {
  .notfound {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .notfound {
    padding: 80px 0;
    gap: 80px;
  }
}

.notfound-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .notfound-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .notfound-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .notfound-sec__inner {
    gap: 60px;
  }
}

.notfound-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 750px) {
  .notfound-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .notfound-sec__container {
    gap: 40px;
  }
}

.notfound-sec__text {
  text-align: center;
}

.notfound-sec__text>* {
  margin-bottom: 0.5em;
}

.notfound-sec__text>*:last-child {
  margin-bottom: 0;
}

.notfound-sec__btn {
  max-width: 240px;
  width: 100%;
  margin: 20px auto 0 auto;
}

.privacy {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 40px 0;
  gap: 40px;
}

@media screen and (max-width: 750px) {
  .privacy {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .privacy {
    padding: 80px 0;
    gap: 80px;
  }
}

.privacy-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .privacy-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .privacy-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .privacy-sec__inner {
    gap: 60px;
  }
}

.privacy-sec__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}

@media screen and (max-width: 750px) {
  .privacy-sec__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .privacy-sec__list {
    gap: 30px;
  }
}

.privacy-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .privacy-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .privacy-sec__container {
    gap: 20px;
  }
}

.privacy-sec__text>* {
  margin-bottom: 0.5em;
}

.privacy-sec__text>*:last-child {
  margin-bottom: 0;
}

#contact {
  z-index: 2;
  color: #333;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background-color: #d7f5ff;
}

.contact {
  padding: 0 0 40px;
  gap: 40px;
}

body.contact {
  padding: 0;
}

@media screen and (max-width: 750px) {
  .contact {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .contact {
    padding: 80px 0;
    gap: 80px;
  }
}

.contact-readTxt {
  text-align: center;
  padding: 50px 0 15px;
}

.contact-form {
  background-color: #fff;
  padding: 40px 30px;
}

.contact label {
  margin-bottom: 20px;
  display: block;
}

.contact .formCol {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.contact-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .contact-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .contact-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .contact-sec__inner {
    gap: 60px;
  }
}

.contact-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 750px) {
  .contact-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .contact-sec__container {
    gap: 40px;
  }
}

.contact-sec__text {
  text-align: center;
}

.contact-sec__text>* {
  margin-bottom: 0.5em;
}

.contact-sec__text>*:last-child {
  margin-bottom: 0;
}

.contact-sec__btn {
  max-width: 240px;
  width: 100%;
  margin: 20px auto 0 auto;
}

.contact .form .form-btn {
  max-width: 500px;
}

.contact.check .form .form-btn {
  max-width: 100%;
}

.contactFinish-text {
  font-size: 1.8rem;
  text-align: center;
  margin: 20px 0 30px;
}

.contactFinish-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.finish .contact-sec__inner {
  margin: 70px 0 0;
}

.form-list__flex02 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.form-list__flex02 label {
  width: 20%;
  margin: 0 1em;
}

.form-list__flex02 label:first-child {
  margin-left: 0;
  min-width: 100px;
}

.form-list__flex02 p {
  width: 10%;
  text-align: center;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.lower-sec__inner {
  margin: 80px 0 0;
}

@media (max-width: 750px) {
  .lower-sec__inner {
    margin: 40px 0 0;
  }
}

.lower-sec__inner .lower-product-nav nav {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  position: relative;
}

@media (max-width: 750px) {
  .lower-sec__inner .lower-product-nav nav {
    padding-bottom: 10px !important;
  }
}

.lower-sec__inner .lower-product-nav nav>a {
  display: block;
  border: 2px solid #2e9ae9;
  color: #2e9ae9;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 20px;
  position: relative;
}

.lower-sec__inner .lower-product-nav nav ul {
  background: #fff;
  z-index: 2;
  width: calc(100% - 20px);
  border: 2px solid #2e9ae9;
  margin-top: -2px;
  border-top: none;
}

@media (max-width: 750px) {
  .lower-sec__inner .lower-product-nav nav>a {
    font-size: 1.2rem;
    padding: 8px 10px;
  }

  .lower-sec__inner .lower-product-nav nav ul {

    width: calc(100% - 10px);

  }
}

.lower-sec__inner .lower-product-nav nav>a:after {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  color: inherit;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 750px) {
  .lower-sec__inner .lower-product-nav nav>a:after {
    right: 10px;
  }
}

.lower-sec__inner .lower-product-nav nav>a.active:after {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f077";
  color: inherit;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 750px) {
  .lower-sec__inner .lower-product-nav nav>a.active:after {
    right: 10px;
  }
}

.lower-sec__inner .lower-product-nav nav ul {
  position: absolute;
  display: none;
}

@media (max-width: 750px) {}

.lower-sec__inner .lower-product-nav nav ul li a {
  display: block;
  padding: 7px 25px 7px 25px;
  font-size: 1.8rem;
  border-bottom: 2px solid #f1f1f1;
  position: relative;
  background: #fff;
  z-index: 3;
}

@media (max-width: 750px) {
  .lower-sec__inner .lower-product-nav nav ul li a {
    padding: 10px 25px 10px 25px;
    font-size: 1.3rem;
  }
}

.lower-sec__inner .lower-product-nav nav ul li a i img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 750px) {
  .lower-sec__inner .lower-product-nav nav ul li a i img {
    left: 15px;
  }
}

#iphone {
  background: #fff;
  z-index: 2;
  color: #333;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
}

.c-point-area {
  background: #f1f1f1;
  margin: 20px 0 0;
  padding: 70px 0 100px;
}

@media (max-width: 750px) {
  .c-point-area {
    padding: 35px 0 50px;
  }
}

.c-point-area h2 {
  text-align: center;
  font-size: clamp(24px, 4.5vw, 36px);
  font-weight: bold;
  margin: 0 0 45px;
}

@media (max-width: 750px) {
  .c-point-area h2 {
    margin: 0 0 20px;
  }
}

.c-point-area .text-area {
  padding: 0 20px 25px;
}

.c-ttl-bar {
  background: #2e9ae9;
  text-align: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 20px;
  margin: 0 0 15px;
  position: relative;
}

@media (max-width: 750px) {
  .c-ttl-bar {
    font-size: 1.6rem;
    padding: 7px 13px;
    margin: 0 0 10px;
  }
}

.c-ttl-bar span {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}

.c-brand-box {
  padding: 0 20px 60px;
}

.c-brand-box .c-brand-ttl {
  text-align: center;
  margin: 35px 0 0;
}

.c-brand-box .c-brand-ttl span {
  display: inline-block;
  background: #2e9ae9;
  text-align: left;
  max-width: 340px;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 0;
  text-align: center;
  position: relative;
}

@media (max-width: 750px) {
  .c-brand-box .c-brand-ttl span {
    font-size: 1.4rem;
    padding: 5px 10px;
    margin: 0 0 0;
  }
}

.c-brand-box .brand-list .item {
  padding-top: 20px !important;
  padding-bottom: 0;
}

.c-brand-box .brand-list .item h4 {
  background: #d7f5ff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 0 15px;
}

.c-brand-box .brand-list .item dl dt {
  text-align: center;
  font-size: 1.4rem;
}

.c-brand-box .brand-list .item dl dd {
  margin: 5px 0;
}

.c-brand-box .brand-list .item dl.pt01 dd {
  text-align: center;
  color: #e46667;
  font-size: 2rem;
  font-weight: bold;
}

.c-brand-box .brand-list .item dl.pt02 dd {
  text-align: center;
  color: #e46667;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-brand-box .brand-list .item .detail-btn {
  margin: 15px 0 0;
}

.c-brand-box .brand-list .item .detail-btn a {
  display: block;
  border-color: #303233;
  border-style: dashed;
  border-style: solid;
  border-width: 2px;
  border-color: #2e9ae9;
  border-radius: 27px;
  background-color: white;
  text-align: center;
  color: #2e9ae9;
  font-size: 1.8rem;
  padding: 10px 0;
  position: relative;
  font-weight: bold;
}

.c-brand-box .brand-list .item .detail-btn a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.c-tag-area {
  border-bottom: 2px solid #f1f1f1;
}

.c-tag-area ul {
  text-align: left;
  margin: 10px 0 0;
}

.c-tag-area ul li {
  display: inline-block;
  border: 2px solid #f1f1f1;
  font-size: 1.6rem;
  margin: 0 20px 20px 0;
  padding: 10px 20px;
}

.c-tag-area ul li i {
  margin: 0 10px 0 0;
}

#local-nav .btn-headerTel {
  display: none;
}

@media (max-width: 750px) {
  #local-nav .btn-headerTel {
    display: block;
    max-width: 250px;
    margin: 20px auto 0;
    text-align: center;
  }
}

@media (max-width: 750px) {
  header .header__tel {
    display: none;
  }
}

body.contact .check-text {
  display: none !important;
}

body.contact.confirm .contact-text {
  display: none !important;
}

body.contact.confirm .check-text {
  display: block !important;
}

body.contact.confirm .form-label--req::after,
body.contact.confirm.form-label--req--02::after {
  display: none !important;
}

body.purchase .check-text {
  display: none !important;
}

body.purchase.confirm .contact-text {
  display: none !important;
}

body.purchase.confirm .check-text {
  display: block !important;
}

body.purchase.confirm .form-label--req::after,
body.purchase.confirm.form-label--req--02::after {
  display: none !important;
}

a:hover {
  opacity: 0.75 !important;
}

#follw-btn {
  position: fixed;
  /* width: 500px; */
  bottom: 20vh;
  right: 0;
  z-index: 9999;
}

@media (max-width: 750px) {
  #follw-btn {
    width: 100%;
    bottom: 10px;
    display: none;
  }
}

#follw-btn ul {
  text-align: right;
  font-size: 0;
}

@media (max-width: 750px) {
  #follw-btn ul {
    text-align: center;
  }
}

#follw-btn ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

@media (max-width: 750px) {
  #follw-btn ul li {
    margin: 0 8px;
  }
}

@media (max-width: 750px) {
  #follw-btn ul li img {
    width: 80px;
  }
}

.mwform-checkbox-field label {
  display: inline-block;
}

.check-area .error {
  display: inline-block !important;
}

.notes-box .notes-text {
  font-size: 1.1rem;
}

.form-notes {
  font-size: 1.1rem;
  margin: 0 0 5px;
  color: #bf0000;
  display: block;
}

/* 2024.2.13 追記井上 */

.subtitle {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.subtitle--num {
  font-weight: 700;
  font-size: 20px;
  color: #e46667;
}

.contact-text {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 800;
  text-align: center;
}

.contact-time {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}

.sp_icon_color {
  color: #e46667;
}

.btn.btn-yellow {
  color: #fff;
  background-color: #ffb92c;
  display: block;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 5px 0px #d99713;
}

.btn.btn-gray {
  color: #fff;
  background-color: #a6a1a1;
  display: block;
  max-width: 250px;
  text-align: center;
  box-shadow: 0 5px 0px #787676;
}

.mv-bottom {
  padding: 10px 0 40px;
  background: #abebff;
}

.mv-bottom.cv_area {
  padding: 30px 0 50px;
}

.mv-bottom>.sp_icon_color {
  font-weight: 700;
  text-align: center;
}

.top-btn-detail {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.nav-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

@media (max-width: 750px) {
  .nav-contact {
    padding: 10px 10px 20px;
  }
}  


.beginner-contact>.icon-tel {
  font-size: 40px;
  text-align: center;
}

.beginner-contact>.icon-mail {
  font-size: 40px;
  text-align: center;
}

.follow-footer,
.follow-footer-text {
  display: none;
}

.follow-footer>.btn-white {
  color: #f3930a;
  font-size: 20px;
  display: block;
  max-width: 220px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .follow-footer {
    position: fixed;
    bottom: 0;
    padding: 10px 30px 20px;
    background: #ffb92c;
    display: none;
    width: 100%;
    z-index: 100;
  }

  .follow-footer-text {
    display: block;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 0.4em;
  }
}

.top-sec03__box {
  position: relative;
  margin: 1em 0 2em;
}

.top-sec03__img {
  display: block;
  margin-left: auto;
}

.top-sec03__text {
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  background: #d7f5ff;
  padding: 20px;
  font-weight: 700;
  font-size: 2rem;
}

.top-sec03__text--02 {
  font-weight: 700;
  font-size: 2rem;
}

.form-list__flex02 label {
  width: 20%;
  margin: 0.5em;
  min-width: 70px;
  text-align: center;
}