@charset "UTF-8";
/* common
-------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.inner {
  max-width: calc(1280px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner2 {
  max-width: calc(1430px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner3 {
  max-width: calc(980px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner4 {
  max-width: calc(1350px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner5 {
  max-width: calc(1080px + 10%);
  padding: 0 5%;
  margin: auto;
}

.btn {
  display: block;
  text-align: center;
  max-width: 280px;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
  background-color: #fff;
  color: #157d98;
  position: relative;
  font-family: "rift-soft", sans-serif;
  line-height: 1.2;
  padding: 23px;
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-green .btn {
  color: #15ad59;
}
.btn:hover {
  opacity: 0.7;
}
.btn::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #157d98;
  width: 16px;
  height: 8px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.is-green .btn::before {
  background-color: #15ad59;
}

.low_wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .low_wrap {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .low_wrap {
    margin-bottom: 80px;
  }
}

.lowMainVisual {
  background-color: #f7f8f8;
}
@media screen and (min-width: 768px) {
  .lowMainVisual {
    padding: 195px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .lowMainVisual {
    padding: 115px 0 50px;
  }
}
.lowMainVisual.services .lowMainVisual__ttl {
  line-height: 1.4;
}
.lowMainVisual.services .lowMainVisual__ttl__sub {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .lowMainVisual__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lowMainVisual__ttl {
  line-height: 1;
  font-weight: 600;
  font-family: "rift-soft", sans-serif;
}
@media screen and (min-width: 768px) {
  .lowMainVisual__ttl {
    width: 50%;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lowMainVisual__ttl {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
}
.lowMainVisual__ttl__sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .lowMainVisual__ttl__sub {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lowMainVisual__ttl__sub {
    font-size: 1.6rem;
  }
}
.lowMainVisual__txt {
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .lowMainVisual__txt {
    width: 43.3%;
    font-size: 1.8rem;
  }
}

#list_breadcrumb {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #list_breadcrumb {
    margin: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    margin: 15px 0 30px;
  }
}

.link_btn {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link_btn:hover {
  opacity: 0.7;
}

.list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .list_pagination {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination {
    font-size: 1.4rem;
  }
}
.list_pagination__item {
  width: 30.6%;
}
.list_pagination__item.prev a::before, .list_pagination__item.next a::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #333;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .list_pagination__item.prev a::before, .list_pagination__item.next a::before {
    width: 18px;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination__item.prev a::before, .list_pagination__item.next a::before {
    width: 10px;
    height: 5px;
  }
}
.list_pagination__item.prev a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .list_pagination__item.prev a::before {
    left: 27px;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination__item.prev a::before {
    left: 10px;
  }
}
.list_pagination__item.next a::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .list_pagination__item.next a::before {
    right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination__item.next a::before {
    right: 10px;
  }
}
.list_pagination__item a {
  display: block;
  background-color: #deded5;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list_pagination__item a {
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination__item a {
    height: 35px;
    line-height: 35px;
  }
}
.list_pagination__item a:hover {
  background-color: #dcdddd;
}

/*===================================
	TOP
=====================================*/
/* common
-------------------------------------*/
.top_cmn_ttl {
  font-weight: 600;
  line-height: 1;
  font-family: "rift-soft", sans-serif;
}
@media screen and (min-width: 768px) {
  .top_cmn_ttl {
    font-size: 4.8rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_cmn_ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

/* main visual
-------------------------------------*/
.mainVisual {
  height: 100svh;
  min-height: 660px;
  position: relative;
}
.mainVisual::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.mainVisual__slide {
  height: 100%;
  z-index: -1;
}
.mainVisual__slide__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainVisual__wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .mainVisual__wrap {
    max-width: 518px;
    width: 45%;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__wrap {
    max-width: 270px;
    width: 90%;
    top: 45%;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual__txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__txt {
    margin-bottom: 20px;
  }
}
.mainVisual__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  /* max-width: 420px; */
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mainVisual__list {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__list {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual__list__item:not(:last-child) {
    position: relative;
    padding-right: 1em;
  }
  .mainVisual__list__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 1em;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__list__item:not(:last-child) {
    position: relative;
    padding-right: 1em;
  }
  .mainVisual__list__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 1em;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }
}
.mainVisual__btm {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainVisual__btm {
    flex-wrap: wrap;
  }
}
.mainVisual__btm .mainVisual__hours {
  position: relative;
  right: initial;
  bottom: initial;
}
@media screen and (min-width: 768px) {
  .mainVisual__btm .mainVisual__hours {
    order: 2;
  }
  .mainVisual__btm .mainVisual__btn {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__btm .mainVisual__hours {
    max-width: none;
  }
}
.mainVisual__hours {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px 0 0 0;
  overflow: hidden;
  text-align: center;
  max-width: 565px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainVisual__hours {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__hours {
    font-size: 1.5rem;
  }
}
.mainVisual__hours__ttl {
  background-color: #036eb8;
  color: #fff;
  height: 70px;
  line-height: 70px;
}
.is-green .mainVisual__hours__ttl {
  background-color: #15ad59;
}
@media screen and (min-width: 768px) {
  .mainVisual__hours__ttl {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__hours__ttl {
    width: 130px;
  }
}
.mainVisual__hours__txt {
  background-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;
  line-height: 1.2;
  padding: 0 1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .mainVisual__hours__txt {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__hours__txt {
    width: calc(100% - 130px);
  }
}
.mainVisual__produced {
  position: absolute;
}
@media screen and (min-width: 1001px) {
  .mainVisual__produced {
    bottom: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual__produced {
    bottom: 85px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual__produced {
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__produced {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mainVisual__produced__ttl {
  font-size: 1.4rem;
  font-family: "rift-soft", sans-serif;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mainVisual__produced__ttl {
    text-align: center;
  }
}
.mainVisual__produced__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .mainVisual__produced__list {
    width: 327px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__produced__list {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual__produced__list__item {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__produced__list__item {
    height: 25px;
  }
}
.mainVisual__produced__list__item img {
  height: 100%;
}
.mainVisual__btn {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainVisual__btn {
    max-width: 360px;
  }
}
.mainVisual__btn__item {
  position: relative;
  display: block;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainVisual__btn__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  aspect-ratio: 1 / 1;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.mainVisual__btn__item:hover {
  opacity: 0.7;
}
.mainVisual__btn__item.is-winter {
  background-color: #157d98;
}
.mainVisual__btn__item.is-green {
  background-color: #15ad59;
}
@media screen and (min-width: 768px) {
  .mainVisual__btn__item {
    font-size: 2.4rem;
    padding: 1em 3em 1em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__btn__item {
    font-size: 1.6rem;
    padding: 1.5em 2em;
  }
}

/* News / Event
-------------------------------------*/
.top_event {
  background-color: #157d98;
  color: #fff;
  position: relative;
}
.is-green .top_event {
  background-color: #15ad59;
}
@media screen and (min-width: 768px) {
  .top_event {
    padding: 135px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .top_event {
    padding: 50px 0 75px;
  }
}
.top_event::before, .top_event::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/frame.svg);
          mask-image: url(../img/common/frame.svg);
  background-color: #157d98;
  width: 100%;
  height: 2px;
  left: 0;
}
.is-green .top_event::before, .top_event::after {
  background-color: #15ad59;
}
.top_event::before {
  top: -2px;
  -webkit-mask-position: top;
          mask-position: top;
}
.top_event::after {
  bottom: -2px;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
@media screen and (min-width: 768px) {
  .top_event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 768px) {
  .top_event__list__item {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .top_event__list__item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top_event__list__item:not(:last-child) {
    margin-right: 3.5%;
  }
}
.top_event__list__item a:hover .top_event__list__item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_event__list__item__img {
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.top_event__list__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_event__list__item__day {
  font-size: 1.4rem;
  margin-bottom: 3px;
  font-family: "rift-soft", sans-serif;
}
.top_event__list__item__ttl {
  font-size: 1.8rem;
  line-height: 1.7;
}

/* google calendar
-------------------------------------*/
.top_calendar {
  background-color: #deded5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_calendar {
    padding: 110px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .top_calendar {
    padding: 60px 0 45px;
  }
}
.top_calendar::before, .top_calendar::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/frame.svg);
          mask-image: url(../img/common/frame.svg);
  background-color: #deded5;
  width: 100%;
  height: 2px;
  left: 0;
}
.top_calendar::before {
  top: -2px;
  -webkit-mask-position: top;
          mask-position: top;
}
.top_calendar::after {
  bottom: -2px;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.top_calendar__ttl {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  border: 2px solid #deded5;
}
@media screen and (min-width: 768px) {
  .top_calendar__ttl {
    width: 480px;
    height: 80px;
    line-height: 80px;
    font-size: 2.8rem;
    margin: 0 auto -40px;
  }
}
@media screen and (max-width: 767px) {
  .top_calendar__ttl {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    margin: 0 auto -25px;
  }
}
.top_calendar__mask {
  background-color: #fff;
  max-width: 900px;
  margin: auto;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .top_calendar__mask {
    padding: 80px 5% 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_calendar__mask {
    padding: 40px 5% 5%;
  }
}
.top_calendar__mask iframe {
  width: 100%;
  max-width: 740px;
  margin: auto;
  display: block;
}

/* img
-------------------------------------*/
.top_img {
  height: 36svh;
  position: relative;
}
.top_img img {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ABOUT
-------------------------------------*/
.top_about {
  background-color: #deded5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_about {
    padding: 40px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .top_about {
    padding: 60px 0 75px;
  }
}
.top_about::before, .top_about::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/frame.svg);
          mask-image: url(../img/common/frame.svg);
  background-color: #deded5;
  width: 100%;
  height: 2px;
  left: 0;
}
.top_about::before {
  top: -2px;
  -webkit-mask-position: top;
          mask-position: top;
}
.top_about::after {
  bottom: -2px;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
@media screen and (min-width: 1001px) {
  .top_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) {
  .top_about__l {
    width: 52.5%;
  }
}
@media screen and (max-width: 1000px) {
  .top_about__l {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 768px) {
  .top_about__l {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__l {
    margin: 0;
  }
}
@media screen and (min-width: 1001px) {
  .top_about__r {
    width: 47%;
  }
}
@media screen and (max-width: 1000px) {
  .top_about__r {
    max-width: 700px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_about__r {
    display: none;
  }
}
.top_about__r img {
  width: 104%;
  max-width: unset;
}
.top_about__ttl {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top_about__ttl {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    letter-spacing: 0.03em;
    font-size: 5.4rem;
    line-height: 1.7;
    display: inline;
    padding: 0 5px 5px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }
}
@media screen and (max-width: 767px) {
  .top_about__ttl {
    font-size: 2.8rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .top_about__ttl span {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .top_about__ttl span {
    display: table;
    background-color: #fff;
    padding: 0 5px 5px;
    line-height: 1.4;
  }
  .top_about__ttl span:not(:last-child) {
    margin-bottom: 5px;
  }
}
.top_about__ttl__shinkansen {
  position: absolute;
  left: 176px;
  top: 0;
  width: 236px;
}
.top_about__ttl2 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top_about__ttl2 {
    font-size: 2.8rem;
    margin: 25px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__ttl2 {
    font-size: 2rem;
    margin: 15px 0 7px;
  }
}
.top_about__txt {
  line-height: 2;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_about__txt {
    margin-bottom: 50px;
    max-width: 560px;
    width: 95%;
  }
}
.top_about__map {
  margin: -75px 0 20px;
  width: 103%;
  max-width: unset;
}
.top_about__pin {
  max-width: 300px;
  margin: 0 auto 30px;
}
.top_about__btn {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
  font-family: "rift-soft", sans-serif;
}
@media screen and (min-width: 768px) {
  .top_about__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 585px;
  }
}
.top_about__btn__item {
  overflow: hidden;
  background-color: #036eb8;
  border-radius: 100px;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-green .top_about__btn__item {
  background-color: #15ad59;
}
.top_about__btn__item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .top_about__btn__item {
    width: 48%;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__btn__item {
    height: 60px;
    line-height: 60px;
  }
  .top_about__btn__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top_about__btn__item__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #fff;
  right: 27px;
}
.top_about__btn__item__icon.icon_link {
  width: 18px;
  height: 10px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
}
.top_about__btn__item__icon.icon_pdf {
  -webkit-mask-image: url(../img/common/icon_pdf.svg);
          mask-image: url(../img/common/icon_pdf.svg);
}
@media screen and (min-width: 768px) {
  .top_about__btn__item__icon.icon_pdf {
    width: 24px;
    height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__btn__item__icon.icon_pdf {
    width: 19px;
    height: 23px;
  }
}
.top_about__btn__item a {
  display: block;
}

/* What Makes
-------------------------------------*/
.top_makes {
  background-color: #157d98;
}
.is-green .top_makes {
  background-color: #156f59;
}
@media screen and (min-width: 768px) {
  .top_makes {
    padding: 150px 0 175px;
  }
}
@media screen and (max-width: 767px) {
  .top_makes {
    padding: 75px 0 40px;
  }
}
.top_makes .top_cmn_ttl {
  color: #fff;
  margin-bottom: 30px;
}
.top_makes__ttl {
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top_makes__ttl {
    font-size: 4.4rem;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_makes__ttl {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.top_makes__mask {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_makes__mask {
    padding-top: 170px;
  }
}
.top_makes__mask__cheers {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top_makes__mask__cheers {
    width: 37.5%;
    bottom: 102%;
    right: 3%;
  }
  .is-green .top_makes__mask__cheers {
    width: 21.8%;
    bottom: 100%;
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .top_makes__mask__cheers {
    top: 0;
    width: 320px;
    left: 50%;
    transform: translateX(-50%);
  }
  .is-green .top_makes__mask__cheers {
    width: 210px;
  }
}
@media screen and (min-width: 768px) {
  .top_makes__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: -90px;
  }
}
.top_makes__list__item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_makes__list__item {
    width: 48%;
    padding: 0 5% 85px;
    margin-bottom: 90px;
  }
  .top_makes__list__item.full {
    width: 100%;
  }
  .top_makes__list__item:nth-child(1) .top_makes__list__item__img, .top_makes__list__item:nth-child(2) .top_makes__list__item__img {
    aspect-ratio: 19/17;
  }
  .top_makes__list__item:nth-child(3) .top_makes__list__item__img, .top_makes__list__item:nth-child(4) .top_makes__list__item__img {
    aspect-ratio: 30/37;
  }
}
@media screen and (max-width: 767px) {
  .top_makes__list__item {
    padding: 60px 5% 25px;
  }
  .top_makes__list__item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px 5%;
}
.is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__inner .top_makes__list__item__img {
  aspect-ratio: auto;
}
.is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__contents .top_makes__list__item__txt {
  display: block;
}
.is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__contents.--01 {
  border: 1px solid #deded5;
  border-radius: 25px;
}
@media screen and (min-width: 1000px) {
  .is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__contents .top_makes__list__item__txt {
    font-size: 1.4rem;
  }
  .is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__contents.--01 {
    width: 42%;
    padding: 60px 40px 40px;
  }
  .is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__contents.--02 {
    width: 19%;
    margin-top: 40px;
  }
  .is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__contents.--03 {
    width: 29%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 999px) {
  .is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__inner {
    max-width: 500px;
    margin-inline: auto;
  }
  .is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__contents {
    width: 100%;
  }
  .is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__contents.--01 {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .is-green .top_makes__list__item:nth-child(1) .top_makes__list__item__contents .top_makes__list__item__txt {
    font-size: 1.2rem;
  }
}
.top_makes__list__item__ttl {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  border: 1.5px solid;
  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;
  padding: 10px;
}
@media screen and (min-width: 1201px) {
  .top_makes__list__item__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .top_makes__list__item__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_makes__list__item__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .top_makes__list__item__ttl {
    height: 80px;
    max-width: 460px;
    margin: -40px auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_makes__list__item__ttl {
    position: absolute;
    left: 50%;
    top: -25px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.4rem;
    height: 50px;
    max-width: 255px;
    width: 100%;
  }
}
.top_makes__list__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .top_makes__list__item__img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_makes__list__item__img {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.top_makes__list__item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.top_makes__list__item__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .top_makes__list__item__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_makes__list__item__txt {
    text-align: center;
  }
}

/* View Detail
-------------------------------------*/
.top_service {
  background-color: #036eb8;
  position: relative;
}
.is-green .top_service {
  background-color: #15ad59;
}
@media screen and (min-width: 768px) {
  .top_service {
    padding: 95px 0 180px;
  }
}
@media screen and (max-width: 767px) {
  .top_service {
    padding: 65px 0;
  }
}
.top_service::before, .top_service::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/frame.svg);
          mask-image: url(../img/common/frame.svg);
  background-color: #036eb8;
  width: 100%;
  height: 2px;
  left: 0;
}
.is-green .top_service::before, .top_service::after {
  background-color: #15ad59;
}
.top_service::before {
  top: -2px;
  -webkit-mask-position: top;
          mask-position: top;
}
.top_service::after {
  bottom: -2px;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.top_service .top_cmn_ttl {
  color: #fff;
}
.top_service__txt {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 60px;
  line-height: 1.7;
}
.top_service__list__item {
  background-color: #fff;
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .top_service__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-mask-image: url(../img/index/top_service_list_mask.png);
            mask-image: url(../img/index/top_service_list_mask.png);
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item {
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-mask-image: url(../img/index/top_service_list_mask_sp.png);
            mask-image: url(../img/index/top_service_list_mask_sp.png);
  }
}
.top_service__list__item:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .top_service__list__item__l {
    width: 47.5%;
    aspect-ratio: 50/31;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item__l {
    aspect-ratio: 3/2;
  }
}
.top_service__list__item__l__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_service__list__item__r {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top_service__list__item__r {
    width: 52.5%;
    padding: 50px 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item__r {
    padding: 20px 7% 30px;
  }
}
.top_service__list__item__r__sub {
  color: #727171;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .top_service__list__item__r__sub {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item__r__sub {
    margin-bottom: 5px;
  }
}
.top_service__list__item__r__ttl {
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .top_service__list__item__r__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_service__list__item__r__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .top_service__list__item__r__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item__r__ttl {
    font-size: 2rem;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .top_service__list__item__r__txt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item__r__txt {
    margin-bottom: 15px;
  }
}
.top_service__list__item__r__view {
  font-size: 1.8rem;
  text-decoration: underline;
  line-height: 1;
  font-family: "rift-soft", sans-serif;
  font-weight: 500;
  color: #036eb8;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-green .top_service__list__item__r__view {
  color: #15ad59;
}
.top_service__list__item__r__view:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .top_service__list__item__r__view {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item__r__view {
    display: table;
    margin: auto;
  }
}

/* Useful Link
-------------------------------------*/
.top_link {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top_link {
    padding: 130px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .top_link {
    padding: 55px 0;
  }
}
.top_link .top_cmn_ttl {
  color: #036eb8;
}
.is-green .top_link .top_cmn_ttl {
  color: #15ad59;
}
@media screen and (min-width: 768px) {
  .top_link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: -3%;
  }
}
.top_link__list__item {
  background-color: #e7e9e1;
}
@media screen and (min-width: 1001px) {
  .top_link__list__item {
    width: 31.3%;
    margin-bottom: 3.03%;
  }
  .top_link__list__item:not(:nth-child(3n)) {
    margin-right: 3.05%;
  }
}
@media screen and (max-width: 1000px) {
  .top_link__list__item {
    width: 48%;
    margin-bottom: 4%;
  }
  .top_link__list__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px) {
  .top_link__list__item {
    border-radius: 10px;
    padding: 20px 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_link__list__item {
    width: 100%;
    border-radius: 0 0 13px 13px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .top_link__list__item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .top_link__list__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top_link__list__item__img {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.top_link__list__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_link__list__item__cnt {
  padding: 15px 15px 0;
}
.top_link__list__item__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 8px;
}
.top_link__list__item__txt {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 20px;
  min-height: 1.4em;
}
.top_link__list__item__btn {
  display: block;
  background-color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 100px;
  padding: 15px 40px;
  position: relative;
  line-height: 1.2;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_link__list__item__btn:hover {
  opacity: 0.7;
}
.top_link__list__item__btn__icon {
  position: absolute;
  top: 50%;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #333;
  right: 20px;
}
.top_link__list__item__btn__icon.icon_page {
  width: 14px;
  height: 12px;
  -webkit-mask-image: url(../img/common/icon_page.svg);
          mask-image: url(../img/common/icon_page.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_link__list__item__btn__icon.icon_link {
  width: 16px;
  height: 8px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* Information
-------------------------------------*/
.top_info {
  background-color: #157d98;
  position: relative;
}
.is-green .top_info {
  background-color: #15ad59;
}
@media screen and (min-width: 768px) {
  .top_info {
    padding: 120px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .top_info {
    padding: 55px 0 75px;
  }
}
.top_info::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/frame.svg);
          mask-image: url(../img/common/frame.svg);
  background-color: #157d98;
  width: 100%;
  height: 2px;
  left: 0;
  top: -2px;
  -webkit-mask-position: top;
          mask-position: top;
}
.is-green .top_info::before {
  background-color: #15ad59;
}
.top_info .top_cmn_ttl {
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .top_info__box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top_info__box1 {
    padding: 0 5%;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .top_info__box1 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1001px) {
  .top_info__box1__l {
    width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .top_info__box1__l {
    margin-bottom: 30px;
  }
}
.top_info__box1__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1001px) {
  .top_info__box1__r {
    width: calc(94% - 480px);
  }
}
.top_info__box1__r__l {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top_info__box1__r__l {
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .top_info__box1__r__l {
    margin-bottom: 15px;
  }
}
.top_info__box1__r__l__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .top_info__box1__r__l__logo {
    max-width: 267px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_info__box1__r__l__logo {
    max-width: 258px;
    margin: 0 auto 25px;
  }
}
.top_info__box1__r__l__logo__txt {
  width: 65%;
}
.top_info__box1__r__l__logo__icon {
  width: 27%;
}
.top_info__box1__r__l__ttl {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top_info__box1__r__l__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_info__box1__r__l__ttl {
    font-size: 2rem;
  }
}
.top_info__box1__r__l__txt {
  line-height: 1.8;
}
@media screen and (min-width: 1001px) {
  .top_info__box1__r__l__txt {
    font-size: 2rem;
  }
}
.top_info__box1__r__r {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_info__box1__r__r {
    max-width: 270px;
  }
}
.top_info__box1__r__r__list {
  color: #157d98;
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1;
}
.is-green .top_info__box1__r__r__list {
  color: #15ad59;
}
.top_info__box1__r__r__list__item {
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 15px;
}
.top_info__box1__r__r__list__item:hover {
  opacity: 0.7;
}
.top_info__box1__r__r__list__item__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #157d98;
}
.is-green .top_info__box1__r__r__list__item__icon {
  background-color: #15ad59;
}
.top_info__box1__r__r__list__item__icon.icon_page {
  right: 28px;
  width: 14px;
  height: 12px;
  -webkit-mask-image: url(../img/common/icon_page.svg);
          mask-image: url(../img/common/icon_page.svg);
}
.top_info__box1__r__r__list__item__icon.icon_pdf {
  right: 25px;
  width: 19px;
  height: 23px;
  -webkit-mask-image: url(../img/common/icon_pdf.svg);
          mask-image: url(../img/common/icon_pdf.svg);
}
.top_info__box1__r__r__list__item a {
  display: block;
  padding: 20px;
}
.top_info__box2 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top_info__box2 {
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) {
  .top_info__box2__l {
    width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .top_info__box2__l {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .top_info__box2__l {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_info__box2__l {
    width: 100%;
  }
}
.top_info__box2__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (min-width: 1001px) {
  .top_info__box2__r {
    width: calc(92% - 400px);
  }
}
@media screen and (max-width: 1000px) {
  .top_info__box2__r {
    width: calc(92% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .top_info__box2__r {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .top_info__box2__r .top_info__dlist {
    margin-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .top_info__box2__r .top_info__dlist {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_info__box2__r .top_info__dlist {
    margin: 40px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .top_info__box2__r__map {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top_info__box2__r__map {
    max-width: 400px;
    width: 100%;
  }
}
.top_info__dlist__ttl {
  font-weight: 600;
  padding-left: 15px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top_info__dlist__ttl {
    font-size: 2.4rem;
    border-left: 4px solid;
  }
}
@media screen and (max-width: 767px) {
  .top_info__dlist__ttl {
    font-size: 2rem;
    border-left: 2px solid;
  }
}
@media screen and (min-width: 1001px) {
  .top_info__dlist__txt {
    font-size: 2rem;
  }
}
.top_info__dlist__tbl {
  width: 100%;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.top_info__dlist__tbl th {
  text-align: left;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_info__dlist__tbl th {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_info__dlist__tbl th {
    padding-bottom: 3px;
  }
}
.top_info__dlist__tbl th:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
}
@media screen and (min-width: 1001px) {
  .top_info__dlist__tbl th:after {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .top_info__dlist__tbl th:after {
    margin-left: 10px;
  }
}
.top_info__dlist__tbl td {
  padding-left: 15px;
}
@media screen and (min-width: 1001px) {
  .top_info__dlist__tbl td {
    width: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .top_info__dlist__tbl td {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .top_info__dlist__tbl td {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_info__dlist__tbl td {
    padding-bottom: 3px;
  }
}

/*===================================
	Privacy Policy
=====================================*/
@media screen and (max-width: 767px) {
  .policy_cnt {
    font-size: 1.4rem;
  }
}
.policy_cnt:not(:last-child) {
  margin-bottom: 40px;
}
.policy_cnt__ttl {
  font-weight: bold;
}
.policy_cnt__txt__list__item {
  position: relative;
  padding-left: 1em;
}
.policy_cnt__txt__list__item::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

/*===================================
	NEWS / EVENT
=====================================*/
@media screen and (min-width: 768px) {
  .list_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .list_news {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 768px) {
  .list_news__item {
    width: 22.5%;
    margin-bottom: 40px;
  }
  .list_news__item:not(:nth-child(4n)) {
    margin-right: 3.33%;
  }
}
@media screen and (max-width: 767px) {
  .list_news__item {
    margin-bottom: 30px;
  }
}
.list_news__item.empty {
  width: 100%;
  text-align: center;
  margin-right: 0;
}
.list_news__item.is-hidden {
  display: none;
}
.list_news__item a:hover .list_news__item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list_news__item__img {
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-bottom: 10px;
}
.list_news__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.list_news__item__day {
  margin-bottom: 3px;
  font-family: "rift-soft", sans-serif;
  color: #808080;
}
.list_news__item__ttl {
  font-weight: 500;
  line-height: 1.6;
}

.news_loadMore {
  display: block;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-family: "rift-soft", sans-serif;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
  font-size: 2rem;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_loadMore:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .news_loadMore {
    height: 100px;
    line-height: 100px;
    margin: 100px auto 0;
    background: #157d98 url(../img/common/arrow2.svg) no-repeat center right 50px/26px 25px;
  }
}
@media screen and (min-width: 768px) {
  .is-green .news_loadMore {
    background: #15ad59 url(../img/common/arrow2.svg) no-repeat center right 50px/26px 25px;
  }
}
@media screen and (max-width: 767px) {
  .news_loadMore {
    height: 76px;
    line-height: 76px;
    margin: 65px auto 0;
    background: #157d98 url(../img/common/arrow2.svg) no-repeat center right 40px/20px 19px;
  }
  .is-green .news_loadMore {
    background: #15ad59 url(../img/common/arrow2.svg) no-repeat center right 40px/20px 19px;
  }
}
.news_loadMore:disabled, .news_loadMore.is-disabled {
  opacity: 0.5;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .article_post {
    margin: 100px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .article_post {
    margin: 60px 0 20px;
  }
}
.article_post__ttl {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .article_post__ttl {
    font-size: 4.8rem;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .article_post__ttl {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
.article_post__cnt__ttl_l, .article_post__cnt__ttl_m, .article_post__cnt__ttl_s {
  margin-bottom: 40px;
  font-weight: 400;
}
.article_post__cnt__ttl_l {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .article_post__cnt__ttl_l {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .article_post__cnt__ttl_l {
    font-size: 2.6rem;
  }
}
.article_post__cnt__ttl_m {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .article_post__cnt__ttl_m {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .article_post__cnt__ttl_m {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .article_post__cnt__ttl_s {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .article_post__cnt__ttl_s {
    font-size: 1.8rem;
  }
}
.article_post__cnt__txt {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .article_post__cnt__txt {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .article_post__cnt__txt {
    margin-bottom: 40px;
  }
}
.article_post__cnt__img img {
  height: auto;
}

/*===================================
	Nearby Resorts
=====================================*/
.resorts_map {
  padding: 50px 0;
  -webkit-mask-image: url(../img/index/resorts_map_mask.png);
          mask-image: url(../img/index/resorts_map_mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #157d98;
}
.is-green .resorts_map {
  background-color: #15ad59;
}
@media screen and (min-width: 768px) {
  .resorts_map {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .resorts_map {
    margin-bottom: 50px;
  }
}
.resorts_map__img {
  width: 100%;
  max-width: 780px;
  margin: auto;
}

.list_ski {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .list_ski {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .list_ski {
    margin-bottom: -30px;
  }
}
.list_ski__item {
  -webkit-mask-image: url(../img/index/ski_mask.png);
          mask-image: url(../img/index/ski_mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #3890a7;
}
.is-green .list_ski__item {
  background-color: #15ad59;
}
@media screen and (min-width: 768px) {
  .list_ski__item {
    margin-bottom: 60px;
    width: 32%;
    padding: 55px 3% 40px;
  }
  .list_ski__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .list_ski__item {
    margin-bottom: 30px;
    padding: 55px 10% 40px;
  }
}
.list_ski__item__ttl {
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 2.8em;
}
@media screen and (min-width: 1001px) {
  .list_ski__item__ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .list_ski__item__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.list_ski__item__img {
  overflow: hidden;
  aspect-ratio: 3/2;
  width: 80%;
}
@media screen and (min-width: 1001px) {
  .list_ski__item__img {
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 1000px) {
  .list_ski__item__img {
    margin: 0 auto 25px;
  }
}
.list_ski__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.list_ski__item__link {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  line-height: 1.4;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1001px) {
  .list_ski__item__link {
    font-size: 1.8rem;
    padding: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .list_ski__item__link {
    padding: 13px;
  }
}
@media screen and (min-width: 1001px) {
  .list_ski__item__link:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .list_ski__item__link:not(:last-child) {
    margin-bottom: 15px;
  }
}
.list_ski__item__link:hover {
  background-color: #fff;
  color: #3890a7;
}
.is-green .list_ski__item__link:hover {
  color: #15ad59;
}

/*===================================
	Services
=====================================*/
.service_wrap {
  overflow: hidden;
  padding-bottom: 120px;
  background-color: #036eb8;
}
.is-green .service_wrap {
  background-color: #15ad59;
}
.service_wrap #list_breadcrumb {
  color: #fff;
}

.service_ttl {
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .service_ttl {
    font-size: 2.4rem;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .service_ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

/*===================================
	Services
=====================================*/
@media screen and (min-width: 768px) {
  .article_services__wrap:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .article_services__wrap:not(:last-child) {
    margin-bottom: 50px;
  }
}
.article_services__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article_services__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .article_services__list__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.article_services__list__item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .article_services__list__item__l, .article_services__list__item__r {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .article_services__list__item__l {
    margin-bottom: 20px;
  }
}
.article_services__list__item__l img {
  width: 100%;
}
.article_services__list__item__r__ttl {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .article_services__list__item__r__ttl {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .article_services__list__item__r__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .article_services__list__item__r .article_services__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .article_services__list__item__r .article_services__btn {
    margin-top: 20px;
  }
}
.article_services__btn {
  display: block;
  background-color: #deded5;
  font-size: 1.8rem;
  border-radius: 100px;
  text-align: center;
  width: 100%;
  padding: 23px;
  line-height: 1.4;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article_services__btn:hover {
  opacity: 0.7;
}
.article_services__btn.single {
  max-width: 330px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .article_services__btnlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: -3.5%;
  }
}
@media screen and (min-width: 768px) {
  .article_services__btnlist {
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 768px) {
  .article_services__btnlist__item {
    width: 31%;
    margin-bottom: 3.5%;
  }
  .article_services__btnlist__item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .article_services__btnlist__item {
    margin-bottom: 20px;
  }
}
.article_services__list2 {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .article_services__list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .article_services__list2 {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 768px) {
  .article_services__list2__item {
    width: 30%;
    margin-bottom: 50px;
  }
  .article_services__list2__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .article_services__list2__item {
    margin-bottom: 40px;
  }
}
.article_services__list2__item__img {
  width: 100%;
  margin-bottom: 15px;
}
.article_services__list2__item__ttl {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.article_services__list2__item__txt {
  line-height: 1.6;
}
.article_services__tbl {
  width: 100%;
  border-top: 1px solid #898989;
}
.article_services__tbl th {
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid #898989;
  background-color: #dcdddd;
}
@media screen and (min-width: 768px) {
  .article_services__tbl th {
    width: 40%;
    padding: 1.5em 3%;
  }
}
@media screen and (max-width: 767px) {
  .article_services__tbl th {
    display: block;
    width: 100%;
    padding: 1.5em;
  }
}
.article_services__tbl td {
  vertical-align: top;
  border-bottom: 1px solid #898989;
}
@media screen and (min-width: 768px) {
  .article_services__tbl td {
    width: 60%;
    padding: 1.5em 5%;
  }
}
@media screen and (max-width: 767px) {
  .article_services__tbl td {
    display: block;
    width: 100%;
    padding: 1.5em;
  }
}