@charset "UTF-8";
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

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

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl32 {
  padding-left: 32px !important;
}

.is_pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .is_sp {
    display: none;
  }
}

.serif {
  font-family: "Noto Serif JP", "Times New Roman", Times, serif;
}

@media print, screen and (max-width: 1023px) {
  .fs80 {
    font-size: 1.5rem !important;
  }
}

@media print, screen and (max-width: 1023px) {
  .fs70 {
    font-size: 1.3rem !important;
  }
}

.table_rows tbody th {
  background-color: #E1E1E1 !important;
  color: #333 !important;
  width: 30%;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody th {
    width: 300px;
  }
}
.table_rows tbody td {
  vertical-align: top;
}
.table_rows tbody td:first-child {
  font-weight: 700;
  background-color: #E1E1E1;
  color: #333 !important;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody td:first-child {
    width: 300px;
  }
}
@media print, screen and (max-width: 639px) {
  .table_rows {
    display: block;
  }
  .table_rows tbody {
    display: block;
    width: 100%;
  }
  .table_rows tr {
    display: block;
    width: 100%;
  }
  .table_rows tr:first-child th, .table_rows tr:first-child td {
    border-bottom: 0;
  }
  .table_rows th, .table_rows td {
    display: block;
    width: 100%;
  }
}

.table_cols tr:first-of-type td {
  background-color: #E1E1E1;
  color: #333;
  font-weight: 700;
}

.contact-form-wrapper .form-group br {
  display: none;
}

.p-contactform {
  max-width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform {
    padding-left: 0;
  }
}
.p-contactform input[type=text].full, .p-contactform input[type=tel], .p-contactform input[type=email] {
  width: 100%;
  max-width: 100%;
}
.p-contactform input[type=text], .p-contactform input[type=tel], .p-contactform input[type=email] {
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform input[type=text]:focus, .p-contactform input[type=tel]:focus, .p-contactform input[type=email]:focus {
  background-color: #EEE;
}
.p-contactform input[type=text].wpcf7-not-valid, .p-contactform input[type=tel].wpcf7-not-valid, .p-contactform input[type=email].wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform textarea {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform textarea:focus {
  background-color: #EEE;
}
.p-contactform textarea.wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform select {
  padding: 8px;
  border-color: #CCC;
}
.p-contactform .wpcf7-list-item {
  margin: 0 1em 0 0;
  margin-bottom: 8px !important;
}
@media print, screen and (max-width: 639px) {
  .p-contactform .wpcf7-list-item {
    margin-bottom: 0.8rem;
    display: block !important;
  }
}
.p-contactform span.wpcf7-not-valid-tip {
  margin-top: 2px;
  color: #E00;
}
.p-contactform p {
  margin-bottom: 0;
}
.p-contactform .u-ai_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contactform .u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-contactform .wpcf7-form-control-wrap input {
  width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform th {
    width: 100% !important;
  }
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.p-required_mark::after {
  display: inline-block;
  margin-left: 0.3rem;
  color: #ED1C24;
  content: "*";
}

.wpcf7-submit {
  font-weight: bold;
  margin-left: 72px;
}

.bl_cv_btn .bl_cv_btn_contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E84345;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
  padding: 10px 50px;
  text-decoration: none;
}
.bl_cv_btn .bl_cv_btn_contact:hover {
  opacity: 0.8; /* 透過率20% */
  -webkit-transition: 0.2s;
  transition: 0.2s; /* 0.2秒アニメーション */
}

.p-contactform .wpcf7-form-control-wrap input {
  width: 100%;
}

@media print, screen and (max-width: 639px) {
  .p-contactform th {
    width: 100% !important;
  }
}

.link_shop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.link_shop a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_onlinestore.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.link_shop a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon_page.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.link_page a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.link_page a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon_page.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.smb-btn {
  border: 1px solid var(--accent-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.smb-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.smb-btn .smb-btn__label {
  position: relative;
}
.smb-btn .smb-btn__label::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='7' viewBox='0 0 3 7'%3E%3Cpath d='M3.5,0,7,3H0Z' transform='translate(3) rotate(90)' fill='%23fff'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='7' viewBox='0 0 3 7'%3E%3Cpath d='M3.5,0,7,3H0Z' transform='translate(3) rotate(90)' fill='%23fff'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: background-color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: background-color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-left: 10px;
}

@media (any-hover: hover) {
  .smb-btn:hover {
    -webkit-filter: none;
            filter: none;
    color: var(--accent-color) !important;
  }
  .smb-btn:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .smb-btn:hover .smb-btn__label::after {
    background-color: var(--accent-color);
  }
}
.button_contact_default .smb-btn .smb-btn__label::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='20' height='14' x='2' y='5'/%3E%3Cpath stroke-linecap='round' d='M2 5l10 9 10-9'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='20' height='14' x='2' y='5'/%3E%3Cpath stroke-linecap='round' d='M2 5l10 9 10-9'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: background-color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: background-color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.button_contact_default .smb-btn .smb-btn__label::after {
  top: 51%;
}

.button_contact_default a.smb-btn.smb-btn--little-wider {
  padding-right: 28px;
}

@media (any-hover: hover) {
  .button_contact_default .smb-btn:hover .smb-btn__label::before {
    background-color: var(--accent-color);
  }
}
.button_contact_default .button_contact_default-blue {
  background-color: #2369B8;
}

/*h2*/
body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  color: var(--accent-color);
  border-bottom: 1px solid #BBD3EF;
  padding-bottom: 0.5em;
  position: relative;
}
body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title)::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 15%;
  height: 2px;
  background-color: var(--accent-color);
}

/*h3*/
body:not(.home) h3:not(.c-entry-summary__title) {
  color: var(--accent-color);
  border-left: 4px solid var(--accent-color);
  -webkit-box-shadow: inset 2px 0 0 0 #fff, inset 3px 0 0 0 var(--accent-color);
          box-shadow: inset 2px 0 0 0 #fff, inset 3px 0 0 0 var(--accent-color);
  padding-left: 0.75em;
  line-height: 1.3;
}

/*h4*/
body:not(.home) h4 {
  color: var(--accent-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body:not(.home) h4::before {
  content: "▶";
  font-size: 0.6em;
  margin-right: 0.5em;
  vertical-align: middle;
}

/*h5*/
body:not(.home) h5 {
  color: #2369B8;
}

@font-face {
  font-family: "NorthSails";
  src: url("../font/NorthSails.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-northsails {
  font-family: "NorthSails", sans-serif;
}

.c-meta__item--author, .c-meta__item--modified {
  display: none !important;
}

.u-text_center {
  text-align: center;
}

@media print, screen and (max-width: 1023px) {
  .smb-panels__item__body {
    padding: 16px;
  }
}

body {
  font-family: "Arial", "Noto Sans JP", sans-serif;
}

aside.p-trackbacks.c-entry-aside {
  display: none;
}

/* 横いっぱいに広げる */
.l-2row-header .p-global-nav,
.p-header-sub-nav {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* 中身をコンテナー幅に収める */
.l-2row-header .p-global-nav > *,
.p-header-sub-nav > * {
  margin: 0 auto;
  max-width: 1200px;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.c-sub-nav .c-navbar__item.sm-nav-menu-item-highlight {
  color: #fff;
}

.faq .c-entry__title::before {
  content: "Q.";
  font-size: 3rem;
  font-weight: bold;
  font-family: "Arial Black";
  margin-right: 1.6rem;
  color: #349CF7;
}

.faq .c-entry__body::before {
  content: "A.";
  font-size: 3rem;
  font-weight: bold;
  font-family: "Arial Black";
  margin-right: 1.6rem;
  color: #cf2e2e;
}

.c-entry-summary--type-faq .c-entry-summary__title::before {
  content: "Q.";
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "Arial Black";
  margin-right: 1.5rem;
  color: #349CF7;
}

.mv_slider {
  position: relative;
}

.mv_slider_copy {
  position: absolute;
  top: 40%;
  left: 10%;
  z-index: 10;
}
@media print, screen and (max-width: 639px) {
  .mv_slider_copy {
    top: 29%;
    left: 4%;
  }
}

body.home {
  background-image: url(/wordpress/wp-content/uploads/img_bg_top.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 639px) {
  body.home {
    background-position: right -16em top;
  }
}

.home .c-section:first-child {
  padding-top: 0;
}

@media print, screen and (max-width: 639px) {
  .smb-section--full {
    --smb-section--min-height: 60vh !important;
  }
}
span.c-hamburger-btn__label {
  display: none;
}

.p-drop-nav {
  color: var(--accent-color);
  font-family: serif;
  font-size: 14px !important;
}
.p-drop-nav .c-navbar__item > a > span {
  font-size: 14px !important;
}

.l-1row-header {
  font-family: "Noto Serif JP", "Times New Roman", Times, serif;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
@media print, screen and (max-width: 1023px) {
  .l-1row-header {
    background: transparent;
  }
}
body:not(.home) .l-1row-header {
  background: var(--accent-color);
}

@media print, screen and (max-width: 1023px) {
  .l-header__content {
    background-color: #0E2152;
  }
}

.p-header-sub-nav {
  margin-right: 0;
  margin-left: 0;
}

ul#menu-sub_nav {
  font-size: 16px;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: -2rem;
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .c-sub-nav--right .c-navbar {
    gap: 30px;
  }
}
.sns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.sns-list img {
  width: 40px;
  height: auto;
  display: block;
}
.sns-list a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sns-list a:hover {
  opacity: 0.7;
}

.p-global-nav .c-navbar__item > a {
  padding-right: 0;
  padding-bottom: 0.5rem;
}
.p-global-nav .c-navbar__item > a > span {
  font-size: 18px;
  letter-spacing: normal;
  line-height: normal;
  font-weight: normal;
}
.p-global-nav .c-navbar__item > a > span.menu_sub-label {
  font-size: 14px;
  font-weight: bold;
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before {
  display: none;
}
.p-global-nav .c-navbar__item > .c-navbar__submenu {
  text-align: center;
  min-width: 100px;
  left: calc(50% + 0.5rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(14, 33, 82, 0.7882352941);
}
.p-global-nav .c-navbar__item > .c-navbar__submenu li {
  border-bottom: 1px solid #D0D0D0;
}
.p-global-nav .c-navbar__item > .c-navbar__submenu li:last-child {
  border-bottom: none;
}

@media (any-hover: hover) {
  .c-sub-nav .c-navbar__item > a:hover {
    text-decoration: none;
  }
}
@media (any-hover: hover) {
  ul#menu-global_navi-1 .c-navbar__item, #menu-global_navi .c-navbar__item {
    -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 (any-hover: hover) {
  ul#menu-global_navi-1 .c-navbar__item:hover, #menu-global_navi .c-navbar__item:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.section_top_mv {
  position: relative;
}

@media print, screen and (max-width: 639px) {
  .smb-section--full {
    --smb-section--min-height: 80vh;
  }
}

.top_mv_news-block {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 650px;
  z-index: 12;
}
.top_mv_news-block .c-entries--text {
  border-top: 0;
}
.top_mv_news-block .c-entries__item {
  border-bottom: none;
}
.top_mv_news-block .c-entries--text .c-entry-summary__title {
  font-size: 12px;
}
.top_mv_news-block .c-entries--text .c-entry-summary__meta {
  font-size: 12px;
  margin-right: 0;
}
.top_mv_news-block .c-entries--text .c-entries__item > a {
  padding-top: 0;
  padding-bottom: 0;
}
.top_mv_news-block .top_mv_news-block-left {
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_mv_news-block .c-entries--text .c-entry-summary__meta {
  margin: 0;
}
.top_mv_news-block .c-entry-summary__body {
  margin-bottom: 8px;
}
.top_mv_news-block .c-entries--text .c-entry-summary__body {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_mv_news-block-sp .c-entries--text .c-entry-summary__meta {
  margin: 0;
}
.top_mv_news-block-sp .c-entry-summary__body {
  margin-bottom: 8px;
}
.top_mv_news-block-sp .c-entries--text .c-entry-summary__body {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_mv_news-block-sp {
  color: #fff;
}
.top_mv_news-block-sp .c-entries--text {
  border-top: 0;
}
.top_mv_news-block-sp .c-entries__item {
  border-bottom: none;
}
.top_mv_news-block-sp .c-entries--text .c-entry-summary__title {
  font-size: 12px;
  letter-spacing: initial;
}
.top_mv_news-block-sp .c-entries--text .c-entry-summary__meta {
  font-size: 12px;
  margin-right: 0;
  max-width: 70px;
}
.top_mv_news-block-sp .c-entries--text .c-entries__item > a {
  padding-top: 0;
  padding-bottom: 0;
}
.top_mv_news-block-sp .c-entries--text .c-entry-summary__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.img_hover-up .smb-items__banner__figure {
  overflow: hidden;
  max-width: 570px;
  max-height: 340px;
}
.img_hover-up img {
  -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;
}
.img_hover-up:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media print, screen and (max-width: 639px) {
  table tr th {
    border-bottom-width: 0 !important;
  }
}

@media print, screen and (max-width: 639px) {
  table tr:not(:last-child) td {
    border-bottom-width: 0 !important;
  }
}

.smb-items__banner__lede {
  margin-top: 0 !important;
}

.smb-items__banner__title {
  line-height: 1 !important;
}

.smb-items__banner:hover .smb-items__banner__figure {
  -webkit-filter: none !important;
          filter: none !important;
}

.post-categories-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto 2rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 639px) {
  .post-categories-list {
    gap: 20px;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
}
.post-categories-list__item {
  margin: 0;
  position: relative;
}
.post-categories-list__item a {
  display: inline-block;
  padding: 8px 4px;
  font-size: 0.95rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.post-categories-list__item a:hover {
  color: #000;
  text-decoration: none;
}
.post-categories-list__item.is-current a {
  color: #000;
  font-weight: 500;
}
.post-categories-list__item.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: #000;
}

@media print, screen and (max-width: 639px) {
  p.p_top_style_copy {
    font-size: 0.875rem !important;
    text-align: left;
  }
}

@media print, screen and (max-width: 639px) {
  p.p_top_style_header {
    padding-left: 0 !important;
  }
}

@media print, screen and (max-width: 639px) {
  p:not(.fs80).p_top_style_header {
    padding-bottom: 10px !important;
  }
}

@media print, screen and (max-width: 639px) {
  .smb-buttons.is-content-justification-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (max-width: 639px) {
  p.block_contact_phone {
    font-size: 38px !important;
  }
}
p.block_contact_phone a {
  text-decoration: none !important;
}

@media print, screen and (max-width: 639px) {
  .column_contact_left {
    border-right-width: 0 !important;
  }
}

@media print, screen and (min-width: 640px) {
  .c-entries--rich-media .c-entry-summary__header {
    min-height: 64px;
  }
}

@media print, screen and (min-width: 640px) {
  .c-entry-summary__content {
    min-height: 75px;
  }
}

.l-footer {
  border-top: 0;
  background-color: #0E2152;
}

.l-footer--default .c-copyright {
  display: none;
}

.l-footer--default .l-footer-widget-area {
  padding-bottom: 1rem;
}

.widget_nav_menu ul {
  color: #ffffff;
  font-weight: bold;
}

.child_menu {
  margin-left: 10px;
  font-weight: normal;
}

@media print, screen and (max-width: 639px) {
  .l-footer-widget-area p.has-sm-text-alt-color {
    text-align: center;
  }
}
@media print, screen and (max-width: 639px) {
  .l-footer-widget-area .wp-block-snow-monkey-blocks-flex.smb-flex.is-horizontal.is-nowrap.is-layout-flex.wp-container-snow-monkey-blocks-flex-is-layout-2ef40a98.wp-block-snow-monkey-blocks-flex-is-layout-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2c077f86.wp-block-columns-is-layout-flex {
  gap: 0;
}

/* お問い合わせフォーム全体 */
.contact-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--accent-color);
  padding: 1rem;
}

/* フォームグループ */
.contact-form-wrapper .form-group {
  margin-bottom: 1.5em;
}

/* ラベル */
.contact-form-wrapper label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 0.95em;
}

/* 必須マーク */
.contact-form-wrapper .required {
  color: #c00;
  font-size: 0.85em;
  margin-left: 0.2em;
}

/* テキスト入力・テキストエリア */
.contact-form-wrapper input[type=text],
.contact-form-wrapper input[type=email],
.contact-form-wrapper input[type=tel],
.contact-form-wrapper textarea {
  width: 100%;
  padding: 0.8em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  border-color: #003366;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 51, 102, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 51, 102, 0.1);
}

/* ラジオボタン */
.contact-form-wrapper .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}

.contact-form-wrapper .wpcf7-list-item {
  margin: 0;
}

/* ファイル注記 */
.contact-form-wrapper .file-note {
  font-size: 0.85em;
  color: #666;
  margin-top: 0.3em;
}

/* 送信ボタン */
.contact-form-wrapper .btn-submit {
  display: inline-block;
  background-color: #003366;
  color: #fff;
  padding: 0.9em 3em;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.contact-form-wrapper .btn-submit:hover {
  background-color: #00509e;
}

/* 送信エリア中央寄せ */
.contact-form-wrapper .form-submit {
  text-align: center;
  margin-top: 2em;
}

/* バリデーションエラー */
.contact-form-wrapper .wpcf7-not-valid-tip {
  color: #c00;
  font-size: 0.85em;
  margin-top: 0.3em;
}

.panel_rc_material .smb-panels__item__body {
  padding: 16px;
}
.panel_rc_material p.p1_rc_material {
  min-height: 186px;
}
.panel_rc_material p.p2_rc_material.has-sm-s-font-size {
  min-height: 120px;
}

.od_class-lineup .wp-block-snow-monkey-blocks-items-banner {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.od_class-lineup .wp-block-snow-monkey-blocks-items-banner:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

/* お問い合わせフォーム */
.cf7_math {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 公開後調整 */

.section_top_mv .mv_slider_copy span{
      filter: drop-shadow(0px 0px 10px black);
}

.c-meta__item {
    color: #fff;
}



/*# sourceMappingURL=style.css.map */