@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;
}
* {
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
* :has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  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:has(#contact) {
  background: url(../images/bk01R.png) no-repeat top 48vw right;
}
@media (max-width: 768px) {
  main:has(#contact) {
    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;
}
.flex1Wrap > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.gap-0 {
  gap: 0em;
}

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

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

.gap-1 {
  gap: 1em;
}

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

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

.gap-2 {
  gap: 2em;
}

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

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

.gap-3 {
  gap: 3em;
}

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

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

.gap-4 {
  gap: 4em;
}

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

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

.gap-5 {
  gap: 5em;
}

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

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

.gap-6 {
  gap: 6em;
}

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

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

.gap-7 {
  gap: 7em;
}

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

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

.gap-8 {
  gap: 8em;
}

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

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

.gap-9 {
  gap: 9em;
}

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

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

.gap-10 {
  gap: 10em;
}

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

[class*=grid-] {
  display: grid;
}

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

.modalBox {
  position: fixed;
  max-width: 1000px;
  inset: 50% 20px auto;
  z-index: 11;
  margin-inline: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modalBox:not(.active) {
  display: none;
}

.closeBtn {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
.closeBtn::before, .closeBtn::after {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  display: block;
  width: 3px;
  height: 55%;
  margin: auto;
  border-radius: 100vmax;
  background: #ff8700;
}
.closeBtn::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.closeBtn::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

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

全ページ共通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;
}

.ttlStl02 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.7em;
}
@media (max-width: 768px) {
  .ttlStl02 {
    font-size: 2.4rem;
  }
}
.ttlStl02::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 6px;
  margin: 0.75em auto 1em;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.ttlStl03 {
  margin-bottom: 1.5em;
  padding: 1em 1.5em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background-color: #444d72;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .ttlStl03 {
    font-size: 1.7rem;
  }
}

.ttlStl04 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.5em 1.5em;
  color: #fff;
  font-weight: bold;
  line-height: 1.4em;
  background: #444d72;
  border-radius: 100vmax;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ttlStl04::after {
  content: "";
  position: absolute;
  inset: auto 0 -10px 0;
  display: block;
  width: 10px;
  height: 20px;
  margin-inline: auto;
  background: #444d72;
  border-radius: 100vmax;
}

.ttlStl05 {
  padding: 0.75em 0;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-align: center;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 768px) {
  .ttlStl05 {
    font-size: 2rem;
  }
}

.ttlStl06 {
  padding: 0 0 0.85em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6em;
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  .ttlStl06 {
    font-size: 2rem;
  }
}

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

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

.indent02List > * {
  padding-left: 2.1em;
  text-indent: -2.1em;
}
.indent02List > * > * {
  text-indent: 0;
}

.indent03List > * {
  padding-left: 3.15em;
  text-indent: -3.15em;
}
.indent03List > * > * {
  text-indent: 0;
}

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

.linkStl02 {
  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: 1em;
  padding-bottom: 0.5em;
}
.linkStl02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #444d72;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.linkStl02:hover::before {
  right: 0;
  left: auto;
  width: 0;
}
.linkStl02 .arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #444d72;
}
.linkStl02 .arrow::after {
  border-color: #fff;
}

.stepNum {
  font-family: 'Montserrat';
  font-weight: 700;
  counter-increment: step;
  background: #fff;
}
.stepNum-reset {
  counter-reset: step;
}
.stepNum::before {
  content: "STEP";
  color: #ff8700;
}
.stepNum::after {
  content: counter(step, decimal-leading-zero);
}

.ol01 {
  counter-reset: ol01;
}

.ul01 > * {
  position: relative;
  padding-left: 1.5em;
  line-height: 2.25em;
}
.ul01 > *:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 8px;
  margin-top: 1em;
  background: #ff8700;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tableStl01 {
  border-radius: 10px;
  overflow: hidden;
}
.tableStl01 > tbody > tr > * {
  padding: 1em 1.5em;
}
@media (max-width: 768px) {
  .tableStl01 > tbody > tr > * {
    display: block;
    width: 100%;
  }
}
.tableStl01 > tbody > tr > th {
  color: #444d72;
  font-size: 0.875em;
  text-align: center;
  vertical-align: middle;
  background: #f5c5a2;
}
.tableStl01 > tbody > tr > td {
  background: #fff;
}
@media (min-width: 768.1px) {
  .tableStl01 > tbody > tr + tr > th {
    border-top: 1px solid #fff;
  }
}
@media (min-width: 768.1px) {
  .tableStl01 > tbody > tr + tr > td {
    border-top: 1px solid #ddd;
  }
}

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

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.icon_pdf {
  padding-right: 1.25em;
  background: url(../images/icon_pdf.svg) no-repeat bottom right/0.9em;
}
.icon_word {
  padding-right: 1.25em;
  background: url(../images/icon_word.svg) no-repeat bottom right/0.9em;
}
.icon_excel {
  padding-right: 1.25em;
  background: url(../images/icon_excel.svg) no-repeat bottom right/0.9em;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -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;
}
.arrow::after {
  content: "";
  display: block;
  width: 33%;
  height: 33%;
  border-top: 2px solid #444d72;
  border-right: 2px solid #444d72;
  -webkit-transform: translateX(-20%) rotate(45deg);
          transform: translateX(-20%) rotate(45deg);
}

.arrow02 {
  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;
}
.arrow02::after {
  content: "";
  display: block;
  width: 26%;
  height: 26%;
  border-bottom: 2px solid #444d72;
  border-right: 2px solid #444d72;
  -webkit-transform: translateY(-15%) rotate(45deg);
          transform: translateY(-15%) rotate(45deg);
}

.arrow03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -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;
}
.arrow03::after {
  content: "";
  display: block;
  width: 33%;
  height: 33%;
  border-left: 2px solid #444d72;
  border-bottom: 2px solid #444d72;
  -webkit-transform: translateX(20%) rotate(45deg);
          transform: translateX(20%) rotate(45deg);
}

.blank {
  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-color: #444d72;
  background-image: url(../images/icon_blank_wht.svg);
  background-repeat: no-repeat;
  background-position: top 45% right 43.5%;
  background-size: 42%;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.gradation-180 {
  color: #fff;
  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));
}

.hover-dark {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.hover-dark:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.btnList01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .btnList01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768.1px) {
  .btnList01 > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 17em;
  }
}
.btnList01 > li a {
  height: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btnList01 > li a:hover {
  opacity: 0.8;
}

.btnStl01 {
  position: relative;
  display: grid;
  place-content: center;
  max-width: 100%;
  min-height: 2.25rem;
  padding: 1em 1em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #444d72;
}
@media (max-width: 768px) {
  .btnStl01 {
    font-size: 1.6rem;
  }
}
.btnStl01 .arrow {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .btnStl01 .arrow {
    right: 0.75em;
  }
}
.btnStl01:has(.arrow02), .btnStl01:has(.arrow) {
  padding-inline: 2.5em;
}
.btnStl01 .arrow02 {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnStl01 .pdf {
  position: absolute;
  top: 50%;
  right: 0.8em;
  display: block;
  width: 2em;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #fff url(../images/icon_pdf.svg) no-repeat center center/35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnStl01 .blank {
  position: absolute;
  top: 50%;
  right: 0.8em;
  display: block;
  width: 2em;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #fff url(../images/icon_blank_nvy.svg) no-repeat center center/40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.br-10 {
  border-radius: 10px;
}
.br-100vmax {
  border-radius: 100vmax;
}

.adobeAcrobatReader {
  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;
  padding: 2em;
  background: #f2f2f2;
}
@media (max-width: 768px) {
  .adobeAcrobatReader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.adobeAcrobatReader a {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.adobeAcrobatReader p {
  font-size: 1.4rem;
}

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

ヘッダー

==================================*/
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;
}
@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: 25%;
  }
}
header nav {
  position: fixed;
  inset: 0;
  font-size: 1.8rem;
  background: #fcf7de;
  opacity: 0;
  visibility: hidden; /* 視覚的にも読み上げにも非表示 */
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* フェード後に不可視化 */
  overflow-y: auto;
}
@media (max-width: 768px) {
  header nav {
    padding: 3em 0;
    font-size: 1.6rem;
  }
}
header nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* 表示時は即座に visible にしてフェードイン */
}
header nav .header__container {
  display: grid;
  gap: 2em;
  grid-template-columns: min(300px, 30%) 1fr;
  padding: 2.5rem;
}
@media (min-width: 768.1px) {
  header nav .header__container {
    height: 100%;
  }
}
@media (max-width: 768px) {
  header nav .header__container {
    grid-template-columns: 100%;
  }
}
header nav .header__introduction {
  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-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
@media (max-width: 768px) {
  header nav .header__introduction {
    display: grid;
    gap: 1.5em 2em;
    grid-template-columns: minmax(0, 1fr) 25%;
    -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;
  }
}
@media (min-width: 768.1px) {
  header nav .header__introduction .img {
    max-width: 70%;
  }
}
header nav .header__introduction .btnStl01 {
  width: 100%;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  header nav .header__introduction .btnStl01 {
    grid-column: 1/-1;
  }
}
@media (min-width: 768.1px) {
  header nav .header__introduction__logo {
    width: 290px;
    max-width: 95%;
  }
}
header nav .header__menuBox {
  display: grid;
  place-content: center;
  place-items: center;
  padding: 2em;
}
header nav .header__menuContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em min(6em, 5vw);
}
@media (max-width: 768px) {
  header nav .header__menuContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header nav .header__menuContainer ul li + li {
  margin-top: 2.75em;
}
@media (max-width: 768px) {
  header nav .header__menuContainer ul li + li {
    margin-top: 1.4em;
  }
}
header nav .header__menuContainer ul li a {
  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: 1em;
}
header nav .header__menuContainer ul li a .arrow {
  width: 1.6666em;
  background: #444d72;
}
header nav .header__menuContainer ul li a .arrow::after {
  width: 25%;
  height: 25%;
  border-color: #fff;
}
header nav .header__menuContainer .globalNav li a[target=_blank] {
  padding-right: 2.5em;
  background: url(../images/icon_blankS_nvy.svg) no-repeat center right/1em;
}
header nav .header__snsLink {
  margin-top: 2.5em;
  padding-top: 1.75em;
  font-family: 'Montserrat';
  border-top: 2px solid #ddd;
}
@media (max-width: 768px) {
  header nav .header__snsLink {
    margin-top: 1.75em;
  }
}
header .naviButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 90px;
  color: #fff;
  background-color: #444d72;
  border-radius: 0 0 0 10px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .naviButton {
    width: 60px;
  }
}
header .naviButton span, header .naviButton:before, header .naviButton:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 33.33%;
  height: 1px;
  margin: 0 auto;
  background: currentColor;
  -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: 32%;
  -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: 41%;
  -webkit-transition: 0s 0.3s;
  transition: 0s 0.3s;
}
header .naviButton:after {
  top: 50%;
  -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 p:before {
  content: "MENU";
  position: absolute;
  inset: 50% 0 auto;
  font-family: 'Montserrat';
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
header .naviButton.active:before, header .naviButton.active:after {
  top: 41%;
  -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(30deg);
          transform: rotate(30deg);
}
header .naviButton.active span {
  width: 0;
}
header .naviButton.active:after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
header .naviButton.active p:before {
  content: "CLOSE";
}

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

フッター

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

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

トップページ

==================================*/
.bk_cr {
  background: #fcf7de;
}
.bk_orn {
  color: #fff;
  background-color: #ff8700;
}
.bk_wht {
  color: #333;
  background-color: #fff;
}
.bk_grnImg {
  background: #fff url(../images/bk_grnImg.webp) repeat-y center center/100% auto;
}

.fc_orn {
  color: #ff8700;
}
.fc_bp {
  color: #814dff;
}
.fc_rp {
  color: #ff1f85;
}

.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;
  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 {
  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;
  -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 2.5em;
  font-size: 3rem;
  background: #444d72;
  border-radius: 100vmax;
}
@media (max-width: 768px) {
  .recruitment__btn {
    min-height: 120px;
    padding-inline: 1.9em;
    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;
}
.recruitment__btn .arrow {
  position: absolute;
  top: 50%;
  right: 1.4em;
  width: 0.95em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .recruitment__btn .arrow {
    right: 0.75em;
  }
}
.recruitment__faq {
  padding: 0.5em 0 0.5em 2em;
  background: url(../images/icon_question_wht.svg) no-repeat center left/1.5em auto;
}
.recruitment__faq:not(:hover) {
  text-decoration: underline;
}

.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(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .pageLink {
    grid-template-columns: 100%;
  }
}
.pageLink-square li a {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
.pageLink-square li a dl {
  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;
}
.pageLink-square li a 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;
  -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;
  color: #444d72;
  font-size: 1.75em;
  font-weight: bold;
}
.pageLink-square li a dl dd {
  font-size: 0.875em;
  text-align: left;
}
.pageLink-square li a .arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.8em;
  background: #444d72;
}
.pageLink-square li a .arrow::after {
  border-color: #fff;
}

.target-link li a {
  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;
  -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;
  min-height: 6em;
  padding: 1em 3em;
  color: #444d72;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
}
.target-link li a .blank {
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .target-link li a .blank {
    right: 1em;
  }
}

.news__container {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 30% minmax(0, 1fr);
}
@media (min-width: 768.1px) {
  .news__container {
    gap: 3.5em 2em;
    grid-template-rows: auto 1fr;
  }
}
@media (max-width: 768px) {
  .news__container {
    grid-template-columns: 100%;
  }
}
@media (min-width: 768.1px) {
  .news__container .news-list {
    grid-column: 2;
    grid-row: 1/-1;
  }
}
@media (min-width: 768.1px) {
  .news .ttlStl01 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news .btnStl01 {
  max-width: 200px;
}
@media (max-width: 768px) {
  .news .btnStl01 {
    margin: 2em auto 0;
    padding-inline: 3.5em 3em;
  }
}
.news-list li {
  border-bottom: 2px solid #dddddd;
}
.news-list li a {
  display: grid;
  gap: 0.5em 2em;
  grid-template-columns: 6em minmax(0, 1fr) auto;
  padding: 1.75em 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news-list li a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .news-list li a {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
@media (max-width: 768px) {
  .news-list li a time {
    grid-column: 1/-1;
  }
}
.news-list li a .arrow {
  width: 1.2em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  background: #444d72;
}
.news-list li a .arrow::after {
  border-color: #fff;
}

.article-date {
  font-family: 'Montserrat';
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768.1px) {
  .article-date {
    margin-top: 0.2em;
  }
}

.contact__container {
  position: relative;
  padding: 3em 3%;
  border-radius: 40px;
}
.contact__container::before {
  content: "";
  position: absolute;
  inset: auto 0 -3% 0;
  width: 100%;
  max-height: 380px;
  background: url(../images/contact_imgL.png) no-repeat bottom left 1.25%/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%;
    width: 80%;
  }
}
.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;
    letter-spacing: 0;
  }
}
.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

==================================*/
@media (max-width: 768px) {
  body:has(.floatBn) {
    padding-bottom: 60px;
  }
}

.floatBn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 1em 1.5em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #ff8700;
}
@media (min-width: 768.1px) {
  .floatBn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 768px) {
  .floatBn {
    inset: auto 0 0;
    padding: 1em;
    min-height: 60px;
  }
}
.floatBn .arrow {
  width: 1.2em;
}
.floatBn .arrow::after {
  width: 36%;
  height: 36%;
  border-color: #ff8700;
}

.lower-introduction .container {
  position: relative;
}
.lower-introduction__logo {
  position: relative;
  margin-bottom: 1.5em;
  padding: 3em 20px 7em;
  background-color: #fcf7de;
}
.lower-introduction__logo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  display: block;
  aspect-ratio: 144/7;
  background: url(../images/wht_circle_top.svg) no-repeat center bottom -2px/100% auto;
}
.lower-introduction__logo a {
  position: relative;
  z-index: 2;
}
.lower-introduction__logo img {
  width: 258px;
}
@media (max-width: 768px) {
  .lower-introduction__logo img {
    max-width: 40%;
  }
}
.lower-introduction .ttlStl02 {
  position: relative;
  z-index: 1;
}
.lower-introduction__text {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-inline: auto;
  line-height: 2.25em;
}

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

ページャー

==================================*/
.pagination {
  margin-top: 3em;
}
.pagination > ul {
  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: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination > ul > li > * {
  position: relative;
  display: block;
  padding: 0.75em 0.5em;
  line-height: 1em;
}
.pagination > ul > li > *:not(.prev):not(.next) {
  font-family: 'Montserrat';
}
.pagination > ul > li > *:is(.prev, .next) {
  font-size: 0.8125em;
}
.pagination > ul > li > *.prev {
  margin-right: 1em;
}
.pagination > ul > li > *.next {
  margin-left: 1em;
}
.pagination > ul > li > *::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: 0;
  height: 1px;
  margin-inline: auto;
  background: #333;
}
.pagination > ul > li > *:not(.current):after {
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.pagination > ul > li > *:not(.current):hover::after {
  width: 1.1em;
}
.pagination > ul > li > *.current::after {
  width: 1.1em;
}

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

下層ページ:ページ名

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

js animation

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

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

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

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

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

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

@media screen SP

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