@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #303030;
  letter-spacing: 0.07rem;
  z-index: 0;
  position: relative;
  font-weight: 500;
}
body::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/common/bg.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.7;
}
@media print {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2DAFFF;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  padding: 0 3rem;
  z-index: 99;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
  }
}
header::after {
  content: "";
  z-index: -1;
  background: url(../../images/common/bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s;
}
header.scroll {
  background: #fff;
}
header.scroll::after {
  opacity: 0.4;
}
header .logo {
  width: 30rem;
}
header .logo img, header .logo a {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-top: 3rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    transform: translateY(100%) translateX(100%);
    flex-direction: column;
    gap: 0;
    width: 28rem;
    background: #fff;
    padding-top: 0;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 1199px) {
  header nav::after {
    content: "";
    z-index: -1;
    background: url(../../images/common/bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    transition: 0.4s;
  }
}
header nav a {
  position: relative;
  font-weight: bold;
  display: block;
  height: 37.44px;
}
@media screen and (max-width: 1199px) {
  header nav a {
    width: 100%;
    padding: 1rem 1.5rem 1rem 3.5rem;
    height: auto;
  }
}
header nav a:nth-of-type(5) {
  font-size: 90%;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  header nav a:nth-of-type(5) {
    text-align: left;
    font-size: 100%;
  }
  header nav a:nth-of-type(5) br {
    display: none;
  }
}
header nav a::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../images/common/icon.png) no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav a::before {
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    left: 0.7rem;
  }
}
header nav a::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #117B4D;
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
@media screen and (max-width: 1199px) {
  header nav a::after {
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
  }
}
header nav a.active {
  color: #117B4D;
}
header nav a.active::after {
  opacity: 1;
}
@media (min-width: 992px) {
  header nav a:hover {
    color: #117B4D;
  }
  header nav a:hover::after {
    opacity: 1;
  }
  header nav a:hover::before {
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header nav a:hover::before {
    transform: translateY(-50%) rotate(90deg);
  }
}
header nav .sp_flo {
  display: none;
}
@media screen and (max-width: 1199px) {
  header nav .sp_flo {
    display: block;
    width: 100%;
  }
}
header nav .sp_flo .parent, header nav .sp_flo .tel, header nav .sp_flo .mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 1rem 0 0 1rem;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.1rem;
  transition: 0.3s;
  width: fit-content;
  width: 100%;
  border-radius: 0;
}
header nav .sp_flo .parent::after, header nav .sp_flo .parent::before, header nav .sp_flo .tel::after, header nav .sp_flo .tel::before, header nav .sp_flo .mail::after, header nav .sp_flo .mail::before {
  display: none;
}
header nav .sp_flo .parent {
  background: #117B4D;
}
header nav .sp_flo .parent img {
  display: block;
  width: 1.6rem;
}
@media (min-width: 992px) {
  header nav .sp_flo .parent:hover {
    background: #0a5836;
  }
}
header nav .sp_flo .tel {
  background: #F4BD27;
}
header nav .sp_flo .tel_ttl i {
  margin-bottom: 0.5rem;
}
header nav .sp_flo .tel_num {
  writing-mode: horizontal-tb;
  font-family: "Anaheim", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media (min-width: 992px) {
  header nav .sp_flo .tel:hover .tel_num {
    width: 122px;
    margin-left: 2rem;
  }
}
header nav .sp_flo .mail {
  background: #D76D8F;
}
@media (min-width: 992px) {
  header nav .sp_flo .mail:hover {
    background: #c1114a;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #117B4D;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}

.floating {
  position: fixed;
  right: 0;
  top: 8rem;
  writing-mode: vertical-rl;
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .floating {
    display: none;
  }
}
.floating .parent, .floating .tel, .floating .mail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
  border-radius: 1rem 0 0 1rem;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.1rem;
  transition: 0.3s;
  width: fit-content;
}
.floating .parent {
  background: #117B4D;
}
.floating .parent img {
  display: block;
  width: 1.6rem;
}
@media (min-width: 992px) {
  .floating .parent:hover {
    background: #0a5836;
  }
}
.floating .tel {
  background: #F4BD27;
  flex-direction: column;
  gap: 0;
}
.floating .tel_ttl i {
  margin-bottom: 0.5rem;
}
.floating .tel_num {
  writing-mode: horizontal-tb;
  font-family: "Anaheim", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .floating .tel:hover .tel_num {
    width: 122px;
    margin-left: 2rem;
  }
}
.floating .mail {
  background: #D76D8F;
}
@media (min-width: 992px) {
  .floating .mail:hover {
    background: #c1114a;
  }
}

.title {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  align-items: baseline;
}
.title .en {
  font-family: "Anaheim", sans-serif;
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 1;
}
.title h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.title_bottom .en {
  font-family: "Anaheim", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #117B4D;
}
.title_bottom h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1rem;
}
.title_bottom.center {
  text-align: center;
}

.more {
  background: #D76D8F;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.6rem;
  height: 7.6rem;
  border-radius: 6rem;
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  transition: 0.3s;
}
.more::after {
  content: "";
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  border: 2px dashed #F4BD27;
  border-radius: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .more:hover {
    background: #c1114a;
    color: #fff;
  }
}
.more.back {
  background: #117B4D;
}
@media (min-width: 992px) {
  .more.back:hover {
    background: #075f39;
    color: #fff;
  }
}

main {
  overflow: hidden;
}

.footer {
  background: url(../../images/common/bg_pink_light.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 5rem;
}
.footer.layer {
  padding-top: 8rem;
}
.footer_access {
  padding: 5rem;
  width: 100%;
  border-radius: 2rem 2rem 0 0;
  display: flex;
  gap: 6rem;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer_access {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_access {
    padding: 2rem;
  }
}
.footer_access::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/common/bg.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.7;
}
.footer_access .access_title {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .footer_access .access_title {
    writing-mode: horizontal-tb;
    display: flex;
    flex-direction: column-reverse;
  }
}
.footer_access .access_title .en {
  font-family: "Anaheim", sans-serif;
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 1;
}
.footer_access .access_title h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.footer_access .map {
  width: calc(100% - 14.5rem);
}
@media screen and (max-width: 767px) {
  .footer_access .map {
    width: 100%;
  }
}
.footer_access .map iframe {
  width: 100%;
  height: 48rem;
}
@media screen and (max-width: 767px) {
  .footer_access .map iframe {
    height: 35rem;
  }
}
.footer_icon {
  position: absolute;
  right: 8rem;
  bottom: 3rem;
  width: 8.8rem;
}
@media screen and (max-width: 574px) {
  .footer_icon {
    display: none;
  }
}
.footer_bottom {
  width: 90vw;
  margin: 0 auto;
  border-radius: 2rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .footer_bottom {
    width: 97vw;
  }
}
@media screen and (max-width: 574px) {
  .footer_bottom {
    width: calc(100% - 24px);
  }
}
.footer_bottom::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/common/bg.png) repeat;
  position: absolute;
  border-radius: 2rem;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.7;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  padding: 45rem 0 5rem;
  margin-top: -40rem;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.footer_left .logo {
  width: 32rem;
}
.footer_left .add {
  margin-top: 3rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer_left .add {
    text-align: center;
  }
}
.footer_right {
  display: flex;
  justify-content: flex-end;
  gap: 5rem;
}
.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer .copy {
  text-align: center;
  margin-top: 5rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    margin-top: 0rem;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 6rem;
  z-index: 99;
}

.lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: hidden;
}
.lightbox-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
}
.lightbox-modal__content {
  position: relative;
  max-width: 80%;
  max-height: 80vh;
  margin: auto;
  cursor: default;
}
.lightbox-modal__image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  width: 80rem;
}
.lightbox-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  transition: opacity 0.2s;
  opacity: 0.8;
  z-index: 10;
  user-select: none;
}
.lightbox-modal__nav:hover {
  opacity: 1;
}
.lightbox-modal__nav.prev {
  left: 20px;
}
.lightbox-modal__nav.next {
  right: 20px;
}
.lightbox-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10;
}
.lightbox-modal__close:hover {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .lightbox-modal__nav {
    font-size: 1.5rem;
    padding: 5px;
  }
  .lightbox-modal__nav.prev {
    left: 10px;
  }
  .lightbox-modal__nav.next {
    right: 10px;
  }
  .lightbox-modal__close {
    font-size: 2rem;
    top: 10px;
    right: 10px;
  }
}
#top .mv {
  position: relative;
  padding-right: 6rem;
  padding-top: 8rem;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #top .mv {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv {
    padding: 8rem 3rem 12rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv {
    padding: 8rem 1.5rem 26rem;
  }
}
#top .mv::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../images/common/wave_pink.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#top .mv_image {
  max-width: 125rem;
  width: 65vw;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  #top .mv_image {
    width: 100%;
  }
}
#top .mv_image .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top .mv_text {
  position: absolute;
  top: 50%;
  left: 5.5rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #top .mv_text {
    transform: translate(0);
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text {
    left: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    left: 1.5rem;
    top: 43%;
  }
}
#top .mv_text h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  #top .mv_text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    font-size: 3rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 2.4rem;
  }
}
#top .mv_text h2 .bg_white {
  background: #fff;
  padding: 1rem 1.5rem;
  width: fit-content;
}
#top .mv_text h2 .blue {
  color: #2DAFFF;
}
#top .mv_text h2 .green {
  color: #117B4D;
}
#top .mv_text h2 .pink {
  color: #D76D8F;
}
#top .mv_text h2 .yellow {
  color: #F4BD27;
}
#top .mv .news {
  position: absolute;
  left: 0;
  bottom: 4.3rem;
  padding: 2rem;
  background: #D76D8F;
  color: #fff;
  border-radius: 0 1rem 1rem 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  #top .mv .news {
    bottom: 0;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .news {
    max-width: 95%;
    flex-direction: column;
    align-items: flex-start;
  }
}
#top .mv .news_title {
  font-family: "Anaheim", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 574px) {
  #top .mv .news_title br {
    display: none;
  }
}
#top .mv .news_text {
  padding-left: 1.5rem;
  border-left: 0.2rem solid #fff;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #top .mv .news_text:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .news_text {
    padding-left: 0;
    padding-top: 1.5rem;
    border-left: 0;
    border-top: 0.2rem solid #fff;
  }
}
#top .mv .news_text .date {
  font-family: "Anaheim", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#top .mv .news_text .date .cate {
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 5rem;
  color: #D76D8F;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#top .mv .news_text .date .new {
  font-family: "Anaheim", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
#top .mv .news_text .date .new::after {
  content: "";
  width: 1.3rem;
  height: 0.6rem;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../images/common/new_white.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#top .mv .news_text p {
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 45rem;
}
@media screen and (max-width: 1400px) {
  #top .mv .news_text p {
    max-width: 35rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .news_text p {
    margin-top: 0.5rem;
  }
}
#top .about {
  padding: 13rem 0 25rem;
  position: relative;
  z-index: 0;
  margin-top: -1px;
  background: url(../../images/common/bg_pink_light.png) repeat;
}
@media screen and (max-width: 1199px) {
  #top .about {
    padding-top: 10rem;
    padding-bottom: 20rem;
  }
}
#top .about::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  transform: rotateY(180deg);
}
@media screen and (max-width: 1199px) {
  #top .about::after {
    height: 20rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about::after {
    background-size: cover;
    background-position: top left;
  }
}
#top .about .container {
  position: relative;
}
#top .about_icon01 {
  position: absolute;
  left: 0;
  top: -4rem;
  transform: translate(-50%, -50%);
  width: 20rem;
}
@media screen and (max-width: 991px) {
  #top .about_icon01 {
    width: 13rem;
    transform: translateY(-50%);
  }
}
#top .about_icon02 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 0);
  width: 37rem;
}
@media screen and (max-width: 991px) {
  #top .about_icon02 {
    bottom: -10rem;
    width: 23rem;
    transform: translate(0);
  }
}
@media screen and (max-width: 574px) {
  #top .about_icon02 {
    width: 20rem;
  }
}
#top .about_text {
  text-align: center;
  line-height: 2.5;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  #top .about_text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text {
    text-align: left;
    line-height: 1.8;
  }
  #top .about_text .lg, #top .about_text .sp_none {
    display: none;
  }
}
#top .news {
  background: url(../../images/common/bg_green_light.png) repeat;
}
#top .news_title .more {
  margin-top: 10rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #top .news_title .more {
    display: none;
  }
}
#top .news ul {
  padding-left: 5rem;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  #top .news ul {
    padding-left: 0;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  #top .news ul li a:hover i {
    transform: translateY(-50%) translateX(5px);
  }
}
#top .news ul li .news_item {
  display: block;
  position: relative;
  padding: 2rem 4rem 2rem 0;
  border-bottom: 2px solid #303030;
}
#top .news ul li .news_item i {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  font-size: 2rem;
  transform: translateY(-50%);
  transition: 0.4s;
}
#top .news ul li .news_item .date {
  font-family: "Anaheim", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#top .news ul li .news_item .date .cate {
  padding: 0.5rem 1rem;
  background: #D76D8F;
  border-radius: 5rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#top .news ul li .news_item .date .new {
  font-family: "Anaheim", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  color: #D82323;
}
#top .news ul li .news_item .date .new::after {
  content: "";
  width: 1.3rem;
  height: 0.6rem;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../images/common/new_red.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#top .news ul li .news_item h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  font-weight: bold;
}
#top .news .pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  #top .news .pc_none {
    display: flex;
    margin-top: 3rem;
    margin-left: auto;
  }
}
#top .link {
  padding: 30rem 0 36rem;
  position: relative;
  z-index: 0;
}
#top .link::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  transform: rotateX(180deg);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #top .link::after {
    background-size: cover;
  }
}
#top .link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_pink.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #top .link::before {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #top .link::before {
    background-position: top;
  }
}
#top .link .container {
  position: relative;
}
#top .link_icon01 {
  position: absolute;
  left: 0;
  top: -4rem;
  transform: translate(-50%, -70%);
  width: 15rem;
}
@media screen and (max-width: 574px) {
  #top .link_icon01 {
    transform: translate(0);
    top: -18rem;
  }
}
#top .link_icon02 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 100%);
  width: 28rem;
}
@media screen and (max-width: 574px) {
  #top .link_icon02 {
    transform: translate(0, 100%);
    width: 20rem;
  }
}
#top .link .row {
  gap: 2rem 0;
}
#top .link .row .col-12:nth-of-type(even) .link_item {
  border-color: #F4BD27;
}
#top .link .row .col-12:nth-of-type(even) .link_item .link_text h3 {
  color: #F4BD27;
}
#top .link .row .col-12:nth-of-type(even) .link_item .link_text .arrow {
  background: #F4BD27;
  border-color: #F4BD27;
}
@media (min-width: 992px) {
  #top .link .row .col-12:nth-of-type(even) .link_item:hover .link_text .arrow {
    color: #F4BD27;
    background: #fff;
  }
}
#top .link_item {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  border: 4px solid #D76D8F;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
#top .link_item img {
  transition: 0.5s;
}
@media (min-width: 992px) {
  #top .link_item:hover img {
    transform: scale(1.1);
  }
  #top .link_item:hover .link_text .arrow {
    background: #fff;
    color: #D76D8F;
  }
}
#top .link_text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#top .link_text h3 {
  width: fit-content;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #D76D8F;
  background: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
#top .link_text .arrow {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #D76D8F;
  color: #fff;
  border: 2px solid #D76D8F;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#top .recruit {
  padding-bottom: 20rem;
  position: relative;
  background: url(../../images/common/bg_pink_light.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  #top .recruit {
    padding-bottom: 10rem;
  }
}
#top .recruit .row {
  align-items: center;
  gap: 3rem 0;
}
#top .recruit_image img {
  border-radius: 3rem;
}
#top .recruit_text {
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  #top .recruit_text {
    padding-left: 1.5rem;
  }
}
#top .recruit_lead {
  font-size: 2rem;
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  #top .recruit_lead {
    font-size: 1.7rem;
  }
}
#top .recruit .more {
  margin-top: 4rem;
  margin-left: auto;
}

.subhead {
  margin-top: 8rem;
  position: relative;
}
.subhead_image {
  padding: 0 6rem 0 3rem;
}
@media screen and (max-width: 1199px) {
  .subhead_image {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead_image {
    padding: 0 1.5rem;
  }
}
.subhead img {
  border-radius: 1rem;
  height: 35rem;
  object-fit: cover;
}
@media screen and (max-width: 574px) {
  .subhead img {
    height: 30rem;
  }
}
.subhead_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.subhead_text h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subhead_text h2 span {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background: rgba(0, 212, 120, 0.9);
  border-radius: 50%;
  color: #fff;
  margin: 0 -0.5rem;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 span {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1400px) {
  #news .container {
    max-width: 1124px;
  }
}
#news .news_category {
  padding-top: 10rem;
}
#news .news_category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#news .news_category ul li a {
  padding: 1rem 2rem;
  display: block;
  background: #D76D8F;
  color: #fff;
  border-radius: 5rem;
  font-weight: bold;
  border: 2px solid #D76D8F;
  transition: 0.3s;
}
#news .news_category ul li a.active {
  background: #fff;
  color: #D76D8F;
}
@media (min-width: 992px) {
  #news .news_category ul li a:hover {
    background: #fff;
    color: #D76D8F;
  }
}
#news .news {
  padding: 4rem 0 10rem;
}
#news .news h3 {
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 1rem;
  border-left: 1rem solid #D76D8F;
}
#news .news ul {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  #news .news ul li a:hover i {
    transform: translateY(-50%) translateX(5px);
  }
}
#news .news ul li .news_item {
  display: block;
  position: relative;
  padding: 2rem 4rem 2rem 0;
  border-bottom: 2px solid #303030;
}
#news .news ul li .news_item i {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  font-size: 2rem;
  transform: translateY(-50%);
  transition: 0.4s;
}
#news .news ul li .news_item .date {
  font-family: "Anaheim", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#news .news ul li .news_item .date .cate {
  padding: 0.5rem 1rem;
  background: #D76D8F;
  border-radius: 5rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#news .news ul li .news_item .date .new {
  font-family: "Anaheim", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  color: #D82323;
}
#news .news ul li .news_item .date .new::after {
  content: "";
  width: 1.3rem;
  height: 0.6rem;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../images/common/new_red.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#news .news ul li .news_item h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  font-weight: bold;
}
#news .news.parent ul li .parent_item {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #303030;
  padding-right: 2rem;
}
#news .news.parent ul li .parent_item .parent_image {
  width: 25%;
  background: #fff;
}
#news .news.parent ul li .parent_item .parent_image img {
  aspect-ratio: 3/2;
  object-fit: contain;
}
@media screen and (max-width: 574px) {
  #news .news.parent ul li .parent_item .parent_image img {
    aspect-ratio: 1/1;
  }
}
#news .news.parent ul li .parent_item .parent_text {
  position: relative;
  width: 75%;
  padding: 0 4rem 0 2rem;
}
#news .news.parent ul li .parent_item i {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  font-size: 2rem;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (min-width: 992px) {
  #news .news.parent ul li a:hover i {
    transform: translateY(-50%) translateX(5px);
  }
}
#news .news .paging {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 4rem;
  text-align: center;
}
#news .news .paging .paging-text,
#news .news .paging .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #D76D8F;
  font-family: "Anaheim", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #D76D8F;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
}
#news .news .paging .paging-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #news .news .paging .paging-text a:hover {
    background: #D76D8F;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#news .news .paging .current {
  background: #D76D8F;
  color: #fff;
  cursor: default;
}
#news .detail {
  padding: 10rem 0;
}
@media screen and (min-width: 1550px) {
  #news .detail .container {
    max-width: 1140px;
  }
}
#news .detail .date {
  font-family: "Anaheim", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#news .detail .date .new {
  font-family: "Anaheim", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  color: #D82323;
}
#news .detail .date .new::after {
  content: "";
  width: 1.3rem;
  height: 0.6rem;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../images/common/new_red.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#news .detail h3 {
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 1rem;
  border-left: 1rem solid #D76D8F;
  margin-top: 2rem;
}
#news .detail_text {
  margin-top: 3rem;
}
#news .detail_image {
  margin-top: 3rem;
}
#news .detail_image .slick-prev:before, #news .detail_image .slick-next:before {
  display: none;
}
#news .detail_image .thumbnail.thumb-static {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
#news .detail_image .thumbnail.thumb-static .thumbnail-img {
  width: 16.6666666667%;
}
@media screen and (max-width: 991px) {
  #news .detail_image .thumbnail.thumb-static .thumbnail-img {
    width: 25%;
  }
}
#news .detail_image .thumbnail {
  margin-top: 1rem;
  padding: 0.5rem 2.5rem;
  background: #fff;
}
#news .detail_image .thumbnail .slick-prev, #news .detail_image .thumbnail .slick-next {
  height: 100%;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#news .detail_image .thumbnail .slick-prev i, #news .detail_image .thumbnail .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#news .detail_image .thumbnail .slick-prev {
  left: 0;
  z-index: 1;
}
#news .detail_image .thumbnail .slick-next {
  right: 0;
}
#news .detail_image .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  aspect-ratio: 3/2;
  padding: 0 0.5rem;
}
#news .detail_image .thumbnail-img img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 575px) {
  #news .detail_image .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
#news .detail_image .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#news .detail_image .thumbnail-img.slick-current {
  opacity: 1;
}
#news .detail_image .slick-img {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  background: #fff;
}
#news .detail_image .slick-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 2/1;
}
#news .detail_image .slider2 .slick-prev, #news .detail_image .slider2 .slick-next {
  height: 4rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#news .detail_image .slider2 .slick-prev i, #news .detail_image .slider2 .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#news .detail_image .slider2 .slick-prev {
  left: 10px;
  z-index: 1;
}
#news .detail_image .slider2 .slick-next {
  right: 10px;
}
#news .detail .download {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#news .detail .download a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  color: white;
  border-radius: 1rem;
  transition: 0.3s;
}
#news .detail .download a.word {
  background: #1660c1;
  border: 2px solid #1660c1;
}
@media (min-width: 992px) {
  #news .detail .download a.word:hover {
    background: #fff;
    color: #1660c1;
  }
}
#news .detail .download a.excel {
  background: #288711;
  border: 2px solid #288711;
}
@media (min-width: 992px) {
  #news .detail .download a.excel:hover {
    background: #fff;
    color: #288711;
  }
}
#news .detail .download a.pdf {
  background: #ba1a29;
  border: 2px solid #ba1a29;
}
@media (min-width: 992px) {
  #news .detail .download a.pdf:hover {
    background: #fff;
    color: #ba1a29;
  }
}
#news .detail .more {
  margin: 3rem auto 0;
}

#about .message {
  padding: 10rem 0;
}
#about .message_lead {
  margin-top: 2rem;
  line-height: 2;
  font-weight: 600;
}
#about .concept {
  position: relative;
  padding-bottom: 27rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #about .concept {
    padding-bottom: 22rem;
  }
}
#about .concept::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -51px;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  transform: rotateY(180deg);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #about .concept::after {
    height: 20rem;
  }
}
@media screen and (max-width: 574px) {
  #about .concept::after {
    background-size: cover;
    background-position: top left;
  }
}
#about .concept .row {
  margin-top: 3rem;
  align-items: center;
  gap: 4rem 0;
}
#about .concept_image {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin: 0 auto;
}
#about .concept_image img {
  width: auto;
  min-width: 50%;
}
#about .concept_text {
  padding-left: 3rem;
}
#about .concept_text p {
  line-height: 2;
  font-weight: bold;
  font-size: 1.8rem;
}
#about .goal {
  background: url(../../images/common/bg_green_light.png) repeat;
  position: relative;
  z-index: 1;
}
#about .goal .row {
  margin-top: 3rem;
  gap: 2rem 0;
}
#about .goal_item {
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  #about .goal_item {
    padding: 1.4rem;
  }
}
#about .goal_item h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #117B4D;
}
@media screen and (max-width: 1199px) {
  #about .goal_item h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  #about .goal_item h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#about .goal_item img {
  display: block;
  margin-top: 1.5rem;
  border-radius: 1rem;
}
#about .feature {
  padding-top: 4rem;
  background: url(../../images/common/bg_green_light.png) repeat;
}
#about .feature_box {
  padding: 3rem;
  border-radius: 1rem;
  background: #fff;
  margin-top: 3rem;
}
#about .feature_box .row {
  align-items: center;
}
#about .feature_image img {
  border-radius: 1rem;
}
#about .feature_text {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #about .feature_text {
    padding: 0;
    margin-top: 2rem;
  }
}
#about .feature_text p {
  margin-top: 2rem;
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  #about .feature_text p {
    font-size: 1.5rem;
  }
}
#about .policy {
  padding: 30rem 0 27rem;
  position: relative;
  z-index: 0;
}
#about .policy::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  transform: rotateX(180deg);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #about .policy::after {
    background-size: cover;
  }
}
#about .policy::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_pink.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  transform: rotateY(180deg);
}
@media screen and (max-width: 1199px) {
  #about .policy::before {
    height: 20rem;
  }
}
@media screen and (max-width: 574px) {
  #about .policy::before {
    background-size: cover;
    background-position: top left;
  }
}
#about .policy .row {
  margin-top: 4rem;
}
#about .policy_item img {
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  #about .policy_item {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #about .policy_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  #about .policy_image {
    width: 45%;
  }
}
@media screen and (max-width: 574px) {
  #about .policy_image {
    width: 100%;
  }
}
#about .policy_text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  #about .policy_text {
    width: 55%;
    padding: 0 0 0 2rem;
  }
}
@media screen and (max-width: 574px) {
  #about .policy_text {
    width: 100%;
    padding-left: 0;
  }
}
#about .policy_text h4 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 1rem;
  border-left: 1rem solid #D76D8F;
}
@media screen and (max-width: 1199px) {
  #about .policy_text h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  #about .policy_text h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  #about .policy_text h4 {
    font-size: 2rem;
  }
}
#about .policy_text p {
  margin-top: 1.5rem;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  #about .policy_text p {
    font-size: 1.4rem;
  }
}
#about .gallery {
  background: url(../../images/common/bg_pink_light.png) repeat;
  padding-bottom: 7rem;
}
#about .gallery .row {
  margin-top: 4rem;
  gap: 2rem 0;
}
#about .gallery .row img {
  border-radius: 1rem;
}
#about .after {
  padding: 7rem 0;
}
#about .after .row {
  margin-top: 3rem;
  gap: 4rem 0;
}
#about .after_item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  #about .after_item {
    gap: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #about .after_item {
    gap: 0;
  }
}
#about .after_image {
  max-height: 204px;
}
@media screen and (max-width: 574px) {
  #about .after_image {
    max-height: 100%;
  }
}
#about .after_image img {
  border-radius: 1rem;
}
#about .after_wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
#about .after_text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#about .after h4 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 1rem;
  border-left: 1rem solid #D76D8F;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  #about .after h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  #about .after h4 {
    font-size: 2rem;
  }
}
#about .after p {
  margin-top: 1.5rem;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  #about .after p {
    font-size: 1.5rem;
  }
}
#about .after .more {
  max-width: 100%;
}
#about .outline {
  padding-bottom: 8rem;
}
#about .outline_image img {
  object-position: bottom;
  object-fit: cover;
  height: 35rem;
}
#about .outline .title_bottom {
  margin-top: 5rem;
}
#about .outline table {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #about .outline table {
    border: 1px solid #117B4D;
  }
}
#about .outline table th {
  background: #117B4D;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#about .outline table tr:first-of-type td {
  border-top: #117B4D 1px solid;
}
#about .outline table tr:first-of-type th {
  border-top: #117B4D 1px solid;
}
#about .outline table tr:last-of-type th {
  border-color: #117B4D;
}
#about .outline table td {
  border-bottom: #117B4D 1px solid;
  border-right: #117B4D 1px solid;
  width: 75%;
}
#about .outline table th, #about .outline table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #about .outline table th, #about .outline table td {
    width: 100%;
    display: block;
    border: 0;
  }
}

#event {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #event {
    overflow: hidden;
  }
}
#event .anchor {
  position: sticky;
  top: 13rem;
  left: 0;
  padding-right: 2rem;
}
@media screen and (max-width: 991px) {
  #event .anchor {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #event .anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #event .anchor li {
    width: calc(33.3333% - 1.5rem);
  }
}
@media screen and (max-width: 574px) {
  #event .anchor li {
    width: calc(50% - 1rem);
  }
}
#event .anchor li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 1.9rem;
  padding: 1.2rem 0.5rem;
  border-bottom: 2px dashed #D76D8F;
  transition: 0.3s;
  white-space: nowrap;
}
#event .anchor li a::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  background: #D76D8F;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #event .anchor li a::before {
    display: none;
  }
}
#event .anchor li a.active {
  color: #D76D8F;
}
#event .anchor li a.active::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #event .anchor li a.active {
    color: #303030;
  }
}
@media (min-width: 992px) {
  #event .anchor li a:hover {
    color: #D76D8F;
  }
  #event .anchor li a:hover::before {
    opacity: 1;
  }
}
#event .event_wrap {
  padding: 10rem 0 2rem;
}
#event .event_wrap section {
  padding-left: 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #event .event_wrap section {
    padding-left: 0;
  }
}
#event .flow_item {
  margin-top: 4rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 574px) {
  #event .flow_item {
    flex-direction: column;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #event .flow_item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 574px) {
  #event .flow_item:first-of-type {
    margin-top: 4rem;
  }
}
#event .flow_image {
  flex: 1;
}
#event .flow_image img {
  border-radius: 1rem;
}
#event .flow_text {
  flex: 1;
  padding-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  #event .flow_text {
    padding-top: 0;
  }
}
#event .flow_text .time {
  font-family: "Anaheim", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  line-height: 1;
  border-bottom: 3px solid #117B4D;
}
#event .flow_text p {
  margin-top: 2rem;
  line-height: 1.8;
  font-weight: bold;
}
#event .event .row {
  gap: 4rem 0;
  margin-top: 4rem;
}
#event .event_image {
  position: relative;
}
#event .event_image img {
  border-radius: 1rem;
}
@media screen and (max-width: 574px) {
  #event .event_image img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
#event .event_image .month {
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  padding: 1rem 1.5rem;
  background: #D76D8F;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  border-radius: 0.5rem;
}
#event .event_text {
  margin-top: 2rem;
  line-height: 1.8;
  font-size: 1.5rem;
}
#event .event#pre .month {
  background: #F4BD27;
}

#admission .admission {
  padding: 10rem 0 20rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #admission .admission {
    padding-top: 10rem;
    padding-bottom: 20rem;
  }
}
#admission .admission::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -51px;
  width: 100%;
  height: 18rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  transform: rotateY(180deg);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #admission .admission::after {
    height: 20rem;
  }
}
@media screen and (max-width: 574px) {
  #admission .admission::after {
    background-size: cover;
    background-position: top left;
  }
}
#admission .admission_lead {
  margin-top: 4rem;
  line-height: 2;
  font-weight: bold;
}
#admission .admission_lead a {
  color: #2DAFFF;
}
#admission .guide {
  background: url(../../images/common/bg_green_light.png) repeat;
  z-index: 1;
  position: relative;
}
#admission .guide table {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #admission .guide table {
    border: 1px solid #D76D8F;
  }
}
#admission .guide table th {
  background: #D76D8F;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#admission .guide table tr:first-of-type td {
  border-top: #D76D8F 1px solid;
}
#admission .guide table tr:first-of-type th {
  border-top: #D76D8F 1px solid;
}
#admission .guide table tr:last-of-type th {
  border-color: #D76D8F;
}
#admission .guide table td {
  border-bottom: #D76D8F 1px solid;
  border-right: #D76D8F 1px solid;
  width: 75%;
  background: #fff;
}
#admission .guide table th, #admission .guide table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #admission .guide table th, #admission .guide table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#admission .flow {
  padding: 25rem 0 10rem;
  position: relative;
  z-index: 0;
}
#admission .flow::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  transform: rotateX(180deg);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #admission .flow::after {
    background-size: cover;
  }
}
#admission .flow ul {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
#admission .flow ul::after {
  content: "";
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #afc1a2;
  z-index: -1;
}
#admission .flow ul li {
  padding: 3rem;
  background: #e9f6ee;
  border-radius: 1.5rem;
}
@media screen and (max-width: 574px) {
  #admission .flow ul li {
    padding: 2rem;
  }
}
#admission .flow ul li:last-of-type {
  background: #D76D8F;
  color: #fff;
}
#admission .flow ul li:last-of-type .flow_title .num {
  background: #fff;
  color: #D76D8F;
}
#admission .flow_title {
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
}
@media screen and (max-width: 574px) {
  #admission .flow_title {
    flex-direction: column;
    gap: 1rem;
  }
}
#admission .flow_title .num {
  font-size: 3.2rem;
  font-family: "Anaheim", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #117B4D;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #admission .flow_title .num {
    font-size: 2.8rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #admission .flow_title .num {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}
#admission .flow_title h4 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  width: calc(100% - 7.5rem);
}
@media screen and (max-width: 991px) {
  #admission .flow_title h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #admission .flow_title h4 {
    width: 100%;
    font-size: 1.8rem;
  }
}
#admission .flow_text .caption {
  margin-top: 2rem;
}
#admission .flow_text > p {
  margin-top: 2rem;
}
#admission .flow_text > div {
  margin-top: 3rem;
}
#admission .flow_text > div h5 {
  font-weight: bold;
  font-size: 2rem;
  color: #117B4D;
  padding-bottom: 1rem;
  border-bottom: 2px solid #117B4D;
}
#admission .flow_text > div p {
  margin-top: 1.5rem;
  line-height: 1.7;
}

#pre .subhead_image img {
  object-position: 40%;
}
#pre .club {
  padding: 10rem 0;
}
#pre .club .row {
  align-items: center;
  gap: 3rem 0;
}
#pre .club_image img {
  border-radius: 1rem;
}
#pre .club_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #pre .club_text {
    padding-left: 0;
  }
}
#pre .club_text p {
  margin-top: 2rem;
  line-height: 1.8;
}
#pre .objectives {
  padding: 0 0 25rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #pre .objectives {
    padding-bottom: 20rem;
  }
}
#pre .objectives::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 20rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  transform: rotateY(180deg);
}
@media screen and (max-width: 1199px) {
  #pre .objectives::after {
    height: 15rem;
  }
}
@media screen and (max-width: 574px) {
  #pre .objectives::after {
    background-size: cover;
    background-position: top left;
  }
}
#pre .objectives .row {
  margin-top: 3rem;
  gap: 3rem 0;
}
@media screen and (max-width: 991px) {
  #pre .objectives_item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 574px) {
  #pre .objectives_item {
    flex-direction: column;
    gap: 1.5rem;
  }
}
#pre .objectives_image img {
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  #pre .objectives_image {
    width: 40%;
  }
}
@media screen and (max-width: 574px) {
  #pre .objectives_image {
    width: 100%;
  }
}
#pre .objectives_text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  #pre .objectives_text {
    width: 60%;
    padding-left: 2rem;
    margin: 0;
  }
}
@media screen and (max-width: 574px) {
  #pre .objectives_text {
    width: 100%;
    padding-left: 0;
  }
}
#pre .objectives_text h4 {
  font-weight: bold;
  color: #117B4D;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  #pre .objectives_text h4 {
    font-size: 1.8rem;
  }
}
#pre .objectives_lead {
  margin-top: 3rem;
  line-height: 1.8;
  text-align: justify;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #pre .objectives_lead {
    font-size: 1.6rem;
  }
}
#pre .schedule {
  background: url(../../images/common/bg_green_light.png) repeat;
}
#pre .schedule .guide {
  margin-top: 3rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
}
@media screen and (max-width: 574px) {
  #pre .schedule .guide {
    padding: 2rem;
  }
}
#pre .schedule .guide h4 {
  font-weight: bold;
  font-size: 2.4rem;
  width: fit-content;
  padding-left: 1rem;
  border-left: 1rem solid #117B4D;
}
#pre .schedule .guide p {
  line-height: 1.8;
  font-size: 2rem;
}
#pre .calender {
  margin-top: 5rem;
}
#pre .calender_item {
  display: flex;
  flex-wrap: wrap;
}
#pre .calender_item.m {
  margin-top: 3rem;
}
#pre .calender_item h4 {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #117B4D;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1px;
  margin-left: -2rem;
}
#pre .calender_item ul {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  #pre .calender_item ul {
    width: 100%;
  }
}
#pre .calender_item ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: fit-content;
}
#pre .calender_item ul li p {
  height: fit-content;
  width: 50%;
  padding: 1rem;
}
#pre .calender_item ul li p.month {
  background: #117B4D;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
#pre .calender_item ul li p.time {
  border: 1.5px solid #117B4D;
  border-top: 0;
  background: #fff;
}
#pre .calender_item ul li:last-of-type p.month {
  border-bottom: 1.5px solid #117B4D;
}
#pre .calender_item ul:last-of-type li p.month {
  border-top: 1.5px solid #c6e0b4;
  border-bottom: 1.5px solid #117B4D;
}
#pre .caption {
  margin-top: 3rem;
  line-height: 1.8;
}
#pre .guideline {
  padding: 30rem 0 36rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #pre .guideline {
    padding-top: 20rem;
  }
}
#pre .guideline::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  transform: rotateX(180deg);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #pre .guideline::after {
    height: 15rem;
  }
}
@media screen and (max-width: 574px) {
  #pre .guideline::after {
    background-size: cover;
  }
}
#pre .guideline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_pink.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #pre .guideline::before {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #pre .guideline::before {
    background-position: top;
  }
}
#pre .guideline table {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #pre .guideline table {
    border: 1px solid #117B4D;
  }
}
#pre .guideline table th {
  background: #117B4D;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#pre .guideline table tr:first-of-type td {
  border-top: #117B4D 1px solid;
}
#pre .guideline table tr:first-of-type th {
  border-top: #117B4D 1px solid;
}
#pre .guideline table tr:last-of-type th {
  border-color: #117B4D;
}
#pre .guideline table td {
  border-bottom: #117B4D 1px solid;
  border-right: #117B4D 1px solid;
  width: 75%;
}
#pre .guideline table th, #pre .guideline table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #pre .guideline table th, #pre .guideline table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#pre .asobo {
  position: relative;
  background: url(../../images/common/bg_pink_light.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  #pre .asobo {
    padding-bottom: 10rem;
  }
}
#pre .asobo_inner {
  padding: 3rem;
  border-radius: 1rem;
  position: relative;
  z-index: 0;
  background: #fff;
}
@media screen and (max-width: 574px) {
  #pre .asobo_inner {
    padding: 2rem;
  }
}
#pre .asobo_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/common/bg.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 1rem;
  opacity: 0.7;
}
#pre .asobo_lead {
  margin-top: 3rem;
  line-height: 1.8;
}
#pre .asobo .calender_item {
  border-top: 1px solid #117B4D;
}
#pre .taisou {
  position: relative;
  background: url(../../images/common/bg_pink_light.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 1199px) {
  #pre .taisou {
    padding-bottom: 10rem;
  }
}
#pre .taisou_time {
  margin-top: 2.5rem;
  font-weight: bold;
  font-size: 2rem;
  width: fit-content;
  padding-left: 1rem;
  border-left: 1rem solid #117B4D;
}
#pre .taisou table {
  width: 100%;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  #pre .taisou table {
    border: 1px solid #117B4D;
  }
}
#pre .taisou table th {
  background: #117B4D;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 30%;
}
#pre .taisou table tr:first-of-type td {
  border-top: #117B4D 1px solid;
}
#pre .taisou table tr:first-of-type th {
  border-top: #117B4D 1px solid;
}
#pre .taisou table tr:last-of-type th {
  border-color: #117B4D;
}
#pre .taisou table td {
  border-bottom: #117B4D 1px solid;
  border-right: #117B4D 1px solid;
  width: 70%;
}
#pre .taisou table th, #pre .taisou table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #pre .taisou table th, #pre .taisou table td {
    width: 100%;
    display: block;
    border: 0;
  }
}

#ringo .class {
  padding: 10rem 0;
}
#ringo .class .row {
  align-items: center;
  gap: 3rem 0;
}
#ringo .class_image img {
  border-radius: 1rem;
}
#ringo .class_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #ringo .class_text {
    padding-left: 0;
  }
}
#ringo .class_text p {
  margin-top: 2rem;
  line-height: 1.8;
}
#ringo .flow {
  padding: 0 0 36rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #ringo .flow {
    padding-bottom: 20rem;
  }
}
#ringo .flow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_pink.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #ringo .flow::before {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #ringo .flow::before {
    background-position: top;
    height: 15rem;
  }
}
#ringo .flow_item {
  margin-top: 4rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 574px) {
  #ringo .flow_item {
    flex-direction: column;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #ringo .flow_item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 574px) {
  #ringo .flow_item:first-of-type {
    margin-top: 4rem;
  }
}
#ringo .flow_image {
  flex: 1;
}
#ringo .flow_image img {
  border-radius: 1rem;
}
#ringo .flow_text {
  flex: 1;
  padding-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  #ringo .flow_text {
    padding-top: 0;
  }
}
#ringo .flow_text .time {
  font-family: "Anaheim", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  line-height: 1;
  border-bottom: 3px solid #117B4D;
}
#ringo .flow_text p {
  margin-top: 2rem;
  line-height: 1.8;
  font-weight: bold;
}
#ringo .activites {
  position: relative;
  background: url(../../images/common/bg_pink_light.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#ringo .activites_inner {
  padding: 3rem;
  border-radius: 1rem;
  position: relative;
  z-index: 0;
  background: #fff;
}
@media screen and (max-width: 574px) {
  #ringo .activites_inner {
    padding: 2rem;
  }
}
#ringo .activites_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/common/bg.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 1rem;
  opacity: 0.7;
}
#ringo .activites_inner .row {
  margin-top: 3rem;
  gap: 2rem 0;
}
#ringo .activites_image img {
  border-radius: 1rem;
}
#ringo .activites p {
  text-align: center;
  margin-top: 0.5rem;
}

#recruit .message {
  padding: 10rem 0 16rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #recruit .message {
    padding-bottom: 15rem;
  }
}
#recruit .message::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 15rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  transform: rotateY(180deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #recruit .message::after {
    height: 12rem;
  }
}
@media screen and (max-width: 574px) {
  #recruit .message::after {
    background-size: cover;
    background-position: top left;
  }
}
#recruit .message_lead {
  text-align: center;
  line-height: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .message_lead {
    text-align: left;
  }
}
#recruit .feature {
  background: url(../../images/common/bg_green_light.png) repeat;
  position: relative;
  z-index: 1;
  padding-top: 1px;
}
#recruit .feature_box {
  margin-top: 4rem;
}
#recruit .feature .row {
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 1199px) {
  #recruit .feature .title_bottom h3 {
    font-size: 2.4rem;
  }
}
#recruit .feature_item img {
  border-radius: 1rem;
}
#recruit .feature_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #recruit .feature_text {
    padding-left: 0;
  }
}
#recruit .feature_text h4 {
  margin-top: 3rem;
  font-weight: bold;
  font-size: 2rem;
  padding-left: 1rem;
  border-left: 1rem solid #117B4D;
  line-height: 1.5;
}
#recruit .feature_text p {
  margin-top: 1rem;
  line-height: 1.8;
}
#recruit .welfare {
  padding: 28rem 0 10rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #recruit .welfare {
    padding-top: 20rem;
  }
}
#recruit .welfare::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 25rem;
  background: url(../../images/common/wave_green.png) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  transform: rotateX(180deg);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #recruit .welfare::after {
    height: 15rem;
  }
}
@media screen and (max-width: 574px) {
  #recruit .welfare::after {
    background-size: cover;
  }
}
#recruit .welfare .row {
  margin-top: 3rem;
  gap: 3rem 0;
}
#recruit .welfare_item {
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
}
#recruit .welfare_item .icon {
  max-width: 80%;
  margin: 0 auto;
}
#recruit .welfare_item h4 {
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #recruit .welfare_item h4 {
    line-height: 1.5;
  }
}
#recruit .guide {
  padding-bottom: 10rem;
}
#recruit .guide h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

#contact {
  overflow: hidden;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .tel .container {
  padding: 80px 12px;
}
@media screen and (max-width: 767px) {
  #contact .tel .container {
    padding: 60px 12px;
  }
}
#contact .tel .row {
  margin-top: 2.4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1rem;
  border: 1px solid #117B4D;
  background: #117B4D;
  border-radius: 0.5rem;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 600;
  font-family: "Anaheim", sans-serif;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 24px;
  font-weight: 600;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
#contact .tel .time {
  margin-top: 1rem;
  text-align: center;
}
#contact .tel .time p {
  letter-spacing: 0.1em;
}
#contact .tel .time a {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 450px) {
  #contact .tel .time a {
    font-size: 85%;
  }
}
#contact .tel .fax_order {
  margin-top: 20px;
}
#contact .tel .fax_order .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contact .tel .fax_order p {
  text-align: center;
}
#contact .tel .fax_order p a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
}
#contact .contact {
  padding: 0 0 8rem 0;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 0 0 6rem 0;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #117B4D 1px solid;
  width: 30%;
  position: relative;
  font-weight: 600;
  color: #117B4D;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #b1a4a4 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #117B4D;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #117B4D;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #117B4D;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #117B4D;
  color: #fff;
  font-weight: 500;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #838383;
  color: #fff;
  margin-right: 30px;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #117B4D;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#login .login_inner {
  padding: 10rem 0;
  max-width: 60rem;
  margin: 0 auto;
}
#login .login_item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#login .login_item label {
  width: 120px;
  font-weight: bold;
}
#login .login_item .input_wrap {
  flex: 1;
}
#login .login_item .input_wrap input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 1rem;
}
#login .login_btn_area {
  text-align: center;
  margin-top: 40px;
}
#login .login_btn_area .login_btn {
  width: 250px;
  padding: 15px;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #login .login_item {
    flex-direction: column;
    align-items: flex-start;
  }
  #login .login_item label {
    margin-bottom: 10px;
  }
  #login .login_item .input_wrap {
    width: 100%;
  }
}