@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

section {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
section .wrapper img {
  display: block;
  width: 100%;
}

/* section01 スライダー */
.section01 .wrapper {
  position: relative;
}
.section01 .wrapper .swiper {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  overflow-x: hidden;
}
.section01 .wrapper .swiper .swiper-button-prev {
  width: 7%;
  height: auto;
  aspect-ratio: 1/1;
  top: 25%;
  left: 7%;
}
.section01 .wrapper .swiper .swiper-button-prev img {
  display: block;
  width: 100%;
  height: auto;
}
.section01 .wrapper .swiper .swiper-button-next {
  width: 7%;
  height: auto;
  aspect-ratio: 1/1;
  top: 25%;
  right: 9%;
}
.section01 .wrapper .swiper .swiper-button-next img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-area {
  color: #566A73;
  padding: 40px 0 10px;
  background-image: url(../img/footer-bg.png);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-area {
    padding: 20px 0 10px;
  }
}
.footer-area .footer-logo {
  margin: 0 auto;
  width: 60%;
  max-width: 180px;
  max-height: 56px;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-logo {
    max-width: 130px;
    max-height: 40px;
  }
}
.footer-area .footer-info {
  padding: 10px 0;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .footer-area .footer-info {
    padding: 10px 0;
  }
}
.footer-area h3 {
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  margin: 0;
}
.footer-area nav {
  list-style: none;
}
.footer-area a {
  color: #566A73;
  text-decoration: none;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.footer-area a:hover {
  opacity: 0.5;
}
.footer-area .copy {
  padding-top: 10px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .footer-area .copy {
    padding-top: 10px;
  }
}

/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */