@charset "UTF-8";
/*
 * foundation
 */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

:root {
  --content-space: 16px;
  --content-negative-space: -16px;
  --content-width: 1200px;
  --u-content-width: 1000px;
  --content-max-width: calc(var(--content-width) + (var(--content-space) * 2));
  --content-narrow-width: 1000px;
  --content-narrow-max-width: calc(var(--content-narrow-width) + (var(--content-space) * 2));
  --color-white:#fff;
  --color-grey:#aaa;
  --color-text:#222;
  --color-main:#111;
  --color-sub:#184416;
  --color-accent:#F97F2D;
  --color-dark:#033c5e;
  --color-light:#2186bf;
  --font-main:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
  :root {
    --content-space: 32px;
    --content-negative-space: -32px;
    --content-width: 100%;
    --u-content-width: 92%;
    --content-max-width: 100%;
    --content-narrow-width: 100%;
    --content-narrow-max-width: 100%;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: var(--font-main);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  min-width: 1200px;
}

a {
  text-decoration: underline;
  color: inherit;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 好みで使用してください
p, dl, dt, dd, ul, li{
    line-height: 1.5;
    font-feature-settings : "palt";
    text-align:justify; 
    text-justify: inter-ideograph;
}
*/
li {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}

.sp {
  display: none !important;
}

.no-mt {
  margin-top: 0 !important;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/* ブロックスキップ */
.skip-link {
  position: absolute;
  top: -40px; /* 見えないように上に隠す */
  left: 0;
  background: var(--color-main);
  color: #fff;
  padding: 5px 16px;
  z-index: 1000;
  text-decoration: none;
  font-size: 16px;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0; /* フォーカス時に表示 */
}

@media screen and (max-width: 767px) {
  .skip-link:focus {
    top: 80px;
  }
}
/* Autoprefixerを使用した場合の書き方 */
input[type=submit],
input[type=button] {
  border-radius: 0;
  box-sizing: content-box;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  cursor: pointer;
}

/*
 * layout
 */
/* header -------------------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  top: 0;
}
.l-header.hide {
  background-color: transparent;
}
.l-header.hide .logo img {
  width: 124px;
  height: auto;
}
.l-header.hide .hdr-contact-area {
  right: 10px;
  top: 0;
}
.l-header.hide .hdr-contact-area .c-nav {
  display: none;
}
.l-header.hide .hdr-contact-area .hdr-contact a {
  font-size: 24px;
  font-size: 2.4rem;
}

.logo {
  margin-top: 10px;
  margin-left: 50px;
}
.logo img {
  transition: 0.3s;
}

.hdr-contact-area {
  height: 100px;
  position: fixed;
  right: 40px;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 60px;
  padding: 0 3.64vw;
  transition: 0.3s;
  z-index: 8000;
}

.hdr-contact.lora {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: var(--color-dark);
  font-size: 2vw;
  margin-right: 5vw;
}
.hdr-contact.lora img {
  margin-right: 10px;
}

.c-nav {
  margin-right: 15px;
  transition: 0.3s;
}

.c-nav-list {
  display: flex;
  gap: 2vw;
  margin: 0 2vw 0 0;
  padding: 0;
}
.c-nav-list > li {
  list-style: none;
  position: relative;
}
.c-nav-list > li::before {
  background: var(--color-dark);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.c-nav-list > li:hover {
  border-color: var(--color-dark);
}
.c-nav-list > li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.c-nav-list > li.has-sub {
  position: relative;
}

.c-nav-list__link {
  text-decoration: none;
}

.c-nav-list-lv2 {
  display: none;
  position: absolute;
  left: -44px;
  top: 2em;
  margin: 0;
  padding: 20px 0 10px;
  width: 164px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-nav-list-lv2 > li {
  list-style: none;
}

.c-nav-list-lv2__link {
  display: block;
  font-size: 15px;
  line-height: 2;
  padding-left: 20px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-nav-list-lv2__link:hover {
  color: #BF7939;
  opacity: 1;
}
.c-nav-list-lv2__link span {
  font-size: 26px;
  line-height: 1;
  color: var(--color-light);
}

@media screen and (max-width: 1300px) {
  .logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1270px) {
  .hdr-contact-area {
    min-width: 360px;
    justify-content: center;
  }
  .hdr-contact-area .c-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
    transition: 0.3s;
  }
  .l-header.hide {
    background-color: #fff;
  }
  .logo {
    margin-top: 10px;
    margin-left: 16px;
  }
  .logo img {
    width: 46%;
    height: auto;
  }
}
.fix-side {
  position: fixed;
  width: 70px;
  height: 260px;
  right: -300px;
  top: calc(50vh - 130px);
  background-color: var(--color-dark);
  z-index: 99999;
  transition: 0.3s all;
}
.fix-side.active {
  right: 0px;
}
.fix-side a {
  display: block;
  width: 65px;
  height: 250px;
  margin: 5px 0 5px 5px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  transition: 0.3s;
}
.fix-side a img {
  margin-top: 10px;
}
.fix-side a:hover {
  background-color: var(--color-dark);
}

/* footer -------------------------------------- */
.l-footer {
  border-top: 1px solid #d3cbc6;
  padding: 90px 0 0;
}
.l-footer .inner {
  width: 1200px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
.l-footer .copyright {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #d3cbc6;
  font-size: 14px;
  font-size: 1.4rem;
}

.ftr-data {
  border-right: 1px solid #d3cbc6;
}
.ftr-data .ftr-logo {
  width: 410px;
}
.ftr-data p.addr {
  margin-top: 15px;
}
.ftr-data p.tel.lora {
  font-size: 30px;
  font-size: 3rem;
  color: var(--color-dark);
}
.ftr-data p.tel.lora img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.ftr-link {
  width: 710px;
}
.ftr-link nav {
  display: flex;
}
.ftr-link nav ul {
  margin-right: 80px;
}
.ftr-link nav ul li {
  margin-bottom: 20px;
  margin-left: 0;
  list-style-type: none;
}
.ftr-link nav ul li::before {
  content: "●";
  font-size: 8px;
  color: #d3cbc6;
  line-height: 1.3;
  margin-right: 5px;
}
.ftr-link nav ul li a {
  text-decoration: none;
}
.ftr-link nav ul li a:hover {
  color: var(--color-dark);
}
.ftr-link .bnr {
  margin-top: 75px;
}
.ftr-link .bnr a {
  display: flex;
  align-items: center;
  width: 486px;
  height: 100px;
  background-color: #d4d4d4;
  border-radius: 50px;
  padding-left: 36px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.ftr-link .bnr a:hover {
  opacity: 0.7;
  color: var(--color-dark);
}
.ftr-link .bnr a::before {
  content: "●";
  font-size: 8px;
  color: #d3cbc6;
  line-height: 1.3;
  margin-right: 5px;
}

.ftr-fix {
  display: none;
}

#page_top {
  position: fixed;
  bottom: -200px;
  right: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: rgba(191, 127, 63, 0.8);
}

#page_top a {
  display: flex;
  width: 100px;
  height: 100px;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-footer .inner {
    width: 100%;
  }
  .l-footer .copyright {
    padding: 5px 0;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    display: block;
  }
  .ftr-data .ftr-logo {
    width: 80%;
  }
  .f-link {
    width: 100%;
    background: #452309;
    padding-top: 17px;
    height: 45px;
    color: #fff;
  }
  /* sp-nav */
  .ftr-link {
    margin-left: 10vw;
  }
  .ftr-link .first {
    margin-bottom: 20px;
  }
  .ftr-link .first ul {
    padding-left: 4%;
  }
  .ftr-link .first ul li {
    margin-bottom: 16px;
    margin-left: 0;
    list-style-type: none;
  }
  .ftr-link .first ul li::before {
    content: "●";
    font-size: 8px;
    color: var(--color-main);
    line-height: 1.3;
    margin-right: 5px;
  }
  .ftr-link .first ul li a {
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ftr-link .first ul li a:hover {
    color: var(--color-dark);
  }
  .ftr-link .second {
    margin-bottom: 20px;
  }
  .ftr-link .second ul {
    padding-left: 4%;
  }
  .ftr-link .second ul li {
    margin-bottom: 16px;
    margin-left: 0;
    list-style-type: none;
  }
  .ftr-link .second ul li::before {
    content: "●";
    font-size: 8px;
    color: var(--color-light);
    line-height: 1.3;
    margin-right: 5px;
  }
  .ftr-link .second ul li a {
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ftr-link .second ul li a:hover {
    color: var(--color-dark);
  }
  .ftr-link .bnr {
    margin: 24px 0;
    width: 90%;
    background-color: #666;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: 21vw;
    display: flex;
    align-items: center;
    border-radius: 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ftr-link .bnr a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 30px;
  }
  .ftr-link .bnr a::before {
    content: "●";
    font-size: 8px;
    color: var(--color-main);
    line-height: 1.3;
    margin-right: 5px;
  }
  .ftr-data {
    width: 100%;
    margin: 40px auto;
    border-top: 1px solid var(--color-main);
    padding: 30px 5%;
  }
  .ftr-data .ftr-logo {
    width: 70%;
    margin: 0 auto;
  }
  .ftr-data .addr {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ftr-data .tel {
    text-align: center;
    color: var(--color-dark);
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 28px;
  }
  .ftr-data .tel img {
    display: inline-block;
    vertical-align: middle;
  }
  .ftr-fix {
    width: 100%;
    position: sticky;
    bottom: -200px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    transition: 0.3s all;
  }
  .ftr-fix.active {
    bottom: 0px;
  }
  .ftr-fix a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: var(--color-dark);
    width: 50%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .ftr-fix a:nth-of-type(1) {
    border-right: 1px solid #fff;
  }
  .ftr-fix a img {
    width: 15px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
}
/*
 * object
 */
/*下層パンくず*/
ol.breadcrumbs {
  width: var(--u-content-width);
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  flex-wrap: wrap;
}
ol.breadcrumbs li {
  list-style: none;
}
ol.breadcrumbs li::before {
  content: none;
  margin-left: 0;
}
ol.breadcrumbs li::after {
  content: ">";
  font-size: 10px;
  padding: 0 5px;
}
ol.breadcrumbs li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--color-main);
}
ol.breadcrumbs li span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
ol.breadcrumbs li:nth-last-of-type(1)::after {
  content: none;
}

@media screen and (max-width: 767px) {
  /*下層パンくず*/
  ol.breadcrumbs {
    width: 92%;
    margin: 0 auto;
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
  }
  ol.breadcrumbs li {
    list-style: none;
  }
  ol.breadcrumbs li::before {
    content: none;
    margin-left: 0;
  }
  ol.breadcrumbs li::after {
    content: ">";
    font-size: 10px;
    padding: 0 5px;
  }
  ol.breadcrumbs li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: var(--color-main);
  }
  ol.breadcrumbs li span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  ol.breadcrumbs li:nth-last-of-type(1)::after {
    content: none;
  }
}
/*ハンバーガー */
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  position: fixed;
  width: 85px;
  height: 85px;
  cursor: pointer;
  background: var(--color-dark);
  border-radius: 43px;
  z-index: 99999;
  right: 58px;
  top: 7px;
  transition: 0.3s;
  border: none;
  padding: 0;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20px;
  height: 1px;
  background-color: #fff;
}
.openbtn span:nth-of-type(1) {
  top: 30px;
  width: 50%;
}
.openbtn span:nth-of-type(2) {
  top: 40px;
  width: 30%;
}
.openbtn span.menu {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  background-color: transparent;
}
.openbtn:hover {
  background-color: var(--color-dark);
}
.openbtn.hide {
  right: 28px;
  top: 7px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 30px;
  left: 28px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
.openbtn.active span:nth-of-type(2) {
  top: 42px;
  left: 28px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.mm-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  z-index: 9000;
  top: 0;
  right: -200%;
  transition: 0.8s;
  opacity: 0.2;
  overflow: auto;
}

.mm-menu.active {
  top: 0;
  right: 0;
  opacity: 1;
}

.mm-page {
  position: relative;
  z-index: 8000;
}

.sp-nav-close {
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  transition: 0.8s;
  pointer-events: none;
}
.sp-nav-close.active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  /*ハンバーガー */
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn {
    position: fixed;
    /*ボタン内側の基点となるためrelativeを指定*/
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: var(--color-dark);
    border-radius: 43px;
    z-index: 99999;
    right: 15px;
    top: 10px;
    transition: 0.3s;
    border: none;
  }
  .openbtn.hide {
    right: 10px;
    top: 10px;
  }
  .sp-tel {
    position: fixed;
    z-index: 99999;
    top: 10px;
    right: 85px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    line-height: 1;
    color: var(--color-dark);
  }
  .sp-tel img {
    margin: 14px auto 0;
  }
  .sp-tel span {
    position: absolute;
    bottom: 9px;
    left: 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 16px;
    height: 1px;
    background-color: #fff;
  }
  .openbtn span:nth-of-type(1) {
    top: 20px;
    width: 50%;
  }
  .openbtn span:nth-of-type(2) {
    top: 28px;
    width: 30%;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 19px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  .openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 19px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  .openbtn span.menu {
    padding-top: 6px;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    background-color: transparent;
  }
  .mm-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    z-index: 9000;
    right: -200%;
    transition: 0.8s;
    opacity: 0.2;
    overflow-y: scroll;
    padding: 90px 0 40px;
    top: 0;
  }
  .mm-menu.active {
    right: 0;
    opacity: 1;
  }
  .mm-page {
    position: relative;
    z-index: 8000;
  }
}
.sp-menu-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 200px;
  justify-content: center;
  min-width: 1200px;
  overflow: auto;
}
.sp-menu-link .inner {
  width: 1080px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sp-menu-link .inner .sp-menu-data {
  border-right: 1px solid #d3cbc6;
}
.sp-menu-link .inner .sp-menu-data .sp-menu-logo {
  width: 380px;
}
.sp-menu-link .inner .sp-menu-data p.addr {
  margin-top: 15px;
}
.sp-menu-link .inner .sp-menu-data p.tel.lora {
  font-size: 30px;
  font-size: 3rem;
  color: var(--color-dark);
}
.sp-menu-link .inner .sp-menu-data p.tel.lora img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sp-menu-link .inner .sp-menu-data .outlink {
  margin-top: 50px;
}
.sp-menu-link .inner .sp-menu-data .outlink p.blank {
  margin-top: 25px;
}
.sp-menu-link .inner .sp-menu-data .outlink p.blank a {
  text-decoration: none;
}
.sp-menu-link .inner .sp-menu-data .outlink p.blank a:hover {
  color: var(--color-dark);
}
.sp-menu-link .inner .sp-menu-data .outlink p.blank a img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.sp-menu-link .inner .sidemenu-link {
  width: 660px;
}
.sp-menu-link .inner .sidemenu-link nav {
  display: flex;
}
.sp-menu-link .inner .sidemenu-link nav ul {
  width: 50%;
}
.sp-menu-link .inner .sidemenu-link nav ul li {
  margin-bottom: 20px;
  margin-left: 0;
  list-style-type: none;
}
.sp-menu-link .inner .sidemenu-link nav ul li::before {
  content: "●";
  font-size: 8px;
  color: #d3cbc6;
  line-height: 1.3;
  margin-right: 5px;
}
.sp-menu-link .inner .sidemenu-link nav ul li a {
  text-decoration: none;
}
.sp-menu-link .inner .sidemenu-link nav ul li a:hover {
  color: var(--color-dark);
}
.sp-menu-link .inner .sidemenu-link .bnr {
  margin-top: 75px;
}
.sp-menu-link .inner .sidemenu-link .bnr a {
  display: flex;
  align-items: center;
  width: 486px;
  height: 100px;
  border-radius: 50px;
  background-color: #aaa;
  padding-left: 36px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sp-menu-link .inner .sidemenu-link .bnr a:hover {
  opacity: 0.7;
  color: var(--color-dark);
}
.sp-menu-link .inner .sidemenu-link .bnr a::before {
  content: "●";
  font-size: 8px;
  color: #d3cbc6;
  line-height: 1.3;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .sp-menu-link {
    min-width: 100%;
    height: auto;
    padding-top: 0;
  }
  .sp-menu-link .inner {
    display: block;
    width: 90%;
  }
  .sp-menu-link .inner .sp-menu-data {
    border-right: none;
  }
  .sp-menu-link .inner .sp-menu-data .sp-menu-logo {
    width: 100%;
  }
  .sp-menu-link .inner .sp-menu-data .sp-menu-logo img {
    zoom: 0.5;
  }
  .sp-menu-link .inner .sidemenu-link {
    width: 100%;
  }
  .sp-menu-link .inner .sidemenu-link .bnr a {
    margin: 24px 0;
    width: 90%;
    background-color: #666;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: 21vw;
    display: flex;
    align-items: center;
    border-radius: 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sp-menu-link .inner .sidemenu-link .bnr a::before {
    content: "●";
    font-size: 8px;
    color: #d3cbc6;
    line-height: 1.3;
    margin-right: 5px;
  }
}
.related-posts {
  margin-top: 20px;
}
.related-posts .card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.related-posts .card-container .card {
  display: block;
  width: calc(33.333% - 20px);
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-posts .card-container .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.related-posts .card-container .card .image img {
  width: 100%;
  height: auto;
  display: block;
}
.related-posts .card-container .card .content {
  padding: 15px;
}
.related-posts .card-container .card .content h3 {
  font-size: 1.2em;
  margin: 0 0 10px;
  color: #0073aa;
}
.related-posts .card-container .card .content h3:hover {
  text-decoration: underline;
}
.related-posts .card-container .card .content .categories {
  font-size: 0.9em;
  color: #555;
}
.related-posts .card-container .card .content .categories .category {
  display: inline-block;
  margin-right: 5px;
  background-color: #f4f4f4;
  padding: 3px 8px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .related-posts .card-container {
    flex-direction: column;
    gap: 15px;
  }
  .related-posts .card-container .card {
    width: 100%;
  }
}

.p-cta {
  position: relative;
  height: auto;
  width: 100%;
  padding: 40px 0 0;
}
.p-cta .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.p-cta .wrap .box {
  width: 48%;
  margin: 0 1%;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 40px 20px;
}
.p-cta .wrap .box .en {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  margin-top: -11px;
}
.p-cta .wrap .box p {
  margin-top: 26px;
  font-size: 20px;
  font-size: 2rem;
}
.p-cta .wrap .box p.title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
}
.p-cta .wrap .box p.tel {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: bold;
}
.p-cta .wrap .box p.tel span {
  font-size: 32px;
  font-size: 3.2rem;
}
.p-cta .wrap .box p.fax {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
.p-cta .wrap .box .c-for-list {
  margin: 56px auto 0;
}
.p-cta .wrap .box .c-for-list a {
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-cta {
    position: relative;
    height: auto;
    background-image: url(../img/top/cta-bg-sp.jpg);
    background-size: cover;
    width: 100%;
    padding: 42px 0;
  }
  .p-cta .wrap {
    display: block;
    position: relative;
    z-index: 10;
  }
  .p-cta .wrap .box {
    width: 92%;
    margin: 0 auto 40px;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    background-position: left bottom;
    padding-bottom: 30px;
  }
  .p-cta .wrap .box .en {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1;
    text-align: center;
  }
  .p-cta .wrap .box p {
    margin: 0 4%;
    margin-top: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  .p-cta .wrap .box p a {
    text-decoration: none;
  }
  .p-cta .wrap .box p.title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }
  .p-cta .wrap .box p.tel {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
  }
  .p-cta .wrap .box p.tel span {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-cta .wrap .box p.fax {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
  }
  .p-cta .wrap .box .c-for-list {
    margin: 30px auto 0;
  }
  .p-cta .wrap .box .c-for-list a {
    margin: 0 auto;
    color: #fff;
  }
  .p-cta .wrap .box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.c-heading-lv2 + *,
.c-heading-lv3 + *,
.c-heading-lv4 + *,
.c-heading-lv5 + *,
.c-heading-lv6 + *,
:where(.u-editor) h2:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h3:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h4:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h5:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h6:where(:not(.is-reset-wp-block)) + * {
  margin-top: 0 !important;
}

.c-heading-lv2,
:where(.u-editor) h2:where(:not(.is-reset-wp-block)) {
  margin: 40px 0;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  background-color: #000;
  color: #fff;
  padding: 0 10px;
}

.c-heading-lv3,
:where(.u-editor) h3:where(:not(.is-reset-wp-block)) {
  margin: 40px 0 32px;
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 1px solid #000;
  line-height: 1.5;
}

.c-heading-lv4,
:where(.u-editor) h4:where(:not(.is-reset-wp-block)) {
  margin: 32px 0 26px;
  font-size: 20px;
  font-size: 2rem;
  border-left: 4px solid #000;
  line-height: 1.5;
  padding: 0 16px;
  margin-bottom: 26px;
}

.c-heading-lv5,
:where(.u-editor) h5:where(:not(.is-reset-wp-block)) {
  margin: 24px 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-heading-lv6,
:where(.u-editor) h6:where(:not(.is-reset-wp-block)) {
  margin: 20px 0 16px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-heading-lv2,
  :where(.u-editor) h2:where(:not(.is-reset-wp-block)) {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-heading-lv3,
  :where(.u-editor) h3:where(:not(.is-reset-wp-block)) {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-heading-lv4,
  :where(.u-editor) h4:where(:not(.is-reset-wp-block)) {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-heading-lv5,
  :where(.u-editor) h5:where(:not(.is-reset-wp-block)) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-paragraph,
:where(.u-editor) p {
  margin-top: 1.2em;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-paragraph,
  :where(.u-editor) p {
    margin-top: 1em;
    line-height: 1.8;
  }
}
.c-unordered-list,
:where(.u-editor) ul:where(:not(.is-reset-wp-block)) {
  margin-top: 40px;
  padding: 0;
}
.c-unordered-list li,
:where(.u-editor) ul:where(:not(.is-reset-wp-block)) li {
  list-style-type: none;
  text-indent: -0.9em;
  margin-left: 0.9em;
}
.c-unordered-list li:before,
:where(.u-editor) ul:where(:not(.is-reset-wp-block)) li:before {
  content: "⚫︎";
  font-size: 10px;
  color: var(--color-main);
  margin-right: 5px;
}

.c-order-list,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) {
  list-style-type: none;
  counter-reset: count 0;
  margin-top: 40px;
  padding: 0;
}
.c-order-list li,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}
.c-order-list li a,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a {
  text-decoration: none;
}
.c-order-list li a:hover,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a:hover {
  color: var(--color-main);
}
.c-order-list li:before,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: var(--color-main);
  font-weight: bold;
}

dt,
dd {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-unordered-list,
  :where(.u-editor) ul:where(:not(.is-reset-wp-block)) {
    margin-top: 40px;
  }
  .c-order-list,
  :where(.u-editor) ol:where(:not(.is-reset-wp-block)) {
    list-style-type: none;
    counter-reset: count 0;
    margin-top: 40px;
  }
  .c-order-list li a,
  :where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a {
    text-decoration: none;
  }
  .c-order-list li a:hover,
  :where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a:hover {
    color: var(--color-main);
  }
  .c-order-list li:before,
  :where(.u-editor) ol:where(:not(.is-reset-wp-block)) li:before {
    content: counter(count) ". ";
    counter-increment: count 1;
    color: var(--color-main);
    padding-left: 3px;
    margin-right: 5px;
    font-weight: bold;
  }
}
.c-for-list,
.wp-block-button:where(:not(.is-reset-wp-block)) {
  text-align: center;
  margin: 30px auto 0;
}
.c-for-list a,
.wp-block-button:where(:not(.is-reset-wp-block)) a {
  position: relative;
  display: block;
  width: 274px;
  color: var(--color-text);
  font-size: 16px;
  font-size: 1.6rem;
  background: var(--color-light);
  padding: 18px 0;
  border-radius: 32px;
  margin-top: 40px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid var(--color-light);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.c-for-list a::after,
.wp-block-button:where(:not(.is-reset-wp-block)) a::after {
  content: url(../img/common/icon-button-black.png);
  right: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-37%);
}
.c-for-list a:hover,
.wp-block-button:where(:not(.is-reset-wp-block)) a:hover {
  background: var(--color-text);
  color: var(--color-main);
  font-weight: bold;
}
.c-for-list a:hover::after,
.wp-block-button:where(:not(.is-reset-wp-block)) a:hover::after {
  content: url(../img/common/icon-button-white.png);
}
.c-for-list.red a,
.wp-block-button:where(:not(.is-reset-wp-block)).red a {
  background-color: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}
.c-for-list.red a::after,
.wp-block-button:where(:not(.is-reset-wp-block)).red a::after {
  content: url(../img/common/icon-red-white.png);
}
.c-for-list.red a:hover,
.wp-block-button:where(:not(.is-reset-wp-block)).red a:hover {
  background: var(--color-main);
  color: var(--color-main);
  font-weight: bold;
}
.c-for-list.red a:hover::after,
.wp-block-button:where(:not(.is-reset-wp-block)).red a:hover::after {
  content: url(../img/common/icon-red.png);
  background-color: var(--color-main);
}

.c-for-list a {
  margin: 40px auto 0;
}

:where(.u-editor) .wp-block-buttons:where(:not(.is-reset-wp-block)) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-for-list,
  .wp-block-button:where(:not(.is-reset-wp-block)) {
    text-align: center;
    margin: 30px auto 64px;
    display: block !important;
  }
  .c-for-list a,
  .wp-block-button:where(:not(.is-reset-wp-block)) a {
    position: relative;
    display: block;
    width: 80%;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 17px 0;
    margin: 0 auto;
  }
  :where(.u-editor) .wp-block-buttons:where(:not(.is-reset-wp-block)) {
    margin-top: 30px;
  }
}
.c-blockquote,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) {
  margin-top: 40px;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 40px;
  background-color: #F2F2F2;
  position: relative;
}
.c-blockquote cite,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) cite {
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-blockquote::before,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::before {
  content: url(../img/page/icon-blockquote.svg);
  position: absolute;
  top: -10px;
  left: -10px;
}

@media screen and (max-width: 767px) {
  .c-blockquote,
  :where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) {
    width: 90%;
    margin: 40px auto 0;
    line-height: 1.8;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    background-color: #F2F2F2;
    position: relative;
  }
  .c-blockquote cite,
  :where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) cite {
    display: block;
    text-align: right;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-blockquote::before,
  :where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::before {
    content: url(../img/page/icon-blockquote.svg);
    position: absolute;
    top: -10px;
    left: -10px;
  }
}
.c-image,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) {
  margin-top: 40px;
}
.c-image img,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) img {
  max-width: 100%;
  height: auto;
}
.c-image figcaption,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .c-image,
  :where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) {
    margin-top: 40px;
  }
  .c-image img,
  :where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) img {
    max-width: 100%;
    height: auto;
  }
  .c-image figcaption,
  :where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 16px;
  }
}
.c-iframe,
:where(.u-editor) iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
}

.u-editor {
  --table-border-color: #000;
  --table-bg-color: #e4e4e4;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
.u-editor table {
  margin-top: 40px;
  border-collapse: collapse;
  border: 1px solid var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr,
.u-editor table tr {
  border-bottom: 1px solid var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.u-editor table tr th,
.u-editor table tr td {
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 30px;
  text-align: left;
  border-color: var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
.u-editor table thead th {
  background-color: var(--table-bg-color);
  border-right: 1px solid var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th,
.u-editor table tbody th {
  background-color: var(--table-bg-color);
  border-right: 1px solid var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td,
.u-editor table tbody td {
  border-right: 1px solid var(--table-border-color);
}

@media screen and (max-width: 767px) {
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout:not(.is-stacked-on-mobile) {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
  .u-editor table {
    margin-top: 40px;
    border-collapse: collapse;
    border: 1px solid var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr,
  .u-editor table tr {
    border-bottom: 1px solid var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
  .u-editor table tr th,
  .u-editor table tr td {
    line-height: 1.3;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 30px;
    text-align: left;
    border-color: var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
  .u-editor table thead th {
    background-color: var(--table-bg-color);
    border-right: 1px solid var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th,
  .u-editor table tbody th {
    background-color: var(--table-bg-color);
    border-right: 1px solid var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td,
  .u-editor table tbody td {
    border-right: 1px solid var(--table-border-color);
  }
}
.wp-block-media-text {
  gap: 36px;
  margin: 80px 0 0;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .wp-block-media-text {
    gap: 18px;
    margin: 60px 0 0;
  }
}
.wp-block-gallery.has-nested-images.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 50px 0 0;
}

.wp-block-gallery > .wp-block-image {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .wp-block-gallery.has-nested-images.is-layout-flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 0 0;
  }
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 88px auto 0;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  margin: 0;
  padding: 18px 20px;
  line-height: 2;
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
  padding: 0;
}
.wp-pagenavi .pages {
  border: none;
}
.wp-pagenavi span.current,
.wp-pagenavi a {
  min-width: 49px;
}
.wp-pagenavi a {
  border: 1px solid var(--color-main);
}
.wp-pagenavi a:hover {
  background-color: var(--color-main);
  color: #fff;
}

.next-prev {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin: 60px auto 0;
}
.next-prev .prev,
.next-prev .next {
  max-width: 384px;
}
.next-prev .prev a,
.next-prev .next a {
  display: inline-block;
  position: relative;
  line-height: 2;
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s;
}
.next-prev .prev a:hover,
.next-prev .next a:hover {
  text-decoration: none;
}
.next-prev .prev a::before,
.next-prev .next a::before {
  position: absolute;
}
.next-prev .prev {
  margin-right: auto;
}
.next-prev .prev a {
  padding-left: 1em;
}
.next-prev .prev a::before {
  content: "«";
  top: 0;
  left: 0;
}
.next-prev .next {
  margin-left: auto;
}
.next-prev .next a {
  padding-right: 1em;
}
.next-prev .next a::before {
  content: "»";
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 70px auto 0;
    text-align: center;
  }
  .wp-pagenavi span.current,
  .wp-pagenavi a {
    padding: 10px 7px;
    min-width: 46px;
  }
  .wp-pagenavi .pages {
    width: 100%;
  }
  .next-prev {
    flex-direction: column;
    margin: 42px auto 0;
  }
  .next-prev .prev,
  .next-prev .next {
    max-width: none;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

:where(.u-editor) .wp-block-column > :first-child,
:where(.u-editor) .wp-block-group__inner-container > :first-child,
:where(.u-editor) .wp-block-media-text__content > :first-child,
:where(.u-editor) blockquote.wp-block-quote > :first-child {
  margin-top: 0 !important;
}
:where(.u-editor) .wp-block-column > :last-child,
:where(.u-editor) .wp-block-group__inner-container > :last-child,
:where(.u-editor) .wp-block-media-text__content > :last-child,
:where(.u-editor) blockquote.wp-block-quote > :last-child {
  margin-bottom: 0 !important;
}

.c-slider .splide__slide,
.c-slider--sp .splide__slide {
  list-style: none;
}
.c-slider .splide__slide::before,
.c-slider--sp .splide__slide::before {
  display: none !important;
}

.c-slider02 .splide__slide {
  height: 590px;
  list-style: none;
}
.c-slider02 .splide__slide::before {
  display: none !important;
}

.c-slider,
.c-slider--sp {
  margin-top: 50px;
}
.c-slider .splide__controls,
.c-slider--sp .splide__controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.c-slider .splide__toggle .splide__toggle__play,
.c-slider .splide__toggle .splide__toggle__pause,
.c-slider--sp .splide__toggle .splide__toggle__play,
.c-slider--sp .splide__toggle .splide__toggle__pause {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}
.c-slider .splide__toggle .splide__toggle__play,
.c-slider--sp .splide__toggle .splide__toggle__play {
  background-image: url(../img/common/icon-slider-play01.png);
}
.c-slider .splide__toggle .splide__toggle__pause,
.c-slider--sp .splide__toggle .splide__toggle__pause {
  background-image: url(../img/common/icon-slider-stop01.png);
}
.c-slider .splide__toggle:not(.is-active) .splide__toggle__play,
.c-slider--sp .splide__toggle:not(.is-active) .splide__toggle__play {
  display: block;
}
.c-slider .splide__toggle.is-active .splide__toggle__pause,
.c-slider--sp .splide__toggle.is-active .splide__toggle__pause {
  display: block;
}
.c-slider .splide__pagination button,
.c-slider .splide__toggle,
.c-slider--sp .splide__pagination button,
.c-slider--sp .splide__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.c-slider .splide__pagination,
.c-slider--sp .splide__pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  padding: 0;
}
.c-slider .splide__pagination button,
.c-slider--sp .splide__pagination button {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--color-grey);
  border-radius: 10px;
}
.c-slider .splide__pagination button.is-active,
.c-slider--sp .splide__pagination button.is-active {
  background: var(--color-accent);
}
.c-slider .splide__pagination > li,
.c-slider--sp .splide__pagination > li {
  margin: 0;
  padding: 0;
}
.c-slider .splide__pagination > li::before,
.c-slider--sp .splide__pagination > li::before {
  display: none !important;
}

.c-slider--sp {
  margin-top: 50px;
}

.c-slider02 {
  margin-top: 50px;
}

.c-slider02__main img,
.c-slider02__thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-slider02__main {
  position: relative;
}
.c-slider02__main .splide__arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.c-slider02__main .splide__arrow {
  --arrow-space: 26px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  pointer-events: visible;
}
.c-slider02__main .splide__arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-top: 3px solid #000;
}
.c-slider02__main .splide__arrow--prev {
  left: var(--arrow-space);
}
.c-slider02__main .splide__arrow--prev::before {
  left: 36%;
  border-left: 3px solid #000;
  transform: rotate(-45deg);
}
.c-slider02__main .splide__arrow--next {
  right: var(--arrow-space);
}
.c-slider02__main .splide__arrow--next::before {
  right: 36%;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

.c-slider__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.c-slider02__thumbnail {
  margin-top: 40px;
}
.c-slider02__thumbnail .splide__slide {
  width: 160px;
  height: 95px;
  transition: 0.2s all;
  cursor: pointer;
}
.c-slider02__thumbnail .splide__slide:not(.is-active) {
  opacity: 0.3;
}

.c-card-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px 24px;
  margin: 40px 0 0;
  padding: 0;
}
.c-card-wrap > li {
  list-style: none;
  padding: 0;
}
.c-card-wrap > li::before {
  display: none;
}
.c-card-wrap > .c-card {
  margin: 0;
}

.c-card-wrap.c-card-wrap--columns3 {
  grid-template-columns: repeat(3, 1fr);
}

.c-card {
  margin-top: 50px;
}

.c-card__type {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
}
.c-card__type:hover .c-card__img {
  opacity: 0.6;
}
.c-card__type > :first-child {
  margin-top: 0 !important;
}
.c-card__type > :last-child {
  margin-bottom: 0 !important;
}

.c-card__type.c-card__type--horizon {
  flex-direction: row;
  gap: 24px;
}

.c-card__img {
  aspect-ratio: 317/220;
  overflow: hidden;
  transition: 0.2s opacity;
}
:where(.c-card__type--horizon) > .c-card__img {
  width: 317px;
}
.c-card__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-card__detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-card__prop {
  display: flex;
  align-items: center;
  gap: 12px;
}
:where(.c-card__type--horizon > .c-card__detail) > .c-card__prop {
  flex-direction: column;
  align-items: flex-start;
}

.c-card__date {
  line-height: 1.5;
  color: var(--color-main);
  font-size: 1.4rem;
}

.c-card__category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.c-card__category-wrap > li {
  list-style: none;
}

.c-card__category {
  padding: 8px 10px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid var(--color-grey);
}
.c-card__category.c-card__category--tag {
  color: var(--color-white);
  background-color: var(--color-main);
}

.c-card__title {
  line-height: 1.5;
  font-size: 1.6rem;
}

.c-card__tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 10px 0 0;
  padding: 0;
}
.c-card__tag-wrap > li {
  list-style: none;
}

.c-card__tag {
  color: var(--color-grey);
  font-size: 1.4rem;
}

.c-simple-posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 30px 0 0;
  padding: 0;
}

.c-simple-posts__item {
  list-style: none;
  background-color: var(--color-white);
  border-bottom: 1px solid #e0e0e0;
}

.c-simple-posts__item-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}

.c-simple-posts__prop {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.c-simple-posts__date {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-grey);
}

.c-simple-posts__category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-simple-posts__category {
  display: inline-block;
  color: var(--color-grey);
  padding: 8px 10px;
  line-height: 1;
  font-size: 1.2rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-grey);
}

.c-simple-posts__tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 10px;
  margin: 10px 0 0;
  padding: 0;
}
.c-simple-posts__tag-wrap > li {
  list-style: none;
}

.c-simple-posts__tag {
  color: var(--color-grey);
  font-size: 1.4rem;
}

.c-simple-posts__title {
  margin: 0;
  line-height: 1.6;
  color: var(--color-text);
  font-size: 1.8rem;
  font-weight: 500;
}
.c-simple-posts__item-link:hover .c-simple-posts__title {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-slider--sp .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .c-slider--sp .splide__controls {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .c-slider .splide__slide,
  .c-slider02 .splide__slide,
  .c-slider--sp .splide__slide {
    height: 55vw;
  }
  .c-slider--sp .splide__controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .c-slider02__thumbnail {
    margin-top: 10px;
  }
  .c-slider02__thumbnail .splide__slide {
    height: 12vw;
  }
  .c-card-wrap,
  .c-card-wrap.c-card-wrap--columns3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  :where(.c-card__type--horizon) > .c-card__img {
    width: 50%;
  }
  .c-card__prop {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .c-card__category-wrap {
    gap: 4px;
  }
  .c-card__category {
    font-size: 1.4rem;
  }
}
.c-qa-layout {
  margin-top: 51px;
  border: 1px solid #eee;
}

.c-qa-layout + .c-qa-layout {
  margin-top: 15px;
}

.c-qa-layout__head,
.c-qa-layout__body {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.c-qa-layout__head {
  margin: 0;
  padding: 8px 16px;
  background-color: var(--color-light-base);
  border-bottom: 1px solid #eee;
}

.c-qa-layout__body {
  padding: 10px 16px;
  background-color: var(--color-white);
}

.c-qa-layout__head__pref,
.c-qa-layout__body__pref {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  text-align: center;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 2em;
  background-color: var(--color-main);
}

.c-qa-layout__title {
  flex-grow: 1;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
}

.c-qa-layout__detail {
  flex-grow: 1;
}
.c-qa-layout__detail > :first-child {
  margin-top: 0 !important;
}
.c-qa-layout__detail > :last-child {
  margin-bottom: 0 !important;
}

.c-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 50px 0 0;
  padding: 30px;
  background-color: var(--color-grey);
}

.c-box__head > :first-child,
.c-box__detail > :first-child {
  margin-top: 0 !important;
}
.c-box__head > :last-child,
.c-box__detail > :last-child {
  margin-bottom: 0 !important;
}

.c-box__title {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-box {
    margin: 30px 0 0;
    padding: 16px;
  }
  .c-box__title {
    font-size: 1.8rem;
  }
}
.c-flow-list {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
  margin: 50px 0 0;
}
.c-flow-list > li {
  margin: 0;
  padding: 30px 15px;
  text-indent: 0;
}

.c-flow-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-color: var(--color-light-base);
  border: 1px solid var(--color-main);
}
.c-flow-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.3rem;
  margin: 0;
  width: 1rem;
  height: 1.5rem;
  font-size: inherit;
  transform: translateY(-50%);
  background-color: var(--color-main);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.c-flow-list__item:first-child::before {
  display: none;
}

.c-flow-list__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-cta-section {
  margin: 60px 0 0;
  padding: 30px;
  background-color: var(--color-grey);
}
.c-cta-section > :first-child {
  margin-top: 0 !important;
}
.c-cta-section > :last-child {
  margin-bottom: 0 !important;
}

.c-cta-section__title {
  margin: 30px auto 15px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.c-cta-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 30px 0 0;
}

.c-cta-card {
  margin: 0;
  padding: 0;
}

.c-cta-card__type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 15px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.c-cta-card__type:hover {
  opacity: 0.7;
}
.c-cta-card__type > :first-child {
  margin-top: 0 !important;
}
.c-cta-card__type > :last-child {
  margin-bottom: 0 !important;
}

.c-cta-card__heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-cta-card__heading__icon {
  flex-shrink: 0;
  width: 50px;
}

.c-cta-card__heading__title {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 700;
}

.c-cta-card__heading__title--tel {
  font-size: 4rem;
}

.c-cta-card__text {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.c-cta-card__lead {
  margin-top: 5px;
  line-height: 1.2;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}

.c-sns-list {
  display: flex;
  gap: 24px;
  margin: 75px 0 0;
  padding: 0;
}
.c-sns-list > li {
  list-style: none;
}

.c-sns-list--contact {
  justify-content: center;
}

.c-sns__type {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-flow-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 500px;
    margin-inline: auto;
    padding-right: 20px;
  }
  .c-flow-list > li {
    padding: 15px;
  }
  .c-flow-list__item::before {
    left: calc(100% + 12px);
    width: 10px;
    height: 15px;
  }
  .c-flow-list__item:first-child::before {
    display: block;
  }
  .c-flow-list__item:last-child::before {
    display: none;
  }
  .c-flow-list__text {
    font-size: 1.6rem;
  }
  .c-cta-card-wrap {
    grid-template-columns: 1fr;
  }
  .c-cta-card__type {
    padding: 15px 10px;
    min-height: 100px;
  }
  .c-cta-card__heading__icon {
    width: 30px;
  }
  .c-cta-card__heading__title {
    font-size: 2rem;
  }
  .c-cta-card__heading__title--tel {
    font-size: 3rem;
  }
  .c-cta-card__text {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .c-cta-card__lead {
    font-size: 2.2rem;
  }
}
/*
 * pages
 */
.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0 0;
  padding: 0;
}
.c-tag-list > li {
  list-style: none;
}

.c-tag {
  font-size: 1.8rem;
}

.c-tag__type {
  text-decoration: none;
}
.c-tag__type:hover {
  text-decoration: underline;
}

.cat-area {
  width: var(--content-width);
  margin: 40px auto 0;
  display: flex;
  align-items: center;
}
.cat-area p.date {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 26px;
}
.cat-area .cat {
  display: flex;
  align-items: center;
}
.cat-area .cat a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 15px;
  font-weight: bold;
  transition: 0.3s;
}
.cat-area .cat a:hover {
  background-color: #fff;
  color: #000;
}
.cat-area ul.cat {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0;
  padding: 0;
}
.cat-area ul.cat li {
  list-style: none;
}
.cat-area ul.cat li::before {
  content: none;
}
.cat-area ul.cat li a {
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
  color: var(--color-main);
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px;
}
.cat-area ul.cat li a:hover {
  background-color: var(--color-main);
  color: #fff;
}
.cat-area ul.cat li span.current {
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: var(--color-main);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px;
}

.no-posts {
  margin-top: 60px;
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .cat-area {
    width: 92%;
    margin: 10px auto 0;
    display: block;
  }
  .cat-area p.date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .cat-area .cat {
    display: flex;
    align-items: center;
    margin-top: 26px;
  }
  .cat-area .cat a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    border-radius: 15px;
    font-weight: bold;
    transition: 0.3s;
  }
  .cat-area .cat a:hover {
    background-color: #fff;
    color: #000;
  }
  .cat-area ul.cat {
    display: flex;
    flex-wrap: wrap;
  }
  .cat-area ul.cat li::before {
    content: none;
  }
  .cat-area ul.cat li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cat-area ul.cat li a:active {
    background-color: var(--color-main);
    color: #fff;
    filter: brightness(1);
  }
  .cat-area ul.cat li span.current {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.single-main {
  text-align: center;
  padding-top: 80px;
  margin-top: 100px;
}
.single-main h1 {
  width: var(--content-width);
  margin: 0 auto;
  font-size: 48px;
  font-size: 4.8rem;
  border-bottom: 6px solid #000;
  text-align: left;
  line-height: 1.3;
}

.p-works__description {
  font-size: 1.8rem;
}

.p-works-point-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin: 50px 0 0;
}

.p-works-point-grid__item > :first-child {
  margin-top: 0 !important;
}
.p-works-point-grid__item > :last-child {
  margin-bottom: 0 !important;
}

.p-works-point__image {
  position: relative;
}

.p-works-point__badge {
  position: absolute;
  display: inline-block;
  padding: 8px 15px;
  top: 22px;
  left: 35px;
  line-height: 1;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  background-color: var(--color-main);
  border-radius: 30px;
}

.p-works-point__description {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 1.4rem;
}

.p-works-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin: 50px 0 0;
}

.p-works-gallery-grid__item > :first-child {
  margin-top: 0 !important;
}
.p-works-gallery-grid__item > :last-child {
  margin-bottom: 0 !important;
}

.p-works-gallery-grid__before-after {
  --gap: 36px;
  --gap-half: calc(var(--gap) / 2);
  display: flex;
  gap: var(--gap);
  margin: 50px 0 0;
}

.p-works-gallery-grid__ba {
  position: relative;
}
.p-works-gallery-grid__ba > :first-child {
  margin-top: 0 !important;
}
.p-works-gallery-grid__ba > :last-child {
  margin-bottom: 0 !important;
}

.p-works-gallery-grid__ba--before {
  width: calc(30% - var(--gap-half));
}

.p-works-gallery-grid__ba--after {
  flex-shrink: 0;
  margin-left: auto;
  width: calc(70% - var(--gap-half));
}

.p-works-gallery-grid__ba__badge {
  position: absolute;
  display: inline-block;
  padding: 8px 15px;
  top: 0;
  left: 0;
  line-height: 1;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: var(--color-main);
}

.p-works-gallery-grid__ba__badge--before,
.p-works-gallery-grid__ba__badge--after {
  text-transform: uppercase;
}

.p-works-gallery__image__caption {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 1.4rem;
}

.p-works-about__data {
  --border-color: var(--color-dark);
  display: grid;
  grid-template-columns: repeat(2, 50%);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.p-works-about__data__dl {
  display: grid;
  grid-template-columns: 30% 70%;
  background-color: #fff;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.p-works-about__data__dl__title {
  padding: 10px 15px;
  font-weight: 700;
  background-color: var(--color-grey);
}

.p-works-about__data__dl__detail {
  border-left: 1px solid var(--border-color);
  padding: 10px 15px;
}

.p-vice-mv {
  margin: 100px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .single-main {
    text-align: center;
    padding-top: 40px;
    text-align: left;
    padding: 40px 4% 0;
  }
  .single-main h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    border-bottom: none;
    text-align: left;
    line-height: 1.5;
  }
  .p-works-point-grid {
    grid-template-columns: 1fr;
  }
  .p-works-point__badge {
    top: 10px;
    left: 10px;
    font-size: 1.6rem;
  }
  .p-works-gallery-grid__ba__badge {
    font-size: 1.6rem;
  }
  .p-works-about__data {
    grid-template-columns: 1fr;
  }
}
.u-main {
  width: 100%;
  height: 200px;
  margin: 100px auto 0;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-main .h1-wrap {
  text-align: center;
}
.u-main .h1-wrap .en {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Outfit";
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1;
}
.u-main .h1-wrap h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
}

/* 404 */
.not-found-wrap p.not-found {
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .u-main {
    width: 100%;
    height: 200px;
    margin: 80px auto 0;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .u-main .h1-wrap {
    text-align: center;
  }
  .u-main .h1-wrap .en {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Outfit";
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1;
  }
  .u-main .h1-wrap h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
  }
  .not-found-wrap p.not-found {
    text-align: left;
    margin-top: 0;
  }
}
.main-image {
  width: 100%;
  height: auto;
}
.main-image img {
  width: 100%;
  height: auto;
}

.section01 {
  width: 100%;
  background-color: #ffdb9e;
}

.section02 {
  width: 100%;
  background-color: #ffd0d4;
}

.top-section .inner {
  width: var(--content-width);
  margin: 0 auto;
  padding: 40px;
}
.top-section .inner p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 24px;
}
.top-section .h2-wrap {
  margin-top: 40px;
}
.top-section .h2-wrap h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 auto;
  border-bottom: 4px solid #a4480a;
  font-weight: bold;
  display: inline-block;
  line-height: 2;
}
.top-section .h2-wrap span {
  color: #a0a0a0;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 16px;
  display: block;
  line-height: 1;
}
.top-section h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #452309;
  position: relative;
  z-index: 10;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 32px;
}
.top-section h4 {
  font-size: 20px;
  font-size: 2rem;
  margin: 40px auto 0;
}

.top-news {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background-color: #dbe0e7;
}
.top-news .inner {
  width: var(--content-width);
  margin: 60px auto 0;
  background: #f8f8f8;
  padding: 50px 100px;
}
.top-news .inner dl {
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  margin-bottom: 15px;
}
.top-news .inner dl dt {
  width: 145px;
  text-align: left;
  padding: 12px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.top-news .inner dl dd {
  width: 855px;
  text-align: left;
  padding: 12px 0;
  color: #333;
  font-weight: bold;
}
.top-news .inner dl dd h3 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
  letter-spacing: 0;
  margin-top: 0;
  line-height: 1.5;
}
.top-news .inner dl dd h3 a {
  text-decoration: none;
}
.top-news .inner dl dd h3 a:hover {
  color: var(--color-sub);
}

@media screen and (max-width: 767px) {
  .main-image {
    width: 100%;
    height: auto;
  }
  .main-image img {
    width: 100%;
    height: auto;
  }
  .section01 {
    width: 100%;
    background-color: #ffdb9e;
  }
  .section02 {
    width: 100%;
    background-color: #ffd0d4;
  }
  .top-section .inner {
    width: 90%;
    margin: 0 auto;
    padding: 8% 4%;
  }
  .top-section h2 {
    font-size: 30px;
    font-size: 3rem;
    color: #452309;
    position: relative;
    z-index: 10;
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .top-section .h3-wrap h3 {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    border-bottom: 4px solid #452309;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    line-height: 2;
  }
  .top-section .h3-wrap span {
    color: #a0a0a0;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 16px;
    display: block;
    line-height: 1;
  }
  .top-news {
    margin-top: 54px;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .top-news .inner {
    margin: 40px auto;
    background: #f8f8f8;
    padding: 4% 15px;
  }
  .top-news .inner article dl {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
    padding: 0 2%;
    display: block;
  }
  .top-news .inner article dl dt {
    width: 100%;
    text-align: left;
    padding: 12px 0 0;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .top-news .inner article dl dd {
    width: 100%;
    text-align: left;
    padding: 5px 0 12px;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .top-news .inner article dl dd a h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding-bottom: 5px;
    line-height: 1;
  }
  .top-news .inner article dl dd a h3 span {
    color: #a0a0a0;
    font-size: 10px;
    font-size: 1rem;
  }
  .top-news .inner article dl dd a:hover {
    color: #452309;
  }
  .top-news .inner article:nth-last-of-type(3) dl {
    border-bottom: none;
  }
}
@media screen and (max-width: 374px) {
  .top-section h2 {
    font-size: 9vw;
    line-height: 1.5;
  }
  .top-section h3 {
    font-size: 8vw;
    line-height: 1.5;
  }
  .top-section h4 {
    font-size: 7vw;
    line-height: 1.5;
  }
}
.u-contents {
  width: var(--u-content-width);
  margin: 0 auto;
  padding: 50px 0 120px;
}
.u-contents > :first-child {
  margin-top: 0 !important;
}
.u-contents > :last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  #wrapper {
    background: #fff;
  }
  .u-contents {
    padding: 30px 0 80px;
  }
}