@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: normal;
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body,
html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a[href^=tel] {
  cursor: default;
}

.hidden {
  overflow: hidden;
}

:target {
  scroll-margin-top: 120px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 10px;
  }
}
html {
  scroll-behavior: smooth;
}

.container,
.footer-inr {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide,
.wide.footer-inr {
  max-width: 1400px;
}

.container.narrow,
.narrow.footer-inr {
  max-width: 800px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  .container,
  .footer-inr {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}
/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #F1F0EB;
}

.header-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px;
  width: 100%;
}

.header .h-logo {
  width: 327px;
}

.header .h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .h-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  position: relative;
  z-index: 9999;
}

.header .h-contact-txt {
  background-color: #53382C;
  color: #fff;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 30px;
  margin-right: 5px;
}

.header .tel {
  margin-right: 25px;
}

.header.is-open {
  background: none;
}

@media screen and (max-width: 1300px) and (min-width: 801px) {
  /* .header {
    z-index: 99;
  } */
  .header .h-logo {
    width: 250px;
  }
}
.humberger {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 150;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}

.humberger:hover {
  opacity: 0.5;
}

.humberger span {
  position: absolute;
  width: 47px;
  height: 4px;
  background: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.humberger span:nth-of-type(1) {
  top: 5px;
}

.humberger span:nth-of-type(2) {
  top: 15px;
}

.humberger span:nth-of-type(3) {
  top: 25px;
}

.humberger p {
  display: block;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.humberger p::before {
  content: "MENU";
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}

.humberger.is-open span:nth-of-type(1) {
  top: 40%;
  -webkit-transform: translateX(-50%) rotate(20deg);
          transform: translateX(-50%) rotate(20deg);
}

.humberger.is-open span:nth-of-type(2) {
  display: none;
}

.humberger.is-open span:nth-of-type(3) {
  top: 40%;
  -webkit-transform: translateX(-50%) rotate(-20deg);
          transform: translateX(-50%) rotate(-20deg);
}

.humberger.is-open p::before {
  content: "CLOSE";
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 800px) {
  .header {
    position: relative;
    z-index: 9999;
  }
  .header-inr {
    display: block;
    padding: 25px 15px 35px;
  }
  .header .h-logo {
    width: 240px;
  }
  .header .h-right {
    display: none;
  }
}
/*------------
G-navi
--------------*/
/*drawer*/
.gnavi-drawer {
  display: none;
  height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gnavi-drawer.is-open {
  overflow-y: auto;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  overflow: auto;
  background: rgba(0, 0, 0, 0.25);
}

.gnavi-drawer-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F0EB;
  width: 69.44%;
  padding: 155px 10.08% 50px 12.36%;
  margin: 0 0 0 auto;
}

.gnavi-drawer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 35px;
}

.gnavi-drawer-bottom .h-logo {
  margin-right: 50px;
}

@media screen and (max-width: 1600px) and (min-width: 801px) {
  .gnavi-drawer-bg {
    width: 75.44%;
    padding: 155px 3.08% 30px 4.36%;
  }
  .gnavi-drawer-bottom .h-logo {
    margin-right: 30px;
  }
}
.gnavi-ttl {
  color: #53382C;
  margin-bottom: 15px;
}

.gnavi-address {
  font-size: 18px;
  line-height: 1.4;
  margin-right: 35px;
}

@media screen and (max-width: 1600px) and (min-width: 801px) {
  .gnavi-address {
    margin-right: 15px;
    line-height: 1.2;
  }
}
.gnavi-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

.gnavi-access img {
  margin-right: 5px;
}

@media screen and (max-width: 1600px) and (min-width: 801px) {
  .gnavi-access {
    line-height: 1.2;
  }
}
.gnavi-bnr {
  display: block;
}

.gnavi-bnr img {
  width: 492px;
}

.gnavi-drawer-list {
  font-size: 18px;
  display: grid;
  grid-gap: 10px;
}

.gnavi-drawer-list-wrap {
  display: grid;
  grid-template-columns: 321px 309px 1fr;
  gap: 60px 0;
  margin-bottom: 80px;
}

.gnavi-drawer-list > li {
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}

.gnavi-drawer-list > li::before {
  position: absolute;
  content: "";
  background: #333;
  width: 9px;
  height: 1px;
  top: 20px;
  left: 0;
}

.gnavi-drawer-list > li a:hover {
  text-decoration: underline;
}

.gnavi-drawer-list-child {
  display: grid;
  grid-gap: 2px;
  margin-top: 10px;
}

.gnavi-drawer-list-child > li {
  position: relative;
  padding-left: 11px;
}

.gnavi-drawer-list-child > li::before {
  position: absolute;
  content: "";
  background: #333;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 17px;
  left: 0;
}

.gnavi-drawer-list-child > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1500px) and (min-width: 801px) {
  .gnavi-drawer-list-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
    margin-bottom: 80px;
  }
}
.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    display: none;
  }
  .pc-navi {
    display: none;
  }
  .pc-navi01,
  .pc-navi02,
  .pc-navi03 {
    display: none;
  }
  :root {
    --navi-background: #314508;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --sp-btn-color: #E67A7A;
  }
  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }
  .sp-navi .sp-navi-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--navi-background);
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }
  .sp-navi .sp-navi-btns > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .sp-navi .sp-navi-btns .item {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi .sp-navi-btns .item:first-child {
    border-right: 1px solid #fff;
  }
  .sp-navi .sp-navi-btns .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 7px 0;
  }
  .sp-navi .sp-navi-btns .item .img {
    display: block;
  }
  .sp-navi .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
    object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }
  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
  }
  .sp-navi .sp-menu-btn {
    background-color: #314508;
    border: none;
    cursor: pointer;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    top: 10px;
    right: 15px;
    z-index: 100000;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-navi .sp-menu-btn span {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
  }
  .sp-navi .sp-menu-btn span:nth-of-type(1) {
    top: 20px;
  }
  .sp-navi .sp-menu-btn span:nth-of-type(2) {
    top: 26px;
  }
  .sp-navi .sp-menu-btn span:nth-of-type(3) {
    top: 32px;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
            transform: translate(-50%, 6px) rotate(-45deg);
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
            transform: translate(-50%, -6px) rotate(45deg);
  }
  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #F1F0EB;
    padding: 80px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
  .sp-navi .sp-navi-contents .sp-navi-bottom {
    text-align: center;
  }
  .sp-navi .sp-navi-contents .sp-navi-bottom .gnavi-bnr {
    width: 100%;
    margin-top: 20px;
  }
  .sp-navi .sp-navi-contents .sp-navi-bottom .h-logo {
    width: 200px;
    margin: 0 auto 10px;
  }
  .sp-navi .sp-navi-contents .sp-navi-bottom .sp-navi-address {
    margin-bottom: 10px;
  }
  .sp-navi .sp-navi-contents .sp-navi-bottom .gnavi-access {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-navi .sp-navi-contents .gnavi-bnr {
    width: 100%;
    margin-top: 20px;
  }
  .sp-navi .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #d6d6d6;
  }
  .sp-navi .sp-navi-list > li > a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before,
  .sp-navi .sp-navi-list > li.sp-dropdown::after {
    content: "";
    background-color: #333;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown.is-on::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sp-navi .sp-navi-list > li.sp-dropdown > a {
    padding: 15px 0;
    width: 85%;
  }
  .sp-navi .sp-navi-list .child {
    padding: 0 0 15px;
  }
  .sp-navi .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
  }
}
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  padding-top: 90px;
  margin-bottom: 120px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #F1F0EB), color-stop(10%, #fff));
  background: linear-gradient(#F1F0EB 90%, #fff 10%);
}

.hero .splide__slide {
  position: relative;
  z-index: 3;
  padding-bottom: 195px;
}

.hero .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .splide__slide .img01 {
  width: 56.56%;
  height: 80.91%;
  margin: 0 0 0 auto;
}

.hero .splide__slide .img02 {
  height: 38.18%;
  width: 39.61%;
  bottom: 0;
  left: 0;
  position: absolute;
}

.hero .splide__pagination {
  display: none;
}

.hero-desc {
  position: absolute;
  top: 24.83%;
  left: 6.56%;
}

.hero-ttl {
  font-size: 3.05vw;
  color: #314508;
  line-height: 1.25;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}

.hero-sub-ttl {
  font-size: 1.3vw;
  padding: 15px 0 18px;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.hero-news {
  background: #fff;
  display: block;
  padding: 32px 40px 32px 25px;
  position: absolute;
  bottom: 135px;
  right: 20px;
  max-width: 672px;
  width: 100%;
}

.hero-news-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.hero-news .ttl {
  line-height: 1;
  color: #53382C;
}

.hero-news .ttl img {
  margin-right: 10px;
}

.hero-news-btn {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero-news-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.hero-news-btn:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .hero {
    margin-bottom: 40px;
    padding-top: 0;
    background: #F1F0EB;
    padding-bottom: 40px;
  }
  .hero .splide__slide {
    padding-bottom: 0;
  }
  .hero .splide__slide .img01 {
    width: 90%;
  }
  .hero .splide__slide .img02 {
    display: none;
  }
  .hero-desc {
    position: static;
    width: 90%;
    margin: 30px 0 0 auto;
  }
  .hero-ttl {
    font-size: 29px;
    display: inline-block;
    margin-bottom: 15px;
  }
  .hero-sub-ttl {
    font-size: 13px;
    display: inline-block;
    padding: 10px 0;
  }
  .hero-news {
    display: block;
    padding: 20px;
    position: static;
    max-width: 90%;
    width: 90%;
    margin: 30px auto 0;
  }
  .hero-news-ttl {
    margin-bottom: 10px;
  }
  .hero-news .ttl {
    font-size: 16px;
    margin-right: 0;
  }
  .hero-news .ttl img {
    width: 18px;
    height: 18px;
  }
  .hero-news .btn-more {
    top: 20px;
    right: 20px;
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 90px;
}

.t-ttl .en {
  font-family: "Inter", sans-serif;
  font-size: 114px;
  display: block;
  line-height: 1;
  color: #F1F0EB;
}

.t-ttl .jp {
  font-size: 40px;
  line-height: 1.7;
  margin-top: -50px;
  display: block;
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 30px;
  }
  .t-ttl .jp {
    font-size: 22px;
    line-height: 1.4;
    margin-top: -30px;
  }
  .t-ttl .en {
    font-size: 60px;
  }
}
/*------------
Block
--------------*/
.sec01 {
  margin-bottom: 120px;
}

.sec01-ttl .en {
  font-size: 43px;
  font-family: "Inter", sans-serif;
  margin-right: 25px;
  display: inline-block;
}

.sec01-ttl .jp {
  font-size: 26px;
  display: inline-block;
}

.sec01-btn {
  position: relative;
  padding-left: 20px;
  line-height: 1;
  display: inline-block;
}

.sec01-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.sec01-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.sec01 .t-ttl {
  text-align: left;
  margin-bottom: 30px;
}

.sec01 .list-top-news02 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.sec01 .scroll {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 200px;
  overflow: auto;
  padding-right: 20px;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}

.sec01 .scroll::-webkit-scrollbar {
  width: 10px;
}

.sec01 .scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.sec01 .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #314508;
}

.sec01 .btn-more {
  width: 120px;
}

.sec02 {
  margin-bottom: 130px;
}

.sec02-layout {
  position: relative;
  padding-bottom: 140px;
}

.sec02-layout::before {
  position: absolute;
  content: "";
  background: #F1F0EB;
  width: 88.89%;
  height: 81.79%;
  bottom: 0;
  right: 0;
}

.sec02-en {
  font-size: 9.28vw;
  font-family: "Inter", sans-serif;
  color: #fff;
  position: absolute;
  line-height: 1;
  left: 13.28%;
  bottom: -10%;
  z-index: 3;
  letter-spacing: 0.05em;
}

.sec02-ttl {
  margin-bottom: 60px;
}

.sec02-ttl .jp {
  font-size: 40px;
  line-height: 1.5;
  display: inline-block;
}

.sec02-img {
  position: relative;
}

.sec02-img img {
  width: 88.89%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec02 .l-desc {
  padding-top: 120px;
  position: relative;
  margin: 0 11.67% 0 18.67%;
}

.sec02 .btn-more {
  margin-top: 60px;
}

.sec02.under {
  margin: 130px 0;
}

.sec03 {
  margin-bottom: 130px;
}

.sec03-layout {
  max-width: 1700px;
  width: 95%;
  margin: 0 auto;
}

.sec03-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.sec03-card .card-en {
  font-family: "Inter", sans-serif;
  font-size: 1.7vw;
  display: block;
  color: #53382C;
}

.sec03-card .card-jp {
  line-height: 1.47;
  font-size: 1.92vw;
}

.sec03-card > li > a {
  border: 1px solid #B4B4B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 50px 50px 60px 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  height: 100%;
  width: 100%;
}

.sec03-card > li > a::before {
  position: absolute;
  content: "";
  background: url(../images/sec03_arrow.svg) center/contain no-repeat;
  width: 31px;
  height: 30px;
  bottom: 30px;
  right: 30px;
}

.sec03-card > li > a:hover {
  opacity: 0.5;
}

.sec03-card > li:nth-child(1) img {
  width: 7.01vw;
  height: 7.01vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.sec03-card > li:nth-child(2) > a {
  padding: 50px 70px 60px 45px;
}

.sec03-card > li:nth-child(2) img {
  width: 5.54vw;
  height: 8.02vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.sec03-card > li:nth-child(3) img {
  width: 6.5vw;
  height: 7.8vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.sec03-card .card-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1500px) and (min-width: 801px) {
  .sec03-card > li > a {
    padding: 40px 40px 50px 35px;
  }
  .sec03-card > li:nth-child(2) > a {
    padding: 40px 60px 50px 35px;
  }
  .sec03-card .card-jp {
    line-height: 1.47;
    font-size: 1.62vw;
  }
}
.sec04 {
  position: relative;
  padding: 100px 0 130px;
  margin-bottom: 75px;
}

.sec04::before {
  position: absolute;
  content: "";
  background: #F1F0EB;
  width: 88.89%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}

.sec04-layout {
  max-width: 1545px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}

.sec04 .t-ttl {
  margin-bottom: 115px;
}

.sec04 .t-ttl .en {
  color: #fff;
}

.sec04-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
  position: relative;
}

.sec04-card li:nth-child(even) {
  margin-top: 80px;
}

.sec04-card li a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec04-card li a:hover {
  opacity: 0.5;
}

.sec04-card li a .card-desc {
  background: #fff;
  padding: 35px 108px 30px 45px;
  position: absolute;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 540px;
  left: 25px;
  bottom: 0;
}

.sec04-card li a .card-desc::after {
  position: absolute;
  content: "";
  background: url(../images/sec03_arrow.svg) center/contain no-repeat;
  width: 23px;
  height: 23px;
  bottom: 40px;
  right: 30px;
}

.sec04-card li a .card-desc .card-jp {
  font-size: 2.28vw;
  display: block;
  line-height: 1.5;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.sec04-card li a .card-desc .card-jp .small {
  font-size: 17px;
}

.sec04-card li a .card-desc .card-en {
  font-size: 21px;
  font-family: "Inter", sans-serif;
  color: #53382C;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.sec04.under {
  margin: 130px 0 50px;
}

@media screen and (max-width: 1600px) and (min-width: 801px) {
  .sec04::before {
    width: 95%;
  }
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .sec04-card li a .card-desc {
    min-width: 500px;
  }
}
.sec05 {
  padding-top: 55px;
  position: relative;
  margin-bottom: 130px;
}

.sec05-en {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 187px;
  font-family: "Inter", sans-serif;
  color: #F1F0EB;
  line-height: 0.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}

.sec05-layout {
  width: 90%;
  max-width: 1600px;
  margin: 0 0 0 auto;
}

.sec05-list-btn {
  position: absolute;
  right: 11.11%;
  bottom: 0;
}

.sec05-list-btn.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec05-list-btn.wrap .btn-more:first-child {
  margin-right: 20px;
}

.sec05-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.sec05-ttl .jp {
  display: inline-block;
  padding-right: 95px;
  position: relative;
  margin-right: 15px;
  font-size: 30px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-height: 1;
}

.sec05-ttl .jp::after {
  position: absolute;
  content: "";
  width: 78px;
  height: 1px;
  background: #989898;
  top: 16px;
  right: 0;
}

.sec05-ttl .en {
  display: inline-block;
  font-size: 21px;
  color: #53382C;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

.sec05-item {
  overflow: hidden;
}

.sec05-item:not(:last-child) {
  margin-bottom: 100px;
}

.sec05 .splide__slide {
  max-width: 400px;
  margin-right: 40px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sec05 .splide__slide a:hover .list-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sec05 .splide__slide .list-img {
  cursor: pointer;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  height: 260px;
}

.sec05 .splide__slide .list-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sec05 .splide__track {
  overflow: visible;
}

.sec05 .splide__arrow {
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 0;
}

.sec05 .splide__arrow--prev {
  left: 0;
}

.sec05 .splide__arrow--next {
  left: 65px;
  right: auto;
}

.sec05 .splide {
  padding-bottom: 85px;
}

.sec05 .list-img {
  margin-bottom: 15px;
}

.sec05 .list-ttl {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1;
}

.sec06 {
  padding: 85px 0;
  background: url(../images/sec06_img01.jpg) center/cover no-repeat;
}

.sec06-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.sec06 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 45px 40px 40px 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec06 a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.sec06 a::after {
  position: absolute;
  content: "";
  background: url(../images/sec06_arrow.svg) center/contain no-repeat;
  width: 31px;
  height: 30px;
  right: 30px;
  bottom: 45px;
}

.sec06 .card-ttl {
  color: #fff;
}

.sec06 .card-ttl .jp {
  display: block;
  font-size: 34px;
}

.sec06 .card-ttl .en {
  display: block;
  font-size: 23px;
}

.sec07 {
  margin-bottom: 100px;
  padding: 100px 0 85px;
  background: #F1F0EB;
}

.sec07 .btn-more {
  margin: 0 auto;
}

.sec07-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.sec07-ttl .en {
  font-size: 21px;
  font-family: "Inter", sans-serif;
  display: inline-block;
}

.sec07-ttl .jp {
  font-size: 26px;
  display: inline-block;
  margin-right: 25px;
}

.sec08 {
  margin-bottom: 130px;
}

.sec08-table {
  font-size: 16px;
  margin-bottom: 45px;
  border-top: 1px solid #C1C1C1;
}

.sec08-table tr {
  border-bottom: 1px solid #C1C1C1;
}

.sec08-table th,
.sec08-table td {
  padding: 15px;
  vertical-align: middle;
}

.sec08-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.sec08-list .btn-more:first-child {
  margin-right: 20px;
}

.sec08-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1700px;
  margin: 0 0 130px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 95%;
}

.sec08-layout .sec08-item:nth-child(2) {
  width: 43.18%;
  margin-right: 100px;
}

.sec08-layout .sec08-item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.sec08-layout .sec08-item:first-child iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec08-bnr {
  background: #F1F0EB;
  padding: 85px 120px 85px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.sec08-bnr::after {
  position: absolute;
  content: "";
  background: url(../images/sec03_arrow.svg) center/contain no-repeat;
  width: 31px;
  height: 30px;
  right: 35px;
  bottom: 30px;
}

.sec08-bnr:hover {
  opacity: 0.5;
}

.sec08-bnr .txt01 {
  font-size: 29px;
  display: inline-block;
  padding-right: 65px;
  position: relative;
  margin-right: 15px;
  line-height: 1;
}

.sec08-bnr .txt01::after {
  position: absolute;
  content: "";
  background: #989898;
  width: 50px;
  height: 1px;
  right: 0;
  top: 17px;
}

.sec08-bnr .txt02 {
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 1500px) and (min-width: 801px) {
  .sec08-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec08-list .btn-more:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.sec09 {
  margin-bottom: 100px;
}

.sec09-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sec09-layout::before {
  position: absolute;
  content: "";
  background: #F1F0EB;
  width: 71.06%;
  height: 73.05%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec09-layout .l-ttl {
  font-size: 40px;
  margin-bottom: 40px;
}

.sec09-layout .l-img {
  width: 57.56%;
  position: relative;
  z-index: 2;
  margin-bottom: 11%;
}

.sec09-layout .l-desc {
  background: #fff;
  position: relative;
  z-index: 4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 75px 85px 75px 100px;
  margin: 22.72% 0 0 -19%;
}

.sec09-en {
  font-size: 6.34vw;
  color: #fff;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 30%;
  right: -5%;
  letter-spacing: 0.05em;
  line-height: 1;
}

.sec09 .btn-more {
  margin: 70px 0 0 auto;
}

@media screen and (max-width: 1500px) and (min-width: 801px) {
  .sec09-en {
    top: 25%;
  }
}
@media (max-width: 800px) {
  .sec01 {
    margin-bottom: 60px;
  }
  .sec01-ttl-wrap {
    margin-bottom: 10px;
  }
  .sec01-ttl .en {
    font-size: 23px;
    margin-right: 15px;
  }
  .sec01-ttl .jp {
    font-size: 16px;
  }
  .sec01 .list-top-news02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec01-btn {
    font-size: 13px;
  }
  .sec02 {
    margin-bottom: 60px;
  }
  .sec02-layout {
    padding-bottom: 40px;
  }
  .sec02-layout::before {
    width: 100%;
    height: 100%;
  }
  .sec02-img img {
    width: 100%;
  }
  .sec02 .l-desc {
    padding-top: 0;
    width: 90%;
    margin: 25px auto 0;
  }
  .sec02-ttl {
    margin-bottom: 20px;
  }
  .sec02-ttl .jp {
    font-size: 23px;
  }
  .sec02-en {
    font-size: 60px;
    left: 2.28%;
    bottom: 15%;
  }
  .sec02 .btn-more {
    margin-top: 30px;
  }
  .sec02.under {
    margin: 20px 0 10px;
  }
  .sec03 {
    margin-bottom: 60px;
  }
  .sec03-layout {
    width: 90%;
  }
  .sec03-card {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .sec03-card > li > a {
    padding: 20px 30px 25px;
  }
  .sec03-card > li > a::before {
    width: 15px;
    height: 15px;
    bottom: 10px;
    right: 10px;
  }
  .sec03-card > li:first-child img {
    width: 80px;
    height: 80px;
  }
  .sec03-card > li:nth-child(2) > a {
    padding: 20px 30px 25px;
  }
  .sec03-card > li:nth-child(2) img {
    width: 80px;
    height: 80px;
  }
  .sec03-card > li:nth-child(3) img {
    width: 80px;
    height: 80px;
  }
  .sec03-card .card-en {
    font-size: 18px;
  }
  .sec03-card .card-jp {
    font-size: 20px;
  }
  .sec04 {
    margin-bottom: 30px;
    padding: 40px 0 50px;
  }
  .sec04::before {
    width: 100%;
  }
  .sec04 .t-ttl {
    margin-bottom: 40px;
  }
  .sec04-card {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .sec04-card li:nth-child(even) {
    margin-top: 0;
  }
  .sec04-card li a {
    padding-bottom: 40px;
  }
  .sec04-card li a .card-desc {
    min-width: auto;
    padding: 20px 30px;
    width: 95%;
    left: auto;
    right: 0;
  }
  .sec04-card li a .card-desc::after {
    width: 15px;
    height: 15px;
    bottom: 20px;
    right: 20px;
  }
  .sec04-card li a .card-desc .card-en {
    font-size: 16px;
  }
  .sec04-card li a .card-desc .card-jp {
    font-size: 20px;
  }
  .sec04-card li a .card-desc .card-jp .small {
    font-size: 13px;
  }
  .sec04.under {
    margin: 50px 0 0;
  }
  .sec05 {
    margin-bottom: 60px;
  }
  .sec05-item:not(:last-child) {
    margin-bottom: 45px;
  }
  .sec05-layout {
    width: 95%;
  }
  .sec05-list-btn {
    position: static;
    right: auto;
  }
  .sec05-list-btn .btn-more {
    width: 95%;
    min-width: 95%;
  }
  .sec05-list-btn.wrap {
    display: block;
  }
  .sec05-list-btn.wrap .btn-more:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sec05-en {
    font-size: 32px;
  }
  .sec05-ttl {
    margin-bottom: 20px;
    display: block;
  }
  .sec05-ttl .jp {
    font-size: 18px;
    padding-right: 47px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sec05-ttl .jp::after {
    width: 40px;
    top: 11px;
  }
  .sec05-ttl .en {
    font-size: 16px;
    display: block;
  }
  .sec05 .splide {
    padding-bottom: 75px;
  }
  .sec05 .splide__arrow {
    bottom: 1rem;
  }
  .sec05 .splide__slide {
    margin-right: 20px;
    max-width: 60%;
    width: 60% !important;
  }
  .sec05 .splide__slide .list-img {
    height: 150px;
  }
  .sec05 .splide__arrow--next {
    left: 45px;
  }
  body:not(.home) .sec05 {
    padding-top: 10px;
  }
  .sec06 {
    padding: 40px 0;
  }
  .sec06-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sec06 a {
    padding: 25px 30px;
  }
  .sec06 a::after {
    width: 20px;
    height: 20px;
  }
  .sec06 .card-ttl .jp {
    font-size: 22px;
  }
  .sec06 .card-ttl .en {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec07 {
    padding: 40px 0;
    margin-bottom: 50px;
  }
  .sec07-ttl-wrap {
    margin-bottom: 15px;
  }
  .sec07-ttl .jp {
    font-size: 22px;
    margin-right: 15px;
  }
  .sec07-ttl .en {
    font-size: 17px;
  }
  .sec08 {
    margin-bottom: 60px;
  }
  .sec08-layout {
    display: block;
    margin: 0 auto 50px;
    width: 90%;
  }
  .sec08-layout .sec08-item:first-child {
    height: 70vw;
  }
  .sec08-layout .sec08-item:nth-child(2) {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .sec08-table {
    margin-bottom: 30px;
  }
  .sec08-table tr,
  .sec08-table td {
    padding: 10px;
  }
  .sec08-list {
    display: block;
  }
  .sec08-list .btn-more:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sec08-bnr {
    padding: 25px 30px 35px;
    display: block;
  }
  .sec08-bnr::after {
    width: 20px;
    height: 20px;
    bottom: 20px;
    right: 20px;
  }
  .sec08-bnr .txt01 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 50px;
  }
  .sec08-bnr .txt01::after {
    top: 12px;
    width: 40px;
  }
  .sec09 {
    margin-bottom: 50px;
  }
  .sec09-layout {
    display: block;
  }
  .sec09-layout::before {
    display: none;
  }
  .sec09-layout .l-img {
    width: 80%;
    position: relative;
  }
  .sec09-layout .l-img::before {
    position: absolute;
    content: "";
    background: #F1F0EB;
    width: 100%;
    height: 100%;
    right: -30%;
    bottom: -20%;
    z-index: -1;
  }
  .sec09-layout .l-desc {
    padding: 20px 0 0 0;
    margin: 0 auto;
    width: 90%;
  }
  .sec09-layout .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec09 .btn-more {
    margin: 30px auto 0;
  }
  .sec09-en {
    font-size: 60px;
    right: auto;
    left: 3%;
    top: auto;
    bottom: -4%;
  }
}
/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-top-news01 time {
  display: inline-block;
  color: #A7A7A7;
  font-size: 19px;
  width: 105px;
  margin-right: 15px;
  line-height: 1;
}

.list-top-news01 a {
  display: inline-block;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: underline;
  padding-bottom: 2px;
}

.list-top-news01 a:hover {
  text-decoration: none;
}

.list-top-news02 {
  border-top: 1px solid #D9D9D9;
}

.list-top-news02 .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 30px;
}

.list-top-news02 time {
  font-family: "Inter", sans-serif;
  color: #A7A7A7;
  margin-right: 30px;
}

.list-top-news02 .list-txt {
  width: 80%;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-decoration: underline;
}

.list-top-news02 a:hover {
  text-decoration: none;
}

/*ブログ*/
.list-top-blog02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-top-blog02 .list-item {
  width: 25%;
}

.list-top-blog02 .list-item a {
  display: block;
}

.list-top-blog02 .list-item a:hover .list-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.list-top-blog02 .list-item a:hover .list-ttl {
  text-decoration: none;
}

.list-top-blog02 .list-item:not(:last-child) {
  margin-right: 20px;
}

.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #CBCBCB;
}

.list-top-blog02 .list-img img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-top-blog02 .list-ttl {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: underline;
  overflow: hidden;
  line-height: 1.6;
}

.list-top-blog02 time {
  display: block;
  color: #A7A7A7;
  font-family: "Inter", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  /*お知らせ*/
  .list-top-news01 {
    margin-top: 30px;
  }
  .list-top-news01 li {
    display: block;
    font-size: 14px;
  }
  .list-top-news01 time {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .list-top-news01 time::after {
    display: none;
  }
  .list-top-news02 .list-item {
    display: block;
    padding: 15px 0;
  }
  .list-top-news02 time {
    margin-right: 0;
  }
  .list-top-news02 .list-txt {
    width: 100%;
  }
  .list-top-blog02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -5vw 0 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }
  .list-top-blog02 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
}
/*------------
下層レイアウト
--------------*/
.page-ttl {
  background: #F1F0EB;
  padding: 271px 10px 190px 7.61%;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.page-ttl-main {
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  display: block;
}

.page-ttl-sub {
  display: block;
  font-size: 35px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}

.page-ttl-wrap {
  position: relative;
  z-index: 5;
}

.page-en {
  color: #fff;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 27.8vw;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 150px;
  z-index: 2;
}

.page-en .long {
  position: absolute;
  display: inline-block;
  font-size: 16vw;
}

@media (max-width: 1200px) {
  .page-en {
    font-size: 24.8vw;
    bottom: -100px;
  }
  .page-en .long {
    font-size: 15vw;
  }
}
.breadcrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb ul {
  font-size: 0.8rem;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb ul li a:hover {
  color: #314508;
}

.breadcrumb ul li + li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

.u-contents {
  overflow: hidden;
}

.u-contents p + p {
  margin-top: 2em;
}

@media (max-width: 800px) {
  .page-ttl {
    padding: 30px 5% 50px;
  }
  .page-ttl-main {
    font-size: 24px;
  }
  .page-ttl-sub {
    font-size: 16px;
  }
  .page-en {
    font-size: 16vw;
    bottom: -20px;
  }
  .page-en .long {
    bottom: 5px;
    font-size: 14vw;
  }
  .u-contents p + p {
    margin-top: 1em;
  }
}
.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
}

.u-h2::before,
.post-category-ttl::before,
.postdata h1::before {
  content: "";
  background: #314508;
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.u-h2_2 {
  margin-bottom: 50px;
}

.u-h2_2 .jp {
  font-size: 40px;
  letter-spacing: 0.05em;
  display: block;
}

.u-h2_2 .en {
  line-height: 1;
  font-size: 30px;
  color: #53382C;
  display: block;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}

.u-ttl {
  margin-bottom: 100px;
}

.u-ttl .en {
  font-size: 114px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin-left: -40px;
  font-family: "Inter", sans-serif;
}

.u-ttl .jp {
  font-size: 40px;
  line-height: 1;
  margin-top: -30px;
  display: block;
}

.u-ttl.color .en {
  color: #F1F0EB;
}

.u-ttl.small {
  margin-bottom: 60px;
}

.u-h3,
.post-ttl,
.postdata h2 {
  font-size: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
  color: #314508;
}

.u-h3::before,
.post-ttl::before,
.postdata h2::before {
  content: "";
  background: #314508;
  width: 8px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 11px;
}

.postdata h3 {
  margin-bottom: 25px;
}

.u-h4,
.postdata h3 {
  font-size: 25px;
  padding: 6px 20px;
  margin-bottom: 15px;
  background: #F1F0EB;
  color: #314508;
}

.num-ttl {
  border-bottom: 2px solid #eee;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.num-ttl .num {
  background: #53382C;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}

.num-ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  right: -7px;
}

@media (max-width: 800px) {
  .u-h2,
  .post-category-ttl,
  .postdata h1 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .u-h2::before,
  .post-category-ttl::before,
  .postdata h1::before {
    content: "";
    width: 45px;
  }
  .u-h2_2 {
    margin-bottom: 30px;
  }
  .u-h2_2 .jp {
    font-size: 23px;
  }
  .u-h2_2 .en {
    font-size: 18px;
  }
  .u-ttl {
    margin-bottom: 30px;
    padding-left: 0;
  }
  .u-ttl .en {
    font-size: 40px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1;
    display: block;
    margin-left: -10px;
  }
  .u-ttl .jp {
    font-size: 22px;
    line-height: 1;
    margin-top: -10px;
    display: block;
    padding-left: 0;
  }
  .u-ttl.small {
    margin-bottom: 25px;
  }
  .u-h3,
  .post-ttl,
  .postdata h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .u-h3::before,
  .post-ttl::before,
  .postdata h2::before {
    height: 20px;
    width: 6px;
    top: 6px;
  }
  .u-h4,
  .postdata h3 {
    font-size: 18px;
    padding: 8px 15px;
  }
  .num-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .num-ttl .num {
    display: table;
    font-size: 10px;
    padding: 0 10px;
    margin-bottom: 8px;
  }
  .num-ttl .num::after {
    display: none;
  }
}
.short + .short {
  margin-top: 50px;
}

.tall {
  padding: 70px 0;
}

.tall.bg01 {
  padding: 105px 0 120px;
  background: #F1F0EB;
  margin-bottom: 70px;
  margin-top: 20px;
}

.u-bnr {
  display: block;
  max-width: 600px;
}

@media (max-width: 800px) {
  .short + .short {
    margin-top: 30px;
  }
  .tall {
    padding: 40px 0;
  }
  .tall.bg01 {
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .tall:first-child {
    padding-top: 20px;
  }
}
.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto 0 0;
}

.l-style01 .l-img {
  width: 58.25%;
  margin-right: 80px;
  padding-left: 10.9vw;
  padding-bottom: 7.38vw;
}

.l-style01 .l-img img {
  -webkit-box-shadow: -10.9vw 7.38vw 0 #F1F0EB;
          box-shadow: -10.9vw 7.38vw 0 #F1F0EB;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-style01 .l-img.small {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

.l-style01 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 30px;
}

.l-style01 .l-ttl {
  font-size: 40px;
  margin-bottom: 40px;
}

.l-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1600px;
  width: 90%;
  margin: 0 0 0 auto;
}

.l-style02 .l-img {
  width: 58.25%;
  margin-left: 80px;
  padding-bottom: 7.38vw;
  padding-right: 10.9vw;
}

.l-style02 .l-img img {
  -webkit-box-shadow: 10.9vw 7.38vw 0 #F1F0EB;
          box-shadow: 10.9vw 7.38vw 0 #F1F0EB;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-style02 .l-img.small {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

.l-style02 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 30px;
}

.l-style02 .l-ttl {
  font-size: 40px;
  margin-bottom: 40px;
}

.l-imgR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-imgR.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-imgR .l-img {
  width: 43.07% !important;
  margin: 0 0 0 70px !important;
}
.l-imgR .l-img.small {
  width: 30% !important;
}

.l-imgR .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-imgR .l-ttl {
  font-size: 34px;
  margin-bottom: 50px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.l-style03 {
  padding-bottom: 62px;
  position: relative;
  z-index: 1;
}

.l-style03::after {
  content: "";
  width: 89%;
  height: calc(88% - 62px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F1F0EB;
  z-index: -1;
}

.l-style03-inr {
  max-width: 1600px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 90%;
}

.l-style03 .l-img {
  width: 45.7vw;
}

.l-style03 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 7.94vw;
  margin-top: 70px;
}

.l-style03 .l-ttl .en {
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #53382C;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}

.l-style03 .l-ttl .jp {
  font-size: 40px;
  margin-bottom: 50px;
  display: block;
  letter-spacing: 0.05em;
}

.l-style04 {
  color: #fff;
  padding: 100px 0;
}

.l-style04-inr {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-style04 .l-img {
  padding-right: 50px;
  width: 31.21%;
}

.l-style04 .l-ttl {
  font-size: 22px;
  font-size: 40px;
  margin-bottom: 50px;
}

.l-style04 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 105px;
}

.l-style04 .list-disc li::before {
  background: #fff;
}

.l-style04.bg01 {
  background: url(../images/u-bg01.jpg) center/cover no-repeat;
}

.l-style04.bg02 {
  background: url(../images/u-bg02.jpg) center/cover no-repeat;
}

.l-style04.bg03 {
  background: url(../images/u-bg03.jpg) center/cover no-repeat;
}

.l-style05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-style05 .l-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}

.l-style05 .l-img.small {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

.l-style05 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-style05.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-style06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-style06 .l-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

.l-style06 .l-img.small {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

.l-style06 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-style06.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .l-style01 {
    display: block;
    margin: 0 auto;
  }
  .l-style01 .l-img {
    width: 100%;
    padding: 0 0 20px 0;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .l-style01 .l-desc {
    margin-top: 0;
    width: 100%;
  }
  .l-style01 .l-ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .l-style02 {
    display: block;
    margin: 0 auto;
  }
  .l-style02 .l-img {
    width: 100%;
    padding: 0 0 20px 0;
    margin-bottom: 25px;
    margin-left: 0;
  }
  .l-style02 .l-ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .l-style02 .l-desc {
    margin-top: 0;
  }
  .l-style03::after {
    height: 80%;
    width: 100%;
  }
  .l-style03-inr {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .l-style03 .l-img {
    width: 100%;
  }
  .l-style03 .l-desc {
    padding-right: 0;
    margin-top: 30px;
  }
  .l-style03 .l-ttl .en {
    font-size: 18px;
  }
  .l-style03 .l-ttl .jp {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .l-style04 {
    padding: 50px 0;
  }
  .l-style04-inr {
    display: block;
  }
  .l-style04 .l-img {
    width: 80%;
    margin: 0 auto 30px;
    padding-right: 0;
  }
  .l-style04 .l-desc {
    margin-right: 0;
  }
  .l-style04 .l-ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .l-style04 .mbM {
    margin-bottom: 15px !important;
  }
  .l-style05 {
    display: block;
  }
  .l-style05 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-style05 .l-desc {
    width: 100%;
  }
  .l-style06 {
    display: block;
  }
  .l-style06 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .l-imgR {
    display: block;
  }
  .l-imgR .l-img,
  .l-imgR .l-img.small {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  .l-imgR .l-ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.list-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-col4 .list-item {
  width: calc(25% - 12px);
}

.list-col4 .list-item:not(:nth-child(4n)) {
  margin-right: 16px;
}

.list-col4 .list-item:nth-child(n+5) {
  margin-top: 20px;
}

.list-col4 .list-img {
  cursor: pointer;
  display: block;
  overflow: hidden;
  height: 200px;
}

.postcase-gallery .list-img {
  display: grid;
}

.list-col4 .list-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.list-col4 .list-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.list-col4 .list-txt {
  margin-top: 15px;
}

.list-card-col2 {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-card-col2.even .list-item:nth-child(odd) {
  margin-bottom: 20px;
}

.list-card-col2.even .list-item:nth-child(even) {
  margin-top: 20px;
}

.list-card-col2.even .list-item:nth-child(n+3) {
  margin-top: 20px;
}

.list-card-col2.even .list-item:nth-child(4) {
  margin-top: 40px;
}

.list-card-col2 .list-item {
  border: 1px solid #B4B4B4;
  background-color: #fff;
  padding: 60px 45px 80px;
  width: 48%;
}

.list-card-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-card-col2 .list-item:nth-child(n+3) {
  margin-top: 40px;
}

.list-card-col2 .list-img {
  margin-bottom: 20px;
}

.list-card-col2 .list-ttl .num {
  font-size: 30px;
  color: #53382C;
  line-height: 1;
  font-family: "Inter", sans-serif;
  display: block;
  margin-bottom: 20px;
}

.list-card-col2 .list-ttl .jp {
  font-size: 30px;
  display: block;
}

.list-card-col2_link {
  max-width: 1120px;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-card-col2_link .list-item {
  width: 48%;
}

.list-card-col2_link a {
  border: 1px solid #B4B4B4;
  background-color: #fff;
  padding: 60px 45px 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.list-card-col2_link a::after {
  position: absolute;
  content: "";
  background: url(../images/sec03_arrow.svg) center/contain no-repeat;
  width: 27px;
  height: 26px;
  bottom: 55px;
  right: 30px;
}

.list-card-col2_link a:hover {
  opacity: 0.5;
}

.list-card-col2_link .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-card-col2_link .list-item:nth-child(n+3) {
  margin-top: 40px;
}

.list-card-col2_link .list-img {
  margin-bottom: 20px;
}

.list-card-col2_link .list-ttl .en {
  font-size: 30px;
  color: #53382C;
  line-height: 1;
  font-family: "Inter", sans-serif;
  display: block;
  margin-bottom: 20px;
}

.list-card-col2_link .list-ttl .jp {
  font-size: 30px;
  display: block;
}

.list-card01 {
  display: grid;
}

.list-card01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #333;
  padding: 45px;
}

.list-card01 .list-img {
  text-align: center;
  margin-bottom: 25px;
}

.list-card01 .num {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card01 .list-ttl {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.list-card01 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}

.list-card01 .btn-more {
  min-width: 0;
  width: 100%;
}

.list-card01.col1 {
  grid-template-columns: repeat(1, 1fr);
}

.list-card01.col2 {
  grid-template-columns: repeat(2, 1fr);
}

.list-card01.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.list-card01.col4 {
  grid-template-columns: repeat(4, 1fr);
}

.list-card01.col2 {
  grid-gap: 40px;
}

.list-card01.col3 {
  grid-gap: 30px;
}

.list-card01.col4 {
  grid-gap: 20px;
}

.list-disc li {
  position: relative;
  padding-left: 15px;
}

.list-disc li:before {
  content: "";
  background: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 5px;
}

.list-disc.col2,
.list-disc.col3,
.list-disc.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-disc.col2 li {
  width: 48%;
}

.list-disc.col2 li:nth-child(odd) {
  margin-right: 4%;
}

.list-disc.col3 li {
  width: 32%;
}

.list-disc.col3 li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.list-disc.col4 li {
  width: 25%;
  padding-right: 20px;
}

.list-num {
  counter-reset: number;
}

.list-num > li {
  padding-left: 35px;
  position: relative;
}

.list-num > li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

@media (max-width: 800px) {
  .list-col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-col4 .list-item {
    width: 48%;
  }
  .list-col4 .list-item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .list-col4 .list-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .list-col4 .list-img {
    height: 170px;
  }
  .list-col4 .list-txt {
    margin-top: 10px;
  }
  .list-card-col2 {
    display: block;
  }
  .list-card-col2 .list-item {
    width: 100%;
    padding: 20px;
  }
  .list-card-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-card-col2 .list-item + .list-item + .list-item {
    margin-top: 20px;
  }
  .list-card-col2 .list-item + .list-item {
    margin-top: 20px;
  }
  .list-card-col2 .list-ttl .num {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .list-card-col2 .list-ttl .jp {
    font-size: 17px;
  }
  .list-card-col2_link {
    display: block;
  }
  .list-card-col2_link .list-item {
    width: 100%;
  }
  .list-card-col2_link a {
    padding: 30px 20px;
  }
  .list-card-col2_link a::after {
    width: 20px;
    height: 20px;
    bottom: 20px;
    right: 20px;
  }
  .list-card-col2_link .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-card-col2_link .list-item + .list-item + .list-item {
    margin-top: 20px;
  }
  .list-card-col2_link .list-item + .list-item {
    margin-top: 20px;
  }
  .list-card-col2_link .list-ttl .en {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .list-card-col2_link .list-ttl .jp {
    font-size: 17px;
  }
  .list-card-col3 {
    display: block;
  }
  .list-card-col3 .list-item {
    width: 100%;
  }
  .list-card-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-card-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }
  .list-card-col3 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-card-col3 .list-ttl {
    font-size: 20px;
  }
  .list-card01.col2,
  .list-card01.col3,
  .list-card01.col4 {
    grid-gap: 15px;
  }
  .list-card01.col1,
  .list-card01.col2,
  .list-card01.col3,
  .list-card01.col4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .list-card01 li {
    padding: 25px;
  }
  .list-card01 .list-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .list-disc li::before {
    top: 12px;
  }
  .list-disc.col2,
  .list-disc.col3,
  .list-disc.col4 {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-disc.col2 li,
  .list-disc.col3 li,
  .list-disc.col4 li {
    width: 100%;
  }
  .list-disc.col2 li:nth-child(odd) {
    margin-right: 0;
  }
  .list-disc.col3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-disc.col4 li {
    padding-right: 0;
  }
  .list-num li {
    padding-left: 25px;
  }
  .list-num li::before {
    top: 4px;
  }
}
.list-anchor-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.list-anchor-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 45px 10px 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 21px;
  background: #fff;
  border: 1px solid #B4B4B4;
}

.list-anchor-link a::after {
  position: absolute;
  content: "";
  background: url(../images/anchor_arrow.svg) center/contain no-repeat;
  width: 35px;
  height: 35px;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.list-anchor-link a:hover {
  opacity: 0.5;
}

.list-anchor-link02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.list-anchor-link02 a {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #B4B4B4;
  display: inline-block;
  width: 100%;
}

.list-anchor-link02 a::after {
  position: absolute;
  content: "";
  background: url(../images/anchor_arrow.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-anchor-link02 a:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .list-anchor-link {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .list-anchor-link li:not(:last-child):after {
    display: none;
  }
  .list-anchor-link a {
    padding: 20px 20px 40px;
    font-size: 15px;
  }
  .list-anchor-link a::after {
    width: 20px;
    height: 20px;
    bottom: 15px;
  }
  .list-anchor-link02 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .list-anchor-link02 a::after {
    width: 15px;
    height: 15px;
    right: 5px;
    top: 5px;
  }
}
.before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.before-after:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #53382C;
}

.before-after .l-item {
  width: 45%;
}

.before-after .l-img {
  position: relative;
  margin-bottom: 10px;
  background-color: #dfdfdf;
  z-index: 2;
}

.before-after .l-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.before-after .l-txt {
  font-size: 39px;
  color: #fff;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: -10px;
  position: relative;
  z-index: 3;
}

@media (max-width: 800px) {
  .before-after {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .before-after:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    top: 52%;
  }
  .before-after .l-item {
    width: 100%;
  }
  .before-after .l-img img {
    height: 200px;
  }
  .before-after .l-item:nth-child(1) {
    margin-bottom: 50px;
  }
  .before-after .l-txt {
    font-size: 30px;
  }
}
.box-style01 {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
  padding: 90px 90px 90px;
  background: #F1F0EB;
}

.box-style01 .box-ttl {
  font-size: 29px;
}

.box-style01 .box-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-style01 .l-left {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
  margin-right: 100px;
}

.box-style01 .l-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.box-style01 .list-num li:not(:last-child) {
  margin-bottom: 20px;
}

.box-style01 .list-disc li:not(:last-child) {
  margin-bottom: 20px;
}

.box-style02 {
  background: #F1F0EB;
  padding: 90px;
}

.box-style02 .box-ttl {
  font-size: 29px;
}

.box-style02 .box-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-style02 .box-inr .l-left {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
  margin-right: 6vw;
}

.box-style02 .box-inr .l-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.box-style03 {
  padding: 100px 0 180px;
  position: relative;
}

.box-style03::after {
  content: "";
  width: 89%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F1F0EB;
  z-index: -1;
}

.box-style03 .box-container {
  max-width: 1400px;
  margin: 0 15.11% 0 7.11%;
  width: 90%;
}

.box-style03 .box-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-style03 .box-layout .l-img {
  margin-right: 80px;
  width: 52.14%;
  margin-left: -70px;
}

.box-style03 .box-layout .l-ttl {
  font-size: 40px;
  margin-bottom: 40px;
}

.box-style03 .box-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.box-style03 .box-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box-style03 .box-layout.reverse .l-img {
  margin-right: 0;
  margin-left: 80px;
  margin-right: -70px;
}

.box-style03 .box-layout + .box-layout {
  margin-top: 60px;
}

@media screen and (max-width: 1500px) and (min-width: 801px) {
  .box-style03::after {
    width: 95%;
  }
  .box-style03 .box-layout .l-ttl {
    font-size: 2.5vw;
  }
}
.box-style04 {
  background: #fff;
}

.box-style04 > .box-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 65px 60px 60px;
}

.box-style04 > .box-layout .l-left {
  width: 18%;
  margin-right: 50px;
}

.box-style04 > .box-layout .l-left .l-ttl {
  font-size: 25px;
  color: #314508;
  padding-right: 71px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

.box-style04 > .box-layout .l-left .l-ttl::after {
  position: absolute;
  content: "";
  background: #989898;
  width: 52px;
  height: 1px;
  top: 23px;
  right: 0;
}

.box-style04 > .box-layout .l-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.box-style05 {
  position: relative;
  padding: 125px 0;
}

.box-style05::after {
  content: "";
  width: 89%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F1F0EB;
  z-index: -1;
}

.box-style05 .box-container {
  max-width: 1264px;
  width: 90%;
  margin: 0 11.11% 0 18.67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-style05 .box-ttl {
  margin-right: 7.48vw;
}

.box-style05 .box-ttl .en {
  font-size: 30px;
  color: #53382C;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  display: block;
}

.box-style05 .box-ttl .jp {
  font-size: 40px;
  display: block;
}

.box-style05 .l-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .box-style05::after {
    width: 95%;
  }
  .box-style05 .box-container {
    width: 80%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 801px) {
  .box-style05 .box-container {
    width: 75%;
  }
}
@media (max-width: 800px) {
  .box-style01 {
    padding: 30px 20px;
  }
  .box-style01 .box-layout {
    display: block;
  }
  .box-style01 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .box-style01 .l-left {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .box-style01 .list-num li:not(:last-child) {
    margin-bottom: 10px;
  }
  .box-style01 .list-disc li:not(:last-child) {
    margin-bottom: 10px;
  }
  .box-style02 {
    padding: 30px 20px;
  }
  .box-style02 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .box-style02 .box-inr {
    display: block;
  }
  .box-style02 .box-inr .l-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .box-style03 {
    padding: 50px 0;
    background: #F1F0EB;
  }
  .box-style03::before {
    display: none;
  }
  .box-style03 .box-container {
    width: 90%;
    margin: 0 auto;
  }
  .box-style03 .box-layout {
    display: block;
  }
  .box-style03 .box-layout .l-img {
    width: 100%;
    margin: 0 0 25px;
  }
  .box-style03 .box-layout .l-ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .box-style03 .box-layout.reverse .l-img {
    margin: 0 0 25px;
  }
  .box-style04 .box-layout {
    padding: 30px 20px;
    display: block;
  }
  .box-style04 .box-layout .l-left {
    width: 100%;
    margin-right: 0;
  }
  .box-style04 .box-layout .l-left .l-ttl {
    font-size: 20px;
    padding-right: 51px;
    margin-bottom: 20px;
  }
  .box-style04 .box-layout .l-left .l-ttl::after {
    width: 42px;
    top: 15px;
  }
  .box-style05 {
    padding: 40px 0;
    background: #F1F0EB;
  }
  .box-style05::before {
    display: none;
  }
  .box-style05 .box-container {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .box-style05 .box-ttl {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .box-style05 .box-ttl .en {
    font-size: 18px;
  }
  .box-style05 .box-ttl .jp {
    font-size: 23px;
  }
}
.staff-box {
  max-width: 1024px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  background: #F1F0EB;
  padding: 100px 95px 85px 80px;
}

.staff-box .l-img {
  position: absolute;
  top: -58px;
  left: -48px;
  width: 40.21%;
}

.staff-box .name-wrap {
  margin-left: 373px;
  margin-bottom: 142px;
}

.staff-box .name .job {
  font-size: 21px;
  margin-bottom: 15px;
  color: #53382C;
  display: block;
  line-height: 1;
}

.staff-box .name .jp {
  font-size: 26px;
  display: block;
  line-height: 1;
}

.short.staff {
  padding-top: 58px;
}

.staff-career {
  border-top: 1px solid #C1C1C1;
}

.staff-career > li {
  border-bottom: 1px dotted #C1C1C1;
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-career .data {
  width: 25%;
}

.staff-career .txt {
  width: 75%;
}

@media (max-width: 800px) {
  .staff-box {
    padding: 30px 20px;
  }
  .staff-box .l-img {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .staff-box .name-wrap {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .staff-box .name .job {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .staff-box .name .jp {
    font-size: 20px;
  }
  .short.staff {
    padding-top: 0;
  }
  .staff-career > li {
    display: block;
    padding: 15px 0;
  }
  .staff-career .data {
    width: auto;
    display: block;
    font-weight: bold;
  }
  .staff-career .txt {
    width: 100%;
  }
}
.flow-type01 {
  max-width: 1300px;
  margin: 0 11.11% 0 auto;
  width: 90%;
}

.flow-type01-bg {
  padding: 100px 0 180px;
  position: relative;
}

.flow-type01-bg::after {
  content: "";
  width: 89%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F1F0EB;
  z-index: -1;
}

.flow-type01-bg.short {
  padding: 70px 0 50px;
}

.flow-type01 .l-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 140px;
  position: relative;
}

.flow-type01 .l-item:not(:last-child) {
  padding-bottom: 67px;
}

.flow-type01 .l-item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 95px;
  bottom: 0;
  left: 24px;
  background: #989898;
  z-index: 1;
}

.flow-type01 .l-ttl {
  font-size: 40px;
  margin-bottom: 30px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.flow-type01 .num {
  display: inline-block;
  text-align: center;
  color: #53382C;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  position: relative;
  z-index: 3;
  line-height: 1;
}

.flow-type01 .num .small {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
}

.flow-type01 .flow-desc {
  margin-top: 15px;
}

.flow-type01 .l-style06 .l-img {
  margin-left: 80px;
}

@media screen and (max-width: 1670px) and (min-width: 1401px) {
  .flow-type01 {
    width: 80%;
  }
  .flow-type01-bg::after {
    width: 95%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 801px) {
  .flow-type01 {
    width: 70%;
  }
  .flow-type01 .l-item {
    grid-gap: 80px;
  }
  .flow-type01-bg::after {
    width: 95%;
  }
}
.flow-box {
  position: relative;
  padding: 125px 0;
}

.flow-box::after {
  content: "";
  width: 89%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F1F0EB;
  z-index: -1;
}

.flow-box .flow-container {
  max-width: 1264px;
  width: 90%;
  margin: 0 11.11% 0 18.67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-box .flow-ttl {
  margin-right: 215px;
}

.flow-box .flow-ttl .en {
  font-size: 30px;
  color: #53382C;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  display: block;
}

.flow-box .flow-ttl .jp {
  font-size: 40px;
  display: block;
}

.flow-type02 .l-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}

.flow-type02 .l-item:not(:last-child) {
  padding-bottom: 50px;
}

.flow-type02 .l-item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 95px;
  bottom: 0;
  left: 24px;
  background: #989898;
  z-index: 1;
}

.flow-type02 .l-ttl {
  font-size: 30px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.flow-type02 .num {
  display: inline-block;
  text-align: center;
  color: #53382C;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  position: relative;
  z-index: 3;
  line-height: 1;
}

.flow-type02 .num .small {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .flow-box .flow-container {
    width: 80%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 801px) {
  .flow-box .box-container {
    width: 75%;
  }
}
@media (max-width: 800px) {
  .flow-box {
    padding: 40px 0;
    background: #F1F0EB;
  }
  .flow-box::after {
    display: none;
  }
  .flow-box .flow-container {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .flow-box .flow-ttl {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .flow-box .flow-ttl .en {
    font-size: 18px;
  }
  .flow-box .flow-ttl .jp {
    font-size: 23px;
  }
  .flow-type01 {
    margin: 0 auto;
    width: 90%;
  }
  .flow-type01-bg {
    background: #F1F0EB;
    padding: 50px 0;
  }
  .flow-type01-bg::after {
    display: none;
  }
  .flow-type01-bg.short {
    padding: 50px 0;
  }
  .flow-type01 .l-item {
    grid-gap: 15px;
    grid-template-columns: 40px 1fr;
  }
  .flow-type01 .l-item:not(:last-child) {
    padding-bottom: 40px;
  }
  .flow-type01 .l-item:not(:last-child)::before {
    left: 20px;
    top: 45px;
    bottom: 5px;
  }
  .flow-type01 .l-ttl {
    font-size: 20px;
  }
  .flow-type01 .num {
    font-size: 24px;
  }
  .flow-type01 .num .small {
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
  }
  .flow-type01 .flow-desc {
    margin-top: 5px;
  }
  .flow-type01 .l-style06 .l-img {
    margin-left: 0;
  }
  .flow-type02-bg {
    background: #F1F0EB;
    padding: 50px 0;
  }
  .flow-type02-bg::after {
    display: none;
  }
  .flow-type02 .l-item {
    grid-gap: 15px;
    grid-template-columns: 40px 1fr;
  }
  .flow-type02 .l-item:not(:last-child) {
    padding-bottom: 40px;
  }
  .flow-type02 .l-item:not(:last-child)::before {
    left: 20px;
    top: 45px;
    bottom: 5px;
  }
  .flow-type02 .l-ttl {
    font-size: 20px;
  }
  .flow-type02 .num {
    font-size: 24px;
  }
  .flow-type02 .num .small {
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
  }
  .flow-type02 .flow-desc {
    margin-top: 5px;
  }
}
.faq-style01 > dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 0 30px 10px 0;
  margin: 0 0 15px;
  position: relative;
}

.faq-style01 > dt .ttl {
  font-size: 20px;
  line-height: 1.7;
}

.faq-style01 > dt .icon {
  background-color: #53382C;
}

.faq-style01 > dt::before {
  content: "";
  background: url(../images/ico_open.png) center/contain no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
}

.faq-style01 > dt::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-style01 > dt:not(.is-open):hover {
  opacity: 0.5;
}

.faq-style01 > dt.is-open::before {
  background: url(../images/ico_close.png) center/contain no-repeat;
}

.faq-style01 dd {
  display: none;
  margin-bottom: 60px;
}

.faq-style01 dd .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-style01 dd + dt {
  margin-top: 10px;
}

.faq-style01 dd .icon {
  background: #fff;
  color: #53382C;
}

.faq-style01 .icon {
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}

.faq-style01 .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 800px) {
  .faq-style01 dt .ttl {
    font-size: 16px;
  }
  .faq-style01 dt::before {
    width: 15px;
    height: 15px;
    top: 37%;
  }
  .faq-style01 dd {
    margin-bottom: 30px;
  }
  .faq-style01 .icon {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    margin: 0 10px 0 0;
  }
}
.under-table {
  margin-bottom: 45px;
  border-top: 1px solid #C1C1C1;
  position: relative;
}

.under-table::after {
  position: absolute;
  content: "";
  background: #53382C;
  height: 1px;
  width: 159px;
  top: -1px;
  left: 0;
}

.under-table tr {
  border-bottom: 1px solid #C1C1C1;
}

.under-table th,
.under-table td {
  padding: 15px;
  vertical-align: middle;
}

.under-table th {
  position: relative;
}

.under-table th::after {
  position: absolute;
  content: "";
  background: #53382C;
  height: 1px;
  width: 159px;
  bottom: -1px;
  left: 0;
}

@media (max-width: 800px) {
  .under-table {
    margin-bottom: 30px;
  }
  .under-table th,
  .under-table td {
    padding: 10px;
    width: 100%;
    display: block;
  }
  .under-table th {
    padding-bottom: 0;
  }
  .under-table th::after {
    bottom: auto;
    top: -1px;
  }
}
.tel-layout {
  background: #F1F0EB;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
}

.tel-layout .l-ttl {
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.tel-layout .l-time {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 10px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.tel-layout .tel {
  font-weight: bold;
}

.tel-layout .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .tel-layout {
    padding: 25px;
  }
  .tel-layout .l-ttl {
    font-size: 15px;
  }
  .tel-layout .wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .tel-layout .tel {
    font-size: 24px;
    padding-left: 25px;
  }
  .tel-layout .tel::before {
    width: 20px;
    height: 20px;
    top: 53%;
  }
}
.under-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.under-slider .splide__slide {
  text-align: center;
}

.under-slider .splide__arrow--prev {
  left: -80px;
}

.under-slider .splide__arrow--next {
  right: -80px;
}

@media (max-width: 800px) {
  .under-slider {
    max-height: 350px;
    height: 100%;
    max-width: 600px;
  }
  .under-slider .splide__slide {
    max-height: 350px;
    height: 100%;
  }
  .under-slider .splide__slide img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
/*------------
モーダル
-------------*/
/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 25px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd + dt {
  margin-top: 30px;
}

@media (max-width: 800px) {
  .dl-privacy dt {
    border-bottom: 1px solid #000;
    font-size: 18px;
  }
}
/*------------
Footer
--------------*/
.footer-top {
  background: #F1F0EB;
  padding: 100px 0 130px;
}

.footer-top .t-ttl {
  margin-bottom: 40px;
}

.footer-top .t-ttl .en {
  color: #fff;
}

.footer-top .f-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.footer-top .tel {
  font-weight: bold;
  font-size: 40px;
  padding-left: 40px;
  margin-right: 40px;
}

.footer-top .tel::before {
  width: 32px;
  height: 32px;
  top: 45%;
}

.footer-top .btn-cta {
  width: 357px;
  padding: 13px 10px;
  font-size: 24px;
}

.footer-top .btn-cta span {
  padding-left: 44px;
}

.footer-top .btn-cta span::before {
  width: 24px;
  height: 19px;
}

.footer-bottom {
  background: #53382C;
  color: #fff;
  padding: 100px 0 50px;
}

.footer .f-left {
  width: 32.91%;
  margin-right: 95px;
}

.footer .f-logo {
  display: block;
  max-width: 327px;
  margin-bottom: 20px;
}

.footer .f-address {
  margin-bottom: 10px;
}

.footer .f-ttl {
  color: #897267;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}

.footer .f-ttl::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.15);
  width: 90%;
  height: 1px;
  top: 10px;
  left: 55px;
}

.footer .bottom-top {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.footer .f-access {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.footer .f-access img {
  margin-right: 5px;
  margin-top: 2px;
}

.footer .f-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .f-cta a:nth-child(1) {
  margin-right: 20px;
}

.footer .f-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}

.footer .f-right p + p {
  margin-top: 10px;
}

.footer .f-navi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px 0;
  margin-bottom: 50px;
}

.footer .f-navi-ttl {
  color: #897267;
  line-height: 1;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

.footer .f-navi-list {
  display: grid;
  grid-gap: 10px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.footer .f-navi-list > li {
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}

.footer .f-navi-list > li::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 9px;
  height: 1px;
  top: 20px;
  left: 0;
}

.footer .f-navi-list > li a:hover {
  text-decoration: underline;
}

.footer .f-navi-list-child {
  display: grid;
  grid-gap: 2px;
  margin-top: 10px;
}

.footer .f-navi-list-child > li {
  position: relative;
  font-size: 17px;
  padding-left: 11px;
}

.footer .f-navi-list-child > li::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 17px;
  left: 0;
}

.footer .f-navi-list-child > li > a:hover {
  text-decoration: underline;
}

.footer .f-bnr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  margin-bottom: 60px;
}

.footer .copyright {
  font-size: 14px;
  color: #897267;
}

.footer .copyright .container,
.footer .copyright .footer-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .copyright-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}

.footer .copyright-links li + li::before {
  content: "|";
  margin: 0 15px;
}

.footer .copyright-links a {
  line-height: 1.5;
}

.footer .copyright-links a:hover {
  text-decoration: underline;
}

.pagetop {
  background-color: #887166;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagetop:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.pagetop:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .footer-top {
    display: block;
    padding: 40px 0;
  }
  .footer-top .t-ttl {
    margin-bottom: 30px;
  }
  .footer-top .f-contact {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .footer-top .tel {
    font-size: 24px;
    padding-left: 25px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-top .tel::before {
    width: 20px;
    height: 20px;
    top: 53%;
  }
  .footer-top .btn-cta {
    width: 100%;
    font-size: 18px;
  }
  .footer-bottom {
    display: block;
    padding: 50px 0;
  }
  .footer .bottom-top {
    display: block;
    font-size: 15px;
  }
  .footer .f-logo {
    margin: 0 auto 20px;
    width: 240px;
  }
  .footer .f-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer .f-access {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .f-cta {
    display: block;
  }
  .footer .f-cta a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .f-navi-list li {
    padding-left: 10px;
    font-size: 12px;
  }
  .footer .f-navi-list li::before {
    top: 12px;
    width: 5px;
  }
  .footer .f-navi-list-child {
    font-size: 11px;
    margin-top: 5px;
  }
  .footer .f-navi-list-child li {
    font-size: 11px;
  }
  .footer .f-navi-list-child li::before {
    top: 10px;
  }
  .footer .f-bnr {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }
  .footer .f-ttl::after {
    width: 80%;
  }
  .footer .f-navi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 30px;
  }
  .footer .f-navi-ttl {
    margin-bottom: 10px;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer .copyright .container,
  .footer .copyright .footer-inr {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .copyright-links {
    margin-bottom: 10px;
  }
  .pagetop {
    display: none;
  }
  .fixed-menu {
    display: none;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  background: #F1F0EB;
  padding: 55px 50px;
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-desc {
  margin-bottom: 40px;
}

.list-post-type02 .before-after {
  margin-bottom: 0;
}

.list-post-type02 .btn-more {
  display: block;
  margin: 50px auto 0;
}

.list-post-type02 .case-table {
  margin-top: 40px;
  border-top: 1px solid #C1C1C1;
}

.list-post-type02 .case-table tr {
  border-bottom: 1px solid #C1C1C1;
}

.list-post-type02 .case-table th,
.list-post-type02 .case-table td {
  padding: 15px;
  vertical-align: middle;
}

.list-post-type02 .case-table th {
  width: 20%;
}

.case-cont {
  margin-top: 50px;
}

.list-post-type03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.list-post-type03 .list-item {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.list-post-type03 .list-item a:hover .list-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.list-post-type03 .list-img {
  cursor: pointer;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  height: 240px;
}

.list-post-type03 .list-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.list-post-type03 .list-ttl {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
}

.post-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-layout .post-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-layout .post-desc {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.postdata h4 {
  font-size: 20px;
  color: #53382C;
}

.postdata h5 {
  font-size: 18px;
  color: #314508;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #53382C;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 18px;
  color: #53382C;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li > ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li > ol {
  margin: 0 0 0 15px;
}

.post-data {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.post-data time {
  font-family: "Inter", sans-serif;
  color: #A7A7A7;
  line-height: 1;
}

.post-data .post-category01 {
  margin-left: 20px;
}

.post-category01 {
  background: #53382C;
  color: #fff;
  line-height: 1;
  padding: 1px 10px 7px;
  display: inline-block;
}

.post-category01 span {
  font-size: 12px;
}

.post-category01 span:not(:last-child) {
  position: relative;
  padding-right: 20px;
}

.post-category01 span:not(:last-child):before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*セレクト式カテゴリー*/
.select-area-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.select-area-wrap .select-area {
  margin-bottom: 0 !important;
}

.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #314508;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #314508;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #333;
}

.post-number .current {
  color: #333;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #333;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Inter", sans-serif;
}

.post-number-single a {
  display: inline-block;
  color: #333;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-post-type02 .list-item {
    padding: 30px 20px;
  }
  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-post-type02 .list-desc {
    margin-bottom: 30px;
  }
  .list-post-type02 .case-table {
    margin-top: 30px;
  }
  .list-post-type02 .case-table th,
  .list-post-type02 .case-table td {
    vertical-align: top;
    display: block;
    padding: 0;
  }
  .list-post-type02 .case-table th {
    padding-top: 10px;
    margin-bottom: 5px;
    width: 100%;
  }
  .list-post-type02 .case-table td {
    padding-bottom: 10px;
  }
  .list-post-type02 .btn-more {
    margin: 30px auto 0;
  }
  .case-cont {
    margin-top: 40px;
  }
  .list-post-type03 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .list-post-type03 .list-img {
    height: 170px;
  }
  .post-layout {
    display: block;
  }
  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .post-layout .post-desc {
    width: 100%;
  }
  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
  .select-area-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.bold,
strong {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.marker span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC107));
  background: linear-gradient(transparent 60%, #FFC107 60%);
  padding-bottom: 3px;
}

.marker .large {
  font-size: 30px;
}

.marker .small {
  font-size: 20px;
}

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .mbXL {
    margin-bottom: 50px !important;
  }
}
/*ボタン*/
.btn-more {
  display: block;
  min-width: 280px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 6.5px 55px;
  text-align: center;
  color: #fff;
  background-color: #53382C;
  border: 2px solid #53382C;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.btn-more:before {
  content: "";
  position: absolute;
  background: url(../images/btn-more_arrow.svg) center/contain no-repeat;
  width: 15px;
  height: 15px;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-more:hover {
  color: #53382C;
  background-color: #fff;
  border: 2px solid #53382C;
}

.btn-more:hover:before {
  background: url(../images/btn-more_arrow_br.svg) center/contain no-repeat;
}

.btn-cta {
  width: 236px;
  display: block;
  padding: 4px 20px;
  background-color: #314508;
  border: 1px solid #314508;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-cta span {
  position: relative;
  padding-left: 27px;
}

.btn-cta span:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_mail_w.svg) center/contain no-repeat;
  width: 19px;
  height: 16px;
}

.btn-cta:hover {
  opacity: 0.5;
}

.btn-tel {
  background: #333;
  color: #fff;
}

.btn-tel i {
  font-size: 10px;
  margin-right: 10px;
}

.btn-icon {
  background: #333;
  color: #fff;
}

.btn-icon img {
  margin-right: 10px;
}

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}

.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.btn-wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .btn-more,
  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%;
    min-width: 100%;
  }
  .btn-wrap {
    display: grid;
  }
}
/*診療カレンダー*/
:root {
  --event01: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}

.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}

.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

.business-calendar-box-wrap .business-calendar-future a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.business-calendar-box-wrap .business-calendar th {
  background: #f1f3f4;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}

.business-calendar-box-wrap.col2 {
  grid-template-columns: 1fr;
}

.business-calendar-box-wrap.col2 .business-calendar-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
}

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2,
.business-calendar-box-wrap .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}

.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

.list-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-event li {
  font-size: 15px;
  line-height: 1;
  margin: 0 20px 0 0;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: var(--event01);
}

.list-event .event02 {
  color: var(--event02);
}

.list-event .event03 {
  color: var(--event03);
}

.list-event .event04 {
  color: var(--event04);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .list-event {
    display: block;
  }
  .list-event li + li {
    margin-top: 5px;
  }
}
/*診療時間*/
.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}

.time-table-head {
  background-color: #314508;
  color: #fff;
}

.time-table-head .item {
  padding: 10px 0;
}

.time-table-body {
  border-top: 1px solid #DFDFDF;
}

.time-table-body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

.time-table-body .item:first-child {
  background-color: #314508;
  color: #fff;
  letter-spacing: 0;
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: 120px repeat(6, 1fr) 60px;
}

.time-table.large .time-table-head,
.time-table.large .time-table-body {
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

.time-table-txt {
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }
  .time-table-head .item {
    padding: 5px 0;
  }
  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }
  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }
  .time-table-head,
  .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px !important;
  }
  .time-table-txt {
    font-size: 13px;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  font-size: 27px;
  font-family: "Inter", sans-serif;
  color: #314508;
  line-height: 1;
  padding-left: 29px;
  position: relative;
  display: inline-block;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_tel.svg) center/contain no-repeat;
  width: 21px;
  height: 21px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }
  .tel {
    font-size: 24px;
    padding-left: 25px;
  }
  .tel:before {
    width: 20px;
    height: 25px;
  }
}
/*------------
splide
-------------*/
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0 2px;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #314508;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border: solid #fff;
  border-width: 2px 2px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.3rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.splide__arrow svg {
  display: none;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.5;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: calc((100% - 1080px) / 2);
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: calc((100% - 1080px) / 2);
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

@media (max-width: 800px) {
  .splide__arrow {
    height: 40px;
    width: 40px;
  }
}
.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #333;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: grid;
  place-content: center;
}

.modal__container {
  background-color: #fff;
  padding: 20px 30px 30px;
  width: 90%;
  max-width: 1024px;
  max-height: 100vh;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
  font-size: 25px;
  color: #314508;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 800px) {
  .modal__container {
    padding: 20px 20px 30px;
    width: 90%;
  }
  .modal__header {
    margin-bottom: 5px;
  }
  .modal__header .modal__close:before {
    font-size: 20px;
  }
}
/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  position: relative;
  z-index: 200;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}