@charset "UTF-8";
/* 基本 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  position: relative;
  overflow: hidden;
}

p strong {
  font-weight: 600;
}

img {
  max-width: 100%;
}

:link {
  color: #37AFE3;
}

:visited {
  color: #841faf;
}

a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover > img, a:active > img {
  opacity: 0.6;
}

/* entry-content */
.entry-content {
  max-width: 960px;
  margin: 80px auto 120px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .entry-content {
    margin: 40px auto 60px;
    font-size: 1.3rem;
  }
}

/* 固定ページ */
.page {
  background-color: #1C4F90;
  background-image: url(../image/bg_page.jpg);
  background-size: auto;
  background-repeat: repeat;
}
.page main {
  padding: 0 20px;
}
.page .entry-content {
  position: relative;
  width: min(100%, 940px);
  margin: 200px auto 260px;
  padding: 40px 80px;
  background-color: #fff;
  background-size: contain;
  background-repeat: repeat-y;
}
.page .entry-content::before {
  content: "";
  position: absolute;
  top: max(-16vw + 20px, -150px);
  left: -3.8%;
  width: 107%;
  aspect-ratio: 6.1533;
  background-image: url(../image/bg_page-top.png);
  background-size: 100%;
}
.page .entry-content::after {
  content: "";
  position: absolute;
  bottom: max(-16.5vw + 20px, -160px);
  left: -3.2%;
  width: 107%;
  aspect-ratio: 6.1533;
  background-image: url(../image/bg_page-top.png);
  background-size: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page__bg-front {
  position: absolute;
  top: 300px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 999%;
  background-image: url(../image/bg_page-front.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
.page .page-title {
  width: min(100%, 940px);
  margin: 200px auto 60px;
}
.page .page-title h1 {
  font-family: "Inria Serif", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.page .page-title h1 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 37.5%;
}
@media screen and (max-width: 767px) {
  .page .entry-content {
    margin: 80px auto 120px;
    padding: 60px 20px;
  }
  .page .page-title {
    margin: 100px auto 20px;
  }
  .page .page-title h1 {
    font-size: 3.2rem;
  }
  .page__bg-front {
    top: 200px;
    background-image: url(../image/bg_home-concept-front-sp.png);
  }
}

/* ページタイトル */
.page-title {
  font-size: 6.4rem;
  font-family: "";
  color: #fff;
}
.page-title span {
  display: block;
  font-size: 26%;
  font-family: "";
}

.wp-block-lazyblock-h2-en {
  margin: 100px auto 40px;
}
.wp-block-lazyblock-h2-en:first-child {
  margin-top: 0;
}

.h2-en {
  margin: 0;
  text-align: center;
  font-family: "Island Moments", cursive;
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #1C4F90;
}
.h2-en span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 26%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .h2-en {
    font-size: 4.8rem;
    line-height: 0.96;
  }
  .h2-en span {
    margin-top: 0.8em;
    font-size: 33%;
  }
}

/* GoogleMap埋め込み */
.googlemap iframe {
  width: 100%;
  max-height: 100%;
}

/* パスワード保護 */
.post-password-form p {
  margin-bottom: 2em;
}
.post-password-form label, .post-password-form input {
  font-size: 1.2em;
}
.post-password-form label::before {
  content: "\f023";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #AAAAAA;
}
.post-password-form input[type=password] {
  margin: 0 0.25em;
  padding: 5px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.post-password-form input[type=submit] {
  padding: 5px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  background: #F8F8F8;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:active {
  border-color: #AAAAAA;
  background: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .post-password-form input[type=password] {
    margin: 0.25em 0 0.5em;
    max-width: 100%;
  }
}

.entry-content {
  /* 段落 */
  /* 通常見出し */
  /* 通常リスト */
}
.entry-content p {
  margin: 0 0 1.5em;
  line-height: 2;
  letter-spacing: 0.05em;
}
.entry-content h2.wp-block-heading {
  margin: 100px 0 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.4;
  color: #1C4F90;
}
.entry-content h2.wp-block-heading small {
  font-size: 60%;
}
.entry-content h3.wp-block-heading {
  margin: 100px 0 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.6;
}
.entry-content h4.wp-block-heading {
  margin: 40px 0 20px;
  font-size: 2rem;
  color: #1C4F90;
}
.entry-content h5.wp-block-heading {
  margin: 20px 0 10px;
  color: #AAAAAA;
}
.entry-content .wp-block-column > .wp-block-heading:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .entry-content p {
    text-align: left !important;
  }
  .entry-content h2.wp-block-heading {
    margin: 60px 0 20px;
    font-size: 2rem;
    text-align: center;
  }
  .entry-content h3.wp-block-heading {
    margin: 30px 0 15px;
    font-size: 2.2rem;
    text-align: center;
  }
  .entry-content h4.wp-block-heading {
    font-size: 1.4rem;
  }
}
.entry-content ul:not([class]),
.entry-content .wp-block-list {
  margin: 20px 0 20px 20px;
}
.entry-content ul:not([class]) li,
.entry-content .wp-block-list li {
  margin-bottom: 0.5em;
}
.entry-content ul:not([class]) li::marker,
.entry-content .wp-block-list li::marker {
  color: #1C4F90;
}
.entry-content ul.list-none {
  list-style: none;
}

/* ボタン */
.wp-block-buttons {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btn,
.wp-block-button__link {
  display: inline-block;
  min-width: 180px;
  margin: 0 0 1.5em;
  padding: 0.8em 2.4em;
  border-radius: 0;
  background: #1C4F90;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn::after,
.wp-block-button__link::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 70%;
  font-weight: 900;
  position: relative;
  top: -0.15em;
  margin-left: 1em;
}
.btn:hover, .btn:active,
.wp-block-button__link:hover,
.wp-block-button__link:active {
  opacity: 0.7;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.btn.white,
.wp-block-button__link.white {
  background: #fff;
  color: #1C4F90;
}
.btn._back,
.wp-block-button__link._back {
  width: min(90%, 280px);
  border: 1px solid #1C4F90;
  background: #fff;
  font-size: 1.6rem;
  color: #1C4F90;
}
.btn._back::after,
.wp-block-button__link._back::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn._back,
  .wp-block-button__link._back {
    font-size: 1.2rem;
    width: min(90%, 220px);
  }
}

/* テーブル */
.wp-block-table,
.wp-block-flexible-table-block-table {
  margin: 60px 0;
}
.wp-block-table table,
.wp-block-flexible-table-block-table table {
  font-size: 90%;
  line-height: 1.6;
}
.wp-block-table table tr th,
.wp-block-flexible-table-block-table table tr th {
  font-weight: 500;
  color: #1C4F90;
}
.wp-block-table table tr td,
.wp-block-flexible-table-block-table table tr td {
  font-weight: 400;
}
.wp-block-table table tr th:first-child, .wp-block-table table tr th:first-of-type, .wp-block-table table tr td:first-child, .wp-block-table table tr td:first-of-type,
.wp-block-flexible-table-block-table table tr th:first-child,
.wp-block-flexible-table-block-table table tr th:first-of-type,
.wp-block-flexible-table-block-table table tr td:first-child,
.wp-block-flexible-table-block-table table tr td:first-of-type {
  border-left-width: 0;
}
.wp-block-table table tr th:last-child, .wp-block-table table tr th:last-of-type, .wp-block-table table tr td:last-child, .wp-block-table table tr td:last-of-type,
.wp-block-flexible-table-block-table table tr th:last-child,
.wp-block-flexible-table-block-table table tr th:last-of-type,
.wp-block-flexible-table-block-table table tr td:last-child,
.wp-block-flexible-table-block-table table tr td:last-of-type {
  border-right-width: 0;
}
.wp-block-table table thead > tr th:nth-child(n),
.wp-block-flexible-table-block-table table thead > tr th:nth-child(n) {
  background: #1C4F90;
  color: #fff;
}
.wp-block-table table tfoot > tr th:nth-child(n), .wp-block-table table tfoot > tr td:nth-child(n),
.wp-block-flexible-table-block-table table tfoot > tr th:nth-child(n),
.wp-block-flexible-table-block-table table tfoot > tr td:nth-child(n) {
  border-top-style: double;
  border-top-width: 3px;
}
.wp-block-table figcaption,
.wp-block-flexible-table-block-table figcaption {
  margin-top: 1em;
  text-align: center;
  font-weight: 300;
}
.wp-block-table.is-style-stripes table tr th:not(:last-child), .wp-block-table.is-style-stripes table tr td:not(:last-child),
.wp-block-flexible-table-block-table.is-style-stripes table tr th:not(:last-child),
.wp-block-flexible-table-block-table.is-style-stripes table tr td:not(:last-child) {
  border-right-width: 1px;
}

@media screen and (max-width: 767px) {
  .wp-block-table table.is-stacked-on-mobile tr,
  .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr {
    border-bottom: 1px solid #d9d9d9;
  }
  .wp-block-table table.is-stacked-on-mobile tr th, .wp-block-table table.is-stacked-on-mobile tr td,
  .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th,
  .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td {
    padding: 0 20px;
    margin: 20px 0;
    text-align: center;
  }
  .wp-block-table table.is-stacked-on-mobile tr th:nth-child(n), .wp-block-table table.is-stacked-on-mobile tr td:nth-child(n),
  .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th:nth-child(n),
  .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td:nth-child(n) {
    border-width: 0;
  }
  .wp-block-table table.is-stacked-on-mobile tr:first-child,
  .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr:first-child {
    border-top: 1px solid #d9d9d9;
  }
}
/* カラム */
.wp-block-columns.is-layout-flex {
  margin: 80px auto;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.is-layout-flex {
    margin: 40px auto 60px;
    gap: 20px;
  }
}

body:has(#wpadminbar) header {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  body:has(#wpadminbar) header {
    margin-top: 46px;
  }
}
body {
  position: relative;
}

header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100% - 60px, 1400px);
  margin: 0 auto;
  padding: 20px 30px 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.05));
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__nav__list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__nav__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav__list ul a {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav__list ul a span {
  display: block;
  margin-top: 0.5em;
  font-size: 75%;
  letter-spacing: 0.1em;
  color: #1C4F90;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav__list ul a:hover, .header__nav__list ul a:active {
  color: #1C4F90;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.header__nav__list ul a:hover span, .header__nav__list ul a:active span {
  opacity: 0.6;
}
.header__nav__list ul .menu-item__online a {
  padding: 0.6em 1.2em;
  border-radius: 999px;
  background: #1C4F90;
  color: #fff;
}

.header__hamburger {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px 10px 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__hamburger__open {
  width: 20px;
}
.header__hamburger__close {
  width: 20px;
  display: none;
}

/* SPメニュー */
.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.9);
  backdrop-filter: blur(15px);
  overflow-y: scroll;
}
.sp-menu a {
  color: #222222;
  text-decoration: none;
}
.sp-menu .footer__inner {
  padding: 60px 40px;
}

body.sp-menu__open {
  overflow: hidden;
}
body.sp-menu__open header {
  background: none;
  backdrop-filter: none;
  -webkit-filter: none;
          filter: none;
}
body.sp-menu__open .header__logo img {
  display: none;
}
body.sp-menu__open .header__hamburger__open {
  display: none;
}
body.sp-menu__open .header__hamburger__close {
  display: block;
}

@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    top: 0;
    width: 100%;
    padding: 10px 20px;
    border-radius: 0;
    background: none;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  header.scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-filter: none;
            filter: none;
  }
  .header__nav {
    display: none;
  }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
footer a:link,
footer a:visited {
  text-decoration: none;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 60px;
}

.footer__nav ul {
  list-style: none;
}
.footer__nav ul li a {
  display: inline-block;
  padding: 0.15em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #222222;
}
.footer__nav ul li a:hover, .footer__nav ul li a:active {
  opacity: 0.6;
}
.footer__nav ul li:not(:last-child) {
  margin-right: 10px;
}
.footer__nav ul li.menu-item-has-children > a[href="#"] {
  display: none;
}

.footer__info__about {
  font-size: 1.2rem;
  line-height: 2;
}
.footer__info__about strong {
  font-size: 1.6rem;
  font-weight: 400;
}
.footer__info__logo {
  margin-bottom: 20px;
}
.footer__info__sns {
  margin-top: 40px;
}
.footer__info__sns strong {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer__info__sns ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.footer__info__sns ul li img {
  width: 1.2em;
}

.footer__copyright {
  margin-top: 10px;
  padding: 10px 20px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .sp-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    max-width: 520px;
  }
  .footer__nav {
    margin: 0 0 30px;
  }
  .footer__nav__btns ul li a {
    font-size: 1.2rem;
  }
  .footer__info__address {
    font-size: 1.2rem;
  }
  .footer__copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479px) {
  .footer__nav .menu {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer__nav .menu > li > a {
    display: block;
    padding: 1em;
    text-align: center;
  }
  .footer__nav .menu > li:not(:last-child) {
    margin-right: 0;
  }
  .footer__nav .menu > li:not(.footer__nav__btns) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer__nav__btns ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .footer__nav__btns ul li {
    width: 100%;
  }
  .footer__nav__btns ul li:not(:last-child) {
    margin-right: 0;
  }
  .footer__nav__btns ul li a {
    display: block;
    padding: 1em 0.5em;
    text-align: center;
  }
  .footer__nav__btns ul li.footer__nav__enterprise, .footer__nav__btns ul li.footer__nav__worker {
    width: calc((100% - 10px) / 2);
  }
}
.home-mv {
  position: relative;
  height: 100dvh;
  max-height: 1200px;
}
.home-mv__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-mv__read {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  width: min(90%, 1300px);
  margin: 0 auto;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 300;
}
.home-mv__read__logo {
  margin-bottom: 12px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.home-mv__read__logo img {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .home-mv__read {
    bottom: 40px;
    width: calc(100% - 80px);
  }
  .home-mv__read__logo {
    margin-bottom: 24px;
  }
  .home-mv__read__logo img {
    width: 9.2rem;
  }
  .home-mv__read__txt {
    font-size: 1.2rem;
  }
}

.home-about {
  margin: 100px auto;
}
.home-about__inner {
  display: grid;
  gap: 20px 80px;
  grid-template-rows: auto 1fr;
  max-width: calc(50% + 600px);
  width: calc(100% - 60px);
  margin: 0 auto 0 0;
}
.home-about__inner h2 {
  grid-row: 1;
  grid-column: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 200;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .home-about__inner h2 {
    font-size: 2.8rem;
  }
}
.home-about__inner__img {
  grid-row: 1/3;
  grid-column: 1;
}
.home-about__inner__img img {
  width: 100%;
}
.home-about__inner__txt {
  grid-row: 2;
  grid-column: 2;
}
.home-about__inner__txt p {
  margin-bottom: 1.5em;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
.home-about__recommend {
  width: min(90%, 940px);
  margin: 80px auto;
}
.home-about__recommend h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #1C4F90;
}
.home-about__recommend h3::before {
  content: "";
}
.home-about__recommend h3::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin-left: 1em;
  border-bottom: 1px solid #1C4F90;
}
.home-about__recommend ul {
  margin: 40px 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.home-about__recommend ul img {
  -webkit-filter: drop-shadow(4px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 2px 3px rgba(0, 0, 0, 0.3));
}
.home-about__recommend ul span {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .home-about {
    margin: 60px auto;
  }
  .home-about__inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .home-about__inner h2 {
    margin-bottom: 20px;
  }
  .home-about__inner__txt {
    padding: 20px;
  }
  .home-about__recommend {
    margin-top: 20px;
  }
  .home-about__recommend ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 20px;
    margin: 30px 20px;
  }
  .home-about__recommend ul li {
    width: calc((100% - 20px) / 2);
    text-align: center;
  }
  .home-about__recommend ul img {
    max-width: 110px;
  }
  .home-about__recommend ul span {
    font-size: 1rem;
  }
}

.home-concept {
  position: relative;
  overflow: hidden;
  margin: 140px 0;
  background-color: #1C4F90;
  background-image: url(../image/bg_page.jpg);
  background-size: auto;
  background-repeat: repeat;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}
.home-concept h2 {
  margin-bottom: 40px;
  line-height: 1.4;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.home-concept h2 span {
  display: block;
  font-family: "Island Moments", cursive;
  font-size: 4.2em;
  letter-spacing: 0.05em;
}
.home-concept p {
  margin-bottom: 2em;
  line-height: 2.4;
  font-family: "Noto Serif JP", serif;
}
.home-concept .btn {
  margin-top: 1.5em;
}
.home-concept__inner {
  position: relative;
  z-index: 1;
}
.home-concept__bg-front {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 999%;
  background-image: url(../image/bg_home-concept-front.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .home-concept {
    margin: 80px 0;
  }
  .home-concept h2 {
    line-height: 0.9;
  }
  .home-concept h2 span {
    margin-top: 10px;
  }
  .home-concept p {
    font-size: 1.4rem;
    line-height: 2.8;
  }
}
@media screen and (max-width: 479px) {
  .home-concept__bg-front {
    background-image: url(../image/bg_home-concept-front-sp.png);
  }
}

.home-store {
  margin: 100px 0;
}
.home-store__inner {
  display: grid;
  gap: 20px 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 350px 1fr;
  max-width: 770px;
  margin: 0 auto;
}
.home-store__inner h2 {
  grid-row: 1;
  grid-column: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 200;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .home-store__inner h2 {
    font-size: 2.8rem;
  }
}
.home-store__inner__img {
  grid-row: 1/3;
  grid-column: 1;
}
.home-store__inner__img img {
  width: 100%;
}
.home-store__inner__txt {
  grid-row: 2;
  grid-column: 2;
}
.home-store__inner__txt p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .home-store {
    margin: 60px 0;
  }
  .home-store__inner {
    display: block;
    padding: 0 20px;
    text-align: center;
  }
  .home-store__inner h2 {
    margin-bottom: 20px;
  }
  .home-store__inner__img {
    margin-bottom: 10px;
  }
}

.home-line {
  width: min(100% - 40px, 1200px);
  margin: 110px auto;
  padding: 60px min(50% - 480px, 140px);
  border-radius: 30px;
  background: #85E167;
  color: #fff;
}
.home-line__inner {
  display: grid;
  gap: 20px 10%;
  grid-template-rows: auto 1fr;
}
.home-line__img {
  grid-row: 1/3;
  grid-column: 1;
  margin-bottom: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home-line__img img {
  display: block;
  max-width: 100%;
}
.home-line__title {
  grid-row: 1;
  grid-column: 2;
}
.home-line__title h2 {
  margin: 0;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.home-line__title h2 img {
  width: 1.4em;
  margin-right: 0.3em;
  vertical-align: text-top;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.home-line__txt {
  grid-row: 2;
  grid-column: 2;
}
.home-line__txt p {
  margin-bottom: 20px;
  line-height: 2;
}
.home-line__btn {
  display: inline-block;
  width: min(100%, 300px);
  margin-top: 20px;
  padding: 0.6em 1.2em;
  border-radius: 5px;
  background: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #85E167;
  text-decoration: none;
}
.home-line__btn__wrp {
  text-align: center;
}
.home-line__qr {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
.home-line__qr__img {
  width: min(90%, 480px);
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .home-line {
    width: 100%;
    margin: 100px 0;
    padding: 60px 40px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-line {
    margin: 60px 0;
    border-radius: 0;
  }
  .home-line__inner {
    gap: 40px 20px;
    max-width: 440px;
    margin: 0 auto;
  }
  .home-line__img {
    grid-row: 1;
    grid-column: 2;
    margin-bottom: 0;
  }
  .home-line__img img {
    width: min(100%, 160px);
  }
  .home-line__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-row: 1;
    grid-column: 1;
  }
  .home-line__title h2 {
    font-size: 3rem;
  }
  .home-line__title h2 img {
    display: block;
    width: 2.4em;
    margin: 0 0 0.2em 1em;
  }
  .home-line__txt {
    grid-row: 2;
    grid-column: 1/3;
  }
}

.home-insta {
  width: min(100% - 20px, 940px);
  margin: 120px auto;
}
.home-insta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.home-insta__head__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.home-insta__head__account__txt p {
  line-height: 1;
  letter-spacing: 0.05em;
}
.home-insta__head__account__txt a {
  display: block;
  margin: 15px 0;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(30deg, #FFD600, #FF7A00, #FF0069, #D300C5, #7638FA);
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-insta__head__account__txt a:hover, .home-insta__head__account__txt a:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
@media screen and (max-width: 767px) {
  .home-insta {
    margin: 80px auto;
  }
  .home-insta__head__logo {
    width: 110px;
  }
  .home-insta__head__account {
    font-size: 1rem;
    gap: 10px;
  }
  .home-insta__head__account__icn {
    width: 42px;
  }
  .home-insta__head__account__txt p {
    letter-spacing: 0.05em;
  }
  .home-insta__head__account__txt a {
    margin: 6px 0;
    padding: 1px 6px;
    border-radius: 3px;
  }
}

.home-online {
  margin: 100px 20px;
  text-align: center;
}
.home-online a {
  display: inline-block;
}
.home-online a:hover img, .home-online a:active img {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
@media screen and (max-width: 767px) {
  .home-online {
    margin: 60px 20px;
  }
}

.home-news {
  width: min(100%, 940px);
  margin: 100px auto;
}
.home-news h2 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 200;
  letter-spacing: 0.08em;
}
.home-news__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.home-news__btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-news {
    margin: 60px auto;
    padding: 0 20px;
  }
  .home-news h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .home-news__list {
    display: block;
  }
  .home-news__list .archive__item {
    width: 100%;
  }
  .home-news__list .archive__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .home-news__list .archive__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .home-news__list .archive__item__tmb {
    width: 120px;
    aspect-ratio: 1.4;
  }
  .home-news__list .archive__item__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home-news__list .archive__item__date {
    font-size: 1.2rem;
    color: #AAAAAA;
  }
  .home-news__list .archive__item__title {
    font-size: 1.4rem;
  }
}

.home-contact {
  position: relative;
  background: #1C4F90;
  padding: 60px 40px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.home-contact__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: max(100%, 480px);
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.3;
}
.home-contact__inner {
  position: relative;
  z-index: 1;
}
.home-contact h2 {
  margin: 0 0 40px;
  font-family: "Island Moments", cursive;
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 1;
}
.home-contact h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 26%;
}
.home-contact p {
  line-height: 2;
}
.home-contact p a {
  color: #fff;
  text-decoration: none;
}
.home-contact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 20px;
}
.home-contact__btns a {
  display: inline-block;
  width: min(100%, 300px);
  margin: 0;
  padding: 0.8em 1.6em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home-contact {
    padding: 50px 20px;
  }
  .home-contact__btns {
    display: block;
    padding: 0 20px;
  }
  .home-contact__btns a {
    display: block;
    margin: 0 auto;
    padding: 1em 1.6em;
    font-size: 1.4rem;
  }
  .home-contact__btns a:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* お知らせ一覧 */
.archive__title {
  padding-top: 100px;
  background-image: url(../image/bg_wave.jpg);
  background-size: cover;
  color: #fff;
}
.archive__title__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 40px;
}
.archive__title h1 {
  font-family: "Inria Serif", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.archive__title h1 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 37.5%;
}
@media screen and (max-width: 767px) {
  .archive__title {
    padding-top: 60px;
  }
}

.archive__wrp {
  max-width: 960px;
  margin: 80px auto 120px;
  padding: 0 20px;
}

.archive__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  list-style: none;
}
.archive__tab__wrp input, .archive__tab__wrp label {
  display: none;
}
.archive__tab li:not(:last-child) {
  margin-right: 10px;
}
.archive__tab li a {
  display: block;
  padding: 0.4em 1.2em;
  border: 1px solid #1C4F90;
  border-radius: 5px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #1C4F90;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.archive__tab li a:hover, .archive__tab li a:active {
  background: #1C4F90;
  color: #fff;
}
.archive__tab li.current a {
  background: #1C4F90;
  color: #fff;
  pointer-events: none;
}

.archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin: 40px auto;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .archive__list {
    gap: 30px 20px;
  }
}

.archive__item {
  width: calc((100% - 80px) / 3);
}
.archive__item a {
  display: block;
  height: 100%;
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.archive__item a:hover, .archive__item a:active {
  color: #1C4F90;
  opacity: 0.8;
}
.archive__item a:hover img, .archive__item a:active img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.archive__item__tmb {
  margin-bottom: 6px;
  aspect-ratio: 2;
  overflow: hidden;
}
.archive__item__tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive__item__date {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #1C4F90;
}
.archive__item__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .archive__item {
    width: calc((100% - 20px) / 2);
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 40px 0;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 0.35em 0.7em;
  border: 1px solid #1C4F90;
  border-radius: 5px;
  text-decoration: none;
  font-size: 85%;
  color: #1C4F90;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination li a.current,
.pagination li span.current {
  background: #1C4F90;
  color: #fff;
  pointer-events: none;
}
.pagination li a:hover, .pagination li a:active,
.pagination li span:hover,
.pagination li span:active {
  background: #1C4F90;
}
.pagination li .dots {
  padding: 0.35em 0;
  border: none;
  pointer-events: none;
}

.archive__empty {
  margin: 2em 0;
  padding: 1em;
  background: #fafafa;
  text-align: center;
  color: #aaa;
}

@media screen and (max-width: 767px) {
  .archive__wrp {
    position: relative;
    padding-top: 40px;
  }
  .archive__tab {
    float: left;
    display: block;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .archive__tab__wrp {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 2;
    display: inline-block;
    border: 1px solid #1C4F90;
    border-radius: 5px;
    background: #fff;
  }
  .archive__tab__wrp label {
    display: block;
    padding: 0.5em 0.75em;
    border-radius: 5px;
    text-align: center;
    color: #1C4F90;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .archive__tab__wrp label::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 70%;
    font-weight: 900;
    position: relative;
    top: -0.15em;
    display: inline-block;
    margin-left: 0.75em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .archive__tab__wrp label:hover, .archive__tab__wrp label:active {
    background: #1C4F90;
  }
  .archive__tab__wrp input:checked ~ label {
    background: #1C4F90;
  }
  .archive__tab__wrp input:checked ~ label::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .archive__tab__wrp input:checked ~ ul {
    max-height: 140px;
  }
  .archive__tab__wrp input:checked ~ ul:has(li:nth-child(4)) {
    max-height: 210px;
  }
  .archive__tab__wrp input:checked ~ ul:has(li:nth-child(6)) {
    max-height: 280px;
    overflow: scroll;
  }
  .archive__tab li:not(:last-child) {
    margin: 0;
  }
  .archive__tab li:first-child {
    border-top: 1px solid #1C4F90;
  }
  .archive__tab li:last-child {
    margin-bottom: 5px;
  }
  .archive__tab li a {
    border: none;
    border-radius: 0;
  }
  .archive__list {
    margin-top: 20px;
  }
  .archive__item a {
    display: block;
  }
  .archive__item__date {
    display: block;
    margin-bottom: 0.2em;
  }
}
/* お知らせ投稿 */
.single .entry-content {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .single .entry-content {
    font-size: 1.4rem;
  }
}

.single-head {
  padding: 110px 20px 20px;
  background-image: url(../image/bg_wave.jpg);
  background-size: cover;
  color: #fff;
}
.single-head__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  font-family: "Inria Serif", "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.single-head__inner span {
  font-family: "Noto Serif JP", serif;
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .single-head {
    padding: 70px 20px 10px;
  }
  .single-head__inner {
    font-size: 2rem;
  }
}

.single-title {
  width: min(100%, 960px);
  margin: 40px auto;
}
.single-title__date {
  margin-bottom: 10px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #AAAAAA;
}
.single-title__title {
  margin-bottom: 30px;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.single-title__thumbnail img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .single-title {
    padding: 0 20px;
  }
  .single-title__date {
    font-size: 1.4rem;
  }
  .single-title__title {
    font-size: 2.8rem;
  }
}

.single-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 60px auto 120px;
  padding: 20px 20px 0;
  border-top: 1px solid #DDDDDD;
}
.single-footer > div {
  max-width: 40%;
}
.single-footer a {
  display: inline-block;
  max-width: 200px;
  font-size: 1.4rem;
  color: #AAAAAA;
  text-decoration: none;
}
.single-footer a span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 85%;
}

@media screen and (max-width: 767px) {
  .single-footer a {
    font-size: 1.2rem;
  }
}
/* 商品リスト（各スタイル） */
.c-items-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-items-list__wrp {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin: 40px 0;
}
.c-items-list li {
  width: calc((100% - 60px) / 4);
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.c-items-list li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto 0;
  padding: 0.2em 0.8em;
  border-radius: 3px;
  background: #CEBA71;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
.c-items-list-02 {
  margin: 20px 0;
  padding: 30px 20px 20px;
  border: 3px double #1C4F90;
}
.c-items-list-02 .c-items-list__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -15px 0 25px -25px;
  padding: 0 0.5em 0 0.5em;
  background: #1C4F90;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #fff;
}
.c-items-list-02 .c-items-list__title::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -12px;
  z-index: -1;
  width: 20px;
  height: 100%;
  background: #1C4F90;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .c-items-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-items-list__wrp {
    display: block;
  }
  .c-items-list__title-1 {
    margin-bottom: 1em;
    text-align: center;
  }
  .c-items-list li {
    width: calc((100% - 20px) / 2);
    font-size: 1.2rem;
  }
  .c-items-list-02 {
    padding: 20px 10px 10px;
  }
  .c-items-list-02 .c-items-list {
    gap: 30px 10px;
  }
  .c-items-list-02 .c-items-list__title {
    margin: -14px 0 12px -18px;
    font-size: 1.4rem;
  }
  .c-items-list-02 .c-items-list li {
    width: calc((100% - 20px) / 3);
    font-size: 0.8rem;
  }
}

/* コンセプト */
.c-concept {
  text-align: center;
  color: #1C4F90;
}
.c-concept::before {
  content: "";
  display: block;
  width: 100%;
  height: 38px;
  background-image: url(../image/img_deco01.png);
  background-size: contain;
  background-position: center;
}
.c-concept::after {
  content: "";
  display: block;
  width: 100%;
  height: 38px;
  background-image: url(../image/img_deco01.png);
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-concept__inner {
  margin: 50px 0;
}
.c-concept h2 {
  margin-bottom: 40px;
  font-family: "Island Moments", cursive;
  font-size: 8.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.c-concept p {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
.c-concept p:not(:last-child) {
  margin-bottom: 2em;
}
.c-concept p small {
  font-size: 75%;
}
@media screen and (max-width: 767px) {
  .c-concept {
    margin-bottom: 60px;
  }
  .c-concept h2 {
    font-size: 6.2rem;
  }
  .c-concept p {
    text-align: center !important;
    font-size: 1.4rem;
  }
}

/* シェフ紹介 */
.c-chef {
  margin: 100px -80px;
  padding: 60px 80px;
  background: #EFF3F7;
  text-align: center;
}
.c-chef h2 {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 300;
  color: #1C4F90;
}
.c-chef__name {
  margin: 20px 0 10px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.c-chef p {
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-chef {
    margin: 60px -20px;
    padding: 40px 20px;
  }
  .c-chef h2 {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .c-chef img {
    width: min(100%, 120px);
  }
  .c-chef__name {
    margin: 5px 0;
    font-size: 1.8rem;
  }
  .c-chef p {
    text-align: center !important;
    font-size: 1.2rem;
  }
}

/* Pirate Lab. */
.c-piratelab {
  background: #FCF7F2;
  margin: 100px -80px;
  padding: 80px;
}
.c-piratelab h2 {
  margin-bottom: 40px;
  text-align: center;
}
.c-piratelab__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.c-piratelab__inner > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-piratelab p {
  line-height: 2;
}
.c-piratelab .btn {
  padding: 1em 1.6em;
  background: #73593C;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-piratelab {
    margin: 80px -20px;
    padding: 60px 20px;
  }
  .c-piratelab h2 {
    width: 80%;
    margin: 0 auto 20px;
  }
  .c-piratelab__inner {
    display: block;
  }
  .c-piratelab__img {
    text-align: center;
    margin-bottom: 20px;
  }
  .c-piratelab__btn {
    text-align: center;
  }
  .c-piratelab__btn .btn {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

/* おすすめペアリング */
.c-pairing {
  margin: 100px 0;
}
.c-pairing::before {
  content: "";
  display: block;
  width: 100%;
  height: 38px;
  background-image: url(../image/img_deco01.png);
  background-size: contain;
  background-position: center;
}
.c-pairing::after {
  content: "";
  display: block;
  width: 100%;
  height: 38px;
  background-image: url(../image/img_deco01.png);
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-pairing h3 {
  margin: 30px 0 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #1C4F90;
}
.c-pairing__inner {
  margin: 80px 0;
}
.c-pairing__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c-pairing__list li {
  max-width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 479px) {
  .c-pairing {
    margin: 40px 0;
  }
  .c-pairing h3 {
    margin: 30px 0;
    font-size: 1.8rem;
  }
  .c-pairing__inner {
    margin: 40px 0 60px;
  }
  .c-pairing__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    max-width: 280px;
    margin: 0 auto;
  }
  .c-pairing__list li {
    max-width: none;
    width: 90%;
  }
}

/* LINEアカウント紹介 */
.c-line {
  margin: 120px -40px 40px;
  padding: 60px 40px 40px;
  border-radius: 30px;
  background: #85E167;
  color: #fff;
}
.c-line__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
}
.c-line__img {
  width: 38%;
  margin-bottom: -40px;
}
.c-line__img img {
  display: block;
  width: auto;
  height: 100%;
}
.c-line__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-line h2 {
  margin: 0 0 50px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-line h2 img {
  width: 1.4em;
  margin-right: 0.5em;
  -webkit-filter: invert(1);
          filter: invert(1);
  vertical-align: text-bottom;
}
.c-line p {
  line-height: 2;
}
.c-line__btn {
  display: inline-block;
  width: min(100%, 300px);
  margin-top: 20px;
  padding: 0.6em 1.2em;
  border-radius: 5px;
  background: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #85E167;
  text-decoration: none;
}
.c-line__btn__wrp {
  text-align: center;
}
.c-line__qr {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-line {
    margin: 120px -20px 40px;
    border-radius: 0;
  }
  .c-line__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .c-line__img {
    width: min(80%, 260px);
  }
  .c-line__img img {
    width: 100%;
  }
  .c-line h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
    text-align: left;
    font-size: 2.4rem;
  }
  .c-line h2 img {
    width: 2.2em;
  }
  .c-line__btn {
    width: 100%;
    padding: 0.8em 1.2em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  .c-line__qr {
    display: none;
  }
}

/* よくあるご質問 */
.c-faq {
  margin: 40px 0;
  border-top: 1px solid #1C4F90;
}
.c-faq__item {
  border-bottom: 1px solid #1C4F90;
  color: #1C4F90;
}
.c-faq__item dt {
  position: relative;
  padding: 25px 0 30px 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq__item dt::before {
  content: "Q.";
  position: absolute;
  top: 16px;
  left: 0;
  font-family: "Inria Serif", "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq__item dt:hover, .c-faq__item dt:active {
  padding-left: 53px;
  background: #f5f9fd;
}
.c-faq__item dt:hover::before, .c-faq__item dt:active::before {
  left: 3px;
}
.c-faq__item dd {
  display: none;
  position: relative;
  padding: 0 0 30px 90px;
}
.c-faq__item dd::before {
  content: "A.";
  position: absolute;
  top: -10px;
  left: 40px;
  font-family: "Inria Serif", "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.c-faq__item dd *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-faq dt {
    padding: 20px 0 20px 30px;
  }
  .c-faq dt::before {
    font-size: 2.4rem;
  }
  .c-faq dt:hover, .c-faq dt:active {
    padding-left: 33px;
    background: #f5f9fd;
  }
  .c-faq dt:hover::before, .c-faq dt:active::before {
    left: 3px;
  }
  .c-faq dd {
    padding: 10px 0 20px 30px;
  }
  .c-faq dd::before {
    top: 8px;
    left: 0;
    font-size: 2.4rem;
  }
}

/* モーダル表示 */
.c-modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100dvw;
  height: 100dvh;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-touch-action: none;
      touch-action: none;
}
.c-modal::-webkit-scrollbar {
  display: none;
}
.c-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh + 1px);
  background: rgba(0, 0, 0, 0.7);
}
.c-modal__inner {
  position: relative;
  margin: 30px;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.c-modal__close {
  margin-top: 0.75em;
  font-size: 1.8rem;
}
.c-modal__close a {
  color: #888;
  text-decoration: none;
}
/* SNSリンク */
.c-sns-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.c-sns-links::before {
  content: "Links:";
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.c-sns-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.3rem;
  color: #1C4F90;
  text-decoration: none;
}
.c-sns-links li a:has(.fa-house) {
  font-size: 1.9rem;
}
.c-sns-links li a:has(.fa-instagram) {
  background: linear-gradient(30deg, #FFD600, #FF7A00, #FF0069, #D300C5, #7638FA);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 2.4rem;
  color: transparent;
}
.c-sns-links li a:has(.fa-x-twitter) {
  color: #222222;
}
.c-sns-links li a:has(.fa-facebook) {
  color: #0866FF;
}
.c-sns-links li a:has(.fa-youtube) {
  margin: 0 0.1em;
  color: #FF0000;
}

/* センター揃え */
._center {
  text-align: center;
}

/* マージン */
._mt20 {
  margin-top: 20px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  ._mt20 {
    margin-top: 10px !important;
  }
  ._mb20 {
    margin-bottom: 10px !important;
  }
}
._mt40 {
  margin-top: 40px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  ._mt40 {
    margin-top: 20px !important;
  }
  ._mb40 {
    margin-bottom: 20px !important;
  }
}
._mt60 {
  margin-top: 60px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  ._mt60 {
    margin-top: 30px !important;
  }
  ._mb60 {
    margin-bottom: 30px !important;
  }
}
._mt80 {
  margin-top: 80px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  ._mt80 {
    margin-top: 40px !important;
  }
  ._mb80 {
    margin-bottom: 40px !important;
  }
}
._mt100 {
  margin-top: 100px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  ._mt100 {
    margin-top: 50px !important;
  }
  ._mb100 {
    margin-bottom: 50px !important;
  }
}
._mt120 {
  margin-top: 120px !important;
}

._mb120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 767px) {
  ._mt120 {
    margin-top: 60px !important;
  }
  ._mb120 {
    margin-bottom: 60px !important;
  }
}
._mt140 {
  margin-top: 140px !important;
}

._mb140 {
  margin-bottom: 140px !important;
}

@media screen and (max-width: 767px) {
  ._mt140 {
    margin-top: 70px !important;
  }
  ._mb140 {
    margin-bottom: 70px !important;
  }
}
._mt160 {
  margin-top: 160px !important;
}

._mb160 {
  margin-bottom: 160px !important;
}

@media screen and (max-width: 767px) {
  ._mt160 {
    margin-top: 80px !important;
  }
  ._mb160 {
    margin-bottom: 80px !important;
  }
}
._mt180 {
  margin-top: 180px !important;
}

._mb180 {
  margin-bottom: 180px !important;
}

@media screen and (max-width: 767px) {
  ._mt180 {
    margin-top: 90px !important;
  }
  ._mb180 {
    margin-bottom: 90px !important;
  }
}
._mt200 {
  margin-top: 200px !important;
}

._mb200 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  ._mt200 {
    margin-top: 100px !important;
  }
  ._mb200 {
    margin-bottom: 100px !important;
  }
}
._mt220 {
  margin-top: 220px !important;
}

._mb220 {
  margin-bottom: 220px !important;
}

@media screen and (max-width: 767px) {
  ._mt220 {
    margin-top: 110px !important;
  }
  ._mb220 {
    margin-bottom: 110px !important;
  }
}
/* ブレイクポイント表示切り替え */
@media screen and (max-width: 479px) {
  ._min480 {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  ._max480 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  ._min768 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  ._max768 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  ._min1200 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  ._max1200 {
    display: none;
  }
}
/* 全幅 */
._full-width {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  ._full-width {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* はみ出しスクロール */
._scrollover {
  overflow-x: scroll;
  scrollbar-width: none;
}
._scrollover > * {
  min-width: 1060px;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  ._scrollover {
    scrollbar-width: auto;
  }
}
/* スクロール表示アニメーション */
._fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
._fadein-left {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}
._fadein-right {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
._fadein-down {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}
._fadein-up {
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
}
._fadein._scrollin {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}/*# sourceMappingURL=style.css.map */