@charset "UTF-8";
:root {
  --color_primary: #009FB9;
  --color_secondary: #B3BECA;
  --color_tertiary: #0075C2;
  --font_base: "FOT-セザンヌ ProN DB", sans-serif;
  --font_size_base: 1.6rem;
  --font_jp: "FOT-セザンヌ ProN DB", sans-serif;
  --font_en: "Montserrat", sans-serif;
  --color_text: #333;
  --color_link: #009FB9;
  --color_bg: #EDF1F5;
  --border_primary: #A3A5A8;
  --border_secondary: #009FB9;
}

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  -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;
}

:where(button) {
  all: unset;
}

:where(a, input, button, textarea, select) {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

textarea {
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:focus-visible) {
  outline: 2px solid #2e2c29;
  outline-offset: 2px;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(ul, ol, li) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(em, dfn) {
  font-style: inherit;
}

sup {
  vertical-align: text-top;
  font-size: 0.65em;
  line-height: 1;
}

sub {
  vertical-align: text-bottom;
  font-size: 0.65em;
  line-height: 1;
}

hr {
  border: none;
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
/*------------
Body
--------------*/
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

:target {
  scroll-margin-top: 100px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}
body,
html {
  min-height: 100svh;
  overflow-x: clip;
}

body {
  font-family: var(--font_base);
  font-weight: 500;
  font-size: var(--font_size_base);
  color: var(--color_text);
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

body::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFDFF), color-stop(71%, #FAFDFF), to(#FFFFFF));
  background: linear-gradient(180deg, #FAFDFF 0%, #FAFDFF 71%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1590px;
}

.link {
  color: var(--color_link);
  text-decoration: underline;
  word-break: break-all;
}

.link:focus-visible {
  text-decoration: none;
}

@media (any-hover: hover) {
  .link:hover {
    text-decoration: none;
  }
}
.link[target=_blank]::after {
  content: "";
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}

.no-link {
  pointer-events: none;
}

.anchor {
  margin-top: -50px;
  padding-top: 50px;
}

a[href^=tel] {
  cursor: default;
}

a:focus-visible,
button:focus-visible {
  outline: auto;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide {
  max-width: 1200px;
}

.container.narrow {
  max-width: 850px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: var(--font_jp);
}

@media (max-width: 800px) {
  /*-------------
  Body
  -------------*/
  body {
    font-size: 1.5rem;
  }
}
/*------------
矢印アニメーション
--------------*/
.fixed-bg-arrow {
  position: fixed;
  inset: 0;
  z-index: -1;
}

.fixed-bg-arrow .arrow-img {
  position: absolute;
}

.fixed-bg-arrow .arrow01 {
  bottom: -90px;
  left: -525px;
  z-index: 5;
}

.fixed-bg-arrow .arrow02 {
  bottom: -190px;
  left: -165px;
  z-index: 6;
}

.fixed-bg-arrow .arrow03 {
  bottom: -90px;
  left: 10px;
  z-index: 4;
}

.fixed-bg-arrow .arrow04 {
  bottom: -430px;
  left: -525px;
  z-index: 3;
}

.fixed-bg-arrow .arrow05 {
  bottom: 150px;
  left: -120px;
  z-index: 1;
}

.fixed-bg-arrow .arrow06 {
  bottom: 430px;
  left: 210px;
  z-index: 2;
}

@media (max-width: 800px) {
  .fixed-bg-arrow {
    scale: 0.7;
  }
  .fixed-bg-arrow .arrow01 {
    bottom: -30px;
  }
  .fixed-bg-arrow .arrow02 {
    bottom: -255px;
    left: -260px;
    scale: 0.55;
  }
  .fixed-bg-arrow .arrow03 {
    bottom: -285px;
    left: -270px;
    scale: 0.6;
  }
  .fixed-bg-arrow .arrow04 {
    bottom: -520px;
    left: -615px;
    scale: 0.5;
  }
  .fixed-bg-arrow .arrow05 {
    left: -180px;
    scale: 0.7;
  }
  .fixed-bg-arrow .arrow06 {
    bottom: 10px;
    left: -175px;
    scale: 0.3;
  }
}
/*------------
Common
--------------*/
.btn-more {
  display: inline-block;
  min-width: 230px;
  background: var(--color_primary);
  border-radius: 100px;
  padding: 10px 45px 10px 25px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.73;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-more::before,
.btn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-more::before {
  background: #fff;
  width: 25px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  right: 9px;
}

.btn-more::after {
  background: url(../images/share/btn_arrow_right.svg) no-repeat center/contain;
  width: 9px;
  height: 8px;
  right: 17px;
}

.btn-more.small {
  min-width: 140px;
}

.btn-more.white {
  background: none;
  color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
}

@media (any-hover: hover) {
  .btn-more:hover {
    background: #0075C2;
  }
}
.btn-more:focus-visible {
  background: #0075C2;
}

.btn-style01 {
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  background: var(--color_primary);
  border-radius: 100px;
  padding: 12px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-style01:focus-visible {
  background: #0075C2;
}

@media (any-hover: hover) {
  .btn-style01:hover {
    background: #0075C2;
  }
}
/*------------
Header
--------------*/
.h-wrapper {
  max-width: 1740px;
  width: 96.67%;
  position: fixed;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  padding: 10px 20px;
  background: #FAFDFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 50px;
  height: 85px;
  border-radius: 20px;
}

.h-logo {
  width: 245px;
}
@media (max-width: 1230px) {
  .h-logo {
    width: 150px;
  }
}

.h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}

@media (max-width: 800px) {
  .h-wrapper {
    width: 100%;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 15px;
    display: block;
    height: auto;
    border-radius: 0;
  }
  .h-right {
    display: none;
  }
}
/*------------
G-navi
--------------*/
.list-pc-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}

.list-pc-navi li a {
  font-size: 1.7rem;
}

.list-pc-navi li a:focus-visible {
  color: var(--color_primary);
}

@media (any-hover: hover) {
  .list-pc-navi li a:hover {
    color: var(--color_primary);
  }
}
.pc-navi .dropdown {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.pc-navi .dropdown > a {
  position: relative;
  padding-right: 20px;
}

.pc-navi .dropdown > a::after {
  content: "";
  background: url(../images/share/icon_dd_arrow.svg) no-repeat center/contain;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pc-navi .dropdown .child {
  background: var(--color_bg);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  text-align: left;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  padding: 30px 40px;
  border-radius: 10px;
  z-index: 10;
}

.pc-navi .dropdown ul li + li {
  margin: 15px 0 0;
}

.pc-navi .dropdown ul li a {
  display: inline-block;
  line-height: 1.5;
  white-space: nowrap;
}

.pc-navi .dropdown ul li a:focus-visible {
  color: var(--color_primary);
}

@media (any-hover: hover) {
  .pc-navi .dropdown ul li a:hover {
    color: var(--color_primary);
  }
}
.pc-navi .dropdown:is(:hover, :focus-within) .child {
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .pc-navi {
    display: none;
  }
  .sp-navi {
    display: block;
  }
  :root {
    --navi-background: #EDF1F5;
    --navi-border-color: #ccc;
    --navi-text-color: #333;
    --svg-stroke: #333;
    --humberger: #333;
    --navi-font: "FOT-セザンヌ ProN DB", sans-serif;
  }
  /* ボタン類 */
  .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: 65px;
    z-index: 10000;
  }
  .sp-navi-btns div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 1rem;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi-btns .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 10px 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;
  }
  .sp-menu-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .sp-menu-btn span:not(.ttl) {
    background: var(--humberger);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }
  .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }
  .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }
  .sp-menu-btn.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
    transform: translate(-50%, 6px) rotate(-45deg);
  }
  .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-menu-btn.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
    transform: translate(-50%, -6px) rotate(45deg);
  }
  /* コンテンツ */
  .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
  .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }
  .sp-navi-list > li {
    border-bottom: 1px solid #d6d6d6;
  }
  .sp-navi-list > li > a {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }
  .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi-list > li.sp-dropdown::before,
  .sp-navi-list > li.sp-dropdown::after {
    content: "";
    background-color: #333;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-navi-list > li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }
  .sp-navi-list > li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }
  .sp-navi-list > li.sp-dropdown.is-on::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sp-navi-list > li.sp-dropdown > a {
    padding: 15px 0;
    width: 85%;
  }
  .sp-navi-list .child {
    padding: 0 0 15px;
  }
  .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 1.3rem;
    text-decoration: none;
  }
  .sp-navi-other .item + .item {
    margin: 15px 0 0;
  }
}
/*------------
Hero
--------------*/
.hero {
  height: 100svh;
  position: relative;
}

.hero-container {
  max-width: 1024px;
  width: 90%;
  margin-inline: auto;
  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;
  height: 100%;
}

.hero-catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.hero-catch .txt-jp {
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.hero-catch .txt-en {
  font-family: var(--font_en);
  font-weight: 600;
  font-size: 2.5rem;
  color: #B3BECA;
  margin-top: 20px;
}

.scroll-txt {
  position: absolute;
  right: 50px;
  bottom: 115px;
  font-family: var(--font_en);
  font-weight: 600;
  font-size: 1.7rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-bottom: 85px;
}

.scroll-txt::after {
  content: "";
  width: 1px;
  height: 45px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: scrollDown 1.5s linear infinite;
  animation: scrollDown 1.5s linear infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .hero {
    height: calc(100svh - 65px);
  }
  .hero-catch .txt-jp {
    font-size: 3rem;
  }
  .hero-catch .txt-en {
    font-size: 2rem;
    margin-top: 15px;
  }
  .scroll-txt {
    right: 5vw;
    bottom: 70px;
  }
}
/*------------
Top contents
--------------*/
/* Title */
.t-h2 {
  margin-bottom: 30px;
}

.t-h2 .jp {
  display: inline-block;
  font-size: 4.7rem;
  letter-spacing: 0.05em;
}

.t-h2 [lang=en] {
  display: inline-block;
  font-size: 1.8rem;
  color: #A3A5A8;
  letter-spacing: 0.15em;
  margin-left: 5px;
}

.t-h2 [lang=en]::before {
  content: "⁄";
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 800px) {
  .t-h2 .jp {
    font-size: 2.5rem;
  }
  .t-h2 [lang=en] {
    font-size: 1.5rem;
  }
}
/* section bg */
.bg-mosaic {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

/* sec01 */
.sec01 {
  padding: 120px 0 220px;
}

.sec01-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
}

.sec01-layout .t-h2 {
  grid-area: 1/1/2/2;
  margin-bottom: 25px;
}

.sec01-layout .top-post-news {
  grid-area: 2/1/3/3;
}

.sec01-layout .l-btn {
  grid-area: 1/2/2/3;
  margin-top: 15px;
}

.top-post-news .post-item + .post-item {
  margin-top: 10px;
}

.top-post-news .post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 27px 75px 27px 30px;
  background: #fff;
  border: 1px solid #DBE2E7;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-post-news .post-item a::before,
.top-post-news .post-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-post-news .post-item a::before {
  width: 25px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color_primary);
  right: 20px;
}

.top-post-news .post-item a::after {
  background: url(../images/sec01_arrow_right.svg) no-repeat center/contain;
  width: 9px;
  height: 8px;
  right: 27px;
}

@media (any-hover: hover) {
  .top-post-news .post-item a:hover {
    background: #DBE2E7;
  }
}
.top-post-news .post-item a:focus-visible {
  background: #DBE2E7;
}

.top-post-news time {
  font-family: var(--font_en);
  font-weight: 600;
  font-size: 1.5rem;
  color: #BEBFC1;
  white-space: nowrap;
  letter-spacing: 0;
}

.top-post-news .post-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0;
  }
  .sec01-layout {
    display: block;
  }
  .sec01-layout .l-btn {
    margin-top: 30px;
    text-align: center;
  }
  .top-post-news .post-item a {
    padding: 15px 65px 15px 20px;
  }
}
/* sec02 */
.sec02 {
  padding: 0 0 160px;
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin-inline: auto;
}

.sec02 .container {
  position: relative;
  z-index: 7;
}

.sec02 .l-desc {
  max-width: 600px;
}

.sec02 .l-btn {
  margin-top: 50px;
}

.sec02-arrow .arrow-img {
  position: absolute;
  z-index: -1;
}

.sec02-arrow .arrow01 {
  bottom: -330px;
  right: 295px;
  z-index: 6;
}

.sec02-arrow .arrow02 {
  bottom: -235px;
  right: -250px;
  z-index: 5;
}

.sec02-arrow .arrow03 {
  bottom: -430px;
  right: 640px;
  z-index: 2;
}

.sec02-arrow .arrow04 {
  bottom: -570px;
  right: -25px;
  z-index: 4;
}

.sec02-arrow .arrow05 {
  bottom: -100px;
  right: 450px;
  z-index: 1;
}

.sec02-arrow .arrow06 {
  right: 15px;
  bottom: 290px;
  z-index: 3;
}

@media (max-width: 800px) {
  .sec02 {
    padding: 50px 0;
  }
  .sec02 .l-btn {
    margin-top: 30px;
    text-align: center;
  }
  .sec02-arrow {
    display: none;
  }
}
/* sec03 */
.sec03 {
  max-width: 1740px;
  margin-inline: auto;
  width: 96.67%;
  padding: 120px 0;
  background: var(--color_bg);
  position: relative;
  border-radius: 30px;
}

.sec03 .l-btn {
  text-align: center;
  margin-top: 60px;
}

.sec03-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.sec03-ttl-wrap .t-h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec03-ttl-wrap .l-desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec03-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.sec03-card .item {
  width: calc(33.3333333333% - 40px);
}

.sec03-card .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;
  height: 100%;
  padding: 30px 20px 35px;
  background: #fff;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec03-card .item.wide {
  width: calc(50% - 40px);
}

.sec03-card .item.wide a {
  padding: 65px 60px 80px;
}

@media (any-hover: hover) {
  .sec03-card .item a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}
.sec03-card .item a:focus-visible {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.sec03-card .item-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
}

.sec03-card .item-img img {
  margin-inline: auto;
}

.sec03-card .item-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 2.1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 30px;
}

.sec03-card .item-ttl::before,
.sec03-card .item-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec03-card .item-ttl::before {
  width: 25px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color_primary);
  right: 0;
}

.sec03-card .item-ttl::after {
  -webkit-mask: url(../images/share/btn_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/btn_arrow_right.svg) no-repeat center/contain;
  background: #fff;
  width: 9px;
  height: 8px;
  right: 8px;
}

.sec03-card .item.wide .item-ttl {
  font-size: 2.8rem;
}

.sec03-en {
  font-family: var(--font_en);
  font-weight: 600;
  font-size: 10.2rem;
  line-height: 1;
  white-space: nowrap;
  color: var(--color_bg);
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  .sec03 {
    padding: 50px 0;
    width: 100%;
    border-radius: 0;
  }
  .sec03-ttl-wrap {
    display: block;
  }
  .sec03 .l-btn {
    margin-top: 30px;
  }
  .sec03-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sec03-card .item {
    width: 100% !important;
  }
  .sec03-card .item a {
    padding: 25px !important;
  }
  .sec03-card .item-ttl {
    font-size: 1.8rem !important;
    padding-right: 27px;
  }
  .sec03-card .item-ttl::before {
    width: 23px;
  }
  .sec03-card .item-ttl::after {
    right: 7px;
  }
  .sec03-en {
    font-size: 5rem;
  }
}
/* sec04 */
.sec04 {
  max-width: 1740px;
  margin-inline: auto;
  width: 96.67%;
  padding: 130px 0 170px;
  background: url(../images/sec04_bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px auto;
}

.sec04::before {
  content: "";
  background: oklch(from #000 l c h/0.44);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.sec04 .t-h2 {
  margin-bottom: 40px;
}

.sec04 .t-h2 [lang=en] {
  color: currentColor;
}

.sec04 .l-btn {
  margin-top: 40px;
}

.sec04-inner {
  max-width: 565px;
}

.sec04-catch {
  font-size: 3.2rem;
  line-height: 1.53;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .sec04 {
    width: 100%;
    border-radius: 0;
    min-height: calc(100svh - 65px);
    padding: 50px 0;
    margin: 0;
    display: grid;
    place-content: center;
  }
  .sec04-catch {
    font-size: 2.3rem;
  }
  .sec04 .l-btn {
    margin-top: 30px;
    text-align: center;
  }
}

.entry-form iframe{
	width: 100%;
	height: 1100px;
}

@media (max-width: 800px) {
.entry-form iframe{
	height: 1450px;
}
}
/*------------
Footer
--------------*/
/* footer-01 */
.footer-01 {
  padding: 190px 0 210px;
  background: var(--color_bg);
  overflow: hidden;
}

.footer-01 .container {
  position: relative;
  z-index: 1;
}

.footer-01 .desc {
  font-size: 1.8rem;
  margin-top: 25px;
}

.footer-01 .l-btn {
  margin-top: 40px;
}

.f-arrow .arrow-img {
  position: absolute;
  z-index: -1;
}

.f-arrow .arrow-01 {
  left: -950px;
  bottom: -770px;
}

.f-arrow .arrow-02 {
  left: -320px;
  bottom: -665px;
}

.f-arrow .arrow-03 {
  left: -635px;
  bottom: -770px;
}

.f-arrow .arrow-04 {
  left: -130px;
  bottom: -140px;
}

.f01-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10.42%;
  position: relative;
  z-index: 5;
}

.f01-ttl .jp {
  font-size: 5.5rem;
  letter-spacing: 0.05em;
}

.f01-ttl [lang=en] {
  color: #A3A5A8;
  font-family: var(--font_en);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  margin-top: -10px;
}

@media (max-width: 800px) {
  .footer-01 {
    padding: 50px 0;
  }
  .f01-wrapper {
    display: block;
  }
  .f01-ttl .jp {
    font-size: 2.5rem;
  }
  .f01-ttl [lang=en] {
    font-size: 1.5rem;
    margin: 0;
  }
  .footer-01 .desc {
    font-size: 1.5rem;
  }
  .footer-01 .l-btn {
    margin-top: 30px;
    text-align: center;
  }
  .f-arrow .arrow-img {
    scale: 0.5;
  }
  .f-arrow .arrow-01 {
    left: -600px;
    bottom: -470px;
  }
  .f-arrow .arrow-02 {
    left: -300px;
    bottom: -365px;
  }
  .f-arrow .arrow-03 {
    left: -535px;
    bottom: -520px;
  }
  .f-arrow .arrow-04 {
    left: -195px;
  }
}
/* footer-02 */
.footer-02 {
  padding: 150px 0;
  background: #fff;
}

.footer-02 .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-bottom: 70px;
  border-bottom: 1px solid #DBE2E7;
}

.f-logo {
  width: 200px;
}

.site-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5.42%;
}

.list-site-map li + li {
  margin-top: 20px;
}

.list-site-map li a {
  letter-spacing: 0.15em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .list-site-map li a:hover {
    opacity: 0.7;
  }
}
.list-site-map li a:focus-visible {
  opacity: 0.7;
}

.list-site-map .child {
  margin-top: 5px;
}

.list-site-map .child ul li + li {
  margin-top: 12px;
}

.list-site-map .child ul li a {
  color: #777;
}

.pagetop {
  margin: 35px 0 45px;
}

.pagetop img {
  margin-left: auto;
}

.f-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-map-other {
  color: #A3A5A8;
}

.site-map-other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-map-other ul li + li::before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

.site-map-other ul li a {
  font-size: 1.4rem;
}

@media (any-hover: hover) {
  .site-map-other ul li a:hover {
    text-decoration: underline;
  }
}
.site-map-other ul li a:focus-visible {
  text-decoration: underline;
}

.copyright {
  font-family: var(--font_en);
  font-weight: 600;
  font-size: 1.2rem;
  color: #A3A5A8;
}

@media (max-width: 800px) {
  .footer-02 {
    padding: 50px 0 115px;
  }
  .footer-02 .logo-wrapper {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .f-logo {
    margin: 0 auto 20px;
  }
  .site-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .list-site-map:nth-of-type(3),
  .list-site-map:nth-of-type(4) {
    grid-column: span 2;
  }
  .pagetop {
    display: none;
  }
  .f-other {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
/*------------
Under layout
--------------*/
.page-ttl {
  background: url(../images/under/pagettl_bg.svg) no-repeat right center/cover;
}

.page-ttl .container {
  padding-top: 30px;
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-ttl .title .jp {
  display: inline-block;
  font-size: 4.7rem;
  letter-spacing: 0.1em;
}

.page-ttl .title [lang=en] {
  display: inline-block;
  font-family: var(--font_en);
  font-weight: 700;
  font-size: 1.8rem;
  color: #A3A5A8;
  letter-spacing: 0.15em;
  margin-left: 20px;
  position: relative;
}

.page-ttl .title [lang=en]::after {
  content: "⁄";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 100%;
}

.page-ttl .title [lang=en]:first-letter {
  text-transform: uppercase;
}

.breadcrumb ul {
  margin: 10px auto 40px;
  max-width: 1024px;
  width: 90%;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li:first-child {
  font-family: var(--font_en);
  font-weight: 700;
  font-size: 1.2rem;
  color: #A3A5A8;
}

.breadcrumb ul li + li {
  font-size: 1rem;
  padding: 8px 10px;
  background: #EDF1F5;
  border-radius: 100px;
  margin-left: 20px;
}

.u-contents {
  margin-bottom: 140px;
}

.u-contents p + p {
  margin-top: 1.5em;
}

.u-h2 {
  margin-bottom: 45px;
}

.u-h2 .jp {
  display: inline-block;
  font-size: 4.7rem;
  letter-spacing: 0.1em;
}

.u-h2 [lang=en] {
  display: inline-block;
  font-family: var(--font_en);
  font-weight: 700;
  font-size: 1.8rem;
  color: #A3A5A8;
  letter-spacing: 0.05em;
}

.u-h2 [lang=en]::before {
  content: "⁄";
  display: inline-block;
  margin-right: 10px;
}

.u-h3,
.postdata h3 {
  font-size: 3rem;
  padding-top: 20px;
  border-top: 1px solid #DBE2E7;
  position: relative;
  margin-bottom: 20px;
}

.u-h3::before,
.postdata h3::before {
  content: "";
  background: var(--color_primary);
  width: 200px;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
}

.u-h4,
.postdata h4 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  padding: 0 0 7px 28px;
  border-bottom: 1px solid var(--border_primary);
  margin-bottom: 25px;
  position: relative;
}

.u-h4::before,
.postdata h4::before {
  content: "";
  background: var(--color_primary);
  width: 15px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 20px;
}

@media (max-width: 800px) {
  .page-ttl .container {
    padding-top: 0;
    height: 130px;
  }
  .page-ttl .title .jp {
    font-size: 2.5rem;
  }
  .page-ttl .title [lang=en] {
    display: block;
  }
  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumb ul {
    margin: 10px auto;
  }
  .u-contents {
    margin-bottom: 50px;
  }
  .u-contents p + p {
    margin-top: 1em;
  }
  .u-h2 {
    margin-bottom: 40px;
  }
  .u-h2 .jp {
    font-size: 2.5rem;
  }
  .u-h2 [lang=en] {
    font-size: 1.5rem;
  }
  .u-h3,
  .postdata h3 {
    font-size: 2rem;
    padding-top: 10px;
  }
  .u-h3::before,
  .postdata h3::before {
    width: 100px;
  }
  .u-h4,
  .postdata h4 {
    font-size: 1.8rem;
  }
  .u-h4::before,
  .postdata h4::before {
    top: 15px;
  }
}
/*------------
Under parts
--------------*/
.short + .short {
  margin-top: 80px;
}

.x-short + .x-short {
  margin-top: 30px;
}

.tall {
  padding: 50px 0;
}

.sec-bg {
  padding: 60px 0;
  background: #fff;
  max-width: 1740px;
  width: 96.67%;
  margin-inline: auto;
  border-radius: 5px;
}

.sec-bg.bg01 {
  background: var(--color_bg);
}

@media (max-width: 800px) {
  .sec-bg {
    padding: 0;
    width: 100%;
  }
}
.l-imgR,
.l-imgL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-imgR .l-img,
.l-imgL .l-img {
  margin: 0 40px 0 0;
  width: 40%;
}

.l-imgR .l-img img,
.l-imgL .l-img img {
  border-radius: 15px;
}

.l-imgR .l-img.large,
.l-imgL .l-img.large {
  width: 43.33%;
  margin: 0 80px 0 0;
}

.l-imgR .l-img.small-more,
.l-imgL .l-img.small-more {
  width: 190px;
  margin-right: 50px;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 30%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-imgR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 0 0 0 40px;
}

.l-imgR .l-img.large {
  margin: 0 0 0 80px;
}

.l-imgR .l-img.small-more {
  margin: 0 0 0 50px;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

@media (max-width: 800px) {
  .l-imgR,
  .l-imgL {
    display: block;
  }
  .l-imgR.sp-flex,
  .l-imgL.sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .l-imgR .l-img,
  .l-imgL .l-img {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }
  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }
  .l-imgR .l-img.large,
  .l-imgL .l-img.large {
    width: 100%;
    margin: 0 0 15px;
  }
  .l-imgR .l-img {
    margin: 0 0 15px;
  }
  .l-imgR .l-img.small-more,
  .l-imgL .l-img.small-more {
    margin: 0 auto 20px;
  }
  .fl-imgR,
  .fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}
/* グリッド */
.col1,
.col2,
.col3,
.col4 {
  display: -ms-grid;
  display: grid;
}

.col1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.col2 {
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.col3 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.col4 {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media (max-width: 800px) {
  .col2,
  .col3,
  .col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
/* リストデザイン */
.list-disc > li {
  position: relative;
  padding: 0 0 0 1em;
}

.list-disc:not(.col2):not(.col3):not(.col4) > li + li {
  margin-top: 5px;
}

.list-disc li:before {
  content: "・";
  color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
}

.list-num {
  counter-reset: number;
}

.list-num > li {
  padding: 0 0 0 30px;
  position: relative;
}

.list-num > li:before {
  background: var(--color_primary);
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 1.1rem;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 2px;
  width: 20px;
  height: 20px;
}

.list-num:not(.col2):not(.col3):not(.col4) > li + li {
  margin-top: 5px;
}

.list-check > li {
  position: relative;
  padding: 0 0 0 25px;
}

.list-check > li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 2px solid var(--color_primary);
  border-bottom: 2px solid var(--color_primary);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 0;
}

.list-check:not(.col2):not(.col3):not(.col4) > li + li {
  margin-top: 5px;
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  grid-gap: 5px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  grid-gap: 5px;
}

.list-disc.col4,
.list-check.col4,
.list-num.col4 {
  grid-gap: 5px;
}

.list-disc02 > li {
  font-size: 2rem;
  padding-left: 23px;
  position: relative;
}

.list-disc02 > li::before {
  content: "";
  background: var(--color_tertiary);
  width: 14px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.list-disc02.col2 {
  gap: 20px;
}

@media (max-width: 800px) {
  .list-disc02 > li {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  .list-disc02 > li::before {
    width: 10px;
    top: 10px;
  }
  .list-disc02.col2 {
    gap: 5px;
  }
}
/* テーブルデザイン */
.table-style01 {
  background: #fff;
}

.table-style01 th,
.table-style01 td {
  border: 1px solid #c9c9c9;
  padding: 15px;
  vertical-align: middle;
}

.table-style01 th {
  background-color: var(--color_primary);
  color: #fff;
}

.table-style01 .bg01 {
  background-color: var(--color_secondary);
  color: #333;
}

@media (max-width: 800px) {
  .table-style01 colgroup {
    display: none;
  }
  .table-style01 th,
  .table-style01 td {
    padding: 10px;
    line-height: 1.5;
  }
  .table-style01.sp-block {
    border-bottom: 1px solid #c9c9c9;
  }
  .table-style01.sp-block colgroup {
    display: none;
  }
  .table-style01.sp-block th,
  .table-style01.sp-block td {
    display: block;
  }
  .table-style01.sp-block td {
    border-width: 0 1px;
  }
  .table-scroll::before {
    content: "スクロールできます";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat left center/contain;
    width: 100%;
    height: 24.5px;
    margin-bottom: 5px;
    padding-left: 40px;
    position: sticky;
    top: 0;
    left: 0;
  }
  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }
  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }
  .table-scroll.table-sticky .table-style01 th:first-child {
    position: sticky;
    top: 0;
    left: 0;
  }
  .table-scroll .table-style01 th,
  .table-scroll .table-style01 td {
    white-space: nowrap;
  }
}
.table-style02 th,
.table-style02 td {
  padding: 15px 0;
}

.table-style02 th {
  border-bottom: 2px solid var(--color_primary);
  font-weight: normal;
  text-align: left;
}

.table-style02 td {
  padding-left: 35px;
  border-bottom: 1px solid #DBE2E7;
}

.table-style02 tr:first-of-type th {
  border-top: 2px solid var(--color_primary);
}

.table-style02 tr:first-of-type td {
  border-top: 1px solid #DBE2E7;
}

@media (max-width: 800px) {
  .table-style02 colgroup {
    display: none;
  }
  .table-style02 th {
    width: 25%;
  }
  .table-style02 td {
    padding-left: 20px;
  }
}
/* en-layout */
.en-layout .l-item {
  padding-bottom: 70px;
  border-bottom: 1px solid var(--border_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.en-layout .l-item + .l-item {
  margin-top: 80px;
}

.en-layout .l-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: var(--font_en);
  font-weight: 700;
  font-size: 4rem;
  color: var(--color_tertiary);
  letter-spacing: 0;
}

.en-layout .desc {
  width: 66.67%;
}

.en-layout .txt-main {
  font-size: 4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.en-layout .txt-en {
  font-family: var(--font_en);
  font-weight: 600;
  font-size: 2.5rem;
  color: var(--color_secondary);
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {
  .en-layout .l-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }
  .en-layout .l-item + .l-item {
    margin-top: 30px;
  }
  .en-layout .l-ttl {
    font-size: 3rem;
  }
  .en-layout .desc {
    width: 100%;
  }
  .en-layout .txt-main {
    font-size: 2rem;
  }
  .en-layout .txt-en {
    font-size: 1.8rem;
  }
}
/* box-style01 */
.box-style01 {
  padding: 95px 80px;
  background: #fff;
  border: 1px solid var(--border_secondary);
  border-radius: 5px;
  position: relative;
}

.box-style01 .box-ttl {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.box-style01 .box-ttl [lang=en] {
  font-family: var(--font_en);
  font-weight: 700;
  font-size: 4.7rem;
  line-height: 1;
  color: var(--color_tertiary);
  position: relative;
  z-index: 1;
}

.box-style01 .box-ttl [lang=en]::before {
  content: "";
  background: #fff;
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.box-style01 .box-ttl .jp {
  font-size: 1.8rem;
  margin-top: 15px;
}

.box-style01 .wrapper {
  max-width: 845px;
  margin-inline: auto;
}

.box-style01 .box-inner {
  max-width: 1024px;
  margin-inline: auto;
  margin-right: 40px;
}

.txt-arrow {
  letter-spacing: 0.14em;
  position: relative;
  padding: 65px 0 40px;
  font-size: 3rem;
  text-align: center;
  background: url(../images/under/arrow_down.svg) no-repeat bottom center/contain;
}

.txt-arrow02 {
  font-size: 4.7rem;
  text-align: center;
  padding: 75px 0;
  background: url(../images/under/arrow_down02.svg) no-repeat center/contain;
}

.txt-style01 {
  text-align: center;
}

.txt-style01 .jp {
  font-size: 4rem;
  letter-spacing: 0.1em;
}

.txt-style01 .en {
  font-size: 2.5rem;
  font-family: var(--font_en);
  font-weight: 600;
  color: var(--color_secondary);
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 60px 25px 25px;
  }
  .box-style01 .box-inner {
    margin: 0;
  }
  .box-style01 .box-ttl {
    top: -15px;
  }
  .box-style01 .box-ttl [lang=en] {
    font-size: 3rem;
  }
  .box-style01 .box-ttl [lang=en]::before {
    top: 14px;
  }
  .box-style01 .box-ttl .jp {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .txt-arrow {
    font-size: 2rem;
    padding: 0 0 25px;
  }
  .txt-arrow02 {
    font-size: 2rem;
    padding: 30px 0;
  }
  .txt-style01 .jp {
    font-size: 2.5rem;
  }
  .txt-style01 .en {
    font-size: 1.5rem;
  }
}
.box-style02 {
  padding: 75px 0;
  background: #fff;
  border: 1px solid var(--color_primary);
  border-radius: 5px;
}

.box-style03 {
  padding: 35px 60px 50px;
  background: var(--color_bg);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.box-style03::before {
  content: attr(data-en);
  font-family: var(--font_en);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #D6DDE4;
  position: absolute;
  right: 30px;
  bottom: -3px;
  z-index: -1;
}

.box-style03 .box-ttl {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .box-style02 {
    padding: 25px 0;
  }
  .box-style03 {
    padding: 25px;
  }
  .box-style03::before {
    right: 20px;
  }
  .box-style03 .box-ttl {
    font-size: 2rem;
  }
}
.box-style04 {
  padding: 60px 0;
  background: #fff;
  border-radius: 5px;
}

.u-catch {
  font-size: 3.2rem;
  line-height: 1.87;
  letter-spacing: 0.09em;
}

.box-style05 {
  padding: 55px 60px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--border_primary);
}

.box-style06 {
  padding: 75px 0;
  background: url(../images/under/box_bg.png) no-repeat center/cover;
  color: #fff;
  border-radius: 10px;
}

.box-style06.bg01 {
  background-image: url(../images/under/box_bg02.png);
}

.box-style06 .box-ttl {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .box-style04 {
    padding: 25px 0;
  }
  .u-catch {
    font-size: 2rem;
  }
  .box-style05 {
    padding: 25px 5%;
  }
  .box-style06 {
    padding: 25px 5%;
  }
  .box-style06 .box-ttl {
    font-size: 2rem;
  }
}
/* card-layout */
.card-layout01 .l-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
}

.card-layout01 .l-item + .l-item {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid var(--border_primary);
}

.card-layout01 .l-ttl {
  width: 185px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #F1F3F3;
  display: grid;
  place-content: center;
  gap: 10px;
}

.card-layout01 .l-ttl img {
  margin-inline: auto;
}

.card-layout01 .l-ttl .txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.44;
}

.card-layout01 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-layout01 .list-disc {
  font-size: 1.8rem;
}

.card-layout01 .list-disc > li::before {
  color: currentColor;
}

.card-layout01 .list-disc > li + li {
  margin-top: 0 !important;
}

@media (max-width: 800px) {
  .card-layout01 .l-item {
    display: block;
  }
  .card-layout01 .l-item + .l-item {
    margin-top: 30px;
    padding-top: 30px;
  }
  .card-layout01 .l-ttl {
    margin: 0 auto 20px;
  }
  .card-layout01 .list-disc {
    font-size: 1.5rem;
  }
}
/* staff */
.name-txt {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.name-txt .job {
  display: inline-block;
}

.name-txt .name {
  display: inline-block;
  font-size: 2.4rem;
  margin: 0 0 0 10px;
}

@media (max-width: 800px) {
  .name-txt .name {
    font-size: 2rem;
  }
}

/* list-member */
.list-member {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.list-member .list-img {
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-member .list-img img {
  border-radius: 15px;
}

.list-member .name-wrap .job{
  display: inline-block;
}

.list-member .name-wrap .name {
  display: inline-block;
  font-size: 2.4rem;
  margin: 0 0 0 10px;
}

@media (max-width: 800px) {
.list-member {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
.list-member .name-wrap .job {
    display: block;
    font-size: 1.3rem;
  }
.list-member .name-wrap .name {
    font-size: 1.8rem;
    margin: 0;
  }
}
/* list-card */
.list-card01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid var(--color_primary);
  padding: 25px;
  border-radius: 15px;
}

.list-card01 .list-img {
  text-align: center;
  margin-bottom: 25px;
}

.list-card01 .list-img img {
  border-radius: 15px;
}

.list-card01 .num {
  display: block;
  font-family: var(--font_en);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card01 .list-ttl {
  border-bottom: 1px solid var(--border_primary);
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.list-card01 .list-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
}

.list-card01 .btn-more {
  min-width: 0;
  width: 100%;
}

.list-card01.col2 {
  grid-gap: 40px;
}

.list-card01.col3 {
  grid-gap: 30px;
}

.list-card01.col4 {
  grid-gap: 20px;
}

@media (max-width: 800px) {
  .list-card01.col2,
  .list-card01.col3,
  .list-card01.col4 {
    grid-gap: 15px;
  }
}
.list-card02 > li {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.list-card02 .list-ttl {
  font-size: 2.4rem;
  padding: 0 0 10px 28px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border_primary);
}

.list-card02 .list-ttl::before {
  content: "";
  background: var(--color_primary);
  width: 15px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 20px;
}

@media (max-width: 800px) {
  .list-card02 > li {
    padding: 25px;
  }
  .list-card02 .list-ttl {
    font-size: 1.8rem;
  }
  .list-card02 .list-ttl::before {
    top: 15px;
  }
}
/* anchor-link */
.list-anchor-link {
  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;
  gap: 25px;
  margin: 70px auto;
  max-width: 1200px;
  width: 90%;
}

.list-anchor-link > li > a {
  display: grid;
  place-content: center;
  height: 100%;
  min-height: 80px;
  padding: 14px 30px;
  background: #fff;
  border: 4px solid var(--color_primary);
  border-radius: 100px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.4;
  width: 368px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-anchor-link > li > a small {
  font-size: 1.6rem;
}

@media (any-hover: hover) {
  .list-anchor-link > li > a:hover {
    background: var(--color_primary);
    color: #fff;
  }
}
.list-anchor-link > li > a:focus-visible {
  background: var(--color_primary);
  color: #fff;
}

@media (max-width: 800px) {
  .list-anchor-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin: 50px auto;
  }
  .list-anchor-link > li > a {
    width: 100%;
  }
}
/* cookie */
.cookie-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  font-size: 12px;
  background: #fff;
  padding: 16px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.cookie-consent a {
  color: var(--color_primary);
  text-decoration: underline;
}

@media (any-hover: hover) {
  .cookie-consent a:hover {
    text-decoration: none;
  }
}
.cookie-consent a:focus-visible {
  text-decoration: none;
}

.cookie-agree {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 40px;
  color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .cookie-agree:hover {
    background-color: #fff;
    color: #009FB9;
  }
}
.cookie-agree:focus-visible {
  background-color: #fff;
  color: var(--color_primary);
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
  animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media (max-width: 800px) {
  .cookie-consent {
    padding: 15px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .cookie-text {
    font-size: 1.5rem;
  }
  .cookie-agree {
    font-size: 1.5rem;
    width: 100%;
    height: 60px;
  }
}
/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid var(--border_primary);
  font-family: var(--font_jp);
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd + dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 1em;
}

.list-privacy li + li {
  margin-top: 3px;
}

.list-privacy li:before {
  content: "・";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
.category-ttl {
  margin-bottom: 15px;
}

/*普通投稿 old*/
.l-post-type01 {
  margin-bottom: 80px;
}

.l-post-type01 .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-post-type01 .post-item + .post-item {
  margin-top: 50px;
}

.l-post-type01 .post-ttl {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: var(--font_jp);
  font-size: 2rem;
  word-break: break-all;
  position: relative;
  margin: 0 0 25px;
}

.l-post-type01 .post-ttl a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-post-type01 .post-ttl a:focus-visible {
  opacity: 0.5;
}

@media (any-hover: hover) {
  .l-post-type01 .post-ttl a:hover {
    opacity: 0.5;
  }
}
.l-post-type01 .post-img {
  margin: 0 30px 0 0;
  width: 250px;
}

.l-post-type01 .post-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-post-type01 .post-img a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-post-type01 .post-img a:focus-visible {
  opacity: 0.5;
}

@media (any-hover: hover) {
  .l-post-type01 .post-img a:hover {
    opacity: 0.5;
  }
}
.l-post-type01 .post-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-post-type01 .post-data {
  font-size: 1.3rem;
  margin: 0 0 5px;
}

.l-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 1.4rem;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}

.l-post-type01 .category {
  background: var(--color_primary);
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

.l-post-type01 .post-txt {
  margin: 0 0 30px;
}

.l-post-type01 .post-btn {
  text-align: right;
}

.l-post-type01 .post-btn a {
  display: inline-block;
  background: var(--color_primary);
  color: #fff;
  font-family: "###";
  line-height: 1;
  text-align: center;
  padding: 15px 45px;
  min-width: 160px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}

.l-post-type01 .post-btn a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.l-post-type01 .post-btn a:focus-visible {
  opacity: 0.5;
}

@media (any-hover: hover) {
  .l-post-type01 .post-btn a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 800px) {
  .l-post-type01 {
    margin: 0 0 50px;
  }
  .l-post-type01 .post-item + .post-item {
    margin-top: 20px;
  }
  .l-post-type01 .post-ttl {
    font-size: 1.8rem;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }
  .l-post-type01 .post-img {
    margin: 0 15px 0 0;
    width: 40%;
  }
  .l-post-type01 .post-img img {
    width: 100%;
    height: 25vw;
  }
  .l-post-type01 .post-desc {
    margin: -5px 0 0;
  }
  .l-post-type01 time {
    font-size: 1.2rem;
    margin: 0 15px 0 0;
  }
  .l-post-type01 .post-txt {
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }
  .l-post-type01 .post-btn {
    margin-top: 15px;
  }
  .l-post-type01 .post-btn a {
    padding: 12px 25px;
    font-size: 1.3rem;
    min-width: 130px;
  }
}
/* 普通投稿 */
.l-under-post {
  border-top: 1px solid #e8ecf0;
  margin-bottom: 50px;
}

.l-under-post > .post-item {
  border-bottom: 1px solid #f5f5f5;
}

.l-under-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.3s, padding 0.3s;
  transition: background-color 0.3s, padding 0.3s;
  padding: 15px 35px 15px 0;
  position: relative;
}

.l-under-post a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color_primary);
  border-right: 2px solid var(--color_primary);
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-under-post a::after {
  content: "";
  width: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.l-under-post a:focus-visible::before {
  border-color: #fff;
}

.l-under-post a:focus-visible::after {
  background: var(--color_primary);
}

@media (any-hover: hover) {
  .l-under-post a:hover::before {
    border-color: #fff;
  }
  .l-under-post a:hover::after {
    background: var(--color_primary);
  }
}
.l-under-post .post-img {
  width: 150px;
  margin-right: 25px;
}

.l-under-post .post-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 105px;
  border-radius: 5px;
}

.l-under-post .post-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
}

.l-under-post time {
  display: block;
  color: #ADADAD;
  font-size: 1.2rem;
}

.l-under-post .post-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.l-under-post .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 10px;
  border-radius: 5px;
}

.l-under-post .no-post {
  padding: 25px 0;
}

@media (max-width: 800px) {
  .l-under-post a {
    padding: 20px 25px 20px 0;
  }
  .l-under-post a:hover {
    background-color: transparent;
  }
  .l-under-post .post-img {
    width: 120px;
    margin-right: 20px;
  }
  .l-under-post .post-img img {
    height: 90px;
  }
  .l-under-post .post-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .l-under-post time {
    font-size: 1rem;
  }
  .l-under-post .post-ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .l-under-post .category {
    font-size: 1rem;
  }
  .l-under-post .no-post {
    padding: 25px 0;
  }
}
/*詳細ページ*/
.single-post-layout {
  display: flow-root;
  border-bottom: 3px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto 50px;
}

.single-post-layout .l-ttl {
  border-bottom: 3px solid #eee;
  font-size: 2.4rem;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.single-post-layout .post-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.single-post-layout .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 1.2rem;
  margin-right: 20px;
  font-family: var(--font_en);
  font-weight: 600;
}

.single-post-layout .post-data .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 10px;
  border-radius: 5px;
}

@media (max-width: 800px) {
  .single-post-layout .l-ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
/*詳細ページ*/
.postdata h2 {
  color: var(--color_primary);
  font-size: 3.5rem;
  margin-bottom: 30px;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li > ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li > ol {
  margin: 0 0 0 15px;
}

.postdata .wp-block-button__link {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  font-family: var(--font_jp);
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 100px;
  text-decoration: none;
}

.postdata .wp-block-button__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color_primary);
}

@media (max-width: 800px) {
  .postdata h2 {
    font-size: 2.5rem;
  }
}
/*セレクト式カテゴリー*/
.select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px;
}

.select-area .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-family: "###";
  font-size: 1.6rem;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  background: #fff url(../images/share/ico_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 1.6rem;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}

.select-area .select-category::-ms-expand {
  display: none;
}

@media (max-width: 800px) {
  .select-area {
    display: block;
    margin: 0 0 30px;
  }
  .select-area .select-item {
    margin: 0;
  }
  .select-area .select-item + .select-item {
    margin-top: 10px;
  }
  .select-area .select-ttl {
    font-size: 1.5rem;
  }
}
/*ページャー*/
.post-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-number span,
.post-number a {
  display: inline-block;
  color: var(--color_primary);
  border: 1px solid var(--color_primary);
  font-size: 1.3rem;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  margin: 0 4px;
  border-radius: 3px;
}

.post-number a:focus-visible {
  background: var(--color_primary);
  color: #fff;
}

@media (any-hover: hover) {
  .post-number a:hover {
    background: var(--color_primary);
    color: #fff;
  }
}
.post-number .current {
  background: var(--color_primary);
  color: #fff;
}

.post-number-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.post-number-single a {
  display: inline-block;
}

.post-number-single .all {
  background: var(--color_primary);
  border: 1px solid var(--color_primary);
  color: #fff;
  font-size: 1.3rem;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
  border-radius: 3px;
}

.post-number-single .all:focus-visible {
  background: #fff;
  color: var(--color_primary);
}

@media (any-hover: hover) {
  .post-number-single .all:hover {
    background: #fff;
    color: var(--color_primary);
  }
}
.post-number-single .prev,
.post-number-single .next {
  border: 1px solid var(--color_primary);
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 3px;
}

.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--color_primary);
  margin: 0 auto;
  top: 12px;
}

.post-number-single .prev:focus-visible,
.post-number-single .next:focus-visible {
  background: var(--color_primary);
}

.post-number-single .prev:focus-visible::before,
.post-number-single .next:focus-visible::before {
  border-color: #fff;
}

@media (any-hover: hover) {
  .post-number-single .prev:hover,
  .post-number-single .next:hover {
    background: var(--color_primary);
  }
  .post-number-single .prev:hover::before,
  .post-number-single .next:hover::before {
    border-color: #fff;
  }
}
.post-number-single .prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 13px;
  border-left: 1px solid var(--color_primary);
}

.post-number-single .next::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid var(--color_primary);
}

/*------------
症例紹介
--------------*/
.case-layout {
  background-color: #f5f5f5;
  padding: 6%;
  margin-bottom: 50px;
}

.case-layout time {
  color: #aaa;
  display: block;
  font-size: 1.2rem;
  margin-right: 15px;
}

.case-layout .category {
  display: inline-block;
  background-color: var(--color_primary);
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 10px;
}

.case-layout .l-ttl {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.case-layout .post-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.case-layout .before-after {
  margin-bottom: 30px;
}

.post-table,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  background-color: #fff;
  border: 1px solid #eee;
}

.post-table tr th,
.post-table tr td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border: 1px solid #eee;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 15px;
}

.post-table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background-color: var(--color_primary);
  color: #fff;
  vertical-align: top;
  text-align: left;
  width: 25%;
}

.case-layout .l-btn {
  text-align: center;
  margin-top: 50px;
}

.before-after {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5% 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5%;
}

.before-after .item {
  text-align: center;
  position: relative;
}

.before-after figure {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 300px;
  position: relative;
}

.before-after figure img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-height: 300px;
}

.before-after p {
  font-family: var(--font_jp);
  text-align: center;
}

.before-after p::before,
.before-after p::after {
  content: "-";
  margin: 0 5px;
}

@media (max-width: 800px) {
  .case-layout .l-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .case-layout .post-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .case-layout .before-after {
    margin-bottom: 30px;
  }
  .post-table tr th,
  .post-table tr td,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    display: block;
    padding: 10px;
    font-size: 1.4rem;
  }
  .post-table tr th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
    width: 100%;
  }
  .case-layout .l-btn {
    margin-top: 30px;
  }
  .before-after {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .before-after figure {
    height: auto;
  }
}
/*-----------------------------------------------------------
投稿02
-----------------------------------------------------------*/
/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 320px);
  max-width: 1200px;
  margin-inline: auto;
}

.side-contents {
  padding: 0 40px;
  width: 320px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-family: var(--font_jp);
  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: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 1.4rem;
}

.side-area-links li::before {
  content: "";
  width: 5px;
  height: 8px;
  background-color: var(--color_primary);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 7px;
  left: 0;
}

.side-area-links li + li {
  margin-top: 5px;
}

.side-area-links a {
  display: inline-block;
}

.side-area-links a:focus-visible {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .side-area-links a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 800px) {
  .sidebar-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }
  .sidebar-layout .tall + .tall {
    margin-top: 50px;
  }
  .sidebar-layout.sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }
  .main-contents {
    width: 100%;
    padding: 0;
  }
  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }
  .side-contents-ttl {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .side-area-item + .side-area-item {
    margin-top: 30px;
  }
}
/*お知らせ*/
.under-post-news {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px;
}

.under-post-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
}

.under-post-news a:focus-visible .ttl {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .under-post-news a:hover .ttl {
    text-decoration: underline;
  }
}
.under-post-news time {
  display: inline-block;
  color: #888;
  white-space: nowrap;
  margin-right: 25px;
}

.under-post-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 800px) {
  .under-post-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }
  .under-post-news time {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .under-post-news .ttl {
    -webkit-line-clamp: 2;
  }
}
/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fade:focus-visible {
  opacity: 0.5;
}

@media (any-hover: hover) {
  .fade:hover {
    opacity: 0.5;
  }
}
.bold,
strong {
  font-family: "FOT-セザンヌ ProN B", sans-serif;
}

.red {
  color: #F44336;
}

.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.25em;
  text-decoration-color: #009FB9;
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.notice {
  font-size: 1.4rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 80px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.map {
  height: 440px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .mbXL {
    margin-bottom: 50px !important;
  }
  .map {
    height: 300px;
  }
}
/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
splide
-------------*/
/*各種色設定*/
:root {
  --splide-arrow-color: #7EC2C2;
  /*矢印*/
  --splide-focus-color: #7EC2C2;
  /*タブ移動によるフォーカス時のアウトライン*/
  --splide-pagination-color: #7EC2C2;
  /*アクティブ時のページネーション*/
  --splide-progress-color: #7EC2C2;
  /*プログレスバー*/
  --splide-toggle-color: #7EC2C2;
  /*再生ボタン*/
  --splide-track-color: #7EC2C2;
  /*サムネイルの枠*/
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.splide__controls .splide__pagination {
  position: static;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #e9e9e9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 64px;
  width: 64px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border: solid var(--color_primary);
  border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.splide__arrow svg {
  display: none;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid var(--color_primary);
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: calc((100% - 870px) / 2);
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: calc((100% - 870px) / 2);
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 15px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ddd;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__progress__bar {
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid var(--splide-focus-color);
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid var(--splide-focus-color);
    outline-offset: -3px;
  }
}
.splide__toggle {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #737e80;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  height: 29px;
  width: 29px;
}

.splide__toggle:hover {
  background: var(--splide-toggle-color);
}

.splide__toggle svg {
  fill: #fff;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  width: 12px;
  height: auto;
}

.splide__toggle:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid var(--splide-track-color);
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }
  .splide__arrow--prev {
    left: 10px;
  }
  .splide__arrow--next {
    right: 10px;
  }
}
/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*------------
ループテキスト
--------------*/
.loop-text {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: -20px;
  z-index: 2;
}

.loop-text-item {
  text-rendering: optimizeSpeed;
  padding-inline: 0.25em;
}

.loop-text:not(.no-tick) .loop-text-item:nth-child(odd) {
  -webkit-animation: MoveLeft var(--tick-duration, 18s) var(--tick-delay, -9s) infinite linear;
  animation: MoveLeft var(--tick-duration, 18s) var(--tick-delay, -9s) infinite linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loop-text:not(.no-tick) .loop-text-item:nth-child(even) {
  -webkit-animation: MoveLeft2 var(--tick-duration, 18s) infinite linear;
  animation: MoveLeft2 var(--tick-duration, 18s) infinite linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce) {
  .loop-text:not(.no-tick) .loop-text-item:nth-child(odd) {
    -webkit-animation: none;
    animation: none;
  }
  .loop-text:not(.no-tick) .loop-text-item:nth-child(even) {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@media (max-width: 800px) {
  .loop-text {
    margin-bottom: -10px;
  }
  .loop-text-item {
    padding-inline: 0;
  }
}
.arrow-anime,
.arrow-anime-scroll {
  /* 遅延をバラつかせる */
}

.arrow-anime .arrow-img,
.arrow-anime-scroll .arrow-img {
  opacity: 0;
  -webkit-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px);
  /* 左下からの開始位置 */
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform, opacity;
}

.arrow-anime .arrow-img.is-inview,
.arrow-anime-scroll .arrow-img.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.arrow-anime .arrow01,
.arrow-anime-scroll .arrow01 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.arrow-anime .arrow02,
.arrow-anime-scroll .arrow02 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.arrow-anime .arrow03,
.arrow-anime-scroll .arrow03 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.arrow-anime .arrow04,
.arrow-anime-scroll .arrow04 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.arrow-anime .arrow05,
.arrow-anime-scroll .arrow05 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.arrow-anime .arrow06,
.arrow-anime-scroll .arrow06 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

/* ===== カタカナ（ア）（イ）（ウ）… ===== */
.list-privacy {
  list-style: none;
  counter-reset: privacy-counter;
}

.list-privacy li {
  counter-increment: privacy-counter;
  position: relative;
  padding-left: 2em;
}

.list-privacy li::before {
  content: "（" counter(privacy-counter, katakana) "）";
  position: absolute;
  left: 0;
}

/* ===== 数字（1）（2）（3）… ===== */
.list-number {
  list-style: none;
  counter-reset: number-counter;
}

.list-number li {
  counter-increment: number-counter;
  position: relative;
  padding-left: 2em;
}

.list-number li::before {
  content: "（" counter(number-counter) "）";
  position: absolute;
  left: 0;
}
