@charset "UTF-8";

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

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8em;
  margin-block: var(--leading-trim);
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

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

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

::selection {
  background: #d4dcd6;
}

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

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

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

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

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #1D493C;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #E0E5E3;
}

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

.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: 1200px;
  width: 90%;
}

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

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

@media (max-width: 800px) {

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

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
/*------------
ボタン
--------------*/
.btn-icon01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-block: var(--leading-trim);
}

.btn-icon01 img {
  margin-right: 8px;
}

.btn-icon01:focus-visible {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .btn-icon01:hover {
    text-decoration: underline;
  }
}

.btn-icon01.large {
  font-size: 3.8rem;
}

.btn-icon01.large img {
  margin-right: 20px;
}

.btn-icon01.large:focus-visible {
  text-decoration-thickness: 0.05em;
}

@media (any-hover: hover) {
  .btn-icon01.large:hover {
    text-decoration-thickness: 0.05em;
  }
}

.btn-icon02 {
  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;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  line-height: 1.7;
  margin-block: var(--leading-trim);
  padding: 9px 55px;
  background: #1D493C;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-icon02 img {
  margin-right: 10px;
}

.btn-icon02:focus-visible {
  background: #7FAD96;
}

@media (any-hover: hover) {
  .btn-icon02:hover {
    background: #7FAD96;
  }
}

.btn-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.1rem;
  line-height: 1.613;
  margin-block: var(--leading-trim);
  white-space: nowrap;
}

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

.btn-tel.large {
  font-size: 4rem;
}

.btn-tel.large::before {
  width: 29px;
  height: 29px;
  margin-right: 14px;
}

@media (max-width: 800px) {
  .btn-tel.large {
    font-size: 3.1rem;
  }

  .btn-tel.large::before {
    width: 22px;
    height: 22px;
    margin-right: 7px;
  }
}

.btn-more {
  display: inline-block;
  min-width: 270px;
  padding: 8px 45px 10px;
  border: 1px solid currentcolor;
  border-radius: 100px;
  text-align: center;
  color: currentcolor;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-more::after {
  content: "";
  -webkit-mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  background: currentcolor;
  width: 13px;
  height: 9px;
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-more:focus-visible::after {
  -webkit-animation: btnhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: btnhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (any-hover: hover) {
  .btn-more:hover::after {
    -webkit-animation: btnhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: btnhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

@-webkit-keyframes btnhover {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translate3d(100%, 0, 0);
    transform: translateY(-50%) translate3d(100%, 0, 0);
  }

  55% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translate3d(-100%, 0, 0);
    transform: translateY(-50%) translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
}

@keyframes btnhover {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translate3d(100%, 0, 0);
    transform: translateY(-50%) translate3d(100%, 0, 0);
  }

  55% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translate3d(-100%, 0, 0);
    transform: translateY(-50%) translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
}

@media (max-width: 800px) {
  .btn-more {
    min-width: 100%;
  }
}

/*------------
Header
--------------*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.h-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  height: 80px;
  padding: 13px 135px 0 1.11vw;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.h-logo {
  padding: 30px 0 0 20px;
}

.h-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20vw;
}

.header.is-fixed {
  background: #fff;
}

.header.is-fixed .h-wrapper {
  color: #1D493C;
}

.header.is-fixed .h-logo {
  padding: 7px 0 0;
}

.header.is-fixed .h-logo img {
  -webkit-filter: none;
  filter: none;
  width: 130px;
}

@media (max-width: 800px) {
  .header {
    position: absolute;
  }

  .h-wrapper {
    padding: 0 60px 0 20px;
    height: 50px;
  }

  .h-logo {
    padding: 18px 0 0;
    width: 90px;
  }
}

/*------------
G-navi
--------------*/
.pc-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3.22vw;
}

.pc-navi-list li a {
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc-navi-list li a::before {
  content: attr(data-en);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}

.pc-navi-list li a:focus-visible {
  line-height: 1.2;
}

@media (any-hover: hover) {
  .pc-navi-list li a:hover {
    line-height: 1.2;
  }
}

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

/*-----------------------------------------------------------
ハンバーガー
-----------------------------------------------------------*/
/* ボタン */
.navi-menu-btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1D493C;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 20000;
}

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

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

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

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

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

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

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

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

.navi-menu-btn .hamburger-ttl {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navi-menu-btn .hamburger-ttl::before {
  content: "Menu";
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  margin-block: var(--leading-trim);
  white-space: nowrap;
  display: block;
}

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

/* 中身 */
.g-navi-contents {
  pointer-events: none;
  visibility: hidden;
  background: #CDD8D2;
  background-blend-mode: multiply;
  padding: 150px 0;
  position: fixed;
  inset: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 9999;
  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;
}

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

/* レイアウト等 */
.g-navi-layout {
  margin-inline: auto;
  gap: 0 50px;
  max-width: 1200px;
  width: 90%;
}

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

.g-navi-list-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4.17vw;
}

.g-navi-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-block: var(--leading-trim);
  padding: 0 0 20px;
  border-bottom: 1px solid #7FAD96;
  margin-bottom: 50px;
  font-size: 2rem;
}

.g-navi-list li+li {
  margin-top: 1.5em;
}

.g-navi-list li a {
  margin-block: var(--leading-trim);
  font-size: 2rem;
}

.g-navi-child {
  margin: 1.5em 0 0 1em;
}

.g-navi-child li+li {
  margin-top: 0.8em;
}

.g-navi-child li a {
  display: inline-block;
  padding-left: 10px;
  font-size: 1.8rem;
  margin-block: var(--leading-trim);
  position: relative;
}

.g-navi-child li a::before {
  content: "-";
  position: absolute;
  top: -2px;
  left: 0;
}

.g-navi-list li a,
.g-navi-child li a {
  position: relative;
}

.g-navi-list li a::after,
.g-navi-child li a::after {
  content: "";
  background: #7FAD96;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.g-navi-list li a:focus-visible::after,
.g-navi-child li a:focus-visible::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (any-hover: hover) {

  .g-navi-list li a:hover::after,
  .g-navi-child li a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.g-navi-child li a::after {
  width: calc(100% - 10px);
  left: 10px;
}

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

.g-navi-btn-wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 1.67vw;
}

body.is-hidden {
  overflow: hidden;
}

@media (max-width: 800px) {

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

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

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

  .navi-menu-btn .hamburger-ttl {
    top: 6px;
  }

  .navi-menu-btn .hamburger-ttl::before {
    font-size: 1.2rem;
  }

  /* 中身 */
  .g-navi-contents {
    padding: 100px 0;
    display: block;
  }

  /* レイアウト等 */
  .g-navi-layout {
    display: block;
  }

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

  .g-navi-list-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }

  .g-navi-ttl {
    margin-bottom: 25px;
  }

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

  .g-navi-child {
    margin-top: 10px;
  }

  .g-navi-child li a {
    font-size: 1.3rem;
  }

  .g-navi-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}

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

.hero-slider .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-slider .splide__slide::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slider .slide-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.hero-catch {
  position: absolute;
  bottom: 100px;
  left: 6.89vw;
  z-index: 2;
  color: #fff;
}

.hero-catch .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: clamp(2.3rem, 2.89vw, 5.2rem);
}

.hero-catch .ja {
  font-size: clamp(1.6rem, 1.56vw, 2.8rem);
}

@media (max-width: 800px) {
  .hero-slider .splide__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-slider .slide-img img {
    height: 265px;
  }

  .hero-catch {
    bottom: 30px;
    left: 4vw;
  }
}

/*-------------------------------------------
Top contents
-------------------------------------------*/
/*------------
Title
--------------*/
.t-h2 {
  text-align: center;
}

.t-h2 .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.t-h2 .ja {
  font-size: 4rem;
}

@media (max-width: 800px) {
  .t-h2 .en {
    font-size: 2rem;
  }

  .t-h2 .ja {
    font-size: 2.3rem;
  }
}

/*------------
Block
--------------*/
/* sec01 */
.sec01 {
  padding: 120px 0;
}

.sec01-layout {
  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 5vw;
  margin-right: calc((100% - 1400px) / 2);
}

.sec01-layout .l-img {
  width: 31.25%;
}

.sec01-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 925px;
}

.sec01-layout .l-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.083;
  margin-block: var(--leading-trim);
  margin-bottom: 30px;
}

@media (max-width: 1500px) {
  .sec01-layout {
    margin-right: 5vw;
  }
}

/* sec02 */
.sec02 {
  padding: 241px 0 200px;
}

/* sec03 */
.sec03 {
  padding: 195px 0 200px;
  background: #1D493C;
  color: #fff;
}

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

.sec03 .l-btn {
  text-align: center;
  margin-top: 100px;
}

/* sec04 */
.sec04 {
  padding: 200px 0 175px;
  overflow: hidden;
}

/* sec05 */
.sec05 {
  background: #E0E5E3;
  color: #1D493C;
}

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

/* sec07 */
.sec07 {
  padding: 0 0 230px;
}

.sec08 {
  padding: 145px 0 171px;
}

.l-sec08 {
  position: relative;
}

.l-sec08 .l-ttl {
  margin-bottom: 75px;
}

.l-sec08 .l-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #1D493C;
  margin-bottom: 5px;
}

.l-sec08 .l-ttl .ja {
  font-size: 3.5rem;
}

.l-sec08 .l-btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 800px) {

  /* sec01 */
  .sec01 {
    padding: 50px 0;
  }

  .sec01-layout {
    display: block;
    margin: 0 5vw;
  }

  .sec01-layout .l-img {
    width: 100%;
    margin: 0 0 30px;
  }

  /* sec02 */
  .sec02 {
    padding: 50px 0;
  }

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

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

  .sec03 .l-btn {
    margin-top: 40px;
  }

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

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

  /* sec07 */
  .sec07 {
    padding: 50px 0;
  }

  .sec08 {
    padding: 50px 0;
  }

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

  .l-sec08 .l-ttl .ja {
    font-size: 2.3rem;
  }

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

/*------------
Top post
--------------*/
.top-post-layout01 .post-item {
  padding: 35px 0 35px 35px;
  border-bottom: 1px solid #B7C9C0;
}

.top-post-layout01 .post-item:first-of-type {
  border-top: 1px solid #B7C9C0;
}

.top-post-layout01 .post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 50px;
  padding-right: 100px;
  position: relative;
}

.top-post-layout01 .post-item a::before,
.top-post-layout01 .post-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-post-layout01 .post-item a::before {
  -webkit-mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  background: #1D493C;
  width: 13px;
  height: 9px;
  right: 35px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-post-layout01 .post-item a::after {
  content: "";
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #1D493C;
  right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .top-post-layout01 .post-item a:hover::before {
    background: #fff;
  }

  .top-post-layout01 .post-item a:hover::after {
    background: #1D493C;
  }
}

.top-post-layout01 time {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.top-post-layout01 .post-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 800px) {
  .top-post-layout01 .post-item {
    padding: 15px 0;
  }

  .top-post-layout01 .post-item a {
    padding-right: 50px;
    gap: 0 15px;
  }

  .top-post-layout01 .post-item a::before {
    right: 8px;
  }

  .top-post-layout01 .post-item a::after {
    right: 0;
    width: 30px;
  }
}

.top-post-layout02 .post-item {
  padding: 60px 0;
  border-bottom: 1px solid #B7C9C0;
}

.top-post-layout02 .post-item:nth-of-type(1) {
  border-top: 1px solid #B7C9C0;
}

.top-post-layout02 .post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 65px;
}

.top-post-layout02 .post-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 285px;
  flex: 0 0 285px;
}

.top-post-layout02 .post-img img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.top-post-layout02 time {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.top-post-layout02 .post-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.667;
  margin-block: var(--leading-trim);
  margin-bottom: 30px;
}

.top-post-layout02 a:focus-visible .post-ttl {
  text-decoration: underline;
}

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

.top-post-layout02 .category {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-block: var(--leading-trim);
  color: #fff;
  padding: 8px 7px;
  background: #1D493C;
  margin: 0 10px 10px 0;
}

@media (max-width: 800px) {
  .top-post-layout02 .post-item {
    padding: 15px 0;
  }

  .top-post-layout02 .post-item a {
    gap: 0 15px;
  }

  .top-post-layout02 .post-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }

  .top-post-layout02 .post-img img {
    height: 80px;
  }

  .top-post-layout02 time {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .top-post-layout02 .post-ttl {
    margin-bottom: 10px;
  }

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

/*------------
Top layout
--------------*/
/* top-layout01 */
.top-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 5vw;
  margin-left: 5.56vw;
}

.top-layout01 .l-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
}

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

.top-layout01 .l-ttl {
  margin-bottom: 70px;
}

.top-layout01 .l-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.top-layout01 .l-ttl .ja {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.top-layout01 p {
  line-height: 2.222;
  margin-block: var(--leading-trim);
}

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

.top-layout01 .l-btn {
  margin-top: 70px;
}

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

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

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

  .top-layout01 .l-ttl .ja {
    font-size: 2.3rem;
  }

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

  .top-layout01 .l-btn {
    margin-top: 40px;
  }
}

/* top-layout02 */
.top-layout02 {
  position: relative;
  margin-left: calc((100% - 1400px) / 2);
}

.top-layout02 .l-ttl {
  grid-area: 1/1/2/2;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  left: 0;
}

.top-layout02 .l-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.083;
  letter-spacing: 0.05em;
  margin-right: 10px;
}

.top-layout02 .l-ttl .ja {
  font-size: 4rem;
  letter-spacing: 0.1em;
}

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

.top-layout02 .l-btn {
  grid-area: 2/1/3/3;
  text-align: right;
  position: relative;
  max-width: 1400px;
  width: 90%;
  margin: -40px 0 0;
}

@media (max-width: 1550px) {
  .top-layout02 {
    margin-left: 5vw;
  }
}

@media (max-width: 800px) {
  .top-layout02 .l-ttl {
    position: static;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 40px;
  }

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

  .top-layout02 .l-ttl .ja {
    font-size: 2.3rem;
  }

  .top-layout02 .l-btn {
    width: 95%;
    margin: 30px 0 0 0;
  }
}

/* top-layout03 */
.top-layout03 {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-template-rows: 1fr auto;
  gap: 80px 0;
}

.top-layout03 .t-h2 {
  grid-area: 1/1/3/2;
}

.top-layout03 .top-post-layout02 {
  grid-area: 1/2/2/3;
}

.top-layout03 .l-btn {
  grid-area: 2/2/3/3;
  text-align: right;
}

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

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

/* top-layout04 */
.top-layout04 {
  max-width: 1600px;
  width: 90%;
  margin-inline: auto;
  padding: 70px 0;
  background: #fff;
  -webkit-box-shadow: 30px 30px 0px 0px #B7C9C0;
  box-shadow: 30px 30px 0px 0px #B7C9C0;
}

.top-layout04 .l-inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-layout04 .l-img {
  width: 63.17%;
}

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

.top-layout04 .t-h2 {
  margin-bottom: 25px;
}

.top-layout04 .l-btn {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .top-layout04 {
    padding: 25px 0;
    -webkit-box-shadow: 10px 10px 0px 0px #B7C9C0;
    box-shadow: 10px 10px 0px 0px #B7C9C0;
  }

  .top-layout04 .l-inner {
    display: block;
  }

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

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

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

.top-card-layout01 .card-item {
  position: relative;
}

.top-card-layout01 .num {
  position: absolute;
  right: 30px;
  top: -33px;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 5.5rem;
  margin-block: var(--leading-trim);
}

.top-card-layout01 .card-img {
  margin-bottom: 25px;
}

.top-card-layout01 .card-txt a {
  display: block;
  padding-right: 70px;
  position: relative;
}

.top-card-layout01 .card-txt a::before,
.top-card-layout01 .card-txt a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-card-layout01 .card-txt a::before {
  -webkit-mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  background: #fff;
  width: 13px;
  height: 9px;
  right: 35px;
  z-index: 2;
}

.top-card-layout01 .card-txt a::after {
  content: "";
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 20px;
}

@media (any-hover: hover) {
  .top-card-layout01 .card-txt a:hover::before {
    background: #1D493C;
  }

  .top-card-layout01 .card-txt a:hover::after {
    background: #fff;
  }
}

.top-card-layout01 .card-txt .ja {
  font-size: 3rem;
}

.top-card-layout01 .card-txt .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #6E9086;
  line-height: 1.444;
  margin-block: var(--leading-trim);
}

@media (max-width: 800px) {
  .top-card-layout01 {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .top-card-layout01 .num {
    font-size: 4.5rem;
    right: 20px;
    top: -27px;
  }

  .top-card-layout01 .card-img {
    margin-bottom: 15px;
  }

  .top-card-layout01 .card-txt .ja {
    font-size: 2rem;
  }

  .top-card-layout01 .card-txt a::before {
    right: 8px;
  }

  .top-card-layout01 .card-txt a::after {
    width: 30px;
    right: 0;
  }
}

/* top-card-layout02 */
.top-card-layout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #36604B;
}

.top-card-layout02 .card-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 425px;
  padding: 50px 4.44vw 50px 8.33vw;
  background: #E0E5E3;
  color: #1D493C;
  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;
}

.top-card-layout02 .card-item+.card-item {
  border-left: 1px solid #36604B;
}

.top-card-layout02 .card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4.44vw;
}

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

.top-card-layout02 .card-ttl {
  margin-block: var(--leading-trim);
  margin-bottom: 30px;
}

.top-card-layout02 .card-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #1D493C;
  margin-bottom: 5px;
}

.top-card-layout02 .card-ttl .ja {
  font-size: 3.5rem;
}

.top-card-layout02 .card-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67px;
  flex: 0 0 67px;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #1D493C;
  contain: content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-card-layout02 .card-btn::before {
  content: "";
  -webkit-mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  background: #1D493C;
  width: 13px;
  height: 9px;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-card-layout02 .card-btn .btn-txt {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.top-card-layout02 .card-btn:focus-visible {
  background: #fff;
}

.top-card-layout02 .card-btn:focus-visible::before {
  background: #1D493C;
}

@media (any-hover: hover) {
  .top-card-layout02 .card-btn:hover {
    background: #1D493C;
  }

  .top-card-layout02 .card-btn:hover::before {
    background: #fff;
  }
}

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

  .top-card-layout02 .card-item+.card-item {
    border-left: none;
    border-top: 1px solid #36604B;
  }

  .top-card-layout02 .card-item {
    padding: 50px 5vw;
    min-height: auto;
  }

  .top-card-layout02 .card-ttl .ja {
    font-size: 2.3rem;
  }

  .top-card-layout02 .card-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}

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

/* footer-01 */
.footer-01 {
  display: grid;
  grid-template-columns: 55.56% 1fr;
  grid-template-rows: repeat(2, 1fr);
  background: #1D493C;
  color: #fff;
  height: 500px;
}

.footer-01 .item:nth-of-type(1) {
  grid-area: 1/1/3/2;
  border-right: 1px solid #36604B;
  display: grid;
  place-content: center;
  padding: 0 6vw;
}

.footer-01 .item:nth-of-type(2) {
  grid-area: 1/2/2/3;
}

.footer-01 .item:nth-of-type(3) {
  grid-area: 2/2/3/3;
  border-top: 1px solid #36604B;
}

.footer-01 .item:nth-of-type(2),
.footer-01 .item:nth-of-type(3) {
  padding: 0 0 0 7.22vw;
  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;
}

.footer-01 .item-ttl {
  margin-block: var(--leading-trim);
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.footer-01 .item-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10rem;
  font-size: clamp(4rem, 5.56vw, 10rem);
  color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  top: -50px;
  left: -5.56vw;
  z-index: -1;
  padding-right: 85px;
  background: url(../images/share/icon_arrow_right02.svg) no-repeat right center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-01 .item-ttl .ja {
  font-size: 4rem;
}

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

  .footer-01 .item {
    padding: 50px 5vw !important;
  }

  .footer-01 .item:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #36604B;
  }

  .footer-01 .item-ttl .en {
    top: -15px;
    left: -3vw;
    background-size: 50px;
  }

  .footer-01 .item-ttl .ja {
    font-size: 2.3rem;
  }
}

/* footer02 */
.footer-02 {
  padding: 100px 0;
}

.footer-02 .f02-item+.f02-item {
  border-top: 1px solid #B7C9C0;
  margin-top: 85px;
  padding-top: 80px;
}

.footer-02 .f02-item:nth-of-type(3) {
  margin-top: 70px;
  padding-top: 30px;
}

.f02-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 2vw;
}

.f02-wrapper .utility {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 600px;
}

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

.f-bnr-layout {
  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 2vw;
}

.f-ttl01 .ja {
  font-size: 2.5rem;
}

.f-ttl01 .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}

.f-bnr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.f-other-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  font-size: 1.3rem;
}

.pagetop {
  position: absolute;
  bottom: 0;
  right: 3vw;
  z-index: 5;
}

.pagetop a {
  display: inline-block;
  width: 14px;
}

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

  .footer-02 .f02-item+.f02-item {
    margin-top: 50px;
    padding-top: 50px;
  }

  .f02-wrapper {
    display: block;
  }

  .f02-wrapper .utility {
    margin-bottom: 50px;
  }

  .f-bnr-layout {
    display: block;
  }

  .f-bnr-layout .f-ttl01 {
    margin-bottom: 30px;
  }

  .f-ttl01 .ja {
    font-size: 2.3rem;
    margin-bottom: 5px;
  }

  .f-bnr-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }

  .pagetop {
    display: none;
  }
}

/* Site map */
.site-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2.78vw;
}

.site-map .site-map-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-block: var(--leading-trim);
  padding: 0 0 10px;
  border-bottom: 1px solid #7FAD96;
  margin-bottom: 25px;
}

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

.site-map-child {
  margin: 5px 0 0 13px;
}

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

.site-map-child li a {
  font-size: 1.5rem;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}

.site-map-child li a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: -1px;
}

.list-site-map a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}

.list-site-map a:focus-visible {
  color: #B7C9C0;
}

@media (any-hover: hover) {
  .list-site-map a:hover {
    color: #B7C9C0;
  }
}

.site-map-other a {
  font-size: 1.3rem;
}

.site-map-other a:focus-visible {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .site-map-other a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 800px) {
  .site-map {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }

  .site-map-child li a {
    font-size: 1.3rem;
  }
}

/*------------
Under layout
--------------*/
.page-ttl-wrap {
  padding: 80px 0 0;
  background: #1D493C;
  height: 520px;
  color: #fff;
  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;
}

.page-ttl {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}

.page-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 7.5rem;
  line-height: 1.3;
  margin-block: var(--leading-trim);
  margin-bottom: 10px;
}

.page-ttl .ja {
  font-size: 2.3rem;
}

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

.breadcrumb ul li {
  display: inline;
}

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

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

.postdata h2,
.u-h2 {
  font-size: 3.5rem;
  line-height: 1.286;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 40px;
}

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

.u-h3,
.postdata h3 {
  font-size: 2.7rem;
  line-height: 1.667;
  padding-bottom: 15px;
  border-bottom: 1px solid #B7C9C0;
  margin-bottom: 30px;
}

.u-h4,
.postdata h4 {
  font-size: 2.2rem;
  padding-left: 27px;
  position: relative;
  margin-bottom: 15px;
}

.u-h4::before,
.postdata h4::before {
  content: "";
  background: #B7C9C0;
  width: 10px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 800px) {
  .page-ttl-wrap {
    padding: 50px 0 0;
    height: 200px;
  }

  .page-ttl .en {
    font-size: 3.5rem;
  }

  .page-ttl .ja {
    font-size: 1.8rem;
  }

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

  .postdata h2,
  .u-h2 {
    font-size: 2.3rem;
  }

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

  .u-h4,
  .postdata h4 {
    font-size: 1.8rem;
    padding-left: 20px;
  }

  .u-h4::before,
  .postdata h4::before {
    width: 8px;
    height: 20px;
    top: 7px;
  }
}

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

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

.tall {
  padding: 80px 0;
}

.tall:last-of-type {
  padding: 80px 0 100px;
}

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

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

  .tall {
    padding: 50px 0;
  }

  .tall:last-of-type {
    padding: 50px 0 100px;
  }
}

.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.small,
.l-imgL .l-img.small {
  width: 25%;
}

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

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

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

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

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

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

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {

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

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

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

.list-disc li:before {
  background: #1D493C;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
}

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

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

.list-num>li:before {
  background: #1D493C;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 1.1rem;
  position: absolute;
  top: 8px;
  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 #1D493C;
  border-bottom: 2px solid #1D493C;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  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;
}

@media (max-width: 800px) {
  .list-num>li:before {
    top: 4px;
  }
}

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

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

.table-style01 th {
  background-color: #e2e2e2;
}

.table-style01 .bg01 {
  background-color: #f5f5f5;
}

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

  .table-style01 th,
  .table-style01 td {
    padding: 10px;
    font-size: 1.4rem;
    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 {
  max-width: 980px;
  margin-inline: auto;
  border-top: 1px solid #B7C9C0;
}

.table-style02 th,
.table-style02 td {
  padding: 14px 0;
  border-bottom: 1px solid #B7C9C0;
}

.table-style02 th {
  font-weight: 500;
  vertical-align: middle;
  text-align: left;
  padding-left: 25px;
}

.table-style02 td {
  padding-right: 25px;
}

@media (max-width: 800px) {
  .table-style02 {
    border-top: none;
  }

  .table-style02 colgroup {
    display: none;
  }

  .table-style02 th,
  .table-style02 td {
    display: block;
    width: 100%;
  }

  .table-style02 th {
    padding: 20px 0 0;
    border-bottom: none;
  }

  .table-style02 tr:first-of-type th {
    padding-top: 0;
  }

  .table-style02 td {
    padding-right: 0;
  }
}

/* under-layout01 */
.under-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.under-layout01 .l-img {
  width: 36.43%;
  margin-right: 11.44vw;
}

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

.under-layout01 .l-ttl {
  margin-bottom: 75px;
}

.under-layout01 .l-ttl .ttl-main {
  font-size: 2.4rem;
  padding-left: 120px;
  position: relative;
}

.under-layout01 .l-ttl .ttl-main::before {
  content: "";
  background: #B7C9C0;
  width: 94px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 22px;
}

.under-layout01 .l-ttl .ttl-main+.ttl-sub {
  margin-top: 53px;
}

.under-layout01 .l-ttl .ttl-sub {
  font-size: 4rem;
  line-height: 1.5;
  margin-block: var(--leading-trim);
  letter-spacing: 0.15em;
}

.under-layout01 p {
  line-height: 2.222;
}

.under-layout01 p+p {
  margin-top: 2em;
}

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

.under-layout01.reverse .l-img {
  margin: 0 0 0 11.44vw;
}

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

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

  .under-layout01 .l-ttl {
    margin-bottom: 40px;
  }

  .under-layout01 .l-ttl .ttl-main {
    font-size: 2rem;
    padding-left: 90px;
  }

  .under-layout01 .l-ttl .ttl-main::before {
    width: 70px;
    top: 19px;
  }

  .under-layout01 .l-ttl .ttl-main+.ttl-sub {
    margin-top: 30px;
  }

  .under-layout01 .l-ttl .ttl-sub {
    font-size: 2.3rem;
  }

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

/* under-layout02 */
.under-layout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 0 0 auto;
}

.under-layout02 .l-img {
  width: 50%;
  margin-left: 3.61vw;
}

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

.under-layout02 .l-ttl {
  margin-bottom: 70px;
}

.under-layout02 .l-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.under-layout02 .l-ttl .ja {
  font-size: 4rem;
  line-height: 1.5;
}

.under-layout02 p {
  line-height: 2.222;
}

.under-layout02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto 0 0;
}

.under-layout02.reverse .l-img {
  margin: 0 3.61vw 0 0;
}

@media (max-width: 800px) {

  .under-layout02,
  .under-layout02.reverse {
    display: block;
    margin: 0;
  }

  .under-layout02 .l-img,
  .under-layout02.reverse .l-img {
    width: 100%;
    margin: 0 0 30px;
  }

  .under-layout02 .l-ttl {
    margin-bottom: 20px;
  }

  .under-layout02 .l-ttl .en {
    font-size: 1.8rem;
  }

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

/* under-layout03 */
.under-layout03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 30px;
}

.under-layout03>.l-ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  position: sticky;
  top: 100px;
}

.under-layout03 .ttl-style01 {
  margin-bottom: 40px;
}

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

.under-layout03 .l-img {
  margin-bottom: 60px;
}

.under-layout03 .l-img img {
  width: 100%;
}

.under-layout03 p {
  line-height: 2.222;
}

.under-layout03 p+p {
  margin-top: 2em;
}

.name {
  margin-bottom: 55px;
}

.name .job {
  display: inline-block;
  font-size: 2rem;
  margin-right: 15px;
}

.name .ja {
  display: inline-block;
  font-size: 3rem;
}

.name .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 15px;
}

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

  .under-layout03>.l-ttl {
    position: static;
  }

  .under-layout03 .l-img {
    margin-bottom: 30px;
  }

  .under-layout03 p+p {
    font-size: 1em;
  }

  .name {
    margin-bottom: 30px;
  }

  .name .job {
    display: block;
    margin: 0 0 10px;
    font-size: 1.6rem;
  }

  .name .ja {
    font-size: 2.2rem;
  }

  .name .en {
    font-size: 1.5rem;
  }
}

/* under-layout04 */
.under-layout04 .l-img {
  position: relative;
}

.under-layout04 .l-img::after {
  content: "";
  background: #E0E5E3;
  height: 145px;
  position: absolute;
  right: 0;
  left: 5.56vw;
  bottom: 0;
}

.under-layout04 .l-img img {
  width: 100%;
}

.under-layout04 .l-desc {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}

.under-layout04 .ttl-style01 {
  margin-bottom: 70px;
}

@media (max-width: 1500px) {
  .under-layout04 .l-img::after {
    height: 80px;
    left: 2.5vw;
  }
}

@media (max-width: 800px) {
  .under-layout04 .l-img::after {
    height: 35px;
  }

  .under-layout04 .ttl-style01 {
    margin-bottom: 30px;
  }
}

/* under-layout05 */
.under-layout05 {
  display: grid;
  grid-template-columns: 320px 1fr;
}

.under-layout05 .l-ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  position: sticky;
  top: 80px;
}

.under-layout05 .ttl-style01 {
  margin-bottom: 60px;
}

.under-layout05 .btn-more {
  min-width: 230px;
}

@media (max-width: 800px) {
  .under-layout05 {
    display: block;
    position: relative;
    padding: 0 0 70px;
  }

  .under-layout05 .l-ttl {
    position: static;
  }

  .under-layout05 .ttl-style01 {
    margin-bottom: 40px;
  }

  .under-layout05 .l-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .under-layout05 .btn-more {
    min-width: 100%;
  }
}

/* under-layout06 */
.under-layout06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto 0 0;
}

.under-layout06 .l-img {
  width: 42.31%;
  margin-right: 65px;
}

.under-layout06 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 50px;
}

.under-layout06 .l-ttl {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.under-layout06.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 0 auto;
}

.under-layout06.reverse .l-img {
  margin: 0 0 0 65px;
}

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

  .under-layout06 .l-img,
  .under-layout06.reverse .l-img {
    width: 100%;
    margin: 0 0 30px;
  }

  .under-layout06 .l-desc {
    margin: 0;
  }

  .under-layout06 .l-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

/* title */
.ttl-style01 {
  margin-bottom: 110px;
}

.ttl-style01 .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.ttl-style01 .ja {
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .ttl-style01 {
    margin-bottom: 50px;
  }

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

  .ttl-style01 .ja {
    font-size: 2.2rem;
  }
}

.ttl-style02 .ja {
  display: inline-block;
  font-size: 3rem;
}

.ttl-style02 .en {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-left: 20px;
}

.u-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.06vw;
}

@media (max-width: 800px) {
  .ttl-style02 .ja {
    font-size: 2rem;
  }

  .ttl-style02 .en {
    font-size: 1.5rem;
  }

  .u-ttl-wrap {
    display: block;
  }
}

.ttl-style03 {
  font-size: 3rem;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .ttl-style03 {
    font-size: 2rem;
  }
}

/* Under btn */
.btn-layout01.col2 {
  gap: 60px 5.5vw;
}

.btn-layout01 .item {
  padding: 0 0 30px;
  border-bottom: 1px solid #B7C9C0;
}

.btn-layout01 .item a {
  display: block;
  height: 100%;
  padding-right: 55px;
  position: relative;
}

.btn-layout01 .item a::before {
  content: "";
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #1D493C;
  position: absolute;
  right: 0;
  top: 63%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-layout01 .item a::after {
  content: "";
  -webkit-mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  background: #1D493C;
  width: 13px;
  height: 9px;
  position: absolute;
  right: 14px;
  top: 63%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-layout01 .item a:focus-visible::before {
  background: #1D493C;
}

.btn-layout01 .item a:focus-visible::after {
  background: #fff;
}

@media (any-hover: hover) {
  .btn-layout01 .item a:hover::before {
    background: #1D493C;
  }

  .btn-layout01 .item a:hover::after {
    background: #fff;
  }
}

.btn-layout01 .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-block: var(--leading-trim);
  margin-bottom: 5px;
}

.btn-layout01 .ja {
  font-size: 3rem;
  line-height: 2;
}

@media (max-width: 800px) {
  .btn-layout01.col2 {
    gap: 50px;
  }

  .btn-layout01 .item a::before {
    width: 30px;
  }

  .btn-layout01 .item a::after {
    right: 8px;
  }

  .btn-layout01 .en {
    font-size: 1.8rem;
  }

  .btn-layout01 .ja {
    font-size: 2rem;
  }
}

.btn-style01 a {
  display: block;
  height: 100%;
  padding: 54px 85px 60px 30px;
  background: #fff;
  border: 1px solid #1D493C;
  position: relative;
}

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

.btn-style01 a::before {
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #1D493C;
  right: 34px;
}

.btn-style01 a::after {
  -webkit-mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  background: #1D493C;
  width: 13px;
  height: 9px;
  right: 47px;
}

.btn-style01 a:focus-visible::before {
  background: #1D493C;
}

.btn-style01 a:focus-visible::after {
  background: #fff;
}

@media (any-hover: hover) {
  .btn-style01 a:hover::before {
    background: #1D493C;
  }

  .btn-style01 a:hover::after {
    background: #fff;
  }
}

.btn-style01 .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 5px;
}

.btn-style01 .ja {
  font-size: 2rem;
}

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

  .btn-style01 a::before {
    width: 30px;
    right: 15px;
  }

  .btn-style01 a::after {
    right: 23px;
  }

  .btn-style01 .en {
    font-size: 2rem;
  }

  .btn-style01 .ja {
    font-size: 1.8rem;
  }
}

/* card */
.card-style01>.item {
  padding: 45px 25px 55px;
  background: #fff;
}

.card-style01 .num {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.card-style01 .card-txt {
  font-size: 2rem;
  line-height: 2.3;
  text-align: center;
}

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

  .card-style01 .num {
    font-size: 2rem;
  }

  .card-style01 .card-txt {
    font-size: 1.8rem;
  }
}

.card-post-layout01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.card-post-layout01 a {
  display: block;
  height: 100%;
}

.card-post-layout01 .post-img {
  height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.card-post-layout01 a:focus-visible .post-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (any-hover: hover) {
  .card-post-layout01 a:hover .post-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.card-post-layout01 .post-ttl {
  line-height: 1.722;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 800px) {
  .card-post-layout01 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .card-post-layout01 .post-img {
    height: 200px;
    margin-bottom: 10px;
  }
}

/* box */
.box-style01 {
  padding: 65px 60px;
  background: #fff;
}

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

.box-style01 .box-ttl02 {
  font-size: 2.2rem;
  padding-left: 27px;
  position: relative;
  margin-bottom: 15px;
}

.box-style01 .box-ttl02::before {
  content: "";
  background: #B7C9C0;
  width: 10px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 9px;
}

.box-style01.bg01 {
  background: #B7C9C0;
}

.box-style01.bg01 .box-ttl02::before {
  background: #1D493C;
}

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

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

  .box-style01 .box-ttl02 {
    font-size: 1.8rem;
    padding-left: 20px;
  }

  .box-style01 .box-ttl02::before {
    width: 8px;
    height: 20px;
    top: 7px;
  }
}

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

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

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

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

.list-privacy li:before {
  background: #1D493C;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
}

@media (max-width: 800px) {
  .list-privacy li:before {
    top: 12px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
.category-ttl {
  font-size: 2.8rem;
  margin-bottom: 40px;
}

/*普通投稿*/
.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: "###";
  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: #333;
  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: #333;
  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 #B7C9C0;
  margin-bottom: 50px;
}

.l-under-post>.post-item {
  border-bottom: 1px solid #B7C9C0;
  padding: 15px 0;
}

.l-under-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px 0 0;
  position: relative;
}

.l-under-post a::after {
  content: "";
  width: 30px;
  height: 100%;
  background: #B7C9C0;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-under-post a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #1D493C;
  border-right: 2px solid #1D493C;
  position: absolute;
  top: 50%;
  right: 12px;
  -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:focus-visible::before {
  border-color: #fff;
}

.l-under-post a:focus-visible::after {
  background: #1D493C;
}

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

  .l-under-post a:hover::after {
    background: #1D493C;
  }
}

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

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

.l-under-post time {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.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;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding: 5px 7px;
  background: #1D493C;
  margin: 10px 10px 0 0;
}

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

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

  .l-under-post a::before {
    right: 8px;
  }

  .l-under-post a::after {
    width: 20px;
  }

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

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

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

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

.postdata a {
  text-decoration: underline;
}

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

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

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

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

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

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

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

/*ページャー*/
.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: #1D493C;
  border: 1px solid #1D493C;
  font-size: 1.3rem;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  margin: 0 4px;
}

.post-number a:focus-visible {
  background: #1D493C;
  color: #fff;
}

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

.post-number .current {
  background: #1D493C;
  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: #1D493C;
  border: 1px solid #1D493C;
  color: #fff;
  font-size: 1.3rem;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}

.post-number-single .all:focus-visible {
  background: #fff;
  color: #333;
}

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

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid #1D493C;
  width: 30px;
  height: 30px;
  position: relative;
}

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

.post-number-single .prev:focus-visible,
.post-number-single .next:focus-visible {
  background: #1D493C;
}

.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: #1D493C;
  }

  .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 #1D493C;
}

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

/*------------
症例紹介
--------------*/
/* 一覧 */
.under-post-work {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

.under-post-work .post-item a {
  display: block;
  height: 100%;
}

.under-post-work .post-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.under-post-work .post-img img {
  width: 100%;
  aspect-ratio: 46/35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.under-post-work a:focus-visible .post-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (any-hover: hover) {
  .under-post-work a:hover .post-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.under-post-work .post-ttl {
  line-height: 1.722;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.under-post-work .category {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  padding: 8px 7px;
  background: #1D493C;
  margin: 10px 10px 0 0;
}

/* 詳細 */
.under-work-layout {
  margin-bottom: 80px;
}

.under-work-layout .post-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.under-work-layout .category {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  padding: 8px 7px;
  background: #1D493C;
}

.under-work-layout .l-ttl {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 40px;
}

.under-work-layout .l-ttl::after {
  content: "";
  background: #1D493C;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.under-work-layout .work-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 50px;
}

.under-work-layout .work-slide-wrapper .work-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.under-work-layout .work-slide-wrapper .work-desc {
  width: 40%;
}

.work-images {
  margin-bottom: 30px;
}

.work-images figure {
  text-align: center;
}

.work-images figure+figure {
  margin-top: 10px;
}

.work-details {
  container-type: inline-size;
}

.work-details .item {
  display: grid;
  grid-template-columns: 30% 1fr;
}

.work-details dt {
  font-weight: bold;
}

.work-details dt,
.work-details dd,
.under-work-layout .post-table th,
.under-work-layout .post-table td {
  padding: 15px 0;
  border-bottom: 1px solid #B7C9C0;
  font-size: 1.5rem;
}

.work-details dd>p {
  margin-bottom: 0;
}

.work-details dd>p+p {
  margin-top: 15px;
}

.under-work-layout .post-table th {
  width: 30%;
  font-weight: 500;
  vertical-align: middle;
  padding-right: 10px;
  text-align: left;
}

.under-work-layout .post-table td {
  width: 70%;
}

@container (max-width : 300px) {
  .work-details .item {
    grid-template-columns: repeat(1, 1fr);
  }

  .work-details dt {
    padding: 15px 0 0;
    border-bottom: 0;
  }

  .work-details dd {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .under-post-work {
    gap: 30px 15px;
    margin-bottom: 50px;
  }

  .under-work-layout .l-ttl {
    font-size: 2.3rem;
  }

  .under-work-layout .work-slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .under-work-layout .work-slide-wrapper .work-desc {
    width: 100%;
  }
}

/*-----------------------------------------------------------
投稿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;
  margin: 0 auto 0 0;
  max-width: 1300px;
}

.main-contents {
  width: calc(100% - 200px);
  max-width: 1200px;
  margin-inline: auto;
  padding-left: 6.67vw;
  border-left: 1px solid #B7C9C0;
}

.side-contents {
  width: 200px;
}

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

.side-contents-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 40px;
}

.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: 24px;
  position: relative;
}

.side-area-links li::before {
  content: "";
  background: #1D493C;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 15px;
}

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

  .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;
    border-left: none;
  }

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

  .side-area-links li::before {
    top: 12px;
  }
}

/*お知らせ*/
.under-post-news {
  border-top: 1px solid #B7C9C0;
  margin-bottom: 50px;
}

.under-post-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #B7C9C0;
  padding: 20px 55px 20px 0;
  position: relative;
}

.under-post-news a::before,
.under-post-news a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.under-post-news a::before {
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #1D493C;
  right: 0;
}

.under-post-news a::after {
  -webkit-mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow_right.svg) no-repeat center/contain;
  background: #1D493C;
  width: 13px;
  height: 9px;
  right: 13px;
}

.under-post-news a:focus-visible::before {
  background: #1D493C;
}

.under-post-news a:focus-visible::after {
  background: #fff;
}

@media (any-hover: hover) {
  .under-post-news a:hover::before {
    background: #1D493C;
  }

  .under-post-news a:hover::after {
    background: #fff;
  }
}

.under-post-news time {
  display: inline-block;
  white-space: nowrap;
  margin-right: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.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-right: 45px;
  }

  .under-post-news a::before {
    width: 30px;
  }

  .under-post-news a::after {
    right: 8px;
  }

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

  .under-post-news .ttl {
    -webkit-line-clamp: 2;
  }
}

/*詳細ページ*/
.single-post-layout {
  max-width: 1024px;
  margin: 0 auto 50px;
}

.single-post-layout .l-ttl {
  font-size: 3.5rem;
  margin-bottom: 40px;
}

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

.single-post-layout .post-data time {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-right: 20px;
}

.single-post-layout .post-data .category {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding: 8px 7px;
  background: #1D493C;
}

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

.no-post {
  white-space: nowrap;
}

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

.fs11 {
  font-size: 1.1rem;
}

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

.red {
  color: #F44336;
}

.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  -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;
}

.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: #1D493C;
  /*矢印*/
  --splide-focus-color: #1D493C;
  /*タブ移動によるフォーカス時のアウトライン*/
  --splide-pagination-color: #1D493C;
  /*アクティブ時のページネーション*/
  --splide-progress-color: #1D493C;
  /*プログレスバー*/
  --splide-toggle-color: #1D493C;
  /*再生ボタン*/
  --splide-track-color: #1D493C;
  /*サムネイルの枠*/
}

.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 {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #E0E5E3;
  border-radius: 50%;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  contain: content;
}

.splide__arrow::before {
  content: "";
  background: url(../images/share/icon_slide_arrow.svg) no-repeat center/contain;
  width: 6px;
  height: 11px;
  position: absolute;
  inset: 0;
  margin: auto;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow:focus-visible:not(:disabled) {
  opacity: 0.3;
}

@media (any-hover: hover) {
  .splide__arrow:hover:not(:disabled) {
    opacity: 0.3;
  }
}

.splide__arrow:disabled {
  opacity: 0.3;
}

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

.splide__arrow--prev {
  left: 20px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

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

.splide.is-focus-in .splide__arrow:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  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:focus-visible {
  cursor: pointer;
  opacity: 0.9;
}

@media (any-hover: hover) {
  .splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}

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

.splide.is-focus-in .splide__pagination__page:focus-visible {
  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-visible {
  outline: 0;
}

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

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus-visible {
    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:focus-visible {
  background: var(--splide-toggle-color);
}

@media (any-hover: hover) {
  .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-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus-visible {
  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;
  }
}

/*-------------
Top slider
-------------*/
.top-work-slider-wrap {
  overflow: hidden;
  width: 88.25%;
  margin: 0 0 0 auto;
}

#top-work-slider {
  padding: 0 30px 0 0;
}

#top-work-slider .splide__track {
  overflow: visible;
}

#top-work-slider .count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px;
  margin-top: 70px;
}

#top-work-slider .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

#top-work-slider .splide__arrow {
  position: static;
  -webkit-transform: none;
  transform: none;
}

#top-work-slider .splide__arrow--prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#top-work-slider .pagination {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1;
  margin-block: var(--leading-trim);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top-work-slider .pagination #slide-length::before {
  content: "";
  background: #1D493C;
  width: 83px;
  height: 1px;
  display: inline-block;
  margin: 0 20px;
  vertical-align: 6px;
}

.top-work-card a {
  display: block;
  height: 100%;
}

.top-work-card .card-img {
  text-align: center;
  margin-bottom: 25px;
  height: 350px;
  overflow: hidden;
}

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

.top-work-card a:focus-visible .card-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (any-hover: hover) {
  .top-work-card a:hover .card-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.top-work-card .card-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.722;
  margin-block: var(--leading-trim);
  margin-bottom: 5px;
}

.top-work-card .category {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-block: var(--leading-trim);
  color: #fff;
  padding: 8px 7px;
  background: #1D493C;
  margin: 10px 10px 0 0;
}

@media (max-width: 800px) {
  .top-work-slider-wrap {
    overflow: hidden;
    width: 100%;
    margin: 0 0 0 auto;
  }

  .top-work-card .card-img {
    height: 200px;
  }

  #top-work-slider {
    padding: 0 5vw 0 0;
  }

  #top-work-slider .splide__arrow {
    width: 40px;
    height: 40px;
  }

  #top-work-slider .splide__arrow svg {
    width: 50%;
    height: 50%;
  }

  #top-work-slider .splide__arrow--prev {
    right: 70px;
  }

  #top-work-slider .splide__arrow--next {
    right: 20px;
  }

  #top-work-slider .count-wrap {
    margin-top: 30px;
  }
}

/*-------------
  Under slider
-------------*/
#splide-img {
  padding: 0 0 30px;
}

#splide-img .splide__pagination {
  bottom: 0;
}

/*-------------
  症例紹介
-------------*/
#work-slider {
  max-width: 1024px;
  margin: 0 auto 30px;
}

#work-slider .splide__slide {
  width: 100%;
  aspect-ratio: 4/3;
}

#work-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

#work-slider-thumb {
  padding: 0 60px;
  max-width: 450px;
  margin: 0 auto;
}

#work-slider-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
  aspect-ratio: 1;
}

@media (max-width: 800px) {
  #work-slider {
    margin: 0 auto 20px;
  }

  #work-slider-thumb {
    padding: 0 30px;
  }

  #work-slider-thumb .splide__arrow--prev {
    left: 5px;
  }

  #work-slider-thumb .splide__arrow--next {
    right: 5px;
  }
}

/*-----------------------------------------------------------
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);
}

/*# sourceMappingURL=style.css.map */
