@charset "UTF-8";
/* CSS Document */
/*=====================================
 WP 初期設定
=====================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-image {
  margin-top: 10px;
  margin-bottom: 30px;
}

.wp-block-gallery {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
.wp-block-gallery > .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-image figcaption {
  font-size: 1.5rem;
}
@media (max-width: 540px) {
  .wp-block-image figcaption {
    font-size: 1.4rem;
  }
}

.wp-block-button__link {
  font-size: 15px !important;
  margin-bottom: 8px;
  padding: 14px 20px 15px !important;
}

.wp-block-button__link:hover {
  color: #fff;
}

.wp-block-separator {
  border-top: none !important;
}

.single_page {
  padding-top: 50px;
}
@media (max-width: 840px) {
  .single_page {
    padding-top: 30px;
  }
}
@media (max-width: 540px) {
  .single_page {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 540px) {
  .wp-block-buttons > .wp-block-button.wp-block-button__width-25,
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: 85% !important;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: 95% !important;
  }
}
.single_page,
.pages_page {
  --wp--preset--spacing--20: 15px;
  --wp--preset--spacing--30: 25px;
  --wp--preset--spacing--40: 35px;
  --wp--preset--spacing--50: 45px;
  --wp--preset--spacing--60: 80px;
  --wp--preset--spacing--70: 100px;
  --wp--preset--spacing--80: 120px;
  --wp--preset--font-size--x-large: 25px;
  --wp--preset--font-size--large: 20px;
  --wp--preset--font-size--medium: 15px;
  --wp--preset--font-size--small: 13px;
}

@media (max-width: 540px) {
  .single_page,
  .pages_page {
    --wp--preset--spacing--20: 15px;
    --wp--preset--spacing--30: 25px;
    --wp--preset--spacing--40: 35px;
    --wp--preset--spacing--50: 45px;
    --wp--preset--spacing--60: 70px;
    --wp--preset--spacing--70: 80px;
    --wp--preset--spacing--80: 100px;
    --wp--preset--font-size--x-large: 22px;
    --wp--preset--font-size--large: 18px;
    --wp--preset--font-size--medium: 14px;
    --wp--preset--font-size--small: 12px;
  }
}
/*=====================================
 Single
=====================================*/
/* title */
.single_page .single-title-container {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #606060;
}
@media (max-width: 540px) {
  .single_page .single-title-container {
    margin-bottom: 30px;
  }
}
.single_page .single-title-container .jp-large {
  line-height: 1.5;
}
.single_page .single-title-container .single-cat {
  margin-bottom: 18px;
}
@media (max-width: 540px) {
  .single_page .single-title-container .single-cat {
    margin-bottom: 12px;
  }
}
.single_page .single-title-container .single-cat span {
  display: inline-block;
  background-color: #838f8f;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15rem;
  padding: 5px 5px;
  margin-right: 10px;
}
.single_page .single-title-container .single-date {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1;
  color: #575757;
}

.low-page-lp-title {
  margin-bottom: 70px;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 840px) {
  .low-page-lp-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .low-page-lp-title {
    margin-bottom: 30px;
  }
}

.single_page article,
.pages_page article {
  word-wrap: break-word;
  margin-bottom: 70px;
}
.single_page article h2, .single_page article h3, .single_page article h4, .single_page article h5,
.pages_page article h2,
.pages_page article h3,
.pages_page article h4,
.pages_page article h5 {
  line-height: 1.4;
  font-weight: 700;
}
.single_page article h2,
.pages_page article h2 {
  font-size: 2.2rem;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #606060;
}
@media (max-width: 540px) {
  .single_page article h2,
  .pages_page article h2 {
    font-size: 2rem;
    margin-top: 50px;
  }
}
.single_page article h3,
.pages_page article h3 {
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .single_page article h3,
  .pages_page article h3 {
    font-size: 1.8rem;
  }
}
.single_page article h4,
.pages_page article h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .single_page article h4,
  .pages_page article h4 {
    font-size: 1.7rem;
  }
}
.single_page article h5,
.pages_page article h5 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .single_page article h5,
  .pages_page article h5 {
    font-size: 1.6rem;
  }
}
.single_page article p,
.pages_page article p {
  margin-bottom: 1rem;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media (max-width: 540px) {
  .single_page article p,
  .pages_page article p {
    font-size: 1.5rem;
  }
}
.single_page article p a,
.pages_page article p a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #bf1818;
}
.single_page article p strong,
.pages_page article p strong {
  font-weight: 700;
}
.single_page article ul, .single_page article ol,
.pages_page article ul,
.pages_page article ol {
  margin-bottom: 1.6rem;
}
@media (max-width: 540px) {
  .single_page article ul, .single_page article ol,
  .pages_page article ul,
  .pages_page article ol {
    font-size: 1.5rem;
  }
}
.single_page article ul li,
.pages_page article ul li {
  list-style: initial;
  margin-left: 20px;
  font-size: 1.6rem;
}
@media (max-width: 540px) {
  .single_page article ul li,
  .pages_page article ul li {
    font-size: 1.5rem;
  }
}
.single_page article ol li,
.pages_page article ol li {
  list-style: initial;
  list-style-type: decimal;
  margin-left: 20px;
}
.single_page article mark,
.pages_page article mark {
  font-style: normal;
}
.single_page article .bg-box,
.pages_page article .bg-box {
  padding: 40px 40px 25px 40px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .single_page article .bg-box,
  .pages_page article .bg-box {
    padding: 20px 15px 10px 15px;
  }
}
.single_page article .has-background,
.pages_page article .has-background {
  padding: 30px 30px 30px;
}
@media (max-width: 540px) {
  .single_page article .has-background,
  .pages_page article .has-background {
    padding: 25px 20px 25px;
  }
}
.single_page article .has-background .has-background,
.pages_page article .has-background .has-background {
  padding: 15px;
}
.single_page article .bg-txt,
.pages_page article .bg-txt {
  padding: 15px !important;
}
.single_page article .has-inline-color,
.pages_page article .has-inline-color {
  letter-spacing: 0;
  display: inline-block;
  padding: 2px 5px;
}
.single_page article figcaption,
.pages_page article figcaption {
  text-align: center;
}
.single_page article table,
.single_page article table th,
.single_page article table td,
.pages_page article table,
.pages_page article table th,
.pages_page article table td {
  font-size: 1.6rem;
}
@media (max-width: 540px) {
  .single_page article table,
  .single_page article table th,
  .single_page article table td,
  .pages_page article table,
  .pages_page article table th,
  .pages_page article table td {
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .single_page article .wp-block-columns.is-layout-flex,
  .pages_page article .wp-block-columns.is-layout-flex {
    gap: 0 !important;
  }
}

/*----- 固定ページ -----*/
.pages_page h1.jp-large {
  margin-bottom: 80px;
}
@media (max-width: 540px) {
  .pages_page h1.jp-large {
    margin-bottom: 40px;
  }
}

/*=====================================
 INTERVIEW
=====================================*/
.interveiw-movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.interveiw-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.move_box {
  background-color: #ecece7;
  padding: 100px;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .move_box {
    padding: 60px;
  }
}
@media (max-width: 840px) {
  .move_box {
    padding: 40px;
  }
}
@media (max-width: 540px) {
  .move_box {
    padding: 0px;
  }
}
/*---- 記事 -----*/
.interview_single_contents {
  padding-top: 100px !important;
}
.interview_single_contents .inner {
  width: 88%;
  max-width: 1280px;
}
.interview_single_contents .single_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.interview_single_contents .single_flex .single_right {
  width: 63.55%;
}

@media (max-width: 840px) {
  .interview_single_contents .inner {
    width: 88%;
  }
  .interview_single_contents .single_flex {
    display: block;
  }
  .interview_single_contents .single_flex .single_left {
    margin-bottom: 40px;
  }
  .interview_single_contents .single_flex .single_right {
    width: 100%;
  }
}
.interview_single_contents .single-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.interview_single_contents .single-title span {
  min-width: 70px;
  text-align: center;
  background-color: #838f8f;
  padding: 5px 5px 6px;
  color: #fff;
  margin-right: 10px;
}
.interview_single_contents article h3 {
  color: #747f7f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #838f8f;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.interview_single_contents article h3:not(:first-of-type) {
  margin-top: 30px;
}

@media (max-width: 540px) {
  .interview_single_contents {
    padding-top: 55px !important;
  }
  .interview_single_contents .single-title {
    font-size: 17px;
  }
  .interview_single_contents article h3 {
    font-size: 16px;
  }
}
.interview_related {
  overflow: hidden;
}

/*=====================================
 Gallery ページ
=====================================*/
.gallery-page section {
  margin-top: 0;
  padding-top: 50 !important;
}
@media (max-width: 840px) {
  .gallery-page section {
    padding-top: 0px !important;
  }
}
@media (max-width: 540px) {
  .gallery-page section .inner {
    width: 96%;
  }
}
.gallery-page article h2 {
  margin-top: 80px;
}
@media (max-width: 540px) {
  .gallery-page article h2 {
    margin-top: 50px;
  }
}
.gallery-page article h2:first-child {
  margin-top: 20px !important;
}

/*=====================================
 目次プラグイン
=====================================*/
#ez-toc-container {
  background-color: #838f8f;
  margin-top: 50px;
  padding: 30px;
  border: none !important;
}
@media (max-width: 540px) {
  #ez-toc-container {
    padding: 20px 15px 15px;
    margin-top: 30px;
  }
}
#ez-toc-container .ez-toc-title-container {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  #ez-toc-container .ez-toc-title-container {
    font-size: 1.8rem;
  }
}
#ez-toc-container .ez-toc-list li {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
#ez-toc-container .ez-toc-list li a:hover {
  color: #f47552 !important;
  opacity: 1 !important;
}
@media (max-width: 540px) {
  #ez-toc-container .ez-toc-list li {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }
}
#ez-toc-container .ez-toc-list li > ul {
  margin-top: 10px;
}
@media (max-width: 540px) {
  #ez-toc-container .ez-toc-list li > ul {
    margin-top: 6px;
  }
}
#ez-toc-container .ez-toc-list li > ul li {
  font-size: 1.5rem;
  margin-bottom: 6px;
}
@media (max-width: 540px) {
  #ez-toc-container .ez-toc-list li > ul li {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
}

/*----- 前後ページ -----*/
.post-single-navigation {
  overflow: hidden;
  padding: 0 0;
  border-bottom: 1px dotted #a7a7a7;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 60px;
}
.post-single-navigation a {
  height: 38px;
  line-height: 38px;
  text-decoration: none !important;
  color: #1a1a1a !important;
}
.post-single-navigation a:hover {
  background: #e6eaeb;
}
.post-single-navigation .prev a {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 22px;
}
.post-single-navigation .next a {
  position: relative;
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 22px;
}

.post-single-navigation .prev a::before {
  position: absolute;
  content: "<";
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.post-single-navigation .next a:after {
  position: absolute;
  content: ">";
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*=====================================
 Pagenavi
=====================================*/
.pagination {
  clear: both;
  position: relative;
  font-size: 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.pagination-box {
  display: inline-block;
  margin-bottom: 7rem;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #333;
  background: #eae9e3; /* 通常の背景色 */
}

.pagination a:hover {
  opacity: 1;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  color: #fff;
  background: #838f8f;
}

@media only screen and (max-width: 540px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}
/*=====================================
 Pagenaviカスタム投稿
=====================================*/
.pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 70px;
  position: relative;
}
@media (max-width: 540px) {
  .pagenavi {
    margin: -20px auto 50px;
  }
}
.pagenavi span,
.pagenavi a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px;
  text-decoration: none;
  width: auto;
  color: #333;
  background: #eae9e3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.pagenavi .current {
  background-color: #838f8f;
  color: #fff;
}
.pagenavi a:hover {
  background-color: #838f8f;
  color: #fff;
}

/*=====================================
 Form
=====================================*/
.form-hissu-txt {
  margin-bottom: 10px;
}
.form-hissu-txt span {
  color: #dc3232;
}

.formbox {
  border-top: 1px solid #a7a7a7;
}
.formbox dl {
  border-bottom: 1px solid #a7a7a7;
  padding-top: 40px;
  padding-bottom: 36px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formbox dl.last-dl {
  margin-bottom: 30px;
}
@media (max-width: 840px) {
  .formbox dl {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .formbox dl {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.formbox dl dt {
  width: 250px;
}
@media (max-width: 840px) {
  .formbox dl dt {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
  }
}
.formbox dl dt span {
  color: #bf1818;
}
.formbox dl dd {
  width: calc(100% - 250px);
}
@media (max-width: 840px) {
  .formbox dl dd {
    width: 100%;
  }
}
.formbox dl dd p.title {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.formbox dl dd p.txt {
  font-size: 1.4rem;
  margin-top: 10px;
}
.formbox dl dd .form-box:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 840px) {
  .formbox dl dd .form-box:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.formbox dl dd .form-box p {
  font-size: 1.4rem;
}

.formbox input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.formbox input[type=text],
.formbox input[type=email],
.formbox input[type=tel] {
  width: 100%;
  background: #fff;
  border: 1px solid #B3B3B3;
  margin-bottom: 6px;
  padding: 10px;
  font-size: 16px;
}
.formbox #zip {
  width: 150px !important;
}
.formbox textarea {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 150px;
  border: none;
  background: #fff;
  border: 1px solid #B3B3B3;
}
.formbox .wpcf7-list-item-label {
  cursor: pointer;
}
.formbox .wp-select {
  position: relative;
}
.formbox .wp-select select {
  width: 150px;
  max-width: 100%;
  padding: 10px 60px 10px 10px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #B3B3B3;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
}
.formbox .wp-select:before {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #565656;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  pointer-events: none;
  content: "";
}

#formbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  width: 220px;
  max-width: 100%;
  height: 46px;
  text-align: center;
  padding: 1rem;
  border: none !important;
  color: #fff;
  background: #333;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*-- チェックボックス --*/
.formbox span.wpcf7-list-item {
  position: relative;
  margin: 0 2rem 0.5rem 0;
  line-height: 1.7;
  font-size: 15px;
}
.formbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.formbox .wpcf7-list-item-label:before {
  content: "";
  border: 1px solid #666;
  border-radius: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.formbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 1px;
  width: 15px;
  height: 14px;
  background: url("../img/common/check.png") no-repeat center;
  background-size: contain;
}

/*-- ファイルドロップ　プラグイン --*/
.codedropz-upload-container h3 {
  font-size: 1.7rem !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.codedropz-upload-container span {
  margin-bottom: 10px !important;
}
.codedropz-upload-container .codedropz-btn-wrap {
  margin-top: 4px !important;
}
.codedropz-upload-container .cd-upload-btn {
  border: 1px solid #666;
  border-radius: 2px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 10px !important;
}

/*-- 同意確認 --*/
.formbox .check-text-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.formbox #formbtn:disabled {
  background-color: #b7b7b7;
  cursor: not-allowed;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #bf1818 !important;
  color: #bf1818;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*============================
 reCAPTCHAバッジ非表示
============================*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}

.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}