.head {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .head {
    margin-bottom: 40px;
  }
}

.head__title {
  font-size: 2.4rem;
  color: #7ad4e6;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 25px;
}

.head__border {
  width: 30px;
  height: 8px;
  background-color: #7ad4e6;
  margin: 0 auto;
}

.service__cont {
  margin: 0 auto;
  padding: 55px 18px;
  max-width: 1024px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 35px;
  }
}

.service__top {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .service__top {
    margin-bottom: 35px;
  }
}

.service__title {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6875;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service__title {
    font-size: 2rem;
    text-align: center;
  }
}

.service__text {
  line-height: 2;
  max-width: 690px;
}

@media screen and (max-width: 767px) {
  .service__text {
    max-width: none;
  }
}

.service__en {
  position: absolute;
  max-width: 480px;
  top: 120px;
  right: -5%;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

.service__cont_news {
  margin: 0 auto;
  padding: 55px 18px 0;
  max-width: 1024px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service__cont_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 35px;
  }
}

.service__top_news {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .service__top_news {
    margin-bottom: 35px;
  }
}

.service__title_news {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6875;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service__title_news {
    font-size: 2rem;
    text-align: center;
  }
}

.service__text_news {
  line-height: 2;
  max-width: 998px;
}

.service__text_news a {
  display: inline-block;
  text-decoration: underline;
  color: #7ad4e6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .service__text_news {
    max-width: none;
  }
}




@media screen and (max-width: 1190px) {
  .service__en {
    max-width: 400px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .service__en {
    display: none;
  }
}

.service__map--text {
  display: none;
}

@media screen and (max-width: 767px) {
  .service__map--text {
    display: inline-block;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .service__map-pc {
    display: none;
  }
}

.service__map-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .service__map-sp {
    max-width: 370px;
    margin: 0 auto;
    display: block;
  }
}

.service__tab {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 18px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service__tab--box {
  max-width: 320px;
  width: calc(100% / 3 - 16px);
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 11px 0;
}

@media screen and (max-width: 767px) {
  .service__tab--box {
    width: calc(100% / 3 - 7px);
  }
}

.service__tab--box.current {
  background-color: #ceecf2;
}

.service__tab--box.current p {
  color: #0f2d33;
}

.service__tab--name {
  font-size: 1.8rem;
  text-align: center;
  color: #e1e9ed;
}

@media screen and (max-width: 767px) {
  .service__tab--name {
    font-size: 1.4rem;
  }
}

.service__wrap {
  background-color: #ceecf2;
  padding: 40px 18px 30px;
}

.service__wrap .banner {
  background-color: none;
  padding: 0;
  text-align: center;
}
.service__wrap .banner a {
  display: inline-block;
  width: 60%;
}


@media screen and (max-width: 767px) {
  .service__wrap {
    padding: 20px 15px 25px;
  }
  .service__wrap .banner a {
    display: inline-block;
    width: 100%;
  }
}

.service__list {
  max-width: 1024px;
  margin: 0 auto;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 520px) {
  .service__list.list02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.service__list.list03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 520px) {
  .service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__item {
  width: calc(100% / 2 - 12px);
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .service__item {
    width: calc(100% / 2 - 8px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 600px) {
  .service__item {
    width: 100%;
  }
}

.service__item--left {
  max-width: 240px;
  margin-right: 20px;
}

.service__item--title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.33;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .service__item--title {
    font-size: 1.4rem;
  }
}

.service__item--title::before {
  content: "";
  display: inline-block;
  background-image: url(/img/arrow.svg);
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 6px;
  margin-right: 10px;
}

.service__item--text {
  font-size: 1.3rem;
  line-height: 1.615;
}

@media screen and (max-width: 767px) {
  .service__item--text {
    font-size: 1.1rem;
  }
}

.service__item--right {
  max-width: 173px;
}

@media screen and (max-width: 767px) {
  .service__item--right {
    max-width: 118px;
  }
}

.facility__item {
  width: calc(100% / 3 - 17px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .facility__item {
    width: calc(100% / 2 - 5px);
    padding: 15px;
    margin-bottom: 10px;
  }
}

.facility__item--img {
  margin-bottom: 8px;
}

.facility__item--text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .facility__item--text {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.facility__item--text::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(/img/arrow.svg);
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.trouble__cont {
  max-width: 890px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .trouble__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

.trouble__item {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 12px 15px;
  border-radius: 8px;
  margin: 0 16px 10px;
}

@media screen and (max-width: 767px) {
  .trouble__item {
    width: calc(100% / 2 - 5px);
    margin: 0 0 10px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.trouble__text {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trouble__text {
    font-size: 1.5rem;
  }
}

.trouble__btn {
  padding: 20px 36px;
  background-color: #fad996;
  border-radius: 30px;
  margin-bottom: 20px;
}

.trouble__btn--text::before {
  content: "";
  display: inline-block;
  background-image: url(/img/arrow_black.svg);
  width: 5px;
  height: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.info {
  margin: 0 auto 180px;
  padding-top: 65px;
  background-color: #e6f2f2;
}

@media screen and (max-width: 767px) {
  .info {
    background-color: transparent;
    margin-bottom: 50px;
  }
}

.info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 18px;
}

.info__box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 60px 0 60px 18px;
}

@media screen and (max-width: 767px) {
  .info__box.reverse {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .info__box.recruit {
    padding-top: 50px;
  }
}

.info__box.bg {
  background-color: #f0f7f7;
}

.info__box--left {
  width: 50.8vw;
}

.info__box--right {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .info__box--right {
    margin-left: 20px;
  }
}

.info__box--right.reverse {
  margin-left: 0;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .info__box--right.reverse {
    margin-right: 0;
  }
}

.info__box--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .info__box--title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.info__box--title-img {
  margin-right: 18px;
}

.info__box--title-img.message {
  max-width: 230px;
}

@media screen and (max-width: 767px) {
  .info__box--title-img.message {
    max-width: 130px;
  }
}

.info__box--title-img.sustainability {
  max-width: 315px;
}

@media screen and (max-width: 767px) {
  .info__box--title-img.sustainability {
    max-width: 180px;
  }
}

.info__box--title-img.recruit {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  .info__box--title-img.recruit {
    max-width: 105px;
  }
}

.info__box--title-text {
  font-size: 1.5rem;
  color: #7ad4e6;
  margin-bottom: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.info__box--title-text.recruit {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .info__box--title-text.recruit {
    margin-top: 20px;
    margin-left: 10px;
  }
}

.info__btn {
  background-color: #fff;
  border-radius: 30px;
  width: 200px;
  height: 55px;
  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;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.info__btn--text {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.info__btn--text::before {
  content: "";
  display: inline-block;
  background-image: url(/img/header-arrow.svg);
  background-size: cover;
  width: 5px;
  height: 10px;
  margin-right: 8px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.info__btn--bg {
  background-color: #7ad4e6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 767px) {
  .info__btn.pc {
    display: none;
  }
}

.info__btn.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .info__btn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
  }
}

.info__btn.sp .info__btn--text {
  color: #7ad4e6;
  font-size: 1.6rem;
}

.info__btn:hover .info__btn--text {
  color: #fff;
}

.info__btn:hover .info__btn--text::before {
  background-image: url(/img/arrow_white.svg);
  -webkit-animation: move 0.7s forwards;
          animation: move 0.7s forwards;
}

.info__btn:hover .info__btn--bg {
  left: 0;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.info-link {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 18px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #e6f2f2;
}

@media screen and (max-width: 767px) {
  .info-link {
    background-color: transparent;
    padding: 35px 18px 50px;
  }
}

.info-link__item {
  width: calc(100% / 4 - 12px);
  background-color: #fff;
  padding: 30px 18px;
  position: relative;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 767px) {
  .info-link__item {
    width: calc(100% / 2 - 4px);
    margin-bottom: 8px;
    padding: 0 18px;
    height: 80px;
    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;
  }
}

.info-link__item--text {
  font-size: 1.4rem;
  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;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.info-link__item--text::after {
  content: "";
  display: inline-block;
  background-image: url(/img/header-arrow.svg);
  background-size: cover;
  width: 5px;
  height: 10px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 1024px) {
  .info-link__item--text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .info-link__item--text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.info-link__item--bg {
  background-color: #7ad4e6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.info-link__item:hover .info-link__item--text {
  color: #fff;
}

.info-link__item:hover .info-link__item--text::after {
  background-image: url(/img/arrow_white.svg);
  -webkit-animation: move 0.7s forwards;
          animation: move 0.7s forwards;
}

.info-link__item:hover .info-link__item--bg {
  left: 0;
}
/*# sourceMappingURL=top.css.map */
