@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #0c0c0c;
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #0053aa;
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #e15824;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: opacity 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
}
#side li {
  display: flex;
}
#side li:has(#priceSimulation) {
  height: 422px;
}
#side li img {
  width: 50px;
  padding-bottom: 7px;
  padding-right: 0.2em;
}
#side li #priceButton,
#side li #priceButton-sp {
  background-color: #004098;
  position: relative;
}
#side li #priceButton .batu,
#side li #priceButton-sp .batu {
  position: absolute;
  top: 20px;
  display: flex;
  align-items: center;
}
#side li #priceButton .batu span,
#side li #priceButton-sp .batu span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side li #priceButton .batu span:nth-child(1)::before,
#side li #priceButton-sp .batu span:nth-child(1)::before {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  /* width: 30px;
  height: 30px; */
  border: 1px #ffffff solid;
  background-color: #ffffff;
}
#side li #priceButton .batu span:nth-child(2)::before,
#side li #priceButton-sp .batu span:nth-child(2)::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #004098;
  transform: rotate(45deg);
  position: absolute;
  border-radius: 10px;
}
#side li #priceButton .batu span:nth-child(3)::before,
#side li #priceButton-sp .batu span:nth-child(3)::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #004098;
  transform: rotate(-45deg);
  border-radius: 10px;
  position: relative;
  top: -2px;
}
#side li #priceButton img,
#side li #priceButton-sp img {
  width: 30px;
}
#side li #priceButton.visible,
#side li #priceButton-sp.visible {
  padding-top: 40px;
}
#side li #priceButton.hidden .batu,
#side li #priceButton-sp.hidden .batu {
  display: none;
}
#side li #priceButton.hidden::before,
#side li #priceButton-sp.hidden::before {
  content: "";
  width: 15px;
  height: 36px;
  position: absolute;
  background: url(../images/side-arrow.webp);
  left: -15px;
  display: block;
}
#side li a {
  transition: opacity 0.5s ease-out;
}
#side li a:hover {
  opacity: 0.6;
}
#side li a,
#side li #priceButton,
#side li #priceButton-sp {
  width: 80px;
  height: auto;
  writing-mode: vertical-rl;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  letter-spacing: 0.15em;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  padding: 30px 0px;
  cursor: pointer;
}
#side li.line {
  padding: unset;
}
#side li.line a {
  background-color: #06c755;
  margin-left: auto;
}
#side li.line a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 1199px) {
  #side ul li a,
  #side ul li #priceButton,
  #side ul li #priceButton-sp {
    font-size: 21px;
    width: 60px;
    padding: 10px 0px;
  }
  #side ul li a img,
  #side ul li #priceButton img,
  #side ul li #priceButton-sp img {
    width: 40px;
  }
  #side ul li #priceButton.visible {
    padding-top: 40px;
    font-size: 18px;
  }
  #side ul li #priceButton img {
    width: 28px;
  }
}
@media (max-width: 767px) {
  #side {
    bottom: -70px;
    position: unset;
  }
  #side li:has(#priceSimulation) {
    height: unset;
  }
  #side ul li #priceButton {
    display: none;
  }
  #side ul li a {
    width: 170px;
    height: 40px;
  }
  #side ul .line {
    display: none;
  }
  #side a {
    font-size: 12px;
  }
  #side a img {
    display: none;
  }
}

/* ----------------------------------------------
 料金シュミレーション
------------------------------------------------- */
#priceSimulation {
  letter-spacing: 0.08em;
  position: relative;
  overflow-x: clip;
  background-color: #004098;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  padding: 15px 10px;
  z-index: 4;
  transition: all 0.5s ease;
  width: 660px;
  /* 
  @include tab {
    padding: 20px 30px;
    width: 440px;
    legend {
      font-size: 17px;
    }
    .block {
      &.check {
      }
    }
    .check-box {
      ul {
        padding: 10px;
        li {
          label {
            //font-size: 14px;
            font-size: 13px;
            input {

              width: 15px;
              height: 15px;
            }
          }
        }
      }
      .check2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        display: flex;
        input {
          &::before {
            background: url(../images/check-icon2.webp);
            background-size: contain;
            width: 100%;
            height: 100%;
            top: -18%;
          }
        }
      }
    }
    .price-block {
      margin-top: 20px;
      display: grid;
      grid-template-columns: auto auto;
      grid-template-rows: auto auto auto;
      legend {
        grid-column: 1/2;
        grid-row: 1/2;
      }
      .price-box {
        font-size: 16px;
        grid-column: 2/3;
        gap: 2/3;
        min-width: 190px;
        margin-right: 0;

        height: 40px;
        #totalPrice {
          font-size: 25px;
        }
      }
    }
    #resetButton {
      //height: 55px;
      height: 30px;
      font-size: 14px;
      grid-row: 3/4;
      grid-column: 1/3;
      margin-top: 15px;
    }
    .text {
      font-size: 14px;
      grid-column: 1/3;
      grid-row: 2/3;
      margin-top: 10px;
    }
  }
   */
}
#priceSimulation.hidden {
  /* position: absolute;
  transform: translateX(100%); */
  width: 0;
  padding: 0;
}
#priceSimulation.visidle {
  /* transform: translateX(0); */
}
#priceSimulation form {
  display: flex;
  justify-content: space-between;
}
#priceSimulation .block {
  width: 100%;
  width: 640px;
}
#priceSimulation .block.check {
  display: flex;
  justify-content: space-between;
  border-radius: unset;
  gap: 4%;
}
#priceSimulation legend {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-wrap: nowrap;
}
#priceSimulation .check-box {
  width: 48%;
}
#priceSimulation .check-box legend {
  margin-bottom: 5px;
}
#priceSimulation .check-box ul {
  background-color: #ffffff;
  height: 100%;
}
#priceSimulation .check-box fieldset {
  width: 100%;
}
#priceSimulation .check-box fieldset:nth-child(2) {
  margin-top: 5px;
}
#priceSimulation .check-box .check2 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#priceSimulation .check-box .check2 input:checked {
  border: #fdd462 1px solid;
}
#priceSimulation .check-box .check2 input::before {
  background: url(../images/check-icon2.webp);
  background-size: contain;
}
#priceSimulation .check-box ul {
  width: 100%;
  border: 1px solid #edf0f4;
  padding: 15px;
  display: grid;
  gap: 5px 10px;
  grid-template-columns: repeat(2, auto);
}
#priceSimulation .check-box ul li {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
#priceSimulation .check-box ul li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
#priceSimulation .check-box ul li input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: solid 1px #fdd462;
  border-radius: 0px;
  box-shadow: 0 0 0 0 transparent;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
#priceSimulation .check-box ul li input::before {
  position: absolute;
  top: -22%;
  right: -17%;
  display: block;
  width: 105%;
  height: 105%;
  background-color: #0c0c0c;
  content: "";
  opacity: 0;
  background-image: url(../images/check-icon1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  background-color: unset;
}
#priceSimulation .check-box ul li input:checked {
  border: #bca263 2px solid;
}
#priceSimulation .check-box ul li input:checked::before {
  opacity: 1;
}
#priceSimulation .price-block {
  display: flex;
  align-items: center;
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
}
#priceSimulation .price-block legend {
  grid-column: 1/2;
  grid-row: 1/2;
}
#priceSimulation .price-block .price-box {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: end;
  background-color: #ffffff;
  border-radius: 10px;
  min-width: 210px;
  padding: 0 15px;
  text-align: end;
  margin: 0 25px;
  grid-column: 2/3;
  grid-row: 1/2;
}
#priceSimulation .price-block .price-box #totalPrice {
  font-size: 24px;
  letter-spacing: 0.08em;
}
#priceSimulation #resetButton {
  height: 40px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.08em;
  background-color: #777777;
  display: block;
  border: 0;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 7px;
  color: #ffffff;
  padding: 0 15px;
  grid-column: 3/4;
  grid-row: 1/2;
}
#priceSimulation .text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-top: 20px;
  grid-column: 1/4;
  grid-row: 2/3;
}
@media (max-width: 767px) {
  #priceSimulation {
    position: fixed;
    z-index: 4;
    width: 100vw !important;
    height: 486px;
    bottom: 50px;
    padding: 10px 10px 10px 10px;
  }
  #priceSimulation.hidden {
    height: 0;
    bottom: 0;
  }
  #priceSimulation #priceForm {
    display: block;
  }
  #priceSimulation .block {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: unset;
  }
  #priceSimulation .block:nth-child(n+2) {
    margin-top: 0px;
  }
  #priceSimulation .block.check {
    gap: 10px;
    flex-wrap: wrap;
  }
  #priceSimulation legend {
    font-size: 14px;
  }
  #priceSimulation .text {
    display: none;
    text-align: center;
    font-size: 14px;
  }
  #priceSimulation .check-box {
    width: 100%;
  }
  #priceSimulation .check-box legend {
    margin-bottom: 0;
  }
  #priceSimulation .check-box ul {
    width: 100%;
    padding: 5px 5px;
    gap: 3px 5px;
  }
  #priceSimulation .check-box ul li label input {
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
  #priceSimulation .check-box ul li label input::before {
    width: 115%;
    height: 115%;
    top: -30%;
    right: -25%;
  }
  #priceSimulation .check-box .check2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: unset;
  }
  #priceSimulation .check-box .check2 li label input::before {
    width: 110%;
    height: 110%;
    top: -30%;
    right: -25%;
  }
  #priceSimulation .price-block {
    margin-top: 5px;
    display: block;
  }
  #priceSimulation .price-block .price-box {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    min-width: 160px;
    max-width: 280px;
    justify-content: center;
    font-size: 14px;
  }
  #priceSimulation .price-block .price-box #totalPrice {
    font-size: 20px;
  }
  #priceSimulation #resetButton {
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    max-width: 130px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
  z-index: 4;
}
#header.m_fixed {
  position: fixed;
  margin-top: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
}
#header.m_fixed .top {
  width: 100%;
  height: 70px;
}
#header.m_fixed .logo {
  width: 80px;
  top: 10px;
}
#header.m_fixed .logo a img {
  min-width: 50px;
}
#header.m_fixed #gnav ul {
  padding: unset;
}
#header.m_fixed #gnav ul li a {
  color: #0c0c0c;
  text-shadow: 0.01em 0.01em 0.5em rgba(255, 255, 255, 0.5), -0.01em -0.01em 0.5em rgba(255, 255, 255, 0.5), 0.01em -0.01em 0.5em rgba(255, 255, 255, 0.5), -0.01em 0.01em 0.5em rgba(255, 255, 255, 0.5);
}
#header.m_fixed #gnav ul li a[href$="/recruit"], #header.m_fixed #gnav ul li a[href$="/contact"] {
  color: #ffffff;
  text-shadow: unset;
}
#header.m_fixed #gnav ul li.recruit a, #header.m_fixed #gnav ul li.contact a {
  color: #ffffff;
  text-shadow: unset;
}
#header.m_fixed #gnav ul li ul {
  padding: 10px;
}
#header .top {
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: flex;
  padding-top: 20px;
  align-items: center;
}
#header .logo {
  position: absolute;
  left: 40px;
  top: 30px;
}
#header .logo img {
  min-width: 160px;
}
#header .ccm-search-block-form .ccm-search-block-text {
  outline: none;
}
#header .ccm-search-block-form .ccm-search-block-submit {
  transition: opacity 0.5s ease-out;
  cursor: pointer;
}
#header .ccm-search-block-form .ccm-search-block-submit:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #header .logo {
    top: 20px;
    left: 20px;
  }
  #header .logo img {
    width: 110px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 60px;
    padding-right: 60px;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0px;
    left: 10px;
  }
  #header .logo img {
    max-height: 90px;
    min-width: 0px;
    width: auto;
  }
}

.links li {
  margin-left: 50px;
}
.links a {
  text-decoration: none;
  transition: opacity 0.5s ease-out;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 500;
  color: #ffffff;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-wrap: nowrap;
  padding: 5px 30px;
  border-radius: 17px;
}
.links a:hover {
  opacity: 0.6;
}

#gnav {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  justify-content: space-between;
  right: 0;
  margin-left: auto;
}
#gnav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px 50px;
  flex-wrap: wrap;
}
#gnav > ul > li {
  position: relative;
  /* &.current {
    border-top: solid 5px #e99100;
  } */
}
#gnav > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #000;
  bottom: 0px;
  left: calc((100% - 50px) / 2);
  z-index: 0;
  width: 0;
  transition: opacity 0.5s ease-out;
}
#gnav > ul > li.recruit a, #gnav > ul > li.contact a {
  padding: 3px 30px;
  border-radius: 17px;
  text-shadow: unset;
}
#gnav > ul > li.recruit a {
  background-color: #bca263;
}
#gnav > ul > li.contact a {
  background-color: #004098;
}
#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#gnav > ul > li > a {
  transition: opacity 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 500;
  color: #ffffff;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0.01em 0.01em 0.5em rgba(12, 12, 12, 0.5), -0.01em -0.01em 0.5em rgba(12, 12, 12, 0.5), 0.01em -0.01em 0.5em rgba(12, 12, 12, 0.5), -0.01em 0.01em 0.5em rgba(12, 12, 12, 0.5);
}
#gnav > ul > li > a:hover {
  opacity: 0.6;
}
#gnav > ul > li > a[href$="/recruit"], #gnav > ul > li > a[href$="/contact"] {
  padding: 3px 30px;
  border-radius: 17px;
  text-shadow: unset;
}
#gnav > ul > li > a[href$="/recruit"] {
  background-color: #bca263;
}
#gnav > ul > li > a[href$="/contact"] {
  background-color: #004098;
}
#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  min-width: 200px;
  width: 100%;
  opacity: 0;
  transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
  z-index: 1;
  background-color: #fff;
  border: #bca263 solid 1px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 17px;
}
#gnav > ul > li ul li {
  text-align: left;
  width: 100%;
}
#gnav > ul > li ul li:nth-child(n+2) {
  margin-top: 7px;
}
#gnav > ul > li ul li a {
  transition: opacity 0.5s ease-out;
  text-decoration: none;
  text-align: left;
  color: #0c0c0c;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  transition: opacity 0.5s ease-out;
}
#gnav > ul > li ul li a::before {
  content: "・";
  color: #bca263;
}
#gnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1650px) {
  #gnav .links ul li {
    margin-left: 25px;
  }
  #gnav .links ul li a {
    font-size: 17px;
  }
  #gnav > ul {
    gap: 10px 25px;
  }
  #gnav > ul > li > a {
    font-size: 17px;
  }
  #gnav > ul > li ul {
    min-width: 160px;
  }
  #gnav > ul > li ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  #gnav > ul {
    width: 100%;
    gap: 10px 25px;
    padding: 0;
  }
  #gnav > ul > li.recruit a, #gnav > ul > li.contact a {
    background-color: unset;
    padding-left: unset;
    padding-right: unset;
    padding-bottom: 5px;
    border-radius: unset;
  }
  #gnav > ul > li > a {
    font-size: 16px;
    text-shadow: unset;
  }
  #gnav > ul > li > a[href$="/recruit"], #gnav > ul > li > a[href$="/contact"] {
    background-color: unset;
    padding-left: unset;
    padding-right: unset;
    padding-bottom: 5px;
    border-radius: unset;
  }
  #gnav > ul > li ul {
    min-width: 160px;
  }
  #gnav > ul > li ul li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #gnav > ul {
    flex-direction: column;
    width: 100%;
    padding: unset;
  }
  #gnav > ul.left {
    margin-right: 0;
  }
  #gnav > ul.right {
    margin-left: 0;
    margin-top: 30px;
  }
  #gnav > ul > li {
    flex-grow: 0;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li > a {
    color: #fff;
    writing-mode: unset;
    background-color: unset;
    padding: 0;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: unset;
    border: unset;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: opacity 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
#pagetop {
  position: absolute;
  top: 150px;
  right: 90px;
  z-index: 2;
  width: 60px;
  height: 60px;
  transition: opacity 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1500px) {
  #pagetop {
    top: 50px;
    right: 110px;
  }
}
@media (max-width: 1199px) {
  #pagetop {
    right: 10px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #001a40;
  padding-top: 140px;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 70px;
  position: relative;
  color: #ffffff;
}
#footer .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
#footer .logo {
  margin-top: -30px;
}
#footer .logo a {
  transition: opacity 0.5s ease-out;
}
#footer .logo a:hover {
  opacity: 0.6;
}
#footer .left {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
#footer .contents {
  margin-left: 15px;
}
#footer .text {
  line-height: 1.625;
  margin-bottom: 25px;
}
#footer .text p::first-line {
  font-size: 21px;
}
#footer .f-links ul {
  display: flex;
  gap: 10px;
}
#footer .f-links ul li {
  width: 40px;
}
#footer .f-links ul li a {
  transition: opacity 0.5s ease-out;
}
#footer .f-links ul li a:hover {
  opacity: 0.6;
}
#footer .visa {
  margin-top: 20px;
}
#footer .visa img {
  max-width: 340px;
  width: 100%;
}
#footer .bottom {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#footer .bottom-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 30px;
}
#footer .bottom-links ul li a {
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-underline-offset: 4px;
  text-decoration-color: #ffffff;
  transition: opacity 0.5s ease-out;
  text-decoration: underline;
}
#footer .bottom-links ul li a:hover {
  opacity: 0.6;
}
#footer #copyright {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
#footer #fnav {
  min-width: 490px;
  margin-top: -25px;
}
#footer #fnav > ul {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 18px 55px;
  max-height: 265px;
}
#footer #fnav > ul > li {
  display: block;
}
#footer #fnav > ul > li:nth-last-child(3) {
  margin-bottom: 20px;
}
#footer #fnav > ul > li.smallgap {
  margin-top: -20px;
}
#footer #fnav > ul > li > a {
  transition: opacity 0.5s ease-out;
  text-decoration: none;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li ul li {
  line-height: 1.7;
}
#footer #fnav > ul > li ul li a {
  transition: opacity 0.5s ease-out;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-weight: 500;
}
#footer #fnav > ul > li ul li a::before {
  content: "・";
  color: #ffffff;
  padding: 0.1em;
}
#footer #fnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1360px) {
  #footer .inner {
    margin-right: 80px;
  }
  #footer .bottom {
    margin-right: 80px;
  }
}
@media (max-width: 1280px) {
  #footer .inner {
    width: calc(100% - 80px);
  }
  #footer .bottom {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1199px) {
  #footer .inner {
    margin-right: 60px;
    width: calc(100% - 60px);
  }
  #footer .bottom {
    margin-right: 60px;
    width: calc(100% - 60px);
  }
  #footer .left {
    display: block;
  }
  #footer .contents {
    margin-left: 0;
    margin-top: 20px;
  }
  #footer #fnav {
    margin-top: 50px;
    min-width: 300px;
  }
  #footer #fnav > ul {
    max-height: 370px;
    gap: 25px 30px;
  }
  #footer #fnav > ul > li:nth-last-child(3) {
    margin-bottom: unset;
  }
  #footer #fnav > ul > li > a {
    font-size: 16px;
  }
  #footer #fnav > ul > li ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  #footer .inner {
    display: block;
    width: 100%;
    margin-right: auto;
  }
  #footer .logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #footer .text p::first-line {
    font-size: 18px;
  }
  #footer .left {
    text-align: center;
  }
  #footer .f-links {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer #fnav {
    min-width: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  #footer #fnav > ul {
    gap: 20px 35px;
    min-height: 260px;
  }
  #footer #fnav > ul > li {
    display: flex;
    flex-direction: column;
  }
  #footer #fnav > ul > li.smallgap {
    margin-top: 0;
  }
  #footer #fnav > ul > li > a {
    font-size: 15px;
  }
  #footer #fnav > ul > li ul li a {
    font-size: 13px;
  }
  #footer .bottom {
    flex-direction: column-reverse;
    margin-top: 40px;
    width: 100%;
    margin-right: auto;
  }
  #footer .bottom-links {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #footer .bottom-links ul {
    gap: 10px 15px;
    flex-wrap: wrap;
  }
  #footer .bottom-links ul li {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .bottom-links ul li a {
    font-size: 13px;
  }
  #footer #copyright {
    font-size: 12px;
    text-align: center;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  background-color: #0053aa;
  letter-spacing: 0.08em;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  overflow: hidden;
  background: url(../images/contact-bg.webp);
  background-position: center;
  background-size: cover;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.contactbnr .contents {
  width: 55%;
  padding-bottom: 30px;
  padding-right: 50px;
  position: relative;
}
.contactbnr .contents::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contactbnr h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 34px;
  letter-spacing: 0.08em;
  font-style: normal;
  margin-bottom: 10px;
}
.contactbnr .tel a,
.contactbnr .contact a {
  transition: opacity 0.5s ease-out;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.3;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}
.contactbnr .title {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.contactbnr .tel {
  margin-bottom: 20px;
}
.contactbnr .tel a {
  letter-spacing: 0.08em;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  font-style: normal;
}
.contactbnr .tel a span {
  font-size: 34px;
  letter-spacing: 0.08em;
  margin-right: 5px;
}
.contactbnr .contact-box,
.contactbnr .form-buttons {
  display: flex;
  gap: 15px;
}
.contactbnr .contact-box {
  margin-bottom: 20px;
}
.contactbnr .contact,
.contactbnr .line,
.contactbnr .form-btn {
  width: 50%;
}
.contactbnr .contact a,
.contactbnr .line a,
.contactbnr .form-btn a {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #bca263;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
  background-color: #ffffff;
  width: 100%;
  height: 80px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  line-height: 1.25;
}
.contactbnr .contact a:hover,
.contactbnr .line a:hover,
.contactbnr .form-btn a:hover {
  opacity: 0.6;
}
.contactbnr .contact a img,
.contactbnr .line a img,
.contactbnr .form-btn a img {
  margin-right: 7px;
}
.contactbnr .contact a::after,
.contactbnr .line a::after,
.contactbnr .form-btn a::after {
  content: "";
  background: url(../images/arrow4.webp);
  width: 8px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  right: 20px;
}
.contactbnr .line a {
  background-color: #06c755;
  color: #fff;
}
.contactbnr .line a img {
  width: 30px;
  margin-right: 4px;
}
.contactbnr .line a::after {
  background: url(../images/arrow2.webp);
}
.contactbnr .form-buttons {
  margin-top: 20px;
}
.contactbnr .form-buttons .icons {
  display: flex;
  gap: 10px;
}
.contactbnr .recruit {
  width: 45%;
  padding: 0 20px;
}
.contactbnr .recruit h2 {
  font-size: 70px;
  letter-spacing: 0.2em;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  position: relative;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.contactbnr .recruit h2 small {
  margin-bottom: 10px;
  display: block;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .contactbnr .recruit h2 {
    font-size: 50px;
  }
  .contactbnr .recruit h2 small {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .contactbnr .recruit h2 {
    font-size: 31px;
  }
  .contactbnr .recruit h2::before {
    background-size: 100%;
    width: 32px;
    height: 30px;
  }
  .contactbnr .recruit h2 small {
    font-size: 14px;
  }
}
.contactbnr .recruit .text {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5333333333;
  text-align: center;
  margin-bottom: 80px;
}
.contactbnr .recruit .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.contactbnr .recruit .btn a {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  width: 270px;
  height: 80px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  line-height: 1.25;
}
.contactbnr .recruit .btn a:hover {
  opacity: 0.6;
}
.contactbnr .recruit .btn a img {
  margin-left: 10px;
  width: 34px;
}
.contactbnr .orderform-btn {
  width: 100%;
}
.contactbnr .orderform-btn a {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #bca263;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
  background-color: #ffffff;
  width: 100%;
  height: 80px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  line-height: 1.25;
}
.contactbnr .orderform-btn a:hover {
  opacity: 0.6;
}
.contactbnr .orderform-btn a img {
  margin-right: 7px;
}
.contactbnr .orderform-btn a::after {
  content: "";
  background: url(../images/arrow4.webp);
  width: 8px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  right: 20px;
}
.contactbnr .orderform-btn .btntitle {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.contactbnr .orderform-btn .btntitle small {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}
@media (max-width: 1199px) {
  .contactbnr {
    padding: 40px 0;
  }
  .contactbnr h2 {
    font-size: 30px;
  }
  .contactbnr .image {
    height: 630px;
    width: calc(47% + 10px);
    margin-right: -10px;
  }
  .contactbnr .contents {
    width: 53%;
    padding-bottom: unset;
  }
  .contactbnr .contact-box {
    display: block;
  }
  .contactbnr .contact,
  .contactbnr .line {
    width: 100%;
    max-width: 400px;
  }
  .contactbnr .line {
    margin-top: 20px;
  }
  .contactbnr .form-btn a {
    flex-direction: column;
    height: 90px;
    text-align: center;
  }
  .contactbnr .form-btn a .icons {
    margin-bottom: 5px;
    padding-left: 0.2em;
  }
  .contactbnr .tel a {
    font-size: 35px;
  }
  .contactbnr .tel a span {
    font-size: 25px;
  }
  .contactbnr .orderform-btn {
    max-width: 400px;
  }
  .contactbnr .orderform-btn a img {
    margin-right: 3px;
  }
  .contactbnr .orderform-btn .btntitle {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .contactbnr .orderform-btn .btntitle small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .contactbnr {
    background-attachment: initial;
    padding: 50px 0;
  }
  .contactbnr .inner {
    flex-direction: column;
  }
  .contactbnr h2 {
    font-size: 31px;
    text-align: center;
  }
  .contactbnr .contents {
    width: 100%;
    padding-right: unset;
  }
  .contactbnr .contents::before {
    display: none;
  }
  .contactbnr .title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .contactbnr .tel {
    margin-bottom: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .contactbnr .tel a {
    font-size: 30px;
  }
  .contactbnr .tel a span {
    font-size: 20px;
  }
  .contactbnr .contact-box {
    margin-bottom: 35px;
  }
  .contactbnr .contact,
  .contactbnr .line {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
  }
  .contactbnr .contact a,
  .contactbnr .line a {
    height: 70px;
    font-size: 14px;
  }
  .contactbnr .contact a::after,
  .contactbnr .line a::after {
    right: 15px;
  }
  .contactbnr .order-form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .contactbnr .form-btn a::after {
    right: 12px;
  }
  .contactbnr .form-btn .icons {
    gap: 7px;
  }
  .contactbnr .form-btn .icons img {
    height: 33px;
  }
  .contactbnr .recruit {
    width: 100%;
    margin-top: 55px;
    padding: unset;
  }
  .contactbnr .recruit h2 {
    margin-bottom: 40px;
  }
  .contactbnr .recruit .text {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .contactbnr .recruit .btn a {
    height: 70px;
  }
  .contactbnr .orderform-btn {
    max-width: 300px;
    margin: 0 auto;
  }
  .contactbnr .orderform-btn a {
    height: 70px;
  }
  .contactbnr .orderform-btn a img {
    width: 33px;
  }
  .contactbnr .orderform-btn a::after {
    display: none;
  }
  .contactbnr .orderform-btn .btntitle {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .contactbnr .orderform-btn .btntitle small {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */