@charset "UTF-8";
/* ========================================
   Base
   ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body span, body li, body strong, body small, body td, body th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body a {
  color: inherit;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
body a:hover {
  opacity: 0.5;
}
body p {
  margin: 0;
}
body [id] {
  scroll-margin-top: 88px;
}
body .inner {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  body .inner {
    width: 100%;
    padding: 0 80px;
  }
}
@media (max-width: 960px) {
  body .inner {
    padding: 0 64px;
  }
}
@media (max-width: 768px) {
  body .inner {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  body .inner {
    padding: 0 24px;
  }
}
body section {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  body section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 480px) {
  body section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
body section.bg-gray {
  background: #F9F9F9;
}
body section.bg-orange {
  background: #FFF9F2;
}
body section.bg-green {
  background: #F6FFE9;
}
body section.bg-green .box {
  background: #fff;
}
body section.bg-green .price-nav li {
  background: #fff;
}
body section .btn {
  display: flex;
  align-items: center;
  width: 360px;
  height: 64px;
  color: #fff;
  font-size: 18px;
  padding: 0 60px 0 40px;
  border-radius: 64px;
  line-height: 1;
}
body section .btn br {
  display: none;
}
@media (max-width: 480px) {
  body section .btn br {
    display: block;
  }
}
@media (max-width: 768px) {
  body section .btn {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body section .btn {
    width: 100%;
    padding: 0 56px 0 36px;
  }
}
body section .btn.btn-orange {
  background: #FF8500 url(../img/icon-btn-orange.png) no-repeat top 16px right 16px;
  background-size: 32px;
}
body section .btn.btn-green {
  background: #7FBE25 url(../img/icon-btn-green.png) no-repeat top 16px right 16px;
  background-size: 32px;
}
body section .btn.btn-brown {
  background: #79470E url(../img/icon-btn-brown.png) no-repeat top 16px right 16px;
  background-size: 32px;
}
body section .btn.btn-tel {
  position: relative;
  justify-content: center;
  color: #FF8500;
  border: #FF8500 1px solid;
  background: #fff url(../img/icon-btn-orange-2.png) no-repeat top 16px right 16px;
  padding-left: 56px;
}
body section .btn.btn-tel::before {
  position: absolute;
  content: "";
  left: 24px;
  width: 24px;
  height: 24px;
  background: url(../img/icon-tel.png) no-repeat;
  background-size: 24px;
}
body section .btn.btn-tel2 {
  position: relative;
  justify-content: center;
  color: #fff;
  background: #FF8500 url(../img/icon-btn-orange.png) no-repeat top 16px right 16px;
  background-size: 32px;
  padding-left: 56px;
}
body section .btn.btn-tel2::before {
  position: absolute;
  content: "";
  left: 24px;
  width: 24px;
  height: 24px;
  background: url(../img/icon-tel2.png) no-repeat;
  background-size: 24px;
}
body section .btn.btn-line {
  position: relative;
  justify-content: center;
  color: #fff;
  background: #00B900 url(../img/icon-btn-line.png) no-repeat top 16px right 16px;
  background-size: 32px;
  padding-left: 56px;
}
body section .btn.btn-line br {
  display: none;
}
body section .btn.btn-line::before {
  position: absolute;
  content: "";
  left: 16px;
  width: 48px;
  height: 48px;
  background: url(../img/icon-line.png) no-repeat;
  background-size: 48px;
}
@media (max-width: 480px) {
  body section .btn.btn-line br {
    display: block;
  }
}
body .breadcrumb {
  padding: 16px 0;
}
body .breadcrumb .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
body .breadcrumb .breadcrumb-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}
body .breadcrumb .breadcrumb-list li:not(:last-child)::after {
  content: "›";
  color: #797979;
  font-weight: 400;
}
body .breadcrumb .breadcrumb-list a.breadcrumb-home {
  color: #7FBE25;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body .breadcrumb .breadcrumb-list li[aria-current=page] {
  font-weight: 500;
}

/* ========================================
   Header
   ======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header .header-inner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .header .header-inner {
    margin: 8px;
    border-radius: 120px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  }
}
.header .header-logo {
  display: block;
  padding: 8px 20px 16px 12px;
  line-height: 0;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 24px 0;
}
.header .header-logo img {
  display: block;
  height: 136px;
  width: auto;
}
.header .header-logo .sp {
  display: none;
}
@media (max-width: 1200px) {
  .header .header-logo {
    box-shadow: none;
    padding: 12px;
    border-radius: 0;
    background: none;
  }
  .header .header-logo .pc {
    display: none;
  }
  .header .header-logo .sp {
    display: block;
  }
  .header .header-logo img {
    height: 40px;
  }
}
.header .header-menu-btn {
  display: none;
  flex-shrink: 0;
  margin-left: auto;
  width: 64px;
  height: 64px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  background: #7FBE25;
  border-radius: 0 48px 48px 0;
}
.header .header-menu-btn span {
  display: block;
  position: absolute;
  left: 17px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header .header-menu-btn span:nth-child(1) {
  top: 22px;
}
.header .header-menu-btn span:nth-child(2) {
  top: 30px;
}
.header .header-menu-btn span:nth-child(3) {
  top: 38px;
}
.header .header-menu-btn.is-active span:nth-child(1) {
  top: 30px;
  transform: rotate(45deg);
}
.header .header-menu-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.header .header-menu-btn.is-active span:nth-child(3) {
  top: 30px;
  transform: rotate(-45deg);
}
.header .header-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header .header-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.header .global-nav {
  margin: 24px 16px 0 auto;
  background: #fff;
  padding: 16px 16px 16px 48px;
  border-radius: 120px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}
.header .global-nav .global-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.header .global-nav .global-nav-list li a {
  display: block;
  font-size: 16px;
}
.header .global-nav .global-nav-list li .global-nav-line-btn {
  display: inline-block;
  padding: 12px 24px 12px 48px;
  background: #00B900 url(../img/icon-line.png) no-repeat center left 12px;
  background-size: 32px;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
}
@media (max-width: 480px) {
  .header .global-nav .global-nav-list li .global-nav-line-btn {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header .header-menu-btn {
    display: block;
    z-index: 1001;
  }
  .header .header-logo {
    position: relative;
    z-index: 1001;
  }
  .header .header-overlay {
    display: block;
  }
  .header .global-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    clip-path: circle(0% at calc(100% - 40px) 40px);
    transition: clip-path 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
  .header .global-nav.is-open {
    clip-path: circle(150% at calc(100% - 40px) 40px);
    pointer-events: auto;
  }
  .header .global-nav .global-nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 72px 24px 48px;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  .header .global-nav .global-nav-list {
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .header .global-nav .global-nav-list li {
    width: 100%;
    max-width: 320px;
    border-bottom: 1px solid #eee;
  }
  .header .global-nav .global-nav-list li:last-child {
    border: 0;
  }
  .header .global-nav .global-nav-list li a {
    padding: 20px 0;
    font-size: 16px;
  }
  .header .global-nav .global-nav-list li .global-nav-line-btn {
    margin-top: 24px;
    text-align: center;
  }
}

.cta-box {
  display: none;
}
@media (max-width: 480px) {
  .cta-box {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    height: 64px;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    padding: 12px;
  }
  .cta-box .btn {
    height: 40px;
    font-size: 13px;
    padding: 12px 12px 12px 32px;
  }
  .cta-box .btn.btn-tel2 {
    background: #FF8500;
    padding-left: 32px;
  }
  .cta-box .btn.btn-tel2::before {
    width: 16px;
    top: 12px;
    left: 14px;
    background: url(../img/icon-tel2.png) no-repeat;
    background-size: 16px;
  }
  .cta-box .btn.btn-line {
    background: #00B900;
    padding-left: 32px;
  }
  .cta-box .btn.btn-line::before {
    width: 32px;
    top: 4px;
    left: 8px;
    background: url(../img/icon-line.png) no-repeat;
    background-size: 32px;
  }
}

/* ========================================
   Footer
   ======================================== */
@media (max-width: 480px) {
  .footer {
    margin-bottom: 64px;
  }
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 480px) {
  .footer .inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.footer .footer-info {
  width: 300px;
}
.footer .footer-info .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.footer .footer-info .footer-logo img {
  height: 56px;
  width: auto;
}
.footer .footer-info .footer-address {
  font-size: 14px;
  font-weight: 400;
}
.footer .footer-nav {
  display: flex;
  gap: 32px;
}
.footer .footer-nav .footer-nav-col {
  width: 200px;
}
.footer .footer-nav .footer-nav-trigger {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0 0 12px;
  border: none;
  border-bottom: #D9D9D9 1px solid;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: left;
  cursor: default;
  pointer-events: none;
}
.footer .footer-nav .footer-nav-trigger::after {
  display: none;
}
.footer .footer-nav .footer-nav-panel ul {
  margin: 0;
  padding: 0;
}
.footer .footer-nav .footer-nav-panel ul li {
  margin-bottom: 8px;
}
.footer .footer-nav .footer-nav-panel ul li a {
  font-size: 16px;
  padding-left: 24px;
  background: url(../img/icon-arrow.png) no-repeat top 8px left;
  background-size: 13px;
}
.footer .footer-copy {
  background: #333;
  padding: 16px 24px;
}
.footer .footer-copy small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.footer .sns-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .footer .sns-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 20px;
  }
}
.footer .sns-box a {
  display: block;
  padding: 10px 12px 10px 52px;
  border: #D9D9D9 1px solid;
  border-radius: 64px;
  background: url(../img/icon-instagram.png) no-repeat center left 12px;
  background-size: 36px;
  line-height: 1.2;
  font-size: 13px;
}
@media (max-width: 768px) {
  .footer .sns-box a {
    padding: 12px 12px 12px 40px;
    background: url(../img/icon-instagram.png) no-repeat center left 12px;
    background-size: 24px;
  }
  .footer .sns-box a br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .footer .inner {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .footer .footer-info {
    max-width: none;
    width: 100%;
  }
  .footer .footer-nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .footer .footer-nav .footer-nav-col {
    width: 100%;
  }
  .footer .footer-nav .footer-nav-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 16px;
    margin-bottom: 16px;
    cursor: pointer;
    pointer-events: auto;
  }
  .footer .footer-nav .footer-nav-trigger::after {
    display: block;
    content: "＋";
    color: #7FBE25;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
  }
  .footer .footer-nav .footer-nav-trigger.is-open::after {
    content: "－";
  }
  .footer .footer-nav .footer-nav-panel {
    display: none;
    padding-bottom: 16px;
  }
  .footer .footer-nav .footer-nav-panel.is-open {
    display: block;
  }
}

/* ========================================
   Common components
   ======================================== */
.section-contents {
  position: relative;
}
.section-contents .img-head {
  position: absolute;
  width: 40%;
  height: auto;
}
@media (max-width: 768px) {
  .section-contents .img-head {
    position: relative;
    width: calc(100% - 48px);
    margin-bottom: -80px;
  }
}
.section-contents .img-head.left {
  top: 80px;
  right: 0;
}
@media (max-width: 768px) {
  .section-contents .img-head.left {
    top: 0;
    right: -48px;
  }
}
.section-contents .img-head.right {
  top: 80px;
  left: 0;
}
@media (max-width: 768px) {
  .section-contents .img-head.right {
    top: 0;
    left: -48px;
  }
}
.section-contents .green {
  color: #7FBE25;
}
.section-contents .orange {
  color: #FF8500;
}
.section-contents .section-title {
  width: 55%;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .section-contents .section-title {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section-contents .section-title {
    margin-bottom: 32px;
  }
  .section-contents .section-title .pc {
    display: none;
  }
}
.section-contents .section-title.right {
  margin-left: auto;
}
.section-contents .section-title.center {
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .section-contents .section-title.center {
    text-align: left;
  }
}
.section-contents .section-title span {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .section-contents .section-title span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .section-contents .section-title span {
    font-size: 16px;
  }
}
.section-contents .section-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 8px 0 12px;
}
@media (max-width: 768px) {
  .section-contents .section-title h2 {
    margin: 0 0 12px;
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .section-contents .section-title h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.section-contents .section-title p {
  font-size: 16px;
  line-height: 1.8;
}
.section-contents .section-title p br.sp {
  display: none;
}
@media (max-width: 480px) {
  .section-contents .section-title p br.sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .section-contents .section-title p {
    font-size: 15px;
    line-height: 1.3;
  }
}
.section-contents .concern-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .section-contents .concern-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .section-contents .concern-box {
    gap: 16px;
  }
}
.section-contents .concern-box .box {
  position: relative;
  border: #7FBE25 1px solid;
  border-radius: 16px;
  padding: 40px 32px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-contents .concern-box .box {
    padding: 20px;
    border-radius: 8px;
  }
}
.section-contents .concern-box .box img {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-contents .concern-box .box img {
    top: 16px;
    right: 16px;
  }
}
.section-contents .concern-box .box .concern-box-toggle {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: inherit;
  cursor: default;
  pointer-events: none;
  z-index: 2;
}
.section-contents .concern-box .box .concern-box-toggle h3 {
  font-size: 24px;
  margin: 0 0 16px;
  flex: 1;
}
@media (max-width: 1200px) {
  .section-contents .concern-box .box .concern-box-toggle h3 {
    font-size: 20px;
  }
  .section-contents .concern-box .box .concern-box-toggle h3 br.pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-contents .concern-box .box .concern-box-toggle h3 {
    font-size: 18px;
  }
}
.section-contents .concern-box .box .concern-box-toggle .concern-box-toggle-icon {
  display: none;
}
@media (max-width: 1200px) {
  .section-contents .concern-box .box .concern-box-toggle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    min-height: 48px;
    cursor: pointer;
    pointer-events: auto;
  }
  .section-contents .concern-box .box .concern-box-toggle h3 {
    margin: 0;
  }
  .section-contents .concern-box .box .concern-box-toggle .concern-box-toggle-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-height: 32px;
    margin-top: 4px;
  }
  .section-contents .concern-box .box .concern-box-toggle .concern-box-toggle-minus {
    display: none;
  }
  .section-contents .concern-box .box .concern-box-toggle .concern-box-toggle-plus,
  .section-contents .concern-box .box .concern-box-toggle .concern-box-toggle-minus {
    color: #7FBE25;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
  }
  .section-contents .concern-box .box .concern-box-toggle.is-open .concern-box-toggle-plus {
    display: none;
  }
  .section-contents .concern-box .box .concern-box-toggle.is-open .concern-box-toggle-minus {
    display: block;
  }
  .section-contents .concern-box .box .concern-box-panel {
    display: none;
    margin-top: 0;
  }
  .section-contents .concern-box .box .concern-box-panel.is-open {
    display: block;
    margin-top: 16px;
  }
}
.section-contents .concern-box .box p {
  color: #797979;
  font-size: 15px;
}
.section-contents .concern-js-box {
  position: relative;
  z-index: 2;
  padding: 64px 56px 56px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section-contents .concern-js-box {
    padding: 40px 32px 32px;
  }
}
@media (max-width: 480px) {
  .section-contents .concern-js-box {
    padding: 24px 20px 20px;
  }
}
.section-contents .concern-js-box .ttl-box {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 480px) {
  .section-contents .concern-js-box .ttl-box {
    margin-bottom: 20px;
    text-align: left;
  }
}
.section-contents .concern-js-box .ttl-box span {
  font-size: 20px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 480px) {
  .section-contents .concern-js-box .ttl-box span {
    font-size: 14px;
  }
}
.section-contents .concern-js-box .ttl-box h3 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .section-contents .concern-js-box .ttl-box h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .section-contents .concern-js-box .ttl-box h3 {
    font-size: 18px;
  }
}
.section-contents .concern-js-box .ttl-box img {
  position: absolute;
  top: -12px;
  right: 0;
}
@media (max-width: 480px) {
  .section-contents .concern-js-box .ttl-box img {
    width: 96px;
    height: auto;
  }
}
.section-contents .concern-js-box .ctt-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .section-contents .concern-js-box .ctt-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .section-contents .concern-js-box .ctt-box {
    gap: 16px;
  }
}
.section-contents .concern-js-box .ctt-box .box {
  position: relative;
  border: #7FBE25 1px solid;
  border-radius: 16px;
  padding: 40px 32px;
  background: #fff;
}
@media (max-width: 768px) {
  .section-contents .concern-js-box .ctt-box .box {
    padding: 20px;
    border-radius: 8px;
  }
}
.section-contents .concern-js-box .ctt-box .box img {
  position: absolute;
  top: 24px;
  right: 24px;
}
.section-contents .concern-js-box .ctt-box .box h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .section-contents .concern-js-box .ctt-box .box h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.section-contents .concern-js-box .ctt-box .box p {
  color: #797979;
  font-size: 15px;
}
@media (max-width: 768px) {
  .section-contents .concern-js-box .ctt-box .box p {
    line-height: 1.4;
  }
}
.section-contents .concern-js-box.senior {
  background: #FFF9F2;
}
.section-contents .concern-js-box.senior .box {
  border: #FF8500 1px solid;
}
.section-contents .concern-js-box.junior {
  background: #F6FFE9;
}
.section-contents .tag-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .section-contents .tag-box {
    margin-top: 20px;
  }
}
.section-contents .tag-box span {
  padding: 2px 8px;
  font-size: 14px;
  background: #F6FFE9;
  border: #7FBE25 1px solid;
  border-radius: 4px;
}
.section-contents .orange-box {
  padding: 40px 48px;
  background: #FFF9F2;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section-contents .orange-box {
    margin-top: 32px;
  }
}
.section-contents .orange-box h3 {
  font-size: 32px;
  margin-bottom: 24px;
}
.section-contents .orange-box h3 strong {
  color: #F67300;
  font-size: 32px;
}
@media (max-width: 480px) {
  .section-contents .orange-box h3 br {
    display: none;
  }
}
.section-contents .orange-box p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .section-contents .orange-box {
    padding: 20px;
  }
  .section-contents .orange-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .section-contents .orange-box h3 strong {
    font-size: 18px;
  }
  .section-contents .orange-box p {
    font-size: 14px;
  }
  .section-contents .orange-box p br {
    display: none;
  }
}
.section-contents .white-box {
  padding: 40px 48px;
  background: #fff;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section-contents .white-box {
    margin-top: 32px;
  }
}
.section-contents .white-box h3 {
  font-size: 32px;
  margin-bottom: 24px;
}
.section-contents .white-box h3 strong {
  color: #7FBE25;
  font-size: 32px;
}
.section-contents .white-box p {
  font-size: 16px;
}
.section-contents .white-box p strong {
  color: #7FBE25;
  font-size: 16px;
}
@media (max-width: 768px) {
  .section-contents .white-box {
    padding: 20px;
  }
  .section-contents .white-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .section-contents .white-box h3 strong {
    font-size: 18px;
  }
  .section-contents .white-box p {
    font-size: 14px;
  }
  .section-contents .white-box p br {
    display: none;
  }
}
.section-contents .message-txt-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  padding: 32px;
  background: #fff;
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .section-contents .message-txt-box {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .section-contents .message-txt-box {
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .section-contents .message-txt-box {
    gap: 12px;
  }
}
.section-contents .message-txt-box h3 {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (max-width: 849px) {
  .section-contents .message-txt-box h3 {
    text-align: center;
  }
}
.section-contents .message-txt-box p {
  font-size: 16px;
}
@media (max-width: 480px) {
  .section-contents .message-txt-box .btn-box {
    width: 100%;
  }
}
.section-contents .message-txt-box .btn {
  width: 340px;
}
@media (max-width: 1200px) {
  .section-contents .message-txt-box .btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section-contents .message-txt-box .btn {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .section-contents .message-txt-box {
    padding: 20px;
  }
  .section-contents .message-txt-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .section-contents .message-txt-box p {
    font-size: 14px;
  }
  .section-contents .message-txt-box p br {
    display: none;
  }
}
.section-contents .number-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .section-contents .number-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .section-contents .number-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-contents .number-box .box {
  position: relative;
  border: #FF8500 1px solid;
  border-radius: 12px;
  padding: 48px 24px 24px;
  background: #fff;
}
@media (max-width: 768px) {
  .section-contents .number-box .box {
    padding: 20px;
  }
}
.section-contents .number-box .box span {
  position: absolute;
  top: 0;
  right: 16px;
  color: #FFDBB3;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section-contents .number-box .box span {
    top: -8px;
    right: 8px;
  }
}
.section-contents .number-box .box h3 {
  position: relative;
  font-size: 17px;
  z-index: 2;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .section-contents .number-box .box h3 {
    font-size: 16px;
  }
  .section-contents .number-box .box h3 br.pc {
    display: none;
  }
}
.section-contents .number-box .box p {
  position: relative;
  color: #797979;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.1px;
  z-index: 2;
}
.section-contents .comparison-box h3 {
  position: relative;
  text-align: center;
  margin-top: 64px;
}
.section-contents .comparison-box h3 span {
  position: relative;
  display: inline-block;
  color: #7FBE25;
  font-size: 24px;
  padding: 10px 64px;
  border-radius: 64px;
  border: #7FBE25 2px solid;
  background: #fff;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-contents .comparison-box h3 span {
    font-size: 20px;
    padding: 4px 40px;
  }
}
.section-contents .comparison-box h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 30px;
  left: 0;
  background: #7FBE25;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-contents .comparison-box h3::before {
    top: 21px;
  }
}
.section-contents .comparison-box .table-box {
  overflow: auto;
}
.section-contents .comparison-box .table-box table {
  width: 100%;
}
@media (max-width: 768px) {
  .section-contents .comparison-box .table-box table {
    width: 100%;
    min-width: 520px;
    table-layout: fixed;
  }
}
.section-contents .comparison-box .table-box table thead tr th {
  background: #808080;
}
.section-contents .comparison-box .table-box table thead tr th:first-child {
  background: #7FBE25;
}
.section-contents .comparison-box .table-box table tbody tr:nth-child(even) td {
  background: #F7F7F7;
}
.section-contents .comparison-box .table-box table tbody tr:nth-child(even) td:first-child {
  background: #F6FFE9;
}
.section-contents .comparison-box .table-box table tbody tr td {
  padding: 20px 24px;
  border: 0;
  border-right: #D9D9D9 1px solid;
}
@media (max-width: 768px) {
  .section-contents .comparison-box .table-box table tbody tr td {
    padding: 12px 16px;
    max-width: 196px;
    vertical-align: top;
  }
}
.section-contents .comparison-box .table-box table tbody tr td .flex-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .section-contents .comparison-box .table-box table tbody tr td .flex-box {
    position: relative;
    display: block;
    margin-top: 32px;
  }
}
.section-contents .comparison-box .table-box table tbody tr td .img-box {
  width: 48px;
}
@media (max-width: 768px) {
  .section-contents .comparison-box .table-box table tbody tr td .img-box {
    margin: 0 auto;
  }
}
.section-contents .comparison-box .table-box table tbody tr td .txt-box {
  width: calc(100% - 60px);
  text-align: left;
}
@media (max-width: 768px) {
  .section-contents .comparison-box .table-box table tbody tr td .txt-box {
    width: 100%;
    text-align: center;
  }
}
.section-contents .comparison-box .table-box table tbody tr td .txt-box h4 {
  color: #808080;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section-contents .comparison-box .table-box table tbody tr td .txt-box h4 {
    position: absolute;
    top: -32px;
    width: 100%;
    text-align: center;
  }
}
.section-contents .comparison-box .table-box table tbody tr td .txt-box p {
  font-size: 20px;
  line-height: 1.3;
  word-break: break-all;
}
@media (max-width: 768px) {
  .section-contents .comparison-box .table-box table tbody tr td .txt-box p {
    font-size: 14px;
    margin: 4px 0;
  }
  .section-contents .comparison-box .table-box table tbody tr td .txt-box p br {
    display: none;
  }
}
.section-contents .comparison-box .table-box table tbody tr td .txt-box span {
  display: inline-block;
  color: #FF8500;
  font-size: 14px;
  padding: 2px 8px;
  border: #FF8500 1px solid;
  border-radius: 4px;
  background: #FFF4E8;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .section-contents .comparison-box .table-box table tbody tr td .txt-box span {
    font-size: 11px;
    padding: 0 4px;
    letter-spacing: 0.5px;
  }
}
.section-contents .comparison-box .table-box table tbody tr td .txt-box small {
  display: block;
  font-size: 15px;
  font-weight: 400;
  word-break: break-all;
}
@media (max-width: 768px) {
  .section-contents .comparison-box .table-box table tbody tr td .txt-box small {
    font-size: 12px;
  }
}
.section-contents .comparison-box .table-box table tbody tr td:first-child .txt-box h4 {
  color: #7FBE25;
}
.section-contents .comparison-box .table-box table tbody tr td:first-child .txt-box p {
  font-weight: bold;
}
.section-contents .training-comparison-box .table-box table {
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .section-contents .training-comparison-box .table-box table {
    min-width: 640px;
  }
}
.section-contents .training-comparison-box .table-box table tbody tr td {
  padding: 16px;
}
.section-contents .training-comparison-box .table-box table tbody tr td:first-child h4 {
  color: #7FBE25;
}
@media (max-width: 768px) {
  .section-contents .training-comparison-box .table-box table tbody tr td {
    padding: 12px 16px;
    max-width: 196px;
    vertical-align: top;
  }
}
.section-contents .training-comparison-box .table-box table tbody tr td .img-box {
  width: 48px;
  margin: 8px auto;
}
.section-contents .training-comparison-box .table-box table tbody tr td h4 {
  color: #808080;
  font-size: 14px;
  font-weight: 600;
}
.section-contents .training-comparison-box .table-box table tbody tr td p {
  font-size: 16px;
  line-height: 1.3;
  word-break: auto-phrase;
}
@media (max-width: 768px) {
  .section-contents .training-comparison-box .table-box table tbody tr td p {
    font-size: 14px;
  }
}
.section-contents .ba-box .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px;
  background: #fff;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-contents .ba-box .box {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .section-contents .ba-box .box {
    padding: 20px;
    gap: 24px;
  }
}
.section-contents .ba-box .box:last-child {
  margin-bottom: 0;
}
.section-contents .ba-box .box .ttl-box {
  width: 384px;
}
@media (max-width: 1200px) {
  .section-contents .ba-box .box .ttl-box {
    width: 100%;
  }
}
.section-contents .ba-box .box .ttl-box h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .section-contents .ba-box .box .ttl-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.section-contents .ba-box .box .ttl-box p {
  font-size: 15px;
}
@media (max-width: 480px) {
  .section-contents .ba-box .box .ttl-box p {
    font-size: 14px;
  }
  .section-contents .ba-box .box .ttl-box p br {
    display: none;
  }
}
.section-contents .ba-box .box .txt-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 576px;
}
@media (max-width: 1200px) {
  .section-contents .ba-box .box .txt-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-contents .ba-box .box .txt-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.section-contents .ba-box .box .txt-box .item .img-box {
  position: relative;
  margin-bottom: 20px;
}
.section-contents .ba-box .box .txt-box .item .img-box img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contents .ba-box .box .txt-box .item .img-box span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 31px;
  color: #fff;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}
.section-contents .ba-box .box .txt-box .item ul li {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 30px;
}
@media (max-width: 480px) {
  .section-contents .ba-box .box .txt-box .item ul li {
    margin-bottom: 4px;
  }
}
.section-contents .ba-box .box .txt-box .item ul li:last-child {
  margin-bottom: 0;
}
.section-contents .ba-box .box .txt-box .item.before .img-box span {
  background: #7B7B7B;
}
.section-contents .ba-box .box .txt-box .item.before ul li {
  background: url(../img/icon-check-gray.png) no-repeat top 4px left;
  background-size: 22px;
}
.section-contents .ba-box .box .txt-box .item.after .img-box span {
  background: #FF8500;
}
.section-contents .ba-box .box .txt-box .item.after ul li {
  background: url(../img/icon-check-green.png) no-repeat top 4px left;
  background-size: 22px;
}
.section-contents .plan-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section-contents .plan-box .box {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1200px) {
  .section-contents .plan-box .box {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 768px) {
  .section-contents .plan-box .box {
    width: 100%;
  }
}
.section-contents .plan-box .box.brown .tag {
  background: #79470E;
}
.section-contents .plan-box .box.brown .txt-box {
  border: #79470E 1px solid;
}
.section-contents .plan-box .box.brown .txt-box .result-box {
  border: #79470E 1px solid;
  background: #F6F1EC;
}
.section-contents .plan-box .box.brown .txt-box .result-box h4 {
  background: #79470E;
}
.section-contents .plan-box .box.brown .txt-box .result-box ul li {
  background: url(../img/icon-check-brown.png) no-repeat top 4px left;
  background-size: 22px;
}
@media (max-width: 480px) {
  .section-contents .plan-box .box.brown .txt-box .result-box ul li {
    background: url(../img/icon-check-brown.png) no-repeat top 4px left;
    background-size: 18px;
  }
}
.section-contents .plan-box .box.brown .tag-box span {
  border: #79470E 1px solid;
  background: #F6F1EC;
}
.section-contents .plan-box .box.green .tag {
  background: #7FBE25;
}
.section-contents .plan-box .box.green .txt-box {
  border: #7FBE25 1px solid;
}
.section-contents .plan-box .box.green .txt-box .result-box {
  border: #7FBE25 1px solid;
  background: #F6FFE9;
}
.section-contents .plan-box .box.green .txt-box .result-box h4 {
  background: #7FBE25;
}
.section-contents .plan-box .box.green .txt-box .result-box ul li {
  background: url(../img/icon-check-green.png) no-repeat top 4px left;
  background-size: 22px;
}
@media (max-width: 480px) {
  .section-contents .plan-box .box.green .txt-box .result-box ul li {
    background: url(../img/icon-check-green.png) no-repeat top 4px left;
    background-size: 18px;
  }
}
.section-contents .plan-box .box.orange .tag {
  background: #FF8500;
}
.section-contents .plan-box .box.orange .txt-box {
  border: #FF8500 1px solid;
}
.section-contents .plan-box .box.orange .tag-box span {
  border: #FF8500 1px solid;
  background: #FFF4E8;
}
.section-contents .plan-box .box .tag {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 4px 20px;
}
.section-contents .plan-box .box .img-box {
  position: relative;
}
.section-contents .plan-box .box .img-box img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 16px 0 0;
}
.section-contents .plan-box .box .img-box .tag {
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-contents .plan-box .box .txt-box {
  padding: 32px;
  border-radius: 0 0 16px 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .section-contents .plan-box .box .txt-box {
    padding: 20px;
  }
}
.section-contents .plan-box .box .txt-box h3 {
  font-size: 24px;
  margin-bottom: 4px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .section-contents .plan-box .box .txt-box h3 {
    font-size: 20px;
  }
}
.section-contents .plan-box .box .txt-box p {
  font-size: 15px;
}
@media (max-width: 768px) {
  .section-contents .plan-box .box .txt-box p {
    font-size: 14px;
  }
}
.section-contents .plan-box .box .txt-box .result-box {
  margin: 32px 0 24px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .section-contents .plan-box .box .txt-box .result-box {
    margin: 20px 0;
  }
}
.section-contents .plan-box .box .txt-box .result-box h4 {
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
}
@media (max-width: 480px) {
  .section-contents .plan-box .box .txt-box .result-box h4 {
    text-align: center;
    font-size: 15px;
    padding: 8px;
  }
}
.section-contents .plan-box .box .txt-box .result-box ul {
  padding: 12px 20px;
}
@media (max-width: 480px) {
  .section-contents .plan-box .box .txt-box .result-box ul {
    padding: 12px;
  }
}
.section-contents .plan-box .box .txt-box .result-box ul li {
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .section-contents .plan-box .box .txt-box .result-box ul li {
    font-size: 14px;
    padding-left: 24px;
    letter-spacing: 0.6px;
  }
}
.section-contents .plan-box .box .txt-box .result-box ul li:last-child {
  margin-bottom: 0;
}
.section-contents .plan-box .box .txt-box .check-box {
  margin-top: 16px;
}
.section-contents .plan-box .box .txt-box .check-box li {
  font-size: 16px;
  padding-left: 32px;
  background: url(../img/icon-check-orange.png) no-repeat top 4px left;
  background-size: 22px;
  margin-bottom: 2px;
}
.section-contents .plan-box .box .txt-box img {
  width: 100%;
  max-width: 282px;
  height: auto;
  margin: 20px auto;
}
.section-contents .plan-box .box .txt-box .btn {
  width: 100%;
}
@media (max-width: 480px) {
  .section-contents .plan-box .box .txt-box .btn {
    justify-content: center;
  }
}
.section-contents .plan-box .box .txt-box .btn.center {
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}
.section-contents .plan-box .box .txt-box .btn.center br {
  display: none;
}
@media (max-width: 480px) {
  .section-contents .plan-box .box .txt-box .btn.center br {
    display: block;
  }
}
.section-contents .symptoms-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 20px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .section-contents .symptoms-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-contents .symptoms-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 32px;
  }
}
.section-contents .symptoms-box .box {
  position: relative;
  padding: 80px 24px 24px;
  border: #7FBE25 1px solid;
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .section-contents .symptoms-box .box {
    padding: 18px 20px;
    border-radius: 12px;
  }
}
.section-contents .symptoms-box .box .img-box {
  position: absolute;
  top: -32px;
  left: calc(50% - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: #7FBE25 1px solid;
  border-radius: 96px;
  background: #fff;
}
@media (max-width: 768px) {
  .section-contents .symptoms-box .box .img-box {
    top: 18px;
    left: 20px;
    width: 56px;
    height: 56px;
  }
}
.section-contents .symptoms-box .box .img-box img {
  width: 56px;
  height: auto;
}
@media (max-width: 768px) {
  .section-contents .symptoms-box .box .img-box img {
    width: 70%;
  }
}
.section-contents .symptoms-box .box .symptoms-box-toggle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: inherit;
  cursor: default;
  pointer-events: none;
}
.section-contents .symptoms-box .box .symptoms-box-toggle h3 {
  font-size: 20px;
  margin: 0 0 24px;
  text-align: center;
}
.section-contents .symptoms-box .box .symptoms-box-toggle h3 br {
  display: none;
}
@media (max-width: 768px) {
  .section-contents .symptoms-box .box .symptoms-box-toggle h3 {
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 18px;
    padding-left: 68px;
    text-align: left;
  }
  .section-contents .symptoms-box .box .symptoms-box-toggle h3 br {
    display: block;
  }
}
.section-contents .symptoms-box .box .symptoms-box-toggle .symptoms-box-toggle-icon {
  display: none;
}
.section-contents .symptoms-box .box ul li {
  font-size: 18px;
  border-top: #D9D9D9 1px solid;
  padding-top: 16px;
  margin-top: 16px;
  padding-left: 34px;
  background: url(../img/icon-check-green.png) no-repeat top 18px left;
  background-size: 26px;
}
@media (max-width: 768px) {
  .section-contents .symptoms-box .box ul li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section-contents .symptoms-box .box .symptoms-box-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 32px;
    cursor: pointer;
    pointer-events: auto;
  }
  .section-contents .symptoms-box .box .symptoms-box-toggle h3 {
    margin: 0;
    text-align: left;
    flex: 1;
  }
  .section-contents .symptoms-box .box .symptoms-box-toggle .symptoms-box-toggle-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-height: 32px;
  }
  .section-contents .symptoms-box .box .symptoms-box-toggle .symptoms-box-toggle-minus {
    display: none;
  }
  .section-contents .symptoms-box .box .symptoms-box-toggle .symptoms-box-toggle-plus,
  .section-contents .symptoms-box .box .symptoms-box-toggle .symptoms-box-toggle-minus {
    color: #7FBE25;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
  }
  .section-contents .symptoms-box .box .symptoms-box-toggle.is-open .symptoms-box-toggle-plus {
    display: none;
  }
  .section-contents .symptoms-box .box .symptoms-box-toggle.is-open .symptoms-box-toggle-minus {
    display: block;
  }
  .section-contents .symptoms-box .box .symptoms-box-panel {
    display: none;
  }
  .section-contents .symptoms-box .box .symptoms-box-panel.is-open {
    display: block;
    margin-top: 16px;
  }
}
.section-contents .faq-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .section-contents .faq-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .section-contents .faq-box {
    gap: 16px;
  }
}
.section-contents .faq-box .box {
  padding: 24px 24px 32px;
  border-radius: 12px;
  border: #FF8500 1px solid;
  background: #fff;
}
@media (max-width: 480px) {
  .section-contents .faq-box .box {
    padding: 20px 20px 20px;
  }
}
.section-contents .faq-box .box h3 {
  position: relative;
  font-size: 20px;
  padding: 0 0 8px 40px;
  margin: 0;
}
@media (max-width: 480px) {
  .section-contents .faq-box .box h3 {
    font-size: 18px;
    padding: 0 0 8px 32px;
  }
}
.section-contents .faq-box .box h3::before {
  position: absolute;
  content: "Q";
  top: -16px;
  left: 0;
  color: #FF8500;
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .section-contents .faq-box .box h3::before {
    top: -12px;
    font-size: 30px;
  }
}
.section-contents .faq-box .box p {
  color: #797979;
  font-size: 14px;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .section-contents .faq-box .box p {
    padding-left: 0;
  }
  .section-contents .faq-box .box p br {
    display: none;
  }
}
.section-contents .symptoms-accordion-box {
  display: flex;
}
.section-contents .symptoms-accordion-box .accordion-btn-box {
  width: 396px;
}
@media (max-width: 1160px) {
  .section-contents .symptoms-accordion-box .accordion-btn-box {
    width: 328px;
  }
}
.section-contents .symptoms-accordion-box .accordion-btn-box button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border: 0;
  background: #F0F0F0;
  border-left: #D9D9D9 2px solid;
  border-bottom: #D9D9D9 2px solid;
}
@media (max-width: 480px) {
  .section-contents .symptoms-accordion-box .accordion-btn-box button {
    gap: 8px;
    padding: 12px;
  }
}
.section-contents .symptoms-accordion-box .accordion-btn-box button:first-child {
  border-radius: 16px 0 0 0;
  border-top: #D9D9D9 2px solid;
}
.section-contents .symptoms-accordion-box .accordion-btn-box button:last-child {
  border-radius: 0 0 0 16px;
}
.section-contents .symptoms-accordion-box .accordion-btn-box button.active {
  background: #FF8500;
}
.section-contents .symptoms-accordion-box .accordion-btn-box button.active:last-child {
  border-radius: 0;
}
.section-contents .symptoms-accordion-box .accordion-btn-box button.active div p {
  color: #fff;
}
.section-contents .symptoms-accordion-box .accordion-btn-box button.active div span {
  color: #fff;
}
.section-contents .symptoms-accordion-box .accordion-btn-box button img {
  width: 72px;
}
@media (max-width: 1160px) {
  .section-contents .symptoms-accordion-box .accordion-btn-box button img {
    width: 56px;
  }
}
.section-contents .symptoms-accordion-box .accordion-btn-box button div {
  text-align: left;
  flex: 1;
}
.section-contents .symptoms-accordion-box .accordion-btn-box button div p {
  font-size: 24px;
}
@media (max-width: 1160px) {
  .section-contents .symptoms-accordion-box .accordion-btn-box button div p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-contents .symptoms-accordion-box .accordion-btn-box button div p {
    font-size: 18px;
  }
}
.section-contents .symptoms-accordion-box .accordion-btn-box button div span {
  color: #797979;
  font-size: 16px;
}
@media (max-width: 480px) {
  .section-contents .symptoms-accordion-box .accordion-btn-box button div span {
    font-size: 14px;
  }
}
.section-contents .symptoms-accordion-box .accordion-btn-box button .accordion-toggle-icon {
  display: none;
}
.section-contents .symptoms-accordion-box .accordion-contents-box {
  display: none;
  width: calc(100% - 396px);
  padding: 40px 40px 32px;
  background: #fff;
  border: #D9D9D9 2px solid;
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1160px) {
  .section-contents .symptoms-accordion-box .accordion-contents-box {
    width: calc(100% - 328px);
  }
}
.section-contents .symptoms-accordion-box .accordion-contents-box.active {
  display: block;
}
.section-contents .symptoms-accordion-box .accordion-contents-box .head {
  position: relative;
  padding: 32px 40px;
  border-radius: 8px;
  background: #FF8500;
  margin-bottom: 32px;
}
@media (max-width: 1160px) {
  .section-contents .symptoms-accordion-box .accordion-contents-box .head {
    padding: 24px 32px;
  }
}
.section-contents .symptoms-accordion-box .accordion-contents-box .head h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 1160px) {
  .section-contents .symptoms-accordion-box .accordion-contents-box .head h3 {
    font-size: 24px;
  }
}
.section-contents .symptoms-accordion-box .accordion-contents-box .head p {
  color: #fff;
  font-size: 16px;
}
.section-contents .symptoms-accordion-box .accordion-contents-box .head img {
  position: absolute;
  width: 160px;
  height: 160px;
  right: -12px;
  bottom: -12px;
}
.section-contents .symptoms-accordion-box .accordion-contents-box h4 {
  position: relative;
  margin-bottom: 16px;
}
.section-contents .symptoms-accordion-box .accordion-contents-box h4 span {
  position: relative;
  display: inline-block;
  color: #FF8500;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  z-index: 2;
  padding-right: 12px;
}
@media (max-width: 480px) {
  .section-contents .symptoms-accordion-box .accordion-contents-box h4 span {
    font-size: 15px;
  }
}
.section-contents .symptoms-accordion-box .accordion-contents-box h4::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FF8500;
}
@media (max-width: 480px) {
  .section-contents .symptoms-accordion-box .accordion-contents-box h4::before {
    top: 14px;
  }
}
.section-contents .symptoms-accordion-box .accordion-contents-box ul li {
  font-size: 18px;
  padding-left: 32px;
  background: url(../img/icon-check-orange.png) no-repeat top 4px left;
  background-size: 26px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: #D9D9D9 1px solid;
}
@media (max-width: 1160px) {
  .section-contents .symptoms-accordion-box .accordion-contents-box ul li {
    font-size: 16px;
    background: url(../img/icon-check-orange.png) no-repeat top 4px left;
    background-size: 20px;
    padding-left: 24px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .section-contents .symptoms-accordion-box .accordion-contents-box ul li {
    font-size: 15px;
    line-height: 1.2;
    background: url(../img/icon-check-orange.png) no-repeat top 2px left;
    background-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.section-contents .symptoms-accordion-box .accordion-contents-box ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 1080px) {
  .section-contents .symptoms-accordion-box {
    flex-direction: column;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box {
    display: contents;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button {
    width: 100%;
    border-right: #D9D9D9 2px solid;
    border-top: 0;
    border-radius: 0;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button:first-child {
    border-top: #D9D9D9 2px solid;
    border-radius: 16px 16px 0 0;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button:last-child:not(.active) {
    border-radius: 0 0 16px 16px;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button.active {
    border-bottom: 0;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button .accordion-toggle-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-height: 32px;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button .accordion-toggle-icon .accordion-toggle-minus {
    display: none;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button .accordion-toggle-icon .accordion-toggle-plus,
  .section-contents .symptoms-accordion-box .accordion-btn-box button .accordion-toggle-icon .accordion-toggle-minus {
    color: #797979;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button.active .accordion-toggle-icon .accordion-toggle-plus {
    display: none;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button.active .accordion-toggle-icon .accordion-toggle-minus {
    display: block;
    color: #fff;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button:nth-child(1) {
    order: 0;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button:nth-child(2) {
    order: 2;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button:nth-child(3) {
    order: 4;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button:nth-child(4) {
    order: 6;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button:nth-child(5) {
    order: 8;
  }
  .section-contents .symptoms-accordion-box .accordion-btn-box button:nth-child(6) {
    order: 10;
  }
  .section-contents .symptoms-accordion-box > .accordion-contents-box {
    width: 100%;
    padding: 24px 16px;
    border-radius: 0;
    border-top: 0;
  }
}
@media (max-width: 1080px) and (max-width: 480px) {
  .section-contents .symptoms-accordion-box > .accordion-contents-box {
    padding: 16px;
  }
}
@media (max-width: 1080px) {
  .section-contents .symptoms-accordion-box > .accordion-contents-box.active {
    border-bottom: #D9D9D9 2px solid;
  }
  .section-contents .symptoms-accordion-box > .accordion-contents-box:nth-child(2) {
    order: 1;
  }
  .section-contents .symptoms-accordion-box > .accordion-contents-box:nth-child(3) {
    order: 3;
  }
  .section-contents .symptoms-accordion-box > .accordion-contents-box:nth-child(4) {
    order: 5;
  }
  .section-contents .symptoms-accordion-box > .accordion-contents-box:nth-child(5) {
    order: 7;
  }
  .section-contents .symptoms-accordion-box > .accordion-contents-box:nth-child(6) {
    order: 9;
  }
  .section-contents .symptoms-accordion-box > .accordion-contents-box:nth-child(7) {
    order: 11;
  }
  .section-contents .symptoms-accordion-box > .accordion-contents-box.active:last-of-type, .section-contents .symptoms-accordion-box > .accordion-contents-box:nth-child(7).active {
    border-radius: 0 0 16px 16px;
  }
  .section-contents .symptoms-accordion-box > .accordion-contents-box .head {
    display: none;
  }
}
.section-contents .column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-contents .column2 .section-title {
  width: 400px;
}
.section-contents .column2 .sectio-main {
  width: 630px;
}
@media (max-width: 1200px) {
  .section-contents .column2 .section-title {
    width: 100%;
  }
  .section-contents .column2 .sectio-main {
    width: 100%;
  }
}
.section-contents .flow-box {
  display: grid;
  grid-template-columns: repeat(1, 1);
  gap: 12px;
}
.section-contents .flow-box .box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
}
@media (max-width: 768px) {
  .section-contents .flow-box .box {
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 16px;
    gap: 16px;
  }
}
.section-contents .flow-box .box .txt {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0 20px 32px;
}
@media (max-width: 768px) {
  .section-contents .flow-box .box .txt {
    padding: 0;
    align-items: flex-start;
    gap: 8px;
  }
}
.section-contents .flow-box .box .txt span {
  color: #FF8500;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .section-contents .flow-box .box .txt span {
    font-size: 24px;
    font-weight: 400;
  }
}
.section-contents .flow-box .box .txt div h3 {
  font-size: 18px;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .section-contents .flow-box .box .txt div h3 {
    font-size: 16px;
    margin: 5px 0 8px;
  }
}
.section-contents .flow-box .box .txt div h3 br.sp {
  display: none;
}
@media (max-width: 480px) {
  .section-contents .flow-box .box .txt div h3 br {
    display: none;
  }
  .section-contents .flow-box .box .txt div h3 br.sp {
    display: block;
  }
}
.section-contents .flow-box .box .txt div p {
  color: #797979;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .section-contents .flow-box .box .txt div p br {
    display: none;
  }
}
.section-contents .flow-box .box img {
  width: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .section-contents .flow-box .box img {
    width: 64px;
    height: 64px;
  }
}
.section-contents .flow-box .arrow {
  width: 20px;
  height: 25px;
  padding-left: 56px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .section-contents .flow-box .arrow {
    padding: 0;
    margin: 0 auto;
  }
}
.section-contents .btn-box {
  text-align: center;
}
.section-contents .btn-box a {
  cursor: pointer;
  margin: 32px auto 12px;
  justify-content: center;
}
.section-contents .btn-box small {
  color: #797979;
  font-size: 14px;
}
.section-contents .price-nav {
  display: grid;
  grid-template-columns: repeat(1, 1);
  gap: 2px;
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .section-contents .price-nav {
    display: none;
  }
}
.section-contents .price-nav li {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #F6FFE9;
}
.section-contents .price-nav li:first-child {
  border-radius: 8px 8px 0 0;
}
.section-contents .price-nav li:last-child {
  border-radius: 0 0 8px 8px;
}
.section-contents .price-nav li a {
  position: relative;
  display: block;
  padding: 16px 16px 16px 44px;
  font-size: 16px;
}
.section-contents .price-nav li a::before {
  position: absolute;
  content: "";
  top: 21px;
  left: 20px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #7FBE25;
}
.section-contents .price-box {
  display: grid;
  grid-template-columns: repeat(1, 1);
  gap: 24px;
}
@media (max-width: 768px) {
  .section-contents .price-box {
    gap: 16px;
  }
}
.section-contents .price-box .box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 32px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .section-contents .price-box .box {
    padding: 20px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .section-contents .price-box .box {
    padding: 12px 20px 16px;
  }
}
.section-contents .price-box .box .price-box-toggle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: inherit;
  cursor: default;
  pointer-events: none;
}
.section-contents .price-box .box .price-box-toggle h3 {
  position: relative;
  font-size: 24px;
  padding-left: 28px;
  margin: 0 0 24px;
  flex: 1;
}
.section-contents .price-box .box .price-box-toggle h3 br {
  display: none;
}
@media (max-width: 768px) {
  .section-contents .price-box .box .price-box-toggle h3 {
    font-size: 18px;
  }
  .section-contents .price-box .box .price-box-toggle h3 br {
    display: block;
  }
}
.section-contents .price-box .box .price-box-toggle h3::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  background: #7FBE25;
}
@media (max-width: 768px) {
  .section-contents .price-box .box .price-box-toggle h3::before {
    top: 6px;
  }
}
.section-contents .price-box .box .price-box-toggle .price-box-toggle-icon {
  display: none;
}
@media (max-width: 1200px) {
  .section-contents .price-box .box .price-box-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    pointer-events: auto;
  }
  .section-contents .price-box .box .price-box-toggle h3 {
    margin: 0;
  }
  .section-contents .price-box .box .price-box-toggle .price-box-toggle-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }
  .section-contents .price-box .box .price-box-toggle .price-box-toggle-minus {
    display: none;
  }
  .section-contents .price-box .box .price-box-toggle .price-box-toggle-plus,
  .section-contents .price-box .box .price-box-toggle .price-box-toggle-minus {
    color: #7FBE25;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
  }
  .section-contents .price-box .box .price-box-toggle.is-open .price-box-toggle-plus {
    display: none;
  }
  .section-contents .price-box .box .price-box-toggle.is-open .price-box-toggle-minus {
    display: block;
  }
  .section-contents .price-box .box .price-list {
    display: none;
    margin-top: 0;
  }
  .section-contents .price-box .box .price-list.is-open {
    display: block;
    margin-top: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  .section-contents .price-box .box .price-list.is-open {
    margin-top: 12px;
  }
}
.section-contents .price-box .box .price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: #D9D9D9 1px solid;
  padding-top: 16px;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .section-contents .price-box .box .price-list li {
    display: block;
  }
}
.section-contents .price-box .box .price-list li h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.section-contents .price-box .box .price-list li p {
  font-size: 16px;
}
.section-contents .price-box .box .price-list li p strong {
  color: #FF8500;
  font-weight: bold;
}
.section-contents .price-box .box .price-list li small {
  font-size: 14px;
}
.section-contents .table-box {
  margin-top: 32px;
}
.section-contents .table-box table {
  width: 100%;
  border: #D9D9D9 1px solid;
  border-collapse: collapse;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .section-contents .table-box table {
    width: 100%;
  }
}
.section-contents .table-box table th, .section-contents .table-box table td {
  padding: 12px 18px;
  font-weight: 400;
  letter-spacing: 2px;
  border: #D9D9D9 1px solid;
  text-align: center;
  word-break: keep-all;
  background: #fff;
}
@media (max-width: 768px) {
  .section-contents .table-box table th, .section-contents .table-box table td {
    padding: 4px 8px;
  }
}
@media (max-width: 480px) {
  .section-contents .table-box table th, .section-contents .table-box table td {
    padding: 4px;
  }
}
.section-contents .table-box table .bk {
  color: #333;
}
.section-contents .table-box table thead tr th {
  color: #fff;
  font-size: 18px;
  background: #7FBE25;
  text-align: center;
}
@media (max-width: 768px) {
  .section-contents .table-box table thead tr th {
    font-size: 14px;
  }
}
.section-contents .table-box table thead tr td {
  color: #7FBE25;
  font-size: 16px;
  font-weight: 500;
  background: #F7FFED;
  text-align: center;
}
@media (max-width: 768px) {
  .section-contents .table-box table thead tr td {
    font-size: 14px;
  }
}
.section-contents .table-box table tbody tr th {
  font-size: 16px;
  padding: 12px 20px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .section-contents .table-box table tbody tr th {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.section-contents .table-box table tbody tr td {
  font-size: 16px;
  color: #7FBE25;
}
@media (max-width: 768px) {
  .section-contents .table-box table tbody tr td {
    font-size: 14px;
  }
}
.section-contents .table-box small {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .section-contents .table-box small {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .section-contents .table-box small {
    text-align: left;
  }
}
.section-contents .message-box {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
.section-contents .message-box .sp-box {
  display: none;
}
.section-contents .message-box .left-box,
.section-contents .message-box .sp-box {
  width: 386px;
}
@media (max-width: 1080px) {
  .section-contents .message-box .left-box,
  .section-contents .message-box .sp-box {
    width: 100%;
  }
}
.section-contents .message-box .left-box .img-box,
.section-contents .message-box .sp-box .img-box {
  position: relative;
  width: 370px;
  height: 450px;
}
@media (max-width: 480px) {
  .section-contents .message-box .left-box .img-box,
  .section-contents .message-box .sp-box .img-box {
    height: 300px;
  }
}
.section-contents .message-box .left-box .img-box::before,
.section-contents .message-box .sp-box .img-box::before {
  position: absolute;
  content: "";
  width: 370px;
  height: 450px;
  right: -16px;
  bottom: -16px;
  background: #E5F2D3;
  z-index: 1;
}
@media (max-width: 480px) {
  .section-contents .message-box .left-box .img-box::before,
  .section-contents .message-box .sp-box .img-box::before {
    height: 300px;
  }
}
.section-contents .message-box .left-box .img-box img,
.section-contents .message-box .sp-box .img-box img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
@media (max-width: 480px) {
  .section-contents .message-box .left-box .img-box img,
  .section-contents .message-box .sp-box .img-box img {
    -o-object-position: 0 -20px;
       object-position: 0 -20px;
  }
}
.section-contents .message-box .left-box strong,
.section-contents .message-box .sp-box strong {
  display: block;
  color: #7FBE25;
  font-size: 20px;
  font-weight: 400;
  margin-top: 48px;
}
.section-contents .message-box .left-box ul li,
.section-contents .message-box .sp-box ul li {
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
@media (max-width: 1080px) {
  .section-contents .message-box .left-box {
    display: none;
  }
}
.section-contents .message-box .right-box {
  width: calc(100% - 450px);
}
@media (max-width: 1080px) {
  .section-contents .message-box .right-box {
    width: 100%;
  }
  .section-contents .message-box .right-box .sp-box {
    display: block;
    border-bottom: #D9D9D9 1px solid;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .section-contents .message-box .right-box .sp-box .img-box {
    width: calc(100% - 16px);
  }
  .section-contents .message-box .right-box .sp-box .img-box::before {
    width: 100%;
  }
  .section-contents .message-box .right-box .sp-box .img-box img {
    width: 100%;
    height: 100%;
  }
}
.section-contents .message-box .right-box .section-title {
  width: 100%;
  margin-bottom: 24px;
}
.section-contents .message-box .right-box h3 {
  font-size: 20px;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .section-contents .message-box .right-box h3 {
    font-size: 15px;
  }
}
.section-contents .message-box .right-box p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-contents .message-box .right-box > strong {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  font-size: 32px;
  margin-top: 32px;
}
@media (max-width: 480px) {
  .section-contents .message-box .right-box > strong {
    font-size: 24px;
  }
}
.section-contents .message-box .right-box > strong span {
  font-size: 20px;
}
@media (max-width: 480px) {
  .section-contents .message-box .right-box > strong span {
    font-size: 18px;
  }
}
.section-contents .voice-box {
  display: block;
}
.section-contents .voice-box.owl-carousel {
  position: relative;
  overflow: hidden;
}
.section-contents .voice-box.owl-carousel .owl-stage-outer {
  overflow: hidden;
  padding: 4px 0 8px;
}
@media (max-width: 768px) {
  .section-contents .voice-box.owl-carousel .owl-item:not(.center) {
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  .section-contents .voice-box.owl-carousel .owl-item.center {
    opacity: 1;
  }
}
.section-contents .voice-box.owl-carousel .owl-stage {
  display: flex;
}
.section-contents .voice-box.owl-carousel .owl-nav {
  display: none;
  margin: 0;
}
.section-contents .voice-box.owl-carousel .owl-nav button.owl-prev,
.section-contents .voice-box.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  background: #FF8500;
  color: #fff;
  font-size: 0;
  line-height: 1;
}
.section-contents .voice-box.owl-carousel .owl-nav button.owl-prev:hover,
.section-contents .voice-box.owl-carousel .owl-nav button.owl-next:hover {
  background: #e67700;
}
.section-contents .voice-box.owl-carousel .owl-nav button.owl-prev .voice-carousel-nav,
.section-contents .voice-box.owl-carousel .owl-nav button.owl-next .voice-carousel-nav {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}
.section-contents .voice-box.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
@media (max-width: 768px) {
  .section-contents .voice-box.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
.section-contents .voice-box.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}
@media (max-width: 768px) {
  .section-contents .voice-box.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
.section-contents .voice-box.owl-carousel .owl-dots {
  margin-top: 24px;
}
.section-contents .voice-box.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #D9D9D9;
}
.section-contents .voice-box.owl-carousel .owl-dots .owl-dot.active span,
.section-contents .voice-box.owl-carousel .owl-dots .owl-dot:hover span {
  background: #7FBE25;
}
.section-contents .voice-box .owl-item {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.section-contents .voice-box .box img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contents .voice-box .box div {
  padding: 24px;
}
@media (max-width: 480px) {
  .section-contents .voice-box .box div {
    padding: 20px;
  }
}
.section-contents .voice-box .box p {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .section-contents .voice-box .box p {
    font-size: 15px;
  }
}
.section-contents .voice-box .box small {
  color: #797979;
  font-size: 14px;
}
.section-contents .access-box .sp {
  display: none;
}
@media (max-width: 480px) {
  .section-contents .access-box .pc {
    display: none;
  }
  .section-contents .access-box .sp {
    display: block;
  }
}
.section-contents .access-box .flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
@media (max-width: 480px) {
  .section-contents .access-box .flex-box {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .section-contents .access-box .flex-box iframe {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section-contents .access-box .flex-box iframe {
    height: 220px;
  }
}
.section-contents .access-box .flex-box .txt-box {
  width: calc(100% - 450px);
}
@media (max-width: 1200px) {
  .section-contents .access-box .flex-box .txt-box {
    width: 100%;
  }
}
.section-contents .access-box .flex-box .txt-box ul li {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .section-contents .access-box .flex-box .txt-box ul li {
    display: block;
  }
}
.section-contents .access-box .flex-box .txt-box ul li h3 {
  width: 70px;
  color: #7FBE25;
  font-size: 16px;
  font-weight: 400;
  word-break: keep-all;
}
@media (max-width: 480px) {
  .section-contents .access-box .flex-box .txt-box ul li h3 {
    width: 100%;
  }
}
.section-contents .access-box .flex-box .txt-box ul li p {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .section-contents .access-box .flex-box .txt-box ul li p {
    font-size: 15px;
  }
}
.section-contents .access-box .flex-box .txt-box ul li p small {
  font-size: 14px;
  font-weight: 400;
}
.section-contents .access-box .iframe-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 64px;
}
.section-contents .access-box .iframe-box.sp {
  display: none;
}
@media (max-width: 480px) {
  .section-contents .access-box .iframe-box.sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .section-contents .access-box .iframe-box.pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-contents .access-box .iframe-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .section-contents .access-box .iframe-box {
    margin-top: 32px;
  }
}
.section-contents .access-box .iframe-box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  background: #7FBE25;
  padding: 12px 16px;
  text-align: center;
}
@media (max-width: 480px) {
  .section-contents .access-box .iframe-box h3 {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.section-contents .access-box .iframe-box iframe {
  width: 100%;
}
@media (max-width: 480px) {
  .section-contents .access-box .iframe-box iframe {
    height: 200px;
  }
}
.section-contents .access-box .iframe-box a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
@media (max-width: 480px) {
  .section-contents .access-box .iframe-box a img {
    height: 200px;
  }
}
.section-contents.bg-contact {
  background: url(../img/bg-contact.png) no-repeat;
  background-size: cover;
}
.section-contents.bg-contact br.sp {
  display: none;
}
@media (max-width: 480px) {
  .section-contents.bg-contact br.sp {
    display: block;
  }
}
.section-contents.bg-contact .section-title span, .section-contents.bg-contact .section-title h2, .section-contents.bg-contact .section-title p {
  color: #fff;
}
@media (max-width: 480px) {
  .section-contents.bg-contact .section-title {
    text-align: center;
  }
}
.section-contents.bg-contact .contact-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 880px;
  border-radius: 16px;
  padding: 40px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .section-contents.bg-contact .contact-box {
    width: 480px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .section-contents.bg-contact .contact-box {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .section-contents.bg-contact .contact-box {
    padding: 24px 20px;
  }
}
.section-contents.bg-contact .contact-box div h3 {
  font-size: 22px;
}
@media (max-width: 560px) {
  .section-contents.bg-contact .contact-box div h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.section-contents.bg-contact .contact-box div p {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 560px) {
  .section-contents.bg-contact .contact-box div p {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
}
.section-contents.bg-contact .contact-box div small {
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 560px) {
  .section-contents.bg-contact .contact-box div small {
    font-size: 11px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 560px) {
  .section-contents.bg-contact .contact-box div .btn {
    width: 100%;
  }
}
.section-contents.bg-contact .contact-box .line-box {
  padding-right: 40px;
  border-right: #D9D9D9 1px solid;
}
@media (max-width: 1200px) {
  .section-contents.bg-contact .contact-box .line-box {
    padding: 0 0 40px;
    margin-bottom: 40px;
    border: 0;
    border-bottom: #D9D9D9 1px solid;
  }
}
@media (max-width: 560px) {
  .section-contents.bg-contact .contact-box .line-box {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.section-contents.bg-contact .contact-box .line-box h3 {
  color: #00B900;
  margin-bottom: 12px;
}
.section-contents.bg-contact .contact-box .line-box .btn {
  margin: 20px auto 16px;
}
.section-contents.bg-contact .contact-box .tel-box {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .section-contents.bg-contact .contact-box .tel-box {
    padding: 0;
  }
}
.section-contents.bg-contact .contact-box .tel-box h3 {
  color: #FF8500;
  margin-bottom: 2px;
}
.section-contents.bg-contact .contact-box .tel-box .tel {
  display: inline-block;
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 56px;
  background: url(../img/icon-tel.png) no-repeat top 14px left;
  background-size: 40px;
}
@media (max-width: 560px) {
  .section-contents.bg-contact .contact-box .tel-box .tel {
    display: none;
  }
}
.section-contents.bg-contact .contact-box .tel-box .btn {
  margin: 4px auto 16px;
}
@media (max-width: 560px) {
  .section-contents.bg-contact .contact-box .tel-box .btn {
    margin: 16px auto;
  }
}

/* ========================================
   TOP page
   ======================================== */
.page-top .top-mv {
  height: 760px;
  background: #C0BBB5 url(../img/mv-top.png) no-repeat top center;
  background-size: cover;
  padding: 144px 0 0;
}
@media (max-width: 1440px) {
  .page-top .top-mv {
    padding: 200px 0 0;
  }
}
@media (max-width: 1280px) {
  .page-top .top-mv {
    background: #C0BBB5 url(../img/mv-top.png) no-repeat top center;
    background-size: auto 100%;
  }
}
@media (max-width: 1200px) {
  .page-top .top-mv {
    height: 640px;
    padding: 144px 0 0;
  }
}
@media (max-width: 768px) {
  .page-top .top-mv {
    height: 580px;
    padding: 240px 0 0;
  }
}
@media (max-width: 480px) {
  .page-top .top-mv {
    height: 600px;
    padding: 260px 0 0;
    background: #C0BBB5 url(../img/mv-top-sp.png) no-repeat top center;
    background-size: cover;
  }
}
.page-top .top-mv span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 16px;
  background: #FF8500;
}
@media (max-width: 768px) {
  .page-top .top-mv span {
    font-size: 15px;
  }
}
.page-top .top-mv h1 {
  color: #fff;
  font-size: 56px;
  line-height: 1.5;
  margin: 40px 0 32px;
}
@media (max-width: 1440px) {
  .page-top .top-mv h1 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .page-top .top-mv h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page-top .top-mv h1 {
    font-size: 28px;
    margin: 20px 0 16px;
  }
}
.page-top .top-mv p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .page-top .top-mv p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-top .top-mv p {
    font-size: 15px;
  }
}
.page-top .page-nav {
  padding-bottom: 48px;
}
.page-top .page-nav .time-table {
  margin: -200px 0 48px;
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table {
    margin: -80px 0 0;
  }
}
.page-top .page-nav .time-table > span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 16px;
  background: #7FBE25;
}
.page-top .page-nav .time-table > span br {
  display: none;
}
@media (max-width: 480px) {
  .page-top .page-nav .time-table > span br {
    display: block;
  }
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table > span {
    display: block;
    font-size: 14px;
  }
}
.page-top .page-nav .time-table .sp-btn {
  display: none;
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table .sp-btn {
    display: block;
  }
  .page-top .page-nav .time-table .sp-btn a {
    margin: 12px auto 0;
    width: 100%;
    justify-content: center;
  }
}
.page-top .page-nav .time-table .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 32px 40px;
  border-radius: 0 16px 16px 16px;
  background: #FFF;
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table .box {
    padding: 0;
    border-radius: 0;
    background: none;
  }
}
.page-top .page-nav .time-table .box .left-box {
  width: 602px;
}
@media (max-width: 1200px) {
  .page-top .page-nav .time-table .box .left-box {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table .box .left-box {
    margin: 24px 0;
  }
}
.page-top .page-nav .time-table .box .left-box table {
  border: #D9D9D9 1px solid;
  border-collapse: collapse;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .page-top .page-nav .time-table .box .left-box table {
    width: 100%;
  }
}
.page-top .page-nav .time-table .box .left-box table th, .page-top .page-nav .time-table .box .left-box table td {
  padding: 12px 20px;
  font-weight: 400;
  letter-spacing: 2px;
  border: #D9D9D9 1px solid;
  text-align: center;
  word-break: keep-all;
  background: #fff;
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table .box .left-box table th, .page-top .page-nav .time-table .box .left-box table td {
    padding: 4px 8px;
  }
}
@media (max-width: 480px) {
  .page-top .page-nav .time-table .box .left-box table th, .page-top .page-nav .time-table .box .left-box table td {
    padding: 4px;
  }
}
.page-top .page-nav .time-table .box .left-box table .bk {
  color: #333;
}
.page-top .page-nav .time-table .box .left-box table thead tr th {
  color: #fff;
  font-size: 18px;
  background: #7FBE25;
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table .box .left-box table thead tr th {
    font-size: 14px;
  }
}
.page-top .page-nav .time-table .box .left-box table thead tr td {
  color: #7FBE25;
  font-size: 16px;
  font-weight: 500;
  background: #F7FFED;
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table .box .left-box table thead tr td {
    font-size: 14px;
  }
}
.page-top .page-nav .time-table .box .left-box table tbody tr th {
  font-size: 16px;
  padding: 12px 20px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table .box .left-box table tbody tr th {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.page-top .page-nav .time-table .box .left-box table tbody tr td {
  font-size: 16px;
  color: #7FBE25;
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table .box .left-box table tbody tr td {
    font-size: 14px;
  }
}
.page-top .page-nav .time-table .box .left-box small {
  font-size: 14px;
}
.page-top .page-nav .time-table .box .right-box {
  width: 360px;
  text-align: center;
}
@media (max-width: 1200px) {
  .page-top .page-nav .time-table .box .right-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-top .page-nav .time-table .box .right-box {
    display: none;
  }
}
.page-top .page-nav .time-table .box .right-box .ttl {
  color: #FF8500;
  font-size: 20px;
  font-weight: 600;
}
.page-top .page-nav .time-table .box .right-box .tel {
  display: inline-block;
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 56px;
  background: url(../img/icon-tel.png) no-repeat top 14px left;
  background-size: 40px;
}
.page-top .page-nav .time-table .box .right-box .txt {
  font-size: 14px;
  font-weight: 400;
}
.page-top .page-nav .time-table .box .right-box .btn {
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .page-top .page-nav .time-table .box .right-box .btn {
    margin: 16px auto 0;
  }
}
.page-top .page-nav .page-nav-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
}
@media (max-width: 1200px) {
  .page-top .page-nav .page-nav-box {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .page-top .page-nav .page-nav-box {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px;
  }
}
.page-top .page-nav .page-nav-box a {
  position: relative;
  display: block;
  border-radius: 16px;
  border: #FF8500 1px solid;
  padding: 40px;
  background: #fff url(../img/icon-orange-arrow.png) no-repeat right 32px bottom 32px;
}
@media (max-width: 768px) {
  .page-top .page-nav .page-nav-box a {
    border-radius: 8px;
    padding: 20px;
  }
}
.page-top .page-nav .page-nav-box a p {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .page-top .page-nav .page-nav-box a p {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .page-top .page-nav .page-nav-box a p br.pc {
    display: none;
  }
}
.page-top .page-nav .page-nav-box a span {
  display: block;
  color: #797979;
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-top .page-nav .page-nav-box a span {
    font-size: 14px;
  }
}
.page-top .page-nav .page-nav-box a img {
  position: absolute;
  top: 16px;
  right: 0;
}
@media (max-width: 768px) {
  .page-top .page-nav .page-nav-box a img {
    top: 0;
    height: 100%;
  }
}

/* ========================================
page
   ======================================== */
.page .page-mv {
  height: 560px;
  padding: 144px 0 0;
}
@media (max-width: 1440px) {
  .page .page-mv {
    padding: 200px 0 0;
  }
}
@media (max-width: 1200px) {
  .page .page-mv {
    padding: 144px 0 0;
  }
}
@media (max-width: 768px) {
  .page .page-mv {
    height: 560px;
    padding: 240px 0 0;
  }
}
.page .page-mv span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 16px;
  background: #FF8500;
}
.page .page-mv span br.sp {
  display: none;
}
@media (max-width: 768px) {
  .page .page-mv span br.sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .page .page-mv span {
    padding: 1px 2px 2px;
    font-size: 15px;
    line-height: 2;
  }
}
.page .page-mv h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  margin: 40px 0 32px;
}
.page .page-mv h1 br.sp {
  display: none;
}
@media (max-width: 768px) {
  .page .page-mv h1 br.sp {
    display: block;
  }
}
@media (max-width: 1200px) {
  .page .page-mv h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page .page-mv h1 {
    line-height: 1.2;
    font-size: 28px;
    margin: 20px 0 16px;
  }
}
.page .page-mv p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .page .page-mv p {
    font-size: 15px;
  }
  .page .page-mv p br {
    display: none;
  }
}
.page.page-training .page-mv {
  background: #9A9A9A url(../img/mv-training.png) no-repeat top right;
  background-size: contain;
}
@media (max-width: 1280px) {
  .page.page-training .page-mv {
    background: #9A9A9A url(../img/mv-training.png) no-repeat top right;
    background-size: auto 100%;
  }
}
@media (max-width: 480px) {
  .page.page-training .page-mv {
    background: #9A9A9A url(../img/mv-training.png) no-repeat top right -128px;
    background-size: auto 100%;
  }
}
.page.page-junior .page-mv {
  background: #9A9A9A url(../img/mv-junior.png) no-repeat top right;
  background-size: contain;
}
@media (max-width: 1280px) {
  .page.page-junior .page-mv {
    background: #9A9A9A url(../img/mv-junior.png) no-repeat top right;
    background-size: auto 100%;
  }
}
@media (max-width: 480px) {
  .page.page-junior .page-mv {
    background: #9A9A9A url(../img/mv-junior.png) no-repeat top right -240px;
    background-size: auto 100%;
  }
}
.page .page-nav {
  padding-bottom: 48px;
}
.page .page-nav .page-nav-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .page .page-nav .page-nav-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .page .page-nav .page-nav-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.page .page-nav .page-nav-box a {
  position: relative;
  display: block;
  border-radius: 16px;
  border: #FF8500 1px solid;
  padding: 40px;
  background: #fff url(../img/icon-orange-arrow.png) no-repeat right 32px bottom 32px;
}
@media (max-width: 768px) {
  .page .page-nav .page-nav-box a {
    border-radius: 8px;
    padding: 20px;
  }
}
.page .page-nav .page-nav-box a p {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.page .page-nav .page-nav-box a p br {
  display: none;
}
@media (max-width: 768px) {
  .page .page-nav .page-nav-box a p br {
    display: block;
  }
}
@media (max-width: 768px) {
  .page .page-nav .page-nav-box a p {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.page .page-nav .page-nav-box a span {
  display: block;
  color: #797979;
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page .page-nav .page-nav-box a span {
    font-size: 14px;
  }
}
.page .page-nav .page-nav-box a img {
  position: absolute;
  top: 16px;
  right: 0;
}
@media (max-width: 768px) {
  .page .page-nav .page-nav-box a img {
    top: 0;
    height: 100%;
  }
}
.page .page-nav2 {
  padding: 48px 0;
}
@media (max-width: 480px) {
  .page .page-nav2 {
    padding: 24px 0;
  }
}
.page .page-nav2 .medal-box {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.page .page-nav2 .medal-box img {
  width: 224px;
  height: auto;
}
@media (max-width: 768px) {
  .page .page-nav2 .medal-box {
    gap: 12px;
  }
  .page .page-nav2 .medal-box img {
    width: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .page .page-nav2 .medal-box {
    gap: 4px;
  }
}

.page-tag-box {
  padding: 24px 0;
  border-top: #FF8500 1px solid;
  border-bottom: #FF8500 1px solid;
}
.page-tag-box .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .page-tag-box .inner {
    display: block;
  }
}
.page-tag-box h2 {
  font-size: 16px;
  padding-right: 24px;
  border-right: #D9D9D9 1px solid;
  margin-right: 32px;
  word-break: keep-all;
}
@media (max-width: 480px) {
  .page-tag-box h2 {
    border: 0;
    padding: 0 0 12px;
  }
}
.page-tag-box .tag-box {
  margin: 0;
}
.page-tag-box .tag-box span {
  border: #FF8500 1px solid;
  background: #FFF9F2;
}

.page-training .section-contents .plan-box .box {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 1200px) {
  .page-training .section-contents .plan-box .box {
    width: 100%;
  }
}

.page-junior .section-contents .plan-box {
  margin-top: 80px;
}
.page-junior .section-contents .plan-box .box .txt-box {
  min-height: 291px;
}
@media (max-width: 768px) {
  .page-junior .section-contents .plan-box .box .txt-box {
    min-height: auto;
  }
}

/* ========================================
   404
   ======================================== */
.page-404 .page-404-mv {
  background: #9A9A9A url(../img/mv-top.png) no-repeat top center;
  background-size: cover;
}
@media (max-width: 768px) {
  .page-404 .page-404-mv {
    background: #9A9A9A url(../img/mv-top-sp.png) no-repeat top center;
    background-size: cover;
  }
}

.page-404-content {
  padding-top: 48px;
}

.page-404-box {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 80px;
}
.page-404-box .page-404-code {
  font-family: "Outfit", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #FF8500;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .page-404-box .page-404-code {
    font-size: 80px;
  }
}
.page-404-box h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .page-404-box h2 {
    font-size: 20px;
  }
}
.page-404-box > p {
  margin-bottom: 40px;
  color: #666;
}

.page-404-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.page-404-links .btn {
  min-width: 220px;
}
@media (max-width: 768px) {
  .page-404-links {
    flex-direction: column;
    align-items: center;
  }
  .page-404-links .btn {
    width: 100%;
    max-width: 320px;
  }
}

.page-mv--simple {
  background: #C0BBB5;
  min-height: auto;
  padding: 80px 0;
}

.page-default-content {
  max-width: 800px;
}/*# sourceMappingURL=style.css.map */