@charset "UTF-8";
.js-show-up {
  opacity: 0;
  transform: translate(0, 80px);
}
.js-show-up.is-show {
  opacity: 1;
  transform: none;
}

.js-show-left {
  opacity: 0;
  transform: translate(80px, 0);
}
.js-show-left.is-show {
  opacity: 1;
  transform: none;
}

.js-show-right {
  opacity: 0;
  transform: translate(-80px, 0);
}
.js-show-right.is-show {
  opacity: 1;
  transform: none;
}

html {
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 !important;
  scroll-behavior: smooth;
  color: #111;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 572px) {
  html {
    font-size: 14px;
  }
}

input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  margin: 0;
}

.container {
  overflow: hidden;
}

:root {
  --header-height: 100px;
  /* ヘッダーの高さを変数として管理 */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

.wrap {
  margin-inline: auto;
  padding: 0 40px;
  width: min(100%, 1200px);
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

.wrap-tb {
  margin-inline: auto;
  padding: 0 20px;
  width: min(100%, 940px);
}

.wrap-tb-s {
  margin-inline: auto;
  padding: 0 20px;
  width: min(100%, 808px);
}

@media screen and (max-width: 964px) {
  .tb-hide {
    display: none;
  }
}

.mb-display {
  display: none;
}
@media screen and (max-width: 964px) {
  .mb-display {
    display: block;
  }
}

@media screen and (max-width: 964px) {
  .tb-hide {
    display: none;
  }
}

@media screen and (max-width: 572px) {
  .sm-hide {
    display: none;
  }
}

.sm-display {
  display: none;
}
@media screen and (max-width: 572px) {
  .sm-display {
    display: block;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.body-fadein {
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
}

.scroll-off {
  overflow: hidden;
}

.scroll-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: block flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 572px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 10px;
  }
}
.scroll-top.is-show {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  box-shadow: none;
}
.scroll-top::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #00a99d;
  border-top: 2px solid #00a99d;
  transform: rotate(45deg) translate(2px, 2px);
}

.section-title {
  text-align: center;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.section-title__en {
  color: #00a99d;
  font-size: 3.5rem;
}
@media screen and (max-width: 572px) {
  .section-title__en {
    font-size: 2.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .section-title__en {
    font-size: 2rem;
  }
}
.section-title__ja {
  line-height: 1;
  margin-top: 1em;
  font-size: 1.125rem;
}
@media screen and (max-width: 572px) {
  .section-title__ja {
    font-size: 1rem;
  }
}

.sec-name {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  color: #00a99d;
  margin-inline: auto;
}
@media screen and (max-width: 572px) {
  .sec-name {
    font-size: 1.5rem;
    padding: 0 0 0 10px;
  }
}
.sec-name::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../image/company/icon-sec-name.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
}

.pagination {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .pagination {
    margin-top: 50px;
  }
}

.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 50px;
  height: 50px;
  background: #e6fcff;
  color: #00a99d;
  margin-right: 1em;
  font-size: 1.25rem;
  font-weight: 400;
  transition: 0.5s;
  border-radius: 50%;
  font-weight: bold;
}
@media screen and (max-width: 572px) {
  .nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 1.1rem;
  }
}

.nav-links a.page-numbers:hover {
  opacity: 0.7;
}

.nav-links .current {
  font-weight: bold;
  background-color: #00a99d;
  color: #fff;
  padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
  color: currentColor;
  position: relative;
  border: none;
  background-color: transparent;
}

.nav-links .dots {
  background: transparent;
  border: none;
}

.next.page-numbers {
  position: relative;
}
.next.page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #00a99d;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(0, -50%);
}
.next.page-numbers::after {
  content: "･･･";
  position: absolute;
  color: #00a99d;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-75%, -50%);
  font-size: 14px;
}

.prev.page-numbers {
  position: relative;
}
.prev.page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #00a99d;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translate(0, -50%);
}
.prev.page-numbers::after {
  content: "･･･";
  position: absolute;
  color: #00a99d;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-25%, -50%);
  font-size: 14px;
}

@-webkit-keyframes loadOut {
  0% {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: none;
  }
}

@keyframes loadOut {
  0% {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes logoDisp {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes logoDisp {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.loading {
  display: grid;
  position: fixed;
  place-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  -webkit-animation: loadOut 1s 2s forwards;
          animation: loadOut 1s 2s forwards;
}
.loading__logo {
  position: relative;
  width: 320px;
  opacity: 0;
  -webkit-animation: logoDisp 1.5s ease forwards;
          animation: logoDisp 1.5s ease forwards;
}
.loading__logo img {
  width: 100%;
}

.container {
  position: relative;
}
.container .header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  font-size: 0.875rem;
  padding: 0 0 0 40px;
  z-index: 30;
}
@media screen and (max-width: 572px) {
  .container .header {
    padding: 0 0 0 16px;
  }
}
.container .header__logo {
  display: block;
}
.container .header__logo > p {
  line-height: 1;
  padding-left: 5px;
}
@media screen and (max-width: 572px) {
  .container .header__logo > p {
    font-size: 10px;
  }
}
.container .header__logo > h1 {
  color: #00a99d;
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 572px) {
  .container .header__logo > h1 {
    margin-top: 5px;
    font-size: 1.425rem;
  }
}
.container .header__logo > h1 > span {
  font-size: 1.25em;
}
.container .header__nav {
  margin-left: auto;
  height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .container .header__nav {
    display: none;
  }
}
.container .header__nav-list {
  display: flex;
  align-items: center;
}
.container .header__nav-list > li {
  padding: 5px 0;
  height: 100%;
}
.container .header__nav-list > li.is-active > a {
  color: #00a99d;
}
.container .header__nav-list > li:not(:first-child) > a {
  border-left: 2px solid #00a99d;
}
.container .header__nav-list > li > a {
  display: block;
  padding: 0 2em;
  transition: 0.3s ease;
  text-align: center;
  height: 100%;
}
.container .header__nav-list > li > a:hover {
  color: #00a99d;
}
.container .header .fix-availability {
  height: 80px;
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #00a99d;
  margin-left: 20px;
  transition: 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .container .header .fix-availability {
    position: fixed;
    right: 80px;
    top: 0;
    margin: 0;
  }
}
@media screen and (max-width: 572px) {
  .container .header .fix-availability {
    bottom: 0;
    left: 0;
    top: auto;
    width: 50%;
    height: 40px;
    flex-direction: row;
    gap: 10px;
  }
}
.container .header .fix-availability:hover {
  opacity: 0.8;
}
.container .header .fix-availability > img {
  width: 45px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 572px) {
  .container .header .fix-availability > img {
    width: 25px;
  }
}
.container .header .fix-availability > p {
  font-size: 0.825rem;
  margin-top: 5px;
}
@media screen and (max-width: 572px) {
  .container .header .fix-availability > p {
    font-size: 0.937rem;
  }
}
.container .header .fix-line {
  height: 80px;
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #009245;
  transition: 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .container .header .fix-line {
    position: fixed;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 572px) {
  .container .header .fix-line {
    bottom: 0;
    top: auto;
    width: 50%;
    height: 40px;
    flex-direction: row;
    gap: 10px;
  }
}
.container .header .fix-line:hover {
  opacity: 0.8;
}
.container .header .fix-line > img {
  width: 45px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 572px) {
  .container .header .fix-line > img {
    width: 25px;
  }
}
.container .header .fix-line > p {
  font-size: 0.825rem;
  margin-top: 5px;
}
@media screen and (max-width: 572px) {
  .container .header .fix-line > p {
    font-size: 0.937rem;
  }
}
.container .fv {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgb(1, 168, 158), rgb(35, 181, 116));
  margin-top: 120px;
  height: 700px;
  padding-left: 10vw;
}
@media screen and (max-width: 1440px) {
  .container .fv {
    height: 600px;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 1024px) {
  .container .fv {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 572px) {
  .container .fv {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    margin-top: 100px;
  }
}
.container .fv__block {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .container .fv__block {
    order: 2;
    margin-top: 80px;
  }
}
@media screen and (max-width: 572px) {
  .container .fv__block {
    margin-top: 60px;
  }
}
.container .fv__block-title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 572px) {
  .container .fv__block-title {
    font-size: 1.425rem;
  }
}
.container .fv__block-ishimatsu {
  background-color: #fff;
  color: #00a99d;
  font-size: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-top: 10px;
  padding: 0.375em 0.75em;
}
@media screen and (max-width: 572px) {
  .container .fv__block-ishimatsu {
    font-size: 2rem;
  }
}
.container .fv__block-list {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 572px) {
  .container .fv__block-list {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.container .fv .fv-swiper {
  height: 90%;
  position: absolute;
  top: -20px;
  right: 0;
  width: 60%;
}
@media screen and (max-width: 1440px) {
  .container .fv .fv-swiper {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .container .fv .fv-swiper {
    position: static;
    height: 350px;
    order: 1;
    width: 100%;
    margin-top: -20px;
  }
}
@media screen and (max-width: 572px) {
  .container .fv .fv-swiper {
    height: 200px;
    top: -30px;
  }
}
.container .fv .fv-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.container .fv .fv-swiper .swiper-pagination {
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  inset: auto 30px 10px auto !important;
}
@media screen and (max-width: 1024px) {
  .container .fv .fv-swiper .swiper-pagination {
    inset: auto 60px 420px auto !important;
  }
}
@media screen and (max-width: 572px) {
  .container .fv .fv-swiper .swiper-pagination {
    inset: auto 35px 325px auto !important;
  }
}
.container .fv .fv-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 572px) {
  .container .fv .fv-swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
}
.container .fv .fv-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.container .fv .scroll-text {
  color: #fff;
  position: absolute;
  bottom: 100px;
  left: -50px;
  border-top: 2px solid #fff;
  transform: rotate(-90deg);
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .container .fv .scroll-text {
    left: auto;
    right: -50px;
    bottom: 120px;
  }
}
@media screen and (max-width: 572px) {
  .container .fv .scroll-text {
    right: -70px;
  }
}
.container .fv .bg-text {
  position: absolute;
  top: 60px;
  left: 0;
  height: 10vw;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .container .fv .bg-text {
    top: 350px;
    left: 0;
    height: 20vw;
  }
}
@media screen and (max-width: 572px) {
  .container .fv .bg-text {
    top: 180px;
  }
}
.container .news-picup {
  transform: translateY(-50%);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(800px, 96%);
  padding: 0.5em 0;
  font-size: 1.125rem;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  transition: 0.2s ease;
}
@media screen and (max-width: 572px) {
  .container .news-picup {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5em 50px 0.5em 20px;
    font-size: 1rem;
  }
}
.container .news-picup:hover {
  box-shadow: none;
}
.container .news-picup .date {
  color: #00a99d;
}
.container .news-picup .ttl {
  margin-left: 30px;
}
@media screen and (max-width: 572px) {
  .container .news-picup .ttl {
    margin-left: 0;
  }
}
.container .news-picup > img {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: auto;
  display: block;
  transform: translate(0, -50%);
}
@media screen and (max-width: 572px) {
  .container .news-picup > img {
    right: 20px;
    width: 20px;
  }
}
.container .mv {
  height: 250px;
  width: 100%;
  margin-top: 120px;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 572px) {
  .container .mv {
    height: 160px;
    margin-top: 80px;
  }
}
.container .mv__image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.container .mv__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #22b573;
  opacity: 0.6;
}
.container .mv__head {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.container .mv__head-title {
  text-align: center;
}
.container .mv__head-title > span {
  display: block;
  width: 100%;
}
.container .mv__head-title .en {
  font-size: 2.25rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 572px) {
  .container .mv__head-title .en {
    font-size: 1.5rem;
  }
}
.container .mv__head-title .ja {
  font-size: 1.25rem;
  transform: translateX(-5px);
}
@media screen and (max-width: 572px) {
  .container .mv__head-title .ja {
    font-size: 1.125rem;
  }
}
.container .hamburger {
  width: 80px;
  height: 80px;
  padding: 24px 16px;
  margin-left: auto;
  position: fixed;
  top: 0;
  right: 180px;
  background-color: transparent;
  z-index: 30;
  display: none;
  color: #00a99d;
}
@media screen and (max-width: 1024px) {
  .container .hamburger {
    display: block;
  }
}
@media screen and (max-width: 572px) {
  .container .hamburger {
    right: 0;
    width: 70px;
    padding: 30px 20px;
  }
}
.container .hamburger.on-click .inner span:nth-child(1) {
  top: 50%;
  translate: 0 -50%;
  rotate: 390deg;
}
.container .hamburger.on-click .inner span:nth-child(2) {
  opacity: 0;
}
.container .hamburger.on-click .inner span:nth-child(3) {
  top: 50%;
  translate: 0 -50%;
  rotate: -390deg;
}
.container .hamburger .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .hamburger .inner span {
  width: 100%;
  height: 2px;
  background-color: #00a99d;
  position: absolute;
  transition: 0.3s;
}
.container .hamburger .inner span:nth-child(1) {
  top: 0;
}
.container .hamburger .inner span:nth-child(2) {
  top: 50%;
  translate: 0 -50%;
}
.container .hamburger .inner span:nth-child(3) {
  bottom: 0;
}
.container .hamburger .inner > p {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 572px) {
  .container .hamburger .inner > p {
    top: 115%;
    font-size: 0.875rem;
  }
}
.container .ham-menu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  position: fixed;
  z-index: 25;
  transition: 0.3s;
  background-color: #fff;
}
.container .ham-menu.is-show {
  opacity: 1;
  visibility: visible;
}
.container .ham-menu__inner {
  width: 100%;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .ham-menu__nav {
  width: 100%;
}
.container .ham-menu__nav-list {
  width: 100%;
}
.container .ham-menu__nav-list > li {
  font-size: 1.25rem;
}
@media screen and (max-width: 572px) {
  .container .ham-menu__nav-list > li {
    font-size: 1rem;
  }
}
.container .ham-menu__nav-list > li:not(:first-child) {
  margin-top: 20px;
}
.container .ham-menu__nav-list > li > a {
  display: block;
  text-align: center;
}
.container .ham-menu__sns {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .container .ham-menu__sns {
    margin-top: 30px;
  }
}
.container .ham-menu__sns > a {
  display: block;
}
.container .ham-menu__sns > a > img {
  width: 35px;
  display: block;
}

.g-map {
  width: 100%;
  height: 400px;
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .g-map {
    height: 250px;
    margin-top: 50px;
  }
}
.g-map iframe {
  width: 100%;
  height: 100%;
}

.footer {
  background: linear-gradient(90deg, rgb(1, 168, 158), rgb(35, 181, 116));
  color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 572px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 964px) {
  .footer .wrap {
    flex-direction: column;
  }
}
.footer__info .info-sub {
  font-size: 0.875rem;
}
.footer__info .info-ttl {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 572px) {
  .footer__info .info-ttl {
    font-size: 1.625rem;
  }
}
.footer__info .info-ttl > a {
  transition: 0.3s ease;
  display: block;
  line-height: 1;
}
.footer__info .info-ttl > a:hover {
  opacity: 0.7;
}
.footer__info .info-ttl > a > span {
  font-size: 1.25em;
}
.footer__info .info-address {
  margin-top: 10px;
}
.footer__info .info-sponsor {
  margin-top: 20px;
}
.footer__nav {
  display: flex;
  font-size: 0.937rem;
}
@media screen and (max-width: 964px) {
  .footer__nav {
    margin-top: 50px;
  }
}
@media screen and (max-width: 572px) {
  .footer__nav {
    margin-top: 30px;
  }
}
.footer__nav-list {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 572px) {
  .footer__nav-list {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer__nav-list > li > a {
  display: block;
  transition: 0.2s ease;
}
.footer__nav-list > li > a:hover {
  opacity: 0.8;
}
.footer__nav-list > li > ul {
  margin-top: 5px;
}
@media screen and (max-width: 572px) {
  .footer__nav-list > li > ul {
    margin-left: 20px;
  }
}
.footer__nav-list > li > ul a {
  transition: 0.2s ease;
}
.footer__nav-list > li > ul a:hover {
  opacity: 0.8;
}

.copyright {
  padding: 20px;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 572px) {
  .copyright {
    margin-bottom: 40px;
  }
}

.main .vision {
  margin-top: 80px;
}
@media screen and (max-width: 964px) {
  .main .vision {
    margin-top: 50px;
  }
}
@media screen and (max-width: 572px) {
  .main .vision {
    margin-top: 30px;
  }
}
.main .vision .flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 964px) {
  .main .vision .flex {
    flex-direction: column-reverse;
  }
}
.main .vision .flex .l-left {
  width: 45%;
}
@media screen and (max-width: 964px) {
  .main .vision .flex .l-left {
    width: 100%;
  }
}
.main .vision .flex .l-right {
  width: 50%;
}
@media screen and (max-width: 964px) {
  .main .vision .flex .l-right {
    width: 70%;
  }
}
@media screen and (max-width: 572px) {
  .main .vision .flex .l-right {
    width: 90%;
  }
}
.main .vision .flex .l-right img {
  width: 100%;
  height: auto;
  display: block;
}
.main .vision__ttl {
  font-size: 2rem;
  color: #00a99d;
  line-height: 1.4;
}
@media screen and (max-width: 964px) {
  .main .vision__ttl {
    font-size: 1.75rem;
  }
}
.main .vision__text {
  margin-top: 20px;
  font-weight: bold;
}
.main .vision .more-btn {
  margin-top: 20px;
}
@media screen and (max-width: 572px) {
  .main .vision .more-btn {
    margin-inline: auto;
  }
}
.main .calendar {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .main .calendar {
    margin-top: 60px;
  }
}
.main .calendar .sec-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.main .calendar .sec-head .reserve {
  background-color: #ffff00;
  font-size: 1.125rem;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 115%;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 572px) {
  .main .calendar .sec-head .reserve {
    display: none;
  }
}
.main .calendar__text {
  text-align: center;
  margin-top: 30px;
}
.main .calendar__gl {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 572px) {
  .main .calendar__gl > div {
    width: 100%;
  }
}
.main .calendar__gl iframe {
  border-radius: 20px;
}
@media screen and (max-width: 572px) {
  .main .calendar__gl iframe {
    width: 100%;
  }
}
.main .calendar .more-btn {
  margin: 30px auto 0;
}
.main .used {
  background-color: #d7484f;
  border-radius: 30px;
  padding: 50px 20px;
  margin-top: 80px;
  color: #fff;
}
@media screen and (max-width: 572px) {
  .main .used {
    margin-top: 60px;
  }
}
.main .used__text {
  text-align: center;
  margin-top: 30px;
}
.main .used__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: min(900px, 100%);
  margin: 30px auto 0;
}
@media screen and (max-width: 572px) {
  .main .used__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.main .used__content-item {
  width: 100%;
}
.main .used__content-item > img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.main .used__content-item .item-ttl {
  margin-top: 10px;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 572px) {
  .main .used__content-item .item-ttl {
    font-size: 1.25rem;
  }
}
.main .used__content-item .item-text {
  margin-top: 5px;
}
.main .news {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .main .news {
    margin-top: 60px;
  }
}
.main .news .btn-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .main .news .btn-wrap {
    gap: 10px;
  }
  .main .news .btn-wrap .more-btn {
    width: 50%;
  }
  .main .news .btn-wrap .more-btn::after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.main .info {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .main .info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main .info__item {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.2s ease;
}
.main .info__item:hover {
  opacity: 0.8;
}
.main .info__item > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  filter: brightness(0.5);
}
.main .info__item-text {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.main .info__item-text > h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.main .info__item-text > img {
  width: 35px;
  height: auto;
}

.btn-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.more-btn {
  display: block;
  width: 240px;
  border-radius: 30px;
  line-height: 1;
  padding: 1em 0;
  text-align: center;
  transition: 0.2s ease;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, rgb(1, 168, 158), rgb(35, 181, 116));
  position: relative;
  font-size: 0.937rem;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.more-btn:hover {
  box-shadow: none;
}
.more-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(../image/icon/icon-arrow-b.png);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  transform: translate(0, -50%);
}

.sec-head {
  font-weight: bold;
  text-align: center;
  position: relative;
}
.sec-head.c-white {
  color: #fff;
}
.sec-head.c-white .head-line::after {
  background-color: #fff;
}
.sec-head > p {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.sec-head > h2 {
  margin-top: 5px;
}
.sec-head .head-ttl {
  font-size: 1.5rem;
}
.sec-head .head-line {
  width: 180px;
  height: 2px;
  background-color: currentColor;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 572px) {
  .sec-head .head-line {
    margin: 10px auto 0;
  }
}
.sec-head .head-line::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00a99d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contact {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .contact {
    margin-top: 60px;
  }
}
.contact .flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .contact .flex {
    flex-direction: column;
  }
}
.contact .icon {
  margin: 30px auto 0;
  width: 70px;
  display: block;
}
@media screen and (max-width: 572px) {
  .contact .icon {
    width: 60px;
  }
}
.contact__text {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 572px) {
  .contact__text {
    margin-top: 20px;
  }
}
.contact .more-btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 572px) {
  .contact .more-btn {
    margin: 10px auto 0;
  }
}
.contact__address {
  margin: 30px auto 0;
  text-align: center;
}

.news-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .news-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 572px) {
  .news-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-content__item {
  width: 100%;
  display: block;
  padding: 20px;
  background-color: #e6fcff;
  border-radius: 20px;
  transition: 0.3s ease;
}
.news-content__item:hover {
  opacity: 0.7;
}
.news-content__item .item-image {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.news-content__item .item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-content__item .item-cat {
  display: inline-block;
  padding: 0.3em 2em;
  background-color: #00a99d;
  color: #fff;
  font-weight: 800;
  border-radius: 20px;
  font-size: 0.875em;
  line-height: 1;
}
.news-content__item .item-date {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.937em;
  font-weight: 800;
}
.news-content__item .item-title {
  line-height: 1.6;
  margin-top: 10px;
}

.about-main {
  width: 100%;
}
.about-main .service {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .about-main .service {
    margin-top: 50px;
  }
}
.about-main .service__ttl {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 572px) {
  .about-main .service__ttl {
    font-size: 1.375rem;
  }
}
.about-main .service__text {
  margin-top: 20px;
  text-align: center;
}
.about-main .service__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .about-main .service__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-main .service__content-item {
  width: 100%;
}
.about-main .service__content-item .item-ttl {
  text-align: center;
  font-size: 1.5rem;
}
.about-main .service__content-item .item-ttl > span {
  color: #00a99d;
}
.about-main .service__content-item > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.about-main .service__content-item .item-list {
  margin-top: 10px;
  text-align: center;
  padding: 0 30px;
}
.about-main .service__content-item .item-list > li {
  border-bottom: 1px dashed currentColor;
  padding: 0.25em 0;
}
.about-main .overview {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .about-main .overview {
    margin-top: 60px;
  }
}
.about-main .overview .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 964px) {
  .about-main .overview .flex {
    flex-direction: column;
  }
}
.about-main .overview .l-left,
.about-main .overview .l-right {
  width: 50%;
}
@media screen and (max-width: 964px) {
  .about-main .overview .l-left,
.about-main .overview .l-right {
    width: 100%;
  }
}
.about-main .overview .l-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 572px) {
  .about-main .overview .l-right {
    gap: 10px;
  }
}
.about-main .overview .l-right > img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.about-main .overview .sec-head {
  text-align: left;
}
.about-main .overview .sec-head .head-ttl {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
}
.about-main .overview .sec-head .head-line {
  width: 180px;
  height: 2px;
  background-color: currentColor;
  margin: 20px auto 0 0;
  position: relative;
}
@media screen and (max-width: 572px) {
  .about-main .overview .sec-head .head-line {
    margin: 10px auto 0 0;
  }
}
.about-main .overview .sec-head .head-line::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00a99d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-main .overview .l-left > dl {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.about-main .overview .l-left > dl > dt {
  width: 20%;
}
.about-main .overview .l-left > dl > dd {
  width: 80%;
}
.about-main .overview .l-left > dl .l-m {
  margin-left: 20%;
}
.about-main .overview .l-left > ul {
  margin-top: 20px;
  font-size: 0.875rem;
}
.about-main .overview .l-left > ul > li {
  display: flex;
  font-size: 0.875rem;
}
.about-main .overview .l-left > ul > li::before {
  content: "※";
  display: block;
  margin-right: 3px;
}
.about-main .price {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .about-main .price {
    margin-top: 60px;
  }
}
.about-main .price .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 964px) {
  .about-main .price .flex {
    flex-direction: column;
  }
}
.about-main .price .flex .l-left {
  width: 50%;
}
@media screen and (max-width: 964px) {
  .about-main .price .flex .l-left {
    width: 100%;
  }
}
.about-main .price .flex .l-right {
  width: 45%;
}
@media screen and (max-width: 964px) {
  .about-main .price .flex .l-right {
    width: 100%;
  }
}
.about-main .price .l-right {
  padding: 50px 40px;
  border-radius: 20px;
  background-image: linear-gradient(90deg, rgb(58, 116, 181), rgb(139, 210, 202));
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 572px) {
  .about-main .price .l-right {
    padding: 30px 20px;
  }
}
.about-main .price .l-right > h3 {
  font-size: 1.5rem;
}
.about-main .price .l-right > p {
  margin-top: 10px;
  line-height: 2;
}
.about-main .price .l-right .more-btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 572px) {
  .about-main .price .l-right .more-btn {
    margin: 20px auto 0;
  }
}
.about-main .price .sec-head {
  text-align: left;
}
.about-main .price .sec-head .head-ttl {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
}
.about-main .price .sec-head .head-line {
  width: 180px;
  height: 2px;
  background-color: currentColor;
  margin: 20px auto 0 0;
  position: relative;
}
@media screen and (max-width: 572px) {
  .about-main .price .sec-head .head-line {
    margin: 10px auto 0 0;
  }
}
.about-main .price .sec-head .head-line::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00a99d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-main .price__type {
  margin-top: 30px;
}
.about-main .price__type > h3 {
  font-size: 1.125rem;
}
.about-main .price__type > dl {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.about-main .price__type > dl > dt {
  width: 23%;
  margin-bottom: 5px;
}
@media screen and (max-width: 572px) {
  .about-main .price__type > dl > dt {
    width: 30%;
  }
}
.about-main .price__type > dl > dt > span {
  font-size: 0.7rem;
  display: inline-block;
  margin-left: 10px;
}
.about-main .price__type > dl > dd {
  width: 16%;
  text-align: right;
  margin-bottom: 5px;
}
@media screen and (max-width: 572px) {
  .about-main .price__type > dl > dd {
    width: 30%;
    margin-right: 40%;
  }
}
.about-main .price__type > dl > dt:nth-of-type(even) {
  margin-left: 70px;
}
@media screen and (max-width: 572px) {
  .about-main .price__type > dl > dt:nth-of-type(even) {
    margin-left: 0;
  }
}
.about-main .price__type > p {
  margin-top: 10px;
  font-size: 0.875rem;
}
.about-main .price__type > p > span {
  display: inline-block;
}
.about-main .tool {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .about-main .tool {
    margin-top: 60px;
  }
}
.about-main .tool .sec-head {
  text-align: left;
}
.about-main .tool .sec-head .head-ttl {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
}
.about-main .tool .sec-head .head-line {
  width: 180px;
  height: 2px;
  background-color: currentColor;
  margin: 20px auto 0 0;
  position: relative;
}
@media screen and (max-width: 572px) {
  .about-main .tool .sec-head .head-line {
    margin: 10px auto 0 0;
  }
}
.about-main .tool .sec-head .head-line::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00a99d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-main .tool__list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  font-size: 0.937rem;
}
.about-main .tool__list > li::before {
  content: "・";
}
.about-main .tool .cooking {
  margin-top: 20px;
}
.about-main .flow {
  margin-top: 80px;
  padding: 50px 0;
  background-color: #e6fcff;
}
@media screen and (max-width: 572px) {
  .about-main .flow {
    margin-top: 60px;
  }
}
.about-main .flow__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
  grid-template-rows: auto;
  counter-reset: num 0;
}
@media screen and (max-width: 964px) {
  .about-main .flow__content {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 572px) {
  .about-main .flow__content {
    gap: 30px 20px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}
.about-main .flow__content-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  text-align: center;
}
.about-main .flow__content-item .item-image {
  width: 100%;
  height: 100px;
  position: relative;
}
.about-main .flow__content-item .item-image::after {
  counter-increment: num 1;
  content: "0" counter(num);
  display: block;
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  bottom: -6px;
  right: 10px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  line-height: 1;
}
.about-main .flow__content-item .item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about-main .flow__content-item .item-ttl {
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
  font-size: 1.25rem;
}
.about-main .flow__content-item .item-text {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.about-main .flow__content-item .more-btn {
  margin: 0 auto;
  width: 230px;
  font-size: 0.937rem;
}
@media screen and (max-width: 964px) {
  .about-main .flow__content-item .more-btn {
    margin: 20px auto 0;
  }
}
.about-main .flow__content-item .more-btn::after {
  height: 20px;
  width: 20px;
  right: 15px;
}
.about-main .regulations {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .about-main .regulations {
    margin-top: 60px;
  }
}
.about-main .regulations__text {
  margin-top: 30px;
  text-align: center;
  margin: 30px auto 20px;
}
.about-main .regulations .pdf-link {
  text-decoration: underline;
  transition: 0.2s ease;
  margin-top: 5px;
  display: block;
  text-align: center;
}
.about-main .regulations .pdf-link:hover {
  opacity: 0.8;
}
.about-main .faq {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .about-main .faq {
    margin-top: 60px;
  }
}
.about-main .faq__list {
  margin-top: 30px;
  text-align: center;
}
.about-main .faq__list > dt {
  color: #00a99d;
  margin-bottom: 5px;
}
.about-main .faq__list > dd {
  margin-bottom: 30px;
  font-size: 0.937rem;
}

.access-main .access {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .access-main .access {
    margin-top: 50px;
  }
}
.access-main .access__list {
  margin-top: 50px;
  padding: 0 50px;
}
@media screen and (max-width: 572px) {
  .access-main .access__list {
    margin-top: 30px;
    padding: 0;
  }
}
.access-main .access__list > li:not(:first-child) {
  margin-top: 10px;
}
.access-main .access .g-map {
  height: 250px;
  margin-top: 50px;
}
@media screen and (max-width: 572px) {
  .access-main .access .g-map {
    height: 200px;
    margin-top: 30px;
  }
}
.access-main .facility {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .access-main .facility {
    margin-top: 60px;
  }
}
.access-main .facility__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  counter-reset: num 0;
}
@media screen and (max-width: 964px) {
  .access-main .facility__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 572px) {
  .access-main .facility__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.access-main .facility__content-item {
  text-align: center;
}
.access-main .facility__content-item > img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 572px) {
  .access-main .facility__content-item > img {
    aspect-ratio: 16/9;
  }
}
.access-main .facility__content-item .item-ttl {
  text-align: center;
  line-height: 1.4;
  font-size: 1.125rem;
  padding: 1rem 0;
  border-bottom: 1px dashed currentColor;
}
.access-main .facility__content-item .item-text {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.support-main .support {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .support-main .support {
    margin-top: 50px;
  }
}
.support-main .support .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 572px) {
  .support-main .support .flex {
    flex-direction: column-reverse;
  }
}
.support-main .support .flex .l-left {
  width: 40%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 572px) {
  .support-main .support .flex .l-left {
    margin-top: 30px;
    width: 100%;
  }
}
.support-main .support .flex .l-left > img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.support-main .support .flex .l-right {
  width: 55%;
}
@media screen and (max-width: 572px) {
  .support-main .support .flex .l-right {
    width: 100%;
  }
}
.support-main .support .flex .l-right > h2 {
  font-size: 2rem;
}
@media screen and (max-width: 572px) {
  .support-main .support .flex .l-right > h2 {
    font-size: 1.375rem;
  }
}
.support-main .support .flex .l-right > h2 > img {
  width: 70px;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 572px) {
  .support-main .support .flex .l-right > h2 > img {
    width: 60px;
  }
}
.support-main .support .flex .l-right > ul {
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .support-main .support .flex .l-right > ul {
    margin-top: 20px;
  }
}
.support-main .support .flex .l-right > ul > li {
  display: flex;
}
.support-main .support .flex .l-right > ul > li:not(:first-child) {
  margin-top: 10px;
}
.support-main .support .flex .l-right > ul > li::before {
  content: "・";
  display: block;
}
.support-main .support .worries {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 572px) {
  .support-main .support .worries {
    font-size: 1.75rem;
    line-height: 1.6;
  }
}
.support-main .support .worries > span {
  background-color: #d7484f;
  display: inline-block;
  padding: 5px 10px 0;
  color: #fff;
  margin-right: 10px;
}
.support-main .reason {
  margin-top: 50px;
  background-color: #d7484f;
  color: #fff;
  padding: 50px 0;
}
.support-main .reason__ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 572px) {
  .support-main .reason__ttl {
    font-size: 2rem;
  }
}
.support-main .reason__list {
  margin-top: 30px;
  counter-reset: num 0;
}
.support-main .reason__list-item {
  margin-top: 30px;
}
.support-main .reason__list-item > h3 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.4;
}
.support-main .reason__list-item > h3::before {
  counter-increment: num 1;
  content: "0" counter(num);
  display: block;
  font-size: 2.5rem;
}
.support-main .reason__list-item > p {
  margin-top: 10px;
}
.support-main .service {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .support-main .service {
    margin-top: 60px;
  }
}
.support-main .service .sec-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.support-main .service .sec-head .limited {
  background-color: #d7484f;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 110%;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 572px) {
  .support-main .service .sec-head .limited {
    right: 95%;
    top: 0;
  }
}
.support-main .service .sec-head .limited .inner > span {
  transform: scale(1.2);
  display: inline-block;
}
.support-main .service__main {
  font-size: 2rem;
  text-align: center;
  margin-top: 50px;
  color: #d7484f;
  line-height: 1.4;
}
.support-main .service__price {
  margin-top: 20px;
  text-align: center;
  font-size: 1.25rem;
}
.support-main .service__text {
  margin-top: 20px;
  text-align: center;
}
.support-main .service__sub {
  margin-top: 20px;
  text-align: center;
  font-size: 0.875rem;
}
.support-main .s-contact {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .support-main .s-contact {
    margin-top: 60px;
  }
}
.support-main .s-contact__msg {
  margin-top: 30px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.4;
}
.support-main .s-contact .flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .support-main .s-contact .flex {
    flex-direction: column;
  }
}
.support-main .s-contact .icon {
  margin: 30px auto 0;
  width: 70px;
  display: block;
}
@media screen and (max-width: 572px) {
  .support-main .s-contact .icon {
    width: 60px;
  }
}
.support-main .s-contact__text {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 572px) {
  .support-main .s-contact__text {
    margin-top: 20px;
  }
}
.support-main .s-contact .more-btn {
  margin: 10px auto 0;
}
.support-main .s-contact__address {
  margin: 50px auto 0;
  text-align: center;
}
.support-main .s-contact__address > p:nth-child(2) {
  font-size: 1.5rem;
}
.support-main .s-contact__address > p:nth-child(3) {
  font-size: 0.937rem;
}

.p-404 {
  width: 100%;
  padding: 30px 20px 80px;
  text-align: center;
  margin-top: 150px;
}
.p-404 .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00a99d;
}
.p-404 .title > span {
  display: inline-block;
}
.p-404 .text {
  margin-top: 30px;
  font-size: 1.125rem;
}
.p-404 .text > span {
  display: inline-block;
}
.p-404 .back-btn {
  margin: 80px auto 0;
  display: block;
  color: #00a99d;
  border: 1px solid currentColor;
  border-radius: 30px;
  padding: 1em 0;
  width: 300px;
  transition: 0.3s;
  text-align: center;
}
.p-404 .back-btn:hover {
  background-color: #00a99d;
  color: #fff;
}
@media screen and (max-width: 572px) {
  .p-404 .back-btn {
    margin: 50px auto 0;
    width: 250px;
  }
}

.a-news-main {
  margin-top: 120px;
  width: 100%;
}
@media screen and (max-width: 572px) {
  .a-news-main {
    margin-top: 100px;
  }
}
.a-news-main .news-content {
  margin-top: 50px;
}
@media screen and (max-width: 572px) {
  .a-news-main .news-content {
    margin-top: 30px;
  }
}

.data-nothing {
  text-align: center;
  margin-top: 50px;
  font-size: 1.125rem;
}
@media screen and (max-width: 572px) {
  .data-nothing {
    margin-top: 30px;
  }
}

.single-main {
  margin-top: 120px;
  width: 100%;
}
@media screen and (max-width: 572px) {
  .single-main {
    margin-top: 100px;
  }
}
.single-main .single__title {
  font-size: 1.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 572px) {
  .single-main .single__title {
    font-size: 1.5rem;
  }
}
.single-main .single__date {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.875rem;
  margin-top: 10px;
}
.single-main .single__thumbnail {
  width: 100%;
  margin-top: 20px;
}
.single-main .single__thumbnail > img {
  display: block;
  width: 100%;
  height: auto;
}
.single-main .single__content {
  margin-top: 2.5em;
  line-height: 1.8;
}
.single-main .single__content h2 {
  font-size: 1.375rem;
  border-bottom: 3px solid #00a99d;
  margin-top: 3em;
  padding-bottom: 3px;
  color: #00a99d;
}
.single-main .single__content h3 {
  font-size: 1.25rem;
  padding-left: 0.5em;
  border-left: 3px solid #00a99d;
  margin-top: 2em;
  color: #00a99d;
}
.single-main .single__content h4 {
  font-size: 1.125rem;
  margin-top: 1.75em;
}
.single-main .single__content p {
  margin-top: 1em;
  font-weight: 500;
}
.single-main .single__content p a {
  color: #00a99d;
  text-decoration: underline;
  transition: 0.3s;
}
.single-main .single__content p a:hover {
  opacity: 0.7;
}
.single-main .single__content figure {
  margin-top: 1em;
}
.single-main .single__content figure img {
  width: 100%;
}
.single-main .single .more-btn {
  margin: 50px auto 0;
}
/*# sourceMappingURL=style.css.map */