.c-news-list__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 48px;
  margin: 0 -4px;
}
@media only screen and (max-width: 1023px) {
  .c-news-list__cat-list {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-news-list__cat-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 0;
    margin: 0 -2px;
  }
}
.c-news-list__cat-item {
  width: 20%;
  padding: 0 4px;
}
@media only screen and (max-width: 767px) {
  .c-news-list__cat-item {
    width: 33.3%;
    padding: 0 2px;
  }
}
.c-news-list__cat-item.is-current .c-news-list__cat-link {
  background-color: #006ab7;
  color: #fff;
  border-color: transparent;
}
.c-news-list__cat-link {
  background-color: #fff;
  color: #00538f;
  border: solid 1px #8ad8ff;
  border-bottom: none;
  display: block;
  border-radius: 8px 8px 0 0;
  padding: 17px 0 16px;
  text-align: center;
  height: 100%;
  width: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-news-list__cat-link {
    border: solid 1px #8ad8ff;
    border-radius: 4px;
    line-height: 1.2;
    padding: 12px 0 12px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    height: 100%;
  }
}
.c-news-list__cat-link-text {
  display: inline-block;
}
.c-news-list__box {
  background-color: #fff;
  padding: 32px 32px 48px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-top: solid 1px #8ad8ff;
}
@media only screen and (max-width: 767px) {
  .c-news-list__box {
    margin-top: 12px;
    padding: 32px 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 0;
  margin: 0 -20px;
}
@media only screen and (max-width: 1271px) {
  .c-news-list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    margin: 0;
  }
}
.c-news-list__item {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 1271px) {
  .c-news-list__item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-news-list__item {
    width: 100%;
    padding: 0;
  }
}
.c-news-list__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-news-list__link {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .c-news-list__link:hover {
    opacity: 0.6;
  }
  .c-news-list__link:hover::before {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }
}
.c-news-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  aspect-ratio: 1;
  width: 18px;
  background-image: url("../media/images/2025/common/link_arrow_02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 480px) {
  .c-news-list__link::before {
    width: 11px;
  }
}
.c-news-list__thumb {
  min-width: 180px;
  max-width: 180px;
  aspect-ratio: 1.5;
}
@media only screen and (max-width: 1271px) {
  .c-news-list__thumb {
    min-width: 130px;
    max-width: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .c-news-list__thumb {
    min-width: 100px;
    max-width: 100px;
  }
}
.c-news-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-news-list__info {
  margin-left: 24px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .c-news-list__info {
    margin-left: 12px;
  }
}
.c-news-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-news-list__date {
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .c-news-list__date {
    font-size: 12px;
  }
}
.c-news-list__cat {
  margin-left: 8px;
  border: solid 1px #006ab7;
  border-radius: 8px;
  color: #006ab7;
  text-align: center;
  padding: 4px 8px 5px;
  line-height: 1.2;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .c-news-list__cat {
    border-radius: 4px;
  }
}
@media only screen and (max-width: 399px) {
  .c-news-list__cat {
    font-size: 10px;
  }
}
.c-news-list__title {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  .c-news-list__title {
    margin-top: 9px;
  }
}
.p-home-section--news {
  padding: 64px 0 0;
}
@media only screen and (max-width: 1271px) {
  .p-home-section--news {
    margin-top: 0;
    padding-top: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-section--news {
    margin-top: 0;
    padding: 64px 0 0;
  }
}
.p-home-section--business {
  padding: 96px 0;
}
@media only screen and (max-width: 480px) {
  .p-home-section--business {
    padding: 64px 0;
  }
}
.p-op {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 1.75s;
  transition: -webkit-transform 1.75s;
  transition: transform 1.75s;
  transition: transform 1.75s, -webkit-transform 1.75s;
}
.p-op.is-hide {
  pointer-events: none;
}
.p-op.is-hide .p-op__bg {
  opacity: 0;
}
.p-op__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f6f9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
  pointer-events: none;
}
.p-op__bg.is-hide {
  opacity: 0;
}
@-webkit-keyframes op-slide-up {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes op-slide-up {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.p-op__inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 80px);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-op__inner {
    height: 100%;
  }
}
.p-op__cont {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-op__text {
  font-size: 80px;
  font-size: 4.1666666667vw;
  font-weight: 600;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #00538f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media only screen and (max-width: 1271px) {
  .p-op__text {
    font-size: 4.7206923682vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-op__text {
    font-size: 7.8226857888vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-op__text {
    font-size: 8.5vw;
  }
}
.p-op__text.is-hide {
  opacity: 0;
}
.p-op__logo-wrap {
  min-width: 20.8333333333vw;
  max-width: 20.8333333333vw;
  position: absolute;
  left: 50%;
  top: calc(50% + 7.8125vw);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1271px) {
  .p-op__logo-wrap {
    min-width: 29.897718332vw;
    max-width: 29.897718332vw;
    top: calc(50% + 8.2612116444vw);
  }
}
@media only screen and (max-width: 767px) {
  .p-op__logo-wrap {
    min-width: 39.1134289439vw;
    max-width: 39.1134289439vw;
    top: calc(50% + 11.7340286832vw);
  }
}
@media only screen and (max-width: 480px) {
  .p-op__logo-wrap {
    min-width: 50vw;
    max-width: 50vw;
    top: calc(50% + 13.75vw);
  }
}
.p-op__logo-wrap.is-hide {
  opacity: 0;
}
.p-op__logo {
  width: 100%;
}
.p-fv-wrap {
  position: relative;
  overflow: hidden;
}
.p-fv {
  width: 100vw;
  position: relative;
}
.p-fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-fv__view-port {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.p-fv__fv-container {
  position: absolute;
  bottom: 80px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .p-fv__fv-container {
    display: none;
  }
}
.p-fv__fv-container--sp {
  position: static;
  display: none;
  padding: 64px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-fv__fv-container--sp {
    display: block;
  }
}
.p-fv__fv-catch {
  font-size: 55px;
  font-weight: bold;
  color: #00538f;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p-fv__fv-catch {
    font-size: 36px;
    text-align: center;
  }
}
@media only screen and (max-width: 399px) {
  .p-fv__fv-catch {
    font-size: 32px;
  }
}
@media only screen and (max-width: 350px) {
  .p-fv__fv-catch {
    font-size: 27px;
  }
}
.p-fv__fv-catch.is-hide {
  visibility: hidden;
}
.p-fv__fv-catch-block {
  display: inline-block;
  margin-left: -0.5em;
}
.p-fv__100th-btn-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .p-fv__100th-btn-wrap {
    margin: 32px auto 0;
    max-width: 480px;
  }
}
.p-fv__100th-btn {
  display: block;
  background-color: #fff;
  border-radius: 9999px;
  border: solid 2px #006ab7;
  padding: 19px 70px 19px 40px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: border-color 0.8s, color 0.8s;
  transition: border-color 0.8s, color 0.8s;
}
@media only screen and (min-width: 768px) {
  .p-fv__100th-btn:hover {
    color: #fff;
    border-color: #53c5fd;
    color: #1182d4;
  }
  .p-fv__100th-btn:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__100th-btn {
    padding: 11px 58px 11px 28px;
  }
}
@media only screen and (max-width: 399px) {
  .p-fv__100th-btn {
    padding-right: 40px;
  }
}
.p-fv__100th-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  aspect-ratio: 1;
  width: 32px;
  height: auto;
  background-image: url("../media/images/2025/common/link_arrow_02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .p-fv__100th-btn::before {
    width: 24px;
    right: 24px;
  }
}
@media only screen and (max-width: 399px) {
  .p-fv__100th-btn::before {
    width: 20px;
    right: 12px;
  }
}
.p-fv__100th-btn::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f3fbff;
  width: 100%;
  height: 110%;
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-fv__100th-btn-head {
  font-size: 52px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #00538f;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-fv__100th-btn-head {
    font-size: 36px;
  }
}
@media only screen and (max-width: 399px) {
  .p-fv__100th-btn-head {
    font-size: 30px;
  }
}
.p-fv__100th-btn-sub {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.3;
  color: #00538f;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .p-fv__100th-btn-sub {
    font-size: 14px;
    padding-left: 12px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 399px) {
  .p-fv__100th-btn-sub {
    padding-left: 0;
  }
}
.p-fv__bg {
  width: 100%;
  max-height: 2160px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-fv__bg {
    width: 100%;
    height: auto;
  }
}
.p-fv__bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media only screen and (max-width: 767px) {
  .p-fv__bg-video {
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;
  }
}
.js-fv-char {
  opacity: 0;
}
.js-fv-char.is-active {
  -webkit-animation: fv-char-fade 0.5s forwards;
  animation: fv-char-fade 0.5s forwards;
}
@-webkit-keyframes fv-char-fade {
  to {
    opacity: 1;
  }
}
@keyframes fv-char-fade {
  to {
    opacity: 1;
  }
}
.p-100th-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-100th-wrap {
    margin-top: 0;
  }
}
.p-100th__btn-wrap {
  margin: 20px auto 0;
  max-width: 240px;
}
@media only screen and (max-width: 480px) {
  .p-100th__btn-wrap {
    margin-top: 24px;
  }
}
.p-news-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 only screen and (max-width: 767px) {
  .p-news-head__head {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news-head__boat-deco {
    margin-left: 52px;
  }
}
.p-news-list-wrap {
  margin-top: 108px;
  margin-top: 48px;
}
@media only screen and (max-width: 480px) {
  .p-news-list-wrap {
    margin-top: 23px;
  }
}
.p-news-head__link {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-news-head__link:hover {
    opacity: 0.6;
  }
  .p-news-head__link:hover::before {
    -webkit-transform: translate(4px, -50%);
    transform: translate(4px, -50%);
  }
}
.p-news-head__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 6px;
  height: auto;
  aspect-ratio: 0.6;
  background-image: url("../media/images/2025/common/link_arrow_01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-news-list {
  display: none;
}
.p-news-list.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-business-sub-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  color: #00538f;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-business-sub-title {
    font-size: 28px;
  }
}
.p-business-sub-title--blue {
  color: #3c8bc3;
}
.p-business-sub-title--green {
  color: #57b094;
}
.p-business-sub-title--orange {
  color: #d89a4f;
}
.p-business-list {
  margin: 48px auto 0;
}
@media only screen and (min-width: 2000px) {
  .p-business-list {
    max-width: 2000px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-list {
    margin-top: 32px;
  }
}
.p-business-list__item {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1800px) {
  .p-business-list__item + .p-business-list__item {
    margin-top: 100px;
  }
}
.p-business-list__item + .p-business-list__item {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-business-list__item + .p-business-list__item {
    margin-top: 32px;
  }
}
.p-business-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2.8985507246;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 2000px) {
  .p-business-list__item::before {
    top: 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1271px) {
  .p-business-list__item::before {
    display: none;
  }
}
.p-business-list__item--01::before {
  background-image: url("../media/images/2025/home/business_bg_01.svg");
}
.p-business-list__item--01 .p-business-list__content::before {
  background-image: url("../media/images/2025/home/business_bg_01_sp.svg");
}
.p-business-list__item--02::before {
  background-image: url("../media/images/2025/home/business_bg_02.svg");
}
.p-business-list__item--02 .p-business-list__content::before {
  background-image: url("../media/images/2025/home/business_bg_02_sp.svg");
}
.p-business-list__item--03::before {
  background-image: url("../media/images/2025/home/business_bg_03.svg");
}
.p-business-list__item--03 .p-business-list__content::before {
  background-image: url("../media/images/2025/home/business_bg_03_sp.svg");
}
.p-business-list__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc((100vw - 1320px) / 2);
}
@media only screen and (min-width: 2000px) {
  .p-business-list__item-inner {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .p-business-list__item-inner {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1271px) {
  .p-business-list__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-list__item-inner {
    padding: 0 16px;
  }
}
.p-business-list__item-inner--right {
  margin-right: 0;
  margin-left: calc((100vw - 1320px) / 2);
}
@media only screen and (min-width: 2000px) {
  .p-business-list__item-inner--right {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .p-business-list__item-inner--right {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1271px) {
  .p-business-list__item-inner--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0;
  }
}
.p-business-list__item-inner--right .p-business-list__img-wrap {
  margin-left: 48px;
  border-radius: 40px 0 0 40px;
}
@media only screen and (max-width: 1271px) {
  .p-business-list__item-inner--right .p-business-list__img-wrap {
    margin-left: 0;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-list__item-inner--right .p-business-list__img-wrap {
    border-radius: 8px;
  }
}
.p-business-list__item-inner--right .p-business-list__content {
  margin-left: 0;
}
.p-business-list__img-wrap {
  min-width: 880px;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .p-business-list__img-wrap {
    min-width: 500px;
    min-width: auto;
  }
}
@media only screen and (max-width: 1271px) {
  .p-business-list__img-wrap {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-list__img-wrap {
    border-radius: 8px;
  }
}
.p-business-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-business-list__content {
  width: 100%;
  padding: 48px 0;
  margin-left: 48px;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .p-business-list__content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-list__content {
    margin-top: 28px;
    padding: 0;
  }
}
.p-business-list__content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  aspect-ratio: 1.9607843137;
  width: 100vw;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
  display: none;
}
@media only screen and (max-width: 1271px) {
  .p-business-list__content::before {
    display: block;
  }
}
.p-business-list__detail {
  margin-top: 32px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .p-business-list__detail {
    margin-top: 18px;
    font-size: 16px;
  }
}
.p-business-list__btn-wrap {
  margin-top: 32px;
  max-width: 240px;
}
@media only screen and (max-width: 1271px) {
  .p-business-list__btn-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-list__btn-wrap {
    margin-top: 28px;
  }
}
.p-business-list__btn {
  background-color: #fff;
  color: #3c8bc3;
  border-radius: 9999px;
  padding: 20px 10px 21px;
  border: solid 2px #3c8bc3;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-business-list__btn:hover {
    color: #fff;
  }
  .p-business-list__btn:hover::before {
    -webkit-animation: btn-anime 0.3s ease 1 forwards;
    animation: btn-anime 0.3s ease 1 forwards;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.p-business-list__btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #3c8bc3;
  width: 100%;
  height: 110%;
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-business-list__btn--green {
  border-color: #57b094;
  color: #57b094;
}
.p-business-list__btn--green::before {
  background-color: #57b094;
}
.p-business-list__btn--orange {
  border-color: #d89a4f;
  color: #d89a4f;
}
.p-business-list__btn--orange::before {
  background-color: #d89a4f;
}
.p-facility-wrap {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .p-facility-wrap {
    margin-top: 64px;
  }
}
.p-facility-title {
  position: relative;
  z-index: 0;
  text-align: center;
}
.p-facility-list-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-facility-list-wrap {
    margin-top: 28px;
  }
}
.p-facility-list {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 1023px) {
  .p-facility-list {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    gap: 32px 0;
  }
}
.p-facility-list + .p-facility-list {
  margin-top: 32px;
}
.p-facility-list--4col .p-facility-list__item {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .p-facility-list--4col .p-facility-list__item {
    width: 100%;
  }
}
.p-facility-list__item {
  width: 33.3%;
  padding: 0 10px;
}
@media only screen and (max-width: 1023px) {
  .p-facility-list__item {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility-list__item {
    width: 100%;
    padding: 0;
  }
}
.p-facility-list__thumb {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1.3481012658;
}
.p-facility-list__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-facility-list__link {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 768px) {
  .p-facility-list__link:hover {
    opacity: 0.6;
  }
  .p-facility-list__link:hover .p-facility-list__thumb-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.p-facility-list__name {
  position: relative;
  padding-right: 25px;
  margin-top: 15px;
  font-size: 18px;
}
.p-facility-list__name::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  background-image: url("../media/images/2025/common/icon_blank_01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-other-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .p-other-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-other-sections__item {
  background-color: #185b8b;
  width: 33.3%;
  padding: 64px 48px;
}
@media only screen and (max-width: 1271px) {
  .p-other-sections__item {
    padding: 64px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-other-sections__item {
    width: 100%;
    padding: 64px 48px;
  }
}
@media only screen and (max-width: 480px) {
  .p-other-sections__item {
    padding: 40px 24px;
  }
}
.p-other-sections__item:nth-child(even) {
  background-color: #327bb1;
}
.p-other-sections__title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-other-sections__title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 480px) {
  .p-other-sections__title {
    font-size: 28px;
  }
}
.p-other-sections__sub-title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  margin-top: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .p-other-sections__sub-title {
    font-size: 18px;
  }
}
.p-other-sections__img-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 24px;
}
.p-other-sections__img {
  width: 100%;
}
.p-other-sections__btn-wrap {
  margin: 48px auto 0;
  max-width: 240px;
}
@media only screen and (max-width: 480px) {
  .p-other-sections__btn-wrap {
    margin-top: 24px;
  }
}
/*# sourceMappingURL=./2025_home.css.map */