@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.eot") format("eot");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-SemiBold.woff2") format("woff2"), url("../fonts/Jost-SemiBold.woff") format("woff"), url("../fonts/Jost-SemiBold.eot") format("eot");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost-Bold.woff") format("woff"), url("../fonts/Jost-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
* {
  letter-spacing: 0.08em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  * {
    letter-spacing: 0.05em;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  background: #fff;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768.1px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

img {
  height: auto;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.contentIn {
  width: 1120px;
  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;
}

.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;
}

.ma-0 {
  margin: 0em;
}
.mb-0 {
  margin-bottom: 0em;
}
.mt-0 {
  margin-top: 0em;
}
.ml-0 {
  margin-left: 0em;
}
.mr-0 {
  margin-right: 0em;
}

.pa-0 {
  padding: 0em;
}
.pb-0 {
  padding-bottom: 0em;
}
.pt-0 {
  padding-top: 0em;
}
.pl-0 {
  padding-left: 0em;
}
.pr-0 {
  padding-right: 0em;
}

.ma-1 {
  margin: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.mt-1 {
  margin-top: 1em;
}
.ml-1 {
  margin-left: 1em;
}
.mr-1 {
  margin-right: 1em;
}

.pa-1 {
  padding: 1em;
}
.pb-1 {
  padding-bottom: 1em;
}
.pt-1 {
  padding-top: 1em;
}
.pl-1 {
  padding-left: 1em;
}
.pr-1 {
  padding-right: 1em;
}

.ma-2 {
  margin: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mt-2 {
  margin-top: 2em;
}
.ml-2 {
  margin-left: 2em;
}
.mr-2 {
  margin-right: 2em;
}

.pa-2 {
  padding: 2em;
}
.pb-2 {
  padding-bottom: 2em;
}
.pt-2 {
  padding-top: 2em;
}
.pl-2 {
  padding-left: 2em;
}
.pr-2 {
  padding-right: 2em;
}

.ma-3 {
  margin: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.mt-3 {
  margin-top: 3em;
}
.ml-3 {
  margin-left: 3em;
}
.mr-3 {
  margin-right: 3em;
}

.pa-3 {
  padding: 3em;
}
.pb-3 {
  padding-bottom: 3em;
}
.pt-3 {
  padding-top: 3em;
}
.pl-3 {
  padding-left: 3em;
}
.pr-3 {
  padding-right: 3em;
}

.ma-4 {
  margin: 4em;
}
.mb-4 {
  margin-bottom: 4em;
}
.mt-4 {
  margin-top: 4em;
}
.ml-4 {
  margin-left: 4em;
}
.mr-4 {
  margin-right: 4em;
}

.pa-4 {
  padding: 4em;
}
.pb-4 {
  padding-bottom: 4em;
}
.pt-4 {
  padding-top: 4em;
}
.pl-4 {
  padding-left: 4em;
}
.pr-4 {
  padding-right: 4em;
}

.ma-5 {
  margin: 5em;
}
.mb-5 {
  margin-bottom: 5em;
}
.mt-5 {
  margin-top: 5em;
}
.ml-5 {
  margin-left: 5em;
}
.mr-5 {
  margin-right: 5em;
}

.pa-5 {
  padding: 5em;
}
.pb-5 {
  padding-bottom: 5em;
}
.pt-5 {
  padding-top: 5em;
}
.pl-5 {
  padding-left: 5em;
}
.pr-5 {
  padding-right: 5em;
}

.ma-6 {
  margin: 6em;
}
.mb-6 {
  margin-bottom: 6em;
}
.mt-6 {
  margin-top: 6em;
}
.ml-6 {
  margin-left: 6em;
}
.mr-6 {
  margin-right: 6em;
}

.pa-6 {
  padding: 6em;
}
.pb-6 {
  padding-bottom: 6em;
}
.pt-6 {
  padding-top: 6em;
}
.pl-6 {
  padding-left: 6em;
}
.pr-6 {
  padding-right: 6em;
}

.ma-7 {
  margin: 7em;
}
.mb-7 {
  margin-bottom: 7em;
}
.mt-7 {
  margin-top: 7em;
}
.ml-7 {
  margin-left: 7em;
}
.mr-7 {
  margin-right: 7em;
}

.pa-7 {
  padding: 7em;
}
.pb-7 {
  padding-bottom: 7em;
}
.pt-7 {
  padding-top: 7em;
}
.pl-7 {
  padding-left: 7em;
}
.pr-7 {
  padding-right: 7em;
}

.ma-8 {
  margin: 8em;
}
.mb-8 {
  margin-bottom: 8em;
}
.mt-8 {
  margin-top: 8em;
}
.ml-8 {
  margin-left: 8em;
}
.mr-8 {
  margin-right: 8em;
}

.pa-8 {
  padding: 8em;
}
.pb-8 {
  padding-bottom: 8em;
}
.pt-8 {
  padding-top: 8em;
}
.pl-8 {
  padding-left: 8em;
}
.pr-8 {
  padding-right: 8em;
}

.ma-9 {
  margin: 9em;
}
.mb-9 {
  margin-bottom: 9em;
}
.mt-9 {
  margin-top: 9em;
}
.ml-9 {
  margin-left: 9em;
}
.mr-9 {
  margin-right: 9em;
}

.pa-9 {
  padding: 9em;
}
.pb-9 {
  padding-bottom: 9em;
}
.pt-9 {
  padding-top: 9em;
}
.pl-9 {
  padding-left: 9em;
}
.pr-9 {
  padding-right: 9em;
}

.ma-10 {
  margin: 10em;
}
.mb-10 {
  margin-bottom: 10em;
}
.mt-10 {
  margin-top: 10em;
}
.ml-10 {
  margin-left: 10em;
}
.mr-10 {
  margin-right: 10em;
}

.pa-10 {
  padding: 10em;
}
.pb-10 {
  padding-bottom: 10em;
}
.pt-10 {
  padding-top: 10em;
}
.pl-10 {
  padding-left: 10em;
}
.pr-10 {
  padding-right: 10em;
}

.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;
  font-family: "object-fit:cover;";
}
.ofCotain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

全ページ共通CSS

==================================*/
.popBox {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  width: 1000px;
  max-width: 95%;
  max-height: 90vh;
  max-height: 90dvh;
  margin: 0 auto;
  padding: 8em 3% 4em;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 10px solid #000;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 21;
}
.popBox .closeBtn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 3.375em;
  height: 3.375em;
  background: #000;
}
.popBox .closeBtn::before, .popBox .closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 60%;
  margin: auto;
  background-color: #fff;
}
.popBox .closeBtn::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.popBox .closeBtn::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.bk01 {
  background: url(../images/texture01.svg) repeat top left;
}

.text-border_black {
  -webkit-filter: url(#text-border_black);
          filter: url(#text-border_black);
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(214, 248, 218, 0)), color-stop(70%, rgb(214, 248, 218)));
  background: -webkit-linear-gradient(top, rgba(214, 248, 218, 0) 70%, rgb(214, 248, 218) 70%);
  background: linear-gradient(to bottom, rgba(214, 248, 218, 0) 70%, rgb(214, 248, 218) 70%);
}

@media screen and (max-width: 768px) {
  .highlight_sp {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(214, 248, 218, 0)), color-stop(70%, rgb(214, 248, 218)));
    background: -webkit-linear-gradient(top, rgba(214, 248, 218, 0) 70%, rgb(214, 248, 218) 70%);
    background: linear-gradient(to bottom, rgba(214, 248, 218, 0) 70%, rgb(214, 248, 218) 70%);
  }
}
.fc_grn {
  color: #6de67c;
}

.linkStl01:not(:hover) {
  text-decoration: underline;
}

.ttlStl01 {
  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;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768.1px) {
  .ttlStl01 {
    min-height: 5.5em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .ttlStl01 {
    gap: 0.5em;
    font-size: 3.2rem;
    line-height: 1.2em;
  }
}
.ttlStl01::before, .ttlStl01::after {
  content: "";
  display: block;
  width: 3em;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .ttlStl01::before, .ttlStl01::after {
    width: 1em;
    height: 3em;
  }
}
.ttlStl01::before {
  background: url(../images/ttl_decoPC01.png) no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  .ttlStl01::before {
    background: url(../images/ttl_decoSP01.svg) no-repeat center top/contain;
  }
}
.ttlStl01::after {
  background: url(../images/ttl_decoPC02.png) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 768px) {
  .ttlStl01::after {
    background: url(../images/ttl_decoSP02.svg) no-repeat center bottom/contain;
  }
}

.btnStl01 {
  position: relative;
  display: inline-block;
  padding: 0.65em 2.5em 0.65em 1.75em;
  color: #000;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  background: #6de67c;
  border: 1.5px solid #000;
}
@media screen and (max-width: 768px) {
  .btnStl01 {
    width: 100%;
    padding: 0.65em 1.2em 0.65em 0.75em;
    letter-spacing: 0;
  }
}
.btnStl01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 0.4em;
  height: 0.8em;
  background: url(../images/arrowR01_wht.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btnStl01:after {
    right: 0.5em;
  }
}

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

.informationBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-weight: 700;
  background: #fff;
  border: 1.5px solid #000;
}
@media screen and (max-width: 768px) {
  .informationBox {
    display: block;
  }
}
.informationBox__copy {
  margin-bottom: 0.2em;
  font-size: 3rem;
  line-height: 1.3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .informationBox__copy {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.informationBox__form {
  position: relative;
  grid-column: 1/3;
  padding: 2em 5% 1.2em;
}
@media screen and (max-width: 768px) {
  .informationBox__form {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.informationBox__form:before, .informationBox__form:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 200px;
  max-width: 20%;
  -webkit-transform: translateY(11.2%);
          transform: translateY(11.2%);
  pointer-events: none;
  aspect-ratio: 20/23;
}
@media screen and (max-width: 768px) {
  .informationBox__form:before, .informationBox__form:after {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    max-width: 40%;
    -webkit-transform: translateY(21%);
            transform: translateY(21%);
  }
}
.informationBox__form:before {
  left: 0;
  background: url(../images/information_img01.png) no-repeat center bottom/contain;
}
.informationBox__form::after {
  right: 0;
  background: url(../images/information_img02.png) no-repeat center bottom/contain;
}
.informationBox .btnStl01 {
  margin-top: 0.35em;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .informationBox .btnStl01 {
    font-size: 2rem;
  }
}
.informationBox__line {
  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.5em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 1em;
  color: #fff;
  font-size: 2.4rem;
  background: #06c755;
  border-top: 1px solid #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .informationBox__line {
    gap: 0.5em;
    padding: 1em 1em 1em 0.5em;
    font-size: 2.2rem;
  }
}
.informationBox__line:hover {
  opacity: 0.8;
}
.informationBox__line:before {
  content: "";
  display: block;
  width: 1.75em;
  height: 1.75em;
  background: url(../images/icon_line_wht2.svg) no-repeat center center/contain;
}
.informationBox__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .informationBox__line::after {
    right: 0.75em;
  }
}
.informationBox__tel {
  display: block;
  padding: 1.2em 0.5em 1em;
  background: #000000;
}
.informationBox__tel .tel {
  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.12em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6de67c;
  font-size: 3.7rem;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .informationBox__tel .tel {
    font-size: 3rem;
  }
}
.informationBox__tel .tel:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  margin-bottom: -0.15em;
  background: url(../images/icon_tel_grn.svg) no-repeat center center/contain;
}
.informationBox__tel dl {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.2em;
}
.informationBox__tel dl dt {
  padding: 0.2em 0.75em;
  font-size: 1.4rem;
  line-height: 1.2em;
  background: #fff;
  border-radius: 500px;
}
.informationBox__tel dl dd {
  color: #fff;
  font-size: 2rem;
}

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

ヘッダー

==================================*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 15;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header {
    min-height: 100px;
  }
}
header .header__logo {
  position: absolute;
  top: 0.4em;
  right: 0;
  left: 0;
  width: 96px;
  max-width: 30%;
  margin: 0 auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 768px) {
  header .header__logo {
    width: 90px;
  }
}
@media screen and (min-width: 768.1px) {
  header nav {
    display: block !important;
    padding-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  header nav {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    display: none;
    background-color: #fff;
  }
}
header nav ul {
  gap: 1em 2%;
}
@media screen and (max-width: 768px) {
  header nav ul li {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 768.1px) {
  header nav ul li:nth-of-type(5) {
    margin-left: 120px;
  }
}
header nav ul li a {
  display: block;
  padding: 1.5em 0;
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    padding: 1em;
  }
}
header:has(.active) .header__logo, header.scroll .header__logo {
  width: 65px;
}
@media screen and (max-width: 768px) {
  header {
    /*　ハンバーガーメニュー
    ==================================*/
  }
  header .spNaviButton {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    margin-left: auto;
    background-color: #000000;
    cursor: pointer;
  }
  header .spNaviButton p {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1em;
    color: #fff;
    font-family: "Jost";
    font-size: 1rem;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
  }
  header .spNaviButton span, header .spNaviButton:before, header .spNaviButton:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 55%;
    height: 2px;
    margin: 0 auto;
    background: #6de67c;
  }
  header .spNaviButton:before {
    top: 20%;
    -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 .spNaviButton span {
    top: 33%;
    -webkit-transition: 0s 0.3s;
    transition: 0s 0.3s;
  }
  header .spNaviButton:after {
    top: 46%;
    -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 .spNaviButton.active:before, header .spNaviButton.active:after {
    top: 33%;
    -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 .spNaviButton.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .spNaviButton.active span {
    width: 0;
  }
  header .spNaviButton.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

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

フッター

==================================*/
.floatBtn {
  position: fixed;
  right: 0;
  bottom: 1em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .floatBtn {
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 55px;
  }
}
.floatBtn__line {
  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.85em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0.75em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #06c755;
}
@media screen and (min-width: 768.1px) {
  .floatBtn__line {
    position: fixed;
    top: 30%;
    right: 0;
    text-orientation: upright;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    border: 1.5px solid #000;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .floatBtn__line {
    position: relative;
    border-top: 1.5px solid #000;
  }
}
.floatBtn__line-icon {
  width: 2em;
}
.floatBtn__line::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 5px;
}
@media screen and (max-width: 768px) {
  .floatBtn__line::after {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.floatBtn .pagetop {
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1.5px solid #000;
  border-right: none;
}
@media screen and (min-width: 768.1px) {
  .floatBtn .pagetop {
    width: 3.5em;
    height: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .floatBtn .pagetop {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-bottom: none;
  }
}

footer {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  padding: 1.5em;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  footer {
    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;
    padding: 2.5em 1em 0.5em;
  }
}
footer .footer__information {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  footer .footer__information {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2em;
  }
}
footer .footer__sns {
  gap: 0.5em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  footer .footer__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__sns img {
    width: 40px;
  }
}
footer .footer__menu {
  gap: 1em 2em;
  font-weight: bold;
}
@media screen and (min-width: 768.1px) {
  footer .footer__menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .copyright {
  font-size: 1.2rem;
  line-height: 1.4em;
}
@media screen and (min-width: 768.1px) {
  footer .copyright {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.5em;
  }
}

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

トップページ

==================================*/
.mv {
  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: 2.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4em 5%;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 55%;
    background-image: url(../images/mv_img01.png), url(../images/mv_img02sp.png);
    background-position: bottom left 2%, bottom right 2%;
    background-repeat: no-repeat;
    background-size: 45% auto, 45% auto;
  }
}
.mvBottom_img * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mvBottom_img * img {
  width: 100%;
}

#introduction {
  padding: 3em 0 5em;
  color: #fff;
  background: #000;
}
@media screen and (min-width: 768.1px) {
  #introduction {
    padding-top: 6em;
  }
}
#introduction .introduction__copy {
  position: relative;
  padding-right: 25%;
  padding-left: 25%;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #introduction .introduction__copy {
    padding-left: 0;
    font-size: 2rem;
    text-align: left;
  }
}
#introduction .introduction__copy .fzL {
  margin-top: 0.2em;
  font-size: 1.59em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #introduction .introduction__copy .fzL {
    font-size: 1.4em;
  }
}
#introduction .introduction__copy img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 25%;
}
@media screen and (max-width: 768px) {
  #introduction .introduction__copy img {
    max-width: 33%;
  }
}
#introduction .introduction__box {
  position: relative;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em 3em;
  grid-template-columns: auto 25%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1em 3em;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #introduction .introduction__box {
    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;
    gap: 1em 0;
  }
}
#introduction .introduction__box__title {
  position: relative;
  grid-column: 1/3;
  width: 500px;
  max-width: 90%;
  min-height: 78px;
  margin: 0 auto;
  font-size: 3rem;
  text-align: center;
  background: #6de67c;
}
#introduction .introduction__box__title:before, #introduction .introduction__box__title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 50%;
  height: 38px;
}
#introduction .introduction__box__title:before {
  left: 0;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to right top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
}
#introduction .introduction__box__title:after {
  right: 0;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to left top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
}
#introduction .introduction__box__title span {
  color: #fff;
}
#introduction .introduction__box__price {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
}
@media screen and (max-width: 768px) {
  #introduction .introduction__box__price {
    text-align: center;
  }
}
#introduction .introduction__box__price dl {
  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 1.75em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(214, 248, 218, 0)), color-stop(70%, rgb(214, 248, 218)));
  background: -webkit-linear-gradient(top, rgba(214, 248, 218, 0) 70%, rgb(214, 248, 218) 70%);
  background: linear-gradient(to bottom, rgba(214, 248, 218, 0) 70%, rgb(214, 248, 218) 70%);
}
@media screen and (max-width: 768px) {
  #introduction .introduction__box__price dl {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
  }
}
#introduction .introduction__box__price dl dt {
  line-height: 1em;
}
#introduction .introduction__box__price dl dt span {
  color: #fff;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
#introduction .introduction__box__price dl dd {
  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;
}
#introduction .introduction__box__price dl dd .introduction__price-price {
  color: #6de67c;
  font-size: 5.6rem;
  letter-spacing: 0.15em;
  line-height: 1em;
}
#introduction .introduction__box__price dl dd .introduction__price-price .fzL {
  font-size: 1.68em;
  letter-spacing: 0.1em;
  line-height: 1em;
}
#introduction .introduction__box__price dl dd .tax {
  margin-left: 0.5em;
  padding: 0.3em 0.25em;
  background: #6de67c;
  border: 1.5px solid #000;
  line-height: 1em;
  vertical-align: text-bottom;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #introduction .introduction__box__price dl + p {
    margin-top: 1.6em;
  }
}
#introduction .introduction__box__link {
  background: #6de67c;
  border: 1.5px solid #000;
}
@media screen and (max-width: 768px) {
  #introduction .introduction__box__link {
    max-width: 280px;
  }
}

@media screen and (max-width: 768px) {
  #trouble {
    padding: 1em 0 5em;
  }
}
#trouble .trouble__box {
  position: relative;
  padding: 0 5% 3em;
  border: 8px solid #000;
}
@media screen and (max-width: 768px) {
  #trouble .trouble__box {
    padding: 0 3% 1em;
  }
}
#trouble .trouble__box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-color: #6de67c transparent transparent transparent;
  border-style: solid;
  border-width: 49px 49px 0 49px;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}
@media screen and (min-width: 768.1px) {
  #trouble .trouble__box ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  #trouble .trouble__box ul {
    font-size: 1.6rem;
  }
}
#trouble .trouble__box ul li {
  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.5em;
  min-height: 86px;
  padding: 0.5em 1em;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #trouble .trouble__box ul li {
    min-height: 76px;
  }
}
@media screen and (min-width: 768.1px) {
  #trouble .trouble__box ul li:not(:nth-of-type(3n)) {
    border-bottom: 1px solid #b3b3b3;
  }
}
@media screen and (max-width: 768px) {
  #trouble .trouble__box ul li + li {
    border-top: 1px solid #b3b3b3;
  }
}
#trouble .trouble__box ul li:before {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000;
}
#trouble .trouble__box ul li:after {
  content: "";
  position: absolute;
  top: 47%;
  left: 1.1em;
  display: block;
  width: 1em;
  height: 0.5em;
  border-left: 2px solid #6de67c;
  border-bottom: 2px solid #6de67c;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#trouble .trouble__title {
  margin-top: -1em;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #trouble .trouble__title {
    font-size: min(8vw, 3.6rem);
    letter-spacing: 0;
    line-height: 1.2em;
  }
  #trouble .trouble__title * {
    line-height: 1.2em;
  }
}
#trouble .trouble__title span {
  color: #6de67c;
}
@media screen and (max-width: 768px) {
  #trouble .trouble__title span {
    letter-spacing: 0.05em;
  }
}
#trouble .trouble__text {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #trouble .trouble__text {
    font-size: min(8vw, 3.6rem);
    letter-spacing: 0;
  }
}
#trouble .trouble__text span {
  color: #6de67c;
}
#trouble .trouble__img01 {
  max-width: 33%;
  margin: 0 auto;
}
#trouble .trouble__img02 {
  max-width: 75%;
  margin: 0 auto;
}

#strength {
  counter-reset: str;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #strength {
    padding-bottom: 3em;
  }
}
#strength h2 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #strength h2 {
    margin-bottom: 1.2em;
  }
}
#strength .contentIn {
  gap: 3em;
}
#strength .strength__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em 3em;
  padding: 3.5em 0;
  counter-increment: str;
}
@media screen and (max-width: 768px) {
  #strength .strength__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768.1px) {
  #strength .strength__content:nth-of-type(even) .strength__content__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#strength .strength__content__img {
  -webkit-flex-basis: 44.44%;
      -ms-flex-preferred-size: 44.44%;
          flex-basis: 44.44%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #strength .strength__content__img {
    width: 100%;
  }
  #strength .strength__content__img img {
    width: 100%;
  }
}
#strength .strength__content__num {
  position: absolute;
  top: -2.5em;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #strength .strength__content__num {
    width: 20rem;
    max-width: 50%;
  }
}
#strength .strength__content__text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #strength .strength__content__text {
    padding-top: 3em;
  }
}
#strength .strength__content__text h3 {
  margin-bottom: 0.6em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #strength .strength__content__text h3 {
    font-size: 1.9rem;
  }
}
#strength .strength__content__text p {
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #strength .strength__content__text p {
    font-size: 1.3rem;
  }
}

#case .contentIn {
  gap: 2em 3em;
}
#case .contentIn h2 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#case .case__list {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  #case .case__list {
    grid-template-columns: 100%;
  }
}
#case .case__content {
  padding: 1em;
  border: 1px solid #000;
}
#case .case__content:has(.case__content__thumbnail) {
  display: grid;
  grid-template-columns: 49.4% 46.62%;
  grid-template-rows: auto 1fr;
  grid-column: 1/-1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #case .case__content:has(.case__content__thumbnail) {
    grid-template-columns: 100%;
  }
}
#case .case__content__title {
  display: inline-block;
  margin: 0.25em 0 0.85em;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(214, 248, 218, 0)), color-stop(60%, rgb(214, 248, 218)), color-stop(90%, rgb(214, 248, 218)), color-stop(90%, rgba(214, 248, 218, 0)));
  background: -webkit-linear-gradient(top, rgba(214, 248, 218, 0) 60%, rgb(214, 248, 218) 60%, rgb(214, 248, 218) 90%, rgba(214, 248, 218, 0) 90%);
  background: linear-gradient(to bottom, rgba(214, 248, 218, 0) 60%, rgb(214, 248, 218) 60%, rgb(214, 248, 218) 90%, rgba(214, 248, 218, 0) 90%);
}
@media screen and (max-width: 768px) {
  #case .case__content__title {
    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;
    grid-column: 1/-1;
    font-size: 1.6rem;
    gap: 1em;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  #case .case__content__title span:not(.count) {
    line-height: 1.4em;
  }
}
#case .case__content__title span.count {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #case .case__content__title span.count {
    font-size: 2.8rem;
    line-height: 1.4em;
  }
}
#case .case__content__title .fzL {
  padding: 0 0.05em;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1.2em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  #case .case__content__title .fzL {
    font-size: 1.53333em;
    line-height: 1.1em !important;
  }
}
#case .case__content__thumbnail {
  grid-row: 1/3;
}
#case .case__content__customer {
  display: grid;
  gap: 0 1em;
  grid-template-columns: 35% 61.25%;
  grid-template-rows: 1fr auto auto;
}
@media screen and (max-width: 768px) {
  #case .case__content__customer {
    grid-template-rows: auto auto auto;
  }
}
#case .case__content__customer-img {
  grid-row: 1/4;
}
@media screen and (max-width: 768px) {
  #case .case__content__customer-img {
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  #case .case__content__customer-introduction {
    grid-column: 2;
  }
}
#case .case__content__customer-introduction > * {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4em;
}
#case .case__content__customer-introduction > * + p {
  margin-top: 0.25em;
}
#case .case__content__customer-comment {
  margin-top: 1em;
}
#case .case__content__customer-comment p {
  letter-spacing: 0.16em;
  line-height: 1.375em;
}
#case .case__content__customer-comment p.cut {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#case .case__content__moreBtn {
  grid-column: 2;
  margin-top: 0.75em;
  padding: 0.35em;
  color: #fff;
  font-family: "Jost";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 768px) {
  #case .case__content__moreBtn {
    grid-column: 1/3;
  }
}
#case .case__content__modal .case__content__title {
  justify-self: flex-start;
}
@media screen and (max-width: 768px) {
  #case .case__content__modal .case__content__title {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 2em;
  }
}
#case .case__content__modal .case__content__customer {
  gap: 0em 3em;
  grid-template-rows: auto auto 1fr;
}
#case .case__content__modal .case__content__customer:has(.case__content__customer-site) {
  grid-template-rows: auto auto auto 1fr;
}
#case .case__content__modal .case__content__customer:has(.case__content__customer-site) .case__content__customer-img {
  grid-row: 1/4;
}
#case .case__content__modal .case__content__customer:has(.case__content__customer-site) .case__content__customer-site {
  grid-column: 1;
  grid-row: 4;
}
#case .case__content__modal .case__content__customer:has(.case__content__customer-site) .case__content__customer-comment {
  grid-row: 3/5;
}
@media screen and (max-width: 768px) {
  #case .case__content__modal .case__content__customer {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #case .case__content__modal .case__content__customer-introduction {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    margin-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  #case .case__content__modal .case__content__customer-shop {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #case .case__content__modal .case__content__customer-name {
    font-size: 2rem;
  }
}
#case .case__content__modal .case__content__customer-comment {
  display: block;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #case .case__content__modal .case__content__customer-comment {
    font-size: 1.2rem;
  }
}
#case .case__content__modal .case__content__customer-comment * {
  line-height: 1.6em;
}
#case .case__content__modal .case__content__customer-comment ul {
  margin: 0.5em 0;
}
#case .case__content__modal .case__content__customer-site {
  margin-top: 1.5em;
  font-family: "Jost";
}
@media screen and (max-width: 768px) {
  #case .case__content__modal .case__content__customer-site {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
#case .case__content__modal .case__content__customer-site > li + li {
  margin-top: 1em;
}
#case .case__content__modal .case__content__customer-site dt {
  width: 3.5em;
  color: #06c755;
  font-weight: 600;
  letter-spacing: 0;
}
#case .case__content__modal .case__content__customer-site dd {
  font-weight: 500;
}
#case .case__content__modal .case__content__customer-site dd ul {
  gap: 0.25em;
}
#case .case__content__modal .case__content__customer-site dd ul a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#case .case__content__modal .case__content__customer-site dd ul a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #case .case__content__modal .case__content__customer-site dd ul a img {
    width: 40px;
  }
}
#case .case__content__modal .case__content__customer-site dd a {
  letter-spacing: 0;
}
#case .case__content__modal .btnStl01 {
  font-size: 2rem;
}
#case .case__notes {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0em;
}

#price {
  background: #e6e6e6;
}
#price .contentIn {
  gap: 2em 3em;
}
#price .price__contents {
  counter-reset: pricePlan;
  margin-top: 3.5em;
  padding: 1em 3% 5em;
  background: #fff;
}
#price .price__plan {
  padding: 3em 1em;
}
#price .price__plan:before {
  counter-increment: pricePlan;
  content: "PLAN." counter(pricePlan);
  display: block;
  margin: 0 -1em 2.5em;
  padding: 0.35em;
  font-family: "Jost";
  font-size: 1.5rem;
  line-height: 1.6em;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#price .price__plan__title {
  margin-bottom: 2em;
  text-align: center;
}
#price .price__plan__title .fzL {
  color: #6de67c;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #price .price__plan__title .fzL {
    font-size: 3rem;
  }
}
#price .price__plan__title .fzS {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #price .price__plan__title .fzS {
    font-size: 1.8rem;
  }
}
#price .price__plan__copy {
  font-weight: 500;
}
#price .price__plan__copy .highlight .fzL {
  font-size: 2rem;
}
#price .price__plan__example {
  margin: 1.5em auto 0.25em;
  padding: 0 0.2em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 768px) {
  #price .price__plan__example {
    padding: 0.5em;
    line-height: 1.2em;
  }
}
#price .price__plan__movie {
  margin: 2em auto 0;
}
#price .price__plan__text {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #price .price__plan__text {
    line-height: 1.4em;
  }
}
#price .price__plan__course {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #price .price__plan__course {
    grid-template-columns: 100%;
  }
}
#price .price__plan__course dl dt {
  padding: 0.5em;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5em;
}
#price .price__plan__course dl dt .fzS {
  font-size: 0.8em;
  line-height: 1.5em;
}
#price .price__plan__course dl dd {
  padding: 0.5em;
  background: #f5f5f5;
}
#price .price__plan__course dl:first-of-type p {
  color: #fbb03b;
}
#price .price__plan__course dl:first-of-type dt {
  background: #fbb03b;
}
#price .price__plan__course dl:nth-of-type(2) p {
  color: #29abe2;
}
#price .price__plan__course dl:nth-of-type(2) dt {
  background: #29abe2;
}
#price .price__plan__course dl:nth-of-type(3) p {
  color: #ed1e79;
}
#price .price__plan__course dl:nth-of-type(3) dt {
  background: #ed1e79;
}
#price .price__plan__course-price {
  margin: 0.25em 0 0.75em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5em;
}
#price .price__plan__course-price .fzS {
  font-size: 0.42857em;
}
#price .price__plan__course-details {
  padding: 0.5em;
  background: #fff;
}
#price .price__plan__course-details p {
  padding: 0.2em 0.5em;
  font-weight: bold;
  line-height: 1.2em;
  border-style: solid;
  border-width: 1px;
}
#price .price__plan__course-details ul {
  font-size: 1.3rem;
}
#price .price__plan__course-details ul li {
  padding: 0.5em 0;
  letter-spacing: 0;
  line-height: 1.2em;
  border-bottom: 1px solid #f2f2f2;
}
#price .price__plan__course-details ul li .fzS {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  #price .price__plan__course-notes {
    font-size: 10px;
  }
}
#price .price__campaign {
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 4em;
  border: 20px solid #000;
}
@media screen and (max-width: 768px) {
  #price .price__campaign {
    margin-top: 1em;
    padding: 0 2% 4em;
  }
}
#price .price__campaign__title {
  position: relative;
  width: 500px;
  max-width: 98%;
  margin: -1.2em auto 0;
  padding: 0.25em 0.5em 1.2em;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 800;
  background: #6de67c;
}
@media screen and (max-width: 768px) {
  #price .price__campaign__title {
    padding: 0.3em 0.2em 1.2em;
  }
}
#price .price__campaign__title span {
  line-height: 1.4em;
}
#price .price__campaign__title::before, #price .price__campaign__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 50%;
  height: 1.25em;
}
#price .price__campaign__title::before {
  left: 0;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to top right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
}
#price .price__campaign__title::after {
  right: 0;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to top left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
}
#price .price__campaign__content {
  padding-top: 3em;
  counter-increment: campaign;
}
@media screen and (max-width: 768px) {
  #price .price__campaign__content:first-of-type {
    padding-top: 2em;
  }
}
#price .price__campaign__content:before {
  content: "CAMPAIGN." counter(campaign);
  display: block;
  margin-bottom: 1.75em;
  padding: 0.75em 0.5em;
  font-family: "Jost";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#price .price__campaign__content-title {
  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.35em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.75em;
  color: #6de67c;
  font-size: 3rem;
  font-weight: 700;
}
#price .price__campaign__content-title span {
  display: block;
}
#price .price__campaign__content-title span img {
  display: block;
}
#price .price__campaign__content p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #price .price__campaign__content p {
    letter-spacing: 0;
  }
}
#price .price__campaign__content p .highlight {
  font-size: 1.33333em;
  letter-spacing: 0;
  line-height: 1.4em;
}
#price .price__campaign__content p .highlight .fzL {
  font-size: 1.4em;
  letter-spacing: 0.01em;
  line-height: 1.4em;
}

#flow .contentIn {
  gap: 2em 3em;
}
#flow .flow__contents {
  counter-reset: flow;
  margin-top: 3.5em;
}
#flow .flow__contents li {
  position: relative;
}
#flow .flow__contents li:not(.after) {
  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: 1.5em 0;
  padding: 1.5em 5% 1.5em 16rem;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #flow .flow__contents li:not(.after) {
    display: block;
    padding: 0 0 2em;
    text-align: center;
  }
}
#flow .flow__contents li:not(.after):before {
  content: "STEP." counter(flow);
  counter-increment: flow;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13rem;
  padding: 1em;
  color: #6de67c;
  font-size: 2rem;
  font-family: "Jost";
  letter-spacing: 0.12em;
  background: #000;
}
@media screen and (min-width: 768.1px) {
  #flow .flow__contents li:not(.after):before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow__contents li:not(.after):before {
    width: 100%;
    padding: 1em 0.5em;
    line-height: 1em;
  }
}
#flow .flow__contents li.after {
  padding: 0.2em 1.5em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  background: #000;
}
@media screen and (max-width: 768px) {
  #flow .flow__contents li.after {
    padding: 0.5em 1em;
  }
  #flow .flow__contents li.after .sp_bk {
    margin-bottom: 0.5em;
  }
}
#flow .flow__contents li.after * {
  line-height: 1.3em;
}
#flow .flow__contents li + li {
  margin-top: 3.5em;
}
#flow .flow__contents li + li:after {
  content: "";
  position: absolute;
  top: -2.35em;
  left: 3em;
  display: block;
  width: 34px;
  background: url(../images/arrowB_blk.svg) no-repeat center center/contain;
  aspect-ratio: 34/19;
}
@media screen and (max-width: 768px) {
  #flow .flow__contents li + li:after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
#flow .flow__contents__icon {
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  #flow .flow__contents__icon {
    display: block;
    margin: 2em 0;
  }
}
#flow .flow__contents__title {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  font-size: 2rem;
}
#flow .flow__contents__details {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #flow .flow__contents__details {
    padding: 1em;
    font-size: 1.6rem;
    text-align: left;
  }
}

#faq {
  background: #e6e6e6;
}
#faq .contentIn {
  gap: 2em 3em;
}
#faq .faq__contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 3.75em;
}
#faq .faq__contents li {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#faq .faq__contents li + li {
  margin-top: 1.2em;
}
#faq .faq__contents li dl > * {
  position: relative;
  padding-left: 4em;
}
@media screen and (max-width: 768px) {
  #faq .faq__contents li dl > * {
    padding-left: 3.5em;
  }
}
#faq .faq__contents li dl > *::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2em;
  padding: 0.5em;
  color: #fff;
  font-family: "Jost";
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  background: #000;
}
@media screen and (max-width: 768px) {
  #faq .faq__contents li dl > *::before {
    width: 1.5em;
    padding: 0.25em;
  }
}
#faq .faq__contents li dl dt {
  cursor: pointer;
}
#faq .faq__contents li dl dt::before {
  content: "Q";
}
#faq .faq__contents li dl dt.active .faq__contents__icon::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  width: 3px;
  height: 100%;
  margin: auto;
  background: #000;
  border-radius: 5px;
}
#faq .faq__contents li dl dd {
  position: relative;
}
#faq .faq__contents li dl dd::before {
  content: "A";
  color: #6de67c;
}
#faq .faq__contents li dl dd:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0.25em;
  display: block;
  width: 3.5em;
  height: 1px;
  background: #fff;
}
#faq .faq__contents__q {
  padding: 1em 40px 1em 2.1em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #faq .faq__contents__q {
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}
#faq .faq__contents__a {
  position: relative;
  padding: 1em 2.25em 2em;
}
@media screen and (max-width: 768px) {
  #faq .faq__contents__a {
    padding: 1em;
    line-height: 1.5em;
  }
}
#faq .faq__contents__a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 98%;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
#faq .faq__contents__icon {
  position: absolute;
  top: 50%;
  right: 1em;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#faq .faq__contents__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 5px;
}

#company .contentIn {
  gap: 3em;
}
#company .company__contents {
  margin-top: 3.5em;
}
#company .company__information {
  padding: 4em 5%;
  border: 8px solid #000;
}
@media screen and (max-width: 768px) {
  #company .company__information {
    padding: 4em 3%;
  }
}
#company .company__information table {
  width: 100%;
  border-bottom: 1px solid #000;
}
#company .company__information table caption {
  padding-bottom: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}
#company .company__information table tr {
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #company .company__information table tr {
    display: block;
  }
}
#company .company__information table tr > * {
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  #company .company__information table tr > * {
    padding: 1em;
  }
}
#company .company__information table tr > th {
  font-weight: 500;
}
@media screen and (min-width: 768.1px) {
  #company .company__information table tr > th {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #company .company__information table tr > th {
    display: block;
    padding-bottom: 0;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  #company .company__information table tr > td {
    padding-top: 0.25em;
    line-height: 1.4em;
  }
  #company .company__information table tr > td * {
    line-height: 1.4em;
  }
}
#company .company__ceo {
  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: 2em 3.25em;
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  #company .company__ceo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#company .company__ceo__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #company .company__ceo__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company__ceo__img img {
    width: 100%;
  }
}
#company .company__ceo__name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #company .company__ceo__name {
    font-size: 1.8rem;
  }
}
#company .company__ceo__title {
  margin: 0.75em 0 0.25em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #company .company__ceo__title {
    font-size: 1.6rem;
  }
}
#company .company__ceo__comment {
  line-height: 1.6em;
}
#company .company__ceo__sns {
  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: 1em 1.5em;
  margin-top: 1.5em;
  color: #6de67c;
  font-weight: 600;
}
#company .company__ceo__sns ul {
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  #company .company__ceo__sns ul img {
    width: 45px;
  }
}

#contact .contentIn {
  gap: 3em;
}
#contact .contact__contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 4em;
}
#contact .contact__form {
  margin-top: 3em;
  padding: 4em 5%;
  background: #fff;
  border: 20px solid #000;
}
@media screen and (max-width: 768px) {
  #contact .contact__form {
    border-width: 14px;
  }
}
#contact .contact__form__title {
  margin-bottom: 1.2em;
  color: #6de67c;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contact .contact__form__title {
    margin-bottom: 0.75em;
    font-size: 2.8rem;
    line-height: 1.6em;
  }
}
#contact .contact__form__text .fc_grn {
  font-size: 1rem;
  font-weight: bold;
  vertical-align: text-top;
}
#contact .contact__form__wrap {
  display: grid;
  gap: 2em 3em;
  grid-template-columns: repeat(2, 1fr);
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  #contact .contact__form__wrap {
    grid-template-columns: 100%;
  }
}
#contact .contact__form form fieldset legend {
  font-weight: 500;
  line-height: 1.4em;
}
#contact .contact__form form fieldset.required legend::after {
  content: "※";
  color: #6de67c;
  font-size: 0.5em;
  line-height: 1.4em;
  vertical-align: top;
}
#contact .contact__form form fieldset:has(select), #contact .contact__form form fieldset:has(textarea) {
  grid-column: 1/-1;
}
#contact .contact__form form fieldset input,
#contact .contact__form form fieldset textarea,
#contact .contact__form form fieldset select {
  width: 100% !important;
  max-width: 100%;
  padding: 0.5em;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#contact .contact__form form fieldset input::-webkit-input-placeholder, #contact .contact__form form fieldset textarea::-webkit-input-placeholder, #contact .contact__form form fieldset select::-webkit-input-placeholder {
  color: #999999;
}
#contact .contact__form form fieldset input::-moz-placeholder, #contact .contact__form form fieldset textarea::-moz-placeholder, #contact .contact__form form fieldset select::-moz-placeholder {
  color: #999999;
}
#contact .contact__form form fieldset input:-ms-input-placeholder, #contact .contact__form form fieldset textarea:-ms-input-placeholder, #contact .contact__form form fieldset select:-ms-input-placeholder {
  color: #999999;
}
#contact .contact__form form fieldset input::-ms-input-placeholder, #contact .contact__form form fieldset textarea::-ms-input-placeholder, #contact .contact__form form fieldset select::-ms-input-placeholder {
  color: #999999;
}
#contact .contact__form form fieldset input::placeholder,
#contact .contact__form form fieldset textarea::placeholder,
#contact .contact__form form fieldset select::placeholder {
  color: #999999;
}
#contact .contact__form form fieldset label {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
#contact .contact__form form fieldset textarea {
  width: 100%;
  min-height: 4em;
  resize: vertical;
}
#contact .contact__form form fieldset .mfp_element_all {
  max-width: 100%;
}
#contact .contact__form form fieldset .selectWrap {
  position: relative;
}
#contact .contact__form form fieldset .selectWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  pointer-events: none;
}
#contact .contact__form form *[type=submit] {
  position: relative;
  display: block;
  width: 280px;
  max-width: 100%;
  margin: 2em auto 0;
  padding: 1em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  background: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#contact .contact__form form *[type=submit]:hover {
  opacity: 0.8;
}
#contact .contact__form form *[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .contact__form__agreement {
  display: block;
  margin: 0.75em 0 0.35em;
  text-align: center;
}
#contact .contact__form__agreement input {
  display: none;
}
#contact .contact__form__agreement input:not(:checked) + span {
  color: #999999;
}
#contact .contact__form__agreement input ~ span {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .contact__form__agreement input ~ span:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #999999;
}
#contact .contact__form__agreement input:checked ~ span:after {
  content: "";
  position: absolute;
  display: block;
  top: 45%;
  left: 2px;
  width: 0.8em;
  height: 0.45em;
  border-left: 3px solid #06c755;
  border-bottom: 3px solid #06c755;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#contact .contact__form__privacypolicy {
  font-size: 1.2rem;
}

#privacypolicy {
  padding-top: 3em;
}
#privacypolicy .flexBox {
  gap: 3.5em;
}
#privacypolicy .ttlStl01 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #privacypolicy .ttlStl01 {
    font-size: 2rem;
  }
}
#privacypolicy .ttlStl01::before, #privacypolicy .ttlStl01::after {
  width: 1em;
  height: 3em;
}
#privacypolicy .ttlStl01::before {
  background: url(../images/ttl_decoSP01.svg) no-repeat center top/contain;
}
#privacypolicy .ttlStl01::after {
  background: url(../images/ttl_decoSP02.svg) no-repeat center bottom/contain;
}
#privacypolicy p {
  margin: 1em 0;
}
#privacypolicy ul.indent02list > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
#privacypolicy ul.indent03list > li {
  padding-left: 3.15em;
  text-indent: -3.15em;
}
#privacypolicy ul li + li {
  margin-top: 1em;
}

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

下層ページ共通CSS

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

下層ページ:ページ名

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

js animation

==================================*/
.js_st[class*=fadein] {
  opacity: 0;
}
.js_st[class*=fadeinT] {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js_st[class*=fadeinB] {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.js_st[class*=fadeinR] {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.js_st[class*=fadeinL] {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.js_st[class*=fadein].scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1500ms, background 0.3s, min-width 0s;
  transition: all 1500ms, background 0.3s, min-width 0s;
}

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

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

@media screen SP

==================================*/
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .sp_bk {
    display: block;
  }
}
form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}

form#mailformpro label.mfp_checked {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.mfp_element_all {
  max-width: 100% !important;
}/*# sourceMappingURL=style.css.map */