@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: unset;
  color: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") right 0.75rem center/16px 12px;
  background-repeat: no-repeat;
}

input, textarea {
  border: unset;
}
input:focus-visible, textarea:focus-visible {
  outline: unset;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input::placeholder, textarea::placeholder {
  color: #c2c2c2;
  font-weight: normal;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
  background: unset;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
}

.eff {
  opacity: 0;
  transition: all 0.5s;
}
.eff.slidein-left {
  transform: translate(-100%, 0);
}
.eff.slidein-right {
  transform: translate(100%, 0);
}
.eff.slidein-up {
  transform: translate(0, -100%);
}
.eff.slidein-bottom {
  transform: translate(0, 100px);
}
.eff.rotate {
  transform: rotate(-180deg);
  transition: all 1s;
}
.eff.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #222;
  font-family: Shin_Go_Pro, sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body {
    font-size: clamp(11px, 3px + 2.86vw, 15px);
  }
}

.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #page-top .header {
    padding-top: clamp(45px, 41.67px + 0.43vw, 50px);
  }
  #page-top .header .container {
    max-width: clamp(712px, 94.67px + 80.38vw, 1638px);
  }
  #page-top .header .header-logo a img {
    width: clamp(130px, -2px + 17.19vw, 328px);
  }
}
@media screen and (max-width: 767px) {
  #page-top .header {
    padding-top: 5.87vw;
  }
  #page-top .header .header-logo a img {
    width: 28.03vw;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 12px;
  transition: all 0.3s;
  transition: all 0.5s cubic-bezier(0.26, 0.06, 0, 1);
  z-index: 10;
}
.header .btn-primary {
  margin: 0 70px 0 0;
  display: none;
  padding: 5px 0;
  max-width: 300px;
  font-size: clamp(12px, 8.55px + 1.23vw, 18px);
}
.header .btn-primary .big {
  font-size: clamp(18px, 13.98px + 1.44vw, 25px);
}
.header .btn-primary::after {
  height: 40px;
  width: 40px;
  right: 20px;
  top: -14px;
}
.header.scroll {
  position: fixed;
  padding-block: 12px !important;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header.scroll .header-menu {
  opacity: 1;
  visibility: visible;
}
.header.scroll .header-menu .nav-container {
  display: flex !important;
}
.header.scroll .btn-primary {
  display: block;
}
.header.scroll .header-logo img {
  width: clamp(150px, 141.46px + 3.05vw, 200px) !important;
}
.header .container {
  max-width: 1638px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.header-logo a img {
  transition: all 0.3s;
  height: auto;
}
.header .header-menu {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s cubic-bezier(0.18, 0.06, 0.23, 1);
  opacity: 0;
  visibility: hidden;
  right: clamp(20px, -915.2px + 56vw, 160px);
}
.header .header-menu .checkbox {
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.header .header-menu .checkbox:checked ~ .nav-container {
  visibility: visible;
  opacity: 1;
}
.header .header-menu .checkbox:checked ~ .nav-container::before {
  transform: translateZ(0);
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.47, 0.16, 0.24, 1);
}
.header .header-menu .checkbox:checked ~ .nav-container::after {
  transform: translateZ(0);
  transition-duration: 0.95s;
  transition-timing-function: cubic-bezier(0.47, 0.16, 0.24, 1);
}
.header .header-menu .checkbox:checked ~ .span-container {
  background: #009A5E;
}
.header .header-menu .checkbox:checked ~ .span-container span {
  background: #fff;
}
.header .header-menu .checkbox:checked ~ .span-container span:nth-child(1) {
  transform: rotate(45deg) translate(3px, -3px);
}
.header .header-menu .checkbox:checked ~ .span-container span:nth-child(2) {
  opacity: 0;
}
.header .header-menu .checkbox:checked ~ .span-container span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 2px);
}
.header .header-menu .span-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 55;
  background-color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  gap: 4px;
  cursor: pointer;
}
.header .header-menu .span-container span {
  width: 18px;
  height: 2px;
  background: #000;
  transition: all 250ms ease-out;
  transform-origin: 0 0;
}
.header .header-menu .nav-container {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  z-index: 50;
  background: transparent;
  transition: all 0.75s cubic-bezier(0.47, 0.16, 0.24, 1);
  visibility: hidden;
  opacity: 0;
  gap: 50px;
}
.header .header-menu .nav-container::after, .header .header-menu .nav-container::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform;
  width: 100%;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  z-index: -1;
}
.header .header-menu .nav-container::before {
  background-color: rgb(217, 217, 217);
}
.header .header-menu .nav-container::after {
  background-color: rgb(255, 255, 255);
}
.header .header-menu .nav-container a {
  padding: 5px 20px;
  margin: 10px auto;
  font-size: 18px;
  font-weight: bold;
  color: #232323;
}

@media screen and (min-width: 768px) {
  .header .header-menu .nav-container {
    width: 400px;
  }
  .header .header-menu {
    top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-menu .nav-container {
    width: 83vw;
  }
  .header.scroll .btn-primary {
    display: none;
  }
  .header .header-menu {
    top: 12px;
  }
  .header-logo a img {
    width: 39.11vw;
  }
}
.footer {
  padding: 94px 0 clamp(38px, 135.65px + -12.73vw, 100px);
  background: rgba(0, 154, 94, 0.1);
}
.footer-desc {
  font-weight: 500;
  margin: 40px 0 50px;
}
.footer-desc a {
  font-size: clamp(26px, 20.83px + 1.85vw, 35px);
  color: #009A5E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-desc a::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/top/footer-phone-icon.svg") no-repeat center/contain;
  display: inline-block;
}
.footer-desc_banner {
  padding: 4px 25px 6px;
  background: #1b8e61;
  color: #fff;
  border-radius: 99px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@font-face {
  font-family: Shin_Go_Pro;
  src: url(../fonts/AOTFSHINGOPRODEBOLD.OTF);
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: Shin_Go_Pro;
  src: url(../fonts/AOTFSHINGOPROHEAVY.OTF);
  font-display: swap;
  font-weight: 800;
}
.green {
  color: #009A5E;
}

.yellow {
  color: #FFF50F;
}

h2 {
  font-size: clamp(24px, -22.22px + 6.02vw, 50px);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #009A5E;
  margin-bottom: 66px;
  justify-content: center;
}
h2::before, h2::after {
  content: "";
  height: 3px;
  width: clamp(30px, -174.44px + 26.62vw, 145px);
  background: #009A5E;
}

.btn-primary {
  display: block;
  background: #009A5E;
  color: #fff;
  box-shadow: 0px 5px 0px 0px #0E724B;
  font-size: clamp(18px, 13.98px + 1.44vw, 25px);
  max-width: 486px;
  width: 100%;
  position: relative;
  margin: clamp(70px, 30.89px + 5.09vw, 92px) auto 0;
  font-weight: 500;
  padding: 18px 5px 28px;
  transition: all 0.3s;
  text-align: center;
}
.btn-primary .big {
  font-size: clamp(25px, 19.25px + 2.05vw, 35px);
  font-weight: 600;
}
.btn-primary::after {
  content: "";
  width: clamp(70px, 57.93px + 4.31vw, 91px);
  height: clamp(70px, 57.93px + 4.31vw, 91px);
  background: url("../img/top/btn-phone.png") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: -37px;
  right: clamp(10px, -13px + 8.21vw, 50px);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.btn-primary::before {
  content: "";
  width: 15px;
  height: 10px;
  background: url("../img/top/btn-icon.svg") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-primary:hover {
  box-shadow: unset !important;
  transform: translateY(5px);
}

.banner-main {
  padding: 10px clamp(10px, -10.12px + 7.19vw, 45px);
  color: #000;
  font-size: clamp(18px, -3.33px + 2.78vw, 30px);
  font-weight: 700;
  max-width: 620px;
  width: 100%;
  background: #FFF50F;
  margin: 50px auto;
  position: relative;
}
.banner-main_box {
  background: url("../img/top/banner-main-box.png") no-repeat center/contain;
  min-width: clamp(80px, 68.5px + 4.11vw, 100px);
  position: absolute;
  top: clamp(-75px, -91.67px + 5.95vw, -46px);
  right: 21px;
  aspect-ratio: 1;
  padding-top: clamp(5px, 17.65px + -1vw, 10px);
}
@media screen and (min-width: 768px) {
  .banner-main_box {
    line-height: 1;
  }
}
.banner-main_box .white {
  font-size: clamp(14px, 10.55px + 1.23vw, 20px);
  font-weight: 500;
  color: #fff;
}
.banner-main_box .yellow {
  font-size: clamp(18px, 13.98px + 1.44vw, 25px);
  font-weight: 800;
}
.banner-main_box .yellow span {
  font-size: clamp(14px, 10.55px + 1.23vw, 20px);
}

.to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  width: 56px;
  height: 56px;
  display: none;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}

@font-face {
  font-family: Shin_Go_Pro;
  src: url(../fonts/AOTFSHINGOPROREGULAR.OTF);
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: Shin_Go_Pro;
  src: url(../fonts/AOTFSHINGOPROMEDIUM.OTF);
  font-display: swap;
  font-weight: 500;
}
.sub {
  margin: 124px 0 100px;
}
.sub-breadcrumb {
  margin: 0 0 40px;
}
.sub-breadcrumb .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.sub-breadcrumb a:hover svg {
  opacity: 0.8;
}
.sub-breadcrumb_page {
  transform: translateY(-0.1em);
}

h1 {
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 70px;
}
h1 .ja {
  font-size: clamp(20px, -0.12px + 7.19vw, 55px);
  color: #009a5e;
  font-weight: 700;
}
h1 .en {
  font-size: clamp(14px, 4.8px + 3.29vw, 30px);
  font-weight: 500;
}

h2 {
  font-size: clamp(16px, 7.95px + 2.87vw, 30px);
  margin-bottom: 50px;
}
h2 span {
  font-size: unset;
}

.privacy-content .container {
  max-width: 1146px;
  text-align: left;
  line-height: 1.7;
}
.privacy-content p {
  margin-bottom: 35px;
}
.privacy-content p span {
  font-weight: 700;
}
.privacy-content h3 {
  font-weight: 800;
  margin: 35px 0 25px;
}
.privacy-content ol {
  list-style: decimal;
  padding: 20px 0 0 20px;
}
.privacy-content ol li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .privacy-content .fBold .br-sp {
    display: inline-block;
  }
}

.contact-main {
  background: url("../img/sub/contact-bg.jpg") no-repeat center/cover;
}
.contact-content {
  padding-bottom: 100px;
}
.contact .form {
  background: #f6f6f6;
  border-radius: 18px;
  padding: 40px clamp(0px, -38.89px + 13.89vw, 100px);
}
.contact .tab {
  display: none;
}
.contact .tab.current {
  display: block;
}
.contact .tab.confirm .confirm-title {
  font-weight: 700;
  transform: translateY(-32px);
}
@media screen and (min-width: 768px) {
  .contact .tab.confirm dd {
    text-align: center;
  }
  .contact .tab.confirm dd .group_input {
    justify-content: center;
  }
}
.contact .tab.confirm dl {
  padding: 0 0 0 clamp(30px, -165.56px + 25.46vw, 140px);
}
.contact .tab.confirm dl dt {
  min-width: 200px;
  margin: 0;
}
.contact dl {
  text-align: left;
  padding: 10px 0;
}
.contact dl + dl {
  margin-top: 30px;
}
.contact dl dt {
  min-width: 238px;
  margin: 0 clamp(15px, -29.44px + 5.79vw, 40px) 0 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.contact dl dt span.required::after {
  content: "必須";
  padding: 0 5px 3px;
  color: red;
  background: #fff50f;
  margin-left: 10px;
}
.contact dl dd {
  width: 100%;
  position: relative;
}
.contact dl dd input,
.contact dl dd textarea,
.contact dl dd select {
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d8e0ed;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .contact dl dd input,
  .contact dl dd textarea,
  .contact dl dd select {
    font-size: 16px;
  }
}
.contact dl dd input.error,
.contact dl dd textarea.error,
.contact dl dd select.error {
  border: solid 1px red;
}
.contact dl dd input:focus,
.contact dl dd textarea:focus,
.contact dl dd select:focus {
  outline: unset;
  border-color: #009a5e;
}
.contact dl dd label.error {
  position: absolute;
  bottom: -22px;
  left: 0;
}
.contact dl dd .group_input {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact dl dd .group_input input:not(:first-child) {
  margin-left: clamp(10px, -7.78px + 2.31vw, 20px);
}
.contact dl dd .group_radio {
  display: flex;
}
.contact dl dd .group_radio li label {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.contact dl dd .group_radio li label input {
  min-width: 20px;
  margin-right: 5px;
}
.contact dl dd .group_radio li + li {
  margin-left: 40px;
}
.contact dl dd label.error {
  color: red;
  font-size: 14px;
  margin-top: 4px;
}
.contact .btn_cover {
  display: flex;
  flex-wrap: wrap;
}
.contact .btn-primary {
  font-family: inherit;
  font-weight: 600;
  max-width: 200px;
}
.contact .btn-primary.previous, .contact .btn-primary.submit {
  display: none;
}
.contact .btn-primary::after {
  content: unset;
}
.contact .btn-primary::before {
  bottom: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: bottom;
}
.contact .btn-primary.btn-back::before {
  left: 10px;
}
.contact .btn-primary.submit::before {
  left: unset;
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .contact dl {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .contact dl dt {
    margin-bottom: 10px;
  }
}

#submit-error {
  color: red;
}

#form-sending .sending-mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#form-sending .sending-content {
  width: 100%;
  height: 80px;
  margin-top: -40px;
  position: fixed;
  left: 0;
  top: 50%;
  text-align: center;
  z-index: 2001;
  font-size: 42px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form-sending .sending-content img {
  height: 60px;
  width: auto;
  vertical-align: bottom;
}

.thanks-line {
  background: rgba(0, 154, 94, 0.1);
  padding: 50px 0;
  margin: 10px 0 20px;
}
.thanks-line_title {
  font-weight: 700;
  font-size: clamp(16px, 7.95px + 2.87vw, 30px);
}
.thanks-line h2 {
  margin-bottom: 30px;
  white-space: nowrap;
}
.thanks-line a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.thanks-line a img {
  border-radius: 10px;
  margin: 14px 0;
}
.thanks-line_link {
  font-weight: 700;
  color: #07b53b;
}
.thanks-line_link:hover {
  text-decoration: underline;
}
.thanks-line .btn-line {
  padding: 10px 40px;
  border-radius: 99px;
  background: #07b53b;
  color: #fff;
  border: 1px solid transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: 14px auto 0;
}
.thanks-line .btn-line:hover {
  filter: drop-shadow(0 0 1rem #07b53b);
  border-color: #ece4d1;
}
.thanks .wrap-btn {
  padding: 0 15px;
}
.thanks p {
  line-height: 1.5;
}/*# sourceMappingURL=sub.css.map */