@charset "UTF-8";
* {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
* :has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: '游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;
  font-size: 1.6rem;
  background: #fff;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  body {
    padding-top: 0 !important;
    font-size: 1.4rem;
  }
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

table {
  table-layout: fixed;
}

p {
  line-height: 2em;
}

em {
  font-style: normal;
}

mark {
  background: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

textarea {
  width: 100%;
  min-height: 5em;
  resize: vertical;
}

.container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.dp_ib {
  display: inline-block;
}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexL {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flexC {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flexR {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.i_flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ai_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ai_fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ai_s {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jc_sa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.jc_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jc_fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fw_wp {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.taL {
  text-align: left;
}

.fwB {
  font-weight: bold;
}
.fwN {
  font-weight: normal;
}

.fcBlue {
  color: #1470a3;
}

.m-c {
  margin-inline: auto;
}

.ma-0 {
  margin: 0em;
}
@media (max-width: 768px) {
  .ma-0 {
    margin: calc(0 * 0.6);
  }
}
.mb-0 {
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .mb-0 {
    margin-bottom: calc(0em * 0.6);
  }
}
.mt-0 {
  margin-top: 0em;
}
@media (max-width: 768px) {
  .mt-0 {
    margin-top: calc(0em * 0.6);
  }
}
.ml-0 {
  margin-left: 0em;
}
@media (max-width: 768px) {
  .ml-0 {
    margin-left: calc(0em * 0.6);
  }
}
.mr-0 {
  margin-right: 0em;
}
@media (max-width: 768px) {
  .mr-0 {
    margin-right: calc(0em * 0.6);
  }
}

.pa-0 {
  padding: 0em;
}
@media (max-width: 768px) {
  .pa-0 {
    padding: calc(0em * 0.6);
  }
}
.pb-0 {
  padding-bottom: 0em;
}
@media (max-width: 768px) {
  .pb-0 {
    padding-bottom: calc(0em * 0.6);
  }
}
.pt-0 {
  padding-top: 0em;
}
@media (max-width: 768px) {
  .pt-0 {
    padding-top: calc(0em * 0.6);
  }
}
.pl-0 {
  padding-left: 0em;
}
@media (max-width: 768px) {
  .pl-0 {
    padding-left: calc(0em * 0.6);
  }
}
.pr-0 {
  padding-right: 0em;
}
@media (max-width: 768px) {
  .pr-0 {
    padding-right: calc(0em * 0.6);
  }
}

.gap-0 {
  gap: 0em;
}
@media (max-width: 768px) {
  .gap-0 {
    gap: calc(0em * 0.6);
  }
}

.ma-1 {
  margin: 1em;
}
@media (max-width: 768px) {
  .ma-1 {
    margin: calc(1 * 0.6);
  }
}
.mb-1 {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .mb-1 {
    margin-bottom: calc(1em * 0.6);
  }
}
.mt-1 {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .mt-1 {
    margin-top: calc(1em * 0.6);
  }
}
.ml-1 {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .ml-1 {
    margin-left: calc(1em * 0.6);
  }
}
.mr-1 {
  margin-right: 1em;
}
@media (max-width: 768px) {
  .mr-1 {
    margin-right: calc(1em * 0.6);
  }
}

.pa-1 {
  padding: 1em;
}
@media (max-width: 768px) {
  .pa-1 {
    padding: calc(1em * 0.6);
  }
}
.pb-1 {
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .pb-1 {
    padding-bottom: calc(1em * 0.6);
  }
}
.pt-1 {
  padding-top: 1em;
}
@media (max-width: 768px) {
  .pt-1 {
    padding-top: calc(1em * 0.6);
  }
}
.pl-1 {
  padding-left: 1em;
}
@media (max-width: 768px) {
  .pl-1 {
    padding-left: calc(1em * 0.6);
  }
}
.pr-1 {
  padding-right: 1em;
}
@media (max-width: 768px) {
  .pr-1 {
    padding-right: calc(1em * 0.6);
  }
}

.gap-1 {
  gap: 1em;
}
@media (max-width: 768px) {
  .gap-1 {
    gap: calc(1em * 0.6);
  }
}

.ma-2 {
  margin: 2em;
}
@media (max-width: 768px) {
  .ma-2 {
    margin: calc(2 * 0.6);
  }
}
.mb-2 {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .mb-2 {
    margin-bottom: calc(2em * 0.6);
  }
}
.mt-2 {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .mt-2 {
    margin-top: calc(2em * 0.6);
  }
}
.ml-2 {
  margin-left: 2em;
}
@media (max-width: 768px) {
  .ml-2 {
    margin-left: calc(2em * 0.6);
  }
}
.mr-2 {
  margin-right: 2em;
}
@media (max-width: 768px) {
  .mr-2 {
    margin-right: calc(2em * 0.6);
  }
}

.pa-2 {
  padding: 2em;
}
@media (max-width: 768px) {
  .pa-2 {
    padding: calc(2em * 0.6);
  }
}
.pb-2 {
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .pb-2 {
    padding-bottom: calc(2em * 0.6);
  }
}
.pt-2 {
  padding-top: 2em;
}
@media (max-width: 768px) {
  .pt-2 {
    padding-top: calc(2em * 0.6);
  }
}
.pl-2 {
  padding-left: 2em;
}
@media (max-width: 768px) {
  .pl-2 {
    padding-left: calc(2em * 0.6);
  }
}
.pr-2 {
  padding-right: 2em;
}
@media (max-width: 768px) {
  .pr-2 {
    padding-right: calc(2em * 0.6);
  }
}

.gap-2 {
  gap: 2em;
}
@media (max-width: 768px) {
  .gap-2 {
    gap: calc(2em * 0.6);
  }
}

.ma-3 {
  margin: 3em;
}
@media (max-width: 768px) {
  .ma-3 {
    margin: calc(3 * 0.6);
  }
}
.mb-3 {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .mb-3 {
    margin-bottom: calc(3em * 0.6);
  }
}
.mt-3 {
  margin-top: 3em;
}
@media (max-width: 768px) {
  .mt-3 {
    margin-top: calc(3em * 0.6);
  }
}
.ml-3 {
  margin-left: 3em;
}
@media (max-width: 768px) {
  .ml-3 {
    margin-left: calc(3em * 0.6);
  }
}
.mr-3 {
  margin-right: 3em;
}
@media (max-width: 768px) {
  .mr-3 {
    margin-right: calc(3em * 0.6);
  }
}

.pa-3 {
  padding: 3em;
}
@media (max-width: 768px) {
  .pa-3 {
    padding: calc(3em * 0.6);
  }
}
.pb-3 {
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .pb-3 {
    padding-bottom: calc(3em * 0.6);
  }
}
.pt-3 {
  padding-top: 3em;
}
@media (max-width: 768px) {
  .pt-3 {
    padding-top: calc(3em * 0.6);
  }
}
.pl-3 {
  padding-left: 3em;
}
@media (max-width: 768px) {
  .pl-3 {
    padding-left: calc(3em * 0.6);
  }
}
.pr-3 {
  padding-right: 3em;
}
@media (max-width: 768px) {
  .pr-3 {
    padding-right: calc(3em * 0.6);
  }
}

.gap-3 {
  gap: 3em;
}
@media (max-width: 768px) {
  .gap-3 {
    gap: calc(3em * 0.6);
  }
}

.ma-4 {
  margin: 4em;
}
@media (max-width: 768px) {
  .ma-4 {
    margin: calc(4 * 0.6);
  }
}
.mb-4 {
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .mb-4 {
    margin-bottom: calc(4em * 0.6);
  }
}
.mt-4 {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .mt-4 {
    margin-top: calc(4em * 0.6);
  }
}
.ml-4 {
  margin-left: 4em;
}
@media (max-width: 768px) {
  .ml-4 {
    margin-left: calc(4em * 0.6);
  }
}
.mr-4 {
  margin-right: 4em;
}
@media (max-width: 768px) {
  .mr-4 {
    margin-right: calc(4em * 0.6);
  }
}

.pa-4 {
  padding: 4em;
}
@media (max-width: 768px) {
  .pa-4 {
    padding: calc(4em * 0.6);
  }
}
.pb-4 {
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .pb-4 {
    padding-bottom: calc(4em * 0.6);
  }
}
.pt-4 {
  padding-top: 4em;
}
@media (max-width: 768px) {
  .pt-4 {
    padding-top: calc(4em * 0.6);
  }
}
.pl-4 {
  padding-left: 4em;
}
@media (max-width: 768px) {
  .pl-4 {
    padding-left: calc(4em * 0.6);
  }
}
.pr-4 {
  padding-right: 4em;
}
@media (max-width: 768px) {
  .pr-4 {
    padding-right: calc(4em * 0.6);
  }
}

.gap-4 {
  gap: 4em;
}
@media (max-width: 768px) {
  .gap-4 {
    gap: calc(4em * 0.6);
  }
}

.ma-5 {
  margin: 5em;
}
@media (max-width: 768px) {
  .ma-5 {
    margin: calc(5 * 0.6);
  }
}
.mb-5 {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .mb-5 {
    margin-bottom: calc(5em * 0.6);
  }
}
.mt-5 {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .mt-5 {
    margin-top: calc(5em * 0.6);
  }
}
.ml-5 {
  margin-left: 5em;
}
@media (max-width: 768px) {
  .ml-5 {
    margin-left: calc(5em * 0.6);
  }
}
.mr-5 {
  margin-right: 5em;
}
@media (max-width: 768px) {
  .mr-5 {
    margin-right: calc(5em * 0.6);
  }
}

.pa-5 {
  padding: 5em;
}
@media (max-width: 768px) {
  .pa-5 {
    padding: calc(5em * 0.6);
  }
}
.pb-5 {
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .pb-5 {
    padding-bottom: calc(5em * 0.6);
  }
}
.pt-5 {
  padding-top: 5em;
}
@media (max-width: 768px) {
  .pt-5 {
    padding-top: calc(5em * 0.6);
  }
}
.pl-5 {
  padding-left: 5em;
}
@media (max-width: 768px) {
  .pl-5 {
    padding-left: calc(5em * 0.6);
  }
}
.pr-5 {
  padding-right: 5em;
}
@media (max-width: 768px) {
  .pr-5 {
    padding-right: calc(5em * 0.6);
  }
}

.gap-5 {
  gap: 5em;
}
@media (max-width: 768px) {
  .gap-5 {
    gap: calc(5em * 0.6);
  }
}

.ma-6 {
  margin: 6em;
}
@media (max-width: 768px) {
  .ma-6 {
    margin: calc(6 * 0.6);
  }
}
.mb-6 {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .mb-6 {
    margin-bottom: calc(6em * 0.6);
  }
}
.mt-6 {
  margin-top: 6em;
}
@media (max-width: 768px) {
  .mt-6 {
    margin-top: calc(6em * 0.6);
  }
}
.ml-6 {
  margin-left: 6em;
}
@media (max-width: 768px) {
  .ml-6 {
    margin-left: calc(6em * 0.6);
  }
}
.mr-6 {
  margin-right: 6em;
}
@media (max-width: 768px) {
  .mr-6 {
    margin-right: calc(6em * 0.6);
  }
}

.pa-6 {
  padding: 6em;
}
@media (max-width: 768px) {
  .pa-6 {
    padding: calc(6em * 0.6);
  }
}
.pb-6 {
  padding-bottom: 6em;
}
@media (max-width: 768px) {
  .pb-6 {
    padding-bottom: calc(6em * 0.6);
  }
}
.pt-6 {
  padding-top: 6em;
}
@media (max-width: 768px) {
  .pt-6 {
    padding-top: calc(6em * 0.6);
  }
}
.pl-6 {
  padding-left: 6em;
}
@media (max-width: 768px) {
  .pl-6 {
    padding-left: calc(6em * 0.6);
  }
}
.pr-6 {
  padding-right: 6em;
}
@media (max-width: 768px) {
  .pr-6 {
    padding-right: calc(6em * 0.6);
  }
}

.gap-6 {
  gap: 6em;
}
@media (max-width: 768px) {
  .gap-6 {
    gap: calc(6em * 0.6);
  }
}

.ma-7 {
  margin: 7em;
}
@media (max-width: 768px) {
  .ma-7 {
    margin: calc(7 * 0.6);
  }
}
.mb-7 {
  margin-bottom: 7em;
}
@media (max-width: 768px) {
  .mb-7 {
    margin-bottom: calc(7em * 0.6);
  }
}
.mt-7 {
  margin-top: 7em;
}
@media (max-width: 768px) {
  .mt-7 {
    margin-top: calc(7em * 0.6);
  }
}
.ml-7 {
  margin-left: 7em;
}
@media (max-width: 768px) {
  .ml-7 {
    margin-left: calc(7em * 0.6);
  }
}
.mr-7 {
  margin-right: 7em;
}
@media (max-width: 768px) {
  .mr-7 {
    margin-right: calc(7em * 0.6);
  }
}

.pa-7 {
  padding: 7em;
}
@media (max-width: 768px) {
  .pa-7 {
    padding: calc(7em * 0.6);
  }
}
.pb-7 {
  padding-bottom: 7em;
}
@media (max-width: 768px) {
  .pb-7 {
    padding-bottom: calc(7em * 0.6);
  }
}
.pt-7 {
  padding-top: 7em;
}
@media (max-width: 768px) {
  .pt-7 {
    padding-top: calc(7em * 0.6);
  }
}
.pl-7 {
  padding-left: 7em;
}
@media (max-width: 768px) {
  .pl-7 {
    padding-left: calc(7em * 0.6);
  }
}
.pr-7 {
  padding-right: 7em;
}
@media (max-width: 768px) {
  .pr-7 {
    padding-right: calc(7em * 0.6);
  }
}

.gap-7 {
  gap: 7em;
}
@media (max-width: 768px) {
  .gap-7 {
    gap: calc(7em * 0.6);
  }
}

.ma-8 {
  margin: 8em;
}
@media (max-width: 768px) {
  .ma-8 {
    margin: calc(8 * 0.6);
  }
}
.mb-8 {
  margin-bottom: 8em;
}
@media (max-width: 768px) {
  .mb-8 {
    margin-bottom: calc(8em * 0.6);
  }
}
.mt-8 {
  margin-top: 8em;
}
@media (max-width: 768px) {
  .mt-8 {
    margin-top: calc(8em * 0.6);
  }
}
.ml-8 {
  margin-left: 8em;
}
@media (max-width: 768px) {
  .ml-8 {
    margin-left: calc(8em * 0.6);
  }
}
.mr-8 {
  margin-right: 8em;
}
@media (max-width: 768px) {
  .mr-8 {
    margin-right: calc(8em * 0.6);
  }
}

.pa-8 {
  padding: 8em;
}
@media (max-width: 768px) {
  .pa-8 {
    padding: calc(8em * 0.6);
  }
}
.pb-8 {
  padding-bottom: 8em;
}
@media (max-width: 768px) {
  .pb-8 {
    padding-bottom: calc(8em * 0.6);
  }
}
.pt-8 {
  padding-top: 8em;
}
@media (max-width: 768px) {
  .pt-8 {
    padding-top: calc(8em * 0.6);
  }
}
.pl-8 {
  padding-left: 8em;
}
@media (max-width: 768px) {
  .pl-8 {
    padding-left: calc(8em * 0.6);
  }
}
.pr-8 {
  padding-right: 8em;
}
@media (max-width: 768px) {
  .pr-8 {
    padding-right: calc(8em * 0.6);
  }
}

.gap-8 {
  gap: 8em;
}
@media (max-width: 768px) {
  .gap-8 {
    gap: calc(8em * 0.6);
  }
}

.ma-9 {
  margin: 9em;
}
@media (max-width: 768px) {
  .ma-9 {
    margin: calc(9 * 0.6);
  }
}
.mb-9 {
  margin-bottom: 9em;
}
@media (max-width: 768px) {
  .mb-9 {
    margin-bottom: calc(9em * 0.6);
  }
}
.mt-9 {
  margin-top: 9em;
}
@media (max-width: 768px) {
  .mt-9 {
    margin-top: calc(9em * 0.6);
  }
}
.ml-9 {
  margin-left: 9em;
}
@media (max-width: 768px) {
  .ml-9 {
    margin-left: calc(9em * 0.6);
  }
}
.mr-9 {
  margin-right: 9em;
}
@media (max-width: 768px) {
  .mr-9 {
    margin-right: calc(9em * 0.6);
  }
}

.pa-9 {
  padding: 9em;
}
@media (max-width: 768px) {
  .pa-9 {
    padding: calc(9em * 0.6);
  }
}
.pb-9 {
  padding-bottom: 9em;
}
@media (max-width: 768px) {
  .pb-9 {
    padding-bottom: calc(9em * 0.6);
  }
}
.pt-9 {
  padding-top: 9em;
}
@media (max-width: 768px) {
  .pt-9 {
    padding-top: calc(9em * 0.6);
  }
}
.pl-9 {
  padding-left: 9em;
}
@media (max-width: 768px) {
  .pl-9 {
    padding-left: calc(9em * 0.6);
  }
}
.pr-9 {
  padding-right: 9em;
}
@media (max-width: 768px) {
  .pr-9 {
    padding-right: calc(9em * 0.6);
  }
}

.gap-9 {
  gap: 9em;
}
@media (max-width: 768px) {
  .gap-9 {
    gap: calc(9em * 0.6);
  }
}

.ma-10 {
  margin: 10em;
}
@media (max-width: 768px) {
  .ma-10 {
    margin: calc(10 * 0.6);
  }
}
.mb-10 {
  margin-bottom: 10em;
}
@media (max-width: 768px) {
  .mb-10 {
    margin-bottom: calc(10em * 0.6);
  }
}
.mt-10 {
  margin-top: 10em;
}
@media (max-width: 768px) {
  .mt-10 {
    margin-top: calc(10em * 0.6);
  }
}
.ml-10 {
  margin-left: 10em;
}
@media (max-width: 768px) {
  .ml-10 {
    margin-left: calc(10em * 0.6);
  }
}
.mr-10 {
  margin-right: 10em;
}
@media (max-width: 768px) {
  .mr-10 {
    margin-right: calc(10em * 0.6);
  }
}

.pa-10 {
  padding: 10em;
}
@media (max-width: 768px) {
  .pa-10 {
    padding: calc(10em * 0.6);
  }
}
.pb-10 {
  padding-bottom: 10em;
}
@media (max-width: 768px) {
  .pb-10 {
    padding-bottom: calc(10em * 0.6);
  }
}
.pt-10 {
  padding-top: 10em;
}
@media (max-width: 768px) {
  .pt-10 {
    padding-top: calc(10em * 0.6);
  }
}
.pl-10 {
  padding-left: 10em;
}
@media (max-width: 768px) {
  .pl-10 {
    padding-left: calc(10em * 0.6);
  }
}
.pr-10 {
  padding-right: 10em;
}
@media (max-width: 768px) {
  .pr-10 {
    padding-right: calc(10em * 0.6);
  }
}

.gap-10 {
  gap: 10em;
}
@media (max-width: 768px) {
  .gap-10 {
    gap: calc(10em * 0.6);
  }
}

.ma-11 {
  margin: 11em;
}
@media (max-width: 768px) {
  .ma-11 {
    margin: calc(11 * 0.6);
  }
}
.mb-11 {
  margin-bottom: 11em;
}
@media (max-width: 768px) {
  .mb-11 {
    margin-bottom: calc(11em * 0.6);
  }
}
.mt-11 {
  margin-top: 11em;
}
@media (max-width: 768px) {
  .mt-11 {
    margin-top: calc(11em * 0.6);
  }
}
.ml-11 {
  margin-left: 11em;
}
@media (max-width: 768px) {
  .ml-11 {
    margin-left: calc(11em * 0.6);
  }
}
.mr-11 {
  margin-right: 11em;
}
@media (max-width: 768px) {
  .mr-11 {
    margin-right: calc(11em * 0.6);
  }
}

.pa-11 {
  padding: 11em;
}
@media (max-width: 768px) {
  .pa-11 {
    padding: calc(11em * 0.6);
  }
}
.pb-11 {
  padding-bottom: 11em;
}
@media (max-width: 768px) {
  .pb-11 {
    padding-bottom: calc(11em * 0.6);
  }
}
.pt-11 {
  padding-top: 11em;
}
@media (max-width: 768px) {
  .pt-11 {
    padding-top: calc(11em * 0.6);
  }
}
.pl-11 {
  padding-left: 11em;
}
@media (max-width: 768px) {
  .pl-11 {
    padding-left: calc(11em * 0.6);
  }
}
.pr-11 {
  padding-right: 11em;
}
@media (max-width: 768px) {
  .pr-11 {
    padding-right: calc(11em * 0.6);
  }
}

.gap-11 {
  gap: 11em;
}
@media (max-width: 768px) {
  .gap-11 {
    gap: calc(11em * 0.6);
  }
}

.ma-12 {
  margin: 12em;
}
@media (max-width: 768px) {
  .ma-12 {
    margin: calc(12 * 0.6);
  }
}
.mb-12 {
  margin-bottom: 12em;
}
@media (max-width: 768px) {
  .mb-12 {
    margin-bottom: calc(12em * 0.6);
  }
}
.mt-12 {
  margin-top: 12em;
}
@media (max-width: 768px) {
  .mt-12 {
    margin-top: calc(12em * 0.6);
  }
}
.ml-12 {
  margin-left: 12em;
}
@media (max-width: 768px) {
  .ml-12 {
    margin-left: calc(12em * 0.6);
  }
}
.mr-12 {
  margin-right: 12em;
}
@media (max-width: 768px) {
  .mr-12 {
    margin-right: calc(12em * 0.6);
  }
}

.pa-12 {
  padding: 12em;
}
@media (max-width: 768px) {
  .pa-12 {
    padding: calc(12em * 0.6);
  }
}
.pb-12 {
  padding-bottom: 12em;
}
@media (max-width: 768px) {
  .pb-12 {
    padding-bottom: calc(12em * 0.6);
  }
}
.pt-12 {
  padding-top: 12em;
}
@media (max-width: 768px) {
  .pt-12 {
    padding-top: calc(12em * 0.6);
  }
}
.pl-12 {
  padding-left: 12em;
}
@media (max-width: 768px) {
  .pl-12 {
    padding-left: calc(12em * 0.6);
  }
}
.pr-12 {
  padding-right: 12em;
}
@media (max-width: 768px) {
  .pr-12 {
    padding-right: calc(12em * 0.6);
  }
}

.gap-12 {
  gap: 12em;
}
@media (max-width: 768px) {
  .gap-12 {
    gap: calc(12em * 0.6);
  }
}

.ma-13 {
  margin: 13em;
}
@media (max-width: 768px) {
  .ma-13 {
    margin: calc(13 * 0.6);
  }
}
.mb-13 {
  margin-bottom: 13em;
}
@media (max-width: 768px) {
  .mb-13 {
    margin-bottom: calc(13em * 0.6);
  }
}
.mt-13 {
  margin-top: 13em;
}
@media (max-width: 768px) {
  .mt-13 {
    margin-top: calc(13em * 0.6);
  }
}
.ml-13 {
  margin-left: 13em;
}
@media (max-width: 768px) {
  .ml-13 {
    margin-left: calc(13em * 0.6);
  }
}
.mr-13 {
  margin-right: 13em;
}
@media (max-width: 768px) {
  .mr-13 {
    margin-right: calc(13em * 0.6);
  }
}

.pa-13 {
  padding: 13em;
}
@media (max-width: 768px) {
  .pa-13 {
    padding: calc(13em * 0.6);
  }
}
.pb-13 {
  padding-bottom: 13em;
}
@media (max-width: 768px) {
  .pb-13 {
    padding-bottom: calc(13em * 0.6);
  }
}
.pt-13 {
  padding-top: 13em;
}
@media (max-width: 768px) {
  .pt-13 {
    padding-top: calc(13em * 0.6);
  }
}
.pl-13 {
  padding-left: 13em;
}
@media (max-width: 768px) {
  .pl-13 {
    padding-left: calc(13em * 0.6);
  }
}
.pr-13 {
  padding-right: 13em;
}
@media (max-width: 768px) {
  .pr-13 {
    padding-right: calc(13em * 0.6);
  }
}

.gap-13 {
  gap: 13em;
}
@media (max-width: 768px) {
  .gap-13 {
    gap: calc(13em * 0.6);
  }
}

.ma-14 {
  margin: 14em;
}
@media (max-width: 768px) {
  .ma-14 {
    margin: calc(14 * 0.6);
  }
}
.mb-14 {
  margin-bottom: 14em;
}
@media (max-width: 768px) {
  .mb-14 {
    margin-bottom: calc(14em * 0.6);
  }
}
.mt-14 {
  margin-top: 14em;
}
@media (max-width: 768px) {
  .mt-14 {
    margin-top: calc(14em * 0.6);
  }
}
.ml-14 {
  margin-left: 14em;
}
@media (max-width: 768px) {
  .ml-14 {
    margin-left: calc(14em * 0.6);
  }
}
.mr-14 {
  margin-right: 14em;
}
@media (max-width: 768px) {
  .mr-14 {
    margin-right: calc(14em * 0.6);
  }
}

.pa-14 {
  padding: 14em;
}
@media (max-width: 768px) {
  .pa-14 {
    padding: calc(14em * 0.6);
  }
}
.pb-14 {
  padding-bottom: 14em;
}
@media (max-width: 768px) {
  .pb-14 {
    padding-bottom: calc(14em * 0.6);
  }
}
.pt-14 {
  padding-top: 14em;
}
@media (max-width: 768px) {
  .pt-14 {
    padding-top: calc(14em * 0.6);
  }
}
.pl-14 {
  padding-left: 14em;
}
@media (max-width: 768px) {
  .pl-14 {
    padding-left: calc(14em * 0.6);
  }
}
.pr-14 {
  padding-right: 14em;
}
@media (max-width: 768px) {
  .pr-14 {
    padding-right: calc(14em * 0.6);
  }
}

.gap-14 {
  gap: 14em;
}
@media (max-width: 768px) {
  .gap-14 {
    gap: calc(14em * 0.6);
  }
}

.ma-15 {
  margin: 15em;
}
@media (max-width: 768px) {
  .ma-15 {
    margin: calc(15 * 0.6);
  }
}
.mb-15 {
  margin-bottom: 15em;
}
@media (max-width: 768px) {
  .mb-15 {
    margin-bottom: calc(15em * 0.6);
  }
}
.mt-15 {
  margin-top: 15em;
}
@media (max-width: 768px) {
  .mt-15 {
    margin-top: calc(15em * 0.6);
  }
}
.ml-15 {
  margin-left: 15em;
}
@media (max-width: 768px) {
  .ml-15 {
    margin-left: calc(15em * 0.6);
  }
}
.mr-15 {
  margin-right: 15em;
}
@media (max-width: 768px) {
  .mr-15 {
    margin-right: calc(15em * 0.6);
  }
}

.pa-15 {
  padding: 15em;
}
@media (max-width: 768px) {
  .pa-15 {
    padding: calc(15em * 0.6);
  }
}
.pb-15 {
  padding-bottom: 15em;
}
@media (max-width: 768px) {
  .pb-15 {
    padding-bottom: calc(15em * 0.6);
  }
}
.pt-15 {
  padding-top: 15em;
}
@media (max-width: 768px) {
  .pt-15 {
    padding-top: calc(15em * 0.6);
  }
}
.pl-15 {
  padding-left: 15em;
}
@media (max-width: 768px) {
  .pl-15 {
    padding-left: calc(15em * 0.6);
  }
}
.pr-15 {
  padding-right: 15em;
}
@media (max-width: 768px) {
  .pr-15 {
    padding-right: calc(15em * 0.6);
  }
}

.gap-15 {
  gap: 15em;
}
@media (max-width: 768px) {
  .gap-15 {
    gap: calc(15em * 0.6);
  }
}

.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.col-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gap-05 {
  gap: 0.5em;
}
@media (max-width: 768px) {
  .gap-05 {
    gap: 0.3em;
  }
}

*[data-width] {
  width: attr(data-width px);
  max-width: 100%;
}

.width-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hoverOpa {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hoverOpa:hover {
  opacity: 0.8;
}

.ofCover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ofCotain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.youtubeWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==================================

全ページ共通CSS

==================================*/
.ttlStl01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.45em 1.2em;
  color: #31375e;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1em;
  background: #97bac6;
}
@media (max-width: 768px) {
  .ttlStl01 {
    font-size: 1.35em;
  }
}
.ttlStl01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  display: block;
  width: 2em;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/ttlDeco01.svg) no-repeat center left/auto 100%;
  translate: 100% 0;
}

.ttlStl02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 0.25em 0.4em;
  font-size: 3.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  background: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/dotted_blue.svg) repeat-x center bottom;
}
@media (max-width: 768px) {
  .ttlStl02 {
    font-size: 2.2em;
  }
}

.ttlStl03 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  max-width: 80%;
  padding: 0.5em 1.5em;
  color: #31375e;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.1em;
  background: #e8df89;
}
@media (max-width: 768px) {
  .ttlStl03 {
    font-size: 1.1em;
  }
}
.ttlStl03 svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ttlStl03::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  display: block;
  width: 2em;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/ttlDeco02.svg) no-repeat center left/auto 100%;
  translate: 100% 0;
}

.ttlStl04 {
  color: #31375e;
  font-size: 1.75em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ttlStl04 {
    font-size: 1.5em;
  }
}

.txtStl01 {
  font-size: 3.4375em;
  font-weight: bold;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .txtStl01 {
    font-size: 2em;
  }
}
.txtStl01 * {
  line-height: 1.4em;
}
.txtStl01 em {
  color: #1470a3;
  font-size: 1.12727em;
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent01 > * {
  text-indent: 0;
}

.indent01List > * {
  padding-left: 1em;
  text-indent: -1em;
}
.indent01List > * > * {
  text-indent: 0;
}

.ul01 > * {
  padding-left: 1em;
  text-indent: -1em;
}
.ul01 > *:before {
  content: "・";
}

.ul02 > * {
  padding-left: 1em;
  text-indent: -1em;
}
.ul02 > *:before {
  content: "※";
}

.checkList > li {
  padding-left: 1.25em;
  line-height: 1.444em;
  text-indent: -1.25em;
}
.checkList > li + li {
  margin-top: 1.2em;
}
.checkList > li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -0.15em;
  margin-right: 0.25em;
  vertical-align: middle;
  border: 1px solid currentColor;
}

.btnStl01 {
  position: relative;
  display: block;
  gap: 1em;
  padding: 0.75em 2em 0.75em 1.5em;
  color: #1470a3;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1470a3;
  border-radius: 100vmax;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.btnStl01:not([data-width]) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btnStl01 svg {
  position: absolute;
  top: 50%;
  right: 1.25em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  fill: currentColor;
  translate: 0 -50%;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.btnStl01:hover {
  color: #fff;
  background: #1470a3;
}
.btnStl01:hover svg {
  fill: currentColor;
}

.boxStl01 {
  background: #fff;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  border-radius: 6px;
}

.grd-yel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.25em;
  padding-left: 0.25em;
  letter-spacing: 0;
  line-height: 1.35em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(52%, #e8df89));
  background: -webkit-linear-gradient(transparent 52%, #e8df89 52%);
  background: linear-gradient(transparent 52%, #e8df89 52%);
}
.grd-yel * {
  letter-spacing: 0;
  line-height: 1em;
}

.wave {
  background-image: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/waveB.svg), url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/waveT.svg);
  background-position: left bottom -1px, left top 0px;
  background-repeat: repeat-x, repeat-x;
}

.swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.75em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5em auto 0;
}
.swiper-pagination > * {
  display: block;
  width: 12px;
  background: #cccccc;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .swiper-pagination > * {
    width: 8px;
  }
}
.swiper-pagination > *.swiper-pagination-bullet-active {
  background-color: #1470a3;
}

/*==================================

ヘッダー

==================================*/
header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
}
@media (min-width: 768.1px) {
  header {
    background: #fff;
  }
}
header h1 {
  position: relative;
  z-index: 30;
  margin-bottom: 0.25em;
  padding: 0.25em 0.5em 0.25em;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.08em;
  background: #1470a3;
}
@media (max-width: 768px) {
  header h1 {
    font-size: 1em;
  }
}
header h1::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/waveB_blue.svg) repeat-x top -1px left/2.1em auto;
  translate: 0 100%;
}
@media (min-width: 768.1px) {
  header nav {
    display: block !important;
  }
}
@media (max-width: 768px) {
  header nav {
    top: 0;
    display: none;
    position: fixed;
    inset: 0;
    z-index: 20;
    background: #fff;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  header .headerNavWrap {
    gap: 1em;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0.25em;
  }
}
header ul {
  gap: 0 2em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
  font-size: 1.125em;
}
@media (max-width: 768px) {
  header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25em 0;
    height: 100%;
    padding: 0.75em 0;
    font-size: 1.4em;
  }
}
header ul > li a {
  display: block;
  padding: 0.2em;
  color: #31375e;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  header ul > li a {
    padding: 0.5em;
  }
}
header .naviButton {
  position: relative;
  z-index: 30;
  display: block;
  width: 55px;
  height: 55px;
  background-color: #1470a3;
  border-radius: 6px;
  cursor: pointer;
}
header .naviButton span, header .naviButton:before, header .naviButton:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
header .naviButton:before {
  top: 30%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .naviButton span {
  top: 45%;
  -webkit-transition: 0s 0.3s;
  transition: 0s 0.3s;
}
header .naviButton:after {
  top: 60%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .naviButton.active:before, header .naviButton.active:after {
  top: 45%;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
header .naviButton.active:before {
  rotate: 45deg;
}
header .naviButton.active span {
  width: 0;
}
header .naviButton.active:after {
  rotate: -45deg;
}

.orderBtn {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75em 1em;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1em;
  background: #3aa6cc;
  border-radius: 100vmax;
  border: 1px solid #3aa6cc;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media (max-width: 768px) {
  .orderBtn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 95%;
    margin-inline: auto;
    padding: 1.2em;
    font-size: 1.25em;
  }
}
.orderBtn svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  fill: #e8df89;
}
.orderBtn:hover {
  color: #3aa6cc;
  background: #fff;
}

/*==================================

フッター

==================================*/
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 10;
}

footer {
  min-height: 4em;
  background: #97bac6 url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/waveT.svg) repeat-x left top 0px;
}

/*==================================

トップページ

==================================*/
.mv {
  position: relative;
}
.mv img {
  width: 100%;
}

#read {
  background: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/copy_img02.webp) no-repeat center bottom/100% auto;
}

#feature {
  background-image: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/waveT.svg), url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/waveB.svg), url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/bk01.webp);
  background-position: left top 0px, left bottom -1px, center center;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: auto, auto, cover;
}

#workProcess ol {
  counter-reset: flow;
  display: grid;
  gap: 3em 2em;
  max-width: 1000px;
  margin-inline: auto;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  #workProcess ol {
    gap: 2em;
    grid-template-columns: 100%;
    max-width: 315px;
  }
}
#workProcess ol > li h3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  margin-bottom: 1em;
  padding: 0.5em 0;
  font-size: 1.25em;
  font-weight: bold;
}
#workProcess ol > li h3 span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#workProcess ol > li h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 2em;
  height: 2em;
  border-top: 1px solid #97bac6;
  border-right: 1px solid #97bac6;
  translate: 0% -20%;
  -webkit-transform: scale(0.75, 1) rotate(45deg);
          transform: scale(0.75, 1) rotate(45deg);
}
#workProcess ol > li h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1em;
  display: block;
  height: 1px;
  background: #97bac6;
}
#workProcess ol > li p {
  margin-top: 1em;
  line-height: 1.5em;
}
#workProcess ol > li:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.price__plan {
  gap: 1px;
  background: #97bac6;
  overflow: hidden;
}
@media (max-width: 768px) {
  .price__plan {
    grid-template-columns: 100%;
  }
}
.price__plan li {
  padding-bottom: 2.25em;
  background-color: #fff;
}
.price__plan li > :not(h3) {
  width: 92%;
  margin-inline: auto;
}
.price__plan li h3 {
  margin-bottom: 1em;
  color: #fff;
  font-size: 1.875em;
  font-weight: bold;
  background: #1470a3;
}
@media (max-width: 768px) {
  .price__plan li h3 {
    font-size: 1.5em;
  }
}
.price__plan li h3 em {
  font-size: 1.5em;
}
.price__plan li .price {
  margin: 1em auto;
  color: #31375e;
  font-size: 1.875em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price__plan li .price {
    font-size: 1.4em;
  }
}
.price__plan li .price em {
  font-size: 1.5em;
  line-height: 1em;
}
@media (max-width: 768px) {
  .price__plan li .price em {
    font-size: 2em;
  }
}
.price__plan li .btnStl01 {
  width: 265px;
  max-width: 100%;
  margin: 1em auto 0;
}
.price__example {
  position: relative;
}
.price__example::before {
  content: "";
  position: absolute;
  inset: 1px 0 auto;
  display: block;
  margin-inline: auto;
  width: 2.9375em;
  height: 2.8em;
  background: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/arrowT_blue.svg) no-repeat bottom center/contain;
  translate: 0 -100%;
}
.price__example__ttl {
  padding: 0.4em 0.25em 0.35em;
  color: #fff;
  font-size: 3.4375em;
  font-weight: bold;
  line-height: 1.2em;
  background: #1470a3;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 768px) {
  .price__example__ttl {
    font-size: 2em;
  }
}
.price__example__ttl mark {
  color: #e8df89;
  line-height: 1.2em;
}
.price__example .col-3 {
  padding: 0 6%;
}
@media (max-width: 768px) {
  .price__example .col-3 > li {
    display: grid;
    gap: 10%;
    grid-template-columns: 32% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .price__example .col-3 > li ul {
    width: 100%;
  }
}
.price__example__caution {
  margin: 2em auto 0;
  max-width: 95%;
  padding: 1.5em 2em;
  background: #f9f7e1;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .price__example__caution {
    padding: 1.2em 1.5em;
  }
}
.price__example__caution dt {
  margin-bottom: 0.35em;
  padding-left: 1.65em;
  color: #31375e;
  font-size: 1.25em;
  background: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/ico_caution.svg) no-repeat left top 0.25em/1.2em;
}
.price__example__caution dd {
  font-size: 1.125em;
}
.price__example__caution dd * {
  line-height: 1.5em;
}
.price__checkList {
  padding: 1.5em 0 3em;
}
.price__checkList .checkList {
  max-width: 87.5%;
  margin: 2em auto 0;
  font-size: 1.125em;
}
.price__storageService {
  position: relative;
}
@media (max-width: 768px) {
  .price__storageService {
    margin-top: 8em;
  }
}
.price__storageService .ico_plus {
  position: absolute;
  inset: 0 0 auto;
  display: block;
  width: 5.375em;
  margin-inline: auto;
  background: #fff;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0 0 0 10px #1470a3;
          box-shadow: 0 0 0 10px #1470a3;
  border-radius: 50%;
  translate: 0 -120%;
}
@media (max-width: 768px) {
  .price__storageService .ico_plus {
    translate: 0 -95%;
  }
}
.price__storageService .ico_plus::before, .price__storageService .ico_plus::after {
  content: "";
  position: absolute;
  inset: 50% 50%;
  display: block;
  background-color: #1470a3;
  translate: -50% -50%;
}
.price__storageService .ico_plus::before {
  width: 8%;
  height: 43.6%;
}
.price__storageService .ico_plus::after {
  width: 43.6%;
  height: 8px;
}
.price__storageService h3 {
  background: #1470a3;
  border-radius: 6px 6px 0 0;
}
.price__storageService h3 span {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  translate: 0 -44%;
}
@media (max-width: 768px) {
  .price__storageService h3 span {
    translate: 0 -10%;
    margin: 0 auto;
  }
}
.price__storageService p {
  font-size: 1.25em;
  line-height: 1.5em;
}
.price__storageService p mark {
  color: #1470a3;
  font-weight: bold;
  line-height: 1.5em;
}
.price__storageService .boxContainer {
  padding: 2.4em 3em 3em;
}
@media (max-width: 768px) {
  .price__storageService .btnStl01 {
    margin-inline: auto;
  }
}

#repeater {
  position: relative;
  background-color: #97bac6;
}
@media (max-width: 768px) {
  #repeater {
    padding: 10em 0 7em;
  }
}
#repeater::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 6.5em 0 14em;
  width: 1200px;
  max-width: 98%;
  margin-inline: auto;
  background: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/repeaterBonus_frame01.svg) no-repeat top right/90% auto, url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/repeaterBonus_frame02.svg) no-repeat bottom left/90% auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  #repeater::before {
    inset: 6em 0 13em;
  }
}
#repeater .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #repeater .container {
    max-width: 85%;
  }
}
#repeater .repeater__details {
  position: relative;
  padding: 2.25em 2.5em 2.5em;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 6px;
}
@media (min-width: 768.1px) {
  #repeater .repeater__details {
    max-width: 85%;
  }
}
@media (max-width: 768px) {
  #repeater .repeater__details {
    margin-top: 3em;
    padding: 2.3em 5% 2.25em;
  }
}
#repeater .repeater__details__icon {
  position: absolute;
  top: 0;
  left: 1.25em;
  translate: 0 -25%;
}
@media (max-width: 768px) {
  #repeater .repeater__details__icon {
    left: -2em;
  }
}
#repeater .repeater__details h3 {
  margin-bottom: 0.75em;
}
#repeater .repeater__details p {
  letter-spacing: 0;
}
#repeater .repeater__details p * {
  letter-spacing: 0;
}
#repeater .repeater__details p:not(.repeater__details__price) {
  font-size: 1.25em;
}
#repeater .repeater__details p:not(.repeater__details__price) em {
  color: #3aa6cc;
  font-size: 1.5em;
}
#repeater .repeater__details__price {
  color: #31375e;
  font-size: 2.125em;
}
@media (max-width: 768px) {
  #repeater .repeater__details__price {
    font-size: 1.5em;
  }
}
#repeater .repeater__details__price em {
  font-size: 2em;
}
@media (max-width: 768px) {
  #repeater .repeater__details__price em {
    font-size: 2.25em;
  }
}
@media (max-width: 768px) {
  #repeater .btnStl01 {
    margin-top: 4em;
  }
}

#flow .flow__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}
#flow ol > li {
  position: relative;
}
#flow ol > li + li {
  margin-top: 1.2em;
}
#flow ol > li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.75em;
  bottom: -2em;
  display: block;
  width: 1.125em;
  background: #f9f7e1;
}
@media (max-width: 768px) {
  #flow ol > li:not(:last-of-type)::before {
    left: 1.4em;
    width: 0.5em;
  }
}
#flow ol > li .number {
  display: grid;
  place-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 4.2em;
  background: #1470a3;
  aspect-ratio: 1/1;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 768px) {
  #flow ol > li .number {
    width: 2.75em;
  }
  #flow ol > li .number img {
    max-width: 75%;
    margin: auto;
  }
}
#flow ol > li dl {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 2em;
  background: #fff;
  border-radius: 0 6px 6px 6px;
}
@media (max-width: 768px) {
  #flow ol > li dl {
    padding: 0 1.25em;
  }
}
#flow ol > li dl dt {
  color: #1470a3;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.85em 0 0.7em;
  line-height: 1.2em;
  border-bottom: 1px solid #1470a3;
}
@media (max-width: 768px) {
  #flow ol > li dl dt {
    font-size: 1.25em;
  }
}
#flow ol > li dl dd {
  padding: 1.25em 0 2em;
}
#flow ol > li dl dd p {
  line-height: 1.45em;
}

#voice {
  background-color: #e6e6e6;
  overflow: hidden;
}
#voice .voice__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5em;
  padding: 0 0.5em;
  color: #31375e;
  font-size: 3.125em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3em;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5em, #e8df89), color-stop(0.5em, transparent));
  background: -webkit-linear-gradient(bottom, #e8df89 0.5em, transparent 0.5em);
  background: linear-gradient(to top, #e8df89 0.5em, transparent 0.5em);
}
@media (max-width: 768px) {
  #voice .voice__copy {
    font-size: 2em;
  }
}
#voice .voice__copy span {
  line-height: 1.2em;
}
#voice .voice__copy::before, #voice .voice__copy::after {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 5px;
  height: 1.2em;
  margin-bottom: 0.1em;
  background: #31375e;
  border-radius: 3px;
}
@media (max-width: 768px) {
  #voice .voice__copy::before, #voice .voice__copy::after {
    width: 3px;
    height: 2em;
  }
}
#voice .voice__copy::before {
  rotate: -25deg;
}
#voice .voice__copy::after {
  rotate: 25deg;
}
#voice .voice__sliderWrap {
  overflow: visible;
}
#voice .voice__sliderWrap::before, #voice .voice__sliderWrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 3em);
  z-index: 10;
  display: block;
  /* width: 50%; */
  height: 120%;
}
#voice .voice__box {
  background: #fff;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}
#voice .voice__box .moreBtn {
  position: absolute;
  inset: auto 0 1.5em;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 265px;
  max-width: 98%;
  min-height: 56px;
  margin: 0 auto;
  padding: 0.5em 1.25em 0.5em 2em;
}
#voice .voice__box .moreBtn span {
  display: block;
}
#voice .voice__box .moreBtn span.txt {
  margin: 0 auto;
}
#voice .voice__box .moreBtn svg {
  position: static;
  display: block;
  translate: 0;
}
#voice .voice__box .moreBtn svg:has([href*=arrow]) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  rotate: 90deg;
}
#voice .voice__user {
  position: relative;
  padding: 1em 0 2em;
}
#voice .voice__user::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 41%;
  display: block;
  width: 4em;
  aspect-ratio: 3/2;
  background: url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/comment_deco.svg?0) no-repeat center bottom;
  translate: 0 -100%;
}
#voice .voice__user__icon {
  bottom: 0.5em;
  left: 6.5%;
  position: absolute;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 30%;
}
@media (max-width: 768px) {
  #voice .voice__user__icon {
    width: 100px;
    max-width: 25%;
  }
}
#voice .voice__user dl * {
  line-height: 1.2em;
}
#voice .voice__user dl dd {
  font-size: 1.625em;
}
#voice .voice__details {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 0.75em 2em 1.5em;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 768px) {
  #voice .voice__details {
    padding: 2em;
  }
}
#voice .voice__details:not(.show) {
  max-height: 245px;
}
#voice .voice__details:not(.show)::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: block;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), to(transparent));
  background: -webkit-linear-gradient(bottom, #fff 50%, transparent 100%);
  background: linear-gradient(to top, #fff 50%, transparent 100%);
}
#voice .voice__details__copy {
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4em;
}
#voice .voice__details.show .moreBtn {
  display: none;
}
#voice .slick-list {
  overflow: visible;
  margin-inline: -1em;
}
#voice .slick-slide {
  margin-inline: 1em;
}
#voice .slick-dots {
  position: static;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
#voice .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
#voice .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: #ccc;
  border-radius: 50%;
}
#voice .slick-dots li button::before {
  display: none;
}
#voice .slick-dots li.slick-active button {
  background: #1470a3;
}

#guide .boxStl01 {
  padding: 1.5em 0 2em;
}
#guide .boxStl01 + .boxStl01 {
  margin-top: 1.5em;
}
#guide .boxStl01 h3 {
  margin-bottom: 1em;
}
#guide .boxStl01 p {
  max-width: 95%;
  margin-inline: auto;
  line-height: 1.444em;
}

#faq .faq__list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}
#faq .faq__list > li + li {
  margin-top: 1.5em;
}
#faq .faq__list > li::before {
  content: ""/"Q";
  display: grid;
  place-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 4.375em;
  background: #1470a3 url(https://gigaplus.makeshop.jp/kensaku/asset/images/futon/txt_q_wht.svg) no-repeat center center/32% auto;
  aspect-ratio: 1/1;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 768px) {
  #faq .faq__list > li::before {
    width: 2.75em;
  }
}
#faq .faq__list > li dl {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1.75em;
  background: #fff;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 768px) {
  #faq .faq__list > li dl {
    padding: 0 1em 0;
  }
}
#faq .faq__list > li dl:has(.active) {
  border-radius: 0 6px 6px 6px;
}
#faq .faq__list > li dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 2.9em;
  padding: 0.55em 0.5em 0.4em;
  color: #1470a3;
  font-size: 1.5em;
  line-height: 1.3em;
  cursor: pointer;
}
@media (max-width: 768px) {
  #faq .faq__list > li dl dt {
    min-height: 2.45em;
    font-size: 1.1em;
  }
}
#faq .faq__list > li dl dt svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  fill: currentColor;
  rotate: 90deg;
  translate: 0 25%;
}
@media (max-width: 768px) {
  #faq .faq__list > li dl dt svg {
    translate: 0;
  }
}
#faq .faq__list > li dl dt.active svg {
  rotate: -90deg;
}
#faq .faq__list > li dl dd {
  padding: 1em 0;
  background: #fff;
  border-top: 1px solid #1470a3;
}

#contact {
  background-color: #e8df89;
}
#contact .ttlStl02 {
  width: 415px;
  max-width: 100%;
  color: #31375e;
  font-size: 2.25em;
}
@media (max-width: 768px) {
  #contact .ttlStl02 {
    padding-bottom: 0.75em;
    font-size: 1.8em;
  }
}
#contact .time {
  margin-top: 0.5em;
  font-size: 1.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #contact .time {
    font-size: 1.1em;
  }
}
#contact .contact__telWrap {
  gap: 1.5em 1em;
}
#contact .contact__freeIcon {
  display: block;
  margin-top: -1em;
}

#link .link__ttl {
  font-size: 3.125em;
  font-weight: bold;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #link .link__ttl {
    margin-bottom: 1.2em;
    font-size: 1.8em;
  }
}
#link .link__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 1.5em;
}
@media (max-width: 768px) {
  #link .link__list {
    grid-template-columns: 100%;
  }
}
#link .link__list li {
  max-width: 100%;
}
#link .link__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  padding: 0.75em;
  color: #1470a3;
  font-size: clamp(2rem, 3.5vw, 2.8125em);
  font-weight: bold;
  border: 2px solid #1470a3;
  border-radius: 6px;
}
#link .link__list li a figure {
  max-width: 30%;
}
@media (max-width: 768px) {
  #link .link__list li a figure {
    width: 100px;
  }
}
#link .link__list li a svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: auto;
  fill: currentColor;
}
@media (max-width: 768px) {
  #link .link__list li a svg {
    width: 0.6em;
  }
}

/*==================================

下層ページ共通CSS

==================================*/
/*==================================

下層ページ:ページ名

==================================*/
/*==================================

js animation

==================================*/
.hide {
  -webkit-animation: hide 0.3s forwards;
          animation: hide 0.3s forwards;
}

.show {
  -webkit-animation: show 0.3s forwards;
          animation: show 0.3s forwards;
}

@-webkit-keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.js_st[class*=fadein] {
  opacity: 0;
}
.js_st[class*=fadeinT] {
  translate: 0 50px;
}
.js_st[class*=fadeinB] {
  translate: 0 -50px;
}
.js_st[class*=fadeinR] {
  translate: -50px 0;
}
.js_st[class*=fadeinL] {
  translate: 50px 0;
}
.js_st[class*=fadein].scrollin {
  opacity: 1;
  translate: 0;
  -webkit-transition: all 1500ms, background 0.3s, min-width 0s;
  transition: all 1500ms, background 0.3s, min-width 0s;
}

@media (min-width: 768.1px) {
  .spOnly {
    display: none !important;
  }
}

/*==================================

@media screen SP

==================================*/
@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .sp_bk {
    display: block;
  }
  .sp_fdc {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp_g100 {
    grid-template-columns: 100%;
  }
}/*# sourceMappingURL=style.css.map */