@charset "UTF-8";

:root {
  --color_body_bg: #fff;
  --color_text: #3B4355;
  --color_link: #3B4355;
  --color_border: #DCE2E2;
  --color_primary: #53E3A7;
  --color_secondary: #C36A55;
  --color_tertiary: #E7F8F1;
  --color_quaternary: #F8F1E5;
  --font_base: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  --font_jp: "Noto Sans JP", sans-serif;
  --font_en: "Lato", sans-serif;
}

/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
}

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

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

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

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}

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,
button,
textarea,
select {
  font: 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;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-color: inherit;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: inherit;
  text-indent: 0;
  width: 100%;
}

iframe {
  border-style: none;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

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

::selection {
  background: #d4dcd6;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }

  :lang(en) {
    --leading-trim: 0px;
  }
}

/*-----------------------------------------------------------
body
-----------------------------------------------------------*/
body,
html {
  width: 100%;
  min-height: 100%;
}

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

body {
  background-color: var(--color_bg);
  color: var(--color_text);
  font-size: 1.7rem;
  font-family: var(--font_base);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

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

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

.link:is(:hover, :focus) {
  text-decoration: none;
}

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

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

@media (max-width: 800px) {

  /*-----------------------------------------------------------
  body SP
  -----------------------------------------------------------*/
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

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

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
.header {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 100;
}

.h-container {
  padding: 0 125px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--color_text);
  color: #fff;
  padding: 5px 16px;
  border-radius: 0 0 3px 0;
  z-index: 1000;
  text-decoration: underline;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

.h-logo {
  margin: 0 auto 0 0;
}

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

.h-contact .btn-icon {
  font-size: 1.7rem;
  min-width: 200px;
  padding: 20px 30px 20px 70px;
}

.h-contact .btn-icon .icon {
  left: 35px;
}

.h-contact .btn-icon .icon img {
  vertical-align: -3px;
}

@media (max-width: 800px) {

  /*-----------------------------------------------------------
  header SP
  -----------------------------------------------------------*/
  .header {
    position: static;
  }

  .h-container {
    padding: 0 5%;
    height: 80px;
  }

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

  .h-contact {
    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_primary);
  border: 1px solid var(--color_primary);
  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: 0;
  right: 0;
  width: 100px;
  height: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999;
}

.navi-menu-btn:after {
  content: "Menu";
  color: var(--color_text);
  @inclide font02(14px);
  line-height: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navi-menu-btn .hamburger-line {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 44px;
  height: 1px;
  background: var(--color_text);
  -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: var(--color_text);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.navi-menu-btn[aria-expanded=true]:after {
  content: "Close";
}

.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(30deg);
  transform: rotate(30deg);
}

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

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

.sp-navi-btns {
  display: none;
}

/* 中身 */
.g-navi-contents {
  pointer-events: none;
  visibility: hidden;
  background: var(--color_quaternary);
  padding: 150px 0;
  position: fixed;
  inset: 0 0 0 auto;
  width: 90%;
  max-width: 1000px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 997;
}

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

/* レイアウト等 */
.g-navi-layout {
  max-width: 1500px;
  width: 80%;
  margin-inline: auto;
}

.g-navi-layout .item+.item {
  margin-top: 50px;
}

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

.g-navi-list-wrap>.g-navi-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g-navi-list>li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 10px;
}

.g-navi-list>li>a,
.g-navi-list>li>.no-link {
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor));
  background-image: linear-gradient(currentColor);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

.g-navi-list>li>a:is(:hover, :focus),
.g-navi-list>li>.no-link:is(:hover, :focus) {
  background-size: 100% 1px;
  background-position: bottom left;
}

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

.g-navi-list>li>ul>li {
  margin-bottom: 10px;
  padding: 0 0 0 23px;
  position: relative;
}

.g-navi-list>li>ul>li:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: var(--color_text);
  position: absolute;
  left: 0;
  top: 18px;
}

.g-navi-list>li>ul>li>a {
  font-size: 1.5rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor));
  background-image: linear-gradient(currentColor);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

.g-navi-list>li>ul>li>a:is(:hover, :focus) {
  background-size: 100% 1px;
  background-position: bottom left;
}

.navi-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.navi-address {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.g-navi-layout .tel-link-wrap {
  margin-bottom: 50px;
}

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

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

body.is-hidden {
  overflow-x: clip;
}

@media (max-width: 800px) {

  /*-----------------------------------------------------------
  g-navi SP
  -----------------------------------------------------------*/
  /* ボタン */
  .navi-menu-btn {
    background: none;
    top: auto;
    bottom: 0;
    right: 0;
    width: 25vw;
    height: 55px;
    z-index: 999;
  }

  .navi-menu-btn:after {
    content: "MENU";
    font-family: var(--font_jp);
    font-size: 1rem;
    bottom: 8px;
    color: #fff;
  }

  .navi-menu-btn .hamburger-line {
    top: 16px;
    width: 12px;
    background: #fff;
  }

  .navi-menu-btn .hamburger-line::before,
  .navi-menu-btn .hamburger-line::after {
    background: #fff;
  }

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

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

  .navi-menu-btn[aria-expanded=true]:after {
    content: "CLOSE";
  }

  :root {
    --navi-background: #53E3A7;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
  }

  /* ボタン類 */
  .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: 55px;
    z-index: 998;
  }

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

  .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-weight: bold;
    font-size: 1rem;
    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: 8px;
    stroke: var(--svg-stroke);
  }

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

  /* 中身 */
  .g-navi-contents {
    padding: 50px 0 100px;
    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: 90%;
  }

  .g-navi-list-wrap {
    display: block;
  }

  .g-navi-list-wrap .sp-list-col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .navi-logo {
    gap: 15px;
  }

  .navi-address {
    margin-bottom: 20px;
  }

  .g-navi-layout .tel-link-wrap {
    margin-bottom: 40px;
  }

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

  .navi-btn {
    display: -ms-grid;
    display: grid;
    gap: 15px;
  }
}

/*-----------------------------------------------------------
/*-----------------------------------------------------------
hero
-----------------------------------------------------------*/
.hero {
  margin-top: 50px;
  padding: 0 5%;
  position: relative;
}

.hero-ttl {
  position: absolute;
  left: min(115px, 4.44%);
  bottom: 20%;
  z-index: 5;
}

.hero-ttl .txt01 {
  color: var(--color_primary);
  font-family: var(--font_en);
  font-size: min(40px, 2.22vw);
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}

.hero-ttl .txt02 {}

.hero-ttl .txt02 .bg {
  display: block;
  background: var(--color_primary);
  color: #fff;
  font-size: min(40px, 2.22vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 10px 15px;
}

.hero-ttl .txt02 .bg+.bg {
  margin-top: min(20px, 1.11vw);
}

.hero-img {
  margin-left: auto;
  max-width: 55%;
  width: fit-content;
}

.hero-img img {}

@media (max-width: 800px) {

  .hero {
    margin: 0;
  }

  .hero-ttl {
    margin-top: -30px;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

  .hero-ttl .txt01 {
    font-size: 5vw;
  }

  .hero-ttl .txt02 {}

  .hero-ttl .txt02 .bg {
    font-size: 5vw;
    padding: 5px 8px;
  }

  .hero-ttl .txt02 .bg+.bg {
    margin-top: 2.5vw;
  }

  .hero-img {
    max-width: 100%;
  }

  .hero-img img {}
}

/*-----------------------------------------------------------
top contents
-----------------------------------------------------------*/
.container {
  margin-inline: auto;
  max-width: 1024px;
  width: 90%;
}

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

/*t-ttl*/
.t-ttl01 {
  margin-bottom: 60px;
}

.t-ttl01 .en {
  color: var(--color_primary);
  font-family: var(--font_en);
  font-size: 7.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.t-ttl01 .ttl {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.1em;
}

@media (max-width: 800px) {
  .t-ttl01 {
    margin-bottom: 40px;
  }

  .t-ttl01 .en {
    font-size: 4.5rem;
    margin-bottom: 5px;
  }

  .t-ttl01 .ttl {
    font-size: 2.1rem;
  }
}

/*sec01*/
.sec01 {
  padding: 150px 0 90px;
}

.sec01-layout {
  background-color: var(--color_tertiary);
  border-radius: 10px;
  position: relative;
  padding: 50px 85px 75px;
  margin-bottom: 20px;
}

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

.sec01-card-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sec01-card-link .btn {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color_primary);
  background: var(--color_primary);
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 22px 30px 22px 20px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sec01-card-link .btn:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: oklch(from var(--color_primary) 0.75 c h);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.sec01-card-link .btn:after {
  content: "";
  display: block;
  background: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

@media (hover: hover) {
  .sec01-card-link .btn:is(:hover, :focus)::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

.sec01-balloon-layout {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 50px;
  max-width: 868px;
  margin-inline: auto;
}

.sec01-balloon-layout .l-img {
  width: 200px;
}

.sec01-balloon-layout .l-desc {
  border: 2px solid var(--color_text);
  border-radius: 5px;
  padding: 35px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec01-balloon-layout .l-desc:before {
  content: "";
  background: #fff;
  position: absolute;
  pointer-events: none;
  width: 5px;
  height: 22px;
  left: 0;
  top: 40px;
  z-index: 2;
}

.sec01-balloon-layout .l-desc:after {
  content: "";
  background: url(../images/sec01-balloon.svg) no-repeat center/contain;
  position: absolute;
  pointer-events: none;
  width: 28px;
  height: 22px;
  left: -25px;
  top: 40px;
  z-index: 1;
}

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

  .sec01-layout {
    padding: 25px;
    margin-bottom: 40px;
  }

  .sec01-card-link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sec01-card-link .btn {
    font-size: 1.6rem;
    padding: 18px 40px 18px 20px;
  }

  .sec01-balloon-layout {
    display: block;
    margin-inline: auto;
  }

  .sec01-balloon-layout .l-img {
    width: 50%;
    margin: 40px auto 0;
  }

  .sec01-balloon-layout .l-desc {
    padding: 25px;
    font-size: 1.6rem;
  }

  .sec01-balloon-layout .l-desc:before {
    width: 22px;
    height: 5px;
    left: calc(50% - 11px);
    top: auto;
    bottom: 0;
  }

  .sec01-balloon-layout .l-desc:after {
    rotate: 270deg;
    left: calc(50% - 14px);
    top: auto;
    bottom: -22px;
  }
}

/*sec02*/
.sec02 {
  position: relative;
  padding: 125px 0 150px;
}

.sec02:before {
  content: "";
  background: var(--color_quaternary);
  border-radius: 160px 0 0 0;
  position: absolute;
  inset: 0 0 0 max(2.5%, 50% - 800px);
  z-index: -1;
}

.sec02 .btn-wrap {
  margin-top: 100px;
}

.sec02-card-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1400px;
  width: 90%;
  margin-inline: auto;
  gap: 50px 3.95%;
}

.sec02-card-layout .card-item {
  width: 30.7%;
}

.sec02-card-layout .card-item .card-img {
  padding: 0 0 0 9%;
}

.sec02-card-layout .card-item .card-img img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: 247px;
}

.sec02-card-layout .card-item .card-ttl {
  position: relative;
}

.sec02-card-layout .card-item .card-ttl .num {
  color: #fff;
  font-family: var(--font_en);
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -0.7em;
  z-index: 1;
}

.sec02-card-layout .card-item .card-ttl .ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 2;
}

.sec02-card-layout .card-item .card-ttl .ttl .big {
  font-size: 141%;
}

.sec02-card-layout .card-item .card-txt {
  padding: 0 0 0 30px;
}

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

  .sec02:before {
    border-radius: 0;
    inset: 0;
  }

  .sec02 .btn-wrap {
    margin-top: 30px;
    padding: 0 5%;
  }

  .sec02-card-layout {
    gap: 30px 4%;
  }

  .sec02-card-layout .card-item {
    width: 48%;
  }

  .sec02-card-layout .card-item .card-img {
    padding: 0 0 0 9%;
    margin-bottom: 10px;
  }

  .sec02-card-layout .card-item .card-img img {
    height: 25.3vw;
  }

  .sec02-card-layout .card-item .card-ttl .num {
    font-size: 5rem;
    left: 0;
    top: -0.7em;
    z-index: 1;
  }

  .sec02-card-layout .card-item .card-ttl .ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding: 0;
  }

  .sec02-card-layout .card-item .card-ttl .ttl .big {
    font-size: 2rem;
  }

  .sec02-card-layout .card-item .card-txt {
    padding: 0;
    font-size: 1.3rem;
  }
}

/*sec03*/
.sec03 {
  padding: 150px 0;
}

.sec03-layout {
  padding: 88px;
  border-radius: 10px;
  background: var(--color_tertiary);
  position: relative;
}

.sec03-layout .l-catch {
  font-weight: bold;
  font-size: 2.4rem;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--color_primary);
  margin-bottom: 40px;
}

.sec03-layout .l-catch .big {
  font-size: 141%;
}

.sec03-layout .list-disc {
  font-size: 1.8rem;
}

.sec03-layout .l-btn {
  position: absolute;
  right: 88px;
  top: 88px;
}

.sec03-box {
  border: 6px solid var(--color_quaternary);
  border-radius: 10px;
  padding: 35px 60px;
  max-width: 780px;
  margin: 125px auto 0;
  position: relative;
}

.sec03-box:before {
  content: "";
  display: block;
  background: url(../images/sec03-box_deco01.svg) no-repeat center/contain;
  width: 111px;
  height: 96px;
  position: absolute;
  right: 24px;
  top: -35px;
  z-index: 2;
}

.sec03-box::after {
  content: "";
  display: block;
  background: url(../images/sec03-box_deco02.svg) no-repeat center/contain;
  width: 94px;
  height: 74px;
  position: absolute;
  left: 32px;
  bottom: -20px;
  z-index: 2;
}

.sec03-box .box-ttl {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}

.sec03-box .box-catch {
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--color_primary);
  text-align: center;
}

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

  .sec03-layout {
    padding: 25px;
  }

  .sec03-layout .l-catch {
    font-size: 1.7rem;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    margin-bottom: 25px;
  }

  .sec03-layout .list-disc {
    font-size: 1.4rem;
  }

  .sec03-layout .l-btn {
    position: static;
    margin-top: 30px;
  }

  .sec03-box {
    padding: 60px 25px;
    margin: 80px auto 0;
  }

  .sec03-box:before {
    width: 89px;
    height: 77px;
    right: 20px;
    top: -35px;
  }

  .sec03-box::after {
    width: 76px;
    height: 60px;
    left: 26px;
    bottom: -25px;
  }

  .sec03-box .box-ttl {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }

  .sec03-box .box-catch {
    font-size: 1.7rem;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
  }
}

/*sec04*/
.sec04 {
  padding: 0 0 150px;
}

.sec04-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: minmax(0, 1fr) 10% 33.3%;
  grid-template: auto 1fr/minmax(0, 1fr) 33.3%;
  gap: 0 10%;
}

.sec04-layout .l-ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}

.sec04-layout .l-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}

.sec04-layout .l-desc {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

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

  .sec04-layout {
    display: block;
  }

  .sec04-layout .l-img {
    margin-bottom: 20px;
  }
}

/*sec05*/
.sec05 {
  padding: 120px 0;
  position: relative;
}

.sec05:before {
  content: "";
  background: #E1F4D7;
  border-radius: 0 160px 0 0;
  position: absolute;
  inset: 0 max(2.5%, 50% - 800px) 0 0;
  z-index: -1;
}

.sec05-card-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 50px;
  margin-bottom: 50px;
}

.sec05-card-layout .card-item {
  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;
}

.sec05-card-layout .card-item .card-img {
  width: 270px;
  padding-bottom: 50px;
}

.sec05-card-layout .card-item .card-img img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: 276px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sec05-card-layout .card-item .card-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.sec05-card-layout .card-item .card-ttl .ttl {
  font-weight: bold;
  font-size: 2.6rem;
}

.sec05-card-layout .card-item .card-ttl .ttl:after {
  content: "";
  display: inline-block;
  background: var(--color_text);
  -webkit-mask: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  mask: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  vertical-align: middle;
  margin-left: 20px;
}

.sec05-card-layout .card-item .card-ttl .en {
  color: #fff;
  font-family: var(--font_en);
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}

@media (hover: hover) {
  .sec05-card-layout .card-item:is(:hover, :focus) .card-img img {
    rotate: 8deg;
  }

  .sec05-card-layout .card-item:is(:hover, :focus):nth-of-type(even) .card-img img {
    rotate: -8deg;
  }

  .sec05-card-layout .card-item:is(:hover, :focus) .card-ttl .en {
    color: var(--color_primary);
  }
}

.sec05-layout {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: auto minmax(0, 1fr);
  grid-template: auto 1fr/auto minmax(0, 1fr);
  gap: 0 5rem;
}

.sec05-layout .l-ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  margin-bottom: 30px;
}

.sec05-layout .l-ttl .en {
  color: var(--color_primary);
  font-family: var(--font_en);
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.sec05-layout .l-ttl .ttl {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.sec05-layout .l-desc {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

  .sec05:before {
    border-radius: 0;
    inset: 0;
  }

  .sec05-card-layout {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 40px 0;
    margin-bottom: 40px;
  }

  .sec05-card-layout .card-item .card-img {
    width: 50%;
    padding-bottom: 45px;
  }

  .sec05-card-layout .card-item .card-img img {
    height: 56.25vw;
    margin-left: -20px;
  }

  .sec05-card-layout .card-item .card-ttl .ttl {
    font-size: 2rem;
  }

  .sec05-card-layout .card-item .card-ttl .ttl:after {
    margin-left: 15px;
    vertical-align: 1px;
  }

  .sec05-card-layout .card-item .card-ttl .en {
    font-size: 7rem;
  }

  .sec05-layout {
    padding: 25px;
    display: block;
  }

  .sec05-layout .l-ttl {
    margin-bottom: 20px;
  }

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

/*sec06*/
.sec06 {
  padding: 140px 0;
}

.sec06 .btn-wrap {
  margin-top: 50px;
}

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

  .sec06 .btn-wrap {
    margin-top: 30px;
  }
}

/*sec07*/
.sec07 {
  padding: 0 0 130px;
  overflow: hidden;
}

.sec07-layout {
  background-color: var(--color_tertiary);
  border-radius: 10px;
  padding: 40px 50px 30px 170px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: auto minmax(0, 1fr);
  grid-template: auto 1fr/auto minmax(0, 1fr);
  gap: 0 5rem;
  position: relative;
}

.sec07-layout .l-ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  margin-bottom: 30px;
}

.sec07-layout .l-ttl .en {
  color: var(--color_primary);
  font-family: var(--font_en);
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.sec07-layout .l-ttl .ttl {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.sec07-layout .l-desc {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.sec07-layout .l-img {
  position: absolute;
  left: -40px;
  bottom: -40px;
  z-index: 2;
}

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

  .sec07-layout {
    padding: 30px 30px 140px;
    display: block;
  }

  .sec07-layout .l-ttl {
    margin-bottom: 20px;
  }

  .sec07-layout .l-btn {
    text-align: center;
    margin-top: 30px;
  }

  .sec07-layout .l-img {
    left: 0;
    bottom: -40px;
    width: 135px;
  }
}

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

.footer:before {
  content: "";
  background: var(--color_text);
  border-radius: 160px 0 0 0;
  position: absolute;
  inset: 155px 0 0;
  z-index: -1;
}

.f-contact {
  background-color: var(--color_primary);
  border-radius: 10px;
  padding: 50px 0;
  width: 90%;
  max-width: 1024px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.f-contact .item+.item {
  position: relative;
}

.f-contact .item+.item:before {
  content: "";
  background: var(--color_text);
  width: 1px;
  position: absolute;
  inset: 0 auto;
}

.f-contact .item-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px;
}

.f-contact .item-txt {
  text-align: center;
  margin-bottom: 25px;
}

.f-contact .item-btn {
  text-align: center;
}

.f-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58.3% 6.66% minmax(0, 1fr);
  grid-template-columns: 58.3% minmax(0, 1fr);
  max-width: 1200px;
  width: 90%;
  padding: 70px 0 0;
  margin: 0 auto 60px;
  gap: 0 6.66%;
}

.f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.f-address {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 20px;
}

.footer .tel-link-wrap {
  margin-bottom: 50px;
  color: #fff;
}

.footer .tel-link-wrap .tel-link:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer .tel-link-wrap .tel-time {
  color: #fff;
}

.sitemap>ul+ul {
  border-top: 1px solid #B5B8BF;
  padding-top: 30px;
  margin-top: 30px;
}

.sitemap>ul>li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 10px;
}

.sitemap>ul>li>a,
.sitemap>ul>li>.no-link {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor));
  background-image: linear-gradient(currentColor);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

.sitemap>ul>li>a:is(:hover, :focus),
.sitemap>ul>li>.no-link:is(:hover, :focus) {
  background-size: 100% 1px;
  background-position: bottom left;
}

.sitemap>ul>li>ul {
  margin-top: 10px;
}

.sitemap>ul>li>ul>li {
  margin-bottom: 10px;
  padding: 0 0 0 23px;
  position: relative;
}

.sitemap>ul>li>ul>li:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #B5B8BF;
  position: absolute;
  left: 0;
  top: 19px;
}

.sitemap>ul>li>ul>li>a {
  color: #B5B8BF;
  font-size: 1.5rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor));
  background-image: linear-gradient(currentColor);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

.sitemap>ul>li>ul>li>a:is(:hover, :focus) {
  background-size: 100% 1px;
  background-position: bottom left;
}

.sitemap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}

.sitemap02>li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 10px;
}

.sitemap02>li+li:before {
  color: #fff;
  content: "｜";
}

.sitemap02>li>a,
.sitemap02>li>.no-link {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor));
  background-image: linear-gradient(currentColor);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

.sitemap02>li>a:is(:hover, :focus),
.sitemap02>li>.no-link:is(:hover, :focus) {
  background-size: 100% 1px;
  background-position: bottom left;
}

.copyright {
  color: #B5B8BF;
  font-size: 1.2rem;
  font-family: var(--font_jp), Verdana, "Droid Sans";
  padding: 20px 0 45px;
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}

.pagetop {
  position: absolute;
  right: 2%;
  top: 350px;
}

@media (max-width: 800px) {

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

  .footer:before {
    border-radius: 0;
    inset: 100px 0 0;
  }

  .f-contact {
    padding: 50px 25px;
    display: block;
  }

  .f-contact .item+.item {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }

  .f-contact .item+.item:before {
    width: 100%;
    height: 1px;
    inset: 0 0 auto;
  }

  .f-contact .item-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .f-contact .item-txt {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .f-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin: 0 auto 30px;
  }

  .f-logo {
    gap: 15px;
  }

  .f-address {
    margin-bottom: 20px;
  }

  .footer .tel-link-wrap {
    margin-bottom: 40px;
  }

  .sitemap>ul.list-col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .sitemap>ul>li>ul>li:before {
    top: 14px;
  }

  .copyright {
    padding: 15px 0 100px;
  }

  .pagetop {
    right: 5%;
    top: auto;
    bottom: 70px;
    width: 60px;
  }
}

/*-----------------------------------------------------------
under
-----------------------------------------------------------*/
.u-contents p+p {
  margin-top: 15px;
}

/*------------
パンくず
--------------*/
.breadcrumb {
  margin: 5px 0 55px;
  width: 100%;
}

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

.breadcrumb ul li {
  color: #888;
  font-size: 1.3rem;
  display: inline;
}

.breadcrumb ul li a {
  text-decoration: underline;
}

@media (hover: hover) {
  .breadcrumb ul li a:is(:hover, :focus) {
    text-decoration: none;
  }
}

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

@media (max-width: 800px) {
  .breadcrumb {
    margin: 5px 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

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

/*------------
page ttl
--------------*/
.page-ttl {
  padding: 0 5.5%;
  height: 400px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: 90px;
}

.page-ttl:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 12.4%;
  background: var(--color_tertiary) url(../images/under/page-ttl.svg) no-repeat center bottom;
  border-radius: 0 0 0 160px;
  z-index: -1;
}

.page-ttl .ttl {
  font-weight: bold;
  font-size: 4.4rem;
}

@media (max-width: 800px) {
  .page-ttl {
    height: 180px;
    margin-bottom: 60px;
  }

  .page-ttl:before {
    background: var(--color_tertiary) url(../images/under/page-ttl.svg) no-repeat left 12.4vw bottom 0/100%;
    border-radius: 0 0 0 40px;
  }

  .page-ttl .ttl {
    font-size: 2.5rem;
  }
}

/*------------
見出し
--------------*/
.u-h2,
.postdata h2 {
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 40px;
  position: relative;
}

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

.u-h3,
.postdata h3 {
  border-bottom: 1px solid var(--color_border);
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0 0 10px;
  margin: 0 0 30px;
}

.u-h3.fs30 {
  font-size: 3rem;
}

.u-h4,
.postdata h4 {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  position: relative;
}

.u-h4::before,
.postdata h4::before {
  content: "";
  background: var(--color_primary);
  width: 2px;
  height: 26px;
  position: absolute;
  top: 3px;
  left: 0;
}

.num-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.num-ttl .num {
  border-radius: 50px;
  background-color: #333;
  color: #fff;
  font-family: var(--font_en);
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  line-height: 38px;
  text-align: center;
}

.u-catch {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}

.u-catch02 {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
}

@media (max-width: 800px) {

  .u-h2,
  .postdata h2 {
    font-size: 2.3rem;
    padding: 0 0 20px;
    margin: 0 0 30px;
  }

  .u-h2::after,
  .postdata h2::after {
    width: 40px;
  }

  .u-h3,
  .postdata h3,
  .u-h3.fs30 {
    font-size: 2rem;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }

  .u-h4,
  .postdata h4 {
    font-size: 1.8rem;
    padding: 0 0 0 15px;
    margin: 0 0 15px;
  }

  .u-h4::before,
  .postdata h4::before {
    height: 20px;
  }

  .num-ttl {
    font-size: 2rem;
    gap: 10px;
    margin-bottom: 20px;
  }

  .num-ttl .num {
    font-size: 1.4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    line-height: 30px;
    text-align: center;
  }

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

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

/*------------
section
--------------*/
.x-short+.x-short {
  margin-top: 40px;
}

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

.tall {
  margin: 0 0 90px;
}

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

  .tall {
    margin: 0 0 60px;
  }
}

/*------------
column
--------------*/
.col2,
.col2-col2,
.col3,
.col3-col2,
.col4,
.col4-col2 {
  display: -ms-grid;
  display: grid;
}

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

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

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

@media (max-width: 800px) {

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

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

/*------------
layout
--------------*/
/*l-imgR l-imgL*/
.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.center,
.l-imgL.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.l-imgR .l-img.half,
.l-imgL .l-img.half {
  width: 48%;
}

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

.l-imgR .l-img .caption,
.l-imgL .l-img .caption {
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: center;
}

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

.l-imgR.center,
.l-imgL.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl-imgR,
.fl-imgL {
  display: flow-root;
}

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

.fl-imgR .l-img.half,
.fl-imgL .l-img.half {
  width: 48%;
}

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

.fl-imgR .l-img {
  float: right;
  margin: 0 0 15px 4%;
}

.fl-imgL .l-img {
  float: left;
  margin: 0 4% 15px 0;
}

.fl-imgR .l-img.half,
.fl-imgL .l-img.half {
  width: 48%;
}

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

@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.half,
  .l-imgL .l-img.half {
    width: 100%;
  }

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

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

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

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

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

/*------------
list
--------------*/
.list-disc li {
  position: relative;
  padding: 0 0 0 1em;
}

.list-disc li:before {
  background: var(--color_primary);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 0.4em;
  height: 0.4em;
}

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

.list-decimal {
  padding-left: 22px;
}

.list-decimal li {
  list-style: decimal;
}

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

.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-family: var(--font_en);
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: 0.7em;
  left: 0;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
}

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

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

.list-check li:before {
  content: "";
  background: var(--color_primary);
  -webkit-mask: url(../images/share/icon_check.svg) no-repeat center/contain;
  mask: url(../images/share/icon_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 18px;
  height: 18px;
}

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

.list-col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.list-col3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 0.7em;
  }

  .list-num li:before {
    top: 0.3em;
  }

  .list-check li:before {
    top: 0.2em;
  }

  .list-col2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .list-col3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/*------------
table
--------------*/
.table-style01 {
  border-collapse: collapse;
  width: 100%;
}

.table-style01 th,
.table-style01 td {
  padding: 15px;
  border: 1px solid var(--color_border);
  vertical-align: middle;
}

.table-style01 th {
  background: var(--color_primary);
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.table-style01 td {
  background: #fff;
  font-size: 1.5rem;
}

.table-style02 {
  border-collapse: collapse;
  width: 100%;
}

.table-style02 th,
.table-style02 td {
  padding: 15px;
  border: 1px solid var(--color_border);
  vertical-align: middle;
}

.table-style02 th {
  background: var(--color_tertiary);
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.table-style02 thead th {
  background: var(--color_primary);
}

.table-style02 td {
  background: #fff;
  font-size: 1.5rem;
}

@media (max-width: 800px) {
  .table-style01.sp-block {
    border: 1px solid var(--color_border);
  }

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

  .table-style01.sp-block th,
  .table-style01.sp-block td {
    border: none;
    display: block;
    width: 100%;
  }

  .table-style01 th,
  .table-style01 td {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .table-style02 th,
  .table-style02 td {
    font-size: 1.4rem;
    line-height: 1.5;
  }

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

  .table-scroll:before {
    content: "横にスクロールできます。";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat left center/20px;
    min-height: 16px;
    font-size: 1.3rem;
    padding: 0 0 0 30px;
    margin-bottom: 5px;
  }

  .table-scroll table {
    width: 200%;
  }
}

/*------------
アンカーリンク
--------------*/
.list-anchor-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.list-anchor-link>li {
  display: -ms-grid;
  display: grid;
}

.list-anchor-link>li>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: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color_primary);
  background: var(--color_primary);
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 22px 40px 22px 20px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.list-anchor-link>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: oklch(from var(--color_primary) 0.75 c h);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.list-anchor-link>li>a:after {
  content: "";
  display: block;
  background: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

@media (hover: hover) {
  .list-anchor-link>li>a:is(:hover, :focus)::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

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

  .list-anchor-link>li {
    display: -ms-grid;
    display: grid;
  }

  .list-anchor-link>li>a {
    font-size: 1.6rem;
    padding: 18px 40px 18px 20px;
  }
}

/*------------
カードデザイン
--------------*/
/*card-layout01*/
.card-layout01>.card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--color_tertiary);
  padding: 25px;
  position: relative;
}

.card-layout01 .card-ttl {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
}

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

.card-layout01 .card-img {
  text-align: center;
  margin-bottom: 15px;
}

.card-layout01 .card-desc {
  margin-bottom: 30px;
}

.card-layout01 .card-btn {
  text-align: center;
  margin-top: auto;
}

/*card-layout02*/
.card-layout02>.card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid var(--color_text);
  background: #fff;
  padding: 25px;
}

.card-layout02 .card-img {
  text-align: center;
  margin-bottom: 15px;
}

.card-layout02 .card-num {
  display: block;
  color: var(--color_primary);
  font-family: var(--font_en);
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.card-layout02 .card-ttl {
  border-bottom: 1px solid var(--color_text);
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.card-layout02 .card-desc {
  margin-bottom: 30px;
}

.card-layout02 .card-btn {
  text-align: center;
  margin-top: auto;
}

@media (max-width: 800px) {
  .card-layout02>.card-item {
    padding: 15px;
  }

  .card-layout02 .card-ttl {
    font-size: 1.8rem;
  }
}

/*------------
flow
--------------*/
/*flow-layout01*/
.flow-layout01>.flow-item {
  background-color: #fff;
  border: 1px solid var(--color_text);
  padding: 20px 20px 20px 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  position: relative;
}

.flow-layout01>.flow-item+.flow-item {
  margin-top: 40px;
}

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

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

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

.flow-layout01 .flow-ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}

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

.flow-layout01 .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-layout01 .flow-img {
  width: 30%;
}

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

.flow-layout01 p+p {
  margin-top: 1em;
}

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

  .flow-layout01 .num {
    font-size: 25px;
  }

  .flow-layout01 .num::before {
    font-size: 12px;
  }

  .flow-layout01 .flow-ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

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

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

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

/*flow-layout02*/
.flow-layout02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 56px;
}

.flow-layout02>li {
  border: 2px solid var(--color_text);
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.33;
  text-align: center;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  position: relative;
}

.flow-layout02>li:before {
  content: "";
  display: block;
  width: 36px;
  height: 30px;
  background: url(../images/under/flow-layout-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: -50px;
  top: 22px;
}

.flow-layout02>li[data-arrow]:after {
  content: attr(data-arrow);
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: -80px;
  top: calc(100% + 10px);
  min-width: 100px;
}

.flow-layout02>li:last-of-type:before,
.flow-layout02>li:last-of-type:after {
  content: none;
}

@media (max-width: 800px) {
  .flow-layout02 {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
  }

  .flow-layout02>li {
    font-size: 1.6rem;
    padding: 20px;
  }

  .flow-layout02>li:before {
    rotate: 90deg;
    right: calc(50% - 18px);
    top: auto;
    bottom: -46px;
  }

  .flow-layout02>li[data-arrow]:after {
    font-size: 1.4rem;
    width: calc(50% - 18px);
    right: 0;
    top: auto;
    bottom: -56px;
    min-width: 0;
    min-height: 56px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flow-layout02>li:last-of-type:before,
  .flow-layout02>li:last-of-type:after {
    content: none;
  }
}

/*------------
ボックスデザイン
--------------*/
/*box-style01*/
.box-style01 {
  background: #fff;
  border: 2px solid var(--color_text);
  border-radius: 10px;
  padding: 40px 50px;
}

.box-style01 .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 57px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-style01 .box-inner>.box-img {
  width: 190px;
}

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

.box-style01 .box-ttl {
  background: var(--color_primary);
  border-radius: 5px;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 14px 20px;
  text-align: center;
  margin-bottom: 25px;
}

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

  .box-style01 .box-inner {
    display: block;
  }

  .box-style01 .box-inner>.box-img {
    width: 50%;
    margin: 0 auto 25px;
    text-align: center;
  }

  .box-style01 .box-ttl {
    font-size: 2rem;
    padding: 14px;
    margin-bottom: 20px;
  }
}

/*box-style02*/
.box-style02 {
  background: var(--color_tertiary);
  border-radius: 10px;
  padding: 40px;
}

.box-style02 .box-ttl {
  display: flex;
  align-items: center;
  gap: 15px 30px;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 25px;
}

.box-style02 .box-ttl .icon {
  display: inline-block;
  height: 40px;
}

.box-style02 .box-ttl .icon img {
  height: 40px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

  .box-style02 .box-ttl {
    flex-wrap: wrap;
    gap: 10px 15px;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .box-style02 .box-ttl .icon {
    height: 30px;
  }

  .box-style02 .box-ttl .icon img {
    height: 30px;
  }
}

/*box-style03*/
.box-style03 {
  background: var(--color_quaternary);
  border-radius: 10px;
  padding: 40px;
}

.box-style03>.box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.box-style03>.box-ttl img {
  margin-right: 15px;
  vertical-align: -4px;
}

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

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

/*box-style04*/
.box-style04 {
  background: #fff;
  border: 2px solid var(--color_text);
  border-radius: 10px;
  padding: 40px;
}

.box-style04 .box-ttl {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 35px;
}

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

  .box-style04 .box-ttl {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
}

/*------------
dl-style
--------------*/
.dl-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dl-style01 dt {
  background: var(--color_primary);
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 10px;
  width: 25%;
}

.dl-style01 dt .num {
  display: block;
  font-family: var(--font_en);
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.dl-style01 dd {
  background: var(--color_quaternary);
  padding: 20px;
  margin-bottom: 10px;
  width: 75%;
}

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

  .dl-style01 dt {
    font-size: 1.8rem;
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
  }

  .dl-style01 dd {
    padding: 15px;
    width: 100%;
  }
}

.dl-style02 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dl-style02 .item+.item {
  margin-top: 70px;
  position: relative;
}

.dl-style02 .item+.item::before,
.dl-style02 .item+.item::after {
  content: "";
  display: block;
  background: var(--color_text);
  position: absolute;
  top: -37px;
  left: calc(50% - 15px);
  width: 30px;
  height: 4px;
}

.dl-style02 .item+.item:after {
  rotate: 90deg;
}

.dl-style02 dt {
  background: var(--color_primary);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 20px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
}

.dl-style02 dd {
  background: var(--color_quaternary);
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

  .dl-style02 .item+.item::before,
  .dl-style02 .item+.item::after {
    top: -27px;
    left: calc(50% - 10px);
    width: 20px;
  }

  .dl-style02 dt {
    font-size: 1.8rem;
    width: 70px;
  }
}

/*------------
faq-list
--------------*/
.faq-style {
  border-top: 1px solid var(--color_border);
}

.faq-style>dt {
  padding: 18px 5rem;
  position: relative;
}

.faq-style>dd {
  padding: 0 5rem 18px;
  position: relative;
  border-bottom: 1px solid var(--color_border);
}

.faq-style>dt .faq-icon {
  border: 1px solid var(--color_text);
  background-color: var(--color_text);
  color: #fff;
  top: 15px;
  left: 0;
}

.faq-style>dd .faq-icon {
  border: 1px solid var(--color_secondary);
  background-color: var(--color_secondary);
  color: #fff;
  top: 0;
  left: 0;
}

.faq-style .faq-ttl {
  font-weight: bold;
  font-size: 1.6rem;
}

.faq-style .faq-icon {
  border-radius: 50px;
  font-family: var(--font_en);
  font-size: 1.5rem;
  font-weight: bold;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.2rem;
  text-align: center;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 800px) {
  .faq-style {
    line-height: 1.5;
  }

  .faq-style>dt {
    padding: 18px 30px 18px 50px;
  }

  .faq-style>dt .faq-icon {
    top: 12px;
    padding: 0;
  }

  .faq-style>dd {
    padding: 0 0 30px 50px;
  }
}

/*------------
スタッフページ
--------------*/
.staff-layout {
  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;
}

.staff-layout .l-img {
  width: 410px;
  margin-left: 65px;
}

.staff-layout .l-desc {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.staff-layout .job {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.staff-layout .name {
  border-bottom: 1px solid var(--color_border);
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.staff-layout .jp {
  display: inline;
  font-weight: bold;
  font-size: 3rem;
  margin-right: 25px;
}

.staff-layout p[lang=en] {
  display: inline;
  color: var(--color_primary);
  font-family: var(--font_en);
  font-size: 1.8rem;
  font-weight: bold;
}

.dl-career {
  border-top: 1px dotted var(--color_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.7;
}

.dl-career dt {
  border-bottom: 1px dotted var(--color_primary);
  padding: 10px 0;
  width: 25%;
}

.dl-career dd {
  border-bottom: 1px dotted var(--color_primary);
  padding: 10px 0;
  width: 75%;
}

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

  .staff-layout .l-img {
    text-align: center;
    margin: 0 0 30px;
    width: 100%;
  }

  .staff-layout .l-desc {
    margin: 0;
  }

  .staff-layout .job {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .staff-layout .name {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .staff-layout .jp {
    display: block;
    font-size: 2.5rem;
    margin: 0 0 10px;
  }

  .staff-layout p[lang=en] {
    font-size: 1.4rem;
  }

  .dl-career {
    font-size: 1.3rem;
  }
}

/*------------
障害年金について
--------------*/
.box-case-layout {
  background-color: var(--color_tertiary);
  border-radius: 10px;
  padding: 50px 56px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: auto minmax(0, 1fr);
  grid-template: auto 1fr/235px minmax(0, 1fr);
  position: relative;
  max-width: 800px;
  margin-inline: auto;
}

.box-case-layout .l-ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  margin-bottom: 30px;
}

.box-case-layout .l-ttl .en {
  color: var(--color_primary);
  font-family: var(--font_en);
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.box-case-layout .l-ttl .ttl {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.box-case-layout .l-desc {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  -ms-grid-row-align: center;
  align-self: center;
}

.box-case-layout .l-btn {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.box-case-layout .l-btn .btn {
  display: inline-block;
  border: 1px solid var(--color_primary);
  background: var(--color_primary);
  border-radius: 34px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  padding: 18px 45px 18px 30px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-width: 180px;
}

.box-case-layout .l-btn .btn:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: oklch(from var(--color_primary) 0.75 c h);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.box-case-layout .l-btn .btn:after {
  content: "";
  display: block;
  background: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 13px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

@media (hover: hover) {
  .box-case-layout .l-btn .btn:is(:hover, :focus)::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

@media (max-width: 800px) {
  .box-case-layout {
    padding: 30px;
    display: block;
  }

  .box-case-layout .l-ttl {
    margin-bottom: 20px;
  }

  .box-case-layout .l-btn {
    text-align: center;
    margin-top: 30px;
  }
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-inline: auto;
  padding: 0 0 90px;
  max-width: 1400px;
}

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

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

.side-contents-wrapper {
  position: sticky;
  top: 11rem;
  overflow: auto;
}

.side-contents-ttl {
  border-bottom: 1px solid var(--color_border);
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

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

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

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

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.5rem;
  border-color: transparent transparent transparent var(--color_text);
  position: absolute;
  top: 1.1rem;
  left: 0;
}

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

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

@media (hover: hover) {

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

.category-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    display: block;
    padding: 0 5vw 50px;
    width: 100%;
  }

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

/*------------
投稿パーツ
--------------*/
/*TOP投稿 top-post-news*/
.top-post-news .article {
  border-bottom: 1px solid var(--color_border);
}

.top-post-news .article a {
  display: block;
  padding: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top-post-news .article.no-post {
  padding: 15px 0;
}

.top-post-news .article time {
  font-size: 1.4rem;
  margin-right: 20px;
}

.top-post-news .article .ttl {
  font-size: 1.7rem;
}

@media (hover: hover) {
  .top-post-news .article a:is(:hover, :focus) {
    background-color: var(--color_quaternary);
  }
}

@media (max-width: 800px) {
  .top-post-news .article a {
    padding: 10px 0;
  }

  .top-post-news .article time {
    font-size: 1.4rem;
  }

  .top-post-news .article .ttl {
    font-size: 1.4rem;
  }
}

/*TOP投稿 top-post-column*/
.top-post-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

.top-post-column .article {
  min-width: 0;
}

.top-post-column .article a {
  background-color: #FAF6F0;
  padding: 15px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 20px 1fr;
  grid-template-columns: 150px 1fr;
  gap: 0 20px;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (hover: hover) {
  .top-post-column .article a:is(:hover, :focus) {
    background-color: var(--color_quaternary);
  }
}

.top-post-column .list-img img {
  border: 1px solid #EAEDED;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
}

.top-post-column .list-data {
  margin-bottom: 10px;
  line-height: 1.5;
}

.top-post-column .list-data time {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 10px 0 0;
}

.top-post-column .list-ttl {
  font-size: 1.6rem;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.top-post-column .category {
  background: var(--color_text);
  border: 1px solid var(--color_text);
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 7px;
  margin: 0 10px 0 0;
}

@media (max-width: 800px) {
  .top-post-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .top-post-column .article a {
    -ms-grid-columns: 100px 10px 1fr;
    grid-template-columns: 100px 1fr;
    gap: 0 10px;
  }

  .top-post-column .list-ttl {
    font-size: 1.4rem;
    -webkit-line-clamp: 1;
  }

  .top-post-column .list-data {
    margin-bottom: 5px;
  }
}

/*list-post-type01*/
.list-post-type01 {
  border-top: 1px solid var(--color_border);
}

.list-post-type01>.article {
  border-bottom: 1px solid var(--color_border);
}

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

.list-post-type01 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: 15px;
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}

@media (hover: hover) {
  .list-post-type01 a:is(:hover, :focus) {
    background-color: var(--color_quaternary);
  }

  .list-post-type01 a:is(:hover, :focus) .list-ttl {
    text-decoration: underline;
  }
}

.list-post-type01 .list-img {
  width: 150px;
  margin-right: 25px;
}

.list-post-type01 .list-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 105px;
  border: 1px solid var(--color_border);
}

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

.list-post-type01 time {
  display: block;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}

.list-post-type01 .list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-post-type01 .category {
  background: var(--color_text);
  border: 1px solid var(--color_text);
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  padding: 4px 7px;
  margin: 5px 10px 0 0;
}

.list-post-type01 .no-post {
  padding: 25px 0;
}

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

  .list-post-type01 a::before {
    right: 0;
  }

  .list-post-type01 .list-img {
    width: 120px;
    margin-right: 20px;
  }

  .list-post-type01 .list-img img {
    height: 90px;
  }

  .list-post-type01 .list-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

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

  .list-post-type01 .category {
    font-size: 1rem;
  }

  .list-post-type01 .no-post {
    padding: 25px 0;
  }
}

/*list-post-type02*/
.list-post-type02 {
  border-top: 1px solid var(--color_border);
}

.list-post-type02 .article {
  border-bottom: 1px solid var(--color_border);
}

.list-post-type02 .article a {
  display: block;
  padding: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.list-post-type02 .article.no-post {
  padding: 15px 0;
}

.list-post-type02 .article time {
  font-size: 1.4rem;
  margin-right: 20px;
}

.list-post-type02 .article .ttl {
  font-size: 1.7rem;
}

@media (hover: hover) {
  .list-post-type02 .article a:is(:hover, :focus) {
    background-color: var(--color_quaternary);
  }
}

@media (max-width: 800px) {
  .list-post-type02 .article {
    border-bottom: 1px solid var(--color_border);
  }

  .list-post-type02 .article a {
    padding: 10px 0;
  }

  .list-post-type02 .article time {
    font-size: 1.4rem;
  }

  .list-post-type02 .article .ttl {
    font-size: 1.4rem;
  }
}

/*list-post-type03*/
.list-post-type03 .article {
  display: flow-root;
}

.list-post-type03 .article+.article {
  margin-top: 50px;
}

.list-post-type03 .list-ttl {
  border-bottom: 1px solid var(--color_border);
  color: var(--color_primary);
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
}

.list-post-type03 .list-ttl a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  .list-post-type03 .list-ttl a:is(:hover, :focus) {
    opacity: 0.5;
  }
}

.list-post-type03 .list-img {
  float: left;
  margin: 0 30px 0 0;
  width: 250px;
}

.list-post-type03 .list-img img {
  border: 1px solid var(--color_border);
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-post-type03 .list-img a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  .list-post-type03 .list-img a:is(:hover, :focus) {
    opacity: 0.5;
  }
}

.list-post-type03 .list-data {
  font-size: 1.3rem;
  margin: 0 0 5px;
}

.list-post-type03 time {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}

.list-post-type03 .category {
  background: var(--color_text);
  border: 1px solid var(--color_text);
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 7px;
  margin: 0 10px 0 0;
}

.list-post-type03 .list-txt {
  margin: 0 0 15px;
}

.list-post-type03 .list-btn {
  text-align: right;
}

.list-post-type03 .list-btn a {
  border: 1px solid var(--color_primary);
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  color: var(--color_primary);
  font-family: var(--font_jp);
  text-align: center;
  padding: 5px 40px 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  .list-post-type03 .list-btn a:is(:hover, :focus) {
    background: var(--color_primary);
    color: #fff;
  }
}

@media (max-width: 800px) {
  .list-post-type03 {
    margin: 0 0 50px;
  }

  .list-post-type03 .article+.article {
    margin-top: 20px;
  }

  .list-post-type03 .list-ttl {
    font-size: 1.8rem;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }

  .list-post-type03 .list-img {
    float: left;
    margin: 0 15px 0 0;
    width: 40%;
  }

  .list-post-type03 .list-img img {
    width: 100%;
    height: 25vw;
  }

  .list-post-type03 .list-desc {
    margin: -5px 0 0;
  }

  .list-post-type03 time {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
  }

  .list-post-type03 .list-txt {
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }

  .list-post-type03 .list-btn {
    margin-top: 15px;
  }

  .list-post-type03 .list-btn a {
    font-size: 1.1rem;
    text-align: center;
    padding: 2px 15px 4px;
  }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
  border: 1px solid var(--color_border);
  background: #fff;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 15px;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
  background: var(--color_primary);
  font-weight: bold;
  font-size: 1.5rem;
  vertical-align: top;
  text-align: left;
  width: 25%;
}

@media (max-width: 800px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table {
    border-color: var(--color_border);
    border-width: 1px;
  }

  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
  .case-layout .l-table th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    display: block;
    border: none;
    padding: 10px;
    font-size: 1.4rem;
    width: 100%;
  }
}

/*詳細ページ*/
.l-post-single .l-ttl {
  font-weight: bold;
  font-size: 3.6rem;
  margin: 0 0 35px;
}

.l-post-single .post-data {
  margin: 0 0 20px;
}

.l-post-single .post-data time {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.l-post-single .post-data .category {
  background: var(--color_text);
  border: 1px solid var(--color_text);
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 7px;
  margin: 0 10px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (hover: hover) {
  .l-post-single .post-data a.category:is(:hover, :focus) {
    background: var(--color_primary);
    color: #fff;
  }
}

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

/*postdata*/
.postdata {
  overflow-wrap: break-word;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}

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

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  position: relative;
  padding-left: 15px;
}

.postdata ul li:before {
  content: "";
  background: var(--color_primary);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 0.4em;
  height: 0.4em;
}

#toc_container ul li {
  list-style: none;
  padding-left: 0;
}

#toc_container ul li:before {
  content: none;
}

.postdata ol {
  counter-reset: number;
}

.postdata ol li {
  padding-left: 30px;
  position: relative;
}

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

@media (max-width: 800px) {
  .postdata ol li::before {
    top: 0.2em;
  }
}

.postdata ol li>ol {
  counter-reset: number;
}

.postdata sub {
  font-size: 1.1rem;
  position: relative;
  bottom: -0.1em;
}

.postdata sup {
  font-size: 1.1rem;
  position: relative;
  top: -0.1em;
}

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

.postdata sub {
  font-size: 1.1rem;
  position: relative;
  bottom: -0.1em;
}

.postdata .wp-block-button__link {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  color: var(--color_text);
  font-size: 1.5rem;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.postdata .wp-block-button__link::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color_text);
}

/*ページャー*/
.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;
  margin: 50px 0 0;
}

.post-number a {
  background: #eff2f5;
  font-weight: bold;
  display: block;
  padding: 0 10px;
  margin: 0 0.5rem 1rem;
  line-height: 4rem;
  text-align: center;
  min-width: 4rem;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  .post-number a:is(:hover, :focus) {
    background: var(--color_primary);
  }
}

.post-number .current {
  background: var(--color_primary);
  display: block;
  font-weight: bold;
  margin: 0 0.5rem 1rem;
  line-height: 4rem;
  text-align: center;
  min-width: 4rem;
}

.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;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  margin: 50px 0 0;
}

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

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center center/contain;
  display: inline-block;
  margin-right: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center center/contain;
  display: inline-block;
  margin-left: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
}

.post-number-single a.all {
  padding: 2px 0 0;
}

@media (hover: hover) {

  .post-number-single a:hover,
  .post-number-single a:focus {
    opacity: 0.5;
  }
}

/*-----------------------------------------------------------
common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

@media (hover: hover) {
  .fade:is(:hover, :focus) {
    opacity: 0.5;
  }
}

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

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

.red {
  color: #F44336;
}

.notice {
  font-size: 1.3rem;
  text-indent: -1rem;
  padding: 0 0 0 15px;
}

.sp-map iframe,
.sp-map object,
.sp-map embed {
  vertical-align: top;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100% !important;
  height: 100% !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

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

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

.mb40 {
  margin-bottom: 40px !important;
}

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

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

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

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media (max-width: 800px) {

  /*-----------------------------------------------------------
  common SP
  -----------------------------------------------------------*/
  .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;
  }

  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .sp-map iframe,
  .sp-map object,
  .sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*------------
btn
--------------*/
/*btn-style01 */
.btn-style01 {
  display: inline-block;
  border: 1px solid var(--color_primary);
  background: var(--color_primary);
  border-radius: 3.4rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  padding: 23px 45px;
  position: relative;
  min-width: 250px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-style01:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: oklch(from var(--color_primary) 0.75 c h);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.btn-style01:after {
  content: "";
  display: block;
  background: url(../images/share/btn_arrow.svg) no-repeat center/contain;
  width: 13px;
  height: 11px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.btn-style01.btn-small {
  min-width: 210px;
  padding: 17px 60px 17px 20px;
}

.btn-style01.btn-big {
  min-width: 300px;
}

@media (hover: hover) {
  .btn-style01:is(:hover, :focus)::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

@media (max-width: 800px) {
  .btn-style01 {
    display: block;
    min-width: 0 !important;
    padding: 17px 20px !important;
  }
}

.btn-icon {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  min-width: 320px;
  padding: 28px 60px 28px 90px;
  position: relative;
  text-align: center;
  border-radius: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}

.btn-icon .icon {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.btn-icon .icon img {
  vertical-align: -3px;
}

.btn-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

@media (hover: hover) {
  .btn-icon:is(:hover, :focus)::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

.btn-icon.btn-blue {
  background: var(--color_text);
}

.btn-icon.btn-blue:before {
  background-color: oklch(from var(--color_text) 0.2 c h);
}

.btn-icon.btn-red {
  background: var(--color_secondary);
}

.btn-icon.btn-red:before {
  background-color: oklch(from var(--color_secondary) 0.5 c h);
}

@media (max-width: 800px) {
  .btn-icon {
    display: block;
    font-size: 1.8rem;
    min-width: 0;
    padding: 20px 30px;
  }

  .btn-icon .icon {
    position: static;
    margin-right: 15px;
    -webkit-transform: none;
    transform: none;
  }

  .btn-icon .icon img {
    vertical-align: -7px;
  }
}

.tel-link {
  display: inline-block;
  font-family: var(--font_en);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.tel-link:before {
  content: "" /"電話番号";
  background: url(../images/share/icon_tel.svg) no-repeat center/contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 5px;
}

.tel-time {
  font-size: 1.6rem;
}

.tel-time .label {
  display: inline-block;
  border: 1px solid currentColor;
  font-size: 1.3rem;
  line-height: 1.2;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
}

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

  .tel-time {
    margin-top: 10px;
  }
}

.btn-wrap {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
}

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

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

.btn-wrap .tel-link-wrap {
  margin: 0 0 0 15px;
}

@media (max-width: 800px) {
  .btn-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .btn-wrap .tel-link-wrap {
    margin: 5px 0 0;
    text-align: center;
  }
}
