@charset "UTF-8";
/* =================================================================================
//
// STYLE
//
//================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Raleway:wght@300;400;500&display=swap");
.l-header {
  margin-bottom: 50px;
  background-color: #fff;
  width: 100%;
  height: 140px;
  margin-bottom: 0;
  position: fixed;
  z-index: 1000;
}
.l-header-main {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
}
.l-header__logo {
  text-align: center;
}
.l-header .hamburger {
  display: none;
}
.l-header .gnav {
  position: static;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.l-header .gnav--sp {
  display: none;
}
.l-header .gnav--home a {
  width: 17px;
  height: 18px;
  display: block;
  background-image: url("../img/ico_home.png");
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 40px;
  bottom: 20px;
}
.l-header .gnav ul {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l-header .gnav ul > li:last-child a {
  padding-right: 0;
}
.l-header .gnav ul > li:last-child a::after {
  display: none;
}
.l-header .gnav ul > li a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  color: #233D5B;
  letter-spacing: 2px;
  line-height: 1;
  text-decoration: none;
  padding: 0 23px;
  position: relative;
}
.l-header .gnav ul > li a::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #233D5B;
  position: absolute;
  right: 0;
  top: 2px;
}
.l-header-item {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border-top: solid 1px #dee5ea;
  border-bottom: solid 1px #dee5ea;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 0;
}
.l-header-item__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l-header-item__heading {
  width: 105px;
  color: #233D5B;
  line-height: 40px;
}
.l-header-item__heading::before {
  content: url("../img/ico_item.png");
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.l-header-item__nav {
  flex: 1;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}
.l-header-item__nav > li {
  margin-right: 35px;
}
.l-header-item__nav > li a {
  color: #233D5B;
  text-decoration: none;
  line-height: 40px;
}
.l-header-item__nav > li a::before {
  content: url("../img/ico_item_nav.png");
  margin-right: 7px;
}
.l-header-item__list {
  width: 55px;
}
.l-header-item__list a {
  width: 55px;
  display: block;
  color: #fff;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  background-color: #80D0E4;
  border-radius: 100vh;
}

.l-footer {
  height: 280px;
  color: #233D5B;
  margin-top: -280px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  padding-top: 40px;
}
.l-footer__nav {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 50px;
}
.l-footer__nav li:last-child a::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #233D5B;
  position: absolute;
  right: 0;
  top: 2px;
}
.l-footer__nav li a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  color: #233D5B;
  text-decoration: none;
  padding: 0 40px;
  position: relative;
}
.l-footer__nav li a::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #233D5B;
  position: absolute;
  left: 0;
  top: 2px;
}
.l-footer__logo {
  margin-bottom: 15px;
}
.l-footer__catch {
  margin-bottom: 30px;
}
.l-footer .copyright {
  font-size: 11px;
  font-size: 1.1rem;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.l-main {
  padding-top: 140px;
  padding-bottom: 280px;
}
.l-main-contents {
  padding-bottom: 100px;
  background-image: url("../img/bg_sub.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.l-main-contents.nobg {
  background-image: none;
}
.l-main-head {
  display: flex;
}
.l-main-head .p-ttl {
  flex: 1;
  max-width: auto;
}
.l-main-head-btn {
  padding-top: 110px;
}
.l-main-head-btn > .btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #233D5B;
  text-decoration: none;
  margin-left: 30px;
}
.l-main-head-btn > .btn::before {
  content: url("../img/ico_item_nav.png");
  margin-right: 7px;
}

.l-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.l-content--narrow {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.l-content--narrow-sp {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.jyunbi__ttl {
  padding-top: 100px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
}
.jyunbi__desc {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: solid 2px #cdcdcd;
  border-radius: 8px;
  padding: 15px 30px;
}

.l-side {
  width: 355px;
  padding-right: 70px;
  padding-left: 45px;
}
.l-side-cat {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #DFDEDB;
}
.l-side-cat.subpage {
  padding-top: 0;
  border-top: none;
}
.l-side-cat.line {
  border-bottom: solid 1px #DFDEDB;
}
.l-side-cat__heading {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.l-side-cat__nav li {
  margin-bottom: 10px;
}
.l-side-cat__nav li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.l-side-cat__nav li a::before {
  content: "";
  width: 10px;
  border-top: solid 1px #DFDEDB;
  position: absolute;
  top: 10px;
  left: 0;
}
.l-side-bnr {
  padding-top: 40px;
}
.l-side-bnr img {
  margin-bottom: 40px;
}

.l-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.l-thema--blue {
  background-color: #f6f6f4;
}

.c-ftS {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-ftM {
  font-size: 18px;
  font-size: 1.8rem;
}

.wf {
  font-family: "Noto Sans JP", sans-serif;
}

.bold {
  font-weight: bold;
}

.c-ttl h2 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
}

.c-heading {
  font-size: 24px;
  font-size: calc(24px + (1vw - 3.75px) * 1.526);
  letter-spacing: 1px;
}
.c-heading--en {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: calc(24px + (1vw - 3.75px) * 1.526);
  color: #233D5B;
  letter-spacing: 6px;
}
.c-heading.ftS {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-heading--en.ftS {
  font-size: 16px;
  font-size: 1.6rem;
}

.c-btn {
  display: inline-block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.c-btn.main {
  color: #fff;
  background-color: #2D4C6F;
}
.c-btn.main--line {
  color: #233D5B;
  border: solid 1px #233D5B;
}
.c-btn.en {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
}
.c-btn.size {
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-btn.sizeM {
  width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
.c-btn.size.en {
  font-size: 18px;
  font-size: 1.8rem;
}

.c-card {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-card.col-4 > .card {
  width: calc((100% - 69px) / 4);
  margin-right: 23px;
  margin-top: 50px;
}
.c-card.col-4 > .card:nth-of-type(4n) {
  margin-right: 0;
}
.c-card.col-4 > .card:nth-child(-n+4) {
  margin-top: 0;
}
.c-card .card__thum {
  margin-bottom: 10px;
}
.c-card .card__thum img {
  width: 100%;
  height: auto;
}
.c-card .card__date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
input[type=text] {
  padding: 6px 10px;
  border: solid 1px #b4b4b4;
}
input[type=text].nonline {
  border: none;
}
input[type=text]::focus {
  outline: dashed 1px #f00;
}

textarea {
  padding: 6px 10px;
  border: solid 1px #b4b4b4;
}

.hissu::after, .nini::after {
  width: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 0;
}

.hissu::after {
  content: "必須";
  color: #b972d1;
  display: block;
  border: solid 2px #CFA5DD;
}

.nini::after {
  content: "任意";
  color: #49b7d3;
  display: block;
  border: solid 2px #80D0E4;
}

.tf--max {
  width: 100%;
}

.c-err {
  margin-top: 8px;
  color: #d21e0a;
  font-weight: bold;
  background-color: #faeeee;
  padding: 3px;
}

#wrapper {
  /* Swiper本体 */
  /* 前ページ、次ページボタン共通のスタイル */
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
  /* 全体のスタイル */
  /* 現在のスライドのスタイル */
}
#wrapper .swiper-parent {
  position: relative;
}
#wrapper .swiper-container {
  width: calc(100% - 80px); /* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
  padding-bottom: 45px; /* ★ページネーション・スクロールバー分の余白50pxを下に取る */
  box-sizing: content-box;
}
#wrapper .swiper-button-prev,
#wrapper .swiper-button-next {
  width: 58px; /* ボタンの幅 */
  height: 156px; /* ボタンの高さ */
  background-size: 58px 156px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  top: calc((100% - 50px) * 0.5); /* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
  margin-top: -78px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
#wrapper .swiper-button-next {
  background-image: url("../img/slider_nav.png");
  transform: scale(-1, 1); /* 左右反転 */
  right: 15px;
}
#wrapper .swiper-button-prev {
  background-image: url("../img/slider_nav.png");
  left: 15px;
}
#wrapper .swiper-pagination {
  height: 45px;
  background-image: url("../img/bg_bullets.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 15px;
}
#wrapper .swiper-pagination-bullet {
  width: 6px; /* 幅 */
  height: 6px; /* 高さ */
  opacity: 0.2; /* 半透明（デフォルトでは0.2） */
}
#wrapper .swiper-pagination-bullet-active {
  width: 8px; /* 幅 */
  height: 8px; /* 高さ */
  background: #233D5B; /* 色：黄色 */
  opacity: 1; /* 不透明 */
}

.p-ttl {
  color: #233D5B;
  margin-bottom: 40px;
  padding-top: 60px;
}
.p-ttl__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 10px;
  font-size: calc(10px + (1vw - 3.75px) * 0.254);
}
.p-ttl__main {
  display: inline-block;
  font-size: 20px;
  font-size: calc(20px + (1vw - 3.75px) * 1.017);
  border-bottom: 1px dashed #DFDEDB;
}
.p-ttl__main.en {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
}
.p-ttl__main span.small {
  font-size: 20px;
  font-size: calc(20px + (1vw - 3.75px) * 1.017);
}

.p-hg {
  text-align: center;
}
.p-hg--en {
  text-align: center;
  margin-bottom: 55px;
}
.p-hg--en__jp {
  color: #233D5B;
  font-size: 10px;
  font-size: calc(10px + (1vw - 3.75px) * 0.254);
  letter-spacing: 1.5px;
}
.p-sec {
  padding-top: 110px;
  padding-bottom: 110px;
}

.p-btngr {
  text-align: center;
}
.p-btngr > a, .p-btngr > input[type=button] {
  margin-left: 20px;
}
.p-btngr > a:first-child, .p-btngr > input[type=button]:first-child {
  margin-left: 0;
}

.p-item-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-list__heading {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.p-item-list .item {
  display: block;
  width: calc((100% - 240px) / 5);
  margin-right: 60px;
  margin-bottom: 60px;
}
.p-item-list .item:nth-child(5n) {
  margin-right: 0;
}
.p-item-list .item__photo img {
  width: 100%;
  height: auto;
}
.p-item-list .item__cat {
  margin-top: 10px;
}

.p-msg {
  margin-bottom: 40px;
}
.p-msg-noitem {
  font-size: 20px;
  font-size: 2rem;
  color: #888;
  text-align: center;
}

.p-done {
  text-align: center;
  margin-bottom: 50px;
}
.p-done__msg {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-done__msg--main {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  color: #80D0E4;
  margin-bottom: 30px;
  border-top: solid 1px #80D0E4;
  border-bottom: solid 1px #80D0E4;
  padding: 10px 30px;
}

@keyframes pon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa4 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa5 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.u-mg10 {
  margin-bottom: 10px;
}
.u-mg15 {
  margin-bottom: 15px;
}
.u-mg--tf {
  margin-bottom: 7px;
}
