@charset "UTF-8";
@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: 700;
  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-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
* {
  line-height: 1.75em;
}
* :has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

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

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

img {
  height: auto;
}

table {
  table-layout: fixed;
}

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

.wrapper {
  overflow: hidden;
}

.container {
  width: 1040px;
  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;
}

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

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

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

[data-width] {
  max-width: attr(data-width px);
  margin-inline: auto;
}

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

全ページ共通CSS

==================================*/
.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: "・";
}

.bk_grd {
  background: -webkit-gradient(linear, left top, right top, from(rgba(142, 198, 119, 0.5)), to(rgba(19, 173, 129, 0.5)));
  background: -webkit-linear-gradient(left, rgba(142, 198, 119, 0.5), rgba(19, 173, 129, 0.5));
  background: linear-gradient(to right, rgba(142, 198, 119, 0.5), rgba(19, 173, 129, 0.5));
}

.ttlStl01 {
  position: relative;
  z-index: 1;
  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;
  min-height: 4em;
  font-size: 1.375em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ttlStl01 {
    font-size: 1.538em;
  }
}
.ttlStl01.animation .ttlStl01__en, .ttlStl01.animation .ttlStl01__txt {
  opacity: 0;
}
.ttlStl01.animation.scrollin .ttlStl01__txt {
  -webkit-animation: 1s 0.75s fade forwards;
          animation: 1s 0.75s fade forwards;
}
.ttlStl01.animation.scrollin .ttlStl01__en {
  -webkit-animation: 1s 1.1s fade forwards;
          animation: 1s 1.1s fade forwards;
}
.ttlStl01__en {
  position: absolute;
  z-index: -1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ttlStl01__en img {
  height: 2.5em;
}
.ttlStl01.ttlL {
  gap: 0 0.75em;
}
.ttlStl01.ttlL .ttlStl01__line {
  position: relative;
  width: 11%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(142, 198, 119)), to(rgb(19, 173, 129)));
  background: -webkit-linear-gradient(left, rgb(142, 198, 119), rgb(19, 173, 129));
  background: linear-gradient(to right, rgb(142, 198, 119), rgb(19, 173, 129));
}
.ttlStl01.ttlL .ttlStl01__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 5px;
  background: #13ad81;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ttlStl01.ttlL .ttlStl01__en {
  left: 10%;
}
@media (max-width: 768px) {
  .ttlStl01.ttlL .ttlStl01__en {
    left: 7%;
  }
}
.ttlStl01.ttlL.animation .ttlStl01__line {
  width: 0;
}
.ttlStl01.ttlL.animation.scrollin .ttlStl01__line {
  -webkit-animation: 0.75s ease-out ttlBeside forwards;
          animation: 0.75s ease-out ttlBeside forwards;
}
.ttlStl01.ttlR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.75em;
  text-align: right;
}
.ttlStl01.ttlR .ttlStl01__line {
  position: relative;
  width: 11%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(142, 198, 119)), to(rgb(19, 173, 129)));
  background: -webkit-linear-gradient(left, rgb(142, 198, 119), rgb(19, 173, 129));
  background: linear-gradient(to right, rgb(142, 198, 119), rgb(19, 173, 129));
}
.ttlStl01.ttlR .ttlStl01__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  background: #13ad81;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ttlStl01.ttlR .ttlStl01__en {
  right: 10%;
}
@media (max-width: 768px) {
  .ttlStl01.ttlR .ttlStl01__en {
    right: 8%;
  }
}
.ttlStl01.ttlR.animation .ttlStl01__line {
  width: 0;
}
.ttlStl01.ttlR.animation.scrollin .ttlStl01__line {
  -webkit-animation: 0.75s ease-out ttlBeside forwards;
          animation: 0.75s ease-out ttlBeside forwards;
}
.ttlStl01.ttlT {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 6em;
}
@media (max-width: 768px) {
  .ttlStl01.ttlT {
    padding-top: 4.3em;
  }
}
.ttlStl01.ttlT .ttlStl01__line {
  position: absolute;
  inset: 0 0 auto;
  width: 1px;
  height: 5.2727em;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(142, 198, 119)), to(rgb(19, 173, 129)));
  background: -webkit-linear-gradient(top, rgb(142, 198, 119), rgb(19, 173, 129));
  background: linear-gradient(to bottom, rgb(142, 198, 119), rgb(19, 173, 129));
}
.ttlStl01.ttlT .ttlStl01__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 5px;
  background: #13ad81;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ttlStl01.ttlT .ttlStl01__en {
  top: 5.5em;
  right: 0;
  left: 0;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ttlStl01.ttlT .ttlStl01__en {
    top: 3.9em;
  }
}
.ttlStl01.ttlT.animation .ttlStl01__line {
  height: 0;
}
.ttlStl01.ttlT.animation.scrollin .ttlStl01__line {
  -webkit-animation: 0.75s ease-out ttlVertical forwards;
          animation: 0.75s ease-out ttlVertical forwards;
}
@media (max-width: 768px) {
  .ttlStl01.ttlT.animation.scrollin .ttlStl01__line {
    -webkit-animation: 0.75s ease-out ttlVerticalSP forwards;
            animation: 0.75s ease-out ttlVerticalSP forwards;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ttlBeside {
  0% {
    width: 0;
  }
  100% {
    width: 11%;
  }
}
@keyframes ttlBeside {
  0% {
    width: 0;
  }
  100% {
    width: 11%;
  }
}
@-webkit-keyframes ttlVertical {
  0% {
    height: 0;
  }
  100% {
    height: 5.2727em;
  }
}
@keyframes ttlVertical {
  0% {
    height: 0;
  }
  100% {
    height: 5.2727em;
  }
}
@-webkit-keyframes ttlVerticalSP {
  0% {
    height: 0;
  }
  100% {
    height: 4.2em;
  }
}
@keyframes ttlVerticalSP {
  0% {
    height: 0;
  }
  100% {
    height: 4.2em;
  }
}
/*==================================

ヘッダー

==================================*/
header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 768.1px) {
  header {
    gap: 2em;
  }
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-right: auto;
}
header .logo 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  width: 7.5em;
  padding: 0.5em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(142, 198, 119)), to(rgb(19, 173, 129)));
  background: -webkit-linear-gradient(left, rgb(142, 198, 119), rgb(19, 173, 129));
  background: linear-gradient(to right, rgb(142, 198, 119), rgb(19, 173, 129));
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  header .logo a {
    width: 6.6em;
    font-size: 0.923em;
  }
  header .logo a img {
    max-width: 60%;
  }
}
header a {
  line-height: 1.4em;
}
header nav {
  font-weight: 500;
}
@media (max-width: 768px) {
  header nav {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (min-width: 768.1px) {
  header nav {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  header nav {
    display: none;
    position: fixed;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgb(142, 198, 119)), to(rgb(19, 173, 129)));
    background: -webkit-linear-gradient(left, rgb(142, 198, 119), rgb(19, 173, 129));
    background: linear-gradient(to right, rgb(142, 198, 119), rgb(19, 173, 129));
  }
}
header nav ul {
  gap: 0.5em 2em;
}
@media (max-width: 768px) {
  header nav ul {
    height: 100%;
    gap: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.15em;
  }
}
header nav ul li a {
  display: block;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
header .contactBtn {
  position: relative;
  z-index: 2;
  padding: 1em 1.2em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(142, 198, 119)), to(rgb(19, 173, 129)));
  background: -webkit-linear-gradient(left, rgb(142, 198, 119), rgb(19, 173, 129));
  background: linear-gradient(to right, rgb(142, 198, 119), rgb(19, 173, 129));
}
@media (max-width: 768px) {
  header .contactBtn {
    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;
    min-height: 50px;
    padding: 0.5em 1.2em;
  }
}
header .naviButton {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  mix-blend-mode: overlay;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header .naviButton span, header .naviButton:before, header .naviButton:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
header .naviButton:before {
  top: 25%;
  -webkit-transition: top 0.3s 0.3s, rotate 0.3s;
  transition: top 0.3s 0.3s, rotate 0.3s;
}
header .naviButton span {
  top: 37%;
  -webkit-transition: 0s 0.3s;
  transition: 0s 0.3s;
}
header .naviButton:after {
  top: 50%;
  -webkit-transition: top 0.3s 0.3s, rotate 0.3s;
  transition: top 0.3s 0.3s, rotate 0.3s;
}
header .naviButton img {
  position: absolute;
  inset: 70% 0 auto;
  margin-inline: auto;
}
header .naviButton.active:before, header .naviButton.active:after {
  top: 40%;
  -webkit-transition: top 0.3s, rotate 0.3s 0.3s;
  transition: top 0.3s, rotate 0.3s 0.3s;
}
header .naviButton.active:before {
  rotate: 45deg;
}
header .naviButton.active span {
  width: 0;
}
header .naviButton.active:after {
  rotate: -45deg;
}
@media (min-width: 768.1px) {
  header.scroll {
    background: #fff;
  }
}
@media (min-width: 768.1px) {
  header.scroll nav li a {
    color: #333;
  }
}
header.scroll .naviButton {
  background-color: #13ad81;
  mix-blend-mode: normal;
  border-left: 1px solid #fff;
}
header:has(.active) .naviButton {
  background: #13ad81;
  mix-blend-mode: normal;
}

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

フッター

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

.footer {
  padding: 2.25em 1em 0;
  color: #fff;
  background: #13ad81;
}
.footer__logo {
  gap: 0.5em;
  font-size: 1.125em;
}
.footer ul {
  gap: 0.5em 3em;
}
@media (min-width: 768.1px) {
  .footer ul {
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  .footer ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .copyright {
  margin-top: 2.75em;
  padding: 0.25em 0;
  font-size: 0.75em;
  line-height: 1.2em;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer .copyright {
    margin-top: 1.2em;
  }
}

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

トップページ

==================================*/
.mv {
  position: relative;
}
.mv__txt {
  position: absolute;
  left: 0;
  bottom: 1.5em;
  z-index: 1;
  width: 100%;
  padding-left: 3%;
  padding-bottom: 0.5em;
  color: #fff;
  font-size: 3.125em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mv__txt {
    font-size: 2.461em;
  }
}
.mv__txt__line {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s 1s;
  transition: -webkit-transform 1s 1s;
  transition: transform 1s 1s;
  transition: transform 1s 1s, -webkit-transform 1s 1s;
}
.mv__txt__line > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (min-width: 768.1px) {
  .mv__txt__line + span {
    margin-left: 3em;
  }
}
.mv__txt__line.scrollin {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.25s 1s ease-in-out;
  transition: -webkit-transform 1.25s 1s ease-in-out;
  transition: transform 1.25s 1s ease-in-out;
  transition: transform 1.25s 1s ease-in-out, -webkit-transform 1.25s 1s ease-in-out;
}
.mv__txt__line.scrollin > span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.25s 1s ease-in-out;
  transition: -webkit-transform 1.25s 1s ease-in-out;
  transition: transform 1.25s 1s ease-in-out;
  transition: transform 1.25s 1s ease-in-out, -webkit-transform 1.25s 1s ease-in-out;
}
.mv__txt__line.scrollin + .scrollin {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.25s 1.85s ease-in-out;
  transition: -webkit-transform 1.25s 1.85s ease-in-out;
  transition: transform 1.25s 1.85s ease-in-out;
  transition: transform 1.25s 1.85s ease-in-out, -webkit-transform 1.25s 1.85s ease-in-out;
}
.mv__txt__line.scrollin + .scrollin > span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.25s 1.85s ease-in-out;
  transition: -webkit-transform 1.25s 1.85s ease-in-out;
  transition: transform 1.25s 1.85s ease-in-out;
  transition: transform 1.25s 1.85s ease-in-out, -webkit-transform 1.25s 1.85s ease-in-out;
}
.mv__txt svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .mv__txt svg {
    width: 100%;
  }
}
.mv img {
  width: 100%;
}

@media (max-width: 768px) {
  .message .flexBox {
    gap: 6em;
  }
}
.message__text p {
  letter-spacing: 0.08em;
  line-height: 2em;
}
.message__text p + p {
  margin-top: 2em;
}
.message__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.service__list {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em 0;
  grid-template-columns: repeat(2, 49%);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.375em;
}
@media (max-width: 768px) {
  .service__list {
    grid-template-columns: 100%;
    max-width: 684px;
    margin-inline: auto;
    font-size: 1.23em;
  }
}
.service__list > * {
  position: relative;
  padding-left: 0.75em;
}
.service__list > *:first-of-type {
  grid-column: 1/-1;
}
.service__list > *:nth-of-type(odd):not(:first-of-type) {
  margin-top: 2em;
}
.service__list > * p {
  position: absolute;
  left: 0em;
  bottom: -1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service__list > * p span {
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  line-height: 1.2727em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(142, 198, 119, 0.8)), to(rgba(19, 173, 129, 0.8)));
  background: -webkit-linear-gradient(left, rgba(142, 198, 119, 0.8), rgba(19, 173, 129, 0.8));
  background: linear-gradient(to right, rgba(142, 198, 119, 0.8), rgba(19, 173, 129, 0.8));
}
@media (max-width: 768px) {
  .service__list > * img {
    width: 100%;
  }
}
.service__list > *.animation p {
  -webkit-transition: -webkit-transform 1s 1s;
  transition: -webkit-transform 1s 1s;
  transition: transform 1s 1s;
  transition: transform 1s 1s, -webkit-transform 1s 1s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: hidden;
}
.service__list > *.animation p span {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s 1s;
  transition: -webkit-transform 1s 1s;
  transition: transform 1s 1s;
  transition: transform 1s 1s, -webkit-transform 1s 1s;
}
.service__list > *.animation picture {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: hidden;
}
.service__list > *.animation picture * {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.service__list > *.animation.scrollin picture,
.service__list > *.animation.scrollin picture *,
.service__list > *.animation.scrollin p,
.service__list > *.animation.scrollin p span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.company__container {
  padding: 5em 1em;
  background: #fff;
}
.company__containerWrap {
  position: relative;
  z-index: 1;
  border: 1px solid #e6e6e6;
}
.company__container::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(142, 198, 119, 0.5)), to(rgba(19, 173, 129, 0.5)));
  background: -webkit-linear-gradient(left, rgba(142, 198, 119, 0.5), rgba(19, 173, 129, 0.5));
  background: linear-gradient(to right, rgba(142, 198, 119, 0.5), rgba(19, 173, 129, 0.5));
}
.company__container table {
  margin-inline: auto;
  border-bottom: 1px solid #cccccc;
}
.company__container table tr {
  border-top: 1px solid #cccccc;
}
.company__container table tr > * {
  padding: 1.2em 2em;
}
@media (max-width: 768px) {
  .company__container table tr > * {
    padding: 1.2em 1.5em;
  }
}
.company__container table tr > th {
  color: #13ad81;
  font-weight: normal;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .company__container table tr > th {
    padding-right: 0.5em;
  }
}

@media (min-width: 768.1px) {
  .history .flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .history .flexBox {
    gap: 6em 0;
  }
}
.history .flexBox table {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .history .flexBox table tr > * {
    display: block;
  }
}
.history .flexBox table tr th {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #13ad81;
  font-weight: normal;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .history .flexBox table tr th {
    padding: 0.5em 0;
  }
}
.history .flexBox table tr td {
  position: relative;
  padding-left: 1.5em;
}
@media (max-width: 768px) {
  .history .flexBox table tr td {
    padding-left: 2em;
  }
}
.history .flexBox table tr:not(:last-of-type) th {
  position: relative;
}
@media (min-width: 768.1px) {
  .history .flexBox table tr:not(:last-of-type) th::after {
    content: "";
    display: block;
    width: 1px;
    height: 1.5em;
    margin-inline: auto;
    background: #13ad81;
  }
}
@media (max-width: 768px) {
  .history .flexBox table tr:not(:last-of-type) td::before {
    content: "";
    position: absolute;
    inset: -0.25em auto -0.25em 1em;
    display: block;
    width: 1px;
    background: #13ad81;
  }
}

.imgWrap > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgWrap > * img {
  width: 100%;
}

@media (max-width: 768px) {
  .contact {
    padding-bottom: 8em;
  }
}
.contact__container {
  padding: 5em 1em;
  background: #fff;
}
@media (max-width: 768px) {
  .contact__container {
    margin-top: 5em;
    padding: 4em 1em 7em;
  }
}
@media (max-width: 768px) {
  .contact__container > p {
    font-size: 1.4rem;
  }
}
.contact__container dl {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  grid-template-columns: 10em auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125em;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .contact__container dl {
    grid-template-columns: 100%;
    text-align: center;
  }
}
.contact__container 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;
  color: #13ad81;
}
@media (max-width: 768px) {
  .contact__container dl dt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact__container dl dt span img {
  display: block;
}
.contact__container dl dd {
  font-size: 1.6666666667em;
}
.contact__container dl dd img {
  display: block;
}
@media (max-width: 768px) {
  .contact__container dl dd img {
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .contact__container dl dd + dt {
    margin-top: 2em;
    margin-bottom: 0.5em;
  }
}

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

下層ページ共通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: opacity 1.5s 0.5s, background 0.3s, min-width 0s;
  transition: opacity 1.5s 0.5s, 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;
  }
}/*# sourceMappingURL=style.css.map */