@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fffffe;
  color: #333;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}
body.m_fixed_sns {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  body.m_fixed_sns {
    padding-bottom: 67px;
  }
}

article, aside, footer, header, nav, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote::after, blockquote::before, q::after, q::before {
  content: "";
  content: none;
}

.inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 80px 0;
  width: 1100px;
}
@media screen and (max-width: 1099px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#content {
  background-color: #f3f3f3;
}
#content > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #content > .inner {
    display: block;
    padding-top: 40px;
  }
}
#content.m_one > .inner {
  display: block;
}

#primary {
  width: 65.45455%;
}
@media screen and (max-width: 767px) {
  #primary {
    margin-bottom: 70px;
    width: 100%;
  }
}
.m_one #primary {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m_one #primary {
    margin-bottom: 70px;
  }
}

#secondary {
  margin-left: auto;
  width: 30.90909%;
}
@media screen and (max-width: 767px) {
  #secondary {
    width: 100%;
  }
}
.m_one #secondary {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m_one #secondary {
    display: block;
  }
}

.breadcrumb {
  color: #6b6b6b;
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 14px;
  }
}
.breadcrumb .home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}
.breadcrumb a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.breadcrumb a:hover {
  opacity: 0.6;
}
.breadcrumb i {
  margin-left: 15px;
  margin-right: 15px;
}

.breadcrumb > span {
  margin-left: 2px;
  margin-right: 2px;
}

.header-wrap {
  background-image: url(../img/header-footer-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 5%;
}

#header {
  background: transparent;
  z-index: 20;
}
#header > .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  padding-top: 30px;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  #header > .inner {
    display: block;
    padding-bottom: 16px;
    padding-top: 20px;
  }
}

.header-logo {
  line-height: 1.2;
  padding-left: 17%;
}
@media screen and (max-width: 767px) {
  .header-logo {
    margin-bottom: 8px;
    padding-left: 0;
    text-align: center;
  }
}
.header-logo a {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 60px !important;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .header-logo a {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo a {
    font-size: 30px;
  }
}

.header-sub {
  color: black;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 10px;
  padding: 0px 50px 0px 6%;
}
@media screen and (max-width: 1024px) {
  .header-sub {
    font-size: 14px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .header-sub {
    font-size: 10px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .header-sub br {
    display: inline;
  }
}

.header-nav {
  background: transparent;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav > .inner {
  padding-bottom: 0px;
  padding-top: 0px;
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nav li {
  margin-bottom: 12px;
  margin-right: 40px;
}
.header-nav li:last-child {
  margin-right: 0;
}
.header-nav li > a {
  color: black;
  display: block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-nav li > a:hover {
  color: white;
}
.header-nav li > a::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 8px;
}
.header-nav li:nth-child(1) > a::before, .header-nav li.is-home > a::before {
  content: "\f015";
}
.header-nav li:nth-child(2) > a::before, .header-nav li.is-book > a::before {
  content: "\f518";
}
.header-nav li:nth-child(3) > a::before, .header-nav li.is-cup > a::before {
  content: "\f304";
}
.header-nav li:nth-child(4) > a::before, .header-nav li.is-pc > a::before {
  content: "\f0e0";
}

#mv > .inner {
  height: 600px;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #mv > .inner {
    height: 400px;
  }
}

/* ==========================================
   ドロワーメニューの設定
   ========================================== */
.drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer {
    display: block;
  }
}

.drawer-icon {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 17px;
  text-align: center;
  top: 29px;
  z-index: 41;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.m_checked .drawer-icon {
  color: #fff !important;
}
.m_checked .drawer-icon .fa, .m_checked .drawer-icon .fas {
  color: #fff !important;
}

.drawer-open {
  display: block;
}
.m_checked .drawer-open {
  display: none;
}

.drawer-close {
  display: none;
}
.m_checked .drawer-close {
  display: block;
  color: #fff;
}

.drawer-content {
  background: rgba(51, 51, 51, 0.9);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 100px 16px 16px;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}
.m_checked .drawer-content {
  opacity: 1;
  visibility: visible;
}

.drawer-nav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid transparent;
  color: #fff;
  display: block;
  padding: 20px 12px 24px 0;
  text-decoration: none;
  font-size: 18px;
}
.drawer-nav li a::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 8px;
}
.drawer-nav li:nth-child(1) a::before {
  content: "\f015";
}
.drawer-nav li:nth-child(2) a::before {
  content: "\f518";
}
.drawer-nav li:nth-child(3) a::before {
  content: "\f304";
}
.drawer-nav li:nth-child(4) a::before {
  content: "\f0e0";
}

/* ==========================================
   背景固定（JSと連動して動きます）
   ========================================== */
body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

#footer-menu {
  background: url(../img/header-footer-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 95%;
}
#footer-menu > .inner {
  padding-bottom: 5px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #footer-menu > .inner {
    padding-bottom: 56px;
    padding-top: 54px;
  }
}

.footer-logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 12px;
  }
}
.footer-logo a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .footer-logo a {
    font-size: 26px;
  }
}

.footer-sub {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.71429;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .footer-sub {
    font-size: 12px;
    margin-bottom: 28px;
  }
}

#footer {
  background: #839b5c;
}
#footer > .inner {
  padding-bottom: 10px;
  padding-top: 10px;
}

.copy {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin-bottom: 2px;
  text-align: center;
}

.by {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-align: center;
}
.by a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.by a:hover {
  opacity: 0.6;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th, td {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

form {
  margin: 0;
  padding: 0;
}
form button {
  -webkit-appearance: none;
  background-color: #bc611e;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
}
form button:hover, form button:focus {
  outline: none;
}
form button:hover {
  opacity: 0.6;
}
form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input, textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #adadad;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 12px 24px;
  width: 100%;
}
input:focus, textarea:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}
input::placeholder, textarea::placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

input::-webkit-input-placeholder {
  color: #e2e2e2;
}
input::-moz-placeholder {
  color: #e2e2e2;
}
input:-ms-input-placeholder {
  color: #e2e2e2;
}
input::-ms-input-placeholder {
  color: #e2e2e2;
}
input::placeholder {
  color: #e2e2e2;
}
input[type=radio] {
  display: none;
}
input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
}
input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
input[type=radio]:checked + span::after {
  -webkit-transform: translateY(-50%);
  background: #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
}
input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid black;
  border-radius: 2px;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
input[type=checkbox]:checked + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid black;
  border-left: 4px solid black;
  content: "";
  display: block;
  height: 15.6px;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 26px;
}

/* 送信ボタン（inputタグの外側に独立させる） */
input.form-btn {
  display: block;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-align: center;
  letter-spacing: 0.9px;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input.form-btn:focus-visible {
  outline: solid 1px #989898;
}
input.form-btn:hover {
  opacity: 0.6;
}
input.form-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f5f5f5;
}

.wpcf7-form.before-submit .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form.before-submit .wpcf7-not-valid {
  border-color: #e2e2e2;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-form .wpcf7-not-valid {
  border-color: #d81f32; /* お好みの赤色に変更可能 */
}

select {
  -webkit-appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #e2e2e2;
  padding: 0.4em 2.4em 0.4em 0.8em;
}

.btn {
  background-color: #ababab;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  border: 2px solid #505050;
  font-size: 16px;
  font-weight: 600;
  min-width: 282px;
  padding: 17px 20px 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  background: #dddddd;
  color: #707070 !important;
  opacity: 1;
  border-color: #707070;
}

.floating {
  position: fixed;
  right: 35px;
  bottom: 60px;
  z-index: 30;
  /* 💡 初期状態：透明にして隠しておく */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .floating {
    bottom: 92px;
    right: 16px;
  }
}
.floating {
  /* 💡 表示用のクラス（.is-show）がついたときに不透明にする */
}
.floating.is-show {
  opacity: 1;
  visibility: visible;
}
.floating a {
  background: url(../img/floating-img.png) no-repeat center center/cover;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 70px;
  width: 70px;
  text-decoration: none;
  text-align: center;
  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;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.floating a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .floating a {
    height: 60px;
    width: 60px;
    font-size: 12px;
  }
}
.floating a span {
  padding-top: 4px;
}

#toc_container {
  background: #fff;
  border: 2px solid #bc611e;
  margin-top: 64px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  #toc_container {
    padding: 20px 20px;
  }
}
#toc_container .toc_title {
  border-bottom: 2px solid #bc611e;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_title {
    margin-bottom: 18px;
  }
}
#toc_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#toc_container ul a {
  color: #333;
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
#toc_container > ul > li {
  counter-increment: toc;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #toc_container > ul > li {
    margin-bottom: 30px;
  }
}
#toc_container > ul > li:last-child {
  margin-bottom: 0;
}
#toc_container > ul > li > a {
  padding-left: 36px;
}
#toc_container > ul > li > a::before {
  background: #bc611e;
  border-radius: 50%;
  color: #fff;
  content: counter(toc);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  height: 26px;
  left: 0;
  line-height: 26px;
  margin-top: -2px;
  min-width: 26px;
  position: absolute;
  text-align: center;
  top: 0;
}
#toc_container > ul > li > ul {
  margin-top: 6px;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  #toc_container > ul > li > ul {
    margin-top: 12px;
  }
}
#toc_container > ul > li > ul > li {
  margin-bottom: 2px;
}
#toc_container > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
#toc_container > ul > li > ul > li > a {
  font-weight: 400;
  padding-left: 10px;
}
#toc_container > ul > li > ul > li > a::before {
  background: #bc611e;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 5px;
}

.entry-404 {
  padding-bottom: 85px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-404 {
    padding-bottom: 0;
    padding-top: 18px;
  }
}

.entry-404-head {
  color: #bc611e;
  font-family: "Lato", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .entry-404-head {
    font-size: 80px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .entry-404-head span {
    display: block;
  }
}
.entry-404-head span::after {
  content: " ";
}
@media screen and (max-width: 767px) {
  .entry-404-head span::after {
    display: none;
  }
}

.entry-404-lead {
  color: #808080;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .entry-404-lead {
    font-size: 40px;
    margin-bottom: 34px;
  }
}
.entry-404-lead .m_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .entry-404-lead .m_sp {
    display: block;
  }
}

.entry-404-content {
  color: black;
}
@media screen and (max-width: 767px) {
  .entry-404-content {
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.entry-404-btn {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .entry-404-btn {
    margin-top: 62px;
  }
}
.entry-404-btn .btn {
  background: #ababab;
  color: #fff;
  border: 2px solid #505050;
}
.entry-404-btn .btn:hover {
  background: #dddddd;
  color: #3a3a3a;
  opacity: 1;
  border-color: #3a3a3a;
}

#thanks-primary {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 3px 6px rgba(54, 54, 54, 0.2);
          box-shadow: 0 3px 6px rgba(54, 54, 54, 0.2);
  border-radius: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  background: #fff2e5;
}

.entry-thanks {
  padding-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-thanks {
    padding-bottom: 0;
    padding-top: 18px;
  }
}

.entry-thanks-head {
  color: black;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 36px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .entry-thanks-head {
    font-size: 80px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .entry-thanks-head span {
    display: block;
  }
}
.entry-thanks-head span::after {
  content: " ";
}
@media screen and (max-width: 767px) {
  .entry-thanks-head span::after {
    display: none;
  }
}

.entry-thanks-content {
  color: black;
}
.entry-thanks-content span {
  display: block;
}
.entry-thanks-content span:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .entry-thanks-content {
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.entry-thanks-btn {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .entry-thanks-btn {
    margin-top: 62px;
  }
}
.entry-thanks-btn .btn {
  background: white;
  color: black;
  border: 2px solid #505050;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-item {
  margin-bottom: 8px;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gallery-item {
    padding: 0 4px;
  }
}
.gallery-item a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery-item a:hover {
  opacity: 0.6;
}

.gallery-caption {
  font-size: 14px;
  margin-top: 4px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wp-caption a:hover {
  opacity: 0.6;
}

.wp-caption-text {
  font-size: 14px;
  margin-top: 4px;
}

.widget {
  margin-bottom: 100px;
  text-align: center;
}
.widget:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .widget {
    margin-bottom: 57px;
  }
}
.widget li {
  font-size: inherit;
  margin-bottom: 8px;
}
.widget li a {
  display: inline-block;
  font-size: inherit;
  text-decoration: none;
}
.widget li a:hover {
  opacity: 0.6;
}
.widget li ul {
  font-size: 0.85em;
  margin-top: 8px;
}

.widget-title {
  background: transparent url(../img/heading-line-3.png) repeat-x bottom center/340px auto;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 0 16px;
}

.widget_block .wp-block-archives li, .widget_archive li, .widget_categories li {
  margin-bottom: 8px;
}
.widget_block .wp-block-archives li:last-child, .widget_archive li:last-child, .widget_categories li:last-child {
  margin-bottom: 0;
  text-align: left;
}
.widget_block .wp-block-archives li a, .widget_archive li a, .widget_categories li a {
  background: #fff;
  border: 1px solid #adadad;
  display: block;
  font-size: 14px;
  padding: 10px 20px 10px 30px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_block .wp-block-archives li a:hover, .widget_archive li a:hover, .widget_categories li a:hover {
  opacity: 0.8;
}
.widget_block .wp-block-archives li a::after, .widget_archive li a::after, .widget_categories li a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  color: #333;
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.widget_block .wp-block-archives li.archive-dropdown, .widget_archive li.archive-dropdown, .widget_categories li.archive-dropdown {
  position: relative;
}
.widget_block .wp-block-archives li.archive-dropdown .dropdown-menu, .widget_archive li.archive-dropdown .dropdown-menu, .widget_categories li.archive-dropdown .dropdown-menu {
  display: none;
  background: #fafafa;
  border: 1px solid #e2e2e2;
  border-top: none;
  margin-top: 0;
  padding: 0;
  max-height: 350px;
  overflow-y: auto;
}
.widget_block .wp-block-archives li.archive-dropdown .dropdown-menu li, .widget_archive li.archive-dropdown .dropdown-menu li, .widget_categories li.archive-dropdown .dropdown-menu li {
  margin-bottom: 0;
}
.widget_block .wp-block-archives li.archive-dropdown .dropdown-menu li a, .widget_archive li.archive-dropdown .dropdown-menu li a, .widget_categories li.archive-dropdown .dropdown-menu li a {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 14px 20px 14px 30px;
  background: transparent;
}
.widget_block .wp-block-archives li.archive-dropdown .dropdown-menu li a::after, .widget_archive li.archive-dropdown .dropdown-menu li a::after, .widget_categories li.archive-dropdown .dropdown-menu li a::after {
  display: none;
}
.widget_block .wp-block-archives li.archive-dropdown .dropdown-menu li a:hover, .widget_archive li.archive-dropdown .dropdown-menu li a:hover, .widget_categories li.archive-dropdown .dropdown-menu li a:hover {
  background: #fff;
  color: #bc611e;
}
.widget_block .wp-block-archives li.archive-dropdown .dropdown-menu li:last-child a, .widget_archive li.archive-dropdown .dropdown-menu li:last-child a, .widget_categories li.archive-dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}
.widget_block .wp-block-archives li.archive-dropdown.is-active > a, .widget_archive li.archive-dropdown.is-active > a, .widget_categories li.archive-dropdown.is-active > a {
  border-radius: 4px 4px 0 0;
}
.widget_block .wp-block-archives li.archive-dropdown.is-active > a::after, .widget_archive li.archive-dropdown.is-active > a::after, .widget_categories li.archive-dropdown.is-active > a::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.widget_block .wp-block-archives li ul, .widget_archive li ul, .widget_categories li ul {
  font-size: 0.85em;
  margin-top: 8px;
}

/* ===================================================
   自作アーカイブドロップダウン（矢印反転・一体型デザイン）
=================================================== */
.archive-dropdown {
  position: relative;
  width: 100%;
}

/* 1. 上のボタン（通常時：下向き矢印） */
.dropdown-trigger {
  background-color: #fff;
  /* 下向き矢印 */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
  border: 1px solid #adadad;
  border-radius: 4px;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 30px 10px 15px;
  color: #333;
  text-decoration: none;
  text-align: left !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
}

/* ★ 2. メニューが開いている時（角丸を繋げて「上向き矢印」に反転） */
.dropdown-trigger.is-active,
.archive-dropdown.is-active .dropdown-trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /* 上向き矢印 */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e");
}

/* 3. 伸びてくるメニュー本体（隙間ゼロ＆絶対配置） */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  max-height: 420px;
  overflow-y: auto;
  margin: -1px 0 0 0;
  padding: 4px 0;
  border: 1px solid #adadad;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left !important;
}

/* 4. 余計な枠線・記号を消去 */
.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  list-style: none !important;
}

.dropdown-menu li::before,
.dropdown-menu li::after,
.dropdown-menu a::before,
.dropdown-menu a::after {
  content: none !important;
  display: none !important;
}

/* 5. 月のテキスト表示 */
.dropdown-menu a {
  display: block;
  padding: 8px 15px;
  color: #333;
  font-size: 14px;
  text-decoration: none !important;
  border: none !important;
  text-align: left !important;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

.dropdown-menu a:hover {
  background-color: #f2f2f2;
  color: #333;
}

/* スクロールバーのスタイル */
.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* ===================================================
   人気記事（WPP）と新着記事（RPWWT）の統合レイアウト設定
=================================================== */
/* ---------------------------------------------------
   1. 人気記事 (WPP: .wpost-item) の調整
--------------------------------------------------- */
.wpost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 上揃え */
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* 画像枠の設定 */
.wpost-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 画像が潰れるのを防ぐ */
  margin-right: 15px; /* 画像とタイトルの間の隙間 */
}

.wpost-item-img img {
  width: 120px; /* ★画像の幅 */
  height: 70px; /* ★画像の高さ */
  -o-object-fit: cover;
     object-fit: cover; /* 正方形に綺麗に切り抜き */
  display: block;
  border-radius: 4px;
}

/* タイトル部分の設定 */
.wpost-item-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wpost-item-title {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.wpost-item:hover {
  opacity: 0.7;
}

.wpost-item-body,
.wpost-item-title,
.rpwwt-widget .rpwwt-post-title {
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* ---------------------------------------------------
   2. 新着記事 (RPWWT: .rpwwt-widget) の調整
--------------------------------------------------- */
.rpwwt-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rpwwt-widget li {
  margin-bottom: 20px;
  clear: both;
}

.rpwwt-widget li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rpwwt-widget li a img {
  width: 120px; /* ★人気記事と同じサイズ */
  height: 70px; /* ★人気記事と同じサイズ */
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  float: none;
  border-radius: 4px;
}

.rpwwt-widget .rpwwt-post-title {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.rpwwt-widget li a:hover {
  opacity: 0.7;
}

.rpwwt-widget li a img,
.rpwwt-widget img {
  width: 120px !important;
  height: 70px !important;
  max-width: 120px !important;
  max-height: 70px !important;
  -o-object-fit: cover;
     object-fit: cover; /* 縦横比を崩さず綺麗に切り抜く */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  float: none;
  border-radius: 4px;
}

.rpwwt-widget .rpwwt-post-title {
  margin-top: 6px; /* ★ここの数値でお好みの位置に調整してください */
}

.wpost-item, .widget .rpwe-ul .rpwe-li, .widget .rpwwt-widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpost-item:hover, .widget .rpwe-ul .rpwe-li:hover, .widget .rpwwt-widget li:hover {
  opacity: 0.6;
}
.wpost-item:last-child, .widget .rpwe-ul .rpwe-li:last-child, .widget .rpwwt-widget li:last-child {
  margin-bottom: 0;
}
.m_ranking .wpost-item, .m_ranking .widget .rpwe-ul .rpwe-li, .m_ranking .widget .rpwwt-widget li {
  counter-increment: ranking;
  position: relative;
}
.m_ranking .wpost-item::after, .m_ranking .widget .rpwe-ul .rpwe-li::after, .m_ranking .widget .rpwwt-widget li::after {
  background: #bc611e;
  text-shadow: 0px 0px 1px rgb(0, 0, 0);
  color: #fff;
  content: counter(ranking);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.wpost-item .wpost-item-img, .wpost-item .rpwe-img, .wpost-item a img, .widget .rpwe-ul .rpwe-li .wpost-item-img, .widget .rpwe-ul .rpwe-li .rpwe-img, .widget .rpwe-ul .rpwe-li a img, .widget .rpwwt-widget li .wpost-item-img, .widget .rpwwt-widget li .rpwe-img, .widget .rpwwt-widget li a img {
  width: 120px;
}
.wpost-item .wpost-item-img img, .wpost-item .rpwe-img img, .wpost-item a img img, .widget .rpwe-ul .rpwe-li .wpost-item-img img, .widget .rpwe-ul .rpwe-li .rpwe-img img, .widget .rpwe-ul .rpwe-li a img img, .widget .rpwwt-widget li .wpost-item-img img, .widget .rpwwt-widget li .rpwe-img img, .widget .rpwwt-widget li a img img {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  float: none;
}
.wpost-item .wpost-item-body, .wpost-item .rpwe-title, .wpost-item .rpwwt-post-title, .widget .rpwe-ul .rpwe-li .wpost-item-body, .widget .rpwe-ul .rpwe-li .rpwe-title, .widget .rpwe-ul .rpwe-li .rpwwt-post-title, .widget .rpwwt-widget li .wpost-item-body, .widget .rpwwt-widget li .rpwe-title, .widget .rpwwt-widget li .rpwwt-post-title {
  padding: 0 0 0 10px;
  width: calc(100% - 120px);
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.57143;
}
.wpost-item .wpost-item-body a, .wpost-item .rpwe-title a, .wpost-item .rpwwt-post-title a, .widget .rpwe-ul .rpwe-li .wpost-item-body a, .widget .rpwe-ul .rpwe-li .rpwe-title a, .widget .rpwe-ul .rpwe-li .rpwwt-post-title a, .widget .rpwwt-widget li .wpost-item-body a, .widget .rpwwt-widget li .rpwe-title a, .widget .rpwwt-widget li .rpwwt-post-title a {
  text-decoration: none;
  display: block;
  font-size: inherit;
}

#wp-calendar caption {
  margin-bottom: 4px;
}
#wp-calendar th, #wp-calendar td {
  text-align: center;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar a {
  color: #bc611e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wp-calendar a:hover {
  opacity: 0.6;
}

.widget_meta abbr {
  text-decoration: none;
}

.post-date, .rss-date, .rssSummary, .widget_rss cite {
  color: #666;
  font-size: 14px;
}

.rss-widget-icon {
  margin-top: -4px;
  vertical-align: middle;
}

.rsswidget {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.rsswidget:hover {
  opacity: 0.6;
}

.wprofile-img {
  margin-bottom: 26px;
  text-align: center;
}
.wprofile-img img {
  width: 230px;
}

.wprofile-content {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 38px;
  padding: 0 18px;
}

.work-text1 {
  margin-top: 24px;
}

.work-text2 {
  margin-top: 10px;
}

.wprofile-sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wprofile-sns-item {
  margin-right: 40px;
}
.wprofile-sns-item:last-child {
  margin-right: 0;
}
.wprofile-sns-item a {
  font-size: 26px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wprofile-sns-item a:hover {
  opacity: 0.6;
}
.wprofile-sns-item.m_twitter a {
  color: #1da1f2;
}
.wprofile-sns-item.m_facebook a {
  color: #3b5998;
}
.wprofile-sns-item.m_instagram a {
  color: #c13584;
}

.search-form {
  position: relative;
}

.screen-reader-text {
  position: absolute;
  top: 0;
  z-index: -1;
}

.search-field {
  padding-right: 70px;
  width: 100%;
}
.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-submit {
  -webkit-transform: translateY(-50%);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #e2e2e2;
  font-size: 26px;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.fa, .fas {
  color: #404040;
}

.tagcloud {
  padding: 4px;
}

.tag-cloud-link {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tag-cloud-link:hover {
  opacity: 0.6;
}

.rpwwt-widget ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 枠全体を横並び（フレックスボックス）にする */
.rpwwt-widget li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-bottom: 20px !important;
  clear: both !important;
}

/* --- 画像側の設定 --- */
.rpwwt-widget li a:first-child {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; /* 画像が潰れるのを防ぐ */
  margin-right: 15px !important; /* 画像と文字の間の隙間 */
}

.rpwwt-widget img {
  width: 120px !important; /* 人気記事と同じサイズ */
  height: 120px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
  float: none !important;
}

/* --- 文字（タイトル）側の設定 --- */
.rpwwt-widget li a:last-child {
  text-decoration: none !important; /* リンクの下線を消す */
  color: inherit !important; /* テーマの文字色に合わせる */
}

.rpwwt-widget .rpwwt-post-title {
  font-size: 14px !important; /* 文字の大きさ（お好みで調整） */
  line-height: 1.5 !important;
  display: block !important;
}

/* マウスを乗せたときに少しフワッとさせる（お好みで） */
.rpwwt-widget li:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ===================================================
   検索ブロックの調整（!important なし）
=================================================== */
/* 1. タイトル（ラベル）の設定 */
.widget_search .wp-block-search__label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

/* 2. 入力欄とボタンの親要素 */
.widget_search .wp-block-search__inside-wrapper {
  position: relative;
  width: 100%;
}

/* 3. 入力フィールドの設定 */
.widget_search .wp-block-search__input {
  width: 100%;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 薄いプレースホルダー文字（「キーワード」） */
.widget_search .wp-block-search__input::-webkit-input-placeholder {
  color: #adadad;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget_search .wp-block-search__input::-moz-placeholder {
  color: #adadad;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget_search .wp-block-search__input:-ms-input-placeholder {
  color: #adadad;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget_search .wp-block-search__input::-ms-input-placeholder {
  color: #adadad;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget_search .wp-block-search__input::placeholder {
  color: #adadad;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* ★クリック（フォーカス）されたら「キーワード」の文字を透明にして消す */
.widget_search .wp-block-search__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.widget_search .wp-block-search__input:focus::-moz-placeholder {
  color: transparent;
}
.widget_search .wp-block-search__input:focus:-ms-input-placeholder {
  color: transparent;
}
.widget_search .wp-block-search__input:focus::-ms-input-placeholder {
  color: transparent;
}
.widget_search .wp-block-search__input:focus::placeholder {
  color: transparent;
}

/* クリアボタン（×印）を非表示 */
.widget_search .wp-block-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* 4. 検索ボタンの設定（クリック透過） */
.widget_search .wp-block-search__button {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  padding: 0;
  line-height: 1;
  pointer-events: none; /* 虫眼鏡の上を押しても入力欄にフォーカスが入る */
}

/* 5. 虫眼鏡アイコンの表示設定 */
.widget_search .wp-block-search__button::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 26px;
  color: #404040;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* 6. フォーカス時・入力がある時に虫眼鏡アイコンを薄くする */
.widget_search .wp-block-search__input:focus + .wp-block-search__button::before,
.widget_search .wp-block-search__input:valid + .wp-block-search__button::before {
  opacity: 0.3;
}

.archive-head {
  border-top: 3px solid #bc611e;
  margin-bottom: 56px;
  padding: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .archive-head {
    margin-bottom: 40px;
    padding-top: 26px;
  }
}
.archive-head.m_description {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .archive-head.m_description {
    margin-bottom: 92px;
  }
}

.archive-lead {
  color: #bc611e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .archive-lead {
    margin-bottom: 8px;
  }
}

.archive-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .archive-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.archive-title.m_category::before {
  color: #bc611e;
  content: "\f02d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}
.archive-title.m_search::before {
  color: #bc611e;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.archive-description {
  font-size: 14px;
  line-height: 1.4;
}

#pickup {
  background: #f9f4ff;
}
#pickup > .inner {
  padding-bottom: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #pickup > .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.pickup-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pickup-items {
    display: block;
  }
}

.pickup-item {
  display: block;
  margin-right: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(33.33333333% - 26.6666666667px);
}
.pickup-item:hover .pickup-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pickup-item:hover .pickup-item-title {
  opacity: 0.6;
}
.pickup-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pickup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .pickup-item:last-child {
    margin-bottom: 0;
  }
  .pickup-item:hover .pickup-item-title {
    opacity: 1 !important;
  }
}

.pickup-item-img {
  position: relative;
  text-align: center;
  display: block;
  overflow: hidden;
  isolation: isolate;
}
.pickup-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pickup-item-img {
    width: 42.40688%;
  }
}

.pickup-item-body {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .pickup-item-body {
    padding-bottom: 0;
    padding-top: 0;
    width: 57.59312%;
  }
}

.pickup-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pickup-item-title {
    font-size: 16px;
    padding-left: 30px;
    padding-top: 30px;
  }
}

.pickup-item-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-weight: 600;
}

.pickup-item-tag {
  background: #bc611e;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 15px;
  margin-right: 15px;
  margin-left: 25px;
  padding: 3px 14px 2px;
}

@media screen and (max-width: 767px) {
  .pickup-item-meta {
    margin-bottom: 6px;
  }
  .pickup-item-excerpt {
    margin-top: 6px;
  }
  .pickup-item-excerpt p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
  }
}
.entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .entries {
    display: block;
  }
}

.entry-item {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(54, 54, 54, 0.2);
          box-shadow: 0 3px 6px rgba(54, 54, 54, 0.2);
  border-radius: 0 0 10px 10px;
  display: block;
  margin-bottom: 50px;
  margin-right: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(50% - 20px);
}
.entry-item:hover {
  -webkit-box-shadow: 0 3px 6px rgba(54, 54, 54, 0.6);
          box-shadow: 0 3px 6px rgba(54, 54, 54, 0.6);
}
.entry-item:nth-child(2n), .entry-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .entry-item {
    margin-bottom: 27px;
    margin-right: 0;
    width: 100%;
  }
  .entry-item:last-child {
    margin-bottom: 0;
  }
}

.entry-item-img {
  text-align: center;
}

.entry-item-body {
  padding: 20px;
}

.entry-item-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  margin-bottom: 10px;
  font-weight: 600;
}

.entry-item-meta-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.entry-item-published {
  color: #808080;
  font-size: 15px;
  font-weight: 600;
}
.entry-item-published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 8px;
}

.entry-item-tag {
  background: #bc611e;
  color: white;
  display: block;
  font-size: 15px;
  margin-right: 15px;
  padding: 3px 14px 2px;
}

.entry-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 14px;
}

.entry-item-excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429;
}

.entries.m_horizontal {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal {
    margin-bottom: 40px;
  }
}
.entries.m_horizontal .entry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 20px;
  width: 100%;
}
.entries.m_horizontal .entry-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item {
    margin-bottom: 20px;
    padding: 10px;
  }
}
.entries.m_horizontal .entry-item .entry-item-img {
  width: 36.02941%;
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item .entry-item-img {
    width: 45.06173%;
  }
}
.entries.m_horizontal .entry-item .entry-item-body {
  padding: 0 0 0 20px;
  width: 63.97059%;
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item .entry-item-body {
    padding-left: 12px;
    width: 54.93827%;
  }
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item .entry-item-published {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item .entry-item-tag {
    font-size: 10px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item .entry-item-title {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item .entry-item-excerpt {
    display: none;
  }
}

.entries.m_block .entry-item {
  width: 100%;
  margin-right: 0;
}
.entries.m_block .entry-item .entry-item-body {
  padding: 20px;
  width: 100%;
}
.entries.m_block .entry-item .entry-item-published {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .entries.m_block .entry-item .entry-item-published {
    font-size: 12px;
  }
}
.entries.m_block .entry-item .entry-item-tag {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .entries.m_block .entry-item .entry-item-tag {
    font-size: 12px;
  }
}
.entries.m_block .entry-item .entry-item-title {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .entries.m_block .entry-item .entry-item-title {
    font-size: 18px;
  }
}
.entries.m_block .entry-item .entry-item-excerpt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .entries.m_block .entry-item .entry-item-excerpt {
    font-size: 14px;
  }
}

.entry {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 40px 12px;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 10px;
  }
}

.entry-label {
  display: inline-block;
  margin-bottom: 18px;
}
.entry-label a {
  background: #bc611e;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.entry-label a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .entry-label a {
    font-size: 11px;
    padding: 4px 14px;
  }
}

.entry-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 24px;
    line-height: 1.41667;
  }
}
.m_page .entry-title {
  margin-bottom: 34px;
}

.entry-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.entry-published, .entry-updated {
  color: #808080;
  font-size: 12px;
}
.entry-published::before, .entry-updated::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .entry-published, .entry-updated {
    font-size: 11px;
  }
}

.entry-updated {
  margin-left: 27px;
}
.entry-updated::before {
  content: "\f1da";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .entry-updated {
    margin-left: 18px;
  }
}

.entry-img {
  text-align: center;
}

.entry-tag-items {
  border-top: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .entry-tag-items {
    padding-top: 24px;
  }
}

.entry-tag-head {
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 6px 15px 0;
}
.entry-tag-head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.entry-tag-item {
  margin-bottom: 10px;
  margin-right: 15px;
}
.entry-tag-item:last-child {
  margin-right: 0;
}
.entry-tag-item a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #808080;
  display: block;
  font-size: 14px;
  padding: 6px 18px 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.entry-tag-item a:hover {
  background: #808080;
  border-color: #808080;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .entry-tag-item a {
    padding: 4px 16px 3px;
  }
}

.entry-body {
  margin-top: 32px;
  padding-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .entry-body {
    padding-bottom: 24px;
  }
}
.m_page .entry-body {
  padding-bottom: 12px;
}
.entry-body h2 + p, .entry-body h3 + p, .entry-body h4 + p, .entry-body h5 + p, .entry-body h6 + p {
  margin-top: 0;
}
.entry-body h2 {
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #bc611e;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 38px;
  margin-top: 79px;
  padding: 24px 20px;
  position: relative;
  text-align: left;
}
.entry-body h2::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: 100%;
  width: 0;
}
@media screen and (max-width: 767px) {
  .entry-body h2 {
    font-size: 20px;
    margin-top: 80px;
    padding: 27px 17px;
  }
}
.entry-body h3 {
  border-bottom: 3px solid #bc611e;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  margin-top: 84px;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .entry-body h3 {
    font-size: 20px;
  }
}
.entry-body h4 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 82px;
  padding-left: 42px;
  position: relative;
}
.entry-body h4::before {
  color: #bc611e;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -8px;
}
.entry-body h5 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 27px;
  margin-top: 60px;
}
.entry-body h6 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}
.entry-body p {
  line-height: 1.875;
  margin-top: 30px;
}
.entry-body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}
.entry-body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}
.entry-body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.entry-body blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}
.entry-body blockquote > :first-child {
  margin-top: 0;
}
.entry-body blockquote > :last-child {
  margin-bottom: 0;
}
.entry-body q {
  background: #eee;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  vertical-align: middle;
}
.entry-body strong, .entry-body b {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
}
.entry-body a {
  color: #1592e6;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.entry-body a:hover {
  opacity: 0.6;
}
.entry-body img {
  vertical-align: middle;
}
.entry-body .entry-btn {
  margin: 1em 0;
  text-align: center;
  margin-top: 40px;
}
.entry-body .entry-btn .btn {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
}
.entry-body .entry-btn .btn:hover {
  opacity: 1;
}

.entry-links {
  margin-top: 32px;
  text-align: center;
}
.entry-links .post-page-numbers {
  background: white;
  border: 1px solid #666;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 30px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  padding-top: 4px;
}
.entry-links .post-page-numbers.current {
  background: #bc611e;
  color: #fff;
  border-color: #bc611e;
}
.entry-links .post-page-numbers:first-child {
  margin-left: 0;
}
.entry-links .post-page-numbers:last-child {
  margin-right: 0;
}
.entry-links a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #2b2b2b;
}
.entry-links a:hover {
  background: #bc611e;
  border-color: #bc611e;
  color: #fff;
}

.page-numbers {
  background: #fff;
  border: 1px solid #adadad;
  color: #2b2b2b;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.page-numbers:not(.current):not(.dots):hover {
  background: #bc611e;
  border-color: #bc611e;
  color: #fff;
}
.page-numbers:not(.current):not(.dots):hover i, .page-numbers:not(.current):not(.dots):hover svg {
  color: #fff !important;
}
.page-numbers.current {
  background: #bc611e;
  border: 1px solid #bc611e;
  color: #fff;
  font-weight: 700;
}
.page-numbers.dots {
  border: none;
  background: transparent;
  width: auto;
  border-radius: 0;
}

.prev i, .prev svg, .next i, .next svg {
  font-size: 20px;
  color: #2b2b2b;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pagination {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-right: auto;
  margin-left: auto;
}

.entry-related {
  margin-top: 20px;
}

.related-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}

.related-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.related-item {
  display: block;
  margin-bottom: 21px;
  margin-right: 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(25% - 13.5px);
}
.related-item:hover {
  opacity: 0.6;
}
.related-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .related-item {
    margin-right: 30px;
    width: calc(50% - 15px);
  }
  .related-item:nth-child(2n) {
    margin-right: 0;
  }
}

.related-item-img {
  margin-bottom: 10px;
  text-align: center;
}

.related-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57143;
}

.mainvisual {
  height: 160px;
  background: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    height: 147px;
  }
}
.mainvisual .inner {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: inherit;
}

.mainvisual-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.mainvisual-title {
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 3px solid #bc611e;
}
@media screen and (max-width: 767px) {
  .mainvisual-title {
    font-size: 28px;
  }
}

.mainvisual-title.is-page-work::before {
  content: "\f109";
}

#content.content-work .inner {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #content.content-work .inner {
    padding-top: 16px;
  }
}
#content.content-work #primary {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #content.content-work #primary {
    margin-bottom: 0;
  }
}
#content.content-work .entry-label {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #content.content-work .entry-label {
    margin-bottom: 14px;
  }
}

.entries-work {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .entries-work {
    margin-bottom: 22px;
  }
}
.entries-work .entry-item {
  width: calc(33.3333333% - 26.6666666667px);
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .entries-work .entry-item {
    width: 100%;
  }
}
.entries-work .entry-item:nth-child(2n) {
  margin-right: 40px;
}
.entries-work .entry-item:nth-child(3n) {
  margin-right: 0;
}

.work-breadcrumb {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f3f3f3;
}
.work-breadcrumb .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.work-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.genre-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .genre-nav {
    margin-bottom: 5px;
  }
}

.genre-nav-link {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .genre-nav-link {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.genre-nav-link a {
  display: block;
  padding: 6px 14px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
}
@media screen and (max-width: 767px) {
  .genre-nav-link a {
    padding: 3px 8px;
    font-size: 16px;
  }
}
.genre-nav-link a.is-active, .genre-nav-link a:hover {
  background: #bc611e;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.entry-work {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .entry-work {
    padding: 0;
  }
}

.entry-work-body {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .entry-work-body {
    display: block;
    margin-top: 40px;
  }
}

.entry-work-content {
  width: 50%;
  padding-right: 40px;
  line-height: 2.25;
}
@media screen and (max-width: 1099px) {
  .entry-work-content {
    width: 45%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry-work-content {
    width: 100%;
    padding-right: 0;
    line-height: 1.875;
  }
}

.entry-work-table {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1099px) {
  .entry-work-table {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .entry-work-table {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.entry-work-table table {
  border-color: #707070;
}
.entry-work-table th, .entry-work-table td {
  padding: 8px 16px;
  border-color: #505050;
  font-size: 14px;
  word-break: break-all;
}
.entry-work-table th {
  width: 35%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  background: #ababab;
}
@media screen and (max-width: 767px) {
  .entry-work-table th {
    width: 120px;
  }
}

.entry-work-btn {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .entry-work-btn {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}

.entry-work-related {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .entry-work-related {
    margin-top: 54px;
  }
}

.entry-work-related-entries {
  margin-bottom: 0;
}
.entry-work-related-entries .entry-item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .entry-work-related-entries .entry-item {
    margin-bottom: 27px;
  }
  .entry-work-related-entries .entry-item:last-child {
    margin-bottom: 0;
  }
}

.entry-work-related-head {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 44px;
  position: relative;
  text-align: left;
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #bc611e;
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  .entry-work-related-head {
    font-size: 20px;
    padding: 27px 17px;
    margin-bottom: 24px;
  }
}
.entry-work-related-head::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: 100%;
  width: 0;
}

.front-page .inner {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .front-page .inner {
    padding: 58px 20px 49px;
  }
}

.heading-utility {
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.heading-utility::first-letter {
  font-size: 48px;
  color: #bc611e;
}
@media (max-width: 767px) {
  .heading-utility::first-letter {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading-utility {
    font-size: 24px;
  }
}

.button-utility {
  display: block;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: black;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.9px;
  background: #fff;
  border: 1px solid currentcolor;
  border-radius: 4px;
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3.6363636364%;
}
.grid-layout .entry-item {
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .grid-layout {
    grid-template-columns: 1fr;
  }
}

.main-visual {
  position: relative;
  overflow: hidden;
}
.main-visual__image {
  position: absolute;
  inset: 0;
}
.main-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 1140px;
  padding: 100px 20px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .main-visual__inner {
    gap: 16px;
    padding-block: 64px;
  }
}
.main-visual__title {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
@media (max-width: 767px) {
  .main-visual__title {
    font-size: 36px;
  }
}
.main-visual__text {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.8181818182%;
}
.about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about__image img {
    aspect-ratio: 350/240;
  }
}
.about__text {
  margin-top: 29px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about__text {
    margin-top: 25px;
    font-size: 18px;
  }
}
.about .about__text span {
  display: block;
}
.about .about__text span + span {
  margin-top: 0.5em;
}
.about__button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .about__button {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.articles {
  background-color: #f4f4f4;
}
.articles__articles {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .articles__articles {
    margin-top: 26px;
  }
}
.articles__button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .articles__button {
    margin-top: 28px;
  }
}

.work__articles {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .work__articles {
    margin-top: 26px;
  }
}
.work__button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .work__button {
    margin-top: 28px;
  }
}

.contact {
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  height: 2px;
  background-color: #bc611e;
  -webkit-box-shadow: 0 6px 0 #bc611e;
          box-shadow: 0 6px 0 #bc611e;
}
.contact {
  /* ==========================================
     下の線（::after）
     ========================================== */
}
.contact::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  height: 2px;
  background-color: #bc611e;
  -webkit-box-shadow: 0 6px 0 #bc611e;
          box-shadow: 0 6px 0 #bc611e;
}
.contact__image {
  position: absolute;
  inset: 0;
  display: block;
}
.contact__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact__inner {
    gap: 0;
    width: 100%;
    padding-block: 46px !important;
  }
}
.contact__heading {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__heading {
    font-size: 32px;
  }
}
.contact__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  color: black;
  letter-spacing: 0.9px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__text {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact__button {
    margin-top: 28px;
  }
}

.no-post-text {
  margin-top: 30px;
  font-size: 18px;
}

.mainvisual-title.is-page-about::before {
  content: "\f02d";
}

.page-about .inner {
  padding-block: 0;
}
@media (max-width: 767px) {
  .page-about .inner {
    padding-inline: 15px;
  }
}

.about-introduction {
  padding-block: 70px 120px;
}
.about-introduction__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media (max-width: 767px) {
  .about-introduction__contents {
    gap: 60px;
  }
}
.about-introduction .wp-block-group__inner-container {
  width: 1100px;
  max-width: 100%;
  padding-block: 0;
  margin-inline: auto;
}
@media screen and (max-width: 1099px) {
  .about-introduction .wp-block-group__inner-container {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .about-introduction .wp-block-group__inner-container {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .about-introduction {
    padding-block: 38px 64px;
  }
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.4545454545%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not (max-width: 767px) {
  .about-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media (max-width: 767px) {
  .about-item__body {
    gap: 16px;
  }
}
.about-item__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 520/292.5;
}
.about-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about-item__image {
    aspect-ratio: 345/240;
  }
}
.about-item__heading {
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.about-item__heading::first-letter {
  font-size: 48px;
  color: #d91d30;
}
@media (max-width: 767px) {
  .about-item__heading::first-letter {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-item__heading {
    font-size: 28px;
  }
}
.about-item__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about-item__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.about-overview {
  padding-block: 106px;
  background-image: url(../img/about3.webp);
  background-position: center center;
  background-size: cover;
}
.about-overview__inner.inner {
  width: 860px;
}
@media (max-width: 767px) {
  .about-overview__inner.inner {
    padding-inline: 20px;
  }
}
.about-overview .wp-block-cover__inner-container {
  width: 860px;
  max-width: 100%;
  padding-block: 0;
  margin-inline: auto;
}
@media screen and (max-width: 1099px) {
  .about-overview .wp-block-cover__inner-container {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .about-overview .wp-block-cover__inner-container {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .about-overview {
    padding-block: 62px;
  }
}

.table-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding: 80px 20px;
  background-color: #fff;
}
.table-overview__heading {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .table-overview__heading {
    font-size: 28px;
  }
}
.table-overview__definition-list {
  display: grid;
  grid-template-columns: 41.1764705882% 58.8235294118% !important;
  gap: 40px 0;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .table-overview__definition-list {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
}
.table-overview__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #d81f32;
}
@media (max-width: 767px) {
  .table-overview__term:not(:first-of-type) {
    margin-top: 1em;
  }
}
.table-overview__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #8d8d8d;
}
@media (max-width: 767px) {
  .table-overview {
    gap: 29px;
    padding: 44px 10px;
  }
}

.mainvisual-title.is-page-contact::before {
  content: "\f0e0";
}

label {
  display: block;
}

.contact-breadcrumb {
  padding-top: 40px;
  background-color: #f3f3f3;
}
.contact-breadcrumb .inner {
  width: 880px;
  padding-top: 0;
  padding-bottom: 0;
}
.contact-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

/* ==========================================
   お問い合わせコンテンツ部分
   ========================================== */
.entry-content-contact {
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .entry-content-contact {
    padding-block: 33px;
  }
}
.entry-content-contact .inner {
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  padding: 30px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .entry-content-contact .inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-spacer {
    height: 44px !important;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 64px;
  background: #fff;
  border: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 40px 13px 30px;
  }
}
.form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form__fields {
    gap: 33px;
  }
}
.form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    gap: 14px;
  }
}
.form__privacy-text {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4247;
}
@media screen and (max-width: 767px) {
  .form__privacy-text {
    line-height: 1.8;
    text-align: left;
  }
}
.form__privacy-text a {
  font-weight: 600;
  text-decoration-line: underline;
  outline: initial;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form__privacy-text a:hover {
  opacity: 0.6;
}
.form__privacy-text a:focus-visible {
  outline: solid 1px #989898;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.form-field--flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-field--flex-start .form-field__head {
  margin-top: 0;
}
.form-field--radio {
  gap: 15px;
}
.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
}
.form-field__label {
  font-weight: 600;
}
.form-field__tag {
  display: inline-block;
  padding: 0px 5px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #d81f32;
  border-radius: 10px;
}
.form-field__item {
  width: 100%;
}

.form-text {
  width: 50%;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  border: 1px solid #e2e2e2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #bababa;
}
input:focus-visible,
textarea:focus-visible {
  outline: solid 1px black;
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .form-radio {
    gap: 10px;
  }
}

.form-field--radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.form-field--radio input[type=radio]:checked + span::after {
  opacity: 1;
}
.form-field--radio input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.form-field--radio input[type=radio] + span::before, .form-field--radio input[type=radio] + span::after {
  position: absolute;
  top: 50%;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-field--radio input[type=radio] + span::before {
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-field--radio input[type=radio] + span::after {
  left: 6px;
  width: 12px;
  height: 12px;
  background: #727272;
  opacity: 0;
}
.form-field--radio input[type=radio]:focus-visible + span {
  outline: solid 1px black;
}

.form-select {
  width: 50%;
  padding: 12px 30px 12px 10px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff;
  background: url(../img/select-arrow.svg) no-repeat center right 10px/25px auto;
  border: 1px solid #e2e2e2;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-select:focus-visible {
  outline: solid 1px black;
}

.form-textarea {
  width: 100%;
  height: 180px;
  padding: 10px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e2e2e2;
  resize: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.form-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.form-checkbox:checked + span::after {
  opacity: 1;
}
.form-checkbox:focus-visible + span::before {
  border-color: #000;
}
.form-checkbox + span {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #3a4247;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-checkbox + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox + span::after {
  position: absolute;
  top: 45%;
  left: 7px;
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.form-btn {
  display: inline-block;
  min-width: 175px;
  padding: 16px 27px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.9px;
  cursor: pointer;
  background-color: #d81f32;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form-btn:focus-visible {
  outline: solid 1px #989898;
}
.form-btn:hover {
  opacity: 0.6;
}

.wpcf7-list-item {
  margin: 0;
}

.editor-styles-wrapper {
  overflow-x: hidden;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  background: #fffffe;
}
.editor-styles-wrapper h2 + p, .editor-styles-wrapper h3 + p, .editor-styles-wrapper h4 + p, .editor-styles-wrapper h5 + p, .editor-styles-wrapper h6 + p {
  margin-top: 0;
}
.editor-styles-wrapper h2 {
  position: relative;
  padding: 24px 20px;
  margin-top: 79px;
  margin-bottom: 38px;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  background: #ebebeb;
  border-top: 6px solid #d81f32;
  border-radius: 3px;
}
.editor-styles-wrapper h2::after {
  position: absolute;
  top: 100%;
  left: 24px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h2 {
    padding: 27px 17px;
    margin-top: 80px;
    font-size: 20px;
  }
}
.editor-styles-wrapper h3 {
  padding-bottom: 14px;
  margin-top: 84px;
  margin-bottom: 24px;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 3px solid #d81f32;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h3 {
    font-size: 20px;
  }
}
.editor-styles-wrapper h4 {
  position: relative;
  padding-left: 42px;
  margin-top: 82px;
  margin-bottom: 16px;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.editor-styles-wrapper h4::before {
  position: absolute;
  top: -8px;
  left: 0;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #d81f32;
  content: "\f00c";
}
.editor-styles-wrapper h5 {
  margin-top: 60px;
  margin-bottom: 27px;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.editor-styles-wrapper h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.editor-styles-wrapper p {
  margin-top: 30px;
  line-height: 1.875;
}
.editor-styles-wrapper ul {
  padding-left: 20px;
  margin-bottom: 1em;
  list-style-type: disc;
}
.editor-styles-wrapper ol {
  padding-left: 20px;
  margin-bottom: 1em;
  list-style-type: decimal;
}
.editor-styles-wrapper li {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  line-height: 1.6;
}
.editor-styles-wrapper blockquote {
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.6;
  background: #eee;
}
.editor-styles-wrapper blockquote > :first-child {
  margin-top: 0;
}
.editor-styles-wrapper blockquote > :last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper q {
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  vertical-align: middle;
  background: #eee;
}
.editor-styles-wrapper strong,
.editor-styles-wrapper b {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
  font-weight: 600;
}
.editor-styles-wrapper a {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  color: #1592e6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.editor-styles-wrapper a:hover {
  opacity: 0.6;
}
.editor-styles-wrapper img {
  vertical-align: middle;
}
.editor-styles-wrapper .entry-btn {
  margin: 1em 0;
  text-align: center;
}
.editor-styles-wrapper .entry-btn .btn {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.editor-styles-wrapper .entry-btn .btn:hover {
  opacity: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.editor-styles-wrapper {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  background: #fffffe;
}

.is-root-container {
  border-top: 1px solid #ebebeb;
}

@media (max-width: 767px) {
  .page-about .inner {
    padding-inline: 15px;
  }
}

.about-introduction {
  padding-block: 70px 120px;
}
.about-introduction__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media (max-width: 767px) {
  .about-introduction__contents {
    gap: 60px;
  }
}
.about-introduction .wp-block-group__inner-container {
  width: 1100px;
  max-width: 100%;
  padding-block: 0;
  margin-inline: auto;
}
@media screen and (max-width: 1099px) {
  .about-introduction .wp-block-group__inner-container {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .about-introduction .wp-block-group__inner-container {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .about-introduction {
    padding-block: 38px 64px;
  }
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.4545454545%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not (max-width: 767px) {
  .about-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media (max-width: 767px) {
  .about-item__body {
    gap: 16px;
  }
}
.about-item__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 520/292.5;
}
.about-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about-item__image {
    aspect-ratio: 345/240;
  }
}
.about-item__heading {
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.about-item__heading::first-letter {
  font-size: 48px;
  color: #d91d30;
}
@media (max-width: 767px) {
  .about-item__heading::first-letter {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-item__heading {
    font-size: 28px;
  }
}
.about-item__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about-item__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.about-overview {
  max-width: 100%;
  padding-block: 106px;
  background-image: url(../img/about3.webp);
  background-position: center center;
  background-size: cover;
}
.about-overview__inner.inner {
  width: 860px;
}
@media (max-width: 767px) {
  .about-overview__inner.inner {
    padding-inline: 20px;
  }
}
.about-overview .wp-block-cover__inner-container {
  width: 860px;
  max-width: 100%;
  padding-block: 0;
  margin-inline: auto;
}
@media screen and (max-width: 1099px) {
  .about-overview .wp-block-cover__inner-container {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .about-overview .wp-block-cover__inner-container {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .about-overview {
    padding-block: 62px;
  }
}

.table-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding: 80px 20px;
  background-color: #fff;
}
.table-overview__heading {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .table-overview__heading {
    font-size: 28px;
  }
}
.table-overview__definition-list {
  display: grid;
  grid-template-columns: 41.1764705882% 58.8235294118% !important;
  gap: 40px 0;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .table-overview__definition-list {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
}
.table-overview__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #d81f32;
}
@media (max-width: 767px) {
  .table-overview__term:not(:first-of-type) {
    margin-top: 1em;
  }
}
.table-overview__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #8d8d8d;
}
@media (max-width: 767px) {
  .table-overview {
    gap: 29px;
    padding: 44px 10px;
  }
}