@charset "UTF-8";
/* Slider */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #2b730d;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
@media (min-width: 992px) {
  .slick-prev {
    left: -25px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f12d";
}
[dir=rtl] .slick-prev:before {
  content: "\f136";
}

.slick-next {
  right: 0;
}
@media (min-width: 992px) {
  .slick-next {
    right: -25px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f136";
}
[dir=rtl] .slick-next:before {
  content: "\f12d";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f287";
  width: 20px;
  height: 20px;
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1216px
) !default;*/
/*--------------------------------------------------
+: Mixin
==================================================*/
/*--------------------------------------------------
+: margin-extend
==================================================*/
.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .mb-60 {
    margin-bottom: 40px;
  }
  .mb-70 {
    margin-bottom: 50px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mb-90 {
    margin-bottom: 70px;
  }
  .mb-100 {
    margin-bottom: 80px;
  }
}
/*--------------------------------------------------
+: color
==================================================*/
.col-twitter {
  color: #55acee;
}

.col-facebook {
  color: #3b5998;
}

.col-youtube {
  color: #c4302b;
}

.col-line {
  color: #06c755;
}

hr {
  border-color: var(--bs-border-color);
}

/*--------------------------------------------------
+: text
==================================================*/
.font-family-serif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*: text-size
=================================*/
.size-10 {
  font-size: 0.625rem !important;
}

.size-11 {
  font-size: 0.6875rem !important;
}

.size-12 {
  font-size: 0.75rem !important;
}

.size-13 {
  font-size: 0.8125rem !important;
}

.size-14 {
  font-size: 0.875rem !important;
}

.size-16 {
  font-size: 1rem !important;
}

.size-18 {
  font-size: 1.125rem !important;
}

.size-20 {
  font-size: 1.25rem !important;
}

.size-22 {
  font-size: 1.375rem !important;
}

.size-24 {
  font-size: 1.5rem !important;
}

.size-26 {
  font-size: 1.625rem !important;
}

.size-28 {
  font-size: 1.75rem !important;
}

.size-30 {
  font-size: 1.875rem !important;
}

.size-32 {
  font-size: 2rem !important;
}

@media (max-width: 767.98px) {
  .size-10 {
    font-size: 0.5625rem !important;
  }
  .size-11 {
    font-size: 0.61875rem !important;
  }
  .size-12 {
    font-size: 0.675rem !important;
  }
  .size-13 {
    font-size: 0.73125rem !important;
  }
  .size-14 {
    font-size: 0.74375rem !important;
  }
  .size-16 {
    font-size: 0.85rem !important;
  }
  .size-18 {
    font-size: 0.9rem !important;
  }
  .size-20 {
    font-size: 1rem !important;
  }
  .size-22 {
    font-size: 1.1rem !important;
  }
  .size-24 {
    font-size: 1.2rem !important;
  }
  .size-26 {
    font-size: 1.3rem !important;
  }
  .size-28 {
    font-size: 1.4rem !important;
  }
  .size-30 {
    font-size: 1.5rem !important;
  }
  .size-32 {
    font-size: 1.6rem !important;
  }
}
/*: line-height
=================================*/
.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.lh-30 {
  line-height: 3 !important;
}

/*: letter-spacing
=================================*/
.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

/*: asterisk
=================================*/
.text-asterisk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2 !important;
}
.text-asterisk:before {
  content: "※";
  margin-right: 5px;
}

/*--------------------------------------------------
+: headline
==================================================*/
.headline01 {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  .headline01 {
    margin: 0 auto 30px;
  }
}
.headline01 span em {
  font-size: 3rem;
  font-weight: bold;
  font-style: normal;
  color: transparent;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(#ec6d81), to(#fb9466));
  background-image: linear-gradient(to left, #ec6d81, #fb9466);
  background-clip: text;
  -webkit-background-clip: text;
}
@media (max-width: 991.98px) {
  .headline01 span em {
    font-size: 1.875rem;
  }
}
.headline01 span:after {
  content: "";
  margin: -15px -20px 0;
  display: block;
  width: calc(100% + 40px);
  height: 22px;
  background-color: #f9f9f9;
  border-radius: 11px;
}
@media (max-width: 991.98px) {
  .headline01 span:after {
    margin: -10px -5px 0;
    display: block;
    width: calc(100% + 10px);
    height: 14px;
  }
}

.headline02 {
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 1.375rem;
  color: #fff;
  background-color: #2cb07e;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .headline02 {
    margin-bottom: 25px;
    font-size: 1.125rem;
  }
}
.headline02:before {
  content: "";
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 3px;
  height: 38px;
}
@media (max-width: 767.98px) {
  .headline02:before {
    height: 20px;
  }
}

.headline03 {
  padding: 0 0 15px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headline03:before {
  margin: 0 15px;
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2ef";
  line-height: 0;
  text-decoration: none;
  color: #2cb07e;
}

.headline04 {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .headline04 {
    font-size: 1rem;
  }
}

/*--------------------------------------------------
+: a
==================================================*/
.link-arrow-r:before {
  margin-right: 5px;
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f285";
  line-height: 0;
  color: #ea6da4;
  text-decoration: none;
}
.link-arrow-r a:hover {
  text-decoration: none;
}

.link-pdf {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .link-pdf:hover span em {
    display: inline;
  }
}
.link-pdf span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.link-pdf span em {
  padding: 20px 40px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-style: normal;
  border-radius: 10px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .link-pdf span em {
    display: none;
  }
}

/*--------------------------------------------------
+: btn
==================================================*/
.btn-primary,
.btn-secondary {
  --bs-btn-hover-color:#fff;
  color: #fff;
}

.btn-lg {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 280px;
}
@media (min-width: 992px) {
  .btn-lg {
    padding: 20px 40px;
    font-size: 2rem;
    border-radius: 60px;
    line-height: 1.2;
    min-width: 640px;
  }
}

.btn-xl {
  padding: 20px 40px;
  font-size: 2rem;
  border-radius: 60px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .btn-xl {
    font-size: 1.5rem;
    min-width: auto;
  }
}

.btn-w-arrow {
  padding: 10px 30px;
  min-width: 300px;
  text-align: center;
  position: relative;
}
.btn-w-arrow:before {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f285";
  line-height: 0;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 22px;
  left: 14px;
}

/*--------------------------------------------------
+: container
==================================================*/
/*--------------------------------------------------
+: list
==================================================*/
.list-primary {
  padding-left: 0px;
  margin-top: calc(var(--bs-gutter-y) * -1);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-primary.text-success li:before {
  color: rgba(25, 135, 84, 0.5);
}
.list-primary.text-danger li:before {
  color: rgba(234, 109, 121, 0.5);
}
.list-primary:last-child {
  margin-bottom: 0;
}
.list-primary > li {
  padding: 0 0 0 15px;
  margin-top: var(--bs-gutter-y);
  position: relative;
}
.list-primary > li:before {
  margin-right: 10px;
  content: "\f582";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 0.625rem;
  color: rgba(44, 176, 126, 0.5);
}

.list-asterisk {
  padding-left: 0px;
  list-style: none;
  line-height: 1.2 !important;
}
.list-asterisk > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-asterisk > li:before {
  content: "※";
  margin-right: 5px;
}

ol.list-count {
  padding-left: 0px;
  margin-top: calc(var(--bs-gutter-y) * -1);
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
ol.list-count:last-child {
  margin-bottom: 0;
}
ol.list-count > li {
  margin-top: var(--bs-gutter-y);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  ol.list-count > li {
    font-size: 80%;
  }
}
ol.list-count > li:before {
  content: counter(item);
  counter-increment: item;
  /*position: absolute;
  top: 0;
  left: -30px;*/
  margin-right: 10px;
  min-width: 25px;
  height: 25px;
  background-color: #2cb07e;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

/*--------------------------------------------------
+: DL
==================================================*/
.dl-primary {
  margin-bottom: 0;
}
.dl-primary dt {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2cb07e;
}
.dl-primary dt:before {
  margin-right: 10px;
  content: "\f582";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.45, 1.5);
  transform: scale(0.45, 1.5);
}
.dl-primary dd {
  padding-left: 20px;
}
.dl-primary dd:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .dl-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.dl-flow dt,
.dl-flow dd {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .dl-flow dt,
  .dl-flow dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.dl-flow dt {
  background-color: #f8f9fa;
}
.dl-flow dt.bg-danger, .dl-flow dt.bg-primary {
  color: #fff;
  border: none;
}
.dl-flow dd {
  margin: 0;
}
@media (max-width: 767.98px) {
  .dl-flow dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.dl-flow dd.dd-arrow {
  padding: 0 1.5rem 1.5rem 1.5rem;
  background-color: transparent;
  text-align: center;
  font-size: 1.75rem;
}

.dl-qa dt,
.dl-qa dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .dl-qa dt,
  .dl-qa dd {
    font-size: 1rem;
  }
}
.dl-qa dt:before,
.dl-qa dd:before {
  margin-right: 10px;
  counter-increment: item;
  min-width: 50px;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.dl-qa dt {
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dl-qa dt:before {
  content: "Q";
  background-color: #2cb07e;
}
.dl-qa dt:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid var(--bs-border-color);
}
.dl-qa dd {
  padding-top: 0.5rem;
  margin-bottom: 20px;
}
.dl-qa dd:before {
  content: "A";
  background-color: #ea6da4;
}
.dl-qa dd:not(:last-child) {
  margin-bottom: 20px;
}
.dl-qa dd p {
  line-height: 1.4;
}

.dl-collapse {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  overflow: hidden;
}
.dl-collapse dt {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  line-height: 1;
  overflow: hidden;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .dl-collapse dt {
    font-size: 1rem;
  }
}
.dl-collapse dt a {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: none;
  transition: none;
}
.dl-collapse dt a:not(.collapsed) {
  border-bottom: 1px solid #dee2e6;
}
.dl-collapse dt a:hover {
  text-decoration: none;
}
.dl-collapse dt a:after {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f347";
  color: #ea6da4;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}
.dl-collapse dt a.collapsed:after {
  content: "\f345";
}
.dl-collapse dt a small {
  padding: 0 10px;
  font-weight: normal;
}
.dl-collapse dd {
  padding: 0;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
  box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
}
.dl-collapse dd > div {
  padding: 10px;
}
.dl-collapse dd .dd-header {
  padding: 15px 20px;
  margin: -10px -10px 8px;
}

@media (min-width: 992px) {
  dl.dl-yearly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
dl.dl-yearly:last-child {
  margin: 0;
}
dl.dl-yearly dt {
  padding: 10px;
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  dl.dl-yearly dt {
    margin: 0 10px 0 0;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  dl.dl-yearly dt {
    background-color: #f9f9f9 !important;
  }
}
dl.dl-yearly dd {
  margin: 0;
}
dl.dl-yearly ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
dl.dl-yearly ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
dl.dl-yearly ul li:not(:last-child):after {
  content: " / ";
  margin: 0 10px;
}

/*--------------------------------------------------
+: table
==================================================*/
.table-bordered {
  background-color: #fff;
}
.table-bordered th {
  background-color: #eee;
}
.table-bordered .table-bordered th {
  background-color: #f9f9f9;
}

@media (max-width: 767.98px) {
  .table-flexible {
    display: block;
    border: none;
    border-color: #dee2e6;
  }
  .table-flexible > thead, .table-flexible > tbody, .table-flexible > * > tr {
    display: block;
  }
  .table-flexible > thead > th, .table-flexible > thead > td, .table-flexible > tbody > th, .table-flexible > tbody > td, .table-flexible > * > tr > th, .table-flexible > * > tr > td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 90%;
  }
  .table-flexible > thead > th, .table-flexible > tbody > th, .table-flexible > * > tr > th {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .table-flexible > thead > td, .table-flexible > tbody > td, .table-flexible > * > tr > td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .table-flexible > thead > td > *, .table-flexible > tbody > td > *, .table-flexible > * > tr > td > * {
    width: 100%;
  }
}

/*--------------------------------------------------
+: form
==================================================*/
/*--------------------------------------------------
+: format
==================================================*/
:root {
  --header-height:60px;
  --header-height-lg:120px;
  --footer-height:320px;
  --footer-height-lg:280px;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  background-image: url("../images/common/bg.jpg");
  background-position: left top;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  a:hover, a:hover * {
    text-decoration: none !important;
  }
}

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

ruby {
  ruby-align: auto;
  ruby-overhang: auto;
  ruby-position: above;
}

.se_target {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 20px;
}

.se_target.se_show {
  opacity: 1;
  top: 0;
}

.se_delay1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.se_delay2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.se_delay3 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.se_delay4 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.se_delay5 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.se_delay6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.se_delay7 {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.se_delay8 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.se_delay9 {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.se_delay10 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

/*--------------------------------------------------
+: header
==================================================*/
header {
  width: 100%;
}
header .navbar {
  padding: 0px;
  background-color: #fff;
  border-bottom: 1px solid var(--bs-border-color);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  header .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
header .navbar .container {
  position: relative;
}
@media (min-width: 1200px) {
  header .navbar .container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
header .navbar-brand {
  margin: 0;
}
@media (min-width: 1200px) {
  header .navbar-brand {
    /*position:absolute;
    top:0;
    left:calc(50% - 117px);*/
  }
}
@media (max-width: 1199.98px) {
  header .navbar-brand img {
    padding-bottom: 5px;
    max-width: 160px;
  }
}

main {
  padding-top: var(--header-height);
  padding-bottom: var(--footer-height);
}
@media (min-width: 1200px) {
  main {
    padding-top: var(--header-height-lg);
    padding-bottom: var(--footer-height-lg);
  }
}
main .breadcrumb {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #5c5c5c;
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  main .breadcrumb {
    padding: 0 10px;
  }
}
main .content-container {
  padding: 20px;
  background-color: #fff;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 10px;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  main .content-container {
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    border-width: 20px;
    max-width: 960px;
  }
}
main .content-header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  main .content-header {
    margin-bottom: 90px;
  }
}
main .content-header h1 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #2cb07e;
}
@media (min-width: 992px) {
  main .content-header h1 {
    font-size: 2rem;
  }
}
main p:last-child,
main figure:last-child,
main table:last-child {
  margin-bottom: 0;
}
main figure:last-child {
  margin-bottom: 0;
}
main .box-shadow {
  padding: 60px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 991.98px) {
  main .box-shadow {
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*--------------------------------------------------
+: Aside
==================================================*/
/*--------------------------------------------------
+: Footer
==================================================*/
footer {
  background-color: #303131;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .links {
  padding: 70px 0;
  background-color: #f9f9f9;
}
footer .links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 992px) {
  footer .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .links ul li {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  footer .links ul li {
    margin-bottom: 0px;
    width: 33.3333%;
  }
}
footer .links ul li a {
  padding: 30px;
  margin: 0 16px;
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  color: #333333;
  text-decoration: none;
}
footer .links ul li a > div {
  margin-bottom: 30px;
}
footer .links ul li a > div i {
  padding: 10px 15px;
  background-color: #f9f9f9;
  border-radius: 40px;
  font-size: 3rem;
}
footer .links ul li a p:nth-child(2) {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.125rem;
}
footer .links ul li a p:nth-child(3) {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .links ul li a p:nth-child(3) {
    height: 120px;
  }
}
footer .links ul li a p:nth-child(4) span {
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 30px;
  color: #fff;
  width: 120px;
  display: inline-block;
}
footer .links ul li:nth-child(1) p:nth-child(4) span {
  background-color: #f9893e;
}
footer .links ul li:nth-child(2) p:nth-child(4) span {
  background-color: #a1d82b;
}
footer .links ul li:nth-child(3) p:nth-child(4) span {
  background-color: #2bc2d8;
}
footer .info {
  padding: 30px;
  color: #848484;
}
@media (min-width: 992px) {
  footer .info {
    padding: 100px 40px 40px;
  }
}
footer .info a {
  color: #848484;
  text-decoration: none;
}
footer .info .to-top {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 10px;
  background-color: #000;
  width: 40px;
  height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

/*--------------------------------------------------
+: home
==================================================*/
.home header {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .home header {
    margin-bottom: 40px;
  }
}
.home header > div {
  padding: 20px;
  background-color: #fff;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 10px;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .home header > div {
    padding: 40px;
    border-width: 20px;
  }
}
@media (min-width: 1200px) {
  .home header > div {
    margin: 0 auto;
    max-width: 1110px;
  }
}
.home header > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  letter-spacing: -1px;
}
@media (min-width: 1200px) {
  .home header > div p {
    font-size: 3rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    letter-spacing: -4px;
  }
}
@media (max-width: 1199.98px) {
  .home header > div p img {
    max-width: 150px;
  }
}
.home header > div p small {
  font-size: 75%;
}
.home header > div p b {
  font-size: 125%;
  letter-spacing: -3px;
}
.home header > div figure {
  margin: -10px 0 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .home header > div figure {
    margin: -40px 0 0;
  }
}
@media (max-width: 1199.98px) {
  .home header > div figure img {
    width: 50px;
  }
}
.home main {
  padding-top: 0;
  padding-bottom: 280px;
}
@media (min-width: 992px) {
  .home main {
    padding-bottom: 220px;
  }
}
.home main section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .home main section {
    padding: 40px 0;
  }
}

.home-info h2 {
  margin: 0 0 20px;
  font-size: 2rem;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 992px) {
  .home-info h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .home-info h2 {
    margin: 0 0 30px;
    font-size: 2.75rem;
  }
}
.home-info h2 b {
  font-size: 2.25rem;
  color: #ea6da4;
}
@media (min-width: 992px) {
  .home-info h2 b {
    font-size: 3.375rem;
  }
}
.home-info h2 sup {
  top: -2em;
  font-size: 40%;
  margin: 0 -5px;
}
@media (min-width: 992px) {
  .home-info h2 sup {
    top: -1.75em;
    font-size: 50%;
    margin: 0 -10px;
  }
}
.home-info h2 span {
  padding: 15px;
  margin: 0 0 30px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  background-color: #ea6da4;
  border-radius: 6px;
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  .home-info h2 span {
    margin: 0 0 60px;
    font-size: 2.25rem;
  }
}

.home-service {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .home-service {
    padding-bottom: 90px;
    margin: 0 auto;
    max-width: 960px;
  }
}
.home-service h3 {
  padding: 10px;
  margin: 0;
  background-color: #2cb07e;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 992px) {
  .home-service h3 {
    font-size: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
  }
}
.home-service h3 b {
  font-size: 1.40625rem;
}
@media (min-width: 992px) {
  .home-service h3 b {
    font-size: 2.25rem;
  }
}
.home-service h3 em {
  padding: 2px;
  margin: 0 8px;
  color: #2cb07e;
  font-style: normal;
  font-size: 0.875rem;
  background-color: #fff;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .home-service h3 em {
    padding: 4px 6px 6px;
    font-size: 1.375rem;
  }
}
.home-service > div {
  padding: 30px;
  border: 1px solid #2cb07e;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .home-service > div {
    padding: 40px;
    font-size: 1.5rem;
  }
}
.home-service > div ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.home-service > div ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
}

.home-prepearation {
  padding: 75px 10px 60px;
  background-color: #2cb07e;
  color: #fff;
}
@media (min-width: 992px) {
  .home-prepearation {
    padding: 125px 0;
  }
}
.home-prepearation > div {
  padding-bottom: 20px;
  border: 5px solid #fff;
  position: relative;
}
@media (min-width: 992px) {
  .home-prepearation > div {
    padding-bottom: 60px;
    margin: 0 auto;
    max-width: 960px;
    border: 10px solid #fff;
  }
}
.home-prepearation > div:before {
  content: "";
  background-color: #2cb07e;
  width: 90%;
  position: absolute;
  top: -10px;
  left: 5%;
  height: calc(100% + 20px);
  z-index: 0;
}
.home-prepearation > div:after {
  content: "";
  background-color: #2cb07e;
  width: calc(100% + 20px);
  position: absolute;
  top: 10%;
  left: -10px;
  height: 80%;
  z-index: 0;
}
.home-prepearation > div * {
  position: relative;
  z-index: 1;
}
.home-prepearation h2 {
  margin: -15px 0 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.40625rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .home-prepearation h2 {
    margin: -22px 0 60px;
    font-size: 2.25rem;
  }
}
.home-prepearation ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .home-prepearation ul li {
    font-size: 1.5rem;
  }
}

.home-attention {
  padding: 75px 0 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .home-attention {
    padding: 90px 0 0;
  }
}
.home .home-attention {
  padding: 75px 0 100px;
}
@media (min-width: 992px) {
  .home .home-attention {
    padding: 90px 0 250px;
  }
}
.home-attention h2,
.home-attention h3 {
  margin: 0 0 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.40625rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .home-attention h2,
  .home-attention h3 {
    margin: 0 0 60px;
    font-size: 2.25rem;
  }
}
.home-attention ul:not(.list-asterisk) {
  padding-left: 0;
  margin: 0 0 60px;
  list-style: none;
}
@media (min-width: 992px) {
  .home-attention ul:not(.list-asterisk) {
    margin: 0 0 90px;
  }
}
.home-attention ul:not(.list-asterisk) > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
  .home-attention ul:not(.list-asterisk) > li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-size: 1.25rem;
  }
}
.home .home-attention ul:not(.list-asterisk) > li {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .home .home-attention ul:not(.list-asterisk) > li {
    font-size: 1.5rem;
  }
}
.home-attention .list-asterisk {
  font-size: 75%;
}
@media (min-width: 992px) {
  .home-attention .list-asterisk {
    margin: 0 auto;
    width: 835px;
  }
}

/*--------------------------------------------------
+: form
==================================================*/
.form label {
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .form label {
    font-size: 1.25rem;
  }
}
.form h2 {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  .form h2 {
    margin-bottom: 45px;
    font-size: 1.5rem;
  }
}
.form .content-body > div {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .form .content-body > div {
    margin-bottom: 80px;
  }
}

/*--------------------------------------------------
+: check
==================================================*/
.check h2 {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .check h2 {
    margin-bottom: 45px;
    font-size: 1.5rem;
  }
}
.check .content-body > div {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .check .content-body > div {
    margin-bottom: 80px;
  }
}

/*--------------------------------------------------
+: Form
==================================================*/
.progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.progressbar .item {
  position: relative;
  width: 35%;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #999999;
}

.progressbar:not(.ex) .item:nth-child(3),
.progressbar:not(.ex) .item:nth-child(4) {
  width: 15%;
}

.progressbar.ex .item {
  width: 33.3333%;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 37px solid transparent;
  border-left: 20px solid #F5F5F5;
  margin: auto;
}

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }
}
/* active */
.progressbar .item.active {
  z-index: 1;
  background: #ea6da4;
  color: #FFF;
}

.progressbar .item.active:not(:last-child)::after {
  border-left-color: #ea6da4;
}

.progressbar .item.active:not(:last-child)::before {
  border-left: none;
}

input[type=checkbox].collapse_checkbox ~ * {
  display: none;
}

input[type=checkbox].collapse_checkbox:checked ~ * {
  display: block;
}

input[type=checkbox].collapse_checkbox ~ label {
  display: inline-block !important;
  /* margin-left: -24px;
  padding-left: 30px;
  background-color: #4FB1E8;
  border-radius: 8px; */
}

@media (min-width: 992px) {
  .program_selected {
    position: sticky;
    top: 106px;
    z-index: 1;
  }
}

.program_categories {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-width: 5px;
  border-color: #2cb07e;
  border-style: solid;
  background-color: #fdf0f2;
}
@media (min-width: 992px) {
  .program_categories {
    position: sticky;
    top: 76px;
    z-index: 1;
  }
}