@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.eot") format("eot");
  font-weight: 600;
  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: 700;
  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: #333333;
  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.4rem;
  }
}

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

main {
  background: url(../images/bk01R.png) no-repeat top 48vw right;
}
@media (max-width: 768px) {
  main {
    background-position: top 135vw right;
    background-size: 35% auto;
  }
}

.wrapper {
  overflow: hidden;
}

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

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

全ページ共通CSS

==================================*/
.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5em;
}
@media (max-width: 768px) {
  .ttlStl01 {
    font-size: 3.6em;
  }
}
.ttlStl01 .en {
  word-break: break-all;
}
.ttlStl01 .jp {
  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;
  font-size: 0.25em;
  font-weight: bold;
}
.ttlStl01 .jp::before {
  content: "（";
}
.ttlStl01 .jp::after {
  content: "）";
}
.ttlStl01 .en {
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 1em;
}
.ttlStl01 .en::first-letter {
  color: #ff8700;
}

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

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

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================

ヘッダー

==================================*/
header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 2%;
  font-weight: bold;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header.scroll {
  background: #fff;
}
@media (max-width: 768px) {
  header {
    padding: 14px 0.75em 14px 1.25em;
  }
}
header a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header a:hover {
  opacity: 0.8;
}
header .logo {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo {
    max-width: 30%;
  }
}
@media (min-width: 768.1px) {
  header nav {
    opacity: 1 !important;
    display: block !important;
  }
}
@media (max-width: 768px) {
  header nav {
    position: fixed;
    inset: 0;
    color: #fff;
    font-size: 1.8rem;
    background: #ff8700;
    opacity: 0;
    visibility: hidden; /* 視覚的にも読み上げにも非表示 */
    pointer-events: none; /* クリック不可 */
    -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* フェード後に不可視化 */
  }
  header nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; /* 表示時は即座に visible にしてフェードイン */
  }
}
header nav ul {
  gap: 1em 1.5em;
}
@media (max-width: 768px) {
  header nav ul {
    -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;
    gap: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  header nav ul .snsIcon {
    display: block;
    padding: 12px;
    background: #fff;
    aspect-ratio: 1/1;
    border-radius: 50%;
  }
}
header .naviButton {
  position: relative;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
}
header .naviButton span, header .naviButton:before, header .naviButton:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  background: #333;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header .naviButton.active span, header .naviButton.active:before, header .naviButton.active:after {
  background: #fff;
}
header .naviButton:before {
  top: 25%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .naviButton span {
  top: 45%;
  -webkit-transition: 0s 0.3s;
  transition: 0s 0.3s;
}
header .naviButton:after {
  top: 65%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .naviButton.active:before, header .naviButton.active:after {
  top: 45%;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
header .naviButton.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .naviButton.active span {
  width: 0;
}
header .naviButton.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

フッター

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

.footer {
  padding: 4.5em 3% 3em;
  border-top: 2px solid #dddddd;
}
@media (max-width: 768px) {
  .footer {
    padding: 3em 2% 2em;
  }
}
.footer a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .container {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr auto;
}
@media (min-width: 768.1px) {
  .footer .container {
    grid-template-rows: 1fr auto;
  }
}
@media (max-width: 768px) {
  .footer .container {
    grid-template-columns: 100%;
  }
}
.footer__address {
  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.25em;
}
@media (max-width: 768px) {
  .footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__address dd {
  position: relative;
}
@media (min-width: 768.1px) {
  .footer__address dd {
    padding-left: 2.25em;
  }
}
@media (max-width: 768px) {
  .footer__address dd {
    padding-top: 2.25em;
  }
}
.footer__address dd::before {
  content: "";
  position: absolute;
  display: block;
  background: #ddd;
}
@media (min-width: 768.1px) {
  .footer__address dd::before {
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100% - 0.75em);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .footer__address dd::before {
    inset: 0 0 auto;
    width: 100%;
    height: 1px;
  }
}
.footer__nav {
  font-size: 1.3rem;
}
@media (min-width: 768.1px) {
  .footer__nav {
    grid-column: 2;
    grid-row: 1/3;
  }
}
@media (max-width: 768px) {
  .footer__nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.footer__nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.footer__nav li + li {
  margin-top: 1.2em;
}
.footer__nav li::before {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 0.45em;
  height: 0.45em;
  margin-top: 0.55em;
  vertical-align: middle;
  border-top: 1px solid #444d72;
  border-right: 1px solid #444d72;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer__nav li a {
  line-height: 1.4em;
}
.footer .copyright {
  margin-top: 2em;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}

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

トップページ

==================================*/
.fc_orn {
  color: #ff8700;
}

.mv {
  position: relative;
}
.mv picture {
  display: block;
  width: 100%;
}
.mv picture img {
  width: 100%;
}
.mv__container {
  position: absolute;
  inset: 50% 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transform: translate(-2.5%, -50%);
          transform: translate(-2.5%, -50%);
  opacity: 0;
  -webkit-animation: fade 1.5s ease-out 0.25s forwards;
          animation: fade 1.5s ease-out 0.25s forwards;
}
@media (max-width: 768px) {
  .mv__container {
    top: 46%;
    gap: 4.5vw;
  }
}
.mv__container img {
  width: 31vw;
}
@media (max-width: 768px) {
  .mv__container img {
    width: 53vw;
  }
}
.mv__container p {
  font-size: max(2vw, 10px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .mv__container p {
    font-size: max(3.5vw, 10px);
  }
}

.about__introduction {
  background: url(../images/bk01L.png) no-repeat bottom left;
  background-size: 37% auto;
}
@media (max-width: 768px) {
  .about__introduction .imgWrap {
    width: 80%;
    max-width: 300px;
  }
}
.about__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em 0.5em;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .about__copy {
    gap: 0 0.5em;
    font-size: 3rem;
  }
}
.about__copy span.fc_orn {
  display: inline-block;
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  line-height: 1em;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.about__text {
  font-size: 1.8rem;
  line-height: 2.6666em;
}
@media (max-width: 768px) {
  .about__text {
    font-size: 1.6rem;
  }
}
.about__details {
  padding: 0 7% 3.5em;
  background: #fcf7de;
  border-radius: 40px;
}
.about__details__copy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.5em 1.5em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4em;
  background: #444d72;
  border-radius: 100vmax;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .about__details__copy {
    font-size: 1.8rem;
  }
}
.about__details__copy::after {
  content: "";
  position: absolute;
  inset: auto 0 -10px 0;
  display: block;
  width: 10px;
  height: 20px;
  margin-inline: auto;
  background: #444d72;
  border-radius: 100vmax;
}
.about__details__text {
  line-height: 2.25em;
}
@media (max-width: 768px) {
  .about__details__points {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1em;
  }
}
.about__details__points > li {
  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;
  gap: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (min-width: 768.1px) {
  .about__details__points > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .about__details__points > li {
    font-size: 1.6rem;
  }
}
.about__details__points > li img {
  max-width: 65%;
}
.about__details__chart {
  font-weight: bold;
}
@media (max-width: 768px) {
  .about__details__chart {
    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;
  }
}
.about__details__chart-parents {
  color: #444d72;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .about__details__chart-parents {
    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;
    font-size: 2rem;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.about__details__chart-parents::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: 0.2em auto 0;
  background: #444d72;
}
@media (max-width: 768px) {
  .about__details__chart-parents::after {
    width: 20px;
    height: 1px;
  }
}
.about__details__chart-children {
  position: relative;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 1.5em;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 60px;
}
@media (max-width: 768px) {
  .about__details__chart-children {
    gap: 0.5em;
    grid-template-columns: 100%;
    padding-top: 0;
    padding-left: 40px;
  }
}
.about__details__chart-children::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  display: block;
  width: calc(75% + 0.75em);
  height: 40px;
  margin-inline: auto;
  border: 1px solid #444d72;
  border-bottom: none;
}
@media (max-width: 768px) {
  .about__details__chart-children::before {
    inset: 50% auto auto 0;
    width: 20px;
    height: calc(75% + 0.75em);
    border: 1px solid #444d72;
    border-right: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.about__details__chart-child {
  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: 12rem;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .about__details__chart-child {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .about__details__chart-child:not(:first-of-type):not(:last-of-type) {
    position: relative;
  }
}
.about__details__chart-child:not(:first-of-type):not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 40px;
  margin-inline: auto;
  background: #444d72;
}
@media (max-width: 768px) {
  .about__details__chart-child:not(:first-of-type):not(:last-of-type)::before {
    top: 50%;
    left: -40px;
    width: 20px;
    height: 1px;
  }
}
.about__details__chart-text {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about__details__chart-text {
    font-size: 1.8rem;
  }
}

.recruitment {
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: -webkit-linear-gradient(45deg,rgba(255, 135, 0, 1), rgba(252, 161, 0, 1));
  background: linear-gradient(45deg,rgba(255, 135, 0, 1), rgba(252, 161, 0, 1));
  overflow: hidden;
}
.recruitment .svg_wave {
  position: absolute;
  inset: 0 0 auto 0;
}
.recruitment .svg_wave use {
  fill: #fff;
  -webkit-animation: wave linear 6s infinite;
          animation: wave linear 6s infinite;
}
@-webkit-keyframes wave {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
@keyframes wave {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.recruitment__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
}
@media (max-width: 768px) {
  .recruitment__title {
    font-size: 1.4rem;
  }
}
.recruitment__title .fzS {
  line-height: 1.6em;
}
.recruitment__title .fzL {
  font-size: 2em;
  line-height: 1.4em;
}
.recruitment__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
  max-width: 100%;
  min-height: 140px;
  margin-inline: auto;
  padding: 0.5em 1em;
  font-size: 3rem;
  border-radius: 100vmax;
}
@media (max-width: 768px) {
  .recruitment__btn {
    min-height: 120px;
    font-size: 2.5rem;
  }
}
.recruitment__btn.comingsoon {
  color: #333333;
  background: #cccccc;
  pointer-events: none;
}
@media (max-width: 768px) {
  .recruitment__btn.comingsoon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruitment__btn .fzS {
  font-size: 0.6em;
}

.schedule {
  background: url(../images/bk02R.png) no-repeat top right, url(../images/bk02L.png) no-repeat bottom 4em left;
}
@media (max-width: 768px) {
  .schedule {
    background-size: 35% auto, 35% auto;
    background-position: top right, bottom left;
  }
}
.schedule__flow {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0;
}
.schedule__flow table {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .schedule__flow table {
    width: 100%;
    font-size: 1.4rem;
  }
}
.schedule__flow table tr > th {
  width: 5.5em;
}
.schedule__flow table tr > th:has(span) {
  width: 11em;
  padding-right: 4.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .schedule__flow table tr > th:has(span) {
    width: 6.5em;
    padding-right: 1.5em;
  }
}
.schedule__flow table tr > th span {
  display: block;
  padding: 0.5em 1.2em;
  color: #fff;
  font-size: 1.1111em;
  line-height: 1em;
  white-space: nowrap;
  background: #ff8700;
  border-radius: 100vmax;
}
@media (max-width: 768px) {
  .schedule__flow table tr > th span {
    padding: 0.3em 0.5em;
    font-size: 1.05em;
  }
}
.schedule__flow table tr > th:not(:has(span)) {
  color: #ff8700;
}
.schedule__flow table tr > td {
  position: relative;
  padding-bottom: 1.5em;
}
.schedule__flow table tr > td::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: -7.55em;
  z-index: 1;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #ff8700;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .schedule__flow table tr > td::before {
    left: -6.25em;
    width: 0.4em;
    height: 0.4em;
  }
}
.schedule__flow table tr > td::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -7.55em;
  display: block;
  width: 1px;
  background: #dddddd;
}
@media (max-width: 768px) {
  .schedule__flow table tr > td::after {
    left: -6.25em;
  }
}
.schedule__flow table tr:first-of-type td::after {
  top: 1em;
}
.schedule__flow table tr:last-of-type td::after {
  bottom: auto;
  height: 1em;
}

.pageLink {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .pageLink {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pageLink a {
  position: relative;
  display: grid;
  place-content: center;
  min-height: 15rem;
  padding: 2em 1em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #444d72;
  border-radius: 10px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 768px) {
  .pageLink a {
    font-size: 1.6rem;
  }
}
.pageLink a:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.pageLink a .arrow {
  position: absolute;
  right: 1em;
  bottom: 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: 1.5em;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .pageLink a .arrow {
    right: 0.75em;
    bottom: 0.75em;
  }
}
.pageLink a .arrow::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  border-top: 2px solid #444d72;
  border-right: 2px solid #444d72;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

.contact__container {
  position: relative;
  padding: 3em 3%;
  background: #fcf7de;
  border-radius: 40px;
}
.contact__container::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  max-height: 380px;
  background: url(../images/contact_imgL.png) no-repeat bottom left/contain, url(../images/contact_imgR.png) no-repeat bottom right/contain;
  aspect-ratio: 5/2;
  pointer-events: none;
}
.contact__name {
  font-size: 2.4rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .contact__name {
    font-size: 2.2rem;
  }
}
.contact__address {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .contact__address {
    font-size: 1.6rem;
  }
}
.contact__information {
  display: grid;
  gap: 1.2em;
  grid-template-columns: repeat(2, 1fr);
  width: 75%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact__information {
    grid-template-columns: 100%;
  }
}
.contact__information > * {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5em 1em;
  background: #fff;
  border-radius: 10px;
}
.contact__information > * 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin-bottom: 1.25em;
  font-weight: bold;
}
.contact__information > * dt::before {
  content: "（";
}
.contact__information > * dt::after {
  content: "）";
}
.contact__information > * dd {
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact__information > *.tel dd {
  line-height: 1.2em;
}
.contact__information > *.tel dd a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Montserrat';
  font-size: 2.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .contact__information > *.tel dd a {
    gap: 0.2em;
    font-size: 2.4rem;
  }
}
.contact__information > *.tel dd a::before {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.2em;
  background: url(../images/icon_tel.svg) no-repeat center center/contain;
  aspect-ratio: 1/1;
}
.contact__information > *.mail dd img {
  width: 190px;
}

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

下層ページ共通CSS

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

下層ページ:ページ名

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

js animation

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

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

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

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

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

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

@media screen SP

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