@charset "UTF-8";

:root {
  --color_bg: #fff;
  --color_text: #5F4734;
  --color_link: #333;
  --color_border: #e6e6e6;
  --color01: #79573C;
  --color02: #FD894C;
  --color03: #F0DECE;
  --color_u01: #FF8B8B;
  --color_u02: #FFEEEF;
  --color_brown: #C88556;
  --font00: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  --font01: "DNPShueiMGoStd-B", serif;
  --font01_l: "DNPShueiMGoStd-L", serif;
  --font02: "Quicksand", sans-serif;
  --font03: Allura, cursive;
  --easing: cubic-bezier(.12, 1, .5, 1);
  --width01: 1024px;
  --width02: 934px;
}

/*-----------------------------------------------------------
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.8em;
}

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;
}

/*------------
responsive
--------------*/
.opacity:hover,
.post-type02 .l-img a:hover,
.post-number-single a:hover,
.post-number-single .current:hover {
  opacity: 0.6;
}

.opacity,
.post-type02 .l-img a,
.post-number-single a,
.post-number-single .current {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

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

/*------------
common
--------------*/
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

.sp-only {
  display: none;
}

.none {
  display: none;
}

.fade:hover {
  opacity: 0.5;
}

.fade {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  display: block;
}

.fade_inline:hover {
  opacity: 0.5;
}

.fade_inline {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.radius {
  border-radius: 8px;
}

.circle {
  border-radius: 50%;
}

.medium {
  font-weight: 500;
}

.bold,
.strong {
  font-weight: 600;
  font-family: var(--font01);
}

.underline {
  text-decoration: underline;
}

.colorline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f9f8a2));
  background: linear-gradient(transparent 60%, #f9f8a2 60%);
}

.color01 {
  color: var(--color01);
}

.color02 {
  color: var(--color02);
}

.color03 {
  color: var(--color03);
}

.black {
  color: #000;
}

.green {
  color: #00B050;
}

.yellow {
  color: #F2AC34;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.white {
  color: #fff;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mbL {
  margin-bottom: 60px;
}

.mbM {
  margin-bottom: 30px;
}

.mbS {
  margin-bottom: 15px;
}

.mt05em {
  margin-top: 0.5em;
}

.mt1em {
  margin-top: 1em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.font01 {
  font-family: var(--font01);
}

.fontsizeS {
  font-size: 0.9em;
}

.fontsize14 {
  font-size: 0.875rem;
}

.fontsize15 {
  font-size: 0.9375rem;
}

@media screen and (max-width: 800px) {
  .fontsize15 {
    font-size: 0.9375rem;
  }
}

.fontsizeL {
  font-size: 1.2em;
}

a {
  word-break: break-all;
  color: inherit;
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
}

.link {
  color: var(--color01);
  text-decoration: underline;
}

.link_color:hover {
  text-decoration: none;
}

.link_color {
  color: #abc111;
  text-decoration: underline;
}

a[href^=tel] {
  cursor: default;
}

.relative {
  position: relative;
}

.line20 {
  line-height: 2;
}

.line15 {
  line-height: 1.5;
}

.overhidden {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

video {
  max-width: 100%;
}

.p-country-name {
  display: none;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-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;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.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;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  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: #fff;
  -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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.t-container {
  margin-inline: auto;
  width: min(94%, 1200px);
}

@media screen and (max-width: 800px) {
  .t-container {
    width: 90%;
  }
}

.wide-container {
  margin-inline: auto;
  width: min(98%, 1400px);
}

@media screen and (max-width: 800px) {
  .wide-container {
    width: 90%;
  }
}

@-webkit-keyframes circles-to-right {
  0% {
    left: 0;
    right: auto;
    width: 50px;
  }

  50% {
    left: 0;
    right: auto;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
    width: 100%;
  }

  100% {
    left: auto;
    right: 0;
    width: 50px;
  }
}

@-webkit-keyframes circles-to-left {
  0% {
    left: auto;
    right: 0;
    width: 50px;
  }

  60% {
    top: 25px;
    height: 0;
    left: auto;
    right: 25px;
    width: 0;
  }

  100% {
    height: 50px;
    top: 0;
    left: 0;
    right: auto;
    width: 50px;
  }
}

.t-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 15px 26px;
}

.t-btn.white {
  background: url("../images/share/arrow_btn_w.svg") right center/auto 100% no-repeat;
}

.t-btn:hover {
  opacity: 0.6;
}

.t-btn {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: url("../images/share/arrow_btn.svg") right center/auto 100% no-repeat;
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0;
  padding: 15px 88px 15px 0;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  text-align: center;
  min-height: 54px;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 800px) {
  .t-btn {
    font-size: 0.9375rem;
    padding: 10px 66px 10px 0;
    min-height: auto;
  }
}

.t-shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.t-color {
  color: var(--color01);
}

.t-ttl01 .en {
  color: #FD894C;
  opacity: 0.3;
  font-size: 7.5rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0.05em;
}

.t-ttl01 .jp {
  font-size: 2.1875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  position: relative;
  margin-top: -40px;
  z-index: 1;
}

.t-ttl01 {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 800px) {
  .t-ttl01 .en {
    font-size: 3.75rem;
  }

  .t-ttl01 .jp {
    font-size: 1.5625rem;
    margin-top: -30px;
  }

  .t-ttl01 {
    margin-bottom: 50px;
  }
}

.t-lineL {
  line-height: 2.6;
}

.t-txt p+p {
  margin-top: 1.5em;
}

.t-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.animate {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fadeInRight.is-action {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRight {
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fadeInLeft.is-action {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeft {
  opacity: 0;
}

.hero .hero_scroll {
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 1;
}

.hero {
  margin-top: 94px;
  position: relative;
  height: 900px;
  z-index: 1;
}

.hero_ttl .txt01 {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  font-size: 3.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding: 3px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero_ttl .txt02 {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  font-size: 3.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding: 3px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}

.hero_ttl {
  position: absolute;
  left: 12%;
  bottom: 150px;
  z-index: 1;
}

#hero_slider .splide__slide img {
  opacity: 0;
}

#hero_slider .splide__slide.slide01 {
  background-image: url("../images/hero01_pc.jpg");
}

#hero_slider .splide__slide.slide02 {
  background-image: url("../images/hero02_pc.jpg");
}

#hero_slider .splide__slide.slide03 {
  background-image: url("../images/hero03_pc.jpg");
}

#hero_slider .splide__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 900px;
}

#hero_slider {
  margin: auto;
  height: 100%;
  width: min(1600px, 88%);
}

#hero_slider .splide__controls .splide__pagination {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: static;
}

#hero_slider .splide__controls .splide__pagination__page.is-active {
  background: #FD894C;
}

#hero_slider .splide__controls .splide__pagination__page {
  background: #fff;
}

#hero_slider .splide__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  bottom: 30px;
  left: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#hero_slider .splide__toggle svg {
  fill: #FD894C;
  height: auto;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  width: 12px;
}

#hero_slider .splide__toggle {
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.sec01 {
  position: relative;
  padding: 120px 0;
}

.sec01-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sec01-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.sec01-layout .heading .en {
  color: #FD894C;
  font-size: 4.0625rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  opacity: 0.3;
}

.sec01-layout .heading .jp {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}

.sec01-layout .heading {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  position: relative;
}

.sec01-layout .content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.sec01-layout .btn {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.sec01-layout .btn {
  margin-top: 30px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.sec01-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10% 1fr;
  grid-template-columns: auto 1fr;
  gap: 30px 10%;
}

.sec02 {
  margin: 120px auto;
}

.sec02-layout .t-btns {
  margin-top: 30px;
}

.sec02-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
}

.sec03::before {
  background: url("../images/sec03_bg.png") center/cover no-repeat;
  border-radius: 30px 0 0 30px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12%;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.sec03 {
  margin: 120px auto;
  padding: 120px 0;
  position: relative;
}

.sec03-layout .l-img .inimg01 {
  padding-right: 60px;
}

.sec03-layout .l-img .inimg02 {
  text-align: right;
  padding-left: 60px;
  margin-top: -78px;
}

.sec03-layout .l-img img {
  border-radius: 20px;
}

.sec03-layout .l-img {
  width: min(628px, 64%);
}

.sec03-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec03-layout .l-ttl::after {
  background: #FD894C;
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  width: 50px;
}

.sec03-layout .l-ttl {
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 50px;
}

.sec03-layout .t-btns {
  margin-top: 50px;
}

.sec03-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
}

.sec04 {
  margin: 120px auto;
}

.sec04-list .single:hover {
  top: -5px;
  -webkit-box-shadow: 0 5px 10px var(--color01);
  box-shadow: 0 5px 10px var(--color01);
}

.sec04-list .single {
  position: relative;
  top: 0;
  -webkit-transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  background: url("../images/sec04_arrow.svg") right 15px bottom 15px/auto no-repeat, url("../images/sec04_bg.png") center/cover no-repeat;
  border-radius: 20px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 254px;
}

.sec04-list .en::before {
  background: #FFF4BE;
  border-radius: 50%;
  border: 5px solid #F4EFEA;
  content: "";
  display: block;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  z-index: -1;
}

.sec04-list .en {
  color: var(--color02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  position: absolute;
  top: -60px;
  left: -25px;
  padding-left: 35px;
  z-index: 1;
  height: 88px;
}

.sec04-list {
  padding-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 45px;
}

.sec05::before {
  background: url("../images/sec05_bg.png") center/cover no-repeat;
  border-radius: 0 30px 30px 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 12%;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.sec05 {
  position: relative;
  padding: 120px 0;
  margin: 120px auto;
}

.sec05-layout+.sec05-layout {
  margin-top: 60px;
}

.sec05-layout.reverse .l-img img {
  -webkit-box-shadow: 10px 10px 20px #79573C;
  box-shadow: 10px 10px 20px #79573C;
}

.sec05-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.sec05-layout .l-img img {
  border-radius: 20px;
  -webkit-box-shadow: -10px 10px 20px #79573C;
  box-shadow: -10px 10px 20px #79573C;
}

.sec05-layout .l-img {
  padding-top: 5px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec05-layout .l-desc {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec05-layout .caption {
  font-family: var(--font01);
  line-height: 1.3;
}

.sec05-layout .l-ttl {
  background: url("../images/share/ttl_icon.svg") bottom left/auto no-repeat;
  font-size: 2.1875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.sec05-layout .btn {
  margin-top: 40px;
}

.sec05-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px 60px;
}

.sec05-list .item:hover {
  top: -5px;
  -webkit-box-shadow: 0 5px 10px var(--color01);
  box-shadow: 0 5px 10px var(--color01);
}

.sec05-list .item {
  position: relative;
  top: 0;
  -webkit-transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  background: url("../images/sec04_arrow.svg") right 10px bottom 10px/auto no-repeat #F0DECE;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 30px 55px;
  display: block;
  text-align: center;
}

.sec05-list .list-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.sec05-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 60px;
}

.sec05-box .en::before {
  background: #FFF4BE;
  border-radius: 50%;
  content: "";
  display: block;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  z-index: -1;
}

.sec05-box .en {
  color: var(--color02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  position: absolute;
  top: -60px;
  left: -40px;
  padding-left: 35px;
  z-index: 1;
  height: 88px;
}

.sec05-box .box-ttl {
  background: url("../images/share/ttl_icon.svg") bottom left/auto no-repeat;
  font-size: 2.1875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.sec05-box .inlayout .l-img img {
  border-radius: 20px;
}

.sec05-box .inlayout .l-img {
  width: min(370px, 40%);
}

.sec05-box .inlayout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec05-box .inlayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  gap: 50px;
}

.sec05-box .btn {
  margin-top: 10px;
}

.sec05-box {
  background: #f0dece;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 50px 50px;
  margin-top: 120px;
  position: relative;
}

.sec06 {
  margin: 120px auto;
}

.sec06-box .inner {
  margin-inline: auto;
  width: min(660px, 100%);
}

.sec06-box .box-ttl .en {
  font-size: 7.5rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  opacity: 0.3;
}

.sec06-box .box-ttl .jp {
  font-size: 2.1875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  position: relative;
  margin-top: -40px;
  z-index: 1;
}

.sec06-box .box-ttl {
  text-align: center;
  margin-bottom: 70px;
}

.sec06-box .sub-ttl {
  background: url("../images/sec06_ttl_icon.svg") bottom center/auto no-repeat;
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.sec06-box .btn {
  margin-top: 50px;
  text-align: center;
}

.sec06-box {
  background: url("../images/sec06_bg.jpg") center/cover no-repeat;
  border-radius: 30px;
  color: #fff;
  padding: 110px 30px;
}

.sec07::before {
  background: url("../images/sec07_bg.png") center/cover no-repeat;
  border-radius: 30px 0 0 30px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12%;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.sec07 {
  position: relative;
  padding: 120px 0;
  margin: 120px auto;
}

.sec07-layout .heading .en {
  color: #FD894C;
  font-size: 7.5rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  opacity: 0.3;
}

.sec07-layout .heading .jp {
  font-size: 2.1875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  margin-top: -40px;
}

.sec07-layout .heading {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  position: relative;
}

.sec07-layout .content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.sec07-layout .btn {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  text-align: right;
  align-self: flex-end;
}

.sec07-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5% auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px 5%;
}

.sec08 {
  margin: 120px auto;
}

.sec08-access .caption {
  background: url("../images/sec08_icon.svg") left center/auto no-repeat;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding: 3px 0 3px 32px;
}

.sec08-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.t_slider .splide__arrows .splide__arrow svg {
  opacity: 0;
}

.t_slider .splide__arrows .splide__arrow {
  background: none;
  top: 0;
  bottom: 0;
  margin: auto;
}

.t_slider .splide__arrows .splide__arrow--prev {
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #333;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 20px;
  width: 20px;
  left: -35px;
}

.t_slider .splide__arrows .splide__arrow--next {
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #333;
  border-radius: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 20px;
  width: 20px;
  right: -35px;
}

.t_slider .splide__pagination .splide__pagination__page.is-active {
  background: #3E3A39;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.t_slider .splide__pagination .splide__pagination__page {
  background: #fff;
  border-radius: 0;
  height: 5px;
  margin: 0;
  width: 25px;
}

.t_slider .splide__pagination li+li {
  margin-left: 10px;
}

.t_slider .splide__pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  bottom: -15px;
  z-index: 999;
}

.t_slider .splide__slide:not(:last-child) {
  margin-right: 32px;
}

.t_slider .txt {
  font-size: 1.4rem;
}

.t_slider {
  position: relative;
}

@media screen and (max-width: 800px) {
  .t_slider .splide__arrows .splide__arrow--prev {
    left: -15px;
  }

  .t_slider .splide__arrows .splide__arrow--next {
    right: -15px;
  }
}

.t-post .single:hover {
  opacity: 0.6;
}

.t-post .single {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.t-post .single:hover .l-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.t-post .single:first-child {
  border-top: 1px solid var(--color01);
}

.t-post .single time {
  color: var(--color01);
  font-size: 1rem;
  line-height: 1.5;
}

.t-post .single .l-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: var(--font01);
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t-post .single {
  border-bottom: 1px solid var(--color01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  position: relative;
}

.t-post02 .single:hover {
  opacity: 0.6;
}

.t-post02 .single {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.t-post02 .single:hover .l-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.t-post02 .single .l-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  width: 100%;
}

.t-post02 .single .l-img {
  border-radius: 20px;
  overflow: hidden;
  height: 164px;
  margin-bottom: 15px;
}

.t-post02 .single .time {
  color: var(--color02);
  display: block;
  font-size: 0.8125rem;
}

.t-post02 .single .l-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  overflow: hidden;
  margin: 5px 0 3px;
}

.t-post02 .single .category {
  display: inline-block;
  font-size: 0.6875rem;
  margin: 0 5px 5px 0;
}

.t-post02 .single {
  position: relative;
}

.t-post02 .fill {
  grid-column: 1/-1;
}

.t-post02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.t-post03 .single:hover {
  opacity: 0.6;
}

.t-post03 .single {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.t-post03 .single:hover .l-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.t-post03 .single .l-img img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  width: 100%;
}

.t-post03 .single .l-img {
  border: 1px solid var(--color01);
  border-radius: 20px;
  overflow: hidden;
  height: 184px;
  margin-bottom: 15px;
}

.t-post03 .single time {
  color: var(--color01);
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
}

.t-post03 .single .l-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  overflow: hidden;
  margin: 5px 0;
}

.t-post03 .single .category {
  background: #A08268;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  padding: 1px 15px;
  margin: 0 8px 5px 0;
}

.t-post03 .single {
  display: block;
  position: relative;
}

.t-post03 .fill {
  grid-column: 1/-1;
}

.t-post03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.layout-sidebar .l-sidebar {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sidebar;
  position: sticky;
  top: 120px;
}

.layout-sidebar .l-label {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.8;
  padding-bottom: 1em;
  margin-bottom: 1.5rem;
}

.layout-sidebar .l-label .jp {
  font-size: 0.8125rem;
}

.layout-sidebar .l-body {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: body;
}

.layout-sidebar .list-category-links+.l-label {
  margin-top: 30px;
}

.layout-sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 5rem 1fr;
  grid-template-columns: 200px 1fr;
  grid-template-areas: "sidebar body";
  gap: 5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-inline: auto;
  width: min(90%, 1024px);
}

@media screen and (max-width: 800px) {
  .layout-sidebar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 5rem auto;
    grid-template-areas: "body""sidebar";
    gap: 5rem;
  }

  .layout-sidebar .l-sidebar {
    position: static;
  }

  .layout-sidebar .l-sidebar {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .layout-sidebar .l-body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.hovermove:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.hovermove {
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 120px;
}

@media screen and (max-width: 800px) {
  [id] {
    scroll-margin-top: 0;
  }
}

body {
  background: #F4EFEA;
  color: var(--color_text);
  font-size: 1.0625rem;
  line-height: 2;
  font-family: var(--font00);
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-x: hidden;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  body::before {
    background: url("../images/share/h-bg01_sp.svg") bottom center/cover no-repeat;
    height: 450px;
    width: 100%;
  }

  body::after {
    background-size: cover;
    height: 113px;
    width: 284px;
  }

  body {
    font-size: 0.9375rem;
  }
}

.hidden {
  overflow: hidden;
}

.tall,
.u-section {
  margin-bottom: 80px;
}

.short+.short {
  margin-top: 60px;
}

.x-short {
  margin-top: 40px;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

.container.narrow,
.breadcrumb ul.narrow {
  max-width: 800px;
}

.container,
.breadcrumb ul {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--width01) + 120px);
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 800px) {

  .container,
  .breadcrumb ul {
    padding-left: 0;
    padding-right: 0;
    max-width: 90%;
  }
}

.u-container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--width01) + 120px);
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 800px) {
  .u-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 90%;
  }
}

.u-container {
  max-width: 1320px;
}

.u-bg01 {
  background: #F1EEEA;
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 800px) {
  .u-bg01 {
    padding: 50px 0;
  }
}

.u-bg02 {
  background: #EFF4FF;
  padding: 80px 0;
}

@media screen and (max-width: 800px) {
  .u-bg02 {
    padding: 60px 0;
  }
}

/*------------
LOADING
--------------*/
.is-hide {
  display: none;
}

.header-frame {
  background: rgba(244, 239, 234, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 3%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  width: 100%;
  z-index: 99;
}

.h-layout01 .h-logo a:hover {
  opacity: 0.6;
}

.h-layout01 .h-logo a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: block;
}

.h-layout01 .h-logo {
  position: relative;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  width: 300px;
}

.h-layout01 .h-utility {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h-layout01 {
  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;
  gap: 30px;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.h-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 25px;
}

.gnavi .gnavi-links>li {
  padding: 10px 0;
}

.gnavi .gnavi-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 25px;
}

.gnavi .dropdown {
  position: relative;
}

.gnavi a:hover {
  text-decoration: underline;
}

.gnavi a {
  font-family: var(--font01);
}

.gnavi .nolink {
  font-family: var(--font01);
}

.gnavi .sub-menu {
  display: none;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  padding: 30px 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 99;
}

.sub-menu li>a::before {
  background: #FD894C;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
}

.sub-menu li>a:hover {
  text-decoration: underline;
}

.sub-menu li>a {
  position: relative;
  padding-left: 15px;
}

.sub-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3px 0;
}

.sp-navi {
  display: none;
}

.humberger[aria-expanded=true] .txt.open {
  display: none;
}

.humberger[aria-expanded=true] .txt.close {
  display: block;
}

.humberger .txt.close {
  display: none;
}

.humberger .txt {
  color: var(--color01);
  font-size: 0.8125rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  font-optical-sizing: none;
  text-align: center;
}

.humberger {
  display: block;
  position: fixed;
  top: 40px;
  right: 3%;
  height: 42px;
  padding-top: 23px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  width: 42px;
  z-index: 9999;
}

.humberger .icon span {
  background: var(--color01);
  border-radius: 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  margin: auto;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.humberger .icon span:nth-of-type(1) {
  top: 0;
}

.humberger .icon span:nth-of-type(2) {
  top: 10px;
}

.humberger.is-open .icon span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(15deg);
  transform: translateY(6px) rotate(15deg);
}

.humberger.is-open .icon span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(-15deg);
  transform: translateY(-4px) rotate(-15deg);
}

.pc-navi {
  background: #FDFBF6;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(98%, 1250px);
  z-index: 99;
}

.pc-navi_content .scroller {
  padding: 100px;
  overflow: auto;
  height: 100%;
  width: 100%;
}

.pc-navi_content .l-info .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.pc-navi_content .l-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 55px;
}

.pc-navi_content .h-list {
  margin-top: 40px;
}

.pc-navi_content .h-table {
  margin-top: 60px;
}

.pc-navi_content {
  height: 100vh;
}

.h-list01+.h-list01 {
  margin-top: 30px;
}

.h-list01.col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.h-list01 .has-child {
  margin-bottom: 25px;
}

.h-list01 .item>a {
  position: relative;
}

.h-list01 .nolink {
  color: var(--color01);
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  position: relative;
}

.h-list01 a:hover {
  text-decoration: underline;
}

.h-list01 a {
  color: var(--color01);
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  position: relative;
}

.h-list01 {
  border-left: 2px solid var(--color01);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5px 4%;
  padding-left: 15px;
}

@media screen and (max-width: 800px) {
  .h-list01 .has-child {
    margin-bottom: 0.5em;
  }

  .h-list01 a {
    font-size: 0.875rem;
  }
}

.h-list02 a {
  color: var(--color_text);
}

.h-list02.col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.h-list02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5px 4%;
  margin-top: 5px;
}

@media screen and (max-width: 800px) {
  .h-list02 {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 4%;
  }
}

.h-list03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 3% 2fr 3% 2fr;
  grid-template-columns: 3fr 2fr 2fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px 3%;
}

@media screen and (max-width: 800px) {
  .h-list03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}

.hero_space {
  position: relative;
  margin-top: 94px;
}

@media screen and (max-width: 800px) {
  .hero_space {
    margin-top: 0;
  }
}

#fixbtn .btn:hover {
  opacity: 0.6;
}

#fixbtn .btn {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: block;
  line-height: 1;
}

#fixbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

.contact-box .box-ttl {
  border-bottom: 1px solid var(--color01);
  display: table;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  margin: 0 auto 20px;
  text-align: center;
}

.contact-box .inlayout::before {
  border-left: 2px dotted #707070;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 1px;
}

.contact-box .inlayout .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-box .inlayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4%;
  position: relative;
}

.contact-box .item-ttl {
  font-family: var(--font01);
  text-align: center;
  margin-bottom: 10px;
}

.contact-box .centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-box {
  background: #fff;
  padding: 40px 30px 50px;
  position: relative;
  margin-inline: auto;
  width: min(100%, 800px);
}

@media screen and (max-width: 800px) {
  .contact-box .box-ttl {
    font-size: 1rem;
  }

  .contact-box .inlayout::before {
    display: none;
  }

  .contact-box .inlayout .item+.item {
    border-top: 1px dotted #ccc;
  }

  .contact-box .inlayout .item {
    padding: 15px 0;
  }

  .contact-box .inlayout {
    display: block;
  }

  .contact-box {
    padding: 30px 20px 40px;
    width: 100%;
  }
}

.contact-list .item {
  border: 1px solid;
  padding: 20px 45px;
  text-align: center;
}

.contact-list .list-ttl {
  border-bottom: 1px solid;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.contact-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 4%;
}

@media screen and (max-width: 800px) {
  .contact-list .item {
    padding: 20px 30px;
  }

  .contact-list .list-ttl {
    font-size: 1rem;
  }

  .contact-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.schedule-dl dt {
  border: 1px solid;
  font-size: 0.625rem;
  padding: 0 3px;
  text-align: center;
  margin-top: 3px;
}

.schedule-dl dd {
  font-size: 0.875rem;
}

.schedule-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 15px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 15px;
}

#fixnavi_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
  width: 100px;
}

.fixed-menu .icon {
  margin-bottom: 3px;
}

.fixed-menu:hover {
  opacity: 0.6;
}

.fixed-menu {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: #fff;
  border-radius: 15px 0 0 15px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding: 12px 5px;
  text-align: center;
  width: 100%;
}

#fixnavi_sp {
  display: none;
}

.map iframe,
.s-map iframe,
.youtube iframe,
.u-map iframe,
.f-map iframe,
.t-map iframe {
  height: 100%;
  width: 100%;
}

.map,
.s-map,
.youtube,
.u-map,
.f-map,
.t-map {
  height: 400px;
}

.t-map {
  height: 480px;
}

@media screen and (max-width: 800px) {
  .t-map {
    height: 240px;
  }
}

.f-map {
  height: 350px;
}

.u-map {
  height: 400px;
}

@media screen and (max-width: 800px) {
  .u-map {
    height: 250px;
  }
}

.youtube {
  height: 400px;
}

.s-map {
  height: 150px;
  margin-bottom: 5px;
}

#pagetop a:hover {
  opacity: 0.6;
}

#pagetop a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 90;
}

@media screen and (max-width: 800px) {
  #pagetop {
    display: none;
  }
}

.grecaptcha-badge {
  margin-bottom: 260px;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .grecaptcha-badge {
    margin-bottom: 0;
  }
}

/*------------
下層レイアウト
--------------*/
#under p+p {
  margin-top: 1.5em;
}

#under img:not(.noradius) {
  border-radius: 20px;
}

#under {
  line-height: 2;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
  word-break: break-all;
  z-index: 1;
}

@-webkit-keyframes slideX {
  0% {
    left: 5px;
  }

  50% {
    left: -5px;
  }

  100% {
    left: 5px;
  }
}

@keyframes slideX {
  0% {
    left: 5px;
  }

  50% {
    left: -5px;
  }

  100% {
    left: 5px;
  }
}

.page-ttl .jp {
  font-size: 3.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-ttl {
  background: url("../images/share/page-ttl.png") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 340px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .page-ttl .jp {
    font-size: 1.875rem;
  }

  .page-ttl {
    height: 160px;
  }
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li+li:before {
  content: ">";
  margin: 0 0.5em;
}

.breadcrumb ul {
  width: 100%;
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb {
  font-size: 0.875rem;
  line-height: 1.3;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
}

#main {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.column2 .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column2 .u-h2,
.column2 .postdata h2,
.postdata .column2 h2 {
  background: none;
  padding-bottom: 10px;
  text-align: left;
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  max-width: calc(var(--width01) + 120px);
  margin: auto;
  gap: 40px;
  width: 90%;
}

.fade-in {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fade-in.is-action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fade-in-right {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fade-in-right.is-action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.rotate {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
  -webkit-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rotate.is-action {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.ta span {
  display: inline-block;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}

.ta.is-action span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fade-in-list>li {
  will-change: transform;
  opacity: 0;
  -webkit-transition: 2.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: 2.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.fade-in-list>li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.fade-in-list>li:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.fade-in-list>li:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fade-in-list>li:nth-of-type(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.fade-in-list>li:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.fade-in-list>li:nth-of-type(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.fade-in-list.is-action>li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*------------
下層パーツ
--------------*/
.u-layout .l-img,
.l-flexL_small .l-img,
.l-flexL_auto .l-img,
.l-flexL .l-img,
.u-layout_r .l-img,
.l-flexR_small .l-img,
.l-flexR_auto .l-img,
.l-flexR .l-img {
  text-align: center;
  margin: 0 40px 0 0;
}

.u-layout .l-desc,
.l-flexL_small .l-desc,
.l-flexL_auto .l-desc,
.l-flexL .l-desc,
.u-layout_r .l-desc,
.l-flexR_small .l-desc,
.l-flexR_auto .l-desc,
.l-flexR .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-layout,
.l-flexL_small,
.l-flexL_auto,
.l-flexL,
.u-layout_r,
.l-flexR_small,
.l-flexR_auto,
.l-flexR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-layout_r .l-img,
.l-flexR_small .l-img,
.l-flexR_auto .l-img,
.l-flexR .l-img {
  text-align: center;
  margin: 0 0 0 40px;
}

.u-layout_r,
.l-flexR_small,
.l-flexR_auto,
.l-flexR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-flexL .l-img {
  width: 40%;
}

.l-flexL_auto .l-img {
  width: auto;
}

.l-flexL_small .l-img {
  width: 25%;
}

.l-flexR .l-img {
  width: 40%;
}

.l-flexR_auto .l-img {
  width: auto;
}

.l-flexR_small .l-img {
  width: 25%;
}

.img02 img+img {
  margin-left: 10px;
}

.u-flex .item {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.u-h2.left::after,
.postdata h2.left::after {
  margin-left: 0;
}

.u-h2.left,
.postdata h2.left {
  text-align: left;
}

.u-h2::after,
.postdata h2::after {
  background: #FD894C;
  content: "";
  display: block;
  height: 1px;
  margin: 15px auto 0;
  width: 50px;
}

.u-h2,
.postdata h2 {
  font-size: 2.1875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 800px) {

  .u-h2,
  .postdata h2 {
    font-size: 1.5625rem;
    margin-bottom: 30px;
  }
}

.u-h3 .num,
.postdata h3 .num,
.list-post-type01 .list-ttl .num {
  color: #B79B50;
  font-size: 0.75rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  font-optical-sizing: none;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  opacity: 0.4;
}

.u-h3,
.postdata h3,
.list-post-type01 .list-ttl {
  background: url("../images/share/ttl_icon.svg") bottom left/auto no-repeat;
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {

  .u-h3 .num,
  .postdata h3 .num,
  .list-post-type01 .list-ttl .num {
    font-optical-sizing: none;
    font-size: 3.75rem;
    top: -15px;
  }

  .u-h3 .caption,
  .postdata h3 .caption,
  .list-post-type01 .list-ttl .caption {
    border: 1px solid;
    border-radius: 30px;
    color: #B79B50;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.5;
    font-family: var(--font01);
    letter-spacing: 0.05em;
    padding: 1px 10px;
    vertical-align: middle;
    margin-right: 1em;
  }

  .u-h3,
  .postdata h3,
  .list-post-type01 .list-ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.ttl-num .num {
  border-radius: 50%;
  background-color: var(--color01);
  color: #fff;
  font-size: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  line-height: 38px;
  margin-top: -2px;
  text-align: center;
}

.ttl-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .ttl-num {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.u-h4::before,
.postdata h4::before {
  background: #FD894C;
  border-radius: 2px;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
}

.u-h4,
.postdata h4 {
  font-size: 1.625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {

  .u-h4::before,
  .postdata h4::before {
    top: 4px;
  }

  .u-h4,
  .postdata h4 {
    font-size: 1.125rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}

table th,
table td {
  font-weight: inherit;
}

.table-style01 th,
.postdata table th,
.posttable th,
.table-style01 table.has-fixed-layout th {
  background: var(--color01);
  border: 1px solid #998D7A;
  color: #fff;
  padding: 12px 15px;
  vertical-align: middle;
  text-align: left;
}

.table-style01 td,
.postdata table td,
.posttable td,
.table-style01 table.has-fixed-layout td {
  border: 1px solid #998D7A;
  padding: 12px 15px;
  vertical-align: top;
  word-break: break-all;
}

.table-style01,
.postdata table,
.posttable,
.table-style01 table.has-fixed-layout,
.posttable table.has-fixed-layout {
  background: #fff;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.9375rem;
  line-height: 1.6;
  width: 100%;
}

.table-style01.center_ttl th,
.postdata table.center_ttl th,
.center_ttl.posttable th,
.table-style01 table.has-fixed-layout.center_ttl th,
.posttable table.has-fixed-layout.center_ttl th {
  text-align: center;
  vertical-align: middle;
}

.table-style01.th-middle th,
.postdata table.th-middle th,
.th-middle.posttable th,
.table-style01 table.has-fixed-layout.th-middle th,
.posttable table.has-fixed-layout.th-middle th {
  vertical-align: middle;
}

.table-style01.td-middle td,
.postdata table.td-middle td,
.td-middle.posttable td,
.table-style01 table.has-fixed-layout.td-middle td,
.posttable table.has-fixed-layout.td-middle td {
  vertical-align: middle;
}

.table-style01.price td,
.postdata table.price td,
.price.posttable td,
.table-style01 table.has-fixed-layout.price td,
.posttable table.has-fixed-layout.price td {
  text-align: right;
}

.table-style01 .first th,
.postdata table .first th,
.posttable .first th,
.table-style01 table.has-fixed-layout .first th {
  background: var(--color01);
  color: #fff;
}

@media screen and (max-width: 800px) {
  .table-style-scroll::before {
    display: block;
    content: "横にスクロールできます。";
  }

  .table-style-scroll .table-style02,
  .table-style-scroll .table-style03 {
    width: 200%;
  }

  .table-style-scroll {
    overflow: auto;
    width: 100%;
  }
}

.table-style02 th {
  background: var(--color01);
  border: 1px solid #998D7A;
  color: #fff;
  padding: 12px 15px;
  vertical-align: middle;
  text-align: left;
}

.table-style02 td {
  border: 1px solid #998D7A;
  padding: 12px 15px;
  vertical-align: top;
  word-break: break-all;
}

.table-style02 {
  background: #fff;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.9375rem;
  line-height: 1.6;
  width: 100%;
}

.table-style02.price td {
  text-align: right;
}

.table-style02.imged th {
  text-align: center;
}

.table-style02.center td {
  text-align: center;
}

.table-style02 .first th,
.table-style02 .first th:first-child {
  background: var(--color01);
  border: 1px solid #DBD9CE;
  color: #fff;
  text-align: center;
}

.table-style02 th {
  background: #F0DECE;
  color: var(--color_text);
}

.table-style02 td,
.table-style02 td {
  vertical-align: middle;
}

.table-style03 th {
  background: var(--color01);
  border: 1px solid #998D7A;
  color: #fff;
  padding: 12px 15px;
  vertical-align: middle;
  text-align: left;
}

.table-style03 td {
  border: 1px solid #998D7A;
  padding: 12px 15px;
  vertical-align: top;
  word-break: break-all;
}

.table-style03 {
  background: #fff;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.9375rem;
  line-height: 1.6;
  width: 100%;
}

.table-style03 th {
  background: #9F831E;
}

.table-style03 .bg01 {
  background: #525252;
  color: #fff;
}

.table-style03 .bg02 {
  background: #838383;
  color: #fff;
}

.table-style-case th::after {
  background: #ccc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  margin: auto;
  width: 1px;
}

.table-style-case th {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  color: #333 !important;
  padding: 20px 15px !important;
  position: relative;
}

.table-style-case td {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  color: #333 !important;
  padding: 20px 15px !important;
}

.table-style-case table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .table-style-case th {
    font-size: 0.875rem;
    padding: 15px 10px !important;
    width: 50% !important;
  }

  .table-style-case td {
    padding: 15px 10px !important;
  }
}

.u-btns.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-btns.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1em;
}

.u-btn.white {
  background: url("../images/share/arrow_btn_w.svg") right center/auto 100% no-repeat;
}

.u-btn:hover {
  opacity: 0.6;
}

.u-btn {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: url("../images/share/arrow_btn.svg") right center/auto 100% no-repeat;
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0;
  padding: 15px 88px 15px 0;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  text-align: center;
  min-height: 54px;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 800px) {
  .u-btn {
    font-size: 0.9375rem;
    padding: 10px 66px 10px 0;
    min-height: auto;
  }
}

.contactbtn:hover span {
  background-image: url("../images/share/mail_g.svg");
}

.contactbtn:hover {
  background: #fff;
  color: var(--color02);
}

.contactbtn span {
  background: url("../images/share/mail.svg") left center no-repeat;
  display: inline-block;
  padding-left: 40px;
}

.contactbtn {
  background: var(--color02);
  border: 1px solid var(--color02);
  color: #fff;
  display: block;
  padding: 18px 40px;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  text-align: center;
  z-index: 2;
}

.btn_outer:hover {
  opacity: 0.6;
}

.btn_outer {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: url("../images/share/icon_outer.svg") right center no-repeat;
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding: 15px 35px 15px 0;
  position: relative;
  z-index: 2;
}

.u-btn-banner a {
  line-height: 1;
  display: block;
  width: 48%;
}

.u-btn-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4%;
}

@media screen and (max-width: 800px) {
  .u-btn-banner a {
    width: 100%;
  }

  .u-btn-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px 0;
  }
}

.list-anchor-link.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-anchor-link li:last-child::after {
  display: none;
}

.list-anchor-link li::after {
  background: #9B8966;
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -2px;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link a::before {
  content: "";
  background: url(../images/share/ico_arrow_bottom.svg) no-repeat 0 0/contain;
  height: 14px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 14px;
}

.list-anchor-link a:hover {
  text-decoration: underline;
}

.list-anchor-link a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  padding-right: 25px;
}

.list-anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 800px) {
  .list-anchor-link li::after {
    display: none;
  }

  .list-anchor-link {
    display: block;
  }
}

.list-anchor-link02.col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.list-anchor-link02.col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.list-anchor-link02.col4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.list-anchor-link02 li {
  position: relative;
}

.list-anchor-link02 a:hover {
  -webkit-box-shadow: 0 0 10px var(--color01);
  box-shadow: 0 0 10px var(--color01);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.list-anchor-link02 a {
  background: url(../images/share/anchor_arrow.svg) center right 18px/auto no-repeat var(--color_u02);
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  display: block;
  font-weight: bold;
  padding: 20px 15px;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  text-align: left;
}

.list-anchor-link02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
}

@media screen and (max-width: 800px) {
  .list-anchor-link02 li+li {
    margin-top: 15px;
  }

  .list-anchor-link02 a {
    background-position: center right 8px;
    padding: 20px 40px;
    width: 100%;
  }

  .list-anchor-link02 {
    display: block;
  }
}

.case-category .item {
  width: 48%;
}

.case-category .item-ttl {
  font-size: 1.125rem;
  line-height: 1.8;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-align: center;
}

.case-category .select-category {
  border: none;
  width: 100%;
}

.case-category {
  background: #f3f1ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
}

@media screen and (max-width: 800px) {
  .case-category .item {
    margin-bottom: 20px;
    width: 100%;
  }

  .case-category {
    display: block;
    padding: 15px;
  }
}

.case-post .p-ttl {
  border-bottom: 1px solid #BFCFE0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 8px;
}

.case-post {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px rgba(41, 53, 65, 0.13);
  box-shadow: 0px 0px 15px rgba(41, 53, 65, 0.13);
  padding: 50px 60px 60px;
}

@media screen and (max-width: 800px) {
  .case-post {
    padding: 30px;
  }
}

.category-ttl {
  margin-bottom: 15px;
}

.post-type01 .single:first-child {
  border-top: 1px solid #fff;
}

.post-type01 .single .list-img img {
  border: 1px solid #eee;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 7/5;
}

.post-type01 .single .l-desc {
  margin-top: 5px;
}

.post-type01 .single:hover {
  background-color: rgb(235.234375, 226.25, 217.265625);
}

.post-type01 .single {
  background: url("../images/share/post_arrow.svg") right 5px center/20px auto no-repeat;
  border-bottom: 1px solid #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 15px 1fr;
  grid-template-columns: 150px 1fr;
  gap: 15px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  padding: 10px 70px 10px 10px;
}

.post-type01 .list-desc time {
  display: block;
  font-size: 0.875rem;
}

.post-type01 .list-desc .category {
  background: var(--color01);
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 0.6875rem;
  padding: 2px 10px;
}

.post-type01 .list-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.post-type01 .list-ttl {
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .post-type01 .single {
    background-image: none;
    -ms-grid-columns: 120px 15px 1fr;
    grid-template-columns: 120px 1fr;
    gap: 15px;
    padding: 10px 0;
  }

  .post-type01 .list-desc time {
    font-size: 0.6875rem;
  }

  .post-type01 .list-desc .category {
    font-size: 0.5625rem;
    padding: 1px 5px;
  }

  .post-type01 .list-desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 5px;
    margin-bottom: 10px;
  }

  .post-type01 .list-ttl {
    font-size: 0.8125rem;
  }
}

.post-type02 .single+.single {
  margin-top: 50px;
}

.post-type02 .l-img a {
  display: block;
  height: 180px;
}

.post-type02 .l-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.post-type02 .l-ttl a:hover {
  text-decoration: none;
}

.post-type02 .l-ttl a:hover {
  opacity: 0.6;
}

.post-type02 .l-ttl a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  text-decoration: underline;
}

.post-type02 .l-ttl {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.post-type02 .category {
  display: inline-block;
  border: 1px solid;
  color: var(--color01);
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding: 2px 10px;
}

@media screen and (max-width: 800px) {
  .post-type02 .l-img a {
    height: 140px;
  }

  .post-type02 time {
    font-size: 0.8125rem;
  }

  .post-type02 .category {
    font-size: 0.6875rem;
    line-height: 1.5;
    font-family: var(--font00);
    letter-spacing: 0.1em;
  }

  .post-type02 {
    -ms-grid-columns: 1fr 6% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 6%;
  }
}

.post-type03 .single .time {
  margin-right: 1.5em;
}

.post-type03 .single .l-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 3px;
}

.post-type03 .single:hover .l-ttl {
  text-decoration: none;
}

.post-type03 .single:hover {
  opacity: 0.6;
}

.post-type03 .single {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border-bottom: 1px dotted var(--color01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.postinfo time {
  color: #969696;
  font-size: 0.9375rem;
  margin: 5px 10px 10px 0;
}

.postinfo span.category {
  background: var(--color01);
  color: #fff;
  padding: 0 5px;
  font-size: 0.75rem;
  line-height: 1.8;
  margin: 5px 5px 10px 0;
}

.postinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_category .category {
  display: inline-block;
  background: var(--color01);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px 1px;
  margin: 0 10px 5px 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-center .item+.item {
  margin-left: 1.5em;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.l-flex.nowrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.l-flex .item {
  margin: 0 15px 10px 0;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex_2 .item-img {
  text-align: center;
  margin-bottom: 15px;
}

.l-flex_2 .item-ttl {
  font-weight: bold;
  margin-bottom: 15px;
}

.l-flex_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 4%;
}

.l-flex_3 .item-img,
.l-flex_3_columns .item-img {
  text-align: center;
  margin-bottom: 15px;
}

.l-flex_3 .item-ttl,
.l-flex_3_columns .item-ttl {
  font-weight: bold;
  margin-bottom: 15px;
}

.l-flex_3,
.l-flex_3_columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
}

.l-flex_4::before,
.l-flex_4::after {
  content: " ";
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 24%;
}

.l-flex_4 .item:nth-child(n+5) {
  margin-top: 30px;
}

.l-flex_4 .item {
  width: 24%;
}

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

.l-flex_4 .item-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}

.l-flex_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*------------
下層汎用
--------------*/
.u-em01 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .u-em01 {
    font-size: 2rem;
  }
}

.u-em02 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FED7C3));
  background: linear-gradient(transparent 60%, #FED7C3 60%);
}

@media screen and (max-width: 800px) {
  .u-em02 {
    font-size: 1.0625rem;
    text-align: left;
  }
}

.u-em03:before {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  position: absolute;
  bottom: -8px;
  left: 18px;
  z-index: 2;
  height: 10px;
  width: 12px;
}

.u-em03:after {
  background: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  z-index: 1;
  height: 10px;
  width: 12px;
}

.u-em03 span {
  border: 1px solid #333;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding: 8px 15px;
}

.u-em03 {
  margin-bottom: 1.5em;
  position: relative;
}

.u-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #EEF5F4));
  background: linear-gradient(transparent 50%, #EEF5F4 50%);
}

.marker span {
  background: #9de56e;
  display: inline-block;
  padding: 0 5px;
}

.boxshadow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}

.imgshadow {
  -webkit-box-shadow: 20px 20px 0 #D9EBB5;
  box-shadow: 20px 20px 0 #D9EBB5;
}

@media screen and (max-width: 800px) {
  .imgshadow {
    -webkit-box-shadow: 10px 10px 0 #D9EBB5;
    box-shadow: 10px 10px 0 #D9EBB5;
  }
}

.fancy-box::after {
  background: url("../images/share/icon_modal.svg") center/cover no-repeat;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  width: 32px;
}

.fancy-box {
  position: relative;
  cursor: pointer;
}

.l-box {
  border: 1px solid var(--color01);
  padding: 40px;
}

@media screen and (max-width: 800px) {
  .l-box {
    padding: 30px;
  }
}

.l-box01 .box-ttl {
  font-size: 1.625rem;
  line-height: 1.8;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}

.l-box01 .indl dt {
  font-weight: bold;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.l-box01 .indl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
}

.l-box01 {
  background: #fff;
  border: 1px solid #ccc;
  padding: 3% 5%;
  position: relative;
}

@media screen and (max-width: 800px) {
  .l-box01 .large-ttl {
    font-size: 1.25rem;
  }

  .l-box01 .box-ttl {
    font-size: 1rem;
  }

  .l-box01 .indl dd+dt {
    margin-top: 10px;
  }

  .l-box01 .indl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .l-box01 .inlist.col2,
  .l-box01 .inlist.col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .l-box01 .inlist .list-ttl {
    font-size: 1.125rem;
  }

  .l-box01 {
    padding: 30px;
  }
}

.l-box02.has-icon {
  margin-top: 100px;
}

.l-box02 .box-icon {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 103px;
}

.l-box02 .box-ttl {
  color: var(--color01);
  font-size: 1.6875rem;
  line-height: 1.8;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.l-box02 {
  background: #FFEEEF;
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .l-box02.has-icon {
    margin-top: 50px;
  }

  .l-box02 .box-icon {
    top: -30px;
    width: 50px;
  }

  .l-box02 .box-ttl {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }

  .l-box02 {
    padding: 30px;
  }
}

.l-box03 .box-ttl {
  background: url("../images/share/caution.svg") top 3px left/25px auto no-repeat;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding-left: 35px;
  margin-bottom: 15px;
}

.l-box03 .list-disc li::before {
  background: #fff;
}

.l-box03 {
  background: var(--color03);
  padding: 30px;
}

@media screen and (max-width: 800px) {
  .l-box03 {
    padding: 30px;
  }
}

.merit-demerit .item:last-child .en {
  color: #FD894C;
}

.merit-demerit .item:last-child .list-disc li::before {
  background: #FD894C;
}

.merit-demerit .item:last-child {
  border-top-color: #FD894C;
}

.merit-demerit .item {
  background: var(--color03);
  border-top: 3px solid var(--color01);
  padding: 30px 40px;
  position: relative;
}

.merit-demerit .item-ttl .jp {
  font-size: 1.25rem;
  line-height: 1.8;
  font-family: var(--font01);
  letter-spacing: 0.1em;
}

.merit-demerit .item-ttl .en {
  color: var(--color01);
  font-size: 1rem;
  line-height: 1.8;
  font-family: var(--font02);
  letter-spacing: 0;
  font-optical-sizing: none;
  margin-left: 15px;
}

.merit-demerit .item-ttl {
  margin-bottom: 15px;
}

.merit-demerit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 4%;
}

@media screen and (max-width: 800px) {
  .merit-demerit .item {
    padding: 25px;
  }

  .merit-demerit {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.t-movie iframe {
  height: 100%;
  width: 100%;
}

.t-movie {
  height: 580px;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .t-movie {
    height: 320px;
  }
}

.u-movie01.small {
  height: 240px;
}

.u-movie01 iframe,
.u-movie01 img {
  height: 100%;
  width: 100%;
}

.u-movie01 {
  height: 400px;
  margin-inline: auto;
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .u-movie01 {
    height: 200px;
  }
}

.u-movie02 video {
  max-width: 100%;
}

.u-movie02 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.before-after>div.noarrow::before {
  display: none;
}

.before-after>div:first-child {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.before-after>div {
  text-align: center;
  position: relative;
  width: 45%;
}

.before-after::before {
  background: var(--color01);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  height: 25px;
  width: 14px;
  margin-bottom: 3em;
}

.before-after.autosize .item-img img {
  height: auto;
  -o-object-fit: none;
  object-fit: none;
}

.before-after figure img {
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.before-after .item-ttl {
  font-size: 1.25rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0;
  font-optical-sizing: none;
  text-transform: capitalize;
  margin-top: 1em;
}

.before-after p {
  margin-bottom: 0 !important;
}

.before-after {
  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;
}

@media screen and (max-width: 800px) {
  .before-after>div {
    width: 100%;
  }

  .before-after::before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 14px;
    width: 25px;
    margin: 15px auto;
  }

  .before-after figure img {
    height: 180px;
  }

  .before-after .item-ttl {
    font-size: 1.125rem;
    margin-top: 0.5em;
  }

  .before-after {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.u-step .step:last-child::after {
  display: none;
}

.u-step .step::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent var(--color01);
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
  margin: auto;
}

.u-step .step .num {
  color: var(--color01);
  font-size: 1.625rem;
  line-height: 1;
  font-family: var(--font01);
  letter-spacing: 0;
  position: absolute;
  top: -15px;
  left: 1em;
  margin: auto;
  text-align: center;
  text-transform: capitalize;
}

.u-step .step .s-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  text-align: center;
}

.u-step .step {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}

.u-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 3%;
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  .u-step .step+.step {
    margin-top: 40px;
  }

  .u-step .step::after {
    border-width: 6px 6px 0 6px;
    border-color: var(--color01) transparent transparent transparent;
    top: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
  }

  .u-step .step .num {
    font-size: 1.375rem;
  }

  .u-step .step .item-ttl {
    font-size: 1rem;
  }

  .u-step .step {
    height: auto;
    padding: 20px 10px;
    width: 100%;
  }

  .u-step {
    display: block;
  }
}

.u-caption span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(var(--color01), 0.1)));
  background: linear-gradient(transparent 60%, rgba(var(--color01), 0.1) 60%);
}

.u-caption {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
}

.gradient03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(176, 206, 65, 0.5)));
  background: linear-gradient(transparent 60%, rgba(176, 206, 65, 0.5) 60%);
}

/*------------
下層common
--------------*/
.l-style01+.l-style01 {
  margin-top: 80px;
}

.l-style01.reverse .l-img {
  margin: 0 -10% 0 7.5%;
}

.l-style01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.l-style01 .l-img {
  text-align: center;
  margin: 0 7.5% 0 -10%;
  width: 56.64%;
}

.l-style01 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style01 .num {
  color: #9CA1A2;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0;
  font-optical-sizing: none;
  display: inline-block;
  margin-bottom: 15px;
}

.l-style01 .l-ttl {
  font-size: 1.5625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.l-style01 .sub-ttl::before {
  background: #333;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0;
  width: 30px;
}

.l-style01 .sub-ttl {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding-left: 45px;
  position: relative;
  margin-bottom: 30px;
}

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 800px) {
  .l-style01+.l-style01 {
    margin-top: 60px;
  }

  .l-style01.reverse .l-img {
    margin: 0 auto 30px;
  }

  .l-style01 .l-img {
    margin: 0 auto 30px;
    width: 100%;
  }

  .l-style01 .num {
    font-size: 1.0625rem;
  }

  .l-style01 .l-ttl {
    font-size: 1.25rem;
  }

  .l-style01 .sub-ttl {
    font-size: 1rem;
    line-height: 1.8;
  }

  .l-style01 {
    display: block;
  }
}

.l-style02 .l-img img {
  border-radius: 20px;
}

.l-style02 .l-img {
  width: 410px;
}

.l-style02 .l-desc {
  background: #FDF4F5;
  border-radius: 10px;
  margin-right: -100px;
  margin-top: 50px;
  padding: 40px 150px 35px 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style02 .box-ttl {
  border-bottom: 3px dotted #D5B594;
  color: var(--color02);
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.l-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

@media screen and (max-width: 800px) {
  .l-style02 .l-img {
    width: 100%;
  }

  .l-style02 .l-desc {
    margin: 30px auto;
    padding: 30px;
  }

  .l-style02 .box-ttl {
    font-size: 1.25rem;
  }

  .l-style02 {
    display: block;
  }
}

.u-post .single:hover {
  opacity: 0.6;
}

.u-post .single {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: var(--color02);
  display: block;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.u-post .l-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.u-post .l-img {
  height: 200px;
  overflow: hidden;
  width: 100%;
}

.u-post .time {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  margin: 10px 0 15px;
}

.u-post .category {
  background: var(--color01);
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
  padding: 0 8px;
}

.u-post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
}

@media screen and (max-width: 800px) {
  .u-post .single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
  }

  .u-post .l-img {
    height: 80px;
    width: 30%;
  }

  .u-post .l-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5%;
  }

  .u-post .time {
    font-size: 0.6875rem;
    margin: 5px 0 10px;
  }

  .u-post .l-ttl {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }

  .u-post .category {
    font-size: 0.6875rem;
    padding: 1px 5px;
  }

  .u-post {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.u-post02 .fill {
  grid-column: 1/-1;
}

.u-post02 .single:hover {
  opacity: 0.6;
}

.u-post02 .single {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: relative;
}

.u-post02 .l-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.u-post02 .l-img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 334px;
  margin-bottom: 1em;
}

.u-post02 .time {
  font-size: 0.8125rem;
}

.u-post02 .list-ttl {
  font-size: 1rem;
  margin-top: 0.1em;
}

.u-post02 .category {
  background: var(--color01);
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1;
  padding: 3px 8px;
  margin: 0 10px 0 0;
}

.u-post02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}

@media screen and (max-width: 800px) {
  .u-post02 .l-img {
    height: 120px;
  }

  .u-post02 .l-img .label {
    font-size: 1.2rem;
  }

  .u-post02 .l-img {
    height: 120px;
  }

  .u-post02 .list-ttl {
    font-size: 1.125rem;
    margin-top: 0.3em;
  }

  .u-post02 .type .category {
    font-size: 0.75rem;
  }

  .u-post02 .list-ttl {
    font-size: 1rem;
  }

  .u-post02 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
}

.case-single {
  border: 1px solid #ddd;
  padding: 3% 4%;
}

/*------------
下層layout集
--------------*/
.u-case-single .category {
  background: var(--color02);
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  padding: 5px 10px;
}

.u-case-single .l-ttl {
  border-bottom: 1px solid #F3F2E6;
  font-size: 1.75rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin: 10px 0 30px;
}

.u-case-single .l-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.u-case-single .l-img {
  height: 660px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .u-case-single .category {
    font-size: 0.75rem;
    padding: 3px 5px;
  }

  .u-case-single .l-ttl {
    font-size: 1.375rem;
  }

  .u-case-single .l-img {
    height: 220px;
  }
}

.u-layout01::before {
  background: #F3F2E6;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 70%;
  width: 90%;
  z-index: -1;
}

.u-layout01.reverse .l-desc {
  padding-right: 150px;
  padding-left: 50px;
  margin-right: -100px;
  margin-left: 0;
}

.u-layout01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.u-layout01 .l-ttl .en {
  color: #F3F2E6;
  font-size: 0.75rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0;
  font-optical-sizing: none;
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: -1;
}

.u-layout01 .l-ttl {
  font-size: 2.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.u-layout01 .inlayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  z-index: 1;
}

.u-layout01 .l-img {
  width: 50%;
}

.u-layout01 .l-desc {
  padding-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-layout01 {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .u-layout01::before {
    height: 70%;
  }

  .u-layout01 .l-ttl .en {
    font-optical-sizing: none;
    font-size: 3.75rem;
    bottom: -30px;
  }

  .u-layout01 .l-ttl {
    font-size: 1.5625rem;
    margin-bottom: 30px;
  }

  .u-layout01 .inlayout {
    display: block;
  }

  .u-layout01 .l-img {
    width: 100%;
  }

  .u-layout01 .l-desc {
    margin: 50px auto 0;
    padding: 0;
  }

  .u-layout01 {
    padding-bottom: 50px;
  }
}

.u-layout02.reverse .l-desc {
  padding-right: 236px;
  padding-left: 82px;
  margin-right: -178px;
  margin-left: 0;
}

.u-layout02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.u-layout02 .l-img {
  position: relative;
  width: 48%;
  z-index: 1;
}

.u-layout02 .l-desc {
  background: #EDF6F8;
  padding: 75px 82px 100px 236px;
  margin: 100px 0 0 -178px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-layout02 .l-ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.u-layout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
  padding: 0 30px;
  max-width: 1248px;
}

@media screen and (max-width: 800px) {
  .u-layout02.reverse .l-desc {
    padding: 7%;
    margin: -50px auto 0;
  }

  .u-layout02 .l-img {
    width: 100%;
  }

  .u-layout02 .l-desc {
    padding: 7%;
    margin: -50px auto 0;
    position: relative;
    z-index: 2;
    width: 90%;
  }

  .u-layout02 {
    display: block;
    padding: 0;
  }
}

.point-box+.point-box {
  margin-top: 60px;
}

.point-box .inner {
  position: relative;
  padding-top: 65px;
}

.point-box .en {
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0;
  font-optical-sizing: none;
  letter-spacing: 0;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.point-box {
  background: #E8F6FE;
  border-radius: 20px;
  border: 2px solid var(--color01);
  padding: 20px 50px 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .point-box .inner {
    padding-top: 20px;
  }

  .point-box .en {
    font-optical-sizing: none;
    font-size: 3.125rem;
  }

  .point-box {
    padding: 30px;
  }
}

.merit-grid dt {
  background: #333;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.8;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding: 20px;
}

.merit-grid dd {
  background: #EFEFEF;
  padding: 15px 20px;
}

.merit-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 0 1fr;
  grid-template-columns: 25% 1fr;
  gap: 10px 0;
}

@media screen and (max-width: 800px) {
  .merit-grid dt {
    padding: 15px;
  }

  .merit-grid dd {
    padding: 15px;
  }

  .merit-grid dd+dt {
    margin-top: 15px;
  }

  .merit-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.l-sub-ttl::before {
  background: var(--color01);
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 2px;
  width: 30px;
}

.l-sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .l-sub-ttl {
    gap: 15px;
    margin-bottom: 15px;
  }
}

.u-intro-layout.reverse .l-img {
  margin-left: 0;
  margin-right: -6%;
}

.u-intro-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.u-intro-layout .l-img .inimg {
  position: relative;
}

.u-intro-layout .l-img .en {
  border-radius: 50%;
  border: 1px solid;
  color: var(--color01);
  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;
  font-size: 1.5625rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  height: 136px;
  width: 136px;
  position: absolute;
  bottom: -90px;
  right: 20px;
  z-index: 1;
}

.u-intro-layout .l-img {
  margin-left: -6%;
  width: 56%;
}

.u-intro-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-intro-layout .l-num {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.u-intro-layout .l-ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.u-intro-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 800px) {
  .u-intro-layout .l-img {
    margin: 0 auto 30px;
    width: 100%;
  }

  .u-intro-layout .l-desc {
    padding: 0;
  }

  .u-intro-layout .l-num {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }

  .u-intro-layout .l-ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  .u-intro-layout {
    display: block;
  }
}

.u-intro-layout02 .l-img {
  width: 460px;
  position: relative;
  z-index: 1;
}

.u-intro-layout02 .l-desc {
  background: var(--color03);
  border-radius: 20px;
  margin: 55px 0 0 -150px;
  padding: 50px 50px 50px 150px;
  width: calc(50% - 150px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-intro-layout02 .l-ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.u-intro-layout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .u-intro-layout02 .l-img {
    width: 100%;
  }

  .u-intro-layout02 .l-desc {
    margin: 30px auto 0;
    padding: 30px;
    width: 100%;
  }

  .u-intro-layout02 .l-ttl {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }

  .u-intro-layout02 {
    display: block;
  }
}

.intro-layout .bg {
  position: absolute;
  top: -100px;
  left: -120px;
  z-index: -1;
}

.intro-layout .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 1400px;
  width: 94%;
}

.intro-layout .l-img img {
  border-radius: 8px;
}

.intro-layout .l-img {
  width: 48%;
}

.intro-layout .l-desc {
  padding-top: 30px;
  width: 48%;
}

.intro-layout .l-ttl {
  font-size: 1.5625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 40px;
}

.intro-layout {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .intro-layout .bg {
    top: -50px;
    left: -60px;
  }

  .intro-layout .inflex {
    display: block;
    width: 90%;
  }

  .intro-layout .l-img {
    width: 100%;
  }

  .intro-layout .l-desc {
    margin: 40px auto 0;
    padding: 0;
    width: 100%;
  }

  .intro-layout .l-ttl {
    font-size: 1.5625rem;
    margin-bottom: 15px;
  }

  .intro-layout {
    margin-bottom: 60px;
  }
}

.webbtn span {
  background: url("../images/share/webbtn_icon.svg") left center/24px auto no-repeat;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-block;
  padding-left: 32px;
}

.webbtn:hover {
  opacity: 0.6;
}

.webbtn {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: var(--color01);
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 10px 15px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  text-align: center;
  width: 154px;
}

@media screen and (max-width: 800px) {
  .webbtn {
    padding: 10px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/*------------
下層paged
--------------*/
.u-box01+.u-box01 {
  margin-top: 80px;
}

.u-box01 .en::before {
  background: #FFF4BE;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  left: -40px;
  height: 88px;
  width: 88px;
  z-index: -1;
}

.u-box01 .en {
  display: inline-block;
  color: var(--color02);
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  position: absolute;
  top: -1.2em;
  left: 0;
  z-index: 1;
}

.u-box01 .inlayout .l-img {
  width: min(40%, 370px);
}

.u-box01 .inlayout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-box01 .inlayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  gap: 50px;
}

.u-box01 {
  background: url("../images/share/bg02.png") center/cover no-repeat;
  border-radius: 20px;
  padding: 40px 50px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .u-box01+.u-box01 {
    margin-top: 60px;
  }

  .u-box01 .en::before {
    top: -15px;
    left: -13px;
    height: 60px;
    width: 60px;
  }

  .u-box01 .en {
    padding-left: 8px;
    font-size: 1.25rem;
  }

  .u-box01 .inlayout .l-img {
    margin: 0 auto 30px;
    width: 100%;
  }

  .u-box01 .inlayout {
    display: block;
  }

  .u-box01 {
    padding: 30px 20px;
  }
}

.u-box02 .en::before {
  background: #AA967F;
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: -30px;
  height: 12px;
  width: 30px;
  z-index: -1;
}

.u-box02 .en::after {
  background: #AA967F;
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 12px;
  width: 110%;
  z-index: -1;
}

.u-box02 .en {
  display: inline-block;
  font-size: 1.5625rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

.u-box02 .box-ttl {
  border-bottom: 1px solid;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 8px;
  margin: 10px 0 30px;
}

.u-box02 .list-disc li:before {
  background: #fff;
}

.u-box02 {
  background: #562E00;
  border-radius: 20px;
  color: #fff;
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .u-box02 .en::before {
    left: -25px;
    height: 12px;
    width: 25px;
  }

  .u-box02 .en {
    font-size: 1.25rem;
  }

  .u-box02 .box-ttl {
    font-size: 1.25rem;
    padding-bottom: 5px;
  }

  .u-box02 {
    padding: 25px;
  }
}

.whitening-box .box-ttl {
  background: url("../images/share/ttl_icon.svg") bottom center/auto no-repeat;
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.whitening-box {
  background: #F0DECE;
  border-radius: 20px;
  padding: 40px 50px 60px;
}

@media screen and (max-width: 800px) {
  .whitening-box .box-ttl {
    font-size: 1.5rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .whitening-box {
    padding: 30px;
  }
}

.accordion-content .accordion-title::before {
  background: #BA9B56;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 16px;
}

.accordion-content .accordion-title::after {
  background: #BA9B56;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  width: 16px;
}

.accordion-content .accordion-title.is-open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordion-content .accordion-title {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  position: relative;
}

.accordion-content .accordion-inner {
  display: none;
  margin-top: 15px;
}

.accordion-content {
  background: #F1EEEA;
  border: 1px solid #B1B1B1;
  padding: 30px;
}

.modal_content {
  display: none;
  max-width: 1024px;
}

.list-card.nobg .item {
  padding: 0;
}

.list-card.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.list-card.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.list-card.col4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.list-card.col5 .item {
  padding: 15px;
}

.list-card.col5 .list-ttl {
  font-size: 1rem;
}

.list-card.col5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.list-card.flow .item:not(:last-child)::after {
  background: var(--color01);
  content: "";
  display: block;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6.5%;
  margin: auto;
  width: 12px;
}

.list-card .num span {
  color: var(--color01);
  display: inline-block;
  font-size: 1.875rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0;
  font-optical-sizing: none;
  letter-spacing: 0;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.list-card .num {
  position: relative;
}

.list-card .item.numbered .num {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0;
  font-optical-sizing: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.list-card .item.numbered {
  position: relative;
  padding-bottom: 160px;
}

.list-card .item.fill {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.list-card .item {
  background: var(--color03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 25px;
  gap: 15px;
}

.list-card .btn {
  margin-top: auto;
}

.list-card .u-btn {
  width: 100%;
}

.list-card .inbox {
  background: #fff;
  padding: 0.5em 1em;
}

.list-card .list-img {
  text-align: center;
}

.list-card .list-ttl {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.list-card .list-btn {
  text-align: center;
  margin-top: auto;
}

.list-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media screen and (max-width: 800px) {

  .list-card.col2,
  .list-card.col3,
  .list-card.col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-card.col3.spcol2 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .list-card.col5 .item {
    padding: 10px;
  }

  .list-card.col5 .list-ttl {
    font-size: 1.3rem;
  }

  .list-card.col5 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .list-card.flow .item:not(:last-child)::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 12px;
    position: absolute;
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    width: 24px;
  }

  .list-card.flow {
    gap: 50px 0;
  }

  .list-card.spsmall .list-img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }

  .list-card .item.fill {
    grid-column: auto;
  }

  .list-card .item.numbered .num {
    font-optical-sizing: none;
    font-size: 3.75rem;
    right: 15px;
    bottom: 15px;
  }

  .list-card .item.numbered {
    padding-bottom: 100px;
  }

  .list-card .list-ttl {
    font-size: 1.25rem;
  }
}

.list-card02.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.list-card02.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.list-card02.col4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.list-card02 .item {
  background: #fff;
  border: 1px solid #B1B1B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 25px;
}

.list-card02 .num span {
  background: var(--color01);
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 3px 20px;
}

.list-card02 .num {
  margin-bottom: 10px;
  text-align: center;
}

.list-card02 .list-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  text-align: center;
}

.list-card02 .list-logo {
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 15px;
  text-align: center;
}

.list-card02 .list-img {
  text-align: center;
}

.list-card02 .list-desc {
  margin-bottom: 15px;
}

.list-card02 .list-txt {
  margin-inline: auto;
  width: 84%;
}

.list-card02 .list-btn {
  text-align: center;
  margin-top: auto;
}

.list-card02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media screen and (max-width: 800px) {

  .list-card02.col2,
  .list-card02.col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-card02 .num span {
    display: inline-block;
    background: var(--color01);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: var(--font02);
    letter-spacing: 0;
    font-optical-sizing: none;
    padding: 0 15px;
  }

  .list-card02 .num {
    text-align: center;
  }

  .list-card02 .list-logo {
    margin-bottom: 0;
  }

  .list-card02 .list-txt {
    width: 100%;
  }
}

.list-card03.col2 .inner {
  padding: 15px 5%;
}

.list-card03.col2 {
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 4%;
}

.list-card03.col3 {
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}

.list-card03.col4 {
  -ms-grid-columns: 1fr 2% 1fr 2% 1fr 2% 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 2%;
}

.list-card03 .item {
  background: #fff;
  border: 1px solid var(--color01);
  border-radius: 20px;
  overflow: hidden;
}

.list-card03 .list-ttl {
  background: var(--color01);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  text-align: center;
  padding: 20px;
}

.list-card03 .inner {
  padding: 50px 6%;
}

.list-card03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px 4%;
}

@media screen and (max-width: 800px) {

  .list-card03.col2,
  .list-card03.col3,
  .list-card03.col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .list-card03 .list-ttl {
    font-size: 1.125rem;
  }

  .list-card03 .inner {
    padding: 15px 8% 20px;
  }

  .list-card03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.list-card04 .item {
  border-radius: 15px;
  background: #F0DECE;
  padding: 25px;
  display: grid;
  place-content: center;
}

.list-card04.bg01 .item {
  background: #fff;
  border: 1px solid #998D7A;
}

.list-card04 .num span {
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  margin-bottom: -4px;
}

.list-card04 .num {
  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;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  gap: 5px;
  margin-bottom: 8px;
}

.list-card04 .list-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  text-align: center;
}

.list-card04 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}

@media screen and (max-width: 800px) {
  .list-card04 .item {
    padding: 5% 8% 6%;
  }

  .list-card04 .list-ttl {
    font-size: 1.125rem;
  }

  .list-card04 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.list-card05 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.list-card05>li {
  background-color: var(--color03);
  border-radius: 20px;
  padding: 30px 25px;
  position: relative;
}

.list-card05 .list-icon {
  position: absolute;
  top: -12px;
  left: 9px;
  z-index: 1;
}

.list-card05 .list-ttl {
  font-family: var(--font01);
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 15px;
}

.list-card05 .list-sub-ttl {
  width: fit-content;
  background-color: var(--color02);
  color: #fff;
  border-radius: 5px;
  font-family: var(--font01);
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto 20px;
}

.list-card05 .list-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 15px;
}

.list-card05 .list-box .list-box-ttl {
  font-family: var(--font01);
  text-align: center;
  margin-bottom: 10px;
}

.list-card05 .list-box .list-box-ttl span {
  background: linear-gradient(transparent 50%, rgba(253, 137, 76, .3) 50%);
}

.list-card05 .list-check li {
  padding: 5px 0 5px 22px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.list-card05 .list-check li::before {
  background-image: none;
  mask: url("../images/share/check_orange.svg") center/auto no-repeat;
  background-color: #FD894C;
  top: 14px;
  height: 10px;
  width: 15px;
}

.list-card05 p {
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media screen and (max-width: 800px) {
  .list-card05 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .list-card05 li {
    padding: 30px 20px;
  }

  .list-card05 .list-ttl {
    font-size: 1.125rem;
  }

  .list-card05 .list-sub-ttl {
    font-size: 1rem;
  }

  .list-card05 .list-box .list-box-ttl {
    margin-bottom: 5px;
  }

  .list-card05 .list-check li {
    font-size: 0.875rem;
  }

  .list-card05 .list-check li::before {
    top: 12px;
  }

  .list-card05 p {
    font-size: 0.875rem;
  }
}

.list-flow-01.noarrow .item::after {
  display: none;
}

.list-flow-01.col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.list-flow-01.col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.list-flow-01 .item::after {
  background: var(--color01);
  content: "";
  clip-path: polygon(0% 0%, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: -22px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
}

.list-flow-01 .item {
  background: #F0DECE;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 15px;
  padding: 25px;
  position: relative;
}

.list-flow-01 .item:last-child::after {
  display: none;
}

.list-flow-01 .num span {
  color: var(--color01);
  display: inline-block;
  font-size: 1.5625rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0.05em;
}

.list-flow-01 .num {
  position: absolute;
  top: -18px;
  left: 25px;
  z-index: 1;
}

.list-flow-01 .list-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
}

.list-flow-01 .list-img {
  text-align: center;
}

.list-flow-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr 3% 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 3%;
  padding-top: 20px;
}

@media screen and (max-width: 800px) {

  .list-flow-01.col2,
  .list-flow-01.col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-flow-01 .num {
    top: -18px;
    left: 25px;
  }

  .list-flow-01 .item {
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  .list-flow-01 .list-ttl {
    font-size: 1.125rem;
  }

  .list-flow-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    overflow: auto;
    width: 100%;
  }
}

.list-flow-02.colored .num {
  background: #DE4F42;
}

.list-flow-02 .flow:not(:last-child)::before {
  background: url("../images/share/arrow_down.svg") center/cover no-repeat #F4EFEA;
  content: "";
  height: 50px;
  width: 10px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.list-flow-02 .flow+.flow {
  margin-top: 60px;
}

.list-flow-02 .flow {
  border: 1px solid #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 40px 0;
  position: relative;
}

.list-flow-02 .num .txt01 {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
}

.list-flow-02 .num .txt02 {
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
}

.list-flow-02 .num {
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  font-optical-sizing: none;
  padding: 0 30px;
  text-align: center;
  position: relative;
  white-space: nowrap;
  width: 120px;
}

.list-flow-02 .flow-content {
  border-left: 1px solid #ccc;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-flow-02 .inlayout .l-img.small {
  width: 25%;
}

.list-flow-02 .inlayout .l-img {
  text-align: center;
  width: min(250px, 30%);
}

.list-flow-02 .inlayout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-flow-02 .inlayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}

.list-flow-02 .flow-ttl {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 15px;
}

.list-flow-02 .flow-dl dt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FED7C3));
  background: linear-gradient(transparent 60%, #FED7C3 60%);
}

@media screen and (max-width: 800px) {
  .list-flow-02 .flow {
    padding: 20px 15px 40px 0;
  }

  .list-flow-02 .num .txt01 {
    font-optical-sizing: none;
  }

  .list-flow-02 .num .txt02 {
    font-size: 1.25rem;
  }

  .list-flow-02 .num {
    padding: 0 20px;
    width: 70px;
  }

  .list-flow-02 .flow-content {
    padding-left: 20px;
  }

  .list-flow-02 .inlayout .l-img.small {
    width: 100%;
  }

  .list-flow-02 .inlayout .l-img {
    width: 100%;
  }

  .list-flow-02 .inlayout .l-desc {
    margin: 30px auto 0;
  }

  .list-flow-02 .inlayout {
    display: block;
  }

  .list-flow-02 .flow-ttl {
    font-size: 1.125rem;
  }
}

.list-flow-03 .flow:not(:last-child)::after {
  background: #707070;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 39px;
  margin: auto;
  width: 1px;
  z-index: -1;
}

.list-flow-03 .flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 16px 1fr;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-bottom: 50px;
  min-height: 150px;
}

.list-flow-03 .num .txt01 {
  font-optical-sizing: none;
  font-size: 0.75rem;
  line-height: 1;
}

.list-flow-03 .num .txt02 {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 3px;
}

.list-flow-03 .num {
  border-radius: 50%;
  background: #BA9B56;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  height: 80px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.list-flow-03 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  gap: 40px;
}

.list-flow-03 .flow-img {
  width: 32%;
}

.list-flow-03 .flow-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
}

.list-flow-03 .flow-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  margin: 8px 0 5px;
}

@media screen and (max-width: 800px) {
  .list-flow-03 .flow:not(:last-child)::after {
    left: 29px;
  }

  .list-flow-03 .flow {
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
    padding-bottom: 30px;
    min-height: auto;
  }

  .list-flow-03 .num .txt02 {
    font-size: 1.375rem;
  }

  .list-flow-03 .num {
    padding-top: 10px;
    height: 60px;
  }

  .list-flow-03 .wrap {
    display: block;
  }

  .list-flow-03 .flow-img {
    width: 100%;
  }

  .list-flow-03 .flow-ttl {
    font-size: 1.125rem;
    margin: 10px 0 15px;
  }
}

.u-contact .unit+.unit {
  margin-left: 40px;
}

.u-contact .btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.u-contact .btn {
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  background: url("../images/share/f-arrow.svg") right 20px center/auto no-repeat;
  border-radius: 30px;
  border: 1px solid #444;
  display: block;
  padding: 14px 32px 14px 10px;
  text-align: center;
  width: 230px;
}

.u-contact p {
  line-height: 1.5;
}

.u-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .u-contact .unit+.unit {
    margin: 30px auto 0;
  }

  .u-contact .btn {
    margin: auto;
  }

  .u-contact p {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .u-contact {
    display: block;
  }
}

.staff-layout .l-img {
  width: 24%;
}

.staff-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.staff-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  position: relative;
  gap: 0 4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .staff-layout .l-img {
    margin: 0 auto 30px;
    width: 100%;
  }

  .staff-layout {
    display: block;
    margin-bottom: 40px;
  }
}

.staff-name .job {
  color: var(--color01);
  font-size: 1.0625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 15px;
}

.staff-name .name .ruby {
  color: var(--color01);
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  margin-left: 20px;
}

.staff-name .name {
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  font-weight: 700;
}

.staff-name {
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .staff-name .job {
    font-size: 0.9375rem;
  }

  .staff-name .name .ruby {
    font-optical-sizing: none;
    font-size: 0.875rem;
  }

  .staff-name .name {
    font-size: 1.25rem;
  }
}

.staff-profile .item {
  background: #fff;
  border: 1px solid #B1B1B1;
  padding: 25px 30px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.staff-profile .l-ttl {
  border-bottom: 1px dashed #B1B1B1;
  font-size: 1.125rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.staff-profile .staff-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
}

.staff-profile {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 30px 4%;
}

@media screen and (max-width: 800px) {
  .staff-profile .item {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }

  .staff-profile .staff-dl {
    gap: 8px 15px;
  }
}

.u-faq dt.is-open::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.u-faq dt::after {
  background: url("../images/share/ico_open.svg") center/cover no-repeat;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.u-faq dt {
  background: url("../images/share/que.svg") no-repeat;
  background-position: top 3px left;
  border-bottom: 1px solid #B8B1B8;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 5px 50px 12px;
  position: relative;
  min-height: 55px;
  margin-bottom: 20px;
}

.u-faq dd {
  background: url("../images/share/ans.svg") no-repeat;
  background-position: top 3px left;
  display: none;
  padding: 5px 0 15px 55px;
}

.u-faq dd+dt {
  margin-top: 15px;
}

@media screen and (max-width: 800px) {
  .u-faq .single {
    padding: 30px;
  }

  .u-faq dt {
    background-position: top 6px left;
    font-size: 1.125rem;
  }

  .u-faq dd {
    background-position: top 6px left;
  }
}

.u-faq02 .single+.single {
  border-top: 1px dotted #998D7A;
}

.u-faq02 .single {
  padding: 15px 0;
}

.u-faq02 dt {
  background: url("../images/share/que.svg") no-repeat;
  background-position: top 3px left;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding: 5px 50px 15px;
  position: relative;
  min-height: 55px;
}

.u-faq02 dd {
  background: url("../images/share/ans.svg") no-repeat;
  background-position: top 3px left;
  padding: 5px 50px 15px;
}

.u-faq02 dd+dt {
  margin-top: 15px;
}

@media screen and (max-width: 800px) {
  .u-faq02 .single {
    padding: 10px 0;
  }

  .u-faq02 dt {
    font-size: 1.125rem;
    padding-right: 10px;
  }

  .u-faq02 dd {
    padding-right: 10px;
  }
}

.faq-style {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-style .item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-style dt {
  cursor: pointer;
  padding: 18px 50px;
  position: relative;
}

.faq-style dt .faq-icon {
  top: 15px;
  left: 0;
}

.faq-style dd {
  display: none;
  padding: 0 50px 30px;
  position: relative;
}

.faq-style dd .faq-icon {
  background: #D6AC65;
  color: #fff;
  top: 0;
  left: 0;
}

.faq-style .faq-ttl {
  font-weight: 700;
}

.faq-style .faq-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: #333;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-style .faq-open-icon {
  background: url("../images/share/faq_arrow.svg") no-repeat center/contain;
  width: 10px;
  height: 21px;
  position: absolute;
  right: 30px;
  top: 24px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-style .item>dt:hover .faq-icon {
  background-color: #9D8968;
  color: #fff;
}

.faq-style .is-open .faq-icon {
  background-color: #9D8968;
  color: #fff;
}

.faq-style .is-open .faq-open-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 800px) {
  .faq-style .faq-style {
    line-height: 1.5;
  }

  .faq-style .faq-style dt {
    padding: 18px 30px 18px 50px;
  }

  .faq-style .faq-style dt .faq-icon {
    top: 12px;
  }

  .faq-style .faq-style dd {
    padding: 0 50px 30px;
  }

  .faq-style .faq-style .faq-open-icon {
    width: 9px;
    height: 20px;
    right: 0;
    top: 19px;
  }
}

.list-space li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-disc.free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 5px 4%;
}

.list-disc.col2 {
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 4%;
}

.list-disc.col3 {
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 4%;
}

.list-disc.center3 {
  -ms-grid-columns: auto 4% auto 4% auto;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 4%;
}

.list-disc.white li::before {
  background: #fff;
}

.list-disc li::before {
  background: var(--color01);
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
}

.list-disc li {
  padding-left: 1em;
  position: relative;
}

.list-disc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
}

@media screen and (max-width: 800px) {

  .list-disc.col2,
  .list-disc.col3 {
    display: block;
  }

  .list-disc.center3 {
    -ms-grid-columns: auto 8% auto;
    grid-template-columns: repeat(2, auto);
    gap: 10px 8%;
  }

  .list-disc li::before {
    top: 13px;
  }
}

.list-block.col2 {
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 4%;
}

.list-block.col3 {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.list-block.col4 {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.list-block.small li {
  font-size: 1.125rem;
}

.list-block li {
  background: var(--color_u02);
  border-radius: 15px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10px 15px;
}

.list-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px 0;
}

@media screen and (max-width: 800px) {
  .list-block.col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px 0;
  }

  .list-block.col3,
  .list-block.col4 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .list-block li {
    padding: 10px;
  }

  .list-block {
    gap: 15px 0;
  }
}

.list-counter.col3 {
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}

.list-counter .item.fill {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.list-counter .c-ttl::after {
  background: var(--color03);
  border-radius: 50%;
  border: 2px dotted #fff;
  -webkit-box-shadow: 0 0 0 4px var(--color03);
  box-shadow: 0 0 0 4px var(--color03);
  color: #fff;
  content: attr(data-count);
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  font-optical-sizing: none;
  text-align: center;
  padding-top: 11px;
  position: absolute;
  top: 50%;
  left: -36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 46px;
  width: 46px;
}

.list-counter .c-ttl {
  background: var(--color02);
  font-size: 1rem;
  font-weight: bold;
  padding: 13px 20px 8px 30px;
  position: relative;
  margin-left: 36px;
  margin-bottom: 25px;
}

.list-counter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
}

@media screen and (max-width: 800px) {
  .list-counter.col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }

  .list-counter .item.fill {
    grid-column: auto;
  }

  .list-counter .c-ttl {
    font-size: 0.9375rem;
    padding: 10px 15px 10px 25px;
    margin-bottom: 20px;
  }

  .list-counter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}

.list-number>li::before {
  background: var(--color01);
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  display: block;
  font-size: 0.875rem;
  padding-left: 1px;
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
}

.list-number>li+li {
  margin-top: 15px;
}

.list-number>li {
  padding-left: 35px;
  position: relative;
}

.list-number {
  counter-reset: number;
}

.list-check.free li {
  margin-right: 2%;
}

.list-check.free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.list-check.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
}

.list-check.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 4%;
}

.list-check.col3-center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 12% auto 12% auto;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 12%;
}

.list-check.col4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr 4% 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4%;
}

.list-check.white li::before {
  background-image: url("../images/share/check_w.svg");
}

.list-check li::before {
  content: "";
  background: url("../images/share/check.svg") center/auto no-repeat;
  position: absolute;
  top: 11px;
  left: 0;
  height: 24px;
  width: 24px;
}

.list-check li {
  padding: 5px 0 5px 32px;
  position: relative;
  line-height: 2;
}

.list-check {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
}

@media screen and (max-width: 800px) {

  .list-check.col2,
  .list-check.col3 {
    display: block;
  }

  .list-check.col3-center {
    -ms-grid-columns: auto 4% auto;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 4%;
  }

  .list-check.col4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .list-check li::before {
    top: 10px;
  }
}

.list-price li+li {
  margin-top: 10px;
}

.list-price li .intro {
  border-bottom: 1px dotted var(--color01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 5px;
}

.list-price li .desc {
  font-size: 0.8125rem;
  padding: 5px 0 0;
}

.list-price .ttl {
  font-family: var(--font01);
}

@media screen and (max-width: 800px) {
  .list-price li+li {
    margin-top: 5px;
  }

  .list-price li .intro span+span {
    text-align: right;
  }

  .list-price li .intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-price li .desc {
    color: #747474;
    font-size: 0.8125rem;
    padding: 5px 0 0;
  }
}

.l-dl01 dt {
  margin-bottom: 10px;
}

.l-dl01 dd+dt {
  margin-top: 30px;
}

.l-dl02 .single+.single {
  margin-top: 1em;
}

.l-dl02 .single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 0 1fr;
  grid-template-columns: 25% 1fr;
  gap: 0;
}

.l-dl02 dt {
  background: var(--color01);
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding: 20px;
}

.l-dl02 dd {
  background: #F7F5EA;
  padding: 20px;
}

@media screen and (max-width: 800px) {
  .l-dl02 .single {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .l-dl02 dt {
    padding: 10px 20px;
  }

  .l-dl02 dd {
    padding: 10px 20px;
  }
}

.ul-career {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.dl-career dt {
  font-family: var(--font01);
}

.dl-career {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 30px;
}

.dl-opentime.small dt {
  font-size: 0.625rem;
  font-weight: 700;
}

.dl-opentime.small dd {
  font-size: 0.9375rem;
}

.dl-opentime.small {
  gap: 10px;
  white-space: nowrap;
}

.dl-opentime dt {
  border: 1px solid;
  color: #B79B50;
  font-size: 0.625rem;
  padding: 0 12px;
  text-align: center;
}

.dl-opentime dd {
  font-size: 0.8125rem;
}

.dl-opentime {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 10px;
}

.dl-disc dt::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.dl-disc dt {
  line-height: 2;
  font-size: 1rem;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.1em;
}

.dl-disc dd+dt {
  margin-top: 1em;
}

.dl-disc {
  line-height: 2;
}

.dl-simple.large {
  -ms-grid-columns: 20% 1fr;
  grid-template-columns: 20% 1fr;
}

.dl-simple dt .num {
  font-size: 0.8125rem;
  margin-bottom: 10px;
}

.dl-simple dt {
  background: var(--color01);
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  color: #fff;
  padding: 20px;
}

.dl-simple dd {
  background: #F0DECE;
  padding: 20px;
}

.dl-simple {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0 1fr;
  grid-template-columns: auto 1fr;
  gap: 15px 0;
}

@media screen and (max-width: 800px) {
  .dl-simple.large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dl-simple dd+dt {
    margin-top: 20px;
  }

  .dl-simple {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.dl-txt dt {
  background: var(--color01);
  border-radius: 4px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding: 3px 20px;
}

.dl-txt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px 1fr;
  grid-template-columns: auto 1fr;
  gap: 10px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dl-normal dt {
  background: var(--color03);
  padding: 5px 15px;
  font-size: 1.1em;
  position: relative;
  margin-bottom: 5px;
}

.dl-normal dd+dt {
  margin-top: 1.5em;
}

/*------------
投稿パーツ
--------------*/
.post-h1 {
  border-bottom: 1px solid var(--color01);
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .post-h1 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

/*普通投稿*/
.list-post-type01 {
  margin-bottom: 60px;
}

.list-post-type01 li+li {
  margin-top: 50px;
}

.list-post-type01 .list-ttl a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-post-type01 .list-ttl a:hover {
  opacity: 0.5;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 30px 0 0;
  width: 250px;
}

.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-post-type01 .list-img a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-post-type01 .list-img a:hover {
  opacity: 0.5;
}

.list-post-type01 .list-data {
  font-size: 0.8125rem;
  margin: 0 0 5px;
}

.list-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 0.875rem;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}

.list-post-type01 .category {
  background: #fff;
  border: 1px solid;
  color: var(--color01);
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

.list-post-type01 .list-txt {
  margin: 0 0 30px;
}

@media screen and (max-width: 800px) {
  .list-post-type01 {
    margin: 0 0 40px;
  }

  .list-post-type01 li+li {
    margin-top: 20px;
  }

  .list-post-type01 .list-ttl {
    font-size: 1.125rem;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }

  .list-post-type01 .list-img {
    float: left;
    margin: 0 15px 0 0;
    width: 40%;
  }

  .list-post-type01 .list-img img {
    width: 100%;
    height: 25vw;
  }

  .list-post-type01 .list-desc {
    margin: -5px 0 0;
  }

  .list-post-type01 time {
    font-size: 0.75rem;
    margin: 0 15px 0 0;
  }

  .list-post-type01 .list-txt {
    font-size: 0.6875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 15px;
  }
}

.list-under-ttl {
  font-size: 1.25rem;
  line-height: 2;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}

.list-under-ttl::before {
  content: "";
  display: block;
  border-radius: 2px;
  background-color: #333;
  width: 5px;
  height: 1.2em;
  margin-top: 2px;
}

.list-under-post.nolink .single:hover {
  border-color: #e9e9e9;
}

.list-under-post {
  border-top: 1px solid #e9e9e9;
  padding-top: 5px;
  margin-bottom: 50px;
}

.list-under-post .single {
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 15px 70px 15px 0;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.list-under-post .single::before {
  content: "";
  background: url("../images/share/post_arrow.svg") no-repeat center/cover;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 26px;
}

.list-under-post .single:hover {
  border-color: #333;
}

.list-under-post .list-img img {
  border: 1px solid #eee;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 7/5;
}

.list-under-post .list-img {
  width: 150px;
}

.list-under-post .list-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5em;
}

.list-under-post .list-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 5px;
}

.list-under-post time {
  display: block;
  color: #95836E;
  font-size: 0.625rem;
}

.list-under-post .list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 10px;
}

.list-under-post .category {
  display: inline-block;
  background-color: var(--color01);
  color: #fff;
  font-size: 0.8125rem;
  padding: 0 5px;
  margin-right: 5px;
}

.list-under-post .no-post {
  padding: 25px 0;
}

@media screen and (max-width: 800px) {
  .list-under-post .single {
    gap: 15px;
    padding: 15px 40px 15px 0;
  }

  .list-under-post .single::before {
    height: 12px;
    width: 20px;
  }

  .list-under-post .single::after {
    right: 4px;
  }

  .list-under-post .list-img {
    width: 100px;
  }

  .list-under-post .list-desc {
    margin-top: -5px;
    width: 120px;
  }
}

.list-post-case .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}

.list-post-case .list-img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.list-post-case .category {
  background: var(--color01);
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1;
  padding: 5px 8px;
}

.list-post-case .list-ttl {
  border-bottom: 1px solid #F3F2E6;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

.list-post-case {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 4%;
}

@media screen and (max-width: 800px) {
  .list-post-case .list-ttl {
    font-size: 1.0625rem;
  }

  .list-post-case {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.list-post-single .post-data time {
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.list-post-single .post-data .category {
  background: var(--color01);
  border: 1px solid;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

.list-post-single .post-data {
  margin: 0 0 20px;
}

.list-post-single {
  margin-bottom: 80px;
}

.post-number a:hover {
  color: var(--color01);
}

.post-number a {
  color: #a5a5a5;
  display: block;
  padding: 0 10px 15px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-number .current::after {
  border-bottom: 2px solid #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.post-number .current {
  color: var(--color01);
  display: block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number {
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 60px 0 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/ico_arrow.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.post-number-single a.prev::before {
  content: "";
  background: url(../images/share/ico_arrow.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 12px;
}

.post-number-single a {
  display: block;
}

.post-number-single .current {
  color: var(--color01);
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  font-optical-sizing: none;
  letter-spacing: 0.15em;
  padding-top: 3px;
  position: relative;
}

.post-number-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 60px 0 0;
}

.l-post-single .post-data time {
  display: inline-block;
  color: #95836E;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
}

.l-post-single .post-data .category {
  display: inline-block;
  background: var(--color01);
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  padding: 2px 10px;
}

.l-post-single .post-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 1em;
  margin-bottom: 15px;
}

.postdata .l-imgL,
.postdata .l-imgR {
  margin-bottom: 2em;
}

.postdata p,
.postdata ul,
.postdata dl,
.postdata ol {
  margin-bottom: 1em;
}

.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 ol li {
  list-style: inside decimal;
}

.postdata ul ul,
.postdata ol ol {
  margin-left: 15px;
}

.postdata table {
  margin: 15px 0;
}

.postdata pre {
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
}

.l-category .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #fff url(../images/share/select_down.svg) no-repeat;
  background-size: 24px;
  background-position: right 11px center;
  border-radius: 0;
  border: 2px solid #ddd;
  display: inline-block;
  padding: 5px 3em 5px 12px;
  min-width: 400px;
}

.l-category {
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

/*セレクト式カテゴリー*/
.select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto 80px;
}

.select-area .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-size: 1rem;
  margin: 0 15px 0 0;
}

.select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/select_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
  font-size: 1rem;
}

.select-category::-ms-expand {
  display: none;
}

.tel_number_frame span {
  background: url("../images/share/tel.svg") left center/17px auto no-repeat;
  font-size: 1.4375rem;
  line-height: 1.5;
  font-family: var(--font02);
  letter-spacing: 0.05em;
  font-optical-sizing: none;
  padding-left: 22px;
}

.tel_number_frame:hover {
  opacity: 0.6;
}

.tel_number_frame {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border-radius: 50px;
  background: #B2E0E7;
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 2;
  padding: 8px 10px;
  white-space: nowrap;
  width: 250px;
}

@media screen and (max-width: 800px) {
  .tel_number_frame.large {
    font-size: 1.875rem;
    padding-left: 38px;
  }

  .tel_number_frame {
    background-position: top 9px left;
    font-size: 1.625rem;
  }
}

.tel_number.white {
  background-image: url("../images/share/tel_w.svg");
  color: #fff;
}

.tel_number.large {
  background-size: 22px auto;
  font-size: 1.875rem;
  padding-left: 32px;
}

.tel_number:hover {
  opacity: 0.6;
}

.tel_number {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: url("../images/share/tel.svg") left center/20px auto no-repeat;
  font-size: 1.4375rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  font-optical-sizing: none;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  text-align: center;
  z-index: 2;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .tel_number {
    background-position: top 9px left;
    font-size: 1.4375rem;
  }
}

.l-select .ttl {
  background: #f9f5ea;
  border-radius: 8px 8px 0 0/8px 8px 0 0;
  color: var(--color02);
  font-size: 1.375rem;
  font-family: var(--font00);
  padding: 8px 0;
  text-align: center;
}

.l-select .inner .item a::before {
  background: #ffdc73;
  content: " ";
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
  height: 10px;
  width: 10px;
}

.l-select .inner .item a:hover {
  opacity: 0.6;
}

.l-select .inner .item a {
  display: block;
  padding-left: 20px;
  position: relative;
  margin: 0 20px 10px 0;
}

.l-select .inner {
  font-size: 1.0625rem;
  font-family: var(--font00);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 20px 5px;
}

.l-select {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ded4bc;
  margin: 0 auto;
  width: 80%;
}

.contact-form input[type=text].autosize {
  width: auto;
}

@media screen and (max-width: 800px) {
  .contact-form input[type=text].autosize {
    width: 100%;
  }
}

.contact-form .reserve-date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggleBox {
  display: none;
}

.form-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
}

.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

.business-calendar-box-frame .calendar-caption {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.business-calendar-box-frame {
  background: #fff;
  border: 1px solid var(--color01);
  border-radius: 10px;
  padding: 20px 30px 15px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .business-calendar-box-frame {
    padding: 15px;
  }
}

.business-calendar-box .business-calendar caption {
  border-bottom: 1px solid var(--color01);
  font-size: 1.3125rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0;
  text-align: center;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

.business-calendar-box .business-calendar .business-calendar-past,
.business-calendar-box .business-calendar .business-calendar-future {
  color: var(--color01);
  font-size: 1.5625rem;
  line-height: 1;
}

.business-calendar-box .business-calendar .business-calendar-past {
  float: left;
}

.business-calendar-box .business-calendar .business-calendar-future {
  float: right;
}

.business-calendar-box .business-calendar th {
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0;
  padding: 10px 0 13px;
  text-align: center;
}

.business-calendar-box .business-calendar td::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box .business-calendar td {
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--font01);
  letter-spacing: 0;
  padding: 5px 0 20px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}

.business-calendar-box .business-calendar .today {
  text-decoration: underline;
}

.business-calendar-box .business-calendar .attr0::before {
  background: #79573C;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  opacity: 1;
}

.business-calendar-box .business-calendar .attr1::before {
  background: #FD894C;
  height: 17px;
  width: 17px;
  opacity: 1;
}

.business-calendar-box .business-calendar .attr2::before {
  background: #FEE059;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  height: 16px;
  width: 18px;
  opacity: 1;
}

.business-calendar-box .business-calendar {
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

.business-calendar-box .business-calendar-attribute li::before {
  content: "";
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 16px;
}

.business-calendar-box .business-calendar-attribute li {
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 10px;
}

.business-calendar-box .business-calendar-attribute i {
  margin: 0 5px 0 0;
}

.business-calendar-box .business-calendar-attribute .attr0::before {
  background: #79573C;
  border-radius: 50%;
  height: 17px;
  vertical-align: -2px;
  width: 17px;
}

.business-calendar-box .business-calendar-attribute .attr1::before {
  background: #FD894C;
  height: 17px;
  vertical-align: -2px;
  width: 17px;
}

.business-calendar-box .business-calendar-attribute .attr2::before {
  background: #FEE059;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  height: 16px;
  vertical-align: -2px;
  width: 18px;
}

.business-calendar-box .business-calendar-attribute {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 20px 0 0;
}

.business-calendar-box-02 .business-calendar caption {
  color: #4e3823;
  font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 10px;
}

.business-calendar-box-02 .business-calendar .business-calendar-past,
.business-calendar-box-02 .business-calendar .business-calendar-future {
  color: var(--color01);
  font-size: 1.5625rem;
  line-height: 1;
}

.business-calendar-box-02 .business-calendar .business-calendar-past {
  margin: 0 10px;
}

.business-calendar-box-02 .business-calendar .business-calendar-future {
  margin: 0 10px;
}

.business-calendar-box-02 .business-calendar th {
  background: #f8a4aa;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 12px 0;
  text-align: center;
}

.business-calendar-box-02 .business-calendar td {
  border: 1px solid #ddd;
  font-size: 0.875rem;
  padding: 10px 0;
  position: relative;
  vertical-align: top;
  z-index: 1;
}

.business-calendar-box-02 .business-calendar .today {
  text-decoration: underline;
}

.business-calendar-box-02 .business-calendar .attr0 {
  background: #ddd5c2;
  color: #fff;
}

.business-calendar-box-02 .business-calendar .attr1 {
  background: #fdedee;
  color: #f8a4aa;
}

.business-calendar-box-02 .business-calendar {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

.business-calendar-box-02 .business-calendar-attribute li::before {
  content: "";
  height: 16px;
  display: inline-block;
  margin: 0 6px 0 0;
  width: 16px;
}

.business-calendar-box-02 .business-calendar-attribute li {
  line-height: 1;
  margin-right: 20px;
  margin-bottom: 10px;
}

.business-calendar-box-02 .business-calendar-attribute i {
  margin: 0 5px 0 0;
}

.business-calendar-box-02 .business-calendar-attribute .attr0::before {
  color: #ddd5c2;
  content: "■";
}

.business-calendar-box-02 .business-calendar-attribute .attr1::before {
  color: #f8a4aa;
  content: "■";
}

.business-calendar-box-02 .business-calendar-attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.business-calendar-box-02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 4%;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .business-calendar-box-02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.time-table th,
.time-table td {
  text-align: center;
  vertical-align: middle;
}

.time-table .small {
  font-size: 0.8125rem;
}

.time-table th:nth-child(1) {
  width: 25%;
}

.time-table th:last-child {
  width: 14%;
}

.time-table th {
  background: var(--color01);
  color: #fff;
  font-family: var(--font01);
  padding: 6px 0;
  text-align: center;
}

.time-table tr:not(:last-child) td {
  border-bottom: 1px solid #DFDFDF;
}

.time-table td:first-child {
  border-right: 1px solid #DFDFDF;
  padding: 3px 0;
}

.time-table td.on::before {
  background: var(--color01);
  border-radius: 50%;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
}

.time-table td.on {
  position: relative;
}

.time-table td {
  line-height: 1.5;
  padding: 15px 0;
}

.time-table table {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .time-table .small {
    font-size: 0.625rem;
  }

  .time-table th:nth-child(1) {
    width: 30%;
  }

  .time-table th:last-child {
    width: auto;
  }

  .time-table th {
    font-size: 0.6875rem;
    padding: 5px 0;
  }

  .time-table td {
    padding: 5px 0;
  }

  .time-table table {
    font-size: 0.6875rem;
  }
}

.time-table-caption {
  margin-top: 5px;
}

@media screen and (max-width: 800px) {
  .time-table-caption {
    font-size: 0.8125rem;
  }
}

.u_slider .splide__track {
  overflow: visible;
}

.u_slider .splide__slide:not(.is-active) {
  opacity: 0.2;
}

.u_slider .splide__slide {
  padding-bottom: 30px;
}

.u_slider .item-ttl {
  font-size: 0.8125rem;
  font-family: var(--font01);
  margin: 15px 0 10px;
}

.u_slider .item-txt {
  font-size: 0.6875rem;
}

.u_slider {
  margin-inline: auto;
  width: min(800px, 100%);
  position: relative;
}

@media screen and (max-width: 800px) {
  .u_slider {
    width: 100%;
  }
}

.u_slider .splide__pagination__page.is-active {
  background: var(--color01);
}

.u_slider_col3 .splide__arrows .splide__arrow svg {
  fill: #fff;
}

.u_slider_col3 .splide__arrows .splide__arrow {
  background: var(--color01);
}

.u_slider_col3 .splide__arrows .splide__arrow--prev {
  left: -55px;
}

.u_slider_col3 .splide__arrows .splide__arrow--next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.u_slider_col3 .splide__arrows .splide__arrow--next {
  right: -55px;
}

.u_slider_col3 .splide__pagination .splide__pagination__page.is-active {
  background: var(--color02);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.u_slider_col3 .splide__pagination .splide__pagination__page {
  background: #B6B6B6;
  height: 8px;
  margin: 0;
  width: 8px;
}

.u_slider_col3 .splide__pagination li+li {
  margin-left: 10px;
}

.u_slider_col3 .splide__pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  bottom: -15px;
  z-index: 999;
}

@media screen and (max-width: 800px) {
  .u_slider_col3 .splide__arrows {
    display: none;
  }

  .u_slider_col3 .splide__pagination {
    bottom: -30px;
  }

  .u_slider_col3 {
    font-size: 0.8125rem;
  }
}

#u_slider_gallery .splide__slide {
  text-align: center;
}

#u_slider_thumb .splide__arrow--prev {
  left: -1em;
}

#u_slider_thumb .splide__arrow--next {
  right: -1em;
}

#u_slider_thumb .splide__slide img {
  border-radius: 0;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
}

#u_slider_thumb {
  margin: 30px auto 0;
  max-width: 445px;
  padding: 0 25px;
}

.u-section .contact-form .submit-btn [type=submit] {
  background: var(--color01);
  border-color: var(--color01);
}

.footer {
  background: url("../images/share/bg01.png") top center/cover no-repeat;
  padding: 70px 0 0;
  border-radius: 30px 30px 0 0;
  position: relative;
}

.f-logo {
  margin-bottom: 20px;
}

.f-address {
  background: url("../images/share/marker.svg") top 6px left/20px auto no-repeat;
  font-family: var(--font01);
  letter-spacing: 0.1em;
  padding-left: 32px;
  margin-bottom: 20px;
}

.f-sec01 .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.f-sec01 .time-table-frame {
  margin-top: 25px;
}

.f-sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}

.f-list01 .item>a {
  display: inline-block;
  position: relative;
}

.f-list01 .fill {
  grid-column: 1/-1;
}

.f-list01 .nolink {
  font-size: 1.0625rem;
  line-height: 1.8;
  font-family: var(--font01);
  letter-spacing: 0.05em;
}

.f-list01 a:hover {
  text-decoration: underline;
}

.f-list01 a:hover {
  opacity: 0.6;
}

.f-list01 a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1.8;
  font-family: var(--font01);
  letter-spacing: 0.05em;
  position: relative;
}

.f-list01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5px 4%;
}

.f-list02 .child::before {
  background: #FD894C;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 0;
  width: 6px;
}

.f-list02 .child {
  position: relative;
  padding-left: 14px;
}

.f-list02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5px 4%;
}

.f-list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 35px;
}

.copyright {
  background: #79573C;
  color: #fff;
  font-size: 0.75rem;
  font-family: var(--font00) Verdana;
  line-height: 1.5;
  padding: 6px 0;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .footer {
    padding: 50px 0;
    border-radius: 15px 15px 0 0;
  }

  .f-address {
    margin-bottom: 20px;
  }

  .f-sec01>.item+.item {
    margin-top: 20px;
  }

  .f-sec01 .time-table-frame {
    margin-top: 20px;
  }

  .f-sec01 {
    display: block;
  }

  .f-list01 .fill {
    grid-column: 1/-1;
  }

  .f-list01 .nolink {
    font-size: 0.9375rem;
  }

  .f-list01 a {
    font-size: 0.9375rem;
  }

  .f-list01 {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 4%;
  }

  .f-list02 {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 4%;
  }

  .f-list03 .column+.column {
    margin-top: 15px;
  }

  .f-list03 {
    display: block;
  }

  .copyright {
    font-size: 0.75rem;
    padding: 6px 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 800px) {
  .f-small {
    font-size: 0.8125rem;
  }

  .tal-small {
    text-align: left;
  }

  .tac-small {
    text-align: center;
  }

  .tar-small {
    text-align: right;
  }

  .tal-sp {
    text-align: left;
  }

  .tac-sp {
    text-align: center;
  }

  .tar-sp {
    text-align: right;
  }

  .tall {
    margin-bottom: 60px;
  }

  .short {
    margin-top: 40px;
  }

  .mini {
    margin-top: 20px;
  }

  #fixbtn .btn+.btn {
    margin-left: 10px;
  }

  #fixbtn .btn {
    display: inline-block;
    width: 80px;
  }

  #fixbtn {
    display: block;
    bottom: 20px;
    right: 20px;
  }

  .hero .hero_scroll {
    display: none;
  }

  .hero {
    margin-top: 0;
    height: auto;
  }

  .hero_ttl .txt01 {
    font-size: 1.0625rem;
    padding: 5px 5px;
  }

  .hero_ttl .txt02 {
    font-size: 1.0625rem;
    padding: 5px 5px;
    margin-top: 10px;
  }

  .hero_ttl {
    left: 4%;
    bottom: 30px;
  }

  #hero_slider .splide__slide img {
    opacity: 1;
  }

  #hero_slider .splide__slide.slide01,
  #hero_slider .splide__slide.slide02,
  #hero_slider .splide__slide.slide03 {
    background: none;
  }

  #hero_slider .splide__slide {
    height: auto;
  }

  #hero_slider .splide__controls {
    display: none;
  }

  #hero_slider {
    height: auto;
    width: 100%;
  }

  .sec01 {
    background: url("../images/sec01_bg.png") center/cover no-repeat;
    padding: 60px 0;
  }

  .sec01-bg {
    display: none;
  }

  .sec01-layout .heading {
    grid-area: auto;
  }

  .sec01-layout .content {
    grid-area: auto;
  }

  .sec01-layout .btn {
    grid-area: auto;
  }

  .sec01-layout .btn {
    text-align: center;
    margin-top: auto;
  }

  .sec01-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sec02 {
    margin: 60px auto;
  }

  .sec02-layout .t-btns {
    margin-top: 15px;
  }

  .sec02-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sec03::before {
    left: 4%;
  }

  .sec03 {
    margin: 60px auto;
    padding: 60px 0;
  }

  .sec03-layout .l-img .inimg01 {
    padding-right: 5%;
  }

  .sec03-layout .l-img .inimg02 {
    padding-left: 20%;
    margin-top: -35px;
  }

  .sec03-layout .l-img {
    margin: 0 auto 50px;
    width: 100%;
  }

  .sec03-layout .l-ttl {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }

  .sec03-layout .t-btns {
    margin-top: 30px;
  }

  .sec03-layout {
    display: block;
  }

  .sec04 {
    margin: 60px auto;
  }

  .sec04-list .single {
    border-radius: 15px;
    font-size: 1.25rem;
    padding: 40px 15px;
    height: auto;
  }

  .sec04-list .en::before {
    height: 66px;
    width: 66px;
  }

  .sec04-list .en {
    font-size: 1.375rem;
    top: -50px;
    left: -15px;
    padding-left: 30px;
    height: 66px;
  }

  .sec04-list {
    padding-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 80px 0;
  }

  .sec05::before {
    right: 4%;
  }

  .sec05 {
    padding: 60px 0;
    margin: 60px auto;
  }

  .sec05-layout+.sec05-layout {
    margin-top: 60px;
  }

  .sec05-layout .l-img {
    padding: 0;
    margin: 0 auto 50px;
  }

  .sec05-layout .l-ttl {
    font-size: 1.5625rem;
    margin-bottom: 15px;
  }

  .sec05-layout .btn {
    margin-top: 30px;
  }

  .sec05-layout {
    display: block;
  }

  .sec05-list .item {
    padding: 30px 15px 40px;
  }

  .sec05-list .list-ttl {
    font-size: 1.0625rem;
    margin-top: 10px;
  }

  .sec05-list {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 4%;
    margin-top: 50px;
  }

  .sec05-box .en::before {
    height: 66px;
    width: 66px;
  }

  .sec05-box .en {
    font-size: 1.375rem;
    top: -40px;
    left: -15px;
    padding-left: 30px;
    height: 66px;
  }

  .sec05-box .box-ttl {
    font-size: 1.5625rem;
    margin-bottom: 30px;
  }

  .sec05-box .inlayout .l-img {
    margin: 0 auto 30px;
    width: 100%;
  }

  .sec05-box .inlayout {
    display: block;
  }

  .sec05-box .btn {
    margin-top: 10px;
  }

  .sec05-box {
    padding: 30px 5% 40px;
    margin-top: 80px;
  }

  .sec06 {
    margin: 60px auto;
  }

  .sec06-box .inner {
    width: 100%;
  }

  .sec06-box .box-ttl .en {
    font-size: 3.75rem;
  }

  .sec06-box .box-ttl .jp {
    font-size: 1.5625rem;
    margin-top: -20px;
  }

  .sec06-box .box-ttl {
    margin-bottom: 50px;
  }

  .sec06-box .sub-ttl {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }

  .sec06-box .btn {
    margin-top: 30px;
  }

  .sec06-box {
    padding: 60px 5%;
  }

  .sec07::before {
    left: 4%;
  }

  .sec07 {
    padding: 60px 0;
    margin: 60px auto;
  }

  .sec07-layout .heading .en {
    font-size: 3.75rem;
  }

  .sec07-layout .heading .jp {
    font-size: 1.5625rem;
    margin-top: -20px;
  }

  .sec07-layout .content {
    margin: 30px auto;
  }

  .sec07-layout .btn {
    text-align: center;
  }

  .sec07-layout {
    display: block;
  }

  .sec08 {
    margin: 60px auto;
  }

  .sec08-access .caption {
    font-size: 0.9375rem;
    padding: 3px 0 3px 32px;
    margin-bottom: 15px;
  }

  .sec08-access {
    display: block;
    margin-top: 30px;
  }

  .t-post .single time {
    font-size: 0.8125rem;
  }

  .t-post .single .l-ttl {
    font-size: 0.9375rem;
  }

  .t-post .single {
    display: block;
    padding: 10px 0;
  }

  .t-post02 .single+.single {
    margin-left: 20px;
  }

  .t-post02 .single {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .t-post02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 0 0 15px;
  }

  .t-post03 .single+.single {
    margin-left: 20px;
  }

  .t-post03 .single {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .t-post03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 0 0 15px;
  }

  .table-style01 colgroup {
    display: none;
  }

  .table-style01 th,
  .table-style01 td {
    border-top: none;
    display: block;
    padding: 8px 12px;
    width: 100%;
  }

  .table-style02 th,
  .table-style02 td {
    padding: 8px 10px;
  }

  .table-style02 {
    font-size: 0.8125rem;
  }

  /*普通投稿*/
  .postdata table colgroup {
    display: none;
  }

  .postdata table th,
  .postdata table td {
    border-top: none;
    display: block;
    padding: 8px 12px;
    width: 100%;
  }

  .u-category .select {
    min-width: 200px;
  }

  .select-area .select-item {
    display: block;
    margin: auto;
  }

  .select-area .select-ttl {
    margin: 0 0 10px;
  }

  .select-area {
    margin-bottom: 50px;
  }

  #fixnavi_pc {
    display: none;
  }

  #fixguide .inguide.is-open {
    top: -355px;
    top: -330px;
  }

  #fixguide .guide-content {
    padding: 30px;
  }

  #fixguide {
    font-size: 1.8rem;
    background: #979084;
    top: auto;
    bottom: 50px;
    left: 0;
    height: 60px;
    width: 100%;
  }

  #fixnavi_sp .item.menu .txt {
    font-family: var(--font01);
    padding-top: 30px;
  }

  #fixnavi_sp .item.menu {
    padding-top: 0;
  }

  #fixnavi_sp .item+.item {
    border-left: 1px solid #fff;
  }

  #fixnavi_sp .item {
    font-size: 0.625rem;
    line-height: 1.5;
    font-family: var(--font01);
    letter-spacing: 0.05em;
    padding-top: 32px;
    position: relative;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #fixnavi_sp .home {
    background: url("../images/share/fix_home.svg") no-repeat;
    background-position: top 9px center;
    background-color: #9DCE6C;
  }

  #fixnavi_sp .tel {
    background: url("../images/share/fix_tel.svg") no-repeat;
    background-position: top 9px center;
    background-color: #F88484;
  }

  #fixnavi_sp .access {
    background: url("../images/share/fix_access.svg") no-repeat;
    background-position: top 9px center;
    background-color: #6BBCE2;
  }

  #fixnavi_sp {
    background: #79573C;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 100;
  }

  .humberger {
    display: none;
  }

  .navihumberger {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #F25626;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100;
  }

  .navihumberger span {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 20px;
    -webkit-transition: 0.4s;
    transform: translateY(-50%);
    transition: 0.4s;
  }

  .navihumberger span:nth-of-type(1) {
    top: calc(50% - 7px);
  }

  .navihumberger span:nth-of-type(2) {
    top: 50%;
  }

  .navihumberger span:nth-of-type(3) {
    top: calc(50% + 7px);
  }

  .navihumberger.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }

  .navihumberger.is-open span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }

  .navihumberger.is-open span:nth-of-type(3) {
    opacity: 0;
  }

  /*------------
  下層レイアウト
  --------------*/
  #under {
    padding: 30px 0 10px;
  }

  .breadcrumb {
    padding: 8px 0;
  }

  .column2 {
    display: block;
    padding: 0;
    margin: auto;
    width: 90%;
  }

  .effect,
  .effect--moved,
  .effect-each,
  .effect-each--moved,
  .effect-each02,
  .effect-each02--moved {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

  /*------------
  下層パーツ
  --------------*/
  .u-layout .l-img,
  .u-layout_r .l-img {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }

  .u-layout,
  .u-layout_r {
    display: block;
  }

  .u-layout_r .l-img {
    margin: 0 auto 30px;
  }

  .l-imgL .l-img,
  .l-imgR .l-img {
    float: none;
    margin: 0 auto 30px;
    width: 100%;
  }

  .l-imgL,
  .l-imgR {
    display: block;
  }

  .l-flexL .l-img,
  .l-flexR .l-img,
  .l-flexL_S .l-img,
  .l-flexL_auto .l-img,
  .l-flexR_auto .l-img {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }

  .l-flexL,
  .l-flexR,
  .l-flexL_S,
  .l-flexL_auto,
  .l-flexR_auto {
    display: block;
  }

  .l-flexL_small .l-img,
  .l-flexR_small .l-img {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }

  .flex-center .item+.item {
    margin: 1em auto 0;
  }

  .flex-center {
    display: block;
    text-align: center;
  }

  .l-flex_2.spcol2 {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 20px;
  }

  .l-flex_2 .l-box01 {
    padding: 30px;
  }

  .l-flex_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px 0;
  }

  .l-flex_2_small .item:nth-child(n+2) {
    margin-top: 0;
  }

  .l-flex_2_small .item {
    width: 100%;
  }

  .l-flex_2_small {
    display: block;
  }

  .l-flex_3.spcol2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .l-flex_3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px 4%;
  }

  .l-flex_3_columns.sp_2columns::before {
    display: none;
  }

  .l-flex_3_columns.sp_2columns.u-btn .item:nth-child(n+2) {
    margin-top: 20px;
  }

  .l-flex_3_columns.sp_2columns .item {
    margin-bottom: 0;
    width: 100%;
  }

  .l-flex_3_columns.sp_2columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .l-flex_3_fix {
    display: block;
    margin-bottom: -30px;
  }

  .l-flex_3_columns::before {
    display: none;
  }

  .l-flex_3_columns .item {
    width: 48%;
  }

  .l-flex_3_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-flex_4 .item:nth-child(n+3) {
    margin-top: 20px;
  }

  .l-flex_4 .item .item-ttl {
    text-align: left;
  }

  .l-flex_4 .item {
    width: 48%;
  }

  .l-flex_5 {
    -ms-grid-columns: 1fr 1.5% 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 1.5%;
  }

  .l-flex.col1 .item {
    margin: 0 auto 10px;
  }

  .l-flex.col1 {
    display: block;
  }

  /*------------
  下層common
  --------------*/
  /*------------
  Commmon
  --------------*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .header {
    position: relative;
  }

  .header-frame {
    padding: 27px 4%;
    position: relative;
  }

  .h-layout01 .h-logo {
    margin: 0;
    width: 250px;
  }

  .h-layout01 .h-utility {
    display: none;
  }

  /* ナビ本体 */
  .pc-navi {
    display: none;
  }

  .pc-navi {
    inset: 0;
    height: auto;
    width: 100%;
  }

  .pc-navi_content .scroller {
    padding: 30px 5% 120px;
  }

  .pc-navi_content .l-info {
    display: none;
  }

  .pc-navi_content .h-list {
    margin-top: 30px;
  }

  .pc-navi_content .h-table {
    display: none;
  }

  .pc-navi_content {
    height: 100%;
  }

  .sp-navi.is-open {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: auto;
  }

  .sp-navi {
    background: #fff;
    border: 3px solid var(--color01);
    -webkit-text-size-adjust: 100%;
    display: block;
    position: fixed;
    inset: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    overflow: hidden;
    padding: 80px 15px 50px;
    z-index: 99;
  }

  .sp-navi_list>li {
    border-bottom: 1px solid #ddd;
  }

  .sp-navi_list>li>a,
  .sp-navi_list>li .parent,
  .sp-navi_list>li .nolink {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--font01);
    letter-spacing: 0.05em;
    padding: 10px 0;
    position: relative;
  }

  .sp-navi_list {
    margin: 0 auto 30px;
  }

  .sp-navi-haschild.is-open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sp-navi-haschild::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: var(--color01) transparent transparent transparent;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .sp-navi-haschild>a {
    width: 90%;
  }

  .sp-navi-haschild {
    position: relative;
  }

  .sp-navi_child {
    display: none;
    margin: 10px 0 20px;
    padding-left: 15px;
  }

  .u-slider .slick-dots {
    position: static;
    margin-top: 15px;
  }

  .u-slider .slick-arrow_custom.prev span {
    left: -10px;
  }

  .u-slider .slick-arrow_custom.next span {
    right: -10px;
  }

  #under_gallery_nav .slick-prev,
  #under_gallery_nav .slick-next {
    height: 20px;
    width: 20px;
  }

  #under_gallery_nav .slick-slide img {
    height: 60px;
    width: 80px;
  }

  .contact-form colgroup {
    display: none;
  }

  .contact-form table tr {
    border-bottom: 1px dashed #CCC;
  }

  .contact-form table th,
  .contact-form table td {
    display: block;
    max-width: 100%;
  }

  .contact-form table th {
    padding: 15px 0 10px;
  }

  .contact-form table td {
    padding: 0 0 15px;
  }

  .contact-form table {
    margin: 0 0 30px;
  }

  .contact-form .btn {
    margin-top: 1em;
  }

  .contact-form .birthday select {
    width: auto;
  }

  .contact-form .birthday .year,
  .contact-form .birthday .month {
    margin: 0 5px;
  }

  .contact-form .birthday .day {
    margin-left: 5px;
  }

  .contact-form .birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form table,
  .contact-form tbody,
  .contact-form tr {
    display: block;
  }

  .contact-form input[type=file] {
    display: block;
    max-width: 80%;
  }

  .contact-form .submit-btn [type=submit] {
    padding: 15px;
    width: 250px;
  }

  .contact-form .submit-btn [type=submit].back-btn {
    margin-left: 25px;
  }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
  background: var(--color01) !important;
  border-color: #fff !important;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-color: #D1D1D1 !important;
}

.duet-date__day {
  font-size: 1.3rem !important;
}
