@charset "UTF-8";
/* Copyright (C) ottoworks All Rights Reserved. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

picture {
  display: block;
}
picture img {
  display: block;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Zen Kaku Gothic New", serif;
}

.en {
  font-family: "Montserrat", serif;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.5 "Zen Kaku Gothic New", serif;
  color: #2B2B2B;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(5vw, 68px);
  --headerHeight: 100px;
  --sectionWrap: 5em;
  --minWidth: 1px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 7.5vw;
    --headerHeight: 80px;
    --sectionWrap: 3.75em;
    --minWidth: 1px;
  }
}
label {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

#container_wrap {
  overflow: hidden;
  position: relative;
  min-width: var(--minWidth);
  padding-top: var(--headerHeight);
}

.section_wrap {
  padding: var(--sectionWrap) 0 calc(var(--sectionWrap) * 1.5);
}

.home .section_wrap {
  padding: 0 0 8.75rem;
}

section {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 3.75rem;
  }
}

.opacity, .nav_category .label_cat, .card_news, .card_top_news, .top_news__link, .grecaptcha_text a, .list_gnavi a, .single_pagination li.next a, .single_pagination li.archive a, .single_pagination li.prev a, .breadcrumb a {
  transition: 0.3s;
}
.opacity:hover, .nav_category .label_cat:hover, .card_news:hover, .card_top_news:hover, .top_news__link:hover, .grecaptcha_text a:hover, .list_gnavi a:hover, .single_pagination li.next a:hover, .single_pagination li.archive a:hover, .single_pagination li.prev a:hover, .breadcrumb a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner, .inner_l, .inner_m, .top_news .content, .firstview .catch, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(800px + var(--sideW) * 2);
}

.inner_m, .top_news .content, .firstview .catch {
  max-width: calc(1000px + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(1240px + var(--sideW) * 2);
}

.paragraph {
  line-height: 2;
  letter-spacing: 0.08em;
}
.paragraph p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.layout_col2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 6.5%;
}
.layout_col2 main {
  width: 70%;
  flex-shrink: 0;
}
.layout_col2 aside {
  width: 100%;
}

.y_marker {
  background: linear-gradient(0deg, #ffff00 0%, #ffff00 50%, transparent 50%, transparent 100%);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select {
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid rgba(43, 43, 43, 0.5);
  background: #fff;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  width: 100%;
  padding: 0.5em 28px 0.5em 0.5em;
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  border: 1px solid rgba(43, 43, 43, 0.5);
  color: #2B2B2B;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  background-image: url(../images/icon_checkbox.svg);
  margin-right: 0.5em;
}
input[type=checkbox]:checked {
  background-image: url(../images/icon_checkbox_checked.svg);
}

.dlist_form {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px dashed #2B2B2B;
}
.dlist_form .group {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group {
    flex-direction: column;
  }
}
.dlist_form .group:not(:last-of-type) {
  margin-bottom: 2.5em;
}
.dlist_form .group dt {
  width: 244px;
  flex-shrink: 0;
  font-weight: 700;
}
.dlist_form .group dt.require:after {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8375em;
  font-weight: 700;
  color: #fff;
  background-color: #79746E;
  width: 4.7em;
  height: 2.2em;
  margin-left: 1em;
}
.dlist_form .group dd {
  flex-grow: 1;
}
.dlist_form .group dd .list_kome {
  font-size: 0.875em;
  padding-top: 1em;
}

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

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item:not(:first-child) {
  margin-top: 0.5em;
}
.wpcf7-checkbox .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.txt_polisy {
  margin-bottom: 4em;
  font-size: 0.9375em;
}

.dlist_policy .dlist_policy_inner {
  margin-bottom: 4em;
}
.dlist_policy dt {
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dlist_policy dd {
  font-size: 0.9375em;
}
.dlist_policy dd ul {
  padding-left: 20px;
}
.dlist_policy dd ul li {
  list-style-type: disc;
}

.policy_box {
  background-color: #D8E6E9;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .policy_box {
    width: calc(100% + 16vw);
    margin-left: -8vw;
    padding: 2em 8vw;
  }
}
.policy_box .ttl {
  font-size: 1.125em;
  margin-bottom: 0.5em;
}
.policy_box .txt {
  font-size: 0.9375em;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-acitve {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-acitve {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes width {
  100% {
    width: 100%;
  }
}
.btn_action_shine {
  position: relative;
  overflow: hidden;
}

.btn_action_shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.btn_action_shine:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.btn_action_shine:hover::before {
  animation: shine 0.75s;
}

.ttl_cmn_01 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #79746E;
  letter-spacing: 0.04em;
  margin-bottom: 2.25rem;
}
.ttl_cmn_01:before {
  content: attr(data-en);
  display: block;
  font-family: "Montserrat", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2B2B2B;
  letter-spacing: 0.1em;
}
.ttl_cmn_01.center {
  text-align: center;
}

.ttl_cmn_02 {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ttl_cmn_03 {
  position: relative;
  padding: 22.5px 0;
}
.ttl_cmn_03:before {
  content: "";
  display: block;
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background-color: rgba(121, 116, 110, 0.3);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -45px;
}
.ttl_cmn_03 span {
  position: relative;
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ttl_page_h1 {
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ttl_page_h1:before {
  content: attr(data-en);
  display: block;
  font-family: "Montserrat", serif;
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn_hbm {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn_hbm {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #79746E;
    width: 80px;
    aspect-ratio: 1/1;
  }
  .btn_hbm .box {
    display: block;
    width: 60%;
    aspect-ratio: 5/3;
    position: relative;
  }
  .btn_hbm .bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .btn_hbm .bar:nth-child(1) {
    top: 0;
  }
  .btn_hbm .bar:nth-child(2) {
    top: 50%;
  }
  .btn_hbm .bar:nth-child(3) {
    top: 100%;
  }
  .btn_hbm.is-active .bar:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
  }
  .btn_hbm.is-active .bar:nth-child(2) {
    top: 50%;
    transform: rotateY(90deg);
  }
  .btn_hbm.is-active .bar:nth-child(3) {
    top: 50%;
    transform: rotate(-135deg);
  }
}

.link_cmn_01, .your-submit, .link_cmn_02 {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 0.875rem;
  background-color: #2B2B2B;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

.link_cmn_02 {
  background-color: #fff;
  color: #2B2B2B;
}
.link_cmn_02:hover {
  background-color: #2B2B2B;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.your-submit {
  margin: 2.5rem auto 0;
}

.list_kome li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome li::before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li::before {
  content: "・";
}

.breadcrumb {
  text-align: right;
  padding-top: 1.5rem;
  font-size: 0.875rem;
}
.navigation.pagination {
  padding: 3rem 0 0;
}
.navigation.pagination .nav-links {
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  aspect-ratio: 1/1;
}
.navigation.pagination .nav-links .page-numbers.current {
  background: url(../images/pagination_bg.svg) no-repeat center/contain;
  color: #fff;
}

.single_pagination {
  display: flex;
  gap: 2rem;
  align-items: center;
  font-size: 0.875rem;
  padding: 1.875rem 0 0;
}
.single_pagination li {
  width: 100%;
}
.single_pagination li.prev a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.single_pagination li.prev a:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_left_01.svg) no-repeat center/contain;
}
.single_pagination li.archive {
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
}
.single_pagination li.next {
  text-align: right;
}
.single_pagination li.next a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.single_pagination li.next a:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01.svg) no-repeat center/contain;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: hidden;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

[data-hbm=btn] {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  [data-hbm=btn] {
    width: 40px;
  }
}
[data-hbm=btn]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #79746E;
  border-radius: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
[data-hbm=btn] .box {
  display: block;
  width: 50%;
  position: relative;
}
[data-hbm=btn] .box .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

.l_header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.l_header__inner {
  padding: 0 calc(var(--sideW) / 2) 0 var(--sideW);
  height: var(--headerHeight);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l_header__logo {
    width: 30%;
  }
}

.gnavi {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #79746E;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: flex-start;
}
.gnavi:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(../images/hbm_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .gnavi:before {
    content: none;
  }
}
.gnavi .content {
  width: 50%;
  height: 100%;
  overflow: scroll;
  padding: 0 var(--sideW);
}
@media screen and (max-width: 767px) {
  .gnavi .content {
    width: 100%;
  }
}
.gnavi .content nav {
  margin: 200px 0 2.5em;
}
@media screen and (max-width: 767px) {
  .gnavi .content nav {
    margin: 120px 0 2.5em;
  }
}
.gnavi.js-active {
  opacity: 1;
  visibility: visible;
}

.list_gnavi {
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
.list_gnavi li:not(:last-child) {
  margin-bottom: 1em;
}
.gnavi_contact {
  color: #fff;
  border: 2px solid #fff;
  margin-top: 3.75rem;
  padding-bottom: 2.5rem;
}
.gnavi_contact dt {
  margin-top: -2rem;
  color: #fff !important;
  margin-bottom: 1.5rem;
}
.gnavi_contact dt:before {
  color: inherit !important;
  background-color: #79746E;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .gnavi_contact dt:before {
    padding: 0 0.5em;
  }
}
.gnavi_contact dd {
  text-align: center;
}
.gnavi_contact dd .link_cmn_01, .gnavi_contact dd .link_cmn_02, .gnavi_contact dd .your-submit {
  margin: 1.5rem auto 0;
}

.l_footer {
  padding: 2.5rem 0 3rem;
  background-color: #2B2B2B;
  color: #fff !important;
}

.grecaptcha_text {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 1rem;
}
.grecaptcha_text a {
  text-decoration: underline !important;
}

.copyright {
  font-family: 0.875rem;
  text-align: center;
  letter-spacing: 0.06em;
}

.footer_contact {
  background: url(../images/footer_contact_bg.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  position: relative;
  margin: 0;
}
.footer_contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: hsla(32, 91%, 4%, 0.57);
  position: absolute;
  top: 0;
  left: 0;
}
.footer_contact .inner, .footer_contact .inner_s, .footer_contact .inner_m, .footer_contact .top_news .content, .top_news .footer_contact .content, .footer_contact .firstview .catch, .firstview .footer_contact .catch, .footer_contact .inner_l {
  position: relative;
}
.footer_contact .ttl_cmn_01 {
  color: inherit;
}
.footer_contact .ttl_cmn_01:before {
  color: inherit;
}
.footer_contact__link {
  margin: 2.25rem auto 0;
}

@keyframes anim_catch_01 {
  100% {
    transform: rotateY(0);
  }
}
@keyframes anim_catch_02 {
  100% {
    width: 0;
  }
}
.firstview {
  padding: 0 0 0 var(--sideW);
  position: relative;
}
.firstview .slider_firstview .splide__slide {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50px 0 0 0;
}
.firstview .slider_firstview .splide__slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: clamp(500px, 100vh - var(--headerHeight), 768px);
}
.firstview .slider_firstview .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.firstview .slider_firstview .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.firstview .catch {
  position: absolute;
  left: 6.7%;
  bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .firstview .catch {
    left: calc(var(--sideW) * -0.5);
    padding-right: 0;
  }
}
.firstview .catch span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-size: max(3.36vw, 2.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.0625em 0.5em;
  font-feature-settings: "palt";
  position: relative;
  transform-origin: center left;
  transform: rotateY(90deg);
}
@media screen and (max-width: 767px) {
  .firstview .catch span {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
.firstview .catch span:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .firstview .catch span:not(:last-child) {
    margin-bottom: 8px;
  }
}
.firstview .catch span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.firstview .catch.js-active span:nth-child(1) {
  animation: anim_catch_01 0.5s ease-out forwards;
}
.firstview .catch.js-active span:nth-child(1):after {
  animation: anim_catch_02 0.5s 0.5s ease-out forwards;
}
.firstview .catch.js-active span:nth-child(2) {
  animation: anim_catch_01 0.5s 1s ease-out forwards;
}
.firstview .catch.js-active span:nth-child(2):after {
  animation: anim_catch_02 0.5s 1.5s ease-out forwards;
}

.top_news {
  margin-top: 3.75rem;
}
.top_news .content {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .top_news .content {
    flex-direction: column;
    align-items: unset;
    border-radius: 20px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 1rem;
  }
}
.top_news__ttl {
  font-family: "Montserrat", serif;
  font-size: 1.25rem;
  font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .top_news__ttl {
    text-align: center;
  }
}
.top_news__content {
  flex-grow: 1;
}
.top_news__link {
  font-family: "Montserrat", serif;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  text-align: center;
}

.card_top_news {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .card_top_news {
    display: block;
  }
}

.top_about .container {
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .top_about .container {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.top_about .container .box_text {
  width: 48%;
  flex-shrink: 0;
  padding: 7% 0 0;
}
@media screen and (max-width: 767px) {
  .top_about .container .box_text {
    width: 100%;
    padding-top: 0;
  }
}
.top_about .container .box_image {
  flex-grow: 1;
  margin-right: -12.2%;
}
@media screen and (max-width: 767px) {
  .top_about .container .box_image {
    width: 90%;
    margin-left: auto;
  }
}
.top_about .container .box_image img {
  display: block;
}
.top_about .container .box_image img:nth-child(1) {
  width: 80.38%;
  margin-left: auto;
}
.top_about .container .box_image img:nth-child(2) {
  width: 54.34%;
  margin: -20% 0 0;
}
.top_about .container .box_image img:nth-child(3) {
  width: 52.41%;
  margin: -35% 0 0 auto;
}
.top_about .ttl_cmn_02 {
  margin-bottom: 2.5rem;
}
.top_about__text {
  font-weight: 500;
}
.top_about__link {
  margin-top: 2.5rem;
}

.top_service {
  background-color: rgba(121, 116, 110, 0.3);
  padding: 5rem 0;
}
.top_service__link {
  margin: 3.75rem auto 0;
}

.list_top_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.125rem 5%;
  background: url(../images/top_service_bg.svg) no-repeat center/60%;
}
.list_top_service > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_top_service {
    flex-direction: column;
    gap: 1rem;
  }
  .list_top_service > li {
    width: 100%;
  }
}

.card_top_service {
  word-wrap: break-word;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 4% 2.5% 3%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card_top_service {
    padding: 2.5rem 5%;
  }
}
.card_top_service h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
}

.top_blog {
  margin-bottom: 0;
}
.top_blog__lead {
  margin-bottom: 3.75rem;
}
.top_blog__link {
  margin: 3.75rem auto 0;
}

.list_blog {
  display: flex;
  gap: 3.5%;
}
.list_blog > li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .list_blog {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
    gap: 2.5rem;
  }
  .list_blog > li {
    width: 100%;
  }
}

.card_blog {
  display: block;
  position: relative;
}
.card_blog .box_image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.16);
  position: relative;
}
.card_blog .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.card_blog .box_image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: hsla(32, 91%, 4%, 0.57);
  transition: 0.3s;
}
.card_blog .box_text {
  margin-top: 1.5rem;
  transition: opacity 0.3s;
}
.card_blog .date {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.card_blog .ttl {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
}
.card_blog:hover .box_image img {
  transform: scale(1.1);
}
.card_blog:hover .box_image:after {
  width: 100%;
  right: unset;
  left: 0;
}
.card_blog:hover .box_text {
  opacity: 0.7;
}

.label_cat {
  font-size: 0.875rem;
  color: #fff;
  background-color: #79746E;
  display: inline-block;
  padding: 0.125em 0.75em;
}

.page_header {
  position: relative;
}
.page_header .image {
  display: block;
  margin-left: var(--sideW);
  height: 300px;
  overflow: hidden;
  border-radius: 50px 0 0 0;
  position: relative;
}
.page_header .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_header .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.page_header .ttl_page_h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_content {
  font-size: 0.875em;
  font-weight: 400;
  margin-top: 0.5em;
}

.box_notes {
  margin: 2.5rem auto 0;
  border: 2px solid #79746E;
  padding: 2.5rem 4%;
  font-size: 0.875rem;
  text-align: center;
}
.box_notes .link_cmn_01, .box_notes .link_cmn_02, .box_notes .your-submit {
  margin: 1rem auto 0;
}

.container_cmn_01 {
  margin-bottom: 6rem;
}
.container_cmn_01 .container_descr {
  display: flex;
  gap: 4.8%;
}
.container_cmn_01 .container_descr .box_text {
  width: 50%;
  flex-shrink: 0;
}
.container_cmn_01 .container_descr .box_text .text {
  margin-top: 1rem;
  font-weight: 500;
}
.container_cmn_01 .container_price {
  margin-top: 3.75rem;
}
.container_cmn_01:last-of-type {
  margin-bottom: 0;
}

.tbl_price {
  width: 100%;
}
.tbl_price .list_kome {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.tbl_price tr {
  width: 100%;
}
.tbl_price tr:nth-child(odd) {
  background-color: #E7E7E7;
}
.tbl_price th {
  font-weight: 500;
  padding: 1rem;
}
.tbl_price td {
  padding: 1rem;
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: right;
}
.tbl_price td:after {
  content: "〜";
  font-size: 0.75em;
  font-weight: 400;
  vertical-align: middle;
}
.tbl_price.brown tr:first-of-type {
  background-color: #79746E !important;
  color: #fff;
}
.tbl_price.brown tr:first-of-type th {
  font-size: 1.25rem;
}
.tbl_price.brown tr:not(:first-of-type) {
  background-color: #E7E7E7;
}
.tbl_price.brown tr:not(:first-of-type) td {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  text-align: inherit;
  padding: 1.5rem 4%;
}
.tbl_price.brown tr:not(:first-of-type) td:after {
  content: none;
}
.tbl_price.brown tr:not(:first-of-type) td p {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.tbl_price.brown tr:not(:first-of-type) td .list_detail {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.tbl_price.brown tr:not(:first-of-type) td .list_detail > li {
  margin-bottom: 0.5em;
}

.contact_lead {
  text-align: center;
  margin-bottom: 3.75rem;
}

.contact_policy h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.contact_policy .content {
  margin-bottom: 1.5rem;
}

.agreement_box {
  background-color: #E7E7E7;
  padding: 1rem 5%;
  margin-top: 1rem;
}

.box_cmn_01 {
  text-align: center;
}
.box_cmn_01 h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.box_cmn_01 p {
  line-height: 2;
}
.box_cmn_01 .link_cmn_01, .box_cmn_01 .link_cmn_02, .box_cmn_01 .your-submit {
  margin: 1.5rem auto 0;
}

.list_news > li:nth-child(even) {
  background-color: #E7E7E7;
}

.card_news {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: 1.5em;
}
.card_news .date {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.card_news .ttl {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex-grow: 1;
}
.card_news:after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01.svg) no-repeat center/contain;
  flex-shrink: 0;
  transition: all 0.5s;
}
.card_news:hover:after {
  transform: translateX(0.75em);
}

.news_header {
  padding-bottom: 1.5rem;
}
.news_header .date {
  font-family: "Montserrat", serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.news_header .ttl {
  font-size: 1.5rem;
  font-weight: 500;
}

.nav_category {
  margin-bottom: 3rem;
}
.nav_category dt {
  font-family: "Montserrat", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #79746E;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5rem;
}
.nav_category dt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #79746E;
}
.nav_category__list {
  font-size: 0;
}
.nav_category__list > li {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}
.nav_category .label_cat {
  padding: 0.375rem 0.75rem;
}
.nav_category .label_cat:after {
  content: "(" attr(data-count) ")";
}

.recommend {
  margin-top: 7.5rem;
}

.sidebar__box:not(:first-child) {
  margin-top: 2.5rem;
}
.sidebar__box dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Montserrat", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #79746E;
  margin-bottom: 0.5rem;
}
.sidebar__box dt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #79746E;
}
.sidebar__box dd ul li {
  margin-bottom: 0.375rem;
}
.sidebar__box.category a:after {
  content: "(" attr(data-count) ")";
}

.post_content,
.article_content {
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  padding: 3.75rem 0 3.75rem;
  line-height: 1.8;
}
.post_content > *:first-child,
.article_content > *:first-child {
  margin-top: 0;
}

.article__header .attr .date {
  display: inline-block;
  font-family: "Montserrat", serif;
  font-weight: 700;
  margin-right: 1.5rem;
}
.article__header .attr .list_category {
  display: inline-block;
}
.article__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 1em 0;
}