@charset "UTF-8";
/* =========================================================
   common.scss (新しいオレンジ基調テーマに一括更新)
   ========================================================= */
/* Scss Document */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.024em;
}

body {
  background-color: #FFFFFF;
  word-wrap: break-word;
  color: #333333;
}

body.nav-open {
  overflow: hidden;
  height: 100%;
}

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

a {
  transition: all 0.3s;
  text-decoration: none;
  color: #FF9300;
}
a:hover {
  opacity: 0.8;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
@media (max-width: 834px) {
  p {
    font-size: 15px;
    line-height: 1.7;
  }
}

.area-flex {
  display: flex;
  flex-wrap: wrap;
}

.just-flex {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.just-center-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.center-flex {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.inner-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 834px) {
  .inner-box {
    padding: 0 16px;
  }
}

/* =========================================================
   共通コンポーネント
   ========================================================= */
#container {
  padding-top: 80px;
}

.section-heading {
  font-size: 24px;
  font-weight: bold;
  color: #FF9300;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .section-heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

section {
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  section {
    padding-bottom: 60px;
  }
}

.section-text {
  font-size: 15px;
  line-height: 1.8;
}

.page-header {
  background-color: #F0F4F8;
  padding: 40px 0;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .page-header {
    padding: 30px 0;
    margin-bottom: 40px;
  }
}
.page-header .page-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
@media (max-width: 834px) {
  .page-header .page-title {
    font-size: 22px;
  }
}

.btn-area {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 834px) {
  .btn-area {
    margin-top: 24px;
  }
}

.btn-area-left {
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 834px) {
  .btn-area-left {
    margin-top: 24px;
  }
}

.btn-blue-arrow,
.btn-blue-pdf {
  position: relative;
  display: inline-flex;
  background-color: #FF9300;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 4px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  min-width: 240px;
  box-shadow: 0 2px 8px rgba(255, 147, 0, 0.2);
  text-align: left;
}
.btn-blue-arrow::after,
.btn-blue-pdf::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 12px;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 0.3s ease-out;
}
.btn-blue-arrow:hover,
.btn-blue-pdf:hover {
  opacity: 1;
  background-color: rgb(193.8, 111.72, 0);
  box-shadow: 0 4px 16px rgba(255, 147, 0, 0.4);
}
.btn-blue-arrow:hover::after,
.btn-blue-pdf:hover::after {
  right: 6px;
}
@media (max-width: 834px) {
  .btn-blue-arrow,
  .btn-blue-pdf {
    font-size: 14px;
    min-width: 200px;
    padding: 14px 40px 14px 24px;
  }
  .btn-blue-arrow::after,
  .btn-blue-pdf::after {
    right: 8px;
    width: 30px;
    height: 30px;
  }
  .btn-blue-arrow:hover::after,
  .btn-blue-pdf:hover::after {
    right: 4px;
  }
}

.btn-blue-arrow::after {
  background-size: 18px;
}
@media (max-width: 834px) {
  .btn-blue-arrow::after {
    background-size: 14px;
  }
}
.btn-blue-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF9300' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

.btn-blue-pdf .pdf-icon {
  display: none;
}

.btn-blue-pdf::after {
  background-size: 14px;
}
@media (max-width: 834px) {
  .btn-blue-pdf::after {
    background-size: 12px;
  }
}
.btn-blue-pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 30'%3E%3Cpath d='M19,2H7A3,3,0,0,0,4.015,5L4,29a3,3,0,0,0,2.985,3H25a3.009,3.009,0,0,0,3-3V11Zm3,24H10V23H22Zm0-6H10V17H22Zm-4.5-7.5V4.25l8.25,8.25Z' transform='translate(-4 -2)' fill='%23FF9300'/%3E%3C/svg%3E");
}

/* =========================================================
   表示切り替え用 ユーティリティクラス
   ========================================================= */
@media (max-width: 1080px) {
  .pc-v2-only {
    display: none !important;
  }
}

@media (min-width: 1081px) {
  .sp-v2-only {
    display: none !important;
  }
}

/* =========================================================
   新ヘッダーレイアウト（デザイン完全準拠）
   ========================================================= */
.fixed-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
}
.fixed-header .header-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
}
@media (max-width: 834px) {
  .fixed-header .header-box {
    padding: 6px 15px;
  }
}
.fixed-header #logo {
  z-index: 1010;
}
.fixed-header #logo a {
  display: block;
  max-width: 280px;
}
@media (max-width: 1080px) {
  .fixed-header #logo a {
    max-width: 180px;
  }
}

@media (min-width: 1081px) {
  .gnav {
    margin-left: auto;
    margin-right: 20px;
  }
  .gnav .gnav__menu {
    gap: 16px;
  }
  .gnav .gnav__menu li a {
    color: #333333;
    font-weight: bold;
    font-size: 15px;
    padding: 16px 8px;
    display: inline-block;
  }
  .gnav .gnav__menu li a:hover {
    color: #FF9300;
  }
  .btn-contact {
    background-color: #FF9300;
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  .btn-contact:hover {
    opacity: 1;
    background-color: rgb(193.8, 111.72, 0);
  }
}
@media (max-width: 1080px) {
  .header-actions {
    align-items: center;
    gap: 16px;
    z-index: 1010;
  }
  .reserve_btn {
    background-color: #FF9300;
    color: #FFFFFF !important;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  .reserve_btn:hover {
    background-color: rgb(204, 117.6, 0);
  }
  .nav_btn {
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer;
  }
  .nav_btn .menu__line {
    background: #333333;
    display: block;
    height: 2px;
    width: 22px;
    position: absolute;
    left: 7px;
    transition: transform 0.3s, top 0.3s, opacity 0.3s;
  }
  .nav_btn .menu__line--top {
    top: 11px;
  }
  .nav_btn .menu__line--center {
    top: 17px;
  }
  .nav_btn .menu__line--bottom {
    top: 23px;
  }
  .nav_btn .menu__line--top.active {
    top: 17px;
    transform: rotate(-135deg);
  }
  .nav_btn .menu__line--center.active {
    opacity: 0;
  }
  .nav_btn .menu__line--bottom.active {
    top: 17px;
    transform: rotate(135deg);
  }
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    padding-top: 48px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.3s ease;
  }
  .gnav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .gnav .gnav__wrap {
    padding: 15px 20px;
  }
  .gnav .gnav__menu {
    flex-direction: column;
    gap: 0;
    text-align: left;
    border-top: 1px solid #E5E5E5;
  }
  .gnav .gnav__menu li a {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
  }
  .gnav .gnav__menu li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FF9300;
    border-right: 2px solid #FF9300;
    transform: rotate(45deg);
  }
  .gnav .gnav__cta {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .gnav .gnav__cta-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF !important;
  }
  .gnav .gnav__cta-btn.admission {
    background-color: #FF9300;
  }
  .gnav .gnav__cta-btn.contact {
    background-color: #7A93A9;
  }
  .gnav .gnav__cta-btn .arrow {
    font-weight: bold;
  }
}
/* =========================================================
   新フッターレイアウト（LPデザイン専用）
   ========================================================= */
.footer.lp-footer {
  background-color: #FFFFFF;
  border-top: none;
  padding: 60px 0 0;
}
@media (max-width: 834px) {
  .footer.lp-footer {
    padding: 0px 0 0;
  }
}
.footer.lp-footer .footer__sponsor {
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 834px) {
  .footer.lp-footer .footer__sponsor {
    padding-bottom: 30px;
  }
}
.footer.lp-footer .footer__sponsor .sponsor-label {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .footer.lp-footer .footer__sponsor .sponsor-label {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.footer.lp-footer .footer__sponsor .sponsor-logos {
  gap: 40px;
  align-items: center;
}
@media (max-width: 834px) {
  .footer.lp-footer .footer__sponsor .sponsor-logos {
    flex-direction: column;
    gap: 24px;
  }
}
.footer.lp-footer .footer__sponsor .sponsor-logos img {
  max-width: 180px;
}
@media (max-width: 834px) {
  .footer.lp-footer .footer__sponsor .sponsor-logos img {
    max-width: 140px;
  }
}
.footer.lp-footer .footer__bottom {
  background-color: #FF9300;
  padding: 10px;
  border-top: none;
}
@media (max-width: 834px) {
  .footer.lp-footer .footer__bottom {
    padding: 8px;
  }
}
.footer.lp-footer .footer__bottom .bottom-inner {
  justify-content: center;
}
.footer.lp-footer .footer__copyright p {
  font-size: 13px;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 834px) {
  .footer.lp-footer .footer__copyright p {
    font-size: 11px;
  }
}

#fade-container {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#fade-container.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade-in.visible {
  opacity: 1;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   下層ページ（固定ページ・募集要項など）共通フォーマット
   ========================================================= */
#container.under-page-container {
  background-color: #FFF9F0;
  padding: 80px 0 100px;
}
@media (max-width: 834px) {
  #container.under-page-container {
    padding: 40px 0 60px;
  }
}
#container.under-page-container .page-wrapper {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 80px 100px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}
@media (max-width: 834px) {
  #container.under-page-container .page-wrapper {
    padding: 40px 20px;
    border-radius: 12px;
  }
}
#container.under-page-container .page-header-block {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#container.under-page-container .page-header-block h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}
@media (max-width: 834px) {
  #container.under-page-container .page-header-block h1 {
    font-size: 20px;
  }
}
#container.under-page-container .page-header-block .info-label {
  color: #FF9300;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
#container.under-page-container .page-header-block .date {
  font-size: 14px;
  font-weight: bold;
}
#container.under-page-container .page-section {
  margin-bottom: 70px;
}
#container.under-page-container .page-section h2 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (max-width: 834px) {
  #container.under-page-container .page-section h2 {
    font-size: 20px;
  }
}
#container.under-page-container .page-section h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media (max-width: 834px) {
  #container.under-page-container .page-section h3 {
    font-size: 17px;
  }
}
#container.under-page-container .page-section p, #container.under-page-container .page-section li {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 5px;
}
#container.under-page-container .page-section ul {
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
}
#container.under-page-container .page-section ul li {
  padding-left: 2em;
  text-indent: -2em;
}
#container.under-page-container .page-section .note-box {
  background-color: #F6F6F6;
  padding: 24px 30px;
  border-radius: 4px;
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 834px) {
  #container.under-page-container .page-section .note-box {
    display: block;
    padding: 20px;
  }
}
#container.under-page-container .page-section .note-box p {
  margin-bottom: 5px;
  font-weight: bold;
}
#container.under-page-container .page-section .note-box p:last-child {
  margin-bottom: 0;
}
#container.under-page-container .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
  margin-top: 30px;
}
@media (max-width: 834px) {
  #container.under-page-container .product-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#container.under-page-container .product-grid .product-item {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background-color: #FFF;
}
#container.under-page-container .product-grid .product-item .img-wrap {
  display: block;
  width: 100%;
  height: auto;
  background-color: #000;
}
#container.under-page-container .product-grid .product-item .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
#container.under-page-container .product-grid .product-item .product-label {
  background-color: #FF9300;
  color: #FFFFFF;
  font-weight: bold;
  padding: 6px 0;
  font-size: 15px;
}
#container.under-page-container .product-grid .product-item .product-info {
  padding: 20px;
}
#container.under-page-container .product-grid .product-item .product-info p {
  margin-bottom: 4px;
  font-size: 14px;
  color: #333;
}
#container.under-page-container .product-grid .product-item .product-info .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
#container.under-page-container .product-grid .product-item .product-info .capacity {
  font-weight: bold;
  font-size: 16px;
  margin-top: 12px;
}
#container.under-page-container .faq-list dl {
  margin-bottom: 30px;
}
#container.under-page-container .faq-list dt {
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  font-size: 15px;
}
#container.under-page-container .faq-list dt::before {
  content: "Q：";
  color: #FF9300;
  position: absolute;
  left: 0;
  font-weight: bold;
}
#container.under-page-container .faq-list dd {
  margin-bottom: 30px;
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.7;
  margin-left: 0;
}
#container.under-page-container .faq-list dd::before {
  content: "A：";
  color: #3B8C41;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.btn-orange {
  display: inline-block;
  background-color: #FF9300;
  color: #FFF !important;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 60px;
  border-radius: 34px;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
}
.btn-orange:hover {
  background-color: rgb(204, 117.6, 0);
  opacity: 1;
}
.btn-orange.gray {
  color: #000;
  background-color: #B0B0B0;
  box-shadow: 0 4px 10px rgba(176, 176, 176, 0.3);
}
.btn-orange.gray:hover {
  background-color: rgb(150.5, 150.5, 150.5);
}/*# sourceMappingURL=common.css.map */