@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/* *** */
html {
  font-size: 3.125vw;
  @media screen and (min-width: 390px) {
    font-size: 2.673796791vw;
  }
  @media screen and (min-width: 576px) {
    font-size: 1.736111111vw;
  }
  @media screen and (min-width: 768px) {
    font-size: 1.302083333vw;
  }
  @media screen and (min-width: 992px) {
    font-size: 1.008064516vw;
  }
  @media screen and (min-width: 1144px) {
    font-size: 10px;
  }
}
a[href^="tel:"] {
  color: var(--text_color);
  text-decoration: none;
  @media screen and (min-width: 992px) {
    pointer-events: none;
  }
}

/* font */
body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body {
  background-color: #fff;
  color: var(--text_color);
  position: relative;
}
.container {
  font-size: 1.2em;
  line-height: 1.75;
  margin: 0 auto;
  position: relative;
  @media screen and (min-width: 576px) {
    font-size: 1.3em;
  }
  @media screen and (min-width: 768px) {
    font-size: 1.4em;
  }
  @media screen and (min-width: 992px) {
    font-size: 1.5em;
  }
  @media screen and (min-width: 1144px) {
    font-size: 1.6em;
  }
}
html,
body,
.container {
  height: 100%;
}
.container-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer {
  margin-top: auto;
}

/* .gutters */
.gutters {
  padding-right: 1em;
  padding-left: 1em;
  @media screen and (min-width: 576px) {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
  @media screen and (min-width: 768px) {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  @media screen and (min-width: 992px) {
    padding-right: 1.75em;
    padding-left: 1.75em;
  }
  @media screen and (min-width: 1144px) {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.gutters > [class*="-inner"] {
  width: 100%;
  max-width: var(--content_max_width);
  margin: 0 auto;
}
.gutters.document > [class*="-inner"] {
  width: 100%;
  max-width: var(--document_max_width);
  margin: 0 auto;
}

/* *** */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}
[class*="-heading"] > .heading-inner {
  display: inline-block;
}
em {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  font-weight: 600;
}
strong {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
}
.marker {
  background-color: transparent;
  background-image: linear-gradient(transparent 77%, rgba(var(--yellow-rgb), .67) 0%);
}
.fz-normal {
  font-size: 1em;
}
.fz-large {
  font-size: 1.07em;
}
.fz-larger {
  font-size: 1.13em;
}
.fz-small {
  font-size: .91em;
}
.fz-smaller {
  font-size: .83em;
}
.fw-thin {
  font-weight: 100;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.fw-black {
  font-weight: 900;
}
.under-line {
  background-image: linear-gradient(transparent 77%, rgba(var(--red-rgb), .67) 0%);
}
sup {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin: 0 .17em auto;
  vertical-align: middle;
  position: relative;
  top: -.47em;
  @media screen and (min-width: 576px) {
    font-size: 1.05rem;
  }
  @media screen and (min-width: 992px) {
    font-size: 1.1rem;
  }
}

/* clearfix */
[class*="-inner"]::after,
.cf::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* link && pointer */
a {
  color: var(--text_link_color);
  transition: color .3s ease;
}
@media (hover: hover) {
  a:hover {
    color: var(--text_link_hover_color);
  }
}
a:focus {
  outline: 0;
  outline: none;
}
a.dec-none,
a.tel-num {
  color: var(--text_color);
  text-decoration: none;
}
.text-btn a.btn-link {
  background-color: var(--black);
  border-radius: 3em;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  padding: 1.6em 2em 1.67em;
  .link-inner {
    font-size: 1.125em;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .07em;
    display: block;
    padding-left: .07em;
  }
}
form :focus {
  outline: 2px solid var(--outline_color);
}
@media screen and (min-width: 992px) {
  a.tel-num-sp {
    color: var(--text_color);
    text-decoration: none;
  }
}
.pointer {
  cursor: pointer;
}

/* anchor */
.anchor {
  margin-top: -4em;
  padding-top: 4em;
  @media screen and (min-width: 576px) {
    margin-top: -4.8em;
    padding-top: 4.8em;
  }
  @media screen and (min-width: 768px) {
    margin-top: -5.6em;
    padding-top: 5.6em;
  }
}

/* img */
img {
  border: 0;
  border: none;
  width: 100%;
  height: auto;
  min-height: 1%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  image-rendering: -webkit-optimize-contrast;
}
a img.transform {
  transition: transform .3s ease;
}
@media (hover: hover) {
  a:hover img.transform {
    opacity: .77;
    transform: scale(1.03);
  }
}

/* list */
::marker {
  color: rgba(var(--black-rgb), .77);
}
nav li {
  position: relative;
}
nav li::before {
  position: absolute;
}
ul.list {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
.list-before + ul.list {
  margin-top: 0;
}
ul.list > li {
  margin: 0;
  padding: 0;
}
ul.list > li:nth-child(n+2),
ul.sublist > li:nth-child(n+2),
ul.subsublist > li:nth-child(n+2),
ul.general-list > li:nth-child(n+2) {
  margin-top: .3em;
}
ul.style-none,
ol.style-none,
ul.category,
ol.category,
ul.check,
ul.contact,
ul.disc,
ul.field,
ol.field,
ul.item,
ol.item,
ul.menu,
ul.nav,
ul.pkg,
ol.pkg,
ul.point,
ol.point,
ol.step {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.style-none + .style-none {
  margin: 2em 0 1em;
}
ul.style-none > li,
ol.style-none > li,
ul.category > li,
ol.category > li,
ul.check > li,
ul.contact > li,
ul.field > li,
ol.field > li,
ul.item > li,
ol.item > li,
ul.menu > li,
ul.nav > li,
ul.pkg > li,
ol.pkg > li,
ul.point > li,
ol.point > li,
ol.step > li {
  margin: 0;
  padding: 0;
}
ul.list.style-none > li:nth-child(n+2),
ul.sublist.style-none > li:nth-child(n+2),
ul.subsublist.style-none > li:nth-child(n+2),
ul.general-list.style-none > li:nth-child(n+2) {
  margin-top: 0;
}
ul.disc > li,
ul.square > li {
  padding-left: 1em;
  position: relative;
}
ul.disc > li::before {
  background-color: var(--text_color);
  border-radius: 50%;
  content: "";
  display: block;
  width: .25em;
  height: .25em;
  position: absolute;
  top: .78em;
  left: .33em;
}
ul.square > li::before {
  background-color: var(--text_color);
  content: "";
  display: block;
  width: .85em;
  height: .85em;
  position: absolute;
  top: .425em;
  left: 0;
}
li.style-none {
  list-style-type: none;
}
ul.disc > li.style-none::before {
  display: none;
}
ul > li > p,
ol > li > p {
  margin: 0;
}
ul > li > p.margin,
ol > li > p.margin {
  margin: 1em 0;
}
.style-none.type-1em > li {
  padding-left: 1em;
  position: relative;
}
.style-none.type-1em .symbol {
  text-align: center;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
}
.style-none.type-1em.triangle .symbol {
  text-align: center;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: .3em;
  left: 0;
}
.style-none.type-1em.triangle .symbol::before {
  background-color: var(--black);
  content: "";
  font-size: .7em;
  display: block;
  width: 1em;
  height: 1em;
  margin: .25em auto auto .3em;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
}

/* ol.num */
ol.num {
  list-style-type: none;
  counter-reset: category;
  margin: 1em 0;
  padding: 0;
}
ol.num > li {
  margin: 0;
  padding: 0 0 0 2em;
  position: relative;
}
ol.num > li:nth-child(n+2) {
  margin-top: .3em;
}
ol.num > li::before {
  counter-increment: category;
  content: counter(category)".";
  font-size: 1em;
  text-align: center;
  display: block;
  width: 1.7em;
  margin-top: .02em;
  padding-left: .3em;
  position: absolute;
  left: 0;
}

/* ul.check */
ul.check > li {
  line-height: 1.5;
  margin: .5em 0;
  padding-left: 2em;
  position: relative;
}
ul.check > li::before,
ul.check > li::after {
  content: "";
  position: absolute;
}
ul.check > li::before {
  border: .2em solid rgba(var(--black-rgb), .77);
  display: block;
  width: .92em;
  height: .92em;
  top: .26em;
  left: 0;
  opacity: .83;
}
ul.check > li::after {
  border-bottom: .24em solid var(--black);
  border-left: .24em solid var(--black);
  display: block;
  width: 1.1em;
  height: .8em;
  top: 0;
  left: .01em;
  transform: rotate(-45deg);
}

/* .list-before | .list-after */
.list-before {
  margin-bottom: .75em;
}
.list-after {
  margin-top: .75em;
}

/* .rice */
ul.rice,
ol.rice {
  list-style-type: none;
  margin: 2em 0 1em;
  padding: 0;
}
ul.rice.attached,
ol.rice.attached {
  margin-top: .25em;
}
.rice .text-text,
.text-text.rice,
.text-note.rice,
ul.rice > li,
ol.rice > li {
  padding-left: 1em;
  position: relative;
}
.rice span.symbol {
  text-align: center;
  display: block;
  width: 1em;
  position: absolute;
  left: 0;
}
ol.rice.num-inline > .list-inner {
  padding-left: 3em;
}
ol.rice.num-inline span.rice {
  text-align: center;
  display: block;
  width: 2.5em;
  position: absolute;
  left: .15em;
}

/* dl, dt, dd */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
dl p {
  margin: 0;
}

/* display: none; */
@media screen and (min-width: 390px) {
  .min-w390-none {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .min-w576-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .min-w768-none {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .min-w992-none {
    display: none;
  }
}
@media screen and (min-width: 1144px) {
  .min-w1144-none {
    display: none;
  }
}
@media screen and (max-width: 389px) {
  .max-w389-none {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .max-w575-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .max-w767-none {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .max-w991-none {
    display: none;
  }
}
@media screen and (max-width: 1143px) {
  .max-w1143-none {
    display: none;
  }
}

/* others */
.margin-none {
  margin: 0;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.i-block,
.inline-block {
  white-space: nowrap;
  display: inline-block;
}
.d-block,
.display-block {
  display: block;
}
.d-none,
.display-none {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.narrow.before {
  display: inline-block;
  margin-left: -.5em;
}
.narrow.after {
  letter-spacing: -.5em;
}

/* .width-narrow */
.width-narrow {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}
.width-narrow.x {
  max-width: 870px;
}
.width-narrow.xx {
  max-width: 750px;
}
.width-narrow.xxx {
  max-width: 610px;
}

/* .centering-left */
.centering-left {
  text-align: center;
}
.centering-left > p,
.centering-left > ul,
.centering-left > dl,
.centering-left > .element,
.centering-left > .i-block,
.centering-left > .inline-block,
.centering-left > .string {
  text-align: left;
  display: inline-block;
  margin: 0;
}
.centering-left > .d-block,
.centering-left > .display-block {
  text-align: center;
  display: block;
  margin: 1em 0 1.5em;
}
.centering-left + .centering-left {
  margin-top: .5em;
}

/* .border */
.border {
  border: 1px solid rgba(var(--dark_gray-rgb), .4);
}
.border .text-text {
  margin: 0;
}

/* .lang-en */
.lang-en {
  font-family: "Poppins", sans-serif;
  font-size: 1.125em;
  line-height: .5;
  position: relative;
  top: -.01em;
}

/* .mincho */
.mincho {
  font-family: "Shippori Mincho", serif;
}

/* .em-px */
.em-px {
  font-size: 1em;
  display: block;
  width: 1em;
  height: 0;
  position: absolute;
}

/* *** overriding the base settings *** */
.container {
  padding: 0 2em;
}




/* ** .header && .footer && .main settings ** */

/* .header && .footer */
.header .site-header {
  background-color: rgba(var(--white-rgb), .87);
  line-height: 1.25;
  width: 100%;
  height: 4em;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 93;
  &::before {
    background-color: rgba(var(--black-rgb), .3);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  @media screen and (min-width: 576px) {
    height: 4.8em;
  }
  @media screen and (min-width: 768px) {
    height: 5.6em;
  }
}
.site-heading {
  position: relative;
  z-index: 1;
}
.site-heading .element-link {
  color: rgba(var(--black-rgb), .9);
  text-decoration: none;
  display: flex;
  width: calc((2.25em + .4em) + (6.1em * .925) + (6.1em * 1.2) + .67em);
  margin-top: 1.13em;
  margin-right: auto;
  @media screen and (min-width: 390px) {
    margin-top: .87em;
  }
  @media screen and (min-width: 576px) {
    margin-top: .83em;
  }
  @media screen and (min-width: 768px) {
    margin-top: 1.13em;
  }
}
.site-heading .img-img {
  vertical-align: middle;
  display: inline-block;
  width: 2.25em;
  margin-right: .4em;
}
.site-heading .text-text {
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  width: calc((6.1em * .925) + (6.1em * 1.2) + .67em);
  .line-1st {
    font-size: .72em;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 .5em 0 .15em;
  }
  .line-2nd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    top: .17em;
    .fz-small {
      font-size: .925em;
    }
    .fz-large {
      font-size: 1.2em;
    }
  }
}
.header .site-heading .element-link {
  font-size: .9em;
  @media screen and (min-width: 390px) {
    font-size: 1em;
  }
  @media screen and (min-width: 576px) {
    font-size: 1.2em;
  }
  @media screen and (min-width: 768px) {
    font-size: 1.3em;
  }
}
.footer .site-heading .element-link {
  font-size: .8em;
  @media screen and (min-width: 390px) {
    font-size: .9em;
  }
  @media screen and (min-width: 576px) {
    font-size: 1em;
  }
  @media screen and (min-width: 768px) {
    font-size: 1.1em;
  }
  @media screen and (min-width: 992px) {
    font-size: 1.15em;
  }
}

/* .header .header-nav */
.header .header-nav > .nav-inner {
  @media screen and (max-width: 991px) {
    /* background-color: rgba(var(--org_light_navy-rgb), .97); */
    background-image: linear-gradient(135deg, rgba(var(--org_light_navy-rgb), 1) 17%, rgba(var(--org_light_navy-rgb), .83));
    width: calc(87% - 4em);
    max-width: 450px;
    height: calc(100svh - 4em);
    position: fixed;
    top: 4em;
    right: 2em;
    z-index: 3;
    translate: 100% 0;
    transition: translate .25s ease;
    @media screen and (min-width: 390px) {
      width: calc(77% - 4em);
    }
    @media screen and (min-width: 576px) {
      height: calc(100svh - 4.8em);
      top: 4.8em;
    }
    @media screen and (min-width: 768px) {
      height: calc(100svh - 5.6em);
      top: 5.6em;
    }
  }
  @media screen and (min-width: 992px) {

  }
}
.sp-menu-open .header .header-nav > .nav-inner {
  translate: 0 0;
}
.header .nav-btn {
  background-color: var(--org_light_navy);
  border-top-left-radius: .4em;
  border-bottom-left-radius: .4em;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  left: -3em;
  z-index: 15;
  cursor: pointer;
  @media screen and (min-width: 390px) {
    width: 3.4em;
    height: 3.4em;
    left: -3.4em;
  }
  @media screen and (min-width: 576px) {
    width: 3.8em;
    height: 3.8em;
    left: -3.8em;
  }
  @media screen and (min-width: 768px) {
    width: 4.3em;
    height: 4.3em;
    left: -4.3em;
  }
  .corner {
    display: block;
    width: .6em;
    height: .6em;
    position: absolute;
    right: 0;
    bottom: -.6em;
    z-index: 1;
    overflow: hidden;
    &::before {
      background-color: transparent;
      border-top-right-radius: .4em;
      box-shadow: .5em -.5em 0 .5em var(--org_light_navy);
      content: "";
      display: block;
      width: 100%;
      height: 100%;
    }
  }
  .btn-inner {
    display: block;
    width: 1.4em;
    height: .7em;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    &::before,
    &::after {
      background-color: #fff;
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      margin: auto;
      position: absolute;
      right: 0;
      left: 0;
    }
    &::before {
      top: 0;
      bottom: auto;
      transition: bottom .5s linear, rotate .3s ease;
    }
    &::after {
      top: auto;
      bottom: 0;
      transition: top .5s linear, rotate .3s ease;
    }
  }
  @media screen and (min-width: 992px) {
    display: none;
  }
}
.sp-menu-open .header .btn-inner {
  &::before,
  &::after {
    top: 0;
    bottom: 0;
  }
  &::before {
    rotate: 206.565051177078deg;
    transition: bottom .1s linear, rotate .3s ease;
  }
  &::after {
    rotate: -206.565051177078deg;
    transition: top .1s linear, rotate .3s ease;
  }
}

/* .header .nav-bg */
.header .nav-bg {
  display: none;
}

/* .header .nav-body */
.header {
  @media screen and (min-width: 992px) {
    .nav-body > .body-inner {
      width: 100%;
      position: relative;
    }
  }
}
.header .menu-outer {
  .text-link,
  .element-link {
    text-decoration: none;
  }
  .menu {
    .lang-ja,
    .lang-en {
      letter-spacing: .15em;
      display: block;
    }
    .lang-en {
      font-size: .67em;
      font-weight: 200;
      letter-spacing: .2em;
      text-transform: capitalize;
      margin: .6em 0 0 .1em;
    }
    @media screen and (max-width: 991px) {
      padding: .7em 0 0 1.5em;
      .text-link {
        color: #fff;
        display: block;
        margin: 0 0 1.5em;
        padding: .5em;
        position: relative;
        &::before {
          background-color: rgba(var(--white-rgb), .5);
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          margin: auto;
          position: absolute;
          bottom: calc(-.77em - 1px);
          left: 0;
        }
        .text-text > .string {
          font-size: 1.125em;
        }
      }
    }
    @media screen and (min-width: 992px) {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      max-width: var(--document_max_width);
      height: 0;
      margin: 0 auto;
      padding-right: calc(12.5em + 1.75em);
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 97;
      .cell {
        text-align: center;
        padding-top: 1.25em;
      }
      .cell-inner a {
        color: var(--org_light_navy);
        display: block;
        margin: .4em;
        padding: .2em;
        position: relative;
        &::before,
        &::after {
          content: "";
          display: block;
          margin: auto;
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
        }
        &::before {
          background-color: rgba(var(--black-rgb), .7);
          width: 100%;
          height: 1px;
          top: .75em;
          z-index: 1;
        }
        &::after {
          background-color: rgba(var(--org_orange-rgb), 1);
          height: 3px;
          top: calc(.75em - 1px);
          z-index: 3;
          transform-origin: right top;
          scale: 0 1;
          transition: transform .3s ease, scale .3s ease;
        }
        .lang-en {
          font-size: .725em;
          font-weight: 700;
        }
      }
      @media (hover: hover) {
        .cell-inner a:hover::after {
          transform-origin: left top;
          scale: 1 1;
        }
      }
    }
  }
}

/* .header .entry-outer */
.header .entry-outer {
  .text-link {
    text-decoration: none;
  }
  .entry {
    height: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 95;
    .entry-inner {
      text-align: right;
      position: relative;
    }
    .text-link {
      background-image: linear-gradient(135deg, rgba(var(--org_navy-rgb), .87), rgba(var(--org_navy-rgb), 1));
      border-radius: .75em;
      color: #fff;
      line-height: 1.25;
      text-align: center;
      display: inline-block;
      width: 8em;
      height: 3em;
      margin: auto;
      position: absolute;
      top: .45em;
      right: 0;
      @media screen and (min-width: 576px) {
        height: 3.4em;
        top: .67em;
      }
      @media screen and (min-width: 768px) {
        width: 13em;
        height: 4em;
        top: .77em;
      }
      @media screen and (min-width: 992px) {
        width: 11em;
        top: .72em;
      }
      .link-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
      }
      .lang-ja,
      .lang-en {
        display: block;
        width: 100%;
      }
      .lang-ja {
        font-size: .93em;
        font-weight: 400;
        position: relative;
        z-index: 3;
        @media screen and (min-width: 768px) {
          font-size: 1.125em;
        }
        @media screen and (min-width: 992px) {
          font-size: calc(1.125em * .9);
        }
      }
      .lang-en {
        display: none;
        @media screen and (min-width: 768px) {
          color: rgba(var(--white-rgb), .6);
          font-size: 1.2em;
          font-style: italic;
          font-weight: 600;
          line-height: 1;
          text-transform: uppercase;
          display: block;
          margin-top: .1em;
        }
        @media screen and (min-width: 992px) {
          font-size: calc(1.2em * .9);
        }
      }
    }
  }
}

/* .footer && .main */
.footer,
.main {
  min-height: 1%;
}
.main {
  padding-top: 4em;
  position: relative;
  z-index: 1;
  @media screen and (min-width: 576px) {
    padding-top: 4.8em;
  }
  @media screen and (min-width: 768px) {
    padding-top: 5.6em;
  }
}
.header p,
.footer p {
  margin: 0;
}

/* .breadcrumb */
.breadcrumb {
  background-color: rgba(var(--dark_gray), 1);
  padding: 1.5em 0 1.75em;
}
.breadcrumb .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 .5em;
}
.breadcrumb .list-inner:not(:first-child) {
  margin-left: 2em;
  position: relative;
}
.breadcrumb .list-inner:not(:first-child)::before {
  border-top: 1px solid rgba(var(--white-rgb), .9);
  border-right: 1px solid rgba(var(--white-rgb), .9);
  content: "";
  display: block;
  width: .4em;
  height: .4em;
  margin: auto;
  position: absolute;
  top: .2em;
  bottom: 0;
  left: -1.25em;
  transform: rotate(45deg);
}
.breadcrumb .text-link {
  color: rgba(var(--dark_gray-rgb), 1);
}
.breadcrumb .text-link::before {
  background-color: rgba(var(--dark_gray-rgb), .5);
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .2s ease;
}
.breadcrumb .a {
  font-size: .95em;
  font-weight: normal;
  font-weight: 300;
  text-decoration: none;
}
.breadcrumb .text-link-none {
  color: rgba(var(--white-rgb), .9);
}
@media (hover: hover) {
  .breadcrumb .text-link:hover {
    color: rgba(var(--dark_yellow-rgb), 1);
  }
  .breadcrumb .text-link:hover::before {
    width: 100%;
  }
}

/* .go-to-top */
.go-to-top {
  width: 100%;
  height: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 71;
  .pkg {
    width: 100%;
    position: relative;
  }
}
.absolute .go-to-top {
  position: absolute;
}
.go-to-top a {
  background-color: rgba(var(--org_navy-rgb), .77);
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.fadein .go-to-top a {
  opacity: 1;
}
.absolute .go-to-top a {
  bottom: -3em;
}
.go-to-top .icon-icon {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: .5em;
}
.go-to-top .icon-path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

/* .footer */
.footer .footer-heading {
  padding-top: 1em;
  position: relative;
  .element-link {
    text-decoration: none;
    .img-img {
      width: 2.6em;
      height: 2.6em;
      margin: 0 auto;
      position: absolute;
      top: -2.5em;
      right: 0;
      left: 0;
      .svg {
        fill: var(--org_light_navy);
      }
    }
    .text-text {
      font-size: 1.125em;
      font-weight: 300;
      display: block;
      width: 6em;
      color: var(--text_color);
      @media screen and (min-width: 390px) {
        font-size: 1.2em;
      }
      @media screen and (min-width: 576px) {
        font-size: 1.3em;
      }
      @media screen and (min-width: 768px) {
        font-size: 1.35em;
      }
      @media screen and (min-width: 992px) {
        font-size: 1.5em;
      }
      .line-1st,
      .line-2nd {
        display: flex;
        justify-content: space-between;
        width: 100%;
      }
      .line-2nd {
        font-size: .7em;
        line-height: 1;
        letter-spacing: 0;
        padding-left: 0;
      }
    }
  }
}
.footer .pkg {
  .address-outer,
  .nav-outer {
    padding-top: 2em;
  }
  .address {
    .extended-address {
      display: block;
    }
  }
  .nav {
    .menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5em;
    }
    .text-link {
      font-weight: 400;
      text-decoration: none;
      padding-left: 1.25em;
      position: relative;
      &::before {
        background-color: rgba(var(--org_navy-rgb), 1);
        content: "";
        width: .6em;
        height: .5em;
        margin: auto;
        position: absolute;
        top: .1em;
        left: 0;
        bottom: 0;
        clip-path: polygon(0 0, 100% 50%, 0 100%, 33% 50%);
      }
    }
  }
  @media screen and (min-width: 768px) {
    display: flex;
    gap: 2em;
    margin: 0 auto;
    .address-outer,
    .nav-outer {
      width: calc((100% - 2em) / 2);
    }
    .address-outer {
      text-align: right;
      .text-text {
        text-align: left;
        display: inline-block;
      }
    }
    .nav .menu  {
      width: 23em;
      justify-content: flex-start;
    }
  }
  @media screen and (min-width: 992px) {
    gap: 2.6em;
    .address-outer,
    .nav-outer {
      width: calc((100% - 2.6em) / 2);
    }

  }
  @media screen and (min-width: 1144px) {
    gap: 3.4em;
    .address-outer,
    .nav-outer {
      width: calc((100% - 3.4em) / 2);
    }

  }
}
@media (hover: hover) {

}

/* .footer .copyright */
.copyright {
  text-align: center;
  margin-top: 2em;
  padding: 1em;
}
.copyright small {
  font-size: .87em;
}

/* *** exclusive to this site *** */
.edge {
  .line-1st,
  .line-2nd {
    /* background-color: rgba(var(--org_navy-rgb), .3); */
    background-color: #fff;
    width: 2em;
    height: 100svh;
    position: fixed;
    top: 0;
    z-index: 91;
    &::before {
      background: url(../img/edge.webp) center top repeat-y;
      background-size: 100% auto;
      content: "";
      display: block;
      width: .8em;
      height: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      animation: edge-flow 9s linear infinite;
    }
  }
  .line-1st {
    border-right: 1px solid var(--org_light_navy);
    left: 0;
  }
  .line-2nd {
    border-left: 1px solid var(--org_light_navy);
    right: 0;
    &::before {
      scale: -1;
    }
  }
}
@keyframes edge-flow {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: 0 -21.97131em
  }
}
.delimiter {
  display: inline-block;
  margin-right: 0.12em;
  margin-left: 0.14em;
  position: relative;
  top: -.03em;
}
.locality,
.building {
  display: inline-block;
}

/* .article */
.anchor {
  margin-top: calc(-4em - 3em);
  padding-top: calc(4em + 3em);
  @media screen and (min-width: 576px) {
    margin-top: calc(-4.8em - 3em);
    padding-top: calc(4.8em + 3em);
  }
  @media screen and (min-width: 768px) {
    margin-top: calc(-5.6em - 3em);
    padding-top: calc(5.6em + 3em);
  }
}
.main .article {
  position: relative;
  margin-bottom: 7em;
  &:nth-child(2n) .article-inner::before {
    background-color: var(--light_gray_x);
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 4em - 3em + 7em);
    margin: auto;
    position: absolute;
    top: calc(-6.5em + (4em + 3em));
    right: -3em;
    bottom: -7em;
    left: -3em;
    z-index: -1;
  }
  @media screen and (min-width: 576px) {
    &:nth-child(2n) .article-inner::before {
      height: calc(100% - 4.8em - 3em + 7em);
      top: calc(-6.5em + (4.8em + 3em));
    }
  }
  @media screen and (min-width: 768px) {
    &:nth-child(2n) .article-inner::before {
      height: calc(100% - 5.6em - 3em + 7em);
      top: calc(-6.5em + (5.6em + 3em));
    }
  }
  @media screen and (min-width: 1200px) {
    margin-bottom: 9em;
    &:nth-child(2n) .article-inner::before {
      height: calc(100% - 5.6em - 3em + 9em);
    }
  }
  @media screen and (min-width: 1440px) {
    margin-bottom: 11em;
    &:nth-child(2n) .article-inner::before {
      height: calc(100% - 5.6em - 3em + 11em);
    }
  }
}

/* .common .article-header */
.common .article-heading {
  margin-bottom: 2em;
  position: relative;
  .lang-ja {
    color: var(--org_dark_blue);
    font-size: 1.67em;
    font-weight: 500;
    letter-spacing: .23em;
    display: block;
    position: relative;
    z-index: 5;
    &::before,
    &::after {
      content: "";
      position: absolute;
    }
    &::before {
      background-color: rgba(var(--org_dark_blue-rgb), .5);
      width: calc(100% + .5em);
      height: .5em;
      bottom: -.47em;
      left: 0;
      z-index: 1;
    }
    &::after {
      background-color: #fff;
      content: "";
      width: .6em;
      height: .6em;
      right: -.55em;
      bottom: -.52em;
      z-index: 3;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
  }
  .lang-en {
    color: rgba(var(--org_green-rgb), .325);
    font-size: calc(100vw / 9);
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: capitalize;
    display: block;
    margin-top: .15em;
    padding-left: .25em;
    position: absolute;
    top: -.6125em;
    left: -.5925em;
    z-index: 3;
    @media screen and (min-width: 576px) {
      font-size: calc(75vw / 9);
    }
    @media screen and (min-width: 768px) {
      font-size: calc(62.5vw / 9);
    }
    @media screen and (min-width: 992px) {
      font-size: calc(50vw / 9);
    }
    @media screen and (min-width: 1440px) {
      font-size: 5em;
    }
  }
}
.main .article:nth-child(2n) .article-heading .lang-ja::after {
  background-color: var(--light_gray_x);
}

/* .common .pkg */



/* .common  .pkg.general */
.common .pkg.general  {
  display: flex;
  flex-direction: column;
  gap: 3em;
  max-width: 570px;
  margin: 0 auto;
  .img-outer .img-img {
    border-radius: .75em;
    box-shadow: 1px 1px 2px 1px rgba(var(--black-rgb), .3);
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .common .pkg.general  {
    gap: 2em;
    max-width: none;
  }
  #id-work .pkg.general {
    flex-direction: row-reverse;
  }
  #id-environment .pkg.general {
    flex-direction: row;
  }
  .general .subject-outer {
    width: 61%;
  }
  .general .img-outer {
    width: calc(39% - 2em);
    position: relative;
    padding-top: 2.3em;
  }
}
.general .cell-inner:not(:first-child) {
  margin-top: 3em;
}
.general .cell-heading {
  margin: 1em 0;
  .heading-inner {
    padding-left: 2em;
    position: relative;
    .num {
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-size: 1.125em;
      font-weight: 500;
      font-style: italic;
      text-align: center;
      display: block;
      width: 1em;
      position: absolute;
      top: -.2em;
      left: 0;
      z-index: -1;
      &::before {
        background-color: rgba(var(--org_dark_orange-rgb), .77);
        border-radius: .3em;
        content: "";
        display: block;
        width: 1.2em;
        height: 1.8em;
        margin: auto;
        position: absolute;
        top: -.8em;
        right: -1em;
        bottom: -1.3em;
        left: -1em;
        z-index: -1;
      }
    }
    .string {
      font-size: 1.33em;
      font-weight: 500;
      letter-spacing: .15em;
    }
  }
}
.general .cell-body {
  > .body-inner {
    background-color: var(--light_gray_x);
    border-radius: .75em;
    padding: 1em 1.5em;
    @media screen and (min-width: 576px) {
      padding: 1.25em 1.75em;
    }
    @media screen and (min-width: 768px) {
      padding: 1.5em 2em;
    }
    @media screen and (min-width: 992px) {
      padding: 1.75em 2.25em;
    }
  }
  .text-text {
    margin: 0;
  }
  .text-text + .text-text {
    margin-top: 1em;
  }
}
.article.common:nth-child(2n) .cell-body > .body-inner {
  background-color: #fff;
}

/* .cell-col_4 */
.cell-col_4 {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 570px;
  margin: 0 auto;
  padding-top: 1em;
  .cell-inner {
    background-image: linear-gradient(135deg, rgba(var(--light_gray_x-rgb), 0) 47%, rgba(var(--light_gray_x-rgb), 1));
    box-shadow: 1px 1px 2px 1px rgba(var(--black-rgb), .1);
    border: 1px solid rgba(var(--black-rgb), .3);
    border-radius: .75em;
    width: 100%;
    padding: 1em 1.25em;
    position: relative;
    overflow: hidden;
    @media screen and (min-width: 576px) {
      padding: 1.25em 1.5em;
    }
    @media screen and (min-width: 768px) {
      padding: 1.5em 1.75em;
    }
    @media screen and (min-width: 992px) {
      padding: 1.75em 2em;
    }
    .cell-body .text-text {
      margin: 0;
    }
    .cell-body .text-text + .text-text {
      margin-top: 1em;
    }
    .cell-heading {
      margin-left: 1.5em;
      margin-bottom: 1em;
      &::before {
        background-color: rgba(var(--black-rgb), .3);
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        margin: auto;
        position: absolute;
        bottom: -.75em;
        left: 0;
      }
      .num {
        color: rgba(var(--org_navy-rgb), 1);
        /* -webkit-text-stroke: 1px rgba(var(--black-rgb), .67);
        text-stroke: 1px rgba(var(--black-rgb), .67); */
        font-weight: 500;
        font-size: 1.5em;
        font-style: italic;
        line-height: 1em;
        text-align: center;
        width: 1.2em;
        height: 1em;
        position: absolute;
        top: .5em;
        left: 0;
        &::before {
          background-color: rgba(var(--org_dark_blue-rgb), .275);
          border-bottom-right-radius: calc(.75em / 1.5);
          content: "";
          display: block;
          width: 1.5em;
          height: 2.8em;
          margin: auto;
          position: absolute;
          top: -1em;
          right: -1em;
          bottom: -1em;
          left: -1em;
          z-index: -1;
        }
      }
      .string {
        font-size: 1.33em;
        display: block;
      }
    }
  }
}
@media screen and (min-width: 768px) {
  .cell-col_4 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 2em 1.2em;
    max-width: none;
    .cell-inner {
      width: calc((100% - 1.2em) / 2);
    }
  }
}

/* #id-about */
#id-about > .article-inner  {
  position: relative;
}
#id-about .article-header {
  position: relative;
  .visual {
    width: 100%;
    max-height: 830px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    .visual-inner,
    .img-img,
    .img-inner {
      width: 100%;
      height: 100%;
      max-height: 830px;
    }
    .img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
}
#id-about .article-heading {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  .heading-inner {
    color: #fff;
    font-size: 2.2em;
    font-weight: 900;
    font-style: italic;
    display: block;
    width: 100%;
    height: 1.8em;
    position: absolute;
    right: 0;
    bottom: -1.55em;
    left: 0;
    z-index: 5;
    &::before {
      /* background-color: rgba(var(--org_dark_blue-rgb), 1); */
      background-image: linear-gradient(90deg, rgba(var(--org_light_blue-rgb), 1), rgba(var(--org_blue-rgb), 1), rgba(var(--org_dark_blue-rgb), 1));
      content: "";
      display: block;
      width: 100%;
      height: calc(100% + .2em);
      margin: auto;
      position: absolute;
      top: -2.4em;
      right: -3em;
      bottom: -1em;
      left: -3em;
      z-index: -1;
      transform: skewY(-6deg);
    }
    .string {
      display: flex;
      justify-content: center;
      span {
        line-height: 1.15;
        display: block;
        margin: 0 .03em;
        position: relative;
        /* rotate: 5deg; */
        &.fz-large {
          font-size: 1.2em;
        }
        &.fz-small {
          font-size: .7em;
        }
        &:nth-child(2) {
          top: -.11em;
        }
        &:nth-child(3) {
          top: calc(-.22em + .4em);
          left: .09em;
        }
        &:nth-child(4) {
          top: -.33em;
        }
        &:nth-child(5) {
          top: -.44em;
        }
        &:nth-child(6) {
          top: calc(-.55em + .05em);
        }
        &:nth-child(7) {
          top: -.66em;
        }
        &:nth-child(8) {
          top: calc(-.77em + .05em);
        }
        &:nth-child(9) {
          font-size: 1.3em;
          top: calc(-.88em + .09em);
        }
      }
    }
    @media screen and (min-width: 390px) {
      font-size: 2.45em;
      .string span {
        margin: 0 .05em;
      }
    }
    @media screen and (min-width: 576px) {
      font-size: 2.8em;
      height: 2em;
      bottom: -1.64em;
      &::before {
        top: -2.52em;
      }
      .string {
        font-size: 1.2em;
      }
    }
    @media screen and (min-width: 768px) {
      &::before {
        height: calc(100% + .6em);
        top: -2.4em;
      }
      .string {
        font-size: 1.5em;
      }
    }
    @media screen and (min-width: 992px) {
      /* bottom: -1.4em; */
      &::before {
        height: calc(100% + 1.4em);
        top: -2.3em;
      }
      .string {
        font-size: 2em;
        span {
          margin: 0 .05em;
        }
      }
    }
  }
  @media screen and (min-width: 1200px) {
    .heading-inner {
      bottom: -1em;
      &::before {
        top: -1.3em;
        transform: skewY(-3deg);
      }
      .string {
        span {
          margin: 0 .07em;
          &:nth-child(2) {
            top: -.05em;
          }
          &:nth-child(3) {
            top: calc(-.1em + .47em);
          }
          &:nth-child(4) {
            top: -.15em;
          }
          &:nth-child(5) {
            top: -.2em;
          }
          &:nth-child(6) {
            top: calc(-.25em + .13em);
          }
          &:nth-child(7) {
            top: -.3em;
          }
          &:nth-child(8) {
            top: calc(-.35em + .07em);
          }
          &:nth-child(9) {
            font-size: 1.3em;
            top: calc(-.4em + .04em);
          }
        }
      }
    }
  }
}
#id-about .article-body {
  .philosophy-outer {
    .text-outer {
      background-color: var(--org_green);
      color: var(--org_dark_navy);
      text-align: center;
      padding: 3.5em 0 2em;
      .pkg-header > .header-inner,
      .pkg-body > .body-inner {
        max-width: 900px;
      }
      .pkg-heading {
        margin-bottom: 1em;
        .heading-inner {
          font-size: 1.4em;
          font-weight: 800;
        }
      }
      .pkg-heading {
        .heading-inner {
          text-align: left;
        }
        .line-1st {
          font-size: .83em;
          font-weight: 500;
          display: block;
          margin-bottom: .15em;
        }
        .line-2nd > span {
          font-size: .83em;
          font-weight: 500;
        }
      }
      .text-text {
        font-size: 1.125em;
        font-weight: 500;
        margin: 0;
        strong {
          font-weight: 800;
        }
      }
      @media screen and (min-width: 390px) {
        padding-top: 4em;
        .pkg-heading > .heading-inner {
          font-size: 1.75em;
        }
        .text-text {
          font-size: 1.25em;
        }
      }
      @media screen and (min-width: 576px) {
        padding-top: 4.5em;
        .pkg-heading > .heading-inner {
          font-size: 2em;
        }
        .text-text {
          font-size: 1.5em;
        }
      }
      @media screen and (min-width: 768px) {
        padding-top: 7em;
        text-align: left;
      }
      @media screen and (min-width: 992px) {
        padding-top: 9em;
        .pkg-heading > .heading-inner {
          font-size: 2.25em;
        }
        .text-text {
          font-size: 1.75em;
        }
      }
    }
    .img-outer {
      background-color: var(--org_green);
      border-bottom-right-radius: 75%;
      border-bottom-left-radius: 75%;
      width: 100%;
      max-width: none;
      height: 11em;
      position: relative;
      top: -1px;
      .img-img {
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        width: 12.5em;
        height: 12.5em;
        margin: auto;
        position: absolute;
        right: 0;
        bottom: .5em;
        left: 0;
        z-index: 31;
        overflow: hidden;
        .img {
          object-fit: contain;
          object-position: 50% 60%;
          width: 100%;
          height: 114%;
        }
      }
      @media screen and (min-width: 390px) {
        height: 13.5em;
        .img-img {
          width: 15em;
          height: 15em;
        }
      }
      @media screen and (min-width: 576px) {
        height: 17.5em;
        .img-img {
          width: 19em;
          height: 19em;
        }
      }
      @media screen and (min-width: 768px) {
        height: 3em;
        .img-img {
          width: 22em;
          height: 22em;
          right: -4em;
          bottom: 1.3em;
          left: auto;
        }
      }
      @media screen and (min-width: 992px) {
        .img-img {
          width: 27em;
          height: 27em;
          right: calc(50% - 35em);
        }
      }
      @media screen and (min-width: 1200px) {
        .img-img {
          width: 30em;
          height: 30em;
          right: calc(50% - 38em);
        }
      }
    }
  }
}

/* .interview-outer */
#id-about {
  .interview-outer {
    padding-top: 3em;
    .pkg-heading {
      margin: 0 0 1em;
      .heading-inner {
        /* color: rgba(var(--org_dark_blue-rgb), 1); */
        color: #fff;
        font-size: 1.67em;
        font-weight: 200;
        letter-spacing: .15em;
        text-transform: uppercase;
        position: relative;
        &::before {
          background-color: rgba(var(--org_dark_blue-rgb), .77);
          /* border: 2px solid rgba(var(--org_dark_blue-rgb), .5); */
          border-radius: .5em;
          content: "";
          display: block;
          width: calc(100% + 2em);
          height: calc(100% + .25em);
          margin: auto;
          position: absolute;
          top: -1em;
          right: -1em;
          bottom: -1em;
          left: -2em;
          @media screen and (min-width: 992px) {
            width: calc(100% + 1em);
            left: -1.1em;
          }
        }
      }
    }
    .splide__arrow {
      background-color: transparent;
      border: 0;
      line-height: 1;
      display: block;
      width: 2.5em;
      height: 2.5em;
      margin: auto;
      padding: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 11;
      svg {
        width: 100%;
        height: auto;
      }
      svg:not([fill]) {
        fill: rgba(var(--org_light_navy-rgb), .77);
      }
    }
    .splide__arrow--prev {
      left: 0;
      scale: -1 1;
    }
    .splide__arrow--next {
      right: 0;
    }
    .splide__track {
      overflow: visible;
    }
    .item-inner {
      padding-top: 3em;
      .cell {
        background-image: linear-gradient(135deg, rgba(var(--light_gray_x-rgb), 0) 47%, rgba(var(--light_gray_x-rgb), 1));
        box-shadow: 1px 1px 2px 1px rgba(var(--black-rgb), .1);
        border: 1px solid rgba(var(--black-rgb), .3);
        border-radius: .75em;
        width: 100%;
        /* height: calc(100% - 3em - 1px); */
        height: 100%;
        padding: 1em 1.25em;
        .img-outer {
          width: 100%;
          height: 0;
          padding-top: calc(70% - 3em);
          position: relative;
          .img-img {
            background-color: #ead7a2;
            border-radius: 50%;
            box-shadow: 1px 1px 2px 1px rgba(var(--black-rgb), .15);
            width: 67%;
            aspect-ratio: 1;
            margin: 0 auto;
            position: absolute;
            top: -3.5em;
            right: 0;
            left: 0;
            z-index: 3;
            overflow: hidden;
          }
        }
        .cell-header {
          padding-top: 1em;
          .cell-heading > .heading-inner {
            color: rgba(var(--org_light_navy-rgb), 1);
            font-size: .95em;
          }
          .heading-box .text-text {
            text-align: right;
            margin: .25em 0 1em;
            .string {
              font-size: 0.9em;
              display: inline-block;
              position: relative;
            }
          }
        }
        .cell-body {
          padding-bottom: 4.5em;
          .text-text {
            margin: 0;
          }
          .text-btn {
            text-align: center;
            .btn-inner {
              display: block;
              width: 7em;
              margin: 0 auto;
              position: absolute;
              right: 0;
              bottom: 1.5em;
              left: 0;
            }
            .text-link {
              background-image: linear-gradient(135deg, rgba(var(--org_navy-rgb), 1), rgba(var(--org_dark_navy-rgb), 1));
              border-radius: .75em;
              color: #fff;
              line-height: 1;
              letter-spacing: .1em;
              text-decoration: none;
              text-transform: uppercase;
              display: block;
              padding: .75em 0 .7em .1em;
              .link-inner {
                font-weight: 200;
              }
            }
          }
        }
      }
    }
    .pkg-body > .body-inner {
      overflow: hidden;
    }
  }
}

/* #id-environment */
#id-environment {
  .dl {
    .dl-inner + .dl-inner {
      margin-top: 1.75em;
    }
    .dt {
      font-weight: 600;
      letter-spacing: .3em;
    }
    .text-text + .text-text {
      margin-top: 0;
    }
    .icon-icon {
      line-height: 1em;
      text-align: center;
      display: inline-block;
      width: 1em;
      height: 1em;
      position: relative;
      .fa-solid {
        font-size: .9em;
        position: relative;
        top: -.02em;
      }
    }
  }

}

/* #id-details */
#id-details {
  .table-outer {
    border: 1px solid rgba(var(--black-rgb), .3);
    border-radius: .75em;
    margin: 3em auto 0;
    overflow: hidden;
  }
  .table-table {
    width: 100%;
    margin: 0 auto;
    .th {
      color: var(--org_navy);
      background-color: rgba(var(--org_dark_blue-rgb), .275);
      font-weight: 500;
    }
    .td-inner + .td-inner {
      margin-top: 1em;
    }
    p,
    ul,
    ol {
      margin: 0;
    }
    strong {
      font-weight: 400;
    }
    .icon-icon {
      display: inline-block;
      margin-right: 0.15em;
      .fa-solid {
        font-size: .77em;
      }
    }
    .td ol.num {
      > .num-inner:nth-child(2) {
        .string::before,
        .string::after {
          background-color: rgba(var(--black-rgb), .5);
          content: "";
          display: block;
          margin: auto;
          position: absolute;
        }
      }
    }
  }
}
@media screen and (max-width: 767px) {
  #id-details .table-outer {
    max-width: 570px;
  }
  #id-details .table-table,
  #id-details .tbody,
  #id-details .tr,
  #id-details .th,
  #id-details .td {
    display: block;
  }
  #id-details .table-table {
    .tr {
      padding: 0 0 1.5em;
    }
    .th {
      text-align: left;
      padding: .75em 1.25em;
    }
    .td {
      padding: .7em 1.25em .5em;
    }
    .td ol.num > .num-inner:nth-child(2) {
      margin-top: 1em;
      margin-bottom: 1em;
      .string::before,
      .string::after {
        width: .6em;
        height: .4em;
        left: 2.23em;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
      }
      .string::before {
        top: -.74em;
      }
      .string::after {
        bottom: -.77em;
      }
    }
    @media screen and (min-width: 390px) {
      .td ol.num {
        display: flex;
        > .num-inner {
          margin-top: 0;
          margin-right: 1.5em;
        }
        > .num-inner:nth-child(2) {
          margin-top: 0;
          margin-bottom: 0;
          .string::before,
          .string::after {
            width: .4em;
            height: .6em;
            top: 0;
            bottom: 0;
            clip-path: polygon(0 0, 0 100%, 100% 50%);
          }
          .string::before {
            left: -.74em;
          }
          .string::after {
            right: -1.175em;
            left: auto;
          }
        }
      }
    }
  }
}
@media screen and (min-width: 768px) {
  #id-details {
    .table-table {
      .th {
        border-bottom: 1px solid rgba(var(--black-rgb), .3);
        text-align: center;
        white-space: nowrap;
        vertical-align: top;
        width: 9em;
        padding: 1.25em .5em;
      }
      .td {
        border-bottom: 1px solid rgba(var(--black-rgb), .3);
        padding: 1.25em .5em 1.25em 1.5em;
      }
      .tr:nth-child(2n) th {
        background-color: rgba(var(--org_dark_blue-rgb), .215);
      }
      .tr:nth-child(2n) td {
        background-color: rgba(var(--light_gray_x-rgb), .75);
      }
      .tr:first-child .th,
      .tr:first-child .td {
        padding-top: 1.5em;
      }
      .tr:last-child .th,
      .tr:last-child .td {
        padding-bottom: 1.5em;
        border-bottom: 0;
      }
      .td ol.num {
        display: flex;
        > .num-inner {
          margin-top: 0;
          margin-right: 1.5em;
        }
        > .num-inner:nth-child(2) {
          margin-top: 0;
          margin-bottom: 0;
          .string::before,
          .string::after {
            width: .4em;
            height: .6em;
            top: .12em;
            bottom: 0;
            clip-path: polygon(0 0, 0 100%, 100% 50%);
          }
          .string::before {
            left: -.74em;
          }
          .string::after {
            right: -1.2em;
          }
        }
      }
    }
  }
}
#id-details {
  & .article-body .list.tab {
    display: flex;
    margin: 3em 0 0 ;
    & .tab-inner {
      background-color: #fff;
      border: rgba(var(--org_dark_orange-rgb), .77) 1px solid;
      cursor: pointer;
      text-align: center;
      width: 33.3%;
      transition: background-color .33s ease;
    }
    & .tab-inner:first-of-type {
      border-top-left-radius: 0.75em;
      border-bottom-left-radius: 0.75em;
    }
    & .tab-inner:last-of-type {
      border-top-right-radius: 0.75em;
      border-bottom-right-radius: 0.75em;
    }
    & .tab-inner:hover {
      background-color: rgba(var(--org_dark_orange-rgb), .35);
      transition: background-color .33s ease;
    }
    & .tab-inner.tab-active {
      background-color: rgba(var(--org_dark_orange-rgb), .77);
      color: #fff;
    }
    & .tab-inner > span {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding: .5em;
      margin: auto;
    }
    & .tab-inner > span > .kome {
      font-size: .75em;
      letter-spacing: -.1em;
    }
  }
  @media screen and (min-width: 768px) {
    & .article-body .list.tab {
      & .tab-inner > span {
        padding: .5em 1em;
      }
      & .tab-inner > span > .kome {
        font-size: 1em;
        letter-spacing: 0;
      }
    }
  }
}
#id-details .pkg-inner {
  &.table-outer.tab-contents {
    display: none;
  }
  &.table-outer.tab-contents.tab-active {
    display: block;
  }
}

/* #id-entry */
#id-entry {
  .contact-inner {
    background-image: linear-gradient(135deg, rgba(var(--white-rgb), 1) 47%, rgba(var(--light_gray-rgb), .5));
    box-shadow: 1px 1px 2px 1px rgba(var(--black-rgb), .1);
    border: 1px solid rgba(var(--black-rgb), .3);
    border-radius: .75em;
    display: block;
    width: 100%;
    max-width: 25em;
    text-align: center;
    margin: 3em auto;
    padding: 1.5em;
    position: relative;
    .contact-heading > .heading-inner {
      font-size: 1.5em;
      font-weight: 600;
      margin-bottom: .3em;
      padding-bottom: .7em;
      position: relative;
      z-index: 3;
      &::before {
        background-color: var(--gray);
        content: "";
        display: block;
        width: .5em;
        height: .3em;
        margin: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
      }
    }
    .text-note {
      margin: 0;
    }
    .text-note:not(.rice) {
      background-color: rgba(var(--light_gray-rgb), .5);
      border-radius: .3em;
      font-weight: 700;
      line-height: 1;
      padding: .2em;
    }
    .text-note.rice {
      font-size: 0.925em;
      text-align: left;
      display: inline-block;
    }
    .text-text {
      margin: 1.2em -1em .5em;
      .string{
        color: var(--org_light_navy);
        font-size: 1.27em;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        @media screen and (min-width: 390px) {
          font-size: 1.6em;
        }
        @media screen and (min-width: 390px) {
          font-size: 1.6em;
        }
      }
      .icon-icon {
        width: 1em;
        margin-right: .17em;
      }
      .phone-num {
        font-size: 1.6em;
        font-weight: 700;
        .hyphen {
          font-weight: 300;
        }
      }
    }
  }
}

#id-entry .form-outer {
  & > .list.tab {
    display: flex;
    flex-direction: row;
    margin-top: 4em;
  }
  & .tab .tab-inner {
    background-color: #fff;
    border: rgba(var(--org_dark_orange-rgb), .77) 1px solid;
    cursor: pointer;
    text-align: center;
    width: 33.3%;
    transition: background-color .33s ease;
  }
  & .tab .tab-inner:hover  {
    background-color: rgba(var(--org_dark_orange-rgb), .35);
    transition: background-color .33s ease;
  }
  & .tab .tab-inner.tab-active  {
    background-color: rgba(var(--org_dark_orange-rgb), .77);
    color: #fff;
  }
  & .tab .tab-inner:first-of-type  {
    border-top-left-radius: 0.75em;
  }
  & .tab .tab-inner:last-of-type  {
    border-top-right-radius: 0.75em;
  }
  & .tab .tab-inner > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .5em;
    margin: auto;
  }
  & .tab .tab-inner > span > .kome {
    font-size: .75em;
    letter-spacing: -.1em;
  }
  @media screen and (min-width: 768px) {
    & .tab .tab-inner > span {
      padding: .5em 1em;
    }
    & .tab .tab-inner > span > .kome {
      font-size: 1em;
      letter-spacing: 0;
    }
  }
}
#id-entry .form-form {
  &.tab-contents {
    display: none;
  }
  &.tab-contents.tab-active {
    display: block;
  }
  &.tab-contents .form-inner:not(.submit-outer) {
    border-radius: unset;
    border-bottom-left-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    margin-bottom: 3em;
  }
}

/* .form-form */
button,
input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#id-entry {
  .form-form input,
  .form-form select,
  .form-form textarea {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    @media screen and (min-width: 390px) {
      font-size: 1.27867em;
    }
    @media screen and (min-width: 576px) {
      font-size: 1.23076923em;
    }
    @media screen and (min-width: 768px) {
      font-size: 1.1428571em;
    }
    @media screen and (min-width: 992px) {
      font-size: 1.066666em;
    }
    @media screen and (min-width: 1144px) {
      font-size: 1.6rem;
    }
  }
  .form-form input[type="text"],
  .form-form input[type="password"],
  .form-form input[type="date"],
  .form-form input[type="datetime"],
  .form-form input[type="email"],
  .form-form input[type="number"],
  .form-form input[type="search"],
  .form-form input[type="tel"],
  .form-form input[type="time"],
  .form-form input[type="url"],
  .form-form input[type="submit"],
  .form-form textarea,
  .form-form select {
    background-color: rgba(var(--light_gray_x-rgb), .7);
    border: 1px solid rgba(var(--black-rgb), .3);
    border-radius: .3em;
    color: var(--text-color);
    line-height: 1.15;
    display: block;
    width: 100%;
    padding: .8em;
  }
  .form-form textarea {
    line-height: 1.75;
    height: 10.5em;
  }
  .form-form input[type="text"]:focus,
  .form-form input[type="password"]:focus,
  .form-form input[type="date"]:focus,
  .form-form input[type="datetime"]:focus,
  .form-form input[type="email"]:focus,
  .form-form input[type="number"]:focus,
  .form-form input[type="search"]:focus,
  .form-form input[type="tel"]:focus,
  .form-form input[type="time"]:focus,
  .form-form input[type="url"]:focus,
  .form-form input[type="submit"]:focus,
  .form-form textarea:focus,
  .form-form select:focus {
    background-color: rgba(var(--org_light_green-rgb), .25);
  }
  .form-form .field-select .input-inner {
    position: relative;
    z-index: 3;
    &::before {
      background-color: var(--black);
      content: "";
      display: block;
      width: .8em;
      height: .5em;
      margin: auto;
      position: absolute;
      top: 0;
      right: 1.2em;
      bottom: 0;
      z-index: 1;
      clip-path: polygon(0 0, 50% 100%, 100% 0);
    }
    .input-select {
      position: relative;
      z-index: 5;
    }
  }
}


/* #id-entry .form-inner  */
#id-entry .form-inner {
  background-color: #fff;
  border-radius: .75em;
  max-width: 570px;
  margin: 0 auto;
  padding: 2em 1.25em;
  .field {
    .field-inner:not(:first-child) {
      margin-top: 1.75em;
    }
    .item-label {
      padding: 0 0 .5em 3.5em;
      position: relative;
      &::before {
        background-color: rgba(var(--org_dark_blue-rgb), .67);
        border-radius: .3em;
        color: #fff;
        font-size: .775em;
        line-height: 1.15;
        letter-spacing: .3em;
        text-align: center;
        content: "\4efb \610f";
        display: block;
        margin: auto;
        padding: .3em .3em .3em .6em;
        position: absolute;
        top: -.25em;
        left: 0;
        z-index: 1;
      }
    }
    .field-required .item-label::before {
      background-color: rgba(var(--red-rgb), .67);
      content: "\5fc5 \9808";
    }
  }
  @media screen and (min-width: 390px) {
    padding: 2.25em 1.3em;
  }
  @media screen and (min-width: 576px) {
    padding: 2.5em 1.75em;
  }
  @media screen and (min-width: 768px) {
    max-width: none;
    .field {
      .cell {
        display: flex;
        .cell-inner:first-child {
          width: 11.5em;
        }
        .cell-inner:last-child {
          width: calc(100% - 11.5em);
        }
      }
      .item-label {
        padding-top: calc(.5em + 1px);
        padding-bottom: 0;
      }
    }
  }
  &.submit-outer {
    text-align: center;
    .agree-checkbox {
      display: inline-block;
      padding-left: 1.7em;
      position: relative;
      z-index: 1;
      &::before,
      &::after {
        content: "";
        display: block;
        margin: auto;
        position: absolute;
        top: -1em;
        bottom: -1em;
      }
      &::before {
        background-color: rgba(var(--org_navy-rgb), 1);
        border-radius: .3em;
        width: 1.3em;
        height: 1.3em;
        left: 0;
        z-index: 3;
      }
      &::after {
        border-right: .3em solid rgba(var(--org_orange-rgb), 1);
        border-bottom: .3em solid rgba(var(--org_orange-rgb), 1);
        width: .9em;
        height: 1.5em;
        top: -1.75em;
        left: .25em;
        rotate: 43deg;
        z-index: 5;
        opacity: 0;
        transition: opacity .3s ease;
      }
    }
    .input-agree:checked + .agree-checkbox {
      &::after {
        opacity: 1;
      }
    }
    .submit-btn {
      .btn-inner {
        margin-top: 1.25em;
        display: inline-block;
      }
      .input-submit {
        background-color: rgba(var(--org_navy-rgb), 1);
        background-image: linear-gradient(135deg, rgba(var(--white-rgb), .13), rgba(var(--white-rgb), 0));
        border-radius: .5em;
        font-size: 1.2em;
        color: #fff;
        letter-spacing: .1em;
        padding: 1em 1.2em 1em 1.3em;
        cursor: pointer;
        transition: background-color .3s ease, color .3s ease;
        &:disabled {
          background-color: rgba(var(--gray-rgb), .87);
          color: rgba(var(--white-rgb), .5);
          cursor: not-allowed;
        }
      }
    }
  }
}
#id-entry {
  & .form-form textarea#id-form-qualification {
    height: 2.87em;
    line-height: 1.15;
  }
  & .form-form textarea#id-form-time {
    height: 6em;
    line-height: 1.15;
  }
}
/* body.page-thanks */
.page-thanks #id-entry {
  margin-top: 4em;
  @media screen and (min-width: 768px) {
    margin-top: 5.6em;
  }
  & .text-btn {
    text-align: center;
  }
  & .text-btn a.btn-link {
    background-image: linear-gradient(135deg, rgba(var(--org_navy-rgb), 1), rgba(var(--org_dark_navy-rgb), 1));
    border-radius: .75em;
    letter-spacing: .1em;
    display: inline-block;
  }
}



/* *** */
