@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
  -ms-text-size-adjust: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
  border: none;
  max-width: 100%;
  height: auto;
}

/*-----------------------

         COMMON

-----------------------*/
@media screen and (min-width: 1921px) {
  .mv img {
    width: 100%;
  }
}
/* リセット */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
  text-align: justify;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s;
}

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
:root {
  --mainColor: #455b8e;
  --subColor: #f1eee7;
  --baseColor: #6d6d6d;
  --accentColor: #f2f2f2;
  --colorG50: #f2f4f8;
  --black: #000;
  --colorW: #fff;
}

.mainColor {
  color: var(--mainColor);
}

.mainColor-bg {
  background-color: var(--mainColor);
}

.subColor {
  color: var(--subColor);
}

.subColor-bg {
  background-color: var(--subColor);
}

.colorG {
  color: var(--colorG);
}

.colorG-bg {
  background-color: var(--colorG);
}

.colorG50 {
  color: var(--colorG50);
}

.colorG50-bg {
  background-color: var(--colorG50);
}

.black {
  color: var(--black);
}

.black-bg {
  background-color: var(--black);
}

.colorW {
  color: var(--colorW);
}

.colorW-bg {
  background-color: var(--colorW);
}

html {
  scroll-padding-top: 15rem;
  font-size: 0.7320644217vw;
}
@media only screen and (max-width: 559px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 0.6vw;
  }
}
body {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", serif !important;
  font-style: normal;
  font-weight: 400;
  color: var(--baseColor);
}

.raj {
  font-family: "Rajdhani", serif !important;
  font-weight: 500;
  font-style: normal;
}

.sans {
  font-family: "Noto Sans JP", serif !important;
}

.container,
.wrapper {
  max-width: 110rem;
  padding: 0;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 559px) {
  .container,
  .wrapper {
    padding: 0 6%;
    max-width: 100%;
  }
}

.holder {
  max-width: 92rem;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  .holder {
    max-width: 100%;
    padding: 0 6%;
  }
}

.sec {
  padding: 10rem 0 12.5rem;
}
@media only screen and (max-width: 559px) {
  .sec {
    padding: 6.4rem 0;
  }
}

.text-c {
  text-align: center;
}

figure img {
  width: 100%;
}

.primary-ttl {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .primary-ttl {
    font-size: 1.4rem;
  }
}
.primary-ttl--m {
  color: var(--mainColor);
}
.primary-ttl__en {
  font-size: 4rem;
  line-height: 1;
  color: var(--colorW);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__en {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.primary-ttl__en--m {
  color: var(--mainColor);
}

.get__btnlink,
.archive__btn {
  transition: 0.5s;
  border: 1px solid var(--mainColor);
}
.get__btnlink:hover,
.archive__btn:hover {
  border: 1px solid var(--mainColor);
  background: var(--colorW);
  color: var(--mainColor);
  opacity: 1;
}
.get__btnlink:hover::after,
.archive__btn:hover::after {
  color: var(--mainColor);
}

.grid {
  display: grid;
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.flex {
  display: flex;
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.o-hamburger {
  width: 81%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  z-index: 9000;
  transition: 0.5s;
  background-color: var(--colorW);
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  background-color: var(--mainColor);
}
.o-hamburger__btn {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  z-index: 9999;
  top: 3rem;
}
.o-hamburger__flex {
  height: 3000px;
}

html.is-open .o-hamburger {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.is-open .overlay {
  opacity: 1;
  visibility: visible;
}

html.is-open {
  overflow: hidden;
  height: 100%;
}
html.is-open::-webkit-scrollbar {
  display: none;
}

.o-hamburger {
  pointer-events: all;
}
.o-hamburger .l-hdr__navlist {
  flex-direction: column;
  margin-top: 3rem;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 2rem;
}
.o-hamburger .l-hdr__logowrap {
  padding-top: 1rem;
}
.o-hamburger .l-hdr__navitem {
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
  width: 100%;
}
.o-hamburger .l-hdr__navitem:not(:last-child) {
  margin-bottom: 1.5rem;
}
.o-hamburger .l-hdr__navlink {
  font-size: 1.8rem;
  position: relative;
  width: 100%;
  display: block;
}
.o-hamburger .l-hdr__navlink::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--mainColor);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  display: block;
}
.o-hamburger .l-hdr__contact {
  padding-bottom: 2rem;
}
.o-hamburger .l-hdr__contactlink {
  width: 100%;
}
.o-hamburger .wrapper {
  padding-inline: 3rem;
}

/*------------------------------------
  メニュークリック後メニュー外の背景 ↓
  ------------------------------------*/
.overlay {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  pointer-events: none;
}

/* ボタン全体の設定 */
.o-hamburger__btn {
  position: absolute;
  width: 3.2rem;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

/* 線のスタイル */
.o-hamburger__icon {
  visibility: visible;
  width: 2.4rem;
  height: 2px;
  background-color: var(--subColor);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

html.is-open .o-hamburger__btn {
  transform: inherit;
  top: 2rem;
}
html.is-open .o-hamburger__btn::after {
  content: "CLOSE";
  position: absolute;
  font-size: 1rem;
  bottom: -1.5rem;
  left: 59%;
  transform: translateX(-50%);
  color: var(--colorW);
}
html.is-open .o-hamburger__icon {
  transform: rotate(45deg) translate(6px, 1px);
  background-color: var(--colorW);
}
html.is-open .o-hamburger__icon:nth-child(2) {
  transform: rotate(-45deg) translate(10px, -5px);
  background-color: var(--colorW);
}
html.is-open .o-hamburger__icon:last-child {
  display: none;
}

.o-hamburger .ftr {
  padding: 0;
}
.o-hamburger .ftr .menu-item-21 > a {
  border: none;
}

/* slickslider共通 */ /*---------------数値など任意で書き換えを行う----------------------*/
.slick-track {
  margin-right: 0;
  margin-left: 0;
}

.slider li div, .slider2 li div {
  margin: 0 1.3vw;
}

.notice-slider li div, .media-slider li div, .topics-slider li div {
  margin: 0 1.3vw;
}

.slick-dotted.slick-slider {
  padding-bottom: 2rem;
}

.slick-dots {
  left: 50%;
  margin-top: 2rem;
  transform: translateX(-50%);
}

.slick-next, .slick-prev {
  top: calc(50% - 5rem) !important;
  z-index: 9999 !important;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}

.slick-next::before, .slick-prev::before {
  color: var(--mainColor) !important;
  opacity: 0.7;
}

.slick-prev {
  left: 15.5vw !important;
}

.slick-next {
  right: 15.5vw !important;
}

.slider2 li p.cat {
  padding: 0.2rem 1rem 0;
  font-family: "Hind", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  color: #fff;
}

.slider2 li p.contents {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.slider2 li .post-info {
  margin: 0 0 1rem;
}

.slider li figure, .slider2 figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.slider li figure img, .slider2 figure img {
  width: 100%;
  object-fit: cover;
  height: 11.3vw;
}

.slick-dots li button:before {
  color: #d3d3d3;
  opacity: 1;
  font-size: 1.6rem;
}

.slick-dots li.slick-active button:before {
  color: var(--mainColor);
}

.slick-no-current {
  transition: opacity 0.4s;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.modal__content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 90vh;
  padding: 6.5rem 3.5rem 2.5rem;
  overflow-y: auto;
  background: #fff;
  transform: translate(-50%, -50%);
}

.modal__content1 .top-close {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
}

.modal__content1 .bottom-close {
  position: relative;
  top: 1rem;
  left: -2rem;
}

.modal__content1 .top-close a, .modal__content1 .bottom-close a {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  color: #787878;
}

/* modalの中身 */
.modal__content1 h2 {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  letter-spacing: 0.05em;
  color: var(--mainColor);
}

.modal__content1 figure {
  aspect-ratio: 7/4;
  overflow: hidden;
  text-align: center;
  margin: 1.5rem 0 3rem;
  border-radius: 1rem;
}

.modal__content1 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__content1 h3 {
  font-size: clamp(2.3rem, 2.227rem + 0.31vw, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
}

.modal__content1 .information {
  margin: 1.5rem 0 3rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #e59cae;
  align-items: center;
  gap: 1.5rem;
}

.modal__content1 p.area {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0.4rem 1rem 0.6rem;
  border-radius: 0.8rem;
  background: #e59cae;
}

.modal__content1 p.name {
  font-size: clamp(1.4rem, 1.23rem + 0.453vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.025em;
}

.modal__content1 p.name span {
  margin-left: 0.5rem;
  font-size: clamp(1.2rem, 1.054rem + 0.388vw, 1.8rem);
  font-weight: 500;
}

.modal__content1 p.txt-area {
  line-height: 1.5;
}

/*faq*/
.o-faq__item {
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--colorW);
  border-radius: 1.5rem;
  padding: 3rem 3.3rem 0rem 3.5rem;
}
@media only screen and (max-width: 559px) {
  .o-faq__item {
    padding: 2rem 0.6rem 0rem 0.5rem;
  }
}
.o-faq__item:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .o-faq__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.o-faq__question {
  width: 100%;
  padding: 0 1.5rem 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3.3rem;
  color: var(--baseColor);
  line-height: 1.1666666667;
}
@media only screen and (max-width: 559px) {
  .o-faq__question {
    padding: 0 0.5rem 0 1.5rem;
    margin-bottom: 2rem;
  }
}
.o-faq__question:hover {
  color: var(--mainColor);
}
.o-faq__question span {
  display: flex;
  font-size: 1.8rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 559px) {
  .o-faq__question span {
    font-size: 1.4rem;
    padding-right: 1rem;
  }
}
.o-faq__question span::before {
  content: "";
  background: url(../img/question.webp) no-repeat center center/contain;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .o-faq__question span::before {
    position: relative;
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
}
.o-faq__question::after {
  content: "＋";
  color: var(--colorB);
  font-size: 3rem;
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding-bottom: 0.1rem;
  padding-left: 0.1rem;
  font-family: "Noto Sans JP", serif;
}
@media only screen and (max-width: 559px) {
  .o-faq__question::after {
    font-size: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.o-faq__question.is-open::after {
  content: "－";
}
.o-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  transition: 0.5s;
  line-height: 1.6666666667;
  color: var(--baseColor);
}
@media only screen and (max-width: 559px) {
  .o-faq__answer {
    font-size: 1.4rem;
  }
}
.o-faq__answer__inner {
  display: flex;
  padding: 0 1.5rem 4rem;
  padding-top: 3.5rem;
  border-top: 1px solid var(--mainColor);
  align-items: flex-start;
}
@media only screen and (max-width: 559px) {
  .o-faq__answer__inner {
    padding: 0 1.5rem 2rem;
    padding-top: 1.5rem;
  }
}
.o-faq__answer__inner::before {
  content: "";
  background: url(../img/answer.webp) no-repeat center center/contain;
  min-width: 2.5rem;
  min-height: 2.5rem;
  margin-right: 1rem;
  top: 0.5rem;
  position: relative;
}

.l-hdr {
  background-color: var(--mainColor);
  position: fixed;
  z-index: 1000;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding: 1rem 1rem;
  }
}
.l-hdr__inner {
  padding: 2rem 5rem;
  display: flex;
  gap: 6rem;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .l-hdr__inner {
    padding: 0;
  }
}
.l-hdr__inner .flex {
  gap: 3rem;
}
.l-hdr__logoimg {
  width: 15rem;
  height: auto;
}
.l-hdr__navlist {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.l-hdr__navlink {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--colorW);
}
.l-hdr__navlink:hover, .l-hdr__navlink:visited {
  color: var(--colorW);
  opacity: 0.8;
}
.l-hdr__contactlink {
  background-color: var(--colorW);
  color: var(--mainColor);
  width: 18rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(infinity * 1px);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  transition: 0.5s;
  border: 1px solid var(--mainColor);
}
.l-hdr__contactlink--soldout {
  background-color: var(--mainColor);
  pointer-events: none;
}
.l-hdr__contactlink:hover {
  background-color: var(--mainColor);
  color: var(--colorW);
  border: 1px solid var(--colorW);
}
.l-hdr__subnav {
  background-color: var(--accentColor);
  padding: 0.4rem 3rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__subnav {
    width: calc(100% + 6rem);
    position: relative;
    left: -3rem;
    padding: 2rem 3rem;
  }
}
.l-hdr__sublist {
  display: flex;
  justify-content: flex-end;
  gap: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__sublist {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}
.l-hdr__subitem a {
  color: var(--mainColor);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .l-hdr__subitem a {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--mainColor);
    display: block;
  }
}
.l-hdr__subitem--btn a {
  background-color: var(--mainColor);
  color: var(--colorW);
  border-radius: calc(infinity * 1px);
  padding: 0.3rem 2rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__subitem--btn a {
    width: fit-content;
    margin-bottom: 0;
    border: none;
    font-size: 1.4rem;
  }
}

.page-template-page-vol8-thanks .l-hdr,
.page-template-page-contact_vol8 .l-hdr {
  background-color: var(--colorW);
}
.page-template-page-vol8-thanks .l-hdr__navlink,
.page-template-page-contact_vol8 .l-hdr__navlink {
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .page-template-page-vol8-thanks .l-hdr__navlink,
  .page-template-page-contact_vol8 .l-hdr__navlink {
    color: var(--colorW);
  }
}
@media only screen and (min-width: 600px) {
  .page-template-page-vol8-thanks .l-hdr__contactlink,
  .page-template-page-contact_vol8 .l-hdr__contactlink {
    background-color: var(--mainColor);
    color: var(--colorW);
  }
  .page-template-page-vol8-thanks .l-hdr__contactlink:hover,
  .page-template-page-contact_vol8 .l-hdr__contactlink:hover {
    background-color: var(--colorW);
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
  }
}
.page-template-page-vol8-thanks .o-hamburger__icon,
.page-template-page-contact_vol8 .o-hamburger__icon {
  background-color: var(--mainColor);
}

.footer {
  padding: 5rem 0 2rem;
}
.footer__nav {
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3.3rem;
}
@media only screen and (max-width: 559px) {
  .footer__nav {
    flex-direction: row;
    gap: 2rem 4rem;
    flex-wrap: wrap;
    width: 71%;
    margin-inline: auto;
    margin-bottom: 6rem;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 559px) {
  .footer__navitem {
    width: calc((100% - 4rem) / 2);
  }
}
.footer__navlink {
  font-size: 1.4rem;
}
.footer__navlink:hover {
  color: var(--colorW);
}
.footer__flex {
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .footer__flex {
    margin-bottom: 3.5rem;
  }
}
.footer__sns {
  gap: 1rem;
}
.footer__snsitem img {
  width: 3.5rem;
  height: auto;
}
.footer__snstext {
  font-size: 1.4rem;
}
.footer__copy {
  font-size: 0.8rem;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}
.footer__logo {
  text-align: right;
  margin-right: 15%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .footer__logo {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.footer__logo img {
  width: 21.5rem;
  height: auto;
}

.hero {
  padding-top: 12.3rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .hero {
    padding-top: 6.3rem;
  }
}
.hero__img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.hero__imgwrap {
  height: calc(100svh - 12.3rem);
}
@media only screen and (max-width: 559px) {
  .hero__imgwrap {
    height: calc(100svh - 6.3rem);
  }
}
.hero__underwrap {
  background: rgba(255, 255, 255, 0.7);
  padding-block: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .hero__underwrap {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem 0;
  }
}
.hero__date {
  color: var(--mainColor);
  font-size: 5.1rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .hero__date {
    font-size: 3.5rem;
  }
}
.hero__date .year {
  font-size: 75%;
}
.hero__date .week {
  font-size: 2.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .hero__date .week {
    font-size: 1.8rem;
  }
}
.hero__date .pause {
  font-size: 5rem;
}
@media only screen and (max-width: 559px) {
  .hero__date .pause {
    font-size: 3.5rem;
  }
}
.hero__locate {
  color: var(--mainColor);
  font-size: 3.1rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .hero__locate {
    font-size: 2.2rem;
  }
}
.hero__locate span {
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: 2.1rem;
  border-radius: 0.5rem;
  padding: 0.3rem 1rem;
  line-height: 1;
  margin-right: 1rem;
}
@media only screen and (max-width: 559px) {
  .hero__locate span {
    font-size: 1.5rem;
  }
}
.hero__mapimg {
  width: 1.5rem;
  height: 2.2rem;
}
.hero__btnarea {
  display: flex;
  gap: 2rem;
}
.hero__link {
  width: 21rem;
  height: 4.5rem;
  background-color: var(--mainColor);
  color: var(--colorW);
  border-radius: calc(infinity * 1px);
  padding-inline: 2.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.3rem;
  letter-spacing: 0.07em;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .hero__link {
    font-size: 1.6rem;
    width: 13.6rem;
    height: 3rem;
  }
}
.hero__link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--colorW);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.hero__link:hover {
  opacity: 1;
  filter: brightness(0.8);
}
.hero__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: var(--colorW);
  text-align: center;
  line-height: 1;
}
.hero__ttl span {
  display: block;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.4);
}
.hero__mainttl {
  font-size: 6.9rem;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .hero__mainttl {
    font-size: 4.5rem;
  }
}
.hero__enttl {
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .hero__enttl {
    font-size: 4.6rem;
  }
}
.hero__subttl {
  font-size: 1.7rem;
  letter-spacing: 0.475em;
}
@media only screen and (max-width: 559px) {
  .hero__subttl {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 559px) {
  .hero__clock {
    width: 1.9rem;
    height: 1.9rem;
  }
}

.connect {
  background-color: var(--accentColor);
  padding: 13.5rem 0 10.5rem;
}
@media only screen and (max-width: 559px) {
  .connect {
    padding: 6rem 0;
  }
}
.connect__flex {
  display: flex;
  gap: 13rem;
  justify-content: space-between;
  margin-bottom: 15rem;
}
@media only screen and (max-width: 559px) {
  .connect__flex {
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.connect__ttl {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  line-height: 1;
  margin-bottom: 4rem;
  padding-top: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .connect__ttl {
    padding-top: 0;
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.connect__subttlen {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  color: var(--mainColor);
  white-space: nowrap;
}
@media only screen and (max-width: 559px) {
  .connect__subttlen {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.connect__subttlja {
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .connect__subttlja {
    font-size: 1.2rem;
  }
}
.connect__flexttl {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .connect__flexttl {
    margin-bottom: 1.5rem;
  }
}
.connect__textarea p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media only screen and (max-width: 559px) {
  .connect__textarea p {
    font-size: 1.4rem;
  }
}
.connect__textarea p:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .connect__textarea p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.connect__slider {
  overflow: hidden;
  width: 100%;
}
.connect__track {
  display: flex;
  width: 525rem; /* 7枚×2セット */
  animation: slide 60s linear infinite;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .connect__track {
    width: 280rem;
    gap: 1rem;
  }
}
.connect__track img {
  width: 37.5rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .connect__track img {
    width: 20rem;
    height: auto;
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.archive {
  padding: 14rem 0;
}
@media only screen and (max-width: 559px) {
  .archive {
    padding: 6rem 0;
  }
}
.archive__flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .archive__flex {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 3rem;
  }
}
.archive__movie iframe {
  width: 67rem;
  height: 43rem;
  object-fit: cover;
  border-radius: 2rem;
}
@media only screen and (max-width: 559px) {
  .archive__movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 1rem;
  }
}
.archive__ttlarea {
  margin-bottom: 4.5rem;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .archive__ttlarea {
    margin-bottom: 3rem;
  }
}
.archive__ttlen {
  line-height: 1;
  font-size: 4.2rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .archive__ttlen {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.archive__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .archive__ttl {
    font-size: 1.4rem;
  }
}
.archive__number {
  width: fit-content;
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .archive__number {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.archive__date {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .archive__date {
    font-size: 1.3rem;
  }
}
.archive__contttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .archive__contttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.archive__locate {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .archive__locate {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.archive__linklist {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .archive__linklist {
    gap: 1rem;
  }
}
.archive__link span {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 559px) {
  .archive__link span {
    font-size: 1.6rem;
  }
}

.about {
  padding: 14rem 0 22rem;
  background: url(../img/about__bg.webp) no-repeat center center/contain;
  position: relative;
  background-color: var(--subColor);
}
@media only screen and (max-width: 559px) {
  .about {
    padding: 6rem 0 10rem;
    background: url(../img/about__bg_sp.webp) no-repeat center center/cover;
  }
}
.about__ttlarea {
  position: relative;
}
.about__ttlarea::after {
  content: "";
  width: 1px;
  height: 7rem;
  background-color: var(--mainColor);
  display: block;
  margin-inline: auto;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .about__ttlarea::after {
    height: 5rem;
    margin-bottom: 2.5rem;
  }
}
.about__ttl {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .about__ttl {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
.about__subttl {
  font-size: 2.5rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .about__subttl {
    font-size: 1.8rem;
  }
}
.about__secondttl {
  margin-bottom: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .about__secondttl {
    margin-bottom: 1.5rem;
  }
}
.about__textwrap {
  width: 52rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .about__textwrap {
    width: 100%;
  }
}
.about__text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}
.about__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.about__img {
  position: absolute;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .about__img {
    display: none;
  }
}
.about__img:nth-child(1) {
  top: 10.5rem;
  left: 20rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.17));
  width: 18rem;
}
.about__img:nth-child(2) {
  top: 6.5rem;
  right: 20rem;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.17));
  width: 13rem;
}
.about__img:nth-child(3) {
  top: 35%;
  right: 30rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.17));
  width: 9rem;
}
.about__img:nth-child(4) {
  bottom: 22rem;
  left: 10rem;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.17));
  width: 19.6rem;
}
.about__img:nth-child(5) {
  bottom: 22rem;
  right: 12rem;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.17));
  width: 10.5rem;
}

.company {
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media only screen and (max-width: 559px) {
  .company {
    padding-bottom: 12rem;
    padding-top: 6rem;
  }
}
.company__ttlarea {
  margin-bottom: 11.5rem;
}
@media only screen and (max-width: 559px) {
  .company__ttlarea {
    margin-bottom: 6rem;
  }
}
.company__ttlarea .primary-ttl {
  text-align: center;
  line-height: 1.4;
}
.company__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 1rem;
  place-items: center;
  width: 60%;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .company__list {
    gap: 2rem;
    width: 100%;
  }
}
.company__sponcor {
  height: auto;
}

.member {
  padding: 13rem 0 0;
}
@media only screen and (max-width: 559px) {
  .member {
    padding: 6rem 0 0;
  }
}
.member__ttlarea {
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .member__ttlarea {
    margin-bottom: 3rem;
  }
}
.member__box {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.member__company {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(69, 91, 142, 0.85);
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  padding: 0.7rem 1.4rem;
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .member__company {
    font-size: 1.1rem;
  }
}
.member__company::after {
  content: "";
  background: url(../img/plus__w.webp) no-repeat center center/contain;
  width: 2.1rem;
  height: 2rem;
  bottom: 0.7rem;
  right: 1rem;
  position: absolute;
}
@media only screen and (max-width: 559px) {
  .member__company::after {
    width: 1.5rem;
    right: 0.5rem;
  }
}
.member__card {
  gap: 6.5rem 8rem;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 12rem;
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .member__card {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 6rem;
  }
}
.member__name {
  letter-spacing: 0.43em;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .member__name {
    font-size: 1.4rem;
  }
}
.member__en {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .member__en {
    font-size: 0.6rem;
  }
}

.ticket {
  background-color: var(--mainColor);
  padding-bottom: 12.5rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .ticket {
    padding-bottom: 6rem;
  }
}
.ticket::before {
  content: "";
  background-color: var(--mainColor);
  width: 58rem;
  height: 58rem;
  border-radius: 50%;
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .ticket::before {
    width: 100%;
    height: 40rem;
    top: -7rem;
  }
}
.ticket__ttlja {
  margin-top: -2rem;
}
.ticket__ttlimg {
  margin-top: -2rem;
}
.ticket__ttl img {
  width: 29.7rem;
}
@media only screen and (max-width: 559px) {
  .ticket__ttl img {
    width: 20rem;
  }
}
.ticket__ttlarea {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .ticket__ttlarea {
    margin-bottom: 5rem;
  }
}
.ticket__subttl {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  text-align: center;
  color: #e1deb3;
}
@media only screen and (max-width: 559px) {
  .ticket__subttl {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.ticket__subttlja {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .ticket__subttlja {
    margin-bottom: 2rem;
  }
}
.ticket__subttlja::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  border-top: 2px dashed var(--mainColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 559px) {
  .ticket__subttlja::before {
    border-top: 1px dashed var(--mainColor);
  }
}
.ticket__subttlja span {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0 1rem;
  background: var(--colorW);
  position: relative;
  width: fit-content;
  margin-inline: auto;
  display: block;
}
@media only screen and (max-width: 559px) {
  .ticket__subttlja span {
    font-size: 1.8rem;
  }
}
.ticket__list {
  background-color: var(--colorW);
  border-radius: 2rem;
  padding: 5rem 4rem 4rem;
}
@media only screen and (max-width: 559px) {
  .ticket__list {
    padding: 3rem 0;
  }
}
.ticket__caution {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 1.5rem;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .ticket__caution {
    font-size: 1rem;
  }
}
.ticket__list--01 {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 559px) {
  .ticket__list--01 {
    margin-bottom: 3rem;
    padding-inline: 0;
  }
}
.ticket__list--01 .ticket__item {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .ticket__list--01 .ticket__item {
    margin-bottom: 3rem;
  }
}
.ticket__list--02 .ticket__item {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .ticket__list--02 .ticket__item {
    margin-bottom: 3rem;
    padding-inline: 0;
  }
}

.venue {
  padding: 10rem 0 0;
}
@media only screen and (max-width: 559px) {
  .venue {
    padding: 6rem 0 0;
  }
}
.venue__ttlarea {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .venue__ttlarea {
    margin-bottom: 3rem;
  }
}
.venue__ttl {
  font-size: 2.5rem;
  letter-spacing: 0.075em;
  margin-bottom: 2.8rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .venue__ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.venue__textarea {
  width: 72.5rem;
  margin-inline: auto;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .venue__textarea {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.venue__text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .venue__text {
    font-size: 1.3rem;
  }
}
.venue__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .venue__card {
    column-gap: 2rem;
    padding-bottom: 5rem;
  }
}

.access {
  padding: 10rem 0 0;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .access {
    width: 100%;
    padding: 4rem 0 0;
  }
}
.access__ttlarea {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .access__ttlarea {
    margin-bottom: 3rem;
  }
}
.access__map {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .access__map {
    aspect-ratio: 16/9;
    overflow: hidden;
    margin-bottom: 3rem;
  }
}
.access__map iframe {
  width: 100%;
  height: 47rem;
  object-fit: cover;
  border-radius: 2rem;
}
@media only screen and (max-width: 559px) {
  .access__map iframe {
    height: 100%;
  }
}
.access__btn {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 559px) {
  .access__btn {
    justify-content: center;
  }
}
.access__link {
  position: relative;
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: 1.6rem;
  width: 34rem;
  height: 7.5rem;
  border-radius: calc(infinity * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .access__link {
    font-size: 1.4rem;
    width: 100%;
    height: 6rem;
  }
}
.access__link::before {
  content: "";
  background: url(../img/hotel.webp) no-repeat center center/contain;
  width: 3.6rem;
  height: 3.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.access__link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--colorW);
  display: inline-block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.access__wrap {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .access__wrap {
    padding-bottom: 6rem;
  }
}

.route {
  padding: 8rem 0;
}
@media only screen and (max-width: 559px) {
  .route {
    padding: 6rem 0;
  }
}
.route--plane, .route--train {
  background-color: var(--accentColor);
}
.route__ttl {
  font-size: 3rem;
  color: var(--mainColor);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .route__ttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.route__flex {
  display: flex;
  gap: 7.5rem;
}
@media only screen and (max-width: 559px) {
  .route__flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.route__list {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .route__list {
    margin: 0;
  }
}
.route__item {
  display: flex;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.0555555556;
}
@media only screen and (max-width: 559px) {
  .route__item {
    font-size: 1.4rem;
  }
}
.route__item span {
  color: #c7cedd;
}

.train__img {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .train__img {
    margin-bottom: 1.5rem;
  }
}
.train__text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 559px) {
  .train__text {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 559px) {
  .train__icon {
    width: 2rem;
    height: auto;
  }
}

.car__img {
  width: 48rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .car__icon {
    width: 2.5rem;
    height: auto;
  }
}

.faq {
  background-color: var(--mainColor);
  padding: 11rem 0;
}
@media only screen and (max-width: 559px) {
  .faq {
    padding: 6rem 0;
  }
}
.faq__ttlarea {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .faq__ttlarea {
    margin-bottom: 3rem;
  }
}

.get {
  padding: 10rem 0 9.5rem;
}
@media only screen and (max-width: 559px) {
  .get {
    padding: 5rem 0;
  }
}
.get__ttlarea {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .get__ttlarea {
    margin-bottom: 3rem;
  }
}
.get__flex {
  gap: 12rem;
  margin-bottom: 8rem;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .get__flex {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 4rem;
  }
}
.get__flex::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--mainColor);
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 559px) {
  .get__flex::after {
    display: none;
  }
}
.get__btntext {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-bottom: 1rem;
  padding: 0 1rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .get__btntext {
    font-size: 1.6rem;
  }
}
.get__btntext span {
  padding: 0 1rem;
}
.get__btntext--red {
  color: #fd0000;
}
.get__btntext--blue {
  color: var(--mainColor);
}
.get__btntext img {
  width: 1.5rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .get__btntext img {
    width: 1rem;
  }
}
.get__btnlink {
  width: 40rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorW);
  background: var(--mainColor);
  border-radius: calc(infinity * 1px);
  position: relative;
}
.get__btnlink::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--colorW);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.get__btnlink--soldout {
  pointer-events: none;
}
.get__btnlink--gray {
  background-color: var(--accentColor);
  color: var(--black);
  border-color: var(--accentColor);
}
.get__btnlink--gray::after {
  color: var(--accentColor);
}
@media only screen and (max-width: 559px) {
  .get__btnlink {
    width: 100%;
    height: 6rem;
  }
}
.get__subttl {
  margin-bottom: 2.8rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 559px) {
  .get__subttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.get__caution {
  color: var(--mainColor);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 0.5rem;
  line-height: 1.2;
}

.schedule {
  position: relative;
  padding: 10rem 0 12.5rem;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .schedule {
    padding: 5rem 0 6rem;
  }
}
.schedule__ttlarea {
  margin-bottom: 2.4rem;
}
.schedule__text {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 2rem;
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .schedule__text {
    font-size: 1rem;
  }
}
.schedule__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  gap: 2rem;
  width: 92rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .schedule__list {
    width: 100%;
  }
}
.schedule__item {
  border-radius: 1rem;
  background: #f4f4f4;
  border: 2px solid #f9ce00;
  overflow: hidden;
}
.schedule__item .schedule__flex--01,
.schedule__item button.modal-trigger {
  background-color: #f9ce00;
}
.schedule__item--official_session {
  border: 2px solid #f56900;
}
.schedule__item--official_session .schedule__flex--01,
.schedule__item--official_session button.modal-trigger {
  background-color: #f56900;
}
.schedule__item--partner_session {
  border: 2px solid #ea061c;
}
.schedule__item--partner_session .schedule__flex--01,
.schedule__item--partner_session button.modal-trigger {
  background-color: #ea061c;
}
.schedule__item--official_discussion {
  border: 2px solid #6b0627;
}
.schedule__item--official_discussion .schedule__flex--01,
.schedule__item--official_discussion button.modal-trigger {
  background-color: #6b0627;
}
.schedule__item--partner_discussion {
  border: 2px solid #2678a6;
}
.schedule__item--partner_discussion .schedule__flex--01,
.schedule__item--partner_discussion button.modal-trigger {
  background-color: #2678a6;
}
.schedule__category {
  margin-bottom: 0.5rem;
}
.schedule__category span {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: calc(infinity * 1px);
  background-color: var(--mainColor);
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .schedule__category span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .schedule__category {
    margin-bottom: 0.5rem;
  }
}
.schedule__itemttl {
  line-height: 1.45;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .schedule__itemttl {
    font-size: 1.4rem;
  }
}
.schedule__itemsubtitle {
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .schedule__itemsubtitle {
    font-size: 1rem;
  }
}
.schedule__time {
  color: var(--colorW);
  text-align: center;
  font-size: 2.3rem;
}
@media only screen and (max-width: 559px) {
  .schedule__time {
    font-size: 1.4rem;
  }
}
.schedule__flex {
  padding: 3rem;
}
@media only screen and (max-width: 559px) {
  .schedule__flex {
    padding: 3rem 1rem;
  }
}
.schedule__flex--01 {
  width: 12rem;
  background-color: #dee3e5;
}
@media only screen and (max-width: 559px) {
  .schedule__flex--01 {
    width: 5.5rem;
  }
}
.schedule__flex--02 {
  width: calc(100% - 12rem);
  padding: 3.5rem 3rem;
}
@media only screen and (max-width: 559px) {
  .schedule__flex--02 {
    width: calc(100% - 5.5rem);
    padding: 3rem 1rem;
  }
}
.schedule__speaker {
  background-color: var(--colorW);
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  position: relative;
  margin-top: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.schedule__carenderitem {
  background: var(--colorW);
  padding-block: 5.5rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 559px) {
  .schedule__carenderitem {
    padding-inline: 1rem;
    padding-block: 3rem;
    border-radius: 1rem;
  }
}
.schedule__carenderitem:not(:last-child) {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 559px) {
  .schedule__carenderitem:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.speaker {
  background-color: var(--colorW);
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  position: relative;
}
.speaker__photo {
  min-width: 8rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 559px) {
  .speaker__photo {
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
  }
}
.speaker__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .speaker__area {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.speaker__company {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .speaker__company {
    font-size: 1rem;
    width: 16rem;
  }
}
.speaker__name {
  font-size: 2rem;
  letter-spacing: 0.25em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .speaker__name {
    font-size: 1.3rem;
  }
}
.speaker__flex--01 {
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 559px) {
  .speaker__flex--01 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.speaker__flex--02 {
  align-items: flex-start;
  gap: 1rem;
}
.speaker__cont {
  margin-top: 0.5rem;
}
.speaker__logoarea {
  display: flex;
  margin-top: 1rem;
  gap: 0.5rem;
}
.speaker__logofigure {
  width: auto;
  max-width: 10rem;
  max-height: 4.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .speaker__logofigure {
    max-width: 8rem;
    max-height: 3.5rem;
  }
}
.speaker__logoimg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .speaker__logoimg {
    max-height: 3.5rem;
  }
}

.modal__flex {
  gap: 5rem;
  color: var(--mainColor);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .modal__flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.modal__flex figure {
  text-align: center;
}
.modal__head {
  margin-bottom: 1rem;
}
.modal__head:last-child {
  margin-bottom: 1.5rem;
}
.modal__company {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
.modal__position {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.modal__name {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1;
  letter-spacing: 0.25em;
}
.modal__text {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .modal__text {
    font-size: 1.3rem;
  }
}
.modal__photo {
  width: 21rem;
  height: 27.5rem;
  border-radius: 1rem;
  overflow: hidden;
  object-fit: cover;
}
.modal__cont {
  width: calc(100% - 21rem - 5rem);
}
@media only screen and (max-width: 559px) {
  .modal__cont {
    width: 100%;
  }
}
.modal__logoarea {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.modal__logofigure {
  width: auto;
  max-height: 10rem;
  max-width: 20rem;
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .modal__logofigure {
    max-width: 11rem;
  }
}
.modal__logoimg {
  width: auto;
  height: auto;
  max-height: 10rem;
  max-width: 100%;
}
@media only screen and (max-width: 559px) {
  .modal__logoimg {
    max-height: 8rem;
  }
}

dialog {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 6.5rem 9.5rem;
  max-width: 90rem;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  dialog {
    max-width: 85%;
    height: 60%;
    padding: 5rem 2rem;
    margin-top: calc(var(--l-hdr__hight) + 2.6rem);
  }
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

button.modal-trigger {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2.3rem;
  height: 2.3rem;
  background: #f36;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  cursor: pointer;
}
button.modal-trigger::after {
  content: "+";
  line-height: 1;
  font-size: 1.9rem;
  color: var(--colorW);
  width: 1.1rem;
  height: 2.05rem;
}
@media only screen and (max-width: 1280px) {
  button.modal-trigger::after {
    margin-top: -0.5rem;
    display: inline-block;
  }
}
@media only screen and (max-width: 559px) {
  button.modal-trigger::after {
    margin-top: -0.2rem;
  }
}

button.modal-close {
  width: 4rem;
  height: 4rem;
  background: var(--mainColor);
  position: absolute;
  top: 2rem;
  right: 2rem;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 559px) {
  button.modal-close {
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: calc(var(--l-hdr__hight) + 3.6rem);
  }
}
button.modal-close::before {
  content: "+";
  color: var(--colorW);
  font-size: 4rem;
  font-weight: 700;
  transform: rotate(45deg);
  margin-top: -0.3rem;
  margin-left: 0.4rem;
}
@media only screen and (max-width: 559px) {
  button.modal-close::before {
    font-size: 2.5rem;
  }
}

.single-conference {
  padding-bottom: 20rem;
}
.single-conference .l-hdr {
  position: relative;
}
.single-conference .holder {
  padding-top: 10rem;
}

.day__wrap {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  justify-content: center;
  align-items: baseline;
}
@media only screen and (max-width: 559px) {
  .day__wrap {
    flex-direction: column;
    gap: 0rem;
  }
}
.day__number {
  font-size: 2.5rem;
  letter-spacing: 0.075em;
  display: flex;
  gap: 2rem;
  background-color: var(--mainColor);
  color: var(--colorW);
  padding-inline: 2rem;
  border-radius: calc(infinity * 1px);
  align-items: center;
  padding-block: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .day__number {
    margin-inline: auto;
    padding-inline: 4rem;
    font-size: 1.8rem;
    gap: 1rem;
  }
}
.day__img {
  width: 2.9rem;
  height: 2.9rem;
}
@media only screen and (max-width: 559px) {
  .day__img {
    width: 1.9rem;
    height: 1.9rem;
  }
}
.day__date {
  font-size: 5rem;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .day__date {
    font-size: 3rem;
    margin-inline: auto;
  }
}
.day__date span {
  font-size: 80%;
}
.day__date .week {
  font-size: 65%;
}

.contact {
  background-color: var(--mainColor);
  padding-top: var(--l-hdr__hight);
  padding-bottom: 10rem;
  border-bottom: 1px solid var(--colorW);
}
@media only screen and (max-width: 559px) {
  .contact {
    padding-bottom: 6rem;
  }
}
.contact__block {
  padding-top: 10rem;
}
@media only screen and (max-width: 559px) {
  .contact__block {
    padding-top: 5rem;
  }
}
.contact__ttl {
  color: var(--colorW);
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .contact__ttl {
    font-size: 2.4rem;
  }
}
.contact__text {
  max-width: 48rem;
  margin: 2.6rem auto 0;
  color: var(--colorW);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 11rem;
}
@media only screen and (max-width: 559px) {
  .contact__text {
    font-size: 1.4rem;
    margin-bottom: 6rem;
    margin-top: 1rem;
  }
}
.contact__stepbox {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin: auto;
  justify-content: center;
  margin-bottom: 8.5rem;
}
@media only screen and (max-width: 559px) {
  .contact__stepbox {
    flex-direction: column;
    gap: 6rem;
    margin-bottom: 6rem;
  }
}
.contact__step {
  position: relative;
  width: 100%;
}
.contact__step:nth-of-type(2) {
  margin-left: -1.8rem;
}
@media only screen and (max-width: 559px) {
  .contact__step:nth-of-type(2) {
    margin-left: 0;
  }
}
.contact__label {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 7.5rem;
}
@media only screen and (max-width: 559px) {
  .contact__label {
    width: 5.5rem;
  }
}
.contact__inner {
  max-width: 46.7rem;
  width: 100%;
  padding: 4rem 2rem 2.7rem;
  background: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .contact__inner {
    padding: 3rem 2rem 3.3rem;
  }
}
.contact__inner--left {
  max-width: 48.8rem;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
}
@media only screen and (max-width: 559px) {
  .contact__inner--left {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 50% 100%, 0% 84%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 50% 100%, 0% 84%);
  }
}
.contact__inner--left .contact__stepttl img {
  width: 3.1rem;
}
.contact__inner--right {
  -webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 8% 100%, 0% 100%, 8% 50%);
  clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 8% 100%, 0% 100%, 8% 50%);
}
@media only screen and (max-width: 559px) {
  .contact__inner--right {
    clip-path: none;
  }
}
.contact__inner--right .contact__stepttl img {
  width: 3.4rem;
}
.contact__inner--right .contact__steptext {
  padding: 0 9rem;
}
@media only screen and (max-width: 559px) {
  .contact__inner--right .contact__steptext {
    padding: 0 2rem;
  }
}
.contact__stepttl {
  color: var(--black);
  font-size: 2.6rem;
  font-weight: 400;
  justify-content: center;
  gap: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .contact__stepttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.contact__stepttl img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.5rem;
}
.contact__steptext {
  color: var(--black);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3rem;
  text-align: left;
  padding: 0 2rem;
}
@media only screen and (max-width: 559px) {
  .contact__steptext {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.contact__stepcaution {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  color: #dc0700;
}
@media only screen and (max-width: 559px) {
  .contact__stepcaution {
    font-size: 1rem;
  }
}

.contact_form__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .contact_form__item {
    flex-direction: column;
  }
}

.contact_form__item + .contact_form__item {
  margin-top: 6rem;
}
@media only screen and (max-width: 559px) {
  .contact_form__item + .contact_form__item {
    margin-top: 2.5rem;
  }
}

.contact_form__item + .c-btn {
  margin-top: 7.6rem;
}
@media only screen and (max-width: 559px) {
  .contact_form__item + .c-btn {
    margin-top: 3rem;
  }
}

.contact_form__title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  flex-shrink: 0;
  margin-top: 1.5rem;
  min-width: 25rem;
}
@media only screen and (max-width: 559px) {
  .contact_form__title {
    font-size: 1.6rem;
  }
}

.contact_form__require {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.44;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 1px 8px 2px;
  background: #e0ddbb;
  border-radius: 5px;
}

.contact_form__main {
  width: calc(100% - 26rem - 2rem);
  width: 100%;
  position: relative;
}

.contact_form__input__plan .wpcf7-form-control-wrap {
  position: relative;
}
.contact_form__input__plan .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(calc(-50% - 1px)) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 2px solid rgb(112, 112, 112);
  border-right: 2px solid rgb(112, 112, 112);
  pointer-events: none;
  z-index: 1;
}

.contact_form__input__plan .wpcf7-form-control-wrap.error::after {
  top: 15%;
}

.contact_form__input select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.contact_form__input input,
.contact_form__input textarea,
.contact_form__input select {
  width: 100%;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 5px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
}

.contact_form__input input::placeholder,
.contact_form__input textarea::placeholder,
.contact_form__input select::placeholder {
  color: #aaaaaa;
}

.contact_form__input input.is-error,
.contact_form__input textarea.is-error,
.contact_form__input select.is-error {
  background: #fff2f2;
}

.contact_form__input select {
  padding: 1.4rem 7rem 1.4rem 2.6rem;
}

.contact_form__input--caption {
  display: flex;
  margin-top: 1rem;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
}

.contact_form__input--caption-asterisk::before {
  content: "※";
}

.contact_form__input--error {
  display: flex;
  margin: 1.2rem 0.4rem 1rem;
  color: #e0ddbb;
  font-size: 1.6rem;
  font-weight: 500;
}

.contact_form__input--error::before {
  content: "！";
}

.contact_form .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.contact_form .wpcf7-radio {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.contact_form .wpcf7-radio input[type=radio] {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.contact_form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.contact_form .wpcf7-radio .wpcf7-list-item,
.contact_form .wpcf7-radio .wpcf7-list-item-label {
  max-width: 31rem;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 559px) {
  .contact_form .wpcf7-radio .wpcf7-list-item,
  .contact_form .wpcf7-radio .wpcf7-list-item-label {
    max-width: 100%;
  }
}

.contact_form .wpcf7-radio .wpcf7-list-item::after,
.contact_form .wpcf7-radio .wpcf7-list-item-label::after {
  display: none;
}

.contact_form .wpcf7-radio .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label,
.contact_form .wpcf7-radio .wpcf7-list-item-label:nth-child(1) .wpcf7-list-item-label {
  white-space: pre-line;
}

.contact_form .wpcf7-radio .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before,
.contact_form .wpcf7-radio .wpcf7-list-item-label:nth-child(1) .wpcf7-list-item-label::before {
  width: 5.6rem;
  background: url("../img/icon_form_01_white.webp") no-repeat center center/contain;
}
@media only screen and (max-width: 559px) {
  .contact_form .wpcf7-radio .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before,
  .contact_form .wpcf7-radio .wpcf7-list-item-label:nth-child(1) .wpcf7-list-item-label::before {
    width: 3.6rem;
  }
}

.contact_form .wpcf7-radio .wpcf7-list-item:nth-child(1) input:checked + .wpcf7-list-item-label::before,
.contact_form .wpcf7-radio .wpcf7-list-item-label:nth-child(1) input:checked + .wpcf7-list-item-label::before {
  background: url("../img/icon_form_01_black.webp") no-repeat center center/contain;
}

.contact_form .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before,
.contact_form .wpcf7-radio .wpcf7-list-item-label:nth-child(2) .wpcf7-list-item-label::before {
  width: 5.3rem;
  background: url("../img/icon_form_02_white.webp") no-repeat center center/contain;
}
@media only screen and (max-width: 559px) {
  .contact_form .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before,
  .contact_form .wpcf7-radio .wpcf7-list-item-label:nth-child(2) .wpcf7-list-item-label::before {
    width: 3.3rem;
  }
}

.contact_form .wpcf7-radio .wpcf7-list-item:nth-child(2) input:checked + .wpcf7-list-item-label::before,
.contact_form .wpcf7-radio .wpcf7-list-item-label:nth-child(2) input:checked + .wpcf7-list-item-label::before {
  background: url("../img/icon_form_02_gold.webp") no-repeat center center/contain;
}

.contact_form .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.contact_form .wpcf7-radio .wpcf7-list-item-label input:checked + .wpcf7-list-item-label {
  background: #e0ddbb;
  color: #ffffff;
  border: none;
  border: 2px solid #e0ddbb;
}

.contact_form .wpcf7-radio .wpcf7-list-item input:disabled + .wpcf7-list-item-label,
.contact_form .wpcf7-radio .wpcf7-list-item-label input:disabled + .wpcf7-list-item-label {
  background: #848484;
  color: #fff;
  cursor: initial;
  border: none;
  border: 2px solid #848484;
}

.contact_form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.contact_form .wpcf7-radio .wpcf7-list-item-label .wpcf7-list-item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  min-height: 11rem;
  padding: 0.8rem 2.1rem;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  background: var(--colorW);
  cursor: pointer;
  transition: 0.2s background, 0.2s color;
}
@media only screen and (max-width: 559px) {
  .contact_form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
  .contact_form .wpcf7-radio .wpcf7-list-item-label .wpcf7-list-item-label {
    font-size: 1.2rem;
    min-height: 4rem;
    justify-content: flex-start;
  }
}

.contact_form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before,
.contact_form .wpcf7-radio .wpcf7-list-item-label .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  flex-shrink: 0;
}

.contact_form__note {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .contact_form__note {
    font-size: 1rem;
  }
}

.bt_submit {
  width: 100%;
  display: flex;
  margin-top: 7rem;
  justify-content: center;
  margin-top: 3.5rem;
}

.bt_submit .wpcf7-spinner {
  position: absolute;
}

.bt_submit__box {
  position: relative;
  max-width: 37.6rem;
  width: 100%;
  height: 7.5rem;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.5s;
}
@media only screen and (max-width: 559px) {
  .bt_submit__box {
    height: 6rem;
  }
}
.bt_submit__box:hover::after {
  color: var(--mainColor);
}

.bt_submit__box > p {
  display: contents;
}

.bt_submit__box::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--colorW);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 50;
  transition: 0.5s;
}

.bt_submit .wpcf7-submit {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #e0ddbb;
  border-radius: 100px;
  color: var(--colorW);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.5s;
}
.bt_submit .wpcf7-submit:hover {
  background: var(--colorW);
  color: var(--mainColor);
}

.contact_form__note + script + div,
.wpcf7 form.sent .wpcf7-response-output {
  color: var(--colorW) !important;
}

.error-message {
  font-size: 1.8rem;
  padding-top: 1rem;
  color: #fd0000;
}

.grecaptcha-badge#wp-custom-css {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  display: block !important;
  z-index: 9999 !important;
}

.contact-thnaks p,
.contact-thnaks h1 {
  color: #fff;
}

.bottom_block__email {
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.thanks__ttl {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .thanks__ttl {
    margin-bottom: 4rem;
  }
}

.contact__thankstext {
  font-size: 2rem;
  text-align: center;
}
.contact__thankstext:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .contact__thankstext:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.contact__thankstext--01 {
  margin-bottom: 0;
}
@media only screen and (max-width: 559px) {
  .contact__thankstext {
    font-size: 1.4rem;
    text-align: left;
  }
}

.thanks__name {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .thanks__name {
    font-size: 1.4rem;
  }
}

.thanks__btn {
  background-color: #e0ddbb;
  color: white;
  width: 34rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
}
@media only screen and (max-width: 559px) {
  .thanks__btn {
    width: 100%;
    height: 6rem;
  }
}
.thanks__btn:hover {
  opacity: 1;
  color: var(--mainColor);
}

.thanks__btnarea {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .thanks__btnarea {
    margin-top: 2rem;
  }
}

.login {
  background-color: var(--mainColor);
  padding-top: var(--l-hdr__hight);
  padding: 10rem 0;
}
.login input {
  width: 30rem;
  height: 5rem;
  padding: 1rem;
  box-sizing: border-box;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 559px) {
  .login input {
    width: 100%;
  }
}
.login input[type=submit] {
  width: 40rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background-color: var(--colorW);
  border-radius: 100px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.5s;
  margin-bottom: 0;
}
@media only screen and (max-width: 559px) {
  .login input[type=submit] {
    width: 100%;
  }
}
.login input[type=submit]:hover {
  background-color: var(--mainColor);
  color: var(--colorW);
  border: 1px solid var(--colorW);
}
.login__text {
  font-size: 2rem;
  color: var(--colorW);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1;
}
.login__block {
  text-align: center;
}
.login .input__block {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login__errortext {
  color: var(--colorW);
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
}

.wpcf7-validates-as-email + p + span {
  display: none !important;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  color: #fff;
}

.company__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  width: 100%;
}

.company__sponsor {
  width: 83.8rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .company__sponsor {
    width: 28.5rem;
  }
}
.company__sponsorwrap {
  display: block;
  text-align: center;
}

div#wpadminbar {
  display: none;
}

.repro {
  width: 40%;
  margin-top: -6rem;
}
@media only screen and (max-width: 559px) {
  .repro {
    width: 80%;
    margin-top: -4rem;
  }
}

.b-hdr {
  background-color: var(--mainColor);
  padding: 2rem 3.5rem;
}
@media only screen and (max-width: 559px) {
  .b-hdr {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .b-hdr__logo {
    text-align: center;
  }
}
.b-hdr__logoimg {
  width: 16rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .b-hdr__logoimg {
    width: 12rem;
  }
}

.b-ftr {
  background-color: var(--mainColor);
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .b-ftr {
    height: 3.5rem;
  }
}
.b-ftr__copy {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  color: var(--colorW);
  font-family: "Noto Sans JP", sans-serif;
}

.b-main {
  background-color: var(--accentColor);
  padding: 11rem 0 5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
}
@media only screen and (max-width: 559px) {
  .b-main {
    padding: 5rem 0 2.5rem;
  }
}

.b-inner--single {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .b-inner--single {
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
  }
}

.p-articles__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .p-articles__title {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.p-articles__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .p-articles__subtitle {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.p-articles__cat {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 1;
  border: 1px solid;
  border-radius: calc(infinity * 1px);
  width: fit-content;
  padding: 0.4rem 0.7rem;
}
@media only screen and (max-width: 559px) {
  .p-articles__cat {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.p-articles__figure img {
  width: 14rem;
  height: 9.2rem;
  object-fit: cover;
}
@media only screen and (max-width: 559px) {
  .p-articles__figure img {
    width: 100%;
    height: auto;
  }
}
.p-articles__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .p-articles__flex {
    flex-direction: column;
  }
}

.p-articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 559px) {
  .p-articles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
.p-articles__item {
  background: #fff;
  padding: 2rem;
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .p-articles__item {
    padding: 1rem;
  }
}
.p-articles__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.p-articles__date {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  position: relative;
  top: -2.5rem;
}
@media only screen and (max-width: 559px) {
  .p-articles__date {
    top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.p-articles__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2777777778;
  letter-spacing: 0.025em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-top: -2.5rem;
}
@media only screen and (max-width: 559px) {
  .p-articles__ttl {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.p-articles__pager {
  text-align: center;
}
.p-articles__pager .page-numbers {
  display: inline-block;
  margin: 0 4px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-articles__pager .page-numbers.current {
  border-bottom: 1px solid;
}

.screen-reader-text {
  display: none;
}

.p-blog__article {
  width: 66rem;
}
@media only screen and (max-width: 559px) {
  .p-blog__article {
    width: 100%;
  }
}
.p-blog__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.p-blog__cat {
  border: 1px solid;
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  margin: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .p-blog__cat {
    font-size: 1.2rem;
  }
}
.p-blog__date {
  font-size: 1.4rem;
  color: #c5c5c5;
  letter-spacing: 0.025em;
}
.p-blog__title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .p-blog__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-blog__thumb {
  margin-bottom: 2rem;
}
.p-blog__thumb img {
  width: 100%;
  height: auto;
}
.p-blog__content {
  font-size: 1.6rem;
  line-height: 1.8125;
}
@media only screen and (max-width: 559px) {
  .p-blog__content {
    font-size: 1.4rem;
  }
}
.p-blog__content p {
  margin-bottom: 1.5em;
}
.p-blog__content img {
  max-width: 100%;
  height: auto;
}
.p-blog__related {
  margin-top: 10rem;
  text-align: center;
  width: 34rem;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 559px) {
  .p-blog__related {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-blog__related-title {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align-last: left;
}
@media only screen and (max-width: 559px) {
  .p-blog__related-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-blog__related-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .p-blog__related-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 559px) {
  .p-blog__related-list a:last-child {
    display: none;
  }
}
.p-blog__related-item {
  text-align: left;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  padding: 2rem;
}
.p-blog__related-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.p-blog__related-date {
  font-size: 0.85rem;
  color: #666;
  margin: 0.5rem 1rem;
}
.p-blog__related-ttl {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 1rem 1rem;
}

.p-single__pager {
  display: flex;
  justify-content: center;
  margin: 10rem 0 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .p-single__pager {
    margin: 5rem 0 0;
  }
}

.p-single__pager-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.p-single__pager-prev a,
.p-single__pager-next a {
  text-decoration: none;
  font-weight: 500;
}

.p-single__pager-current span {
  text-decoration: underline;
}

.p-blog {
  /* ==========================
  WordPress default block styling reset
  ========================== */
  /* 全体の余白調整 */
  /* 画像の中央寄せ・左右寄せなど */
  /* ==========================
  Gutenberg Columns対応
  ========================== */
  /* スマホ対応（1カラムに） */
  /* ==========================
  Gallery（画像並び）対応
  ========================== */
  /* ==========================
  キャプションの見やすさ
  ========================== */
  /* ==========================
  本文のベース整え
  ========================== */
  /* ==========================
  浮動要素のクリア
  ========================== */
}
.p-blog .wp-block-image,
.p-blog .wp-block-gallery,
.p-blog .wp-block-columns,
.p-blog .wp-block-column,
.p-blog figure,
.p-blog img {
  max-width: 100%;
  height: auto;
}
.p-blog .aligncenter {
  display: block;
  margin: 2rem auto;
  text-align: center;
}
.p-blog .alignleft {
  float: left;
  margin: 0 2rem 1rem 0;
}
.p-blog .alignright {
  float: right;
  margin: 0 0 1rem 2rem;
}
.p-blog .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; /* カラム間余白 */
  margin: 2rem 0;
}
.p-blog .wp-block-column {
  flex: 1 1 0;
  min-width: 250px;
}
@media (max-width: 768px) {
  .p-blog .wp-block-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-blog .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 559px) {
  .p-blog .wp-block-gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.p-blog .wp-block-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-blog figcaption {
  text-align: center;
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
}
.p-blog .entry-content p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.p-blog .entry-content p:last-of-type {
  margin-bottom: 0;
}
.p-blog .entry-content img {
  display: block;
}
.p-blog .entry-content::after {
  content: "";
  display: block;
  clear: both;
}
.p-blog img.wp-smiley,
.p-blog img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.p-blog .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.p-blog .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-blog .addtoany_share_save_container {
  display: none;
}
@media only screen and (max-width: 559px) {
  .p-blog .p-blog .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
  }
  .p-blog .p-blog .wp-block-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    transition: transform 0.3s ease;
  }
  .p-blog .p-blog .wp-block-gallery img:hover {
    transform: scale(1.02);
  }
  .p-blog .p-blog .wp-block-gallery figure {
    margin: 0;
  }
  .p-blog .p-blog .wp-block-gallery figcaption {
    text-align: center;
    font-size: 0.85rem;
    color: #555;
    margin-top: 0.4rem;
  }
  .p-blog .p-blog .wp-block-gallery.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-blog .p-blog .wp-block-gallery.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-blog .p-blog .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-blog .wp-block-heading {
  font-size: 120%;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-blog__category {
  margin-top: 2rem;
  width: 34rem;
}
@media only screen and (max-width: 559px) {
  .p-blog__category {
    width: 100%;
  }
}

.p-blog__category-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 559px) {
  .p-blog__category-list {
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.p-blog__category-list a {
  display: inline-block;
  border: 1px solid;
  border-radius: calc(infinity * 1px);
  padding: 0.4rem 1rem;
  font-size: 1.6rem;
  text-decoration: none;
}
@media only screen and (max-width: 559px) {
  .p-blog__category-list a {
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
  }
}

.category {
  padding: 0;
}
/*# sourceMappingURL=style.css.map */
.p-blog a {
    word-break: break-all;
    overflow-wrap: break-word;
}
.bt_submit .wpcf7-submit {
    margin: 7rem 0 0;
}
.contact_form__note{
 margin-bottom: 7rem;
}
.bt_submit__box::after{
 display: none;
}