@charset "UTF-8";
/* ============================================================
// index
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// design parts
------------------------------------------------------------ */
.hero-wrap {
  position: relative;
  height: 100vh;
  background: url(../images/index/img-hero.png) no-repeat center center/cover;
  z-index: -1;
}
.hero-wrap .hero-txt {
  position: absolute;
  bottom: 70px;
  left: clamp(20px, 5.2863436123vw + 0.1762114537px, 80px);
  font-size: clamp(34px, 2.6431718062vw + 24.0881057269px, 64px);
  color: #ffffff;
  line-height: 1.4;
}
.hero-wrap .hero-txt span {
  display: block;
  font-size: clamp(15px, 0.7929515419vw + 12.0264317181px, 24px);
  line-height: 1.6;
  margin-top: clamp(10px, 1.7621145374vw + 3.3920704846px, 30px);
}
.hero-wrap .hero-orb {
  position: absolute;
  bottom: -160px;
  z-index: -1;
}
.hero-wrap .hero-orb img {
  max-width: clamp(280px, 19.6475770925vw + 206.3215859031px, 503px);
  opacity: 0.6;
}
.hero-wrap .scroll-down {
  position: absolute;
  right: clamp(10px, 5.7268722467vw + -11.4757709251px, 75px);
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-wrap .scroll-down span {
  display: block;
  font-size: clamp(13px, 0.2643171806vw + 12.0088105727px, 16px);
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 2px 3px rgba(60, 30, 0, 0.6), 0 0 15px rgba(255, 197, 113, 0.4);
  margin-bottom: 20px;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.hero-wrap .scroll-down::after {
  content: "";
  display: block;
  width: 2px;
  height: clamp(60px, 5.2863436123vw + 40.1762114537px, 120px);
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .hero-wrap {
    height: 80vh;
  }
  .hero-wrap .hero-txt {
    text-shadow: 0 2px 4px rgba(71, 45, 10, 0.4), 0 4px 12px rgba(255, 197, 113, 0.3);
  }
  .hero-wrap .hero-orb {
    bottom: -90px;
  }
  .hero-wrap .scroll-down span {
    color: #cccccc;
  }
  .hero-wrap .scroll-down::after {
    content: "";
    background: #eeeeee;
  }
}

.message-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(740px, 33.7444933921vw + 613.4581497797px, 1123px);
  background: url(../images/index/bg-messag.png) no-repeat top center/cover;
}
.message-wrap .message-box {
  text-align: center;
}
.message-wrap .message-box .message-txt {
  font-size: clamp(18px, 0.5286343612vw + 16.0176211454px, 24px);
  line-height: 1.2;
  margin-block: 80px 60px;
}
.message-wrap .message-box p {
  font-size: clamp(16px, 0.3524229075vw + 14.6784140969px, 20px);
}
@media screen and (max-width: 767px) {
  .message-wrap .message-box .message-txt {
    font-weight: 900;
    margin-block: 80px 60px;
  }
  .message-wrap .message-box p {
    text-align: left;
  }
}

.business-about-wrap {
  padding-block: clamp(60px, 7.0484581498vw + 33.5682819383px, 140px);
  background: url(../images/common/bg-orb.png);
  background-size: cover;
}
.business-about-wrap .about-box,
.business-about-wrap .business-box {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.5242290749vw + 6.7841409692px, 60px);
  padding: clamp(20px, 0.4405286344vw + 18.3480176211px, 25px);
  background: #ffffff;
  border-radius: 16px;
}
.business-about-wrap .about-box:not(:last-child),
.business-about-wrap .business-box:not(:last-child) {
  margin-bottom: 40px;
}
.business-about-wrap .about-box .about-img,
.business-about-wrap .about-box .business-img,
.business-about-wrap .business-box .about-img,
.business-about-wrap .business-box .business-img {
  width: 100%;
  max-width: clamp(0px, 81.0572687225vw + -303.9647577093px, 920px);
  border-radius: 16px;
}
.business-about-wrap .about-box .about-body,
.business-about-wrap .about-box .business-body,
.business-about-wrap .business-box .about-body,
.business-about-wrap .business-box .business-body {
  flex: 1;
}
.business-about-wrap .about-box .about-body .about-txt,
.business-about-wrap .about-box .about-body .business-txt,
.business-about-wrap .about-box .business-body .about-txt,
.business-about-wrap .about-box .business-body .business-txt,
.business-about-wrap .business-box .about-body .about-txt,
.business-about-wrap .business-box .about-body .business-txt,
.business-about-wrap .business-box .business-body .about-txt,
.business-about-wrap .business-box .business-body .business-txt {
  margin-block: clamp(20px, 2.6431718062vw + 10.0881057269px, 50px);
}
@media screen and (max-width: 991px) {
  .business-about-wrap .about-box,
  .business-about-wrap .business-box {
    flex-direction: column;
  }
  .business-about-wrap .about-box .about-img,
  .business-about-wrap .about-box .business-img,
  .business-about-wrap .business-box .about-img,
  .business-about-wrap .business-box .business-img {
    max-width: 100%;
  }
}

.information-wrap {
  padding-block: clamp(60px, 8.8105726872vw + 26.9603524229px, 160px);
}
.information-wrap .information-box {
  display: flex;
  gap: clamp(20px, 6.5198237885vw + -4.449339207px, 94px);
}
.information-wrap .information-box .information-body {
  flex: 1;
  max-height: 620px;
  overflow-y: auto;
  padding-right: 15px;
}
.information-wrap .information-box .information-body::-webkit-scrollbar {
  width: 10px;
}
.information-wrap .information-box .information-body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.information-wrap .information-box .information-body::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}
.information-wrap .information-box .information-body::-webkit-scrollbar-thumb {
  background: #ffa76f;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.information-wrap .information-box .information-body {
  scrollbar-width: auto;
  scrollbar-color: #ffa76f #ffffff;
}
.information-wrap .information-box .information-body ul li {
  position: relative;
  padding: clamp(30px, 0.8810572687vw + 26.6960352423px, 40px) clamp(20px, 6.1674008811vw + -3.127753304px, 90px) clamp(30px, 1.7621145374vw + 23.3920704846px, 50px);
  background: #ffffff;
  border-radius: 16px;
}
.information-wrap .information-box .information-body ul li:not(:last-child) {
  margin-bottom: 10px;
}
.information-wrap .information-box .information-body ul li .information-item-date {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
}
.information-wrap .information-box .information-body ul li .information-item-date span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #f38300;
  width: 72px;
  height: 18px;
  padding-bottom: 1px;
  background: #ffffff;
  border: 1px solid #f38300;
  border-radius: 8px;
}
.information-wrap .information-box .information-body ul li .information-item-ttl {
  display: block;
  font-size: clamp(18px, 0.1762114537vw + 17.3392070485px, 20px);
  line-height: 1.5;
  margin-bottom: 20px;
  padding-block: 14px 20px;
  padding-right: 40px;
  border-bottom: 1px solid #898989;
  transition: 0.4s;
}
.information-wrap .information-box .information-body ul li .information-item-ttl:hover {
  color: #270f00;
  text-shadow: 0 10px 20px rgba(39, 15, 0, 0.2);
}
.information-wrap .information-box .information-body ul li .information-link {
  position: absolute;
  top: clamp(30px, 2.1145374449vw + 22.0704845815px, 54px);
  right: clamp(20px, 6.1674008811vw + -3.127753304px, 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: clamp(24px, 0.704845815vw + 21.3568281938px, 32px);
  height: clamp(24px, 0.704845815vw + 21.3568281938px, 32px);
  background: #403630;
  border-radius: clamp(12px, 0.3524229075vw + 10.6784140969px, 16px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.information-wrap .information-box .information-body ul li .information-link:hover {
  background: #270f00;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(39, 15, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .information-wrap .information-box {
    flex-direction: column;
  }
  .information-wrap .information-box .information-body {
    height: 380px;
  }
  .information-wrap .information-box .information-body ul li .information-link i {
    font-size: 12px;
  }
}

.contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: clamp(60px, 7.0484581498vw + 33.5682819383px, 140px);
  background: url(../images/index/bg-contact.png) no-repeat center center/cover;
}
.contact-wrap .contact-txt {
  font-size: clamp(18px, 0.5286343612vw + 16.0176211454px, 24px);
  text-align: center;
  margin: 90px 0 70px;
}
.contact-wrap .contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 0.8810572687vw + 36.6960352423px, 50px);
}
.contact-wrap .contact-box .phone-box .phone-number {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: 32px;
  font-weight: 900;
}
.contact-wrap .contact-box .phone-box .phone-number i {
  font-size: 24px;
}
.contact-wrap .contact-box .phone-box .phone-txt {
  font-size: 18px;
}
.contact-wrap .contact-box a.mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.8810572687vw + 6.6960352423px, 20px);
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  width: clamp(141px, 12.422907489vw + 94.4140969163px, 282px);
  height: clamp(50px, 2.6431718062vw + 40.0881057269px, 80px);
  background: #ffa76f;
  border-radius: clamp(25px, 1.3215859031vw + 20.0440528634px, 40px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact-wrap .contact-box a.mail-btn i {
  font-size: 24px;
  margin-top: 4px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact-wrap .contact-box a.mail-btn:hover {
  background: #270f00;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(39, 15, 0, 0.2);
}
.contact-wrap .contact-box a.mail-btn:hover i {
  transform: translateX(4px);
}
@media screen and (max-width: 767px) {
  .contact-wrap .contact-box {
    flex-direction: column;
  }
  .contact-wrap .contact-box a.mail-btn {
    width: 240px;
  }
}

.system-wrap {
  text-align: center;
  width: 100%;
  padding-block: clamp(60px, 8.8105726872vw + 26.9603524229px, 160px);
  background: #ffffff;
}
.system-wrap #a-con {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(15px, 0.0881057269vw + 14.6696035242px, 16px);
  font-weight: 700;
  color: #403630;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
.system-wrap #a-con div {
  font-size: clamp(30px, 0.1762114537vw + 29.3392070485px, 32px);
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 18px;
}
.system-wrap #a-con a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #ffffff;
  background: #403630;
  border-radius: 20px;
  padding: 0 12px 1px;
  transition: 0.3s;
}
.system-wrap #a-con a:hover {
  background: #270f00;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(39, 15, 0, 0.2);
}
.system-wrap .article-content {
  margin-top: clamp(15px, 0.8810572687vw + 11.6960352423px, 25px);
}
.system-wrap .article-content .news-top {
  padding: clamp(30px, 0.8810572687vw + 26.6960352423px, 40px) clamp(20px, 1.7621145374vw + 13.3920704846px, 40px) !important;
  background: #f5f5f5;
  border-radius: 16px;
}
.system-wrap .article-content .news-top dt:not(:last-child) {
  margin-bottom: 14px;
}
.system-wrap .article-content .news-top dt .news-title {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(15px, 0.0881057269vw + 14.6696035242px, 16px);
  font-weight: 700;
  color: #403630;
  line-height: 1.5;
  text-align: left;
}
.system-wrap .article-content .news-top dt .news-date {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(15px, 0.0881057269vw + 14.6696035242px, 16px);
}
.system-wrap .article-content p {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(15px, 0.0881057269vw + 14.6696035242px, 16px);
  color: #403630;
  letter-spacing: 0.05em;
  margin-top: clamp(20px, 1.7621145374vw + 13.3920704846px, 40px);
  text-align: right;
}