@charset "UTF-8";

:root {
  --color_primary: #909269;
  --color_secondary: #A5A886;
  --color_tertiary: #000;
  --font_base: "Noto Sans JP", sans-serif;
  --font_size_base: 1.5rem;
  --font_jp: "Noto Sans JP", sans-serif;
  --font_en: "Lato", sans-serif;
  --color_text: #292929;
  --color_link: #909269;
  --color_bg: #F0F0F0;
  --color_border: #F0F0F0;
}

/*-----------------------------------------------------------
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;
  outline: 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 {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
  font-family: var(--font_jp);
  font-weight: 500;
  letter-spacing: 0.15em;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

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

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

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

:target {
  scroll-margin-top: 115px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body,
html {
  min-height: 100svh;
}

body {
  font-family: var(--font_base);
  font-weight: 400;
  font-size: var(--font_size_base);
  color: var(--color_text);
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

main {
  overflow: clip;
}

p {
  line-height: 2;
}

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

.link {
  color: var(--color_link);
  text-decoration: underline;
  word-break: break-all;
}

.link:focus-visible {
  text-decoration: none;
}

@media (any-hover: hover) {
  .link:hover {
    text-decoration: none;
  }
}

.link[target=_blank]::after {
  content: "";
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}

.no-link {
  pointer-events: none;
}

.anchor {
  margin-top: -10px;
  padding-top: 10px;
}

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

a:focus-visible,
button:focus-visible {
  outline: auto;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide-more {
  max-width: 1400px;
}

.container.wide {
  max-width: 1200px;
}

.container.narrow {
  max-width: 850px;
}

@media (max-width: 800px) {

  /*-------------
  Body
  -------------*/
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

/*------------
Common
--------------*/
.btn-more,
.postdata .wp-block-button__link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.btn-more::before,
.btn-more::after,
.postdata .wp-block-button__link::before,
.postdata .wp-block-button__link::after {
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  z-index: 2;
}

.btn-more::before,
.postdata .wp-block-button__link::before {
  left: 30px;
  top: 0;
}

.btn-more::after,
.postdata .wp-block-button__link::after {
  right: 30px;
  bottom: 0;
}

.btn-more span,
.postdata .wp-block-button__link span {
  display: inline-block;
  padding: 17px 15px 17px 70px;
  background: #fff;
  border: 1px solid var(--color_primary);
  border-radius: 100px;
  min-width: 340px;
  font-family: var(--font_jp);
  font-weight: 500;
  color: var(--color_primary);
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-more span::before,
.btn-more span::after,
.postdata .wp-block-button__link span::before,
.postdata .wp-block-button__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-more span::before,
.postdata .wp-block-button__link span::before {
  background: var(--color_primary);
  width: 44px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  left: 13px;
}

.btn-more span::after,
.postdata .wp-block-button__link span::after {
  background: url(../images/share/btn_arrow_right.svg) no-repeat center/contain;
  width: 16px;
  height: 15px;
  left: 27px;
}

@media (any-hover: hover) {

  .btn-more:hover span,
  .postdata .wp-block-button__link:hover span {
    color: var(--color_tertiary);
    border-color: var(--color_tertiary);
  }

  .btn-more:hover span::before,
  .postdata .wp-block-button__link:hover span::before {
    background: var(--color_tertiary);
  }
}

.btn-more:focus-visible span,
.postdata .wp-block-button__link:focus-visible span {
  color: var(--color_tertiary);
  border-color: var(--color_tertiary);
}

.btn-more:focus-visible span::before,
.postdata .wp-block-button__link:focus-visible span::before {
  background: var(--color_tertiary);
}

.btn-reservation {
  height: 63px;
}

.btn-reservation span {
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 70px;
}

.btn-tel {
  display: inline-block;
  font-family: var(--font_en);
  font-weight: 400;
  font-size: 2.7rem;
  color: var(--color_primary);
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.btn-tel::before {
  content: "";
  -webkit-mask: url(../images/share/icon_tel.svg) no-repeat center/contain;
  mask: url(../images/share/icon_tel.svg) no-repeat center/contain;
  background: currentColor;
  width: 15px;
  height: 19px;
  display: inline-block;
  margin-right: 7px;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.btn-wrap.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-wrap.column {
  flex-direction: column;
  align-items: start;
  gap: 15px;
}

@media (max-width: 800px) {

  .btn-more,
  .postdata .wp-block-button__link {
    width: 100%;
  }

  .btn-more span,
  .postdata .wp-block-button__link span {
    min-width: 0;
    width: 100%;
    padding: 15px 15px 15px 55px;
  }

  .btn-reservation {
    height: 59px;
  }

  .btn-reservation span {
    height: 59px;
    padding: 0 15px 0 55px;
  }

  .btn-more span::before,
  .postdata .wp-block-button__link span::before {
    width: 34px;
  }

  .btn-more::before,
  .postdata .wp-block-button__link::before {
    left: 50px;
    top: 0;
  }

  .btn-more::after,
  .postdata .wp-block-button__link::after {
    right: 50px;
    bottom: 0;
  }

  .btn-more span::after,
  .postdata .wp-block-button__link span::after {
    width: 13px;
    height: 12px;
    left: 24px;
  }

  .btn-wrap {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}

/* 診療時間 */
.time-table {
  overflow: hidden;
  text-align: center;
  letter-spacing: 0;
  color: var(--color_tertiary);
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: 140px repeat(6, 1fr) 90px;
}

.time-table-head {
  border-bottom: 1px solid var(--color_tertiary);
}

.time-table-head .item {
  padding: 0 0 10px;
  font-weight: 500;
}

.time-table-body {
  border-bottom: 1px solid var(--color_tertiary);
}

.time-table-body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 0;
}

.time-table-body .item:not(:first-child) {
  color: var(--color_primary);
}

.time-table-head .item:last-of-type,
.time-table-body .item:last-of-type {
  padding-right: 20px;
}

@media (max-width: 800px) {
  .time-table {
    font-size: 1.3rem;
  }

  .time-table-head,
  .time-table-body {
    grid-template-columns: 100px repeat(7, 1fr);
  }

  .time-table-head .item {
    padding: 10px 0 !important;
  }

  .time-table-body .item {
    padding: 10px 0 !important;
    line-height: 1.3;
  }
}

.time-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
}

.time-dl dt {
  font-size: 1.3rem;
  padding: 0 15px;
  border: 1px solid var(--color_tertiary);
  color: #333;
  text-align: center;
  border-radius: 2px;
  display: grid;
  place-content: center;
}

/*------------
Header
--------------*/
.h-wrapper {
  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;
  padding: 40px 125px 40px 35px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-logo {
  max-width: 310px;
  margin-right: 50px;
}

.h-logo img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-right {
  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: 20px;
}

.h-cta-btn {
  display: grid;
  place-content: center;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.h-cta-btn svg {
  color: #fff;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .h-cta-btn:hover {
    background: #fff;
  }

  .h-cta-btn:hover svg {
    color: var(--color_tertiary);
    fill: var(--color_tertiary);
  }
}

.h-cta-btn:focus-visible {
  background: #fff;
}

.h-cta-btn:focus-visible svg {
  color: var(--color_tertiary);
  fill: var(--color_tertiary);
}

.header.is-fixed .h-wrapper {
  padding: 20px 125px 20px 35px;
  background: var(--color_primary);
}

.header.is-fixed .h-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width: 800px) {
  .h-wrapper {
    position: absolute;
    padding: 15px 10px;
  }

  .h-logo {
    max-width: 140px;
  }

  .h-right {
    display: none;
  }
}

/*------------
G-navi
--------------*/
/* ボタン */
.navi-menu-btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color_tertiary);
  cursor: pointer;
  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;
  position: fixed;
  top: 40px;
  right: 35px;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 20000;
}

.navi-menu-btn .hamburger-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 27px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navi-menu-btn .hamburger-line::before,
.navi-menu-btn .hamburger-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navi-menu-btn .hamburger-line::before {
  top: -8px;
}

.navi-menu-btn .hamburger-line::after {
  top: 8px;
}

.navi-menu-btn[aria-expanded=true] .hamburger-line {
  background-color: transparent;
}

.navi-menu-btn[aria-expanded=true] .hamburger-line::before,
.navi-menu-btn[aria-expanded=true] .hamburger-line::after {
  top: 0;
}

.navi-menu-btn[aria-expanded=true] .hamburger-line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navi-menu-btn[aria-expanded=true] .hamburger-line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navi-menu-btn .u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.header.is-fixed .navi-menu-btn {
  top: 20px;
}

/* 中身 */
.g-navi-contents {
  position: relative;
  z-index: 9999;
}

.g-navi-contents::before {
  content: "";
  background: oklch(from #000 l c h/0.5);
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.g-navi-contents .g-navi-inner {
  pointer-events: none;
  visibility: hidden;
  background: var(--color_bg);
  background-blend-mode: multiply;
  padding: 150px 5%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 9999;
  width: 760px;
}

.g-navi-contents.is-open::before {
  opacity: 1;
}

.g-navi-contents.is-open .g-navi-inner {
  pointer-events: auto;
  visibility: visible;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  opacity: 1;
}

/* レイアウト等 */
.g-navi-layout {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.g-navi-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.g-navi-ttl {
  font-family: var(--font_en);
  font-weight: 900;
  font-size: 4.8rem;
  color: transparent;
  -webkit-text-stroke: 1px var(--color_primary);
  line-height: 1.25;
  margin-bottom: 10px;
}

.g-navi-list li+li {
  margin-top: 10px;
}

.g-navi-list li a {
  display: inline-block;
  font-size: 2rem;
  padding-left: 21px;
  position: relative;
}

.g-navi-list li a::before {
  content: "";
  background: var(--color_primary);
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 18px;
}

@media (any-hover: hover) {
  .g-navi-list li a:hover {
    color: var(--color_primary);
  }
}

.g-navi-list li a:focus-visible {
  color: var(--color_primary);
}

.no-link {
  cursor: default;
  pointer-events: none;
}

body.is-hidden {
  overflow: clip;
}

@media (max-width: 800px) {

  /*-----------------------------------------------------------
  g-navi SP
  -----------------------------------------------------------*/
  /* ボタン */
  .navi-menu-btn {
    width: 50px;
    height: 50px;
  }

  .navi-menu-btn .hamburger-line {
    width: 25px;
  }

  .navi-menu-btn .hamburger-line::before {
    top: -8px;
  }

  .navi-menu-btn .hamburger-line::after {
    top: 8px;
  }

  /* 中身 */
  .g-navi-contents .g-navi-inner {
    padding: 50px 5% 150px;
    width: 100%;
  }

  .g-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    opacity: 1;
  }

  .g-navi-layout {
    width: 100%;
  }

  .g-navi-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .g-navi-ttl {
    font-size: 3.5rem;
  }

  .g-navi-list li a {
    font-size: 1.5rem;
  }

  .g-navi-list li a::before {
    top: 14px;
  }
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .pc-navi {
    display: none;
  }

  .sp-navi {
    display: block;
  }

  :root {
    --navi-background: #909269;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --humberger: #fff;
    --navi-font: "Noto Sans JP";
  }

  /* ボタン類 */
  .sp-navi-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--navi-background);
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }

  .sp-navi-btns div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }

  .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 1rem;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi-btns .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 8px 0;
  }

  .sp-navi-btns .item .img {
    display: block;
  }

  .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
    object-fit: cover;
    height: 20px;
    margin-bottom: 4px;
    stroke: var(--svg-stroke);
  }

  .sp-navi-btns .item .ttl {
    display: block;
  }

  .sp-navi-btns .item:nth-child(2) {
    background-color: var(--color_tertiary);
  }

  .sp-menu-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 8px;
  }

  .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .sp-menu-btn span:not(.ttl) {
    background: var(--humberger);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 12px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 18px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 24px;
  }

  .sp-menu-btn.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
    transform: translate(-50%, -6px) rotate(45deg);
  }
}

/*------------
Hero
--------------*/
.hero {
  position: relative;
}

.hero-slider img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider .splide__controls {
  display: none;
}

@media (max-width: 1200px) {
  .hero-slider img {
    height: auto;
    aspect-ratio: 7 / 6;
    object-fit: cover;
  }
}

.hero-post-box {
  position: absolute;
  right: 0;
  bottom: 75px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 35px;
  background: var(--color_secondary);
  border-radius: 10px 0 0 10px;
  width: 675px;
}

.hero-post-box .box-ttl {
  margin-right: 45px;
}

.hero-post-box .box-ttl [lang=en] {
  font-family: var(--font_en);
  font-weight: 500;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.hero-post-box .box-ttl .jp {
  font-family: var(--font_jp);
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
}

.hero-post-box .post-btn a {
  display: inline-block;
  min-width: 115px;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--color_primary);
  padding: 6px 15px 6px 40px;
  background: #fff;
  border-radius: 100px;
  position: relative;
  margin-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero-post-box .post-btn a::before {
  content: "";
  background: var(--color_primary);
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero-post-box .post-btn a::after {
  content: "";
  background: url(../images/share/btn_arrow_right.svg) no-repeat center/contain;
  width: 7px;
  height: 8px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (any-hover: hover) {
  .hero-post-box .post-btn a:hover {
    color: var(--color_tertiary);
  }

  .hero-post-box .post-btn a:hover::before {
    background: var(--color_tertiary);
  }
}

.hero-post-box .post-btn a:focus-visible {
  color: var(--color_text);
}

.hero-post-box .post-btn a:focus-visible::before {
  background: var(--color_tertiary);
}

.hero-post-layout {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-post-layout time {
  display: block;
  font-family: var(--font_en);
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.hero-post-layout .hero-post-ttl {
  font-weight: 500;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (any-hover: hover) {
  .hero-post-layout a:hover .hero-post-ttl {
    text-decoration: underline;
  }
}

.hero-post-layout a:focus-visible .hero-post-ttl {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .hero-img img {
    height: 340px;
  }

  .hero-post-box {
    border-radius: 0;
    width: 100%;
    padding: 15px 5% 20px;
    display: block;
    position: relative;
    bottom: 0;
  }

  .hero-post-box .box-ttl {
    margin: 0 0 10px;
  }

  .hero-post-layout a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .hero-post-layout time {
    white-space: nowrap;
    font-size: 1.2rem;
  }

  .hero-post-layout .hero-post-ttl {
    font-size: 1.2rem;
  }

  .hero-post-box .post-btn a {
    margin: 0;
  }

  .hero-post-box .post-btn {
    position: absolute;
    top: 25px;
    right: 5%;
    z-index: 2;
  }
}

/*------------
Top contents
--------------*/
/* Title */
.t-h2 [lang=en] {
  font-family: var(--font_en);
  font-weight: 900;
  font-size: 11.5rem;
  color: transparent;
  -webkit-text-stroke: 1px var(--color_primary);
  line-height: 1.5;
  white-space: nowrap;
}

.t-h2 .jp {
  font-family: var(--font_jp);
  font-size: 3rem;
  font-weight: 500;
  color: var(--color_tertiary);
  letter-spacing: 0.06em;
}

.t-h2.small [lang=en] {
  font-size: 7.5rem;
  line-height: 1;
  margin-bottom: 5px;
}

.t-h2.small .jp {
  font-size: 2.5rem;
}

@media (max-width: 800px) {

  .t-h2 [lang=en],
  .t-h2.small [lang=en] {
    font-size: 5rem;
  }

  .t-h2 .jp {
    font-size: 2.5rem;
  }
}

/* Block */
.sec01 {
  padding: 80px 0 0;
  background: var(--color_bg);
}

.sec01-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}

.sec01-layout .t-h2 {
  grid-area: 1/1/2/2;
}

.sec01-layout .l-desc {
  grid-area: 1/2/3/3;
  margin-top: 45px;
}

.sec01-layout .l-desc p+p {
  margin-top: 2em;
}

.sec01-layout .l-btn {
  grid-area: 2/1/3/2;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1300px) {
  .sec01-layout {
    gap: 50px;
  }
}

.loop-slider {
  margin-top: 100px;
}

.loop-slider .splide__slide img {
  border-radius: 10px;
}

.sec02 {
  padding: 100px 0;
}

.sec02 .container {
  max-width: 1700px;
}

.sec02 .t-h2 {
  margin-bottom: 35px;
}

.sec03 {
  padding: 20px 0 120px;
}

.sec03 .t-h2 {
  margin-bottom: 40px;
}

.sec04 {
  padding: 0 0 40px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(93%, var(--color_bg)), color-stop(93%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, var(--color_bg) 93%, rgba(255, 255, 255, 0) 93%);
}

.sec04 .t-h2 {
  margin-bottom: 50px;
}

.sec04 .t-h2 [lang=en] {
  line-height: 1;
}

.sec05 {
  padding: 120px 0 0;
}

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

.sec05-dummy img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 800px) {
  .sec05-dummy {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.sec06 {
  padding: 110px 0;
}

.sec07 {
  padding: 125px 0;
  background: url(../images/sec07_bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
}

.sec07::before {
  content: "";
  background: oklch(from #000 l c h/0.15);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.sec07 .t-h2 {
  margin-bottom: 30px;
}

.sec07 .t-h2 [lang=en] {
  -webkit-text-stroke: 1px #fff;
}

.sec07 .t-h2 .jp {
  color: #fff;
}

.sec07 .l-btn {
  text-align: center;
}

.sec08 {
  padding: 110px 0;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0 0;
  }

  .sec01-layout {
    display: block;
  }

  .sec01-layout .l-desc {
    margin-top: 30px;
  }

  .sec01-layout .l-desc p+p {
    margin-top: 1em;
  }

  .sec01-layout .l-btn {
    margin-top: 30px;
    gap: 10px;
  }

  .loop-slider {
    margin-top: 50px;
  }

  .sec02,
  .sec03,
  .sec05,
  .sec06,
  .sec08 {
    padding: 50px 0;
  }

  .sec02 .t-h2 {
    margin-bottom: 20px;
  }

  .sec04 {
    padding: 50px 0 10px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(98%, var(--color_bg)), color-stop(98%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, var(--color_bg) 98%, rgba(255, 255, 255, 0) 98%);
  }

  .sec04 .t-h2 {
    margin-bottom: 40px;
  }

  .sec07 {
    padding: 50px 0;
  }
}

/* top-layout */
.top-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-layout01 .l-img {
  width: 52.71%;
  position: relative;
  z-index: 1;
  margin: 0 5.79% 0 0;
}

.top-layout01 .l-img::before {
  content: "";
  background: var(--color_primary);
  position: absolute;
  inset: 44.98% 13.95% -50px -60px;
  z-index: -1;
}

.top-layout01 .l-img .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 0px oklch(from #000 l c h/0.16);
  box-shadow: 0px 3px 0px oklch(from #000 l c h/0.16);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-layout01 .l-desc {
  width: min(550px, 100%);
}

.top-layout01 .list-btns li a {
  display: block;
  padding: 30px 55px 30px 20px;
  border-bottom: 2px solid #F0F0F0;
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-layout01 .list-btns li a::before,
.top-layout01 .list-btns li a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-layout01 .list-btns li a::before {
  background: var(--color_primary);
  width: 44px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  right: 0;
}

.top-layout01 .list-btns li a::after {
  background: url(../images/share/btn_arrow_right.svg) no-repeat center/contain;
  width: 15px;
  height: 14px;
  right: 14px;
}

@media (any-hover: hover) {
  .top-layout01 .list-btns li a:hover {
    background: #F0F0F0;
  }
}

.top-layout01 .list-btns li a:focus-visible {
  background: #F0F0F0;
}

@media (max-width: 800px) {
  .top-layout01 {
    display: block;
  }

  .top-layout01 .l-img {
    width: 100%;
    margin: 0 0 40px;
  }

  .top-layout01 .l-img::before {
    inset: 44.98% 13.95% -25px -60px;
  }

  .top-layout01 .list-btns li a {
    padding: 20px 55px 20px 0;
    font-size: 1.5rem;
  }

  .top-layout01 .list-btns li a::before {
    width: 34px;
  }

  .top-layout01 .list-btns li a::after {
    width: 12px;
    height: 11px;
    right: 11px;
  }
}

.top-layout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 55px;
}

.top-layout02+.top-layout02 {
  margin-top: 100px;
}

.top-layout02 .l-img {
  width: 57%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}

.top-layout02 .l-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-layout02 .l-img img {
  border-radius: 10px;
}

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

.top-layout02 .l-ttl {
  font-size: 2.5rem;
  line-height: 1.76;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}

.top-layout02 .l-btn {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

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

@media (max-width: 800px) {
  .top-layout02 {
    display: block;
  }

  .top-layout02+.top-layout02 {
    margin-top: 50px;
  }

  .top-layout02 .l-img {
    width: 100%;
    margin: 0 0 20px;
  }

  .top-layout02 .l-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .top-layout02 .l-btn {
    margin-top: 30px;
    gap: 10px;
  }
}

.top-layout03 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 40px;
}

.top-layout03 .l-ttl {
  grid-area: 1/1/2/2;
}

.top-layout03 .l-desc {
  grid-area: 2/1/3/3;
}

.top-layout03 .l-btn {
  grid-area: 1/2/2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .top-layout03 {
    display: block;
  }

  .top-layout03 .l-ttl {
    margin-bottom: 30px;
  }

  .top-layout03 .l-btn {
    margin: 30px 0 0;
  }
}

/* l-top-box */
.l-top-box01 {
  padding: 50px;
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  max-width: 1024px;
  margin-inline: auto;
  position: relative;
}

.l-top-box01::before,
.l-top-box01::after {
  content: "";
  background: #fff;
  width: 45px;
  height: 1px;
  position: absolute;
  z-index: 2;
}

.l-top-box01::before {
  top: -1px;
  left: 40px;
}

.l-top-box01::after {
  bottom: -1px;
  right: 40px;
}

.l-top-box01 .list-menu-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.sec03 .l-top-box01 {
  margin-top: 80px;
}

.l-top-box02 {
  padding: 48px 60px;
  border: 1px solid #000;
  border-radius: 10px;
  max-width: 1024px;
  margin-inline: auto;
  position: relative;
  margin-top: 80px;
}

.l-top-box02::after {
  content: "";
  background: #fff;
  width: 45px;
  height: 1px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  right: 40px;
}

.l-top-box02 .box-ttl {
  font-family: var(--font_jp);
  font-weight: 500;
  font-size: 2.5rem;
  background: #fff;
  padding: 0 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.l-top-box02 .list-menu-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.l-top-box02 {
  margin-top: 80px;
}

@media (max-width: 800px) {
  .l-top-box01 {
    padding: 25px;
  }

  .l-top-box01 .list-menu-link {
    width: 100%;
  }

  .sec03 .l-top-box01 {
    margin-top: 50px;
  }

  .l-top-box02 {
    padding: 35px 25px 25px;
    margin-top: 50px;
  }

  .l-top-box02 .box-ttl {
    font-size: 2rem;
    top: -10px;
    min-width: 224px;
  }

  .l-top-box02 .list-menu-link {
    width: 100%;
  }
}

/* top-bnr-layout */
.top-bnr-layout01 {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.top-bnr-layout01 .bnr-box {
  background: url(../images/top-bnr-layout01.jpg) no-repeat center/cover;
  border-radius: 10px;
  padding: 70px 35px 25px;
  position: relative;
}

.top-bnr-layout01 .bnr-box::before,
.top-bnr-layout01 .bnr-box::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  z-index: 1;
  pointer-events: none;
}

.top-bnr-layout01 .bnr-box::before {
  left: 0;
  top: 0;
  border-radius: 10px 0 0 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.top-bnr-layout01 .bnr-box::after {
  right: 0;
  bottom: 0;
  border-radius: 0 0 10px 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.top-bnr-layout01 .bnr-box .bnr-ttl {
  margin-bottom: 25px;
}

.top-bnr-layout01 .bnr-box .bnr-ttl .sub-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
}

.top-bnr-layout01 .bnr-box .bnr-ttl .main-ttl {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.4;
}

.top-bnr-layout01 .btn-more::before,
.top-bnr-layout01 .btn-more::after {
  width: 15px;
}

.top-bnr-layout01 .btn-more::before {
  left: 25px;
  top: 0;
}

.top-bnr-layout01 .btn-more span {
  padding: 11px 18px 11px 60px;
  min-width: 155px;
}

.top-bnr-layout01 .btn-more span::before {
  width: 34px;
  left: 10px;
}

.top-bnr-layout01 .btn-more span::after {
  width: 11px;
  height: 10px;
  left: 22px;
}

@media (max-width: 800px) {
  .top-bnr-layout01 {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }

  .top-bnr-layout01 .bnr-box .bnr-ttl {
    margin-bottom: 25px;
  }

  .top-bnr-layout01 .bnr-box .bnr-ttl .sub-ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .top-bnr-layout01 .bnr-box .bnr-ttl .main-ttl {
    font-size: 2.2rem;
  }
}

/* menu */
.list-menu-link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 20px;
}

.list-menu-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font_jp);
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color_primary);
  letter-spacing: 0.15em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-menu-link .icon {
  width: 46px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color_primary);
  display: grid;
  place-content: center;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .list-menu-link li a:hover {
    color: var(--color_tertiary);
  }

  .list-menu-link li a:hover .icon {
    background: var(--color_tertiary);
  }
}

.list-menu-link li a:focus-visible {
  color: var(--color_tertiary);
}

.list-menu-link li a:focus-visible .icon {
  background: var(--color_tertiary);
}

.list-menu-link02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.list-menu-link02 li a {
  display: inline-block;
  background: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  color: #fff;
  font-family: var(--font_jp);
  font-weight: 500;
  font-size: 1.6rem;
  min-width: 288px;
  padding: 11px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media (hover: hover) {
  .list-menu-link02 li a:hover {
    background-color: #fff;
    color: var(--color_primary);
  }
}

@media (max-width: 800px) {
  .list-menu-link {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .list-menu-link li a {
    font-size: 1.6rem;
  }

  .list-menu-link02 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .list-menu-link02 li a {
    min-width: 0;
    width: 100%;
  }
}

/* l-top-post */
.l-top-post01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.l-top-post01 a {
  display: block;
}

.l-top-post01 .post-img {
  border: 1px solid var(--color_bg);
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 241/164;
  height: auto;
  margin-bottom: 10px;
}

.l-top-post01 .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .l-top-post01 a:hover .post-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.l-top-post01 a:focus-visible .post-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.l-top-post01 time {
  display: block;
  font-weight: 500;
  font-family: var(--font_en);
  font-size: 1.3rem;
  line-height: 1;
}

.l-top-post01 .post-ttl {
  font-weight: 400;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.l-top-post01 .category {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  background: var(--color_primary);
  padding: 0 8px;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .l-top-post01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5vw;
    width: calc(100% + 5vw);
    overflow-x: auto;
    padding: 0 5vw 10px 0;
  }

  .l-top-post01 .post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}

/* access */
.l-top-access {
  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: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-top-access .l-desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 470px;
  flex: 0 0 470px;
  border-radius: 10px;
  padding: 65px;
  background: var(--color_bg);
  position: relative;
  z-index: 2;
  margin-left: -80px;
}

.l-top-access .l-desc p+p {
  margin-top: 0.5em;
}

.l-top-access [lang=en] {
  font-family: var(--font_en);
  font-weight: 900;
  font-size: 10rem;
  color: transparent;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-text-stroke: 1px var(--color_primary);
  position: absolute;
  top: -70px;
  right: 10px;
  z-index: 2;
}

.l-top-access .l-ttl {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.l-top-access .l-map {
  width: 61.72%;
  height: 490px;
  border-radius: 10px;
  overflow: hidden;
}

.l-top-access .l-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .l-top-access {
    display: block;
  }

  .l-top-access .l-desc {
    margin: 0 0 20px;
    padding: 40px 5% 25px;
  }

  .l-top-access [lang=en] {
    font-size: 5rem;
    top: -35px;
  }

  .l-top-access .l-map {
    width: 100%;
    height: 300px;
  }
}

/*------------
Footer
--------------*/
.footer {
  position: relative;
}

.f-layout {
  padding: 65px 0 50px;
  background: var(--color_bg);
}

.f-wrapper {
  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;
  gap: 50px;
}

.f-wrapper .f-item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 475px;
  flex: 0 0 475px;
}

.f-wrapper .f-item:nth-of-type(2) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.f-logo {
  margin-bottom: 30px;
}

.site-map {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 30px;
}

.list-site-map>li+li {
  margin-top: 10px;
}

.list-site-map>li>a,
.list-site-map>li>p {
  display: inline-block;
  color: var(--color_tertiary);
}

.site-map-child {
  margin-top: 10px;
}

.site-map-child li+li {
  margin-top: 10px;
}

.site-map-child li a {
  display: inline-block;
  padding-left: 14px;
  position: relative;
}

.site-map-child li a::before {
  content: "";
  background: var(--color_primary);
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 14px;
}

@media (any-hover: hover) {
  .site-map a:hover {
    color: var(--color_primary);
  }
}

.site-map a:focus-visible {
  color: var(--color_primary);
}

.f-bnr-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}

.pagetop {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 5;
}

.pagetop a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 80px;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 0;
  background: var(--color_primary);
  color: #fff;
}

@media (max-width: 800px) {
  .f-layout {
    padding: 50px 0;
  }

  .f-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .f-wrapper .f-item:nth-of-type(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }

  .f-logo img {
    width: 200px;
  }

  .site-map {
    gap: 15px;
  }

  .list-site-map>li>a,
  .list-site-map>li>p,
  .site-map-child li a {
    font-size: 1.3rem;
  }

  .site-map-child li a::before {
    top: 11px;
  }

  .f-bnr-layout {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copyright {
    padding: 5px 0 55px;
  }

  .pagetop {
    display: none;
  }
}

/*------------
Under layout
--------------*/
.page-ttl {
  background: url(../images/under/pagettl_bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
}

.page-ttl::before {
  content: "";
  background: oklch(from #000 l c h/0.4);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.page-ttl h1,
.page-ttl p {
  height: 490px;
  padding-top: 80px;
  font-weight: 500;
  font-size: 5rem;
  color: #fff;
  letter-spacing: 0.2em;
  display: grid;
  place-items: center;
}

.breadcrumb ul {
  margin: 10px auto;
  max-width: 1024px;
  width: 90%;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.u-contents p+p {
  margin-top: 1em;
}

.u-h2,
.postdata h2,
.category-ttl {
  font-size: 3.8rem;
  text-align: center;
  line-height: 1.57;
  padding: 0 0 15px;
  position: relative;
  margin-bottom: 50px;
}

.u-h2::after,
.postdata h2::after,
.category-ttl::after {
  content: "";
  background: var(--color_primary);
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.u-h3,
.postdata h3 {
  font-size: 2.5rem;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 30px;
}

.u-h4,
.postdata h4 {
  font-size: 2rem;
  color: var(--color_primary);
  margin-bottom: 15px;
}

.ttl-style01 {
  font-size: 1.8rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.6;
}

.ttl-style01::before {
  content: "";
  background: var(--color_secondary);
  width: 5px;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
}

@media (max-width: 800px) {

  .page-ttl h1,
  .page-ttl p {
    padding-top: 40px;
    height: 180px;
    font-size: 2.5rem;
  }

  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
  }

  .u-h2,
  .postdata h2,
  .category-ttl {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .u-h3,
  .postdata h3 {
    font-size: 2rem;
  }

  .u-h4,
  .postdata h4 {
    font-size: 1.8rem;
  }
}

/*------------
Under parts
--------------*/
.short+.short {
  margin-top: 80px;
}

.x-short+.x-short {
  margin-top: 50px;
}

.tall {
  padding: 50px 0;
}

.tall:last-of-type {
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .short+.short {
    margin-top: 50px;
  }

  .x-short+.x-short {
    margin-top: 30px;
  }
}

.l-imgR,
.l-imgL {
  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;
}

.l-imgR .l-img,
.l-imgL .l-img {
  margin: 0 40px 0 0;
  width: 40%;
}

.l-imgR .l-img img,
.l-imgL .l-img img {
  border-radius: 10px;
}

.l-imgR .l-img.medium,
.l-imgL .l-img.medium {
  width: 34%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 25%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.l-imgR .l-img {
  margin: 0 0 0 40px;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

.img-br {
  border-radius: 10px;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    display: block;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.medium,
  .l-imgL .l-img.medium {
    width: 100%;
  }

  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }

  .l-imgR .l-img {
    margin: 0 0 15px;
  }

  .fl-imgR,
  .fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

/* グリッド */
.col1,
.col2,
.col3,
.col4 {
  display: -ms-grid;
  display: grid;
}

.col1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

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

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

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

@media (max-width: 800px) {

  .col2,
  .col3,
  .col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

/* リストデザイン */
.list-disc>li {
  position: relative;
  padding: 0 0 0 1em;
}

.list-disc:not(.col2):not(.col3):not(.col4)>li+li {
  margin-top: 5px;
}

.list-disc li:before {
  content: "・";
  color: var(--color_primary);
  position: absolute;
  top: 0;
  left: 0;
}

.box-style02 .list-disc>li::before {
  color: var(--color_tertiary);
}

.list-num {
  counter-reset: number;
}

.list-num>li {
  padding: 0 0 0 30px;
  position: relative;
}

.list-num>li:before {
  background: var(--color_primary);
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 1.1rem;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 2px;
  width: 20px;
  height: 20px;
}

.list-num:not(.col2):not(.col3):not(.col4)>li+li {
  margin-top: 5px;
}

.list-check>li {
  position: relative;
  padding: 0 0 0 25px;
}

.list-check>li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 2px solid var(--color_primary);
  border-bottom: 2px solid var(--color_primary);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 0;
}

.list-check:not(.col2):not(.col3):not(.col4)>li+li {
  margin-top: 5px;
}

.list-check-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  font-size: 16px;
}

.list-check-box input[type=checkbox] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #d6d9e0;
  border-radius: 0;
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 7px 0 0;
}

.list-check-box input[type=checkbox]:checked+span::before {
  content: "";
  display: block;
  border: solid var(--color_tertiary);
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.list-check-box input[type=checkbox]:focus-visible {
  border-color: var(--color_primary);
  outline: none;
}

.list-check-box:not(.col2):not(.col3):not(.col4)>li+li {
  margin-top: 5px;
}

.list-disc.col2,
.list-check.col2,
.list-num.col2,
.list-check-box.col2 {
  grid-gap: 5px 15px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3,
.list-check-box.col3 {
  grid-gap: 5px 15px;
}

.list-disc.col4,
.list-check.col4,
.list-num.col4,
.list-check-box.col4 {
  grid-gap: 5px 15px;
}

/* テーブルデザイン */
.table-style01 {
  background: #fff;
}

.table-style01 th,
.table-style01 td {
  border: 1px solid #c9c9c9;
  padding: 15px;
  vertical-align: middle;
}

.table-style01 th {
  background-color: var(--color_primary);
  color: #fff;
  font-weight: 500;
}

.table-style01 .bg01 {
  background-color: var(--color_bg);
  color: #333;
}

.table-style01 .bg02 {
  background-color: #eff0dd;
}

@media (max-width: 800px) {
  .table-style01 colgroup {
    display: none;
  }

  .table-style01 th,
  .table-style01 td {
    padding: 10px;
    line-height: 1.5;
  }

  .table-style01.sp-block {
    border-bottom: 1px solid #c9c9c9;
  }

  .table-style01.sp-block colgroup {
    display: none;
  }

  .table-style01.sp-block th,
  .table-style01.sp-block td {
    display: block;
  }

  .table-style01.sp-block td {
    border-width: 0 1px;
  }

  .table-scroll::before {
    content: "スクロールできます";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat left center/contain;
    width: 100%;
    height: 24.5px;
    margin-bottom: 5px;
    padding-left: 40px;
    position: sticky;
    top: 0;
    left: 0;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }

  .table-scroll.table-sticky .table-style01 th:first-child {
    position: sticky;
    top: 0;
    left: 0;
  }

  .table-scroll .table-style01 th,
  .table-scroll .table-style01 td {
    white-space: nowrap;
  }
}

.table-style02 tr {
  border-bottom: 1px solid #000;
}

.table-style02 tr:last-child {
  border-bottom: none;
}

.table-style02 th {
  padding: 15px;
}

.table-style02 td {
  border-left: 1px solid #000;
  padding: 15px;
}

/* アンカーリンク */
.list-anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
}

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

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

.list-anchor-link a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding-right: 25px;
}

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

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

@media (max-width: 800px) {
  .list-anchor-link {
    display: block;
  }

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

  .list-anchor-link a {
    padding: 0 0 0 30px;
  }

  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 2px;
  }
}

/* img-layout */
.img-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}

.img-layout01::before {
  content: "";
  background: var(--color_bg);
  width: 1800px;
  position: absolute;
  top: 85px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.img-layout01 .l-img {
  width: 56.64%;
  margin-left: -6.84%;
}

.img-layout01 .l-img img {
  border-radius: 10px;
}

@media (max-width: 1250px) {
  .img-layout01 .l-img {
    margin-left: -3%;
  }
}

.img-layout01 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 60px;
}

.img-layout01 .l-desc p+p {
  margin-top: 2em;
}

.img-layout01 .l-ttl {
  font-size: 2.5rem;
  line-height: 1.72;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color_tertiary);
  margin-bottom: 20px;
}

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

.img-layout01.reverse .l-img {
  margin-left: 0;
  margin-right: -6.84%;
}

@media (max-width: 1250px) {
  .img-layout01.reverse .l-img {
    margin-right: -3%;
  }
}

@media (max-width: 800px) {
  .img-layout01 {
    display: block;
    padding: 0 0 50px;
  }

  .img-layout01::before {
    top: 160px;
  }

  .img-layout01 .l-img,
  .img-layout01.reverse .l-img {
    width: 100%;
    margin: 0 0 20px;
  }

  .img-layout01 .l-desc {
    margin: 0;
  }

  .img-layout01 .l-desc p+p {
    margin-top: 1em;
  }

  .img-layout01 .l-ttl {
    font-size: 2rem;
  }
}

.img-layout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-layout02 .l-img {
  width: 43%;
  position: relative;
  z-index: 2;
}

.img-layout02 .l-img img {
  border-radius: 10px;
}

.img-layout02 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 65px 0 0 -70px;
  position: relative;
  padding: 50px 70px 60px 130px;
  background: var(--color_bg);
  border-radius: 10px;
}

.img-layout02 [lang=en] {
  font-family: var(--font_en);
  font-weight: 900;
  font-size: 5.5rem;
  color: transparent;
  -webkit-text-stroke: 1px var(--color_primary);
  line-height: 1;
  position: absolute;
  bottom: -20px;
  right: 35px;
  z-index: 2;
}

.img-layout02 .l-ttl {
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

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

.img-layout02.reverse .l-desc {
  margin-left: 0;
  margin-right: -70px;
  padding: 50px 130px 60px 70px;
}

.img-layout02.reverse [lang=en] {
  right: auto;
  left: 35px;
}

@media (max-width: 800px) {
  .img-layout02 {
    display: block;
  }

  .img-layout02 .l-img {
    width: 100%;
    margin: 0 0 10px;
  }

  .img-layout02 .l-desc,
  .img-layout02.reverse .l-desc {
    padding: 25px 5% 30px;
    margin: 0;
  }

  .img-layout02 [lang=en],
  .img-layout02.reverse [lang=en] {
    font-size: 3rem;
    bottom: -12px;
    left: auto;
    right: 5%;
  }

  .img-layout02 .l-ttl {
    font-size: 2rem;
  }
}

/* box-style */
.box-style01 {
  padding: 50px;
  background: var(--color_bg);
  border-radius: 10px;
  position: relative;
  margin-top: 45px;
}

.box-style01 [lang=en] {
  font-family: var(--font_en);
  font-weight: 900;
  font-size: 7.5rem;
  color: transparent;
  -webkit-text-stroke: 1px var(--color_primary);
  line-height: 1;
  position: absolute;
  top: -50px;
  left: 30px;
  z-index: 2;
}

.box-style01 .box-ttl {
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}

.box-style01 .box-ttl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--color_primary);
}

.box-style01 .box-ttl02 img {
  width: 25px;
  margin-right: 15px;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 25px 5%;
  }

  .box-style01 [lang=en] {
    font-size: 4rem;
    top: -30px;
    left: 20px;
  }

  .box-style01 .box-ttl {
    font-size: 2rem;
  }
}

.box-style02 {
  padding: 40px 50px 30px;
  background: var(--color_secondary);
  border-radius: 10px;
}

.box-style02 .ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin: 0 0 25px -50px;
}

.box-style02 .ttl-wrap [lang=en] {
  font-family: var(--font_en);
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.8;
  color: var(--color_tertiary);
  letter-spacing: 0.05em;
  padding: 3px 15px 3px 30px;
  background: #fff;
  position: relative;
  border-right: 1px solid #fff;
}

.box-style02 .ttl-wrap [lang=en]::after {
  content: "";
  width: 20px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: -1px;
}

.box-style02 .box-ttl {
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  color: #fff;
}

@media (max-width: 800px) {
  .box-style02 {
    padding: 25px 5%;
  }

  .box-style02 .ttl-wrap {
    margin: 0 0 20px calc(-5% - 1px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .box-style02 .ttl-wrap [lang=en] {
    font-size: 1.8rem;
    padding: 3px 15px 3px 5%;
  }

  .box-style02 .ttl-wrap [lang=en]::after {
    width: 15px;
  }

  .box-style02 .ttl-wrap .box-ttl {
    padding-left: 5%;
  }

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

.box-style03 {
  border: 2px solid var(--color_primary);
  background: #fff;
  border-radius: 10px;
  padding: 5%;
}

.box-style03 .box-ttl {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 25px;
}

.box-style03 .btn-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .box-style03 {
    padding: 20px;
  }

  .box-style03 .box-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

/* flow-style */
.flow-style01>li {
  background: var(--color_bg);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  position: relative;
}

.flow-style01>li+li::before {
  content: "";
  background: var(--color_tertiary);
  width: 12px;
  height: 24px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-style01 .list-img {
  text-align: center;
  margin-bottom: 25px;
}

.flow-style01 .list-img img {
  border-radius: 10px;
}

.flow-style01 .num {
  background: var(--color_primary);
  border-radius: 5px;
  display: table;
  color: #fff;
  font-family: var(--font_en);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.flow-style01 .list-ttl {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}

.flow-style01 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}

.flow-style01 .btn-more {
  min-width: 0;
  width: 100%;
}

.flow-style01.col3>li+li::before,
.flow-style01.col4>li+li::before {
  left: -6%;
}

.flow-style01.col2 {
  grid-gap: 40px;
}

.flow-style01.col3 {
  grid-gap: 30px;
}

.flow-style01.col4 {
  grid-gap: 20px;
}

@media (max-width: 800px) {

  .flow-style01.col2,
  .flow-style01.col3,
  .flow-style01.col4 {
    grid-gap: 15px;
  }

  .flow-style01 {
    grid-gap: 30px !important;
  }

  .flow-style01>li+li::before {
    left: 50% !important;
    top: -27px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  .flow-style01.sp-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0 !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }

  .flow-style01.sp-scroll>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }

  .flow-style01.sp-scroll>li+li::before {
    top: 50%;
    left: -9px !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.flow-style02>li {
  background-color: #fff;
  border: 2px solid var(--color_border);
  border-radius: 10px;
  padding: 20px 20px 20px 0;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 120px 1fr;
  position: relative;
}

.flow-style02>li+li {
  margin-top: 40px;
}

.flow-style02>li+li::before {
  content: "";
  width: 14px;
  height: 50px;
  background: url(../images/under/flow_arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow-style02 .num {
  text-align: center;
  font-family: var(--font_en);
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}

.flow-style02 .num::before {
  content: attr(data-en);
  display: block;
  font-size: 1.5rem;
  margin-bottom: 3px;
}

.flow-style02 .flow-ttl {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.flow-style02 .flow-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid var(--color_border);
  padding-left: 50px;
  line-height: 1.7;
}

.flow-style02 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 30px;
}

.flow-style02 .flow-img {
  width: 30%;
}

.flow-style02 .flow-img img {
  border-radius: 10px;
}

.flow-style02 .flow-read {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 800px) {
  .flow-style02 li {
    padding: 20px 20px 20px 0;
    grid-template-columns: 50px 1fr;
  }

  .flow-style02 .num {
    font-size: 2.5rem;
  }

  .flow-style02 .num::before {
    font-size: 1.2rem;
  }

  .flow-style02 .flow-ttl {
    margin-bottom: 5px;
  }

  .flow-style02 .flow-desc {
    padding-left: 20px;
    line-height: 1.5;
  }

  .flow-style02 .wrapper {
    display: block;
  }

  .flow-style02 .flow-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* tel-layout */
.tel-layout {
  background: var(--color_bg);
  max-width: 800px;
  padding: 5%;
  margin-inline: auto;
  border-radius: 10px;
}

.tel-layout .l-ttl {
  border-bottom: 1px solid var(--color_tertiary);
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tel-layout .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tel-layout .btn-tel {
  color: var(--color_text);
}

@media (max-width: 800px) {
  .tel-layout .l-ttl {
    font-size: 1.5rem;
    margin: 0 auto 25px;
  }

  .tel-layout .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tel-layout02 {
  background: #f5f5f5;
  max-width: 900px;
  padding: 50px;
  margin: 0 auto;
}

.tel-layout02 .l-ttl {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tel-layout02 .l-ttl .en {
  font-size: 15px;
}

.tel-layout02 .l-ttl .jp {
  font-size: 30px;
}

.tel-layout02 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 120px;
}

.tel-layout02 .wrap .col+.col {
  position: relative;
}

.tel-layout02 .wrap .col+.col::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #333 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
  background-repeat: repeat-y;
  background-size: 2px 9px;
  position: absolute;
  top: 0;
  left: -60px;
}

.tel-layout02 .col-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.tel-layout02 .l-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
}

.tel-layout02 .l-btn {
  border-radius: 5px;
  background: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  min-height: 70px;
  min-width: 300px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tel-layout02 .l-btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.tel-layout02 .l-btn:hover {
  background-color: var(--color_primary);
}

.tel-layout02 .l-time {
  display: grid;
  grid-gap: 5px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tel-layout02 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}

.tel-layout02 .l-time dt {
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  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;
}

@media (max-width: 800px) {
  .tel-layout02 {
    padding: 35px 25px;
  }

  .tel-layout02 .l-ttl {
    margin: 0 auto 25px;
  }

  .tel-layout02 .l-ttl .en {
    font-size: 12px;
  }

  .tel-layout02 .l-ttl .jp {
    font-size: 25px;
  }

  .tel-layout02 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 60px;
  }

  .tel-layout02 .wrap .col+.col::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #333 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
    background-repeat: repeat-x;
    background-size: 10px 2px;
    top: -30px;
    left: 0;
  }

  .tel-layout02 .l-tel {
    font-size: 30px;
  }

  .tel-layout02 .l-tel img {
    width: 25px;
  }

  .tel-layout02 .l-btn {
    font-size: 18px;
    min-height: 60px;
    min-width: 0;
  }

  .tel-layout02 .l-btn img {
    width: 25px;
  }
}

/* staff-layout */
.staff-layout .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 8%;
}

.staff-layout .l-img {
  width: 32%;
}

.staff-layout .l-img img {
  border-radius: 10px;
}

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

.staff-layout .job {
  font-weight: 500;
  margin-bottom: 10px;
}

.staff-layout .l-ttl {
  line-height: 1;
  margin-bottom: 35px;
}

.staff-layout .name {
  display: inline-block;
  font-size: 2.5rem;
}

.staff-layout .kana {
  display: inline-block;
  color: var(--color_secondary);
  font-size: 1.3rem;
  margin-left: 15px;
  font-family: var(--font_en);
  font-weight: 400;
}

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

.card-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  font-size: 14px;
}

.card-profile .item {
  background-color: var(--color_bg);
  border-radius: 10px;
  padding: 30px;
}

.card-profile .card-ttl {
  border-bottom: 1px solid var(--color_tertiary);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.dl-career {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px 15px;
  line-height: 1.5;
}

.dl-career dt {
  font-weight: 500;
}

@media (max-width: 800px) {
  .staff-layout .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .staff-layout .l-img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .staff-layout .l-ttl {
    margin-bottom: 25px;
  }

  .staff-layout .name {
    font-size: 2.2rem;
  }

  .staff-layout .kana {
    font-size: 1.2rem;
  }

  .staff-layout .card-profile {
    margin-top: 30px;
  }

  .card-profile {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .card-profile .item {
    padding: 20px;
  }
}

/* card */
.list-card01>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid var(--color_border);
  border-radius: 10px;
  padding: 25px;
}

.list-card01.bg01>li {
  background: var(--color_bg);
}

.list-card01 .list-img {
  text-align: center;
  margin-bottom: 25px;
}

.list-card01 .list-img img {
  border-radius: 10px;
}

.list-card01 .num {
  display: block;
  font-weight: 400;
  font-family: var(--font_en);
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card01 .list-ttl {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.list-card01 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}

.list-card01 .btn-more {
  width: 100%;
}

.list-card01 .btn-more span {
  min-width: 0;
  width: 100%;
}

.list-card01.col2 {
  grid-gap: 40px;
}

.list-card01.col3 {
  grid-gap: 30px;
}

.list-card01.col4 {
  grid-gap: 20px;
}

@media (max-width: 800px) {

  .list-card01.col2,
  .list-card01.col3,
  .list-card01.col4 {
    grid-gap: 15px;
  }
}

/* price-style */
.price-style {
  display: grid;
  grid-gap: 20px;
}

.price-style .list-intro {
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0 0 5px;
}

.price-style .list-desc {
  color: #747474;
  font-size: 1.3rem;
  margin-top: 8px;
}

@media (max-width: 800px) {
  .price-style {
    grid-gap: 15px;
  }

  .price-style .list-intro {
    font-size: 1.5rem;
  }
}

/* dl-style */
.dl-style01 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 5px 10px;
}

.dl-style01 dt {
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  padding: 1px 10px 2px;
  background: var(--color_primary);
  border-radius: 5px;
  color: #fff;
  display: grid;
  place-content: center;
}

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

.merit-demerit .item {
  background: #fff;
  border: 1px solid var(--color_primary);
  padding: 35px;
  border-radius: 10px;
}

.merit-demerit .item:nth-of-type(2) {
  border-color: var(--color_tertiary);
}

.merit-demerit .item-ttl {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 25px;
  color: var(--color_primary);
}

.merit-demerit .item-ttl::before {
  content: attr(data-en);
  font-size: 4rem;
  font-family: var(--font_en);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px var(--color_primary);
  letter-spacing: 0.05em;
  margin-right: 15px;
}

.merit-demerit .item:nth-of-type(2) .item-ttl {
  color: var(--color_tertiary);
}

.merit-demerit .item:nth-of-type(2) .item-ttl::before {
  -webkit-text-stroke: 1px var(--color_tertiary);
}

.merit-demerit .item:nth-of-type(2) .list-disc li::before {
  color: var(--color_tertiary);
}

@media (max-width: 800px) {
  .merit-demerit {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .merit-demerit .item {
    padding: 25px 5%;
  }

  .merit-demerit .item-ttl {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .merit-demerit .item-ttl::before {
    font-size: 3rem;
  }
}

/* faq-style */
.faq-style .item+.item {
  border-top: 1px dashed #ccc;
  margin-top: 30px;
  padding-top: 30px;
}

.faq-style dt {
  font-weight: bold;
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative;
}

.faq-style dd {
  position: relative;
  padding-left: 60px;
}

.faq-style dd .faq-icon {
  background-color: var(--color_secondary);
}

.faq-style .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: var(--color_primary);
  border-radius: 3px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-family: var(--font_en);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  .faq-style .item+.item {
    margin-top: 15px;
    padding-top: 15px;
  }

  .faq-style dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 1em;
}

.list-privacy li+li {
  margin-top: 3px;
}

.list-privacy li:before {
  content: "・";
  color: var(--color_primary);
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
.no-post {
  margin-bottom: 50px;
}

/* 普通投稿 */
.l-under-post {
  border-top: 1px solid #e8ecf0;
  margin-bottom: 50px;
}

.l-under-post>.post-item {
  border-bottom: 1px solid #f5f5f5;
}

.l-under-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.3s, padding 0.3s;
  transition: background-color 0.3s, padding 0.3s;
  padding: 15px 35px 15px 0;
  position: relative;
}

.l-under-post a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color_primary);
  border-right: 2px solid var(--color_primary);
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-under-post a::after {
  content: "";
  width: 20px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-under-post a:focus-visible::before {
  border-color: #fff;
}

.l-under-post a:focus-visible::after {
  background: var(--color_primary);
}

@media (any-hover: hover) {
  .l-under-post a:hover::before {
    border-color: #fff;
  }

  .l-under-post a:hover::after {
    background: var(--color_primary);
  }
}

.l-under-post .post-img {
  width: 150px;
  height: 105px;
  margin-right: 25px;
  border: 1px solid var(--color_bg);
  overflow: hidden;
  border-radius: 5px;
}

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

.l-under-post .post-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
}

.l-under-post time {
  display: block;
  font-family: var(--font_en);
  font-weight: 400;
  color: #ADADAD;
  font-size: 1.2rem;
}

.l-under-post .post-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
}

.l-under-post .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 10px;
  border-radius: 5px;
}

.l-under-post .no-post {
  padding: 25px 0;
}

@media (max-width: 800px) {
  .l-under-post a {
    padding: 20px 25px 20px 0;
  }

  .l-under-post a:hover {
    background-color: transparent;
  }

  .l-under-post .post-img {
    width: 120px;
    margin-right: 20px;
  }

  .l-under-post .post-img img {
    height: 90px;
  }

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

  .l-under-post time {
    font-size: 1rem;
  }

  .l-under-post .post-ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .l-under-post .category {
    font-size: 1rem;
  }

  .l-under-post .no-post {
    padding: 25px 0;
  }
}

/*詳細ページ*/
.single-post-layout {
  display: flow-root;
  border-bottom: 3px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto 50px;
}

.single-post-layout .l-ttl {
  border-bottom: 3px solid #eee;
  font-size: 2.4rem;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.single-post-layout .post-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.single-post-layout .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 1.2rem;
  font-family: var(--font_en);
  font-weight: 400;
  margin-right: 20px;
}

.single-post-layout .post-data .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 10px;
  border-radius: 5px;
}

@media (max-width: 800px) {
  .single-post-layout .l-ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

/*詳細ページ*/
.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:focus-visible {
  text-decoration: none;
}

@media (any-hover: hover) {
  .postdata a:hover {
    text-decoration: none;
  }
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

/*セレクト式カテゴリー*/
.select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px;
}

.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-family: "###";
  font-size: 1.6rem;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  background: #fff url(../images/share/ico_arrow_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;
  font-size: 1.6rem;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}

.select-area .select-category::-ms-expand {
  display: none;
}

@media (max-width: 800px) {
  .select-area {
    display: block;
    margin: 0 0 30px;
  }

  .select-area .select-item {
    margin: 0;
  }

  .select-area .select-item+.select-item {
    margin-top: 10px;
  }

  .select-area .select-ttl {
    font-size: 1.5rem;
  }
}

/*ページャー*/
.post-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-number span,
.post-number a {
  display: inline-block;
  color: var(--color_primary);
  border: 1px solid var(--color_primary);
  font-size: 1.3rem;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  margin: 0 4px;
}

.post-number a:focus-visible {
  background: var(--color_primary);
  color: #fff;
}

@media (any-hover: hover) {
  .post-number a:hover {
    background: var(--color_primary);
    color: #fff;
  }
}

.post-number .current {
  background: var(--color_primary);
  color: #fff;
}

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

.post-number-single a {
  display: inline-block;
}

.post-number-single .all {
  background: var(--color_primary);
  border: 1px solid var(--color_primary);
  color: #fff;
  font-size: 1.3rem;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}

.post-number-single .all:focus-visible {
  background: #fff;
  color: var(--color_primary);
}

@media (any-hover: hover) {
  .post-number-single .all:hover {
    background: #fff;
    color: var(--color_primary);
  }
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid var(--color_primary);
  width: 30px;
  height: 30px;
  position: relative;
}

.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--color_primary);
  margin: 0 auto;
  top: 12px;
}

.post-number-single .prev:focus-visible,
.post-number-single .next:focus-visible {
  background: var(--color_primary);
}

.post-number-single .prev:focus-visible::before,
.post-number-single .next:focus-visible::before {
  border-color: #fff;
}

@media (any-hover: hover) {

  .post-number-single .prev:hover,
  .post-number-single .next:hover {
    background: var(--color_primary);
  }

  .post-number-single .prev:hover::before,
  .post-number-single .next:hover::before {
    border-color: #fff;
  }
}

.post-number-single .prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 13px;
  border-left: 1px solid var(--color_primary);
}

.post-number-single .next::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid var(--color_primary);
}

/*-----------------------------------------------------------
投稿02
-----------------------------------------------------------*/
/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 320px);
  max-width: 1200px;
  margin-inline: auto;
}

.side-contents {
  padding: 0 40px;
  width: 320px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
  overflow-x: auto;
}

.side-contents-block+.side-contents-block {
  margin-top: 50px;
}

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 1.5rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 1.3rem;
  margin-bottom: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 1.4rem;
}

.side-area-links li::before {
  content: "";
  width: 5px;
  height: 8px;
  background-color: var(--color_primary);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 9px;
  left: 0;
}

.side-area-links li+li {
  margin-top: 5px;
}

.side-area-links a {
  display: inline-block;
}

.side-area-links a:focus-visible {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .side-area-links a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 800px) {
  .sidebar-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }

  .sidebar-layout .tall+.tall {
    margin-top: 50px;
  }

  .sidebar-layout.sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

  .main-contents {
    width: 100%;
    padding: 0;
  }

  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }

  .side-contents-ttl {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fade:focus-visible {
  opacity: 0.5;
}

@media (any-hover: hover) {
  .fade:hover {
    opacity: 0.5;
  }
}

.bold,
strong {
  font-weight: 500;
}

.red {
  color: #F44336;
}

.fs15_btn {
  font-size: 15px;
}

.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #dcddd0;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.u-catch {
  font-size: 2rem;
  font-weight: 500;
}

.notice {
  font-size: 1.4rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

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

.mt0 {
  margin-top: 0 !important;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.map {
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .mbXL {
    margin-bottom: 50px !important;
  }

  .map {
    height: 300px;
  }

  .u-catch {
    font-size: 1.6rem;
  }

  .fs15_btn {
    font-size: 12px;
  }
}

/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
splide
-------------*/
/*各種色設定*/
:root {
  --splide-arrow-color: #000;
  /*矢印*/
  --splide-focus-color: #000;
  /*タブ移動によるフォーカス時のアウトライン*/
  --splide-pagination-color: #000;
  /*アクティブ時のページネーション*/
  --splide-progress-color: #000;
  /*プログレスバー*/
  --splide-toggle-color: #000;
  /*再生ボタン*/
  --splide-track-color: #000;
  /*サムネイルの枠*/
}

.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 {
  background: #ddd;
  margin-top: 10px;
}

.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__controls {
  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;
  margin-top: 15px;
}

.splide__controls .splide__pagination {
  position: static;
}

.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: #e9e9e9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 64px;
  width: 64px;
  -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%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border: solid var(--color_primary);
  border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.splide__arrow svg {
  display: none;
}

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

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid var(--color_primary);
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: calc((100% - 870px) / 2);
}

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

.splide__arrow--next {
  right: calc((100% - 870px) / 2);
}

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

.splide__pagination {
  bottom: 15px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ddd;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  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: var(--splide-pagination-color);
  -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 var(--splide-focus-color);
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__progress__bar {
  background: var(--splide-progress-color);
  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 var(--splide-focus-color);
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid var(--splide-focus-color);
    outline-offset: -3px;
  }
}

.splide__toggle {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #737e80;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  height: 29px;
  width: 29px;
}

.splide__toggle:hover {
  background: var(--splide-toggle-color);
}

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

.splide__toggle:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  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 var(--splide-track-color);
}

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

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}

.under-slider01 .splide {
  padding-bottom: 20px;
}

.under-slider01 .splide__pagination {
  bottom: 0;
}

.under-slider02 .splide__track {
  overflow: visible;
}

@media (max-width: 800px) {
  .under-slider02 .splide__arrows {
    display: none;
  }
}

/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn-second-opinion {
  background: url(../images/bg_second-opinion.jpg) no-repeat center/cover;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  color: #fff;
  padding: 30px 90px;
  margin: 100px auto 0;
  max-width: 800px;
  position: relative;
}

.btn-second-opinion::before,
.btn-second-opinion::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-second-opinion::before {
  background: var(--color_primary);
  width: 44px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  right: 43px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-second-opinion:hover::before {
  background-color: var(--color_tertiary);
}

.btn-second-opinion::after {
  background: url(../images/share/btn_arrow_right.svg) no-repeat center/contain;
  width: 16px;
  height: 15px;
  right: 57px;
}

.btn-second-opinion .btn-ttl {
  margin-bottom: 25px;
}

.btn-second-opinion .btn-ttl [lang=en] {
  font-family: var(--font_en);
  font-weight: 900;
  font-size: 5.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1;
  margin-bottom: 10px;
  white-space: nowrap;
}

.btn-second-opinion .btn-ttl .jp {
  font-family: var(--font_jp);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media (max-width: 800px) {
  .btn-second-opinion {
    padding: 50px 30px 100px;
    margin: 50px auto 0;
  }

  .btn-second-opinion .btn-ttl [lang=en] {
    font-size: 4rem;
    white-space: pre-wrap;
    margin-bottom: 15px;
  }

  .btn-second-opinion .btn-ttl .jp {
    font-size: 2rem;
  }

  .btn-second-opinion::before,
  .btn-second-opinion::after {
    top: auto;
    bottom: 25px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .btn-second-opinion::before {
    right: auto;
    left: 30px;
  }

  .btn-second-opinion::after {
    right: auto;
    left: 45px;
    bottom: 39px;
  }
}

body:has(dialog:modal) {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  display: flow-root;
  overflow: clip;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.modal-contents {
  background-color: transparent;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 90%;
  max-width: 1024px;
}

.modal-contents[open] {
  -webkit-animation: slide-up 0.4s ease-out;
  animation: slide-up 0.4s ease-out;
}

.modal-contents::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.modal-contents::backdrop {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.modal-layout {
  display: grid;
  gap: 20px;
}

.modal-container {
  background-color: var(--color_secondary);
  border-radius: 10px;
  padding: 100px 50px 50px;
}

.modal-link {
  display: inline-block;
  background-color: #fff;
  border: 1px solid var(--color_tertiary);
  border-radius: 10px;
  font-size: 2.5rem;
  line-height: 2.2;
  padding: 56px 100px;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.modal-link::before {
  content: "";
  background: url(../images/share/arrow_btn.svg) no-repeat center/contain;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 50px;
  bottom: 30px;
}

.modal-close-top {
  cursor: pointer;
  background: var(--color_primary);
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 65px;
  height: 65px;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal-close-top::before,
.modal-close-top::after {
  background: #fff;
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal-close-top::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close-top::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close-top:hover,
.modal-close-top:focus {
  background: var(--color_tertiary);
}

@media (any-hover: hover) {
  .modal-link:hover {
    color: var(--color_primary);
  }
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

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

@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

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

@media (max-width: 800px) {
  .modal-contents {
    max-width: 100%;
  }

  .modal-container {
    padding: 50px 5% 25px;
  }

  .modal-layout {
    gap: 10px;
  }

  .modal-link {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 25px 5% 20px;
  }

  .modal-link::before {
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 15px;
  }

  .modal-close-top {
    right: 15px;
    top: 10px;
    width: 35px;
    height: 35px;
  }
}

/*-----------------------------------------------------------
チェックボックス
-----------------------------------------------------------*/
.list-checkbox input[type=checkbox] {
  position: relative;
  width: 27px;
  height: 27px;
  border: 3px solid var(--color_primary);
  background: #fff;
  top: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.list-checkbox input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(50deg);
  transform: translateX(-50%) rotate(50deg);
  width: 7px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.list-checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.list-checkbox li+li {
  margin-top: 30px;
}

.list-checkbox label {
  font-size: 2rem;
  font-family: var(--font_jp);
  font-weight: 500;
}

.list-checkbox .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-checkbox #checkbox01:checked~#btn-more {
  pointer-events: auto;
}

@media (max-width: 800px) {
  .list-checkbox input[type=checkbox] {
    top: 0;
  }

  .list-checkbox li {
    gap: 20px;
  }

  .list-checkbox label {
    font-size: 1.8rem;
  }
}


.u-before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.u-before-after .item {
  position: relative;
}

.u-before-after figure {
  position: relative;
}

.u-before-after p {
  font-family: var(--font_en);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--color_primary);
  position: absolute;
  left: 7px;
  bottom: 98%;
  z-index: 2;
}

@media (max-width: 800px) {
  .u-before-after {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


.box-editor {
  padding: 5%;
  background: #fff;
  border: 1px solid var(--color_primary);
  border-radius: 20px;
  position: relative;
}

.box-editor::before,
.box-editor::after {
  content: "";
  background: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  z-index: 2;
}

.box-editor::before {
  left: 30px;
  top: -1px;
}

.box-editor::after {
  right: 30px;
  bottom: -1px;
}

.box-editor .box-ttl {
  display: flex;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 25px;
  color: var(--color_primary);
}

.box-editor .box-ttl img {
  width: 25px;
  margin-right: 15px;
}

.box-editor .job {
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}

.box-editor .l-ttl {
  line-height: 1;
  margin-bottom: 35px;
}

.box-editor .name {
  display: inline-block;
  font-size: 2.5rem;
}

.box-editor .kana {
  display: inline-block;
  color: var(--color_secondary);
  font-size: 1.3rem;
  margin-left: 15px;
  font-family: var(--font_en);
  font-weight: 400;
}
