@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Readex+Pro:wght@160..700&display=swap");
body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.readex {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #31413E;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #F5F6F6;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
body.is-modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #31413E;
}

button {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

a {
  color: #31413E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@media (scripting: none) {
  .loading {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
::before,
::after {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@-webkit-keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@-webkit-keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@-webkit-keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.top-main {
  padding-top: 118px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-main {
    padding-top: 68px;
  }
}

.top-main-content {
  overflow: hidden;
}

.slider {
  overflow: hidden;
  margin: 0 calc((100vw - 1160px - 18px) / 2 * -1) 0 -8.2vw;
}
@media screen and (max-width: 1190px) {
  .slider {
    margin: 0 -18px 0 -50px;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: calc((100vw - 1160px - 18px) / 2 * -1 + 8.2vw);
}
@media screen and (max-width: 1340px) {
  .slider__list {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 1190px) {
  .slider__list {
    margin-left: 0;
  }
}
.slider__list .slick-track li {
  width: 550px;
  height: 220px;
  margin: 0 10px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider__list .slick-track li {
    width: 280px;
    min-height: 112px;
    height: 112px;
    margin: 0 6px;
  }
}
.slider__list .slick-track li a {
  display: block;
  height: 100%;
}
.slider__list .slick-track li a figure {
  width: 100%;
  height: 100%;
  display: block;
}
.slider__list .slick-track li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__list.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider .slick-dots {
  bottom: 40px;
  right: 48px;
  height: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .slider .slick-dots {
    bottom: 34px;
    right: 36px;
  }
}
.slider .slick-dots li {
  width: 8px;
  height: 8px;
  min-height: 0;
  margin: 0 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider .slick-dots li {
    width: 6px !important;
    height: 6px !important;
    margin: 0 4px;
  }
}
.slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider .slick-dots li button {
    width: 6px !important;
    height: 6px !important;
  }
}
.slider .slick-dots li button::before {
  width: 8px;
  height: 8px;
  opacity: 1;
  color: #fff;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100%;
  display: none;
}
.slider .slick-dots li.slick-active {
  background-color: #31413E;
}
.slider .slick-dots li.slick-active button {
  background-color: #31413E;
}
.slider__control {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  margin-top: -40px;
  margin-left: -43px;
}
@media screen and (max-width: 767px) {
  .slider__control {
    margin-top: -35px;
    margin-left: -32px;
  }
}
.slider__control::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/top/icon_pause-white.svg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (max-width: 767px) {
  .slider__control::before {
    width: 24px;
    height: 24px;
    -webkit-transition: all 0ms ease;
    transition: all 0ms ease;
  }
}
.slider__control.is-pause::before {
  background-image: url(../img/top/icon_play-white.svg);
}

.top-service-information {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .top-service-information {
    margin-top: 28px;
  }
}

.tab-box {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
          box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .tab-box {
    margin: 28px calc(50% - 50vw) 0;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922);
            box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922);
  }
}
.tab-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tab-box__list li {
  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;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #F5F6F6;
  height: 53px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab-box__list li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.tab-box__list li::after {
  content: "";
  background-color: rgba(49, 65, 62, 0.4);
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-box__list li button {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #31413E;
  opacity: 0.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  width: calc(100% - 4px);
  height: 48px;
}
@media screen and (max-width: 767px) {
  .tab-box__list li button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.tab-box__list li.is-active {
  background-color: #fff;
}
.tab-box__list li.is-active button {
  color: #009A78;
  opacity: 1;
}
.tab-box__list li.is-active::before {
  content: none;
}
.tab-box__list li.is-active + li::before {
  content: none;
}
.tab-box__list li.is-active::after {
  background-color: #009A78;
}
.tab-box__list li:first-child {
  border-radius: 12px 0 0 0;
}
.tab-box__list li:last-child {
  border-radius: 0 12px 0 0;
}
.tab-box__list li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: rgba(223, 227, 224, 0.8980392157);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tab-box__content {
  padding: 28px 0 30px;
}
@media screen and (max-width: 767px) {
  .tab-box__content {
    padding: 22px 20px;
  }
}
.tab-box__item {
  display: none;
}
.tab-box__item.is-active {
  display: block;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.search-box {
  width: 81%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .search-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search-box__content {
    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;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.search-box__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 4px;
}
.search-box__icon-row {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9px;
}
.search-box__input {
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-box__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.search-box__input-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-box__input-item {
    width: 100%;
  }
}
.search-box__input-item input {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #F0F1F1;
  width: 320px;
  height: 48px;
  border-radius: 8px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0 10px 0 42px;
  border: none;
  text-align: left;
  -webkit-text-fill-color: #31413E;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .search-box__input-item input {
    width: 100%;
    border-radius: 12px;
    padding: 0 18px;
  }
}
.search-box__input-item input:focus-visible {
  outline: 1px solid #000;
}
.search-box__input-item::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  left: 16px;
}
@media screen and (max-width: 767px) {
  .search-box__input-item::before {
    content: none;
  }
}
.search-box__input-item--location::before {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_location-gray.svg);
}
.search-box__input-item--spot::before {
  width: 16px;
  height: 20px;
  background-image: url(../img/common/icon_pin-green.svg);
}
.search-box__input-swap {
  margin-right: -12px;
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .search-box__input-swap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 1;
    margin-right: 0;
    margin-left: 0;
  }
}
.search-box__input-swap::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background-image: url(../img/top/icon_swap.svg);
}
@media screen and (max-width: 767px) {
  .search-box__input-swap::before {
    width: 64px;
    height: 64px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.search-box__button {
  margin-top: 18px;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-box__button {
    margin-top: 18px;
  }
}
.search-box__button-content {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .search-box__button-content {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.search-box__button button {
  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-weight: 700;
  height: 48px;
  border-radius: 50px;
  background-color: #31413E;
  color: #fff;
  letter-spacing: 0.1em;
}
.search-box__button-submit button {
  font-size: 16px;
  font-size: 1rem;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .search-box__button-submit button {
    max-width: 56.4vw;
  }
}
.search-box__button-note {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .search-box__button-note {
    position: relative;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .search-box__button-note {
    position: absolute;
  }
}
.search-box__button-note button {
  font-size: 14px;
  font-size: 0.875rem;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .search-box__button-note button {
    max-width: 30.8vw;
  }
}
.search-box__button-note button::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../img/top/icon_note-red.svg);
  margin-right: 5px;
  width: 17px;
  height: 17px;
}

.top-menu {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .top-menu {
    margin-top: 66px;
  }
}
.top-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
@media screen and (max-width: 767px) {
  .top-menu__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 66px;
  }
}
.top-menu__col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.recommend {
  margin-top: 90px;
  /* Arrows */
}
@media screen and (max-width: 767px) {
  .recommend {
    margin-top: 66px;
  }
}
.recommend__head {
  position: relative;
}
.recommend__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(223, 227, 224, 0.8980392157);
}
@media screen and (max-width: 767px) {
  .recommend__title {
    padding-bottom: 16px;
  }
}
.recommend__illust {
  position: absolute;
  right: -40px;
  bottom: -22px;
}
@media screen and (max-width: 1260px) {
  .recommend__illust {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .recommend__illust {
    right: -52px;
    bottom: -14px;
  }
}
.recommend__illust img {
  width: 236px;
}
@media screen and (max-width: 767px) {
  .recommend__illust img {
    width: 156px;
  }
}
.recommend__content {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .recommend__content {
    margin: 15px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend__list {
    padding-left: 20px;
    padding-bottom: 10px;
  }
}
.recommend__list .slick-item {
  width: 166px;
  height: 278px;
  margin-right: 12px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recommend__list .slick-item {
    width: 146px;
    height: 258px;
  }
}
@media screen and (max-width: 767px) {
  .recommend__list .slick-item:first-child {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .recommend__list .slick-item:last-child {
    margin-right: 5%;
  }
}
.recommend__list .slick-item a {
  height: 100%;
  display: block;
}
.recommend__list .slick-item figure {
  display: block;
  width: 100%;
  height: 100%;
}
.recommend__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend .slick-prev,
.recommend .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -15%;
  display: block;
  width: 52px;
  height: 52px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.recommend .slick-prev.slick-disabled:before,
.recommend .slick-next.slick-disabled:before {
  opacity: 1;
}
.recommend .slick-prev:before,
.recommend .slick-next:before {
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 52px;
  height: 52px;
  display: block;
}
@media screen and (max-width: 767px) {
  .recommend .slick-prev:before,
.recommend .slick-next:before {
    width: 40px;
    height: 40px;
  }
}
.recommend .slick-prev {
  right: 45px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .recommend .slick-prev {
    right: 37px;
  }
}
.recommend .slick-prev:before {
  content: "";
  background-image: url(../img/common/slider-prev.svg);
}
.recommend .slick-next {
  right: 0;
}
.recommend .slick-next:before {
  content: "";
  background-image: url(../img/common/slider-next.svg);
}
.recommend__sns {
  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;
  background-color: #31413E;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.recommend__sns-catch {
  margin-bottom: 20px;
}
.recommend__sns-catch img {
  display: block;
  width: 74.6%;
  margin-inline: auto;
}
.recommend__sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 7px;
  margin: 0 -3px;
}
.recommend__sns-icon {
  -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
  margin: 0 3px;
}

.news {
  margin-top: 80px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922), -4px -4px 20px 0px rgba(255, 255, 255, 0.4);
          box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922), -4px -4px 20px 0px rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  padding: 34px 40px 58px;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 58px calc(50% - 50vw) 0;
    width: 100vw;
    border-radius: 12px;
    padding: 38px 20px 40px;
  }
}
.news__title {
  font-size: 22px;
  font-size: 1.375rem;
  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;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .news__more {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .news__more::after {
    position: relative;
    top: 1px;
  }
}
.news__content {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .news__content {
    margin-top: 35px;
  }
}
.news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.news__tab li {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: solid 1px rgba(49, 65, 62, 0.5);
  color: rgba(49, 65, 62, 0.5);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news__tab li {
    font-size: 14px;
    font-size: 0.875rem;
    height: 40px;
  }
}
.news__tab li.is-active {
  background-color: rgba(34, 179, 147, 0.1);
  border-radius: 8px 8px 0 0;
  border-bottom: solid 3px #009A78;
  color: #009A78;
  opacity: 1;
}
.news__tab-content {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .news__tab-content {
    margin-top: 22px;
  }
}
.news__tab-item {
  display: none;
}
.news__tab-item.is-active {
  display: block;
}
.news__list li {
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .news__list li {
    padding: 20px 0;
  }
}
.news__list li + li {
  border-top: 1px solid rgba(223, 227, 224, 0.8980392157);
}
.news__list li:first-child {
  padding: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .news__list li:first-child {
    padding: 0 0 20px;
  }
}
.news__list li:last-child {
  padding: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .news__list li:last-child {
    padding: 20px 0 0;
  }
}
.news__list a {
  color: #31413E;
  display: block;
}
.news__list a[target=_blank] .news__list-title::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../img/common/icon_external-green.svg);
  margin-left: 4px;
  margin-right: 2px;
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 767px) {
  .news__list a[target=_blank] .news__list-title::after {
    bottom: 2px;
  }
}
.news__list-date {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .news__list-date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.news__list-category {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 1.6px 12.5px 2px;
  border-radius: 30px;
  margin-left: 8px;
}
.news__list-category--subway {
  background-color: #BEE8D6;
}
.news__list-category--bus {
  background-color: #CBEBFC;
}
@media screen and (max-width: 767px) {
  .news__list-category {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 1px 14px 1.5px;
  }
}
.news__list-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: normal;
}
.news__list-title::before, .news__list-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.news__list-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.news__list-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 767px) {
  .news__list-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.news__list-title::after {
  display: none;
}

.top-link-list {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .top-link-list {
    margin-top: 36px;
  }
}
.top-link-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .top-link-list__row {
    -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;
  }
}
.top-link-list__attempt {
  margin-left: -18px;
  margin-right: -18px;
}
@media screen and (max-width: 767px) {
  .top-link-list__attempt {
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    padding-left: 2.8%;
    padding-right: 1.2%;
  }
}
@media screen and (max-width: 767px) {
  .top-link-list__attempt img {
    width: 100%;
  }
}
.top-link-list__content {
  padding-bottom: 21px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .top-link-list__content {
    width: 100%;
    padding-bottom: 0;
  }
}