@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* よく使う関数
======================================================================== */
/* 案件固有の変数
======================================================================== */
:root {
  --header-height: 60px;
}
@media screen and (min-width: 769px) {
  :root {
    --header-height: 130px;
  }
}

body {
  color: #174350;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

a {
  transition: 0.3s;
  color: #174350;
}
a:hover, a:active, a:focus {
  color: #174350;
  opacity: 0.7;
}
a[href^="mailto:"] {
  text-decoration: none;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

.container {
  max-width: 1180px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px !important;
}
.container.u-w900 {
  max-width: 940px !important;
}
.container.u-w1000 {
  max-width: 1040px !important;
}
.container.u-w1240 {
  max-width: 1280px !important;
}
@media screen and (min-width: 769px) {
  .container {
    padding: 0 20px !important;
  }
}

svg {
  width: 100%;
  height: auto;
}

.wp-block-code {
  padding: 15px 20px;
  background: #000;
  border-radius: 15px;
  position: relative;
}
.wp-block-code code {
  color: #fff;
}
.wp-block-code .copy-button {
  position: absolute;
  top: 0;
  right: 15px;
  background: #999;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 1;
  padding: 3px;
  font-size: 10px;
  font-size: 0.625rem;
  white-space: normal;
}
.wp-block-code .copy-button svg rect,
.wp-block-code .copy-button svg path {
  fill: #fff;
}

/* =============================================================================
   汎用
========================================================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.is-tac {
  text-align: center;
}

.fz16 {
  font-size: min(3.7333333333vw, 16px);
}
@media (min-width: 769px) {
  .fz16 {
    font-size: min(1.1111111111vw, 16px);
  }
}

.fz18 {
  font-size: min(4.2666666667vw, 18px);
}
@media (min-width: 769px) {
  .fz18 {
    font-size: min(1.25vw, 18px);
  }
}

/* =============================================================================
   WordPress関連
========================================================================== */
.wp-block-image + .wp-block-image {
  margin-top: 20px !important;
}
.wp-block-image .aligncenter {
  margin-bottom: 0;
}
.wp-block-image .aligncenter img {
  display: block;
  margin: 0 auto;
}

.wp-block-embed-facebook .fb_iframe_widget {
  width: 100%;
  max-width: 500px;
}
.wp-block-embed-facebook .fb_iframe_widget > span[style] {
  width: 100% !important;
  max-width: 500px;
}
.wp-block-embed-facebook .fb_iframe_widget iframe {
  width: 100% !important;
}

.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7793594306;
}
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed-instagram .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
}

.wp-block-embed-wordpress .wp-embedded-content {
  width: 100% !important;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  height: var(--header-height);
  border-bottom: 1px solid #ddd;
}
.home .l-header {
  border-bottom: none;
}
.l-header .site-brand--horizontal {
  width: 179px;
}
.l-header .site-brand--horizontal a:hover {
  opacity: 0.8 !important;
}
.l-header .com-select {
  display: none;
  position: relative;
  z-index: 10;
}
.l-header .global-nav .global-nav__list {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 150px 20px 20px;
    width: 100%;
    height: var(--header-height);
  }
  .home .l-header {
    position: absolute;
  }
  .l-header .drawer-menu .drawer-menu__inner .btn-close {
    top: 35px;
    right: 35px;
    width: 60px;
    height: 60px;
  }
  .l-header .drawer-menu .drawer-menu__inner .btn-close::before, .l-header .drawer-menu .drawer-menu__inner .btn-close::after {
    width: 21px;
    height: 3px;
  }
  .l-header .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list .drawer-nav__item {
    margin-bottom: 16px;
  }
  .l-header .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list .drawer-nav__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    color: #174350;
  }
  .l-header .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list .drawer-nav__item a .icon-arrow {
    width: 22px;
    height: 22px;
  }
  .l-header .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav {
    margin-top: 2.7777777778vw;
  }
  .l-header .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item a {
    font-size: 16px;
    font-size: 1rem;
  }
  .l-header .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item a .icon-pin {
    width: 16px;
    height: 20px;
  }
  .l-header .site-brand--horizontal {
    width: 294px;
  }
  .home .l-header .site-brand--horizontal {
    display: none;
  }
  .l-header .global-nav {
    margin-left: auto;
  }
  .home .l-header .global-nav {
    position: absolute;
    right: 150px;
    z-index: 20;
    margin-left: 0;
  }
  .l-header .global-nav .global-nav__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  .home .l-header .global-nav .global-nav__top .global-nav__list {
    display: none;
  }
  .l-header .global-nav .global-nav__top .global-nav__list .global-nav__item a {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #174350;
  }
  .l-header .global-nav .global-nav__top .global-nav__list .global-nav__item a .icon-pin {
    width: 16px;
    height: 20px;
  }
  .l-header .global-nav .global-nav__bottom {
    margin-top: 10px;
  }
  .home .l-header .global-nav .global-nav__bottom {
    display: none;
  }
  .l-header .global-nav .global-nav__bottom .global-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
  .l-header .global-nav .global-nav__bottom .global-nav__list .global-nav__item a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .l-header .global-nav .global-nav__list {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .l-header .global-nav .com-select {
    display: block;
  }
}

.l-footer {
  padding: 41px 0 40px;
  border-top: 1px solid #ddd;
}
.l-footer .col2 .info .site-brand {
  width: 237px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
.l-footer .col2 .info address {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-style: normal;
}
.l-footer .managers {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.l-footer .copy {
  margin-top: 20px;
}
.l-footer .copy small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 80px 0 50px;
  }
  .l-footer .col2 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .l-footer .col2 > *:first-of-type {
    width: 60%;
  }
  .l-footer .col2 > *:last-of-type {
    width: 40%;
  }
  .l-footer .col2.bottom {
    align-items: flex-end;
  }
  .l-footer .col2 .info .site-brand {
    width: 277px;
    margin-left: 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .l-footer .col2 .info address {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
  .l-footer .col2 .nav {
    display: flex;
    gap: 50px;
    justify-content: flex-end;
  }
  .l-footer .col2 .nav .list {
    width: 200px;
  }
  .l-footer .col2 .nav .list li {
    margin-bottom: 10px;
  }
  .l-footer .col2 .nav .list li a {
    font-weight: bold;
    text-decoration: none;
  }
  .l-footer .managers {
    margin-top: 28px;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer .copy {
    margin-top: 30px;
  }
  .l-footer .copy small {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    text-align: left;
  }
}

/* =============================================================================
   メインコンテンツ
========================================================================== */
/* =============================================================================
   aside
========================================================================== */
.l-aside.com-section {
  margin-top: 0 !important;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .l-aside.com-section {
    padding: 60px 0;
  }
}

.is-ma_x {
  margin-left: auto;
  margin-right: auto;
}

.is-mt40 {
  margin-top: min(5.3333333333vw, 25px);
}
@media (min-width: 769px) {
  .is-mt40 {
    margin-top: min(2.7777777778vw, 40px);
  }
}

.is-mt60 {
  margin-top: min(8vw, 35px);
}
@media (min-width: 769px) {
  .is-mt60 {
    margin-top: min(4.1666666667vw, 60px);
  }
}

.js-fade {
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
}
.js-fade.in {
  opacity: 1;
}

.js-fade-up {
  transition: transform 0.8s ease, opacity 0.8s ease;
  transform: translateY(10px);
  opacity: 0;
}
.js-fade-up.in {
  opacity: 1;
  transform: translateY(0);
}

.com-section {
  padding: 40px 0;
}
.com-section .com-section:last-of-type {
  padding-bottom: 0;
}
.com-section.is-bg {
  background-color: #F0F8FF;
}
.com-section.is-border {
  border-top: 1px solid #ddd;
}
.home .com-section:first-of-type {
  margin-top: 26px;
}
@media screen and (min-width: 769px) {
  .com-section {
    padding: 80px 0;
  }
  .home .com-section:first-of-type {
    margin-top: 50px;
  }
}

.com-section-row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
}
.com-section-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #53BDDE;
  border-radius: 9999px;
}
.com-section-row .content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.com-section-row .content dl dt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.com-section-row .content dl dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .com-section-row {
    flex-direction: row;
    gap: 40px;
    padding-top: 30px;
  }
  .com-section-row .heading {
    width: 25.44%;
  }
  .com-section-row .content {
    width: 74.56%;
  }
  .com-section-row .content p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2;
  }
  .com-section-row .content dl dt {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2;
  }
  .com-section-row .content dl dd {
    line-height: 2.125;
  }
}

.com-heading01 {
  position: relative;
  padding-bottom: 9px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1462B1;
}
.com-heading01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-image: url(../img/bg_heading01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 9999px;
}
@media screen and (min-width: 769px) {
  .com-heading01 {
    padding-bottom: 20px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .com-heading01::after {
    width: 60px;
  }
}

.com-heading02 {
  position: relative;
  margin-inline: auto;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1462B1;
}
.com-heading02::before, .com-heading02::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-image: url(../img/bg_heading01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 9999px;
}
.com-heading02::before {
  scale: -1 1;
  top: 50%;
  left: calc(100% + 20px);
  translate: 0 -50%;
}
.com-heading02::after {
  top: 50%;
  right: calc(100% + 20px);
  translate: 0 -50%;
}
@media screen and (min-width: 769px) {
  .com-heading02 {
    margin-bottom: 20px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .com-heading02::before, .com-heading02::after {
    width: 120px;
  }
  .com-heading02::before {
    left: calc(100% + 35px);
  }
  .com-heading02::after {
    right: calc(100% + 35px);
  }
}

.com-heading03 {
  position: relative;
  margin-bottom: 20px;
  padding: 1px 0 3px 18px;
  font-size: 18px;
  font-size: 1.125rem;
}
.com-heading03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #78E0EA;
  background: linear-gradient(0deg, rgb(120, 224, 234) 0%, rgb(125, 231, 229) 100%);
  border-radius: 9999px;
}
@media screen and (min-width: 769px) {
  .com-heading03 {
    margin-bottom: 20px;
    padding: 1px 0 3px 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.com-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: unset;
  outline: none;
  outline-width: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-width: 135px;
  height: 30px;
  padding: 0 20px 0 10px;
  font-size: 16px;
  font-size: 1rem;
  background-image: url(../img/icon_select.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 9px 8px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
}

.com-card a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.com-card .img {
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 90px;
}
.com-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-card .title {
  margin-bottom: 1px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.com-card .date {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .com-card a {
    flex-direction: column;
  }
  .com-card .img {
    aspect-ratio: 380/235;
    width: 100%;
  }
  .com-card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .com-card .title {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .com-card .date {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.com-tag {
  display: inline-block;
  padding: 1px 8px;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  color: #174350;
}
.com-tag::before {
  content: "#";
}
@media screen and (min-width: 769px) {
  .com-tag {
    padding: 2px 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.com-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 12px 20px 12px 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 9999px;
  border: 1px solid #ccc;
  text-align: center;
  letter-spacing: 0.05em;
}
.com-btn::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/icon-circle-arrow.svg);
  background-size: cover;
}
.com-btn.u-textlink {
  display: flex;
  justify-self: start;
  padding: 0;
  border-radius: 0;
  border: none;
}
.com-btn.u-textlink::before {
  content: none;
}
.com-btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .com-btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-sns_links {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.mod-sns_links li a {
  display: block;
  aspect-ratio: 1;
  width: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .mod-sns_links {
    justify-content: flex-start;
  }
}

.mod-info-bar .col2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.mod-info-bar .heading {
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f00;
  border: 1px solid #f00;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.mod-info-bar .heading .icon-info {
  width: 16px;
  height: 16px;
}
.mod-info-bar .title {
  overflow: hidden;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .mod-info-bar .col2 {
    flex-direction: row;
  }
  .mod-info-bar .heading {
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
    padding: 11px 15px;
    font-size: 17px;
    font-size: 1.0625rem;
    border-radius: 10px 0 0 10px;
    color: #fff;
  }
  .mod-info-bar .heading .icon-info {
    width: 20px;
    height: 20px;
  }
  .mod-info-bar .title {
    padding: 11px 15px;
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.mod-archive_news li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-archive_news li:first-of-type {
  border-top: 1px solid #ddd;
}
.mod-archive_news li a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}
.mod-archive_news .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mod-archive_news li {
    padding: 16px 0;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .mod-archive_news li a {
    flex-direction: row;
    gap: 25px;
  }
  .mod-archive_news .title {
    white-space: normal;
    overflow: visible;
  }
}

.mod-btns {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mod-btns li label {
  display: block;
}
.mod-btns li label input {
  display: none;
}
.mod-btns li label input:checked + span {
  background: #000;
  color: #fff;
}
.mod-btns li label span {
  transition: 0.5s ease;
  display: block;
  border: 1px solid #eee;
  padding: 4px 15px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

.mod-cards .com-card {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.mod-cards .com-card:first-of-type {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .mod-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: clamp(30px, 50 / 1440 * 100vw, 50px);
  }
  .mod-cards .com-card {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .mod-cards .com-card:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.mod-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.mod-panel-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  max-width: 400px;
  margin-inline: auto;
}
.mod-panel-link li {
  position: relative;
  aspect-ratio: 228/190;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.mod-panel-link li .link-wrapper {
  height: 100%;
}
.mod-panel-link li .link-wrapper::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 1;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  background-image: url("../img/bg_color.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.mod-panel-link li .link-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  background-color: #fff;
  border-radius: 5px;
}
.mod-panel-link li a {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 100%;
}
.mod-panel-link li a .icon {
  aspect-ratio: 1;
  width: 10.1333333333vw;
}
@media screen and (min-width: 769px) {
  .mod-panel-link {
    grid-template-columns: repeat(auto-fit, 228px);
    justify-content: center;
    gap: clamp(10px, 25 / 1440 * 100vw, 25px);
    max-width: 987px;
  }
  .mod-panel-link li {
    padding: 0 10px 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
  }
  .mod-panel-link li .link-wrapper::after {
    top: 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 10px;
  }
  .mod-panel-link li .link-wrapper::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 10px;
  }
  .mod-panel-link li a {
    gap: 20px;
  }
  .mod-panel-link li a .icon {
    width: 4.0277777778vw;
    max-width: 68px;
    min-width: 48px;
  }
}

.mod-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.mod-banners li a {
  display: block;
  aspect-ratio: 232/84;
}
.mod-banners li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .mod-banners {
    grid-template-columns: repeat(auto-fit, 232px); /* 固定幅 */
    justify-content: center;
    gap: 20px;
  }
  .mod-banners li a {
    display: block;
  }
}

.mod-title_page {
  height: 120px;
  background-color: #F0F8FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-title_page hgroup {
  text-align: center;
}
.mod-title_page .title {
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
}
.mod-title_page .title-en {
  margin-top: 2px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .mod-title_page {
    height: 200px;
  }
  .mod-title_page .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .mod-title_page .title-en {
    margin-top: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.mod-breadcrumbs {
  overflow-x: scroll;
  padding: 8px 20px 8px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #174350;
}
.mod-breadcrumbs .inner {
  display: flex;
  align-items: center;
}
.mod-breadcrumbs .inner li {
  display: inline;
  white-space: nowrap;
}
.mod-breadcrumbs .inner li a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
}
.mod-breadcrumbs .inner li .name {
  display: inline-block;
  font-size: inherit;
  color: inherit;
}
.mod-breadcrumbs .inner li:after {
  content: "＞";
  margin-inline: 3px;
  display: inline;
  color: inherit;
}
.mod-breadcrumbs .inner li:last-of-type:after {
  content: none;
}
@media screen and (min-width: 769px) {
  .mod-breadcrumbs {
    padding: 10px 30px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-dl.u-vertical .row {
  display: block;
}
.mod-dl .row + .row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.mod-dl dt {
  font-weight: bold;
}
.mod-dl dt.title::before {
  content: "■";
  margin-right: 5px;
  color: #53BDDE;
}
@media screen and (min-width: 769px) {
  .mod-dl {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .mod-dl .row {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .mod-dl .row + .row {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .mod-dl dt {
    flex-shrink: 0;
  }
}

.mod-category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  transform: translateY(-2px);
  list-style: none;
  padding: 0;
}
.mod-category_list li {
  border-radius: 5px;
  background: #eee;
  padding: 1px 3px;
}
.mod-article_item {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.mod-article_item:first-of-type {
  border-top: 1px solid #eee;
}
.mod-article_item .info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
.mod-article_item .title {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.mod-article_item.u-thumbnail {
  gap: 2.6315789474%;
  align-items: center;
  flex-wrap: nowrap;
}
.mod-article_item.u-thumbnail .thumbnail {
  width: 100px;
  min-width: 100px;
}
.mod-article_item.u-thumbnail .thumbnail div[style] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1;
}
.mod-article_item.u-thumbnail .detail {
  width: 97.3684210526%;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .mod-article_item .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mod-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.mod-gallery .img {
  width: calc((100% - 40px) / 3);
}
.mod-gallery .img div[style] {
  aspect-ratio: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mod-search {
  display: flex;
  max-width: 800px;
  margin: 0 auto 30px;
}
.mod-search input[type=text] {
  border: 1px solid #eee;
  width: calc(100% - 100px);
}
.mod-search button {
  width: 100px;
  background: #eee;
  display: block;
}
@media screen and (min-width: 769px) {
  .mod-search {
    margin-bottom: 60px;
  }
}

.mod-pagination {
  margin-top: 40px;
  padding-bottom: 50px;
}
.mod-pagination ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 173px;
  margin-inline: auto;
}
.mod-pagination:empty {
  margin-top: 0;
}
.mod-pagination li:has(.prev) {
  position: absolute;
  bottom: -50px;
  left: 0;
}
.mod-pagination li:has(.next) {
  position: absolute;
  bottom: -50px;
  right: 0;
}
.mod-pagination span.page-numbers:not(.prev):not(.next),
.mod-pagination a.page-numbers:not(.prev):not(.next) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  aspect-ratio: 1;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mod-pagination span.page-numbers.current {
  background: #fff;
  border-color: #174350 !important;
  color: #174350;
}
.mod-pagination span.page-numbers.dots {
  width: auto;
  border: none;
}
.mod-pagination a.page-numbers {
  text-decoration: none;
}
.mod-pagination a.page-numbers.prev, .mod-pagination a.page-numbers.next {
  display: block;
}
.mod-pagination a.page-numbers.prev .icon, .mod-pagination a.page-numbers.next .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-size: 1rem;
}
.mod-pagination a.page-numbers.prev .icon img, .mod-pagination a.page-numbers.next .icon img {
  width: 30px;
  height: 30px;
}
.mod-pagination a.page-numbers.prev {
  margin-right: 10px;
}
.mod-pagination a.page-numbers.prev .icon img {
  transform: rotate(180deg);
}
.mod-pagination a.page-numbers.next {
  margin-left: 10px;
}
.mod-pagination a.page-numbers.next .icon {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .mod-pagination {
    margin-top: 50px;
  }
  .mod-pagination li:has(.prev) {
    position: static;
  }
  .mod-pagination li:has(.next) {
    position: static;
  }
  .mod-pagination span.page-numbers:not(.prev):not(.next),
  .mod-pagination a.page-numbers:not(.prev):not(.next) {
    width: 44px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-pagination a.page-numbers.prev .icon, .mod-pagination a.page-numbers.next .icon {
    gap: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-pagination a.page-numbers.prev .icon img, .mod-pagination a.page-numbers.next .icon img {
    width: 44px;
    height: 44px;
  }
}

.mod-accordion .acd-title {
  border-left: 5px solid #eee;
  padding: 10px 15px;
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 40px;
  outline: none;
  cursor: pointer;
  position: relative;
}
.mod-accordion .acd-title i {
  display: block;
  width: 20px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.mod-accordion .acd-title i:before, .mod-accordion .acd-title i:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  transition: 0.5s ease;
}
.mod-accordion .acd-title i:before {
  transform: rotate(180deg);
}
.mod-accordion .acd-title i:after {
  transform: rotate(90deg);
}
.mod-accordion .acd-title.on i:before, .mod-accordion .acd-title.on i:after {
  transform: rotate(0);
}
.mod-accordion .acd-detail {
  overflow: hidden;
  transition: height 0.5s ease;
  height: 0;
}
.mod-accordion .acd-detail_inner {
  padding: 20px;
}
.mod-accordion[open] .acd-detail {
  height: auto;
}

.mod-form {
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-form input[type=tel], .mod-form input[type=email], .mod-form input[type=text] {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 15px;
  height: 36px;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
  height: 200px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-form [data-name=field-zip] {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 185px;
}
.mod-form [data-name=field-zip]:before {
  content: "〒";
  position: absolute;
  top: 9px;
  left: 0;
}
.mod-form [data-name=field-age] {
  position: relative;
  padding-right: 26px;
}
.mod-form [data-name=field-age]:after {
  content: "歳";
  position: absolute;
  top: 12px;
  left: 160px;
  z-index: 0;
}
.mod-form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
}
.mod-form select {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  width: 100%;
  height: 36px;
  border-radius: 5px;
  z-index: 2;
  padding: 0 15px;
  padding-right: 30px;
  background-image: url(../img/icon-select.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 15px 20px;
}
.mod-form .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
}
.mod-form .wpcf7-radio .wpcf7-list-item,
.mod-form .wpcf7-checkbox .wpcf7-list-item,
.mod-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 5px 20px 5px 0;
  display: block;
}
.mod-form .wpcf7-radio .wpcf7-list-item label,
.mod-form .wpcf7-checkbox .wpcf7-list-item label,
.mod-form .wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
}
.mod-form .wpcf7-radio .wpcf7-list-item label input[type=radio],
.mod-form .wpcf7-radio .wpcf7-list-item label input[type=checkbox],
.mod-form .wpcf7-checkbox .wpcf7-list-item label input[type=radio],
.mod-form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox],
.mod-form .wpcf7-acceptance .wpcf7-list-item label input[type=radio],
.mod-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.mod-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.mod-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label,
.mod-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  position: relative;
  padding-left: 30px;
}
.mod-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before, .mod-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after,
.mod-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before,
.mod-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after,
.mod-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before,
.mod-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  position: absolute;
  transform: translateY(1px);
}
.mod-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before,
.mod-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before,
.mod-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  background: #fff;
}
.mod-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after,
.mod-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after,
.mod-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  display: block;
}
.mod-form .wpcf7-radio .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:before, .mod-form .wpcf7-radio .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:after,
.mod-form .wpcf7-checkbox .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:before,
.mod-form .wpcf7-checkbox .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:after,
.mod-form .wpcf7-acceptance .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:before,
.mod-form .wpcf7-acceptance .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:after {
  border-radius: 50%;
}
.mod-form .wpcf7-radio .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:after,
.mod-form .wpcf7-checkbox .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:after,
.mod-form .wpcf7-acceptance .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #028aff;
  opacity: 0;
}
.mod-form .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:after,
.mod-form .wpcf7-checkbox .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:after,
.mod-form .wpcf7-acceptance .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.mod-form .wpcf7-radio .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:after,
.mod-form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:after,
.mod-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:after {
  top: 4px;
  left: 7px;
  transform: rotate(50deg);
  width: 6px;
  height: 11px;
  border-right: 2px solid #028aff;
  border-bottom: 2px solid #028aff;
  opacity: 0;
}
.mod-form .wpcf7-radio .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.mod-form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.mod-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.mod-form .wpcf7-acceptance {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
}
.mod-form .wpcf7-acceptance .wpcf7-list-item {
  margin-right: 0 !important;
}
.mod-form .w130 {
  max-width: 130px;
}
.mod-form .w185 {
  max-width: 185px;
}
.mod-form .w330 {
  max-width: 330px;
}
.mod-form .w500 {
  max-width: 500px;
}
.mod-form .field {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mod-form .field + .field {
  border-top: none;
}
.mod-form .field .tit {
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
.mod-form .field .tit.i-required:before {
  content: "必須";
  line-height: 1;
  padding: 4px 8px;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #f00;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
.mod-form .field .tit.i-any:before {
  content: "任意";
  line-height: 1;
  padding: 4px 8px;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #909090;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
.mod-form .field.u-top .tit {
  padding-top: 5px;
}
.mod-form .field .detail {
  width: 100%;
}
.mod-form .field .detail + .detail {
  margin-top: 8px;
}
.mod-form .submit-wrap {
  position: relative;
  margin-top: 30px;
  z-index: 0;
}
.mod-form .submit-wrap .btn-submit {
  display: block;
  text-decoration: none;
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #eee;
  padding: 10px;
  min-width: 180px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.mod-form .submit-wrap .btn-submit[disabled] {
  color: #999;
  background: #f6f6f6;
}
.mod-form .submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.submitting .mod-form .submit-wrap .btn-submit {
  opacity: 0;
}
.mod-form #product_name .detail {
  padding-top: 5px;
}
@media screen and (min-width: 769px) {
  .mod-form {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-form .field {
    padding: 20px 0;
  }
  .mod-form .field .tit {
    width: 32.1333333333%;
    margin-bottom: 0;
    padding: 5px 10px 0 10px;
  }
  .mod-form .field .detail {
    width: 67.8666666667%;
    margin-left: auto;
  }
  .mod-form .field-acceptance {
    margin-top: 60px;
  }
}

#wpcf7cpcnf table {
  width: 100%;
}
#wpcf7cpcnf table tr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#wpcf7cpcnf table tr th,
#wpcf7cpcnf table tr td {
  padding: 20px 0;
}
#wpcf7cpcnf table tr th {
  width: 32.1333333333%;
}
#wpcf7cpcnf table tr td {
  width: 67.8666666667%;
}
#wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn,
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  margin: 0;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  display: block;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #eee;
  padding: 10px;
  min-width: 180px;
  text-align: center;
  color: #999;
  background: #f6f6f6;
  cursor: pointer;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  display: block;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #eee;
  padding: 10px;
  min-width: 180px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table {
    display: block;
  }
  #wpcf7cpcnf table tr {
    display: block;
    width: 100%;
  }
  #wpcf7cpcnf table tr + tr {
    border-top: none;
  }
  #wpcf7cpcnf table tr th,
  #wpcf7cpcnf table tr td {
    display: block;
    width: 100%;
  }
  #wpcf7cpcnf table tr th {
    padding-bottom: 10px;
  }
  #wpcf7cpcnf table tr td {
    padding-top: 0;
  }
  #wpcf7cpcnf .wpcf7cp-btns {
    gap: 10px;
  }
}

.mod-single {
  border-top: 1px solid #ddd;
}
.mod-single .single-head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 50px;
  padding: 5px 0 5px 15px;
}
.mod-single .single-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 9999px;
  background: #78E0EA;
  background: linear-gradient(0deg, rgb(120, 224, 234) 0%, rgb(125, 231, 229) 100%);
}
.mod-single .single-head::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.mod-single .single-head .info {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}
.mod-single .single-head .info .time {
  font-size: 15px;
  font-size: 0.9375rem;
}
.mod-single .single-head .title {
  font-size: 16px;
  font-size: 1rem;
}
.mod-single .single-head .date {
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-single .single-body {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #174350;
  word-break: break-all;
}
.mod-single .single-body .eyecatch {
  margin-bottom: 20px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.mod-single .single-body figure {
  margin: 0;
}
.mod-single .single-body * + p, .mod-single .single-body * + figure, .mod-single .single-body * + .wp-block-file, .mod-single .single-body * + .wp-block-code, .mod-single .single-body * + h1, .mod-single .single-body * + h2, .mod-single .single-body * + h3, .mod-single .single-body * + h4, .mod-single .single-body * + h5, .mod-single .single-body * + h6 {
  margin-top: 1.7rem;
}
.mod-single .single-body p {
  margin-bottom: 0;
}
.mod-single .single-body p + p, .mod-single .single-body p + .wp-block-code {
  margin-top: 0.7rem;
}
.mod-single .single-body h1 {
  font-size: 146.6666666667%;
}
.mod-single .single-body h2 {
  font-size: 137.3333333333%;
}
.mod-single .single-body h3 {
  font-size: 128%;
}
.mod-single .single-body h4 {
  font-size: 118.6666666667%;
}
.mod-single .single-body h5 {
  font-size: 109.3333333333%;
}
.mod-single .single-body h6 {
  font-size: 100%;
}
.mod-single .single-body h1,
.mod-single .single-body h2,
.mod-single .single-body h3,
.mod-single .single-body h4,
.mod-single .single-body h5,
.mod-single .single-body h6 {
  font-weight: bold;
}
.mod-single .single-body h1 + *,
.mod-single .single-body h2 + *,
.mod-single .single-body h3 + *,
.mod-single .single-body h4 + *,
.mod-single .single-body h5 + *,
.mod-single .single-body h6 + * {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .mod-single {
    background-color: #F0F8FF;
    border-top: none;
  }
  .mod-single .single-inner {
    background-color: #fff;
    border-radius: 10px;
    margin-inline: auto;
    padding: clamp(50px, 70 / 1440 * 100vw, 70px) clamp(50px, 100 / 1440 * 100vw, 120px);
  }
  .mod-single .single-head {
    gap: 10px;
    margin-bottom: 80px;
    padding-left: 26px;
  }
  .mod-single .single-head::before {
    width: 6px;
  }
  .mod-single .single-head::after {
    bottom: -30px;
  }
  .mod-single .single-head .info .time {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .mod-single .single-head .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .mod-single .single-head .date {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-single .single-body {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .mod-single .single-body h1 {
    font-size: 177.7777777778%;
  }
  .mod-single .single-body h2 {
    font-size: 162.2222222222%;
  }
  .mod-single .single-body h3 {
    font-size: 146.6666666667%;
  }
  .mod-single .single-body h4 {
    font-size: 131.1111111111%;
  }
  .mod-single .single-body h5 {
    font-size: 115.5555555556%;
  }
  .mod-single .single-body h6 {
    font-size: 100%;
  }
  .mod-single .single-body .eyecatch {
    margin-bottom: 30px;
  }
}

/* =============================================================================
   キービジュアル
========================================================================== */
.kv {
  position: relative;
  z-index: 1;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .kv {
    display: flex;
    margin-bottom: 4.2361111111vw;
  }
}

.kv-nav {
  position: relative;
  display: none;
}
@media screen and (min-width: 769px) {
  .kv-nav {
    display: block;
    padding-top: 30px;
    padding-left: 6.9444444444vw;
    width: 31.1111111111vw;
  }
  .kv-nav .site-brand {
    position: relative;
    z-index: 11;
    aspect-ratio: 167/231;
    margin-bottom: 4.5833333333vw;
    width: 11.5972222222vw;
    min-width: 140px;
  }
  .kv-nav .site-brand a {
    display: block;
    text-decoration: none;
  }
  .kv-nav .site-brand a .site-brand__logo {
    display: block;
    width: 100%;
  }
  .kv-nav .site-brand a:hover {
    opacity: 0.8;
  }
  .kv-nav .side-nav .side-nav__list .side-nav__item {
    margin-bottom: 16px;
  }
  .kv-nav .side-nav .side-nav__list .side-nav__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    color: #174350;
  }
  .kv-nav .side-nav .side-nav__list .side-nav__item a .icon-arrow {
    width: 22px;
    height: 22px;
  }
  .kv-nav .side-nav .side-nav__list.u-sub-nav {
    margin-top: 2.7777777778vw;
  }
  .kv-nav .side-nav .side-nav__list.u-sub-nav .side-nav__item a {
    font-size: 16px;
    font-size: 1rem;
  }
  .kv-nav .side-nav .side-nav__list.u-sub-nav .side-nav__item a .icon-pin {
    width: 16px;
    height: 20px;
  }
}

.kv-img {
  position: relative;
  margin-top: 22px;
  padding: 0 30px;
  width: 100%;
}
.kv-img .kv-slider-wrap {
  position: relative;
  aspect-ratio: 315/268;
  padding: 3.7333333333vw 3.7333333333vw 0 0;
}
.kv-img .kv-slider-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 3.7333333333vw);
  height: calc(100% - 3.7333333333vw);
  border-radius: 5px;
  background-image: url("../img/bg_color.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.kv-img .kv-slider-wrap .kv-title {
  display: none;
}
.kv-img .kv-slider-wrap .kv-copy {
  position: absolute;
  top: 1.3333333333vw;
  right: 6.1333333333vw;
  z-index: 2;
  writing-mode: vertical-rl;
}
.kv-img .kv-slider-wrap .kv-copy .catchcopy span {
  white-space: nowrap;
  display: block;
  margin-left: 4px;
  padding: 5px 0px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 2px;
  background-color: #fff;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #174350;
}
.kv-img .kv-slider-wrap .kv-copy .catchcopy span.park-name {
  background-color: #174350;
  color: #fff;
}
.kv-img .kv-slider-wrap .kv-copy .catchcopy span:nth-child(2) {
  margin-top: 10.1333333333vw;
  margin-left: 4px;
}
.kv-img .kv-slider-wrap .kv-copy .catchcopy span:nth-child(3) {
  margin-top: 16.8vw;
  margin-left: 0;
  font-size: 12px;
  font-size: 3.2vw;
}
.kv-img .kv-slider-wrap .kv-seaside-park {
  position: absolute;
  bottom: -8vw;
  right: -4vw;
  z-index: 5;
}
.kv-img .kv-slider-wrap .kv-seaside-park img {
  display: block;
  width: 53.8666666667vw;
}
.kv-img .kv-slider {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.kv-img .kv-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.kv-img .kv-slider .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kv-img .kv-slider .swiper-slide .slide-content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.kv-img .kv-slider .swiper-slide .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.kv-img .kv-slider .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv-img .kv-slider .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 769px) {
  .kv-img {
    flex: 1;
    width: 68.8888888889vw;
    margin-top: 112px;
    padding: 0;
  }
  .kv-img .kv-slider-wrap {
    position: relative;
    aspect-ratio: 852/592;
    padding: 2.0833333333vw 2.0833333333vw 0 0;
    width: 59.1666666667vw;
  }
  .kv-img .kv-slider-wrap:after {
    width: calc(100% - 2.0833333333vw);
    height: calc(100% - 2.0833333333vw);
    border-radius: 10px;
  }
  .kv-img .kv-slider-wrap .kv-title {
    position: absolute;
    top: 50%;
    right: -5.625vw;
    z-index: 1;
    transform: translateY(-50%);
    display: block;
    writing-mode: vertical-rl;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    font-size: 1.1111111111vw;
    letter-spacing: 0.1em;
  }
  .kv-img .kv-slider-wrap .kv-copy {
    position: absolute;
    top: 1.3888888889vw;
    right: 7.0138888889vw;
    z-index: 2;
    writing-mode: vertical-rl;
  }
  .kv-img .kv-slider-wrap .kv-copy .catchcopy span {
    white-space: nowrap;
    display: block;
    margin-left: 4px;
    padding: 10px 5px;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 3px;
    background-color: #fff;
    font-size: 37px;
    font-size: 2.5694444444vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #174350;
  }
  .kv-img .kv-slider-wrap .kv-copy .catchcopy span.park-name {
    background-color: #174350;
    color: #fff;
  }
  .kv-img .kv-slider-wrap .kv-copy .catchcopy span:nth-child(2) {
    margin-top: 4.8611111111vw;
    margin-left: 10px;
  }
  .kv-img .kv-slider-wrap .kv-copy .catchcopy span:nth-child(3) {
    margin-top: 8.3333333333vw;
    margin-left: 0;
    font-size: 20px;
    font-size: 1.3888888889vw;
  }
  .kv-img .kv-slider-wrap .kv-seaside-park {
    position: absolute;
    bottom: -4.8611111111vw;
    right: -1.25vw;
    z-index: 5;
  }
  .kv-img .kv-slider-wrap .kv-seaside-park img {
    display: block;
    width: 35.3472222222vw;
  }
  .kv-img .kv-slider .swiper-slide .slide-content {
    border-radius: 10px;
  }
}

/* =============================================================================
   ハンバーガーメニュー
========================================================================== */
.hamburger {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 20;
}
.hamburger .hamburger__button {
  transition: opacity 0.3s ease;
  width: 50px;
  height: 50px;
  background-color: #53BDDE;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.hamburger .hamburger__button .hamburger__icon {
  width: 26px;
  height: 16px;
}
.hamburger .hamburger__button:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .hamburger {
    top: 20px;
    right: 20px;
  }
  .hamburger .hamburger__button {
    width: 90px;
    height: 90px;
  }
  .hamburger .hamburger__button .hamburger__icon {
    width: 42px;
    height: 25.7px;
  }
}

/* =============================================================================
   ドロワーメニュー
========================================================================== */
.drawer-menu {
  transition: 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100vh;
  background-color: rgba(23, 67, 80, 0.9);
  opacity: 0;
  visibility: hidden;
}
.drawer-menu .drawer-menu__inner {
  transition: 0.6s;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 490px;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.drawer-menu .drawer-menu__inner .site-brand--horizontal {
  display: block;
  margin: 6px 10px 36px;
  width: 100%;
  max-width: 179px;
}
.drawer-menu .drawer-menu__inner .btn-close {
  transition: opacity 0.3s ease;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.drawer-menu .drawer-menu__inner .btn-close::before, .drawer-menu .drawer-menu__inner .btn-close::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 17.5px;
  height: 2.5px;
  margin: auto;
  border-radius: 9999px;
  background-color: #000;
}
.drawer-menu .drawer-menu__inner .btn-close::before {
  transform: rotate(45deg);
}
.drawer-menu .drawer-menu__inner .btn-close::after {
  transform: rotate(-45deg);
}
.drawer-menu .drawer-menu__inner .btn-close:hover {
  opacity: 0.5;
}
.drawer-menu .drawer-menu__inner .com-select {
  display: block;
  margin-top: 30px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.drawer-menu .drawer-menu__inner .drawer-nav {
  padding-inline: 30px;
}
.drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list:not(.u-sub-nav) .drawer-nav__item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list:not(.u-sub-nav) .drawer-nav__item:first-child {
  padding-top: 12px;
  border-top: 1px solid #ddd;
}
.drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list:not(.u-sub-nav) .drawer-nav__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
  color: #174350;
}
.drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list:not(.u-sub-nav) .drawer-nav__item a .icon-arrow {
  width: 22px;
  height: 22px;
}
.drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item {
  max-width: 160px;
  flex: 1;
}
.drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 9999px;
  border: 1px solid #ccc;
  text-align: center;
}
.drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item a .icon-pin {
  width: 16px;
  height: 20px;
}
.drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item a .icon-map {
  width: 18px;
  height: 18px;
}
.is-open .drawer-menu {
  opacity: 1;
  visibility: visible;
}
.is-open .drawer-menu .drawer-menu__inner {
  right: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .drawer-menu .drawer-menu__inner .site-brand--horizontal {
    display: block;
    margin: 27.5px 10px 50px;
    width: 100%;
    max-width: 277px;
  }
  .drawer-menu .drawer-menu__inner .btn-close {
    top: 35px;
    right: 35px;
    width: 60px;
    height: 60px;
  }
  .drawer-menu .drawer-menu__inner .btn-close::before, .drawer-menu .drawer-menu__inner .btn-close::after {
    width: 21px;
    height: 3px;
  }
  .drawer-menu .drawer-menu__inner .drawer-nav {
    padding-inline: 30px;
  }
  .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list:not(.u-sub-nav) .drawer-nav__item a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list:not(.u-sub-nav) .drawer-nav__item a .icon-arrow {
    width: 26px;
    height: 26px;
  }
  .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav {
    margin-top: 30px;
  }
  .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item {
    max-width: 194px;
  }
  .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 9999px;
    border: 1px solid #ccc;
    text-align: center;
  }
  .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item a .icon-pin {
    width: 16px;
    height: 20px;
  }
  .drawer-menu .drawer-menu__inner .drawer-nav .drawer-nav__list.u-sub-nav .drawer-nav__item a .icon-map {
    width: 18px;
    height: 18px;
  }
}

/* =============================================================================
   HOME NEWS
========================================================================== */
.home #news .col2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home #news .col2 .heading {
  margin-bottom: 20px;
}
.home #news .col2 .content .mod-archive_news + .com-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
.home #news .col2 .content .mod-archive_news + .com-btn .icon-arrow {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 769px) {
  .home #news .col2 {
    flex-direction: row;
  }
  .home #news .col2 .heading {
    margin-bottom: 0;
    width: 27.42%;
  }
  .home #news .col2 .content {
    width: 72.58%;
  }
  .home #news .col2 .content .mod-archive_news + .com-btn {
    gap: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =============================================================================
   HOME ABOUT
========================================================================== */
.home #about .content {
  position: relative;
  margin-top: 10.9333333333vw;
}
.home #about .content .about-img1 {
  position: absolute;
  top: -5.3333333333vw;
  right: 0;
  padding: 3.2vw 3.2vw 0 0;
  width: -moz-fit-content;
  width: fit-content;
}
.home #about .content .about-img1 span {
  display: block;
  aspect-ratio: 103/96;
  width: 27.4666666667vw;
  background-image: url("../img/img_about01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.home #about .content .about-img1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 85/57;
  width: 22.6666666667vw;
  background-image: url("../img/bg_color.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  z-index: -1;
}
.home #about .content .about-img2 {
  display: none;
}
.home #about .content .about-wrapper .about-heading {
  margin-bottom: 4.8vw;
}
.home #about .content .about-wrapper .about-heading .img {
  display: block;
  aspect-ratio: 330/52;
  width: 43.2vw;
  padding: 3px 15px;
  border: 1px solid #707070;
}
.home #about .content .about-wrapper .about-heading .txt {
  display: block;
  margin-top: 10px;
  padding-inline: 5px;
  font-size: 18px;
  font-size: 4.8vw;
}
.home #about .content .about-wrapper .about-body p {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2142857143;
}
.home #about .content .about-wrapper .about-body .com-btn {
  margin-top: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .home #about .content {
    margin-top: -40px;
  }
  .home #about .content .about-img1 {
    position: absolute;
    top: clamp(80px, 220 / 1440 * 100vw, 220px);
    left: 0;
    padding: 30px 30px 0 0;
  }
  .home #about .content .about-img1 span {
    aspect-ratio: 252/236;
    width: 17.5vw;
    max-width: 252px;
    border-radius: 10px;
  }
  .home #about .content .about-img1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 210/140;
    width: 14.5833333333vw;
    max-width: 210px;
    background-image: url("../img/bg_color.jpg");
    border-radius: 10px;
  }
  .home #about .content .about-img2 {
    display: block;
    position: absolute;
    top: -1.3888888889vw;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home #about .content .about-img2 span {
    display: block;
    aspect-ratio: 466/352;
    width: 32.3611111111vw;
    max-width: 466px;
    background-image: url("../img/img_about02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  .home #about .content .about-img2::after {
    content: "";
    position: absolute;
    top: clamp(100px, 301 / 1440 * 100vw, 301px);
    left: 45px;
    aspect-ratio: 210/140;
    width: 14.5833333333vw;
    max-width: 210px;
    background-image: url("../img/bg_color.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    z-index: -1;
  }
  .home #about .content .about-wrapper {
    margin-left: clamp(20px, 270 / 1440 * 100vw, 300px);
  }
  .home #about .content .about-wrapper .about-heading {
    margin-bottom: clamp(20px, 40 / 1440 * 100vw, 40px);
  }
  .home #about .content .about-wrapper .about-heading .img {
    width: 22.9166666667vw;
    max-width: 330px;
  }
  .home #about .content .about-wrapper .about-heading .img img {
    width: 100%;
  }
  .home #about .content .about-wrapper .about-heading .txt {
    font-size: clamp(20px, 40 / 1440 * 100vw, 40px);
  }
  .home #about .content .about-wrapper .about-body {
    width: 339px;
    margin-left: clamp(10px, 85 / 1440 * 100vw, 85px);
  }
  .home #about .content .about-wrapper .about-body p {
    margin-bottom: 35px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.2352941176;
  }
  .home #about .content .about-wrapper .about-body .com-btn {
    margin-top: 40px;
    margin-inline: 0;
  }
}

/* =============================================================================
   HOME EVENT
========================================================================== */
.home #event .lead {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2142857143;
}
.home #event .content .com-btn {
  margin-top: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .home #event .lead {
    margin-bottom: 60px;
    text-align: center;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.2352941176;
  }
  .home #event .content .com-btn {
    margin-top: 50px;
  }
}

/* =============================================================================
   HOME INSTAGRAM
========================================================================== */
@media screen and (min-width: 769px) {
  .home #instagram.com-section {
    padding: 60px 0;
  }
}
.home #instagram .instagram-banner {
  display: block;
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .home #instagram .instagram-banner {
    max-width: 500px;
  }
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.sticky{
  position: sticky;
}
.mt-3{
  margin-top: 0.75rem;
}
.block{
  display: block;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.p-4{
  padding: 1rem;
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  .md\:p-8{
    padding: 2rem;
  }
}

@media (min-width: 1024px){
  .lg\:ml-3{
    margin-left: 0.75rem;
  }
  .lg\:inline{
    display: inline;
  }
}

/*# sourceMappingURL=style.css.map */