@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Zen Kaku Gothic New", sans-serif;
  --en-font: "Cormorant SC", serif;
  --en-font2: "Cormorant Infant", serif;
  --base-color: #002435;
  --gold: #809EB3;
  --gold2: #325063;
  --white: #fff;
  --light-brown: #F4F6F7;
  --brown2: #F7F5EF;
  --brown-text: #3C2D1E;
  --green: #0d6f45;
  --light-green: #d3e9e1;
}

/* TOP 専用トークン（mixin.scss の :root に追加） */
:root {
  --event01: #809EB3;
  --event02: #C7B994;
  --event03: #B7BDC1;
  --event04: #B0D7D5;
  --splide-focus-color: #C7B994;
  --splide-pagination-color: #C7B994;
  --splide-progress-color: #C7B994;
}

/*-----------------------------------------------------------
Reset / Base
-----------------------------------------------------------*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #535353;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.wf-active body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

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,
span,
small,
em,
time,
i {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

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

ol,
ul,
li {
  list-style: none;
}

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

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

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

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

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

th {
  font-weight: normal;
  text-align: left;
}

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

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

::selection {
  background: #d4dcd6;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #002435;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

th,
dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

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

#container {
  position: relative;
}

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

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

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  :target {
    scroll-margin-top: 0;
  }
  .container,
  .footer-inr {
    max-width: 90%;
  }
}
/*-----------------------------------------------------------
Header / Navigation
-----------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 20px;
  width: 100%;
  height: 125px;
}

.header .h-logo {
  width: 30%;
  max-width: 216px;
}

.header .h-logo a,
.header .h-logo img {
  display: block;
  width: 100%;
}

.header .h-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.header .h-time {
  display: grid;
  grid-template-columns: 85px 140px 250px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-right: 20px;
}

.header .h-time dt {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #809EB3;
  color: #809EB3;
  font-size: 13px;
  font-weight: 500;
}

.header .h-time dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.header .h-time .small {
  font-size: 14px;
}

.header.is-fixed {
  backdrop-filter: blur(15px) brightness(1.1);
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(15px) brightness(1.1);
}

.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pc-navi .item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.pc-navi .item .item-link {
  display: block;
  transition: 0.3s;
}

.pc-navi .item .item-link:hover,
.pc-dropdown:hover .item-link {
  color: #809EB3;
}

.pc-navi .item:not(:last-child) {
  margin-right: 30px;
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 10px;
  width: 100%;
}

.pc-dropdown .pc-navi-child {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 20px rgba(54, 51, 43, 0.08);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  text-align: left;
  padding: 30px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}

.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}

.pc-dropdown .pc-navi-child li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}

.pc-dropdown .pc-navi-child li::before,
.footer .f-navi-list li.child::before {
  content: "";
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #809EB3;
  border-right: 1px solid #809EB3;
}

.pc-dropdown .pc-navi-child li::before {
  top: 9px;
}

.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 10px;
}

.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  :root {
    --navi-background: #809EB3;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "Zen Kaku Gothic New", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  }
  .header {
    position: static;
  }
  .header-inr {
    display: block;
    padding: 10px 20px;
    height: 68px;
  }
  .header .h-logo {
    width: 130px;
    max-width: none;
  }
  .header .h-right,
  .pc-navi {
    display: none;
  }
  .sp-navi {
    display: block;
  }
  .sp-navi .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }
  .sp-navi .sp-navi-btns > * {
    flex: 1;
    position: relative;
  }
  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    height: 100%;
    padding: 7px 0;
  }
  .sp-navi .sp-navi-btns .item .img {
    display: block;
  }
  .sp-navi .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }
  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
  }
  .sp-navi .sp-menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
  }
  .sp-navi .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
  }
  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 12px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 11px;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 16px;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 21px;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 5px) rotate(-45deg);
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -5px) rotate(45deg);
  }
  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    inset: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
  .sp-navi .sp-navi-list {
    border-top: 1px solid #CDD6DD;
    margin: 0 0 30px;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #CDD6DD;
  }
  .sp-navi .sp-navi-list > li > a,
  .sp-navi .sp-navi-list > li span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1;
    padding: 15px 0;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before,
  .sp-navi .sp-navi-list > li.sp-dropdown::after {
    content: "";
    background-color: #809EB3;
    position: absolute;
    transition: 0.5s;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown.is-on::before {
    transform: rotate(90deg);
  }
  .sp-navi .sp-navi-list .child {
    padding: 0 0 15px;
  }
  .sp-navi .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #809EB3;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
  }
}
/*-----------------------------------------------------------
Hero / Top
-----------------------------------------------------------*/
.hero {
  width: 100%;
  padding-top: 125px;
  position: relative;
  padding-bottom: 80px;
}

.hero::before {
  content: "";
  position: absolute;
  background: #F4F6F7;
  top: 0;
  left: 0;
  height: 100%;
  width: 97%;
  max-width: 1607px;
  z-index: -1;
}

.hero-wrap {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  min-height: 745px;
}

.hero .splide {
  width: 75.44%;
  min-width: 75.44%;
}

.hero .splide__track,
.hero .splide__list,
.hero .splide__slide {
  height: 745px;
}

.hero .splide__slide img {
  height: 745px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.hero .splide__pagination {
  position: absolute;
  justify-content: flex-end;
  right: 10px;
  bottom: -30px;
}

.hero-desc {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 46px;
  font-weight: 500;
  color: #535353;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

.hero-ttl span {
  position: relative;
  padding: 0 0 25px;
}

.hero-ttl span::before,
.hero-ttl span::after {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 15px;
}

.hero-ttl span::before {
  background-image: url(../images/index/hero-deco01.svg);
  top: -15px;
  right: 10px;
}

.hero-ttl span::after {
  background-image: url(../images/index/hero-deco02.svg);
  bottom: 5px;
  left: 10px;
}

.hero-list {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 155px);
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.hero-list .list-item {
  width: 155px;
  height: 155px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.hero-list .list-item::before {
  content: "";
  position: absolute;
  border: 2px solid #C7B994;
  top: 2px;
  right: 4px;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.hero-h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  background-color: #809EB3;
  padding: 15px 40px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.t-ttl {
  text-align: center;
  margin-bottom: 50px;
}

.t-ttl .en {
  font-family: "Red Hat Text", sans-serif;
  color: #325063;
  font-size: 64px;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.t-ttl .jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.sec01 {
  padding: 70px 0 100px;
  position: relative;
}

.sec01::before,
.sec02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 97%;
  height: 100%;
  background: #F4F6F7;
  max-width: 1607px;
  z-index: -1;
}

.sec01 .container {
  padding: 50px 90px 50px 70px;
  display: flex;
  background: #fff;
}

.sec01-ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec01 .t-ttl,
.sec04 .t-ttl,
.sec08 .t-ttl {
  text-align: left;
}

.sec01 .t-ttl {
  margin-bottom: 30px;
}

.sec01 .t-ttl .en {
  font-size: 45px;
}

.sec01 .t-ttl .jp {
  font-size: 15px;
}

.sec01 .list-top-news02 {
  flex: 3;
}

.sec01 .btn-more,
.sec08 .btn-more {
  width: 140px;
}

.sec02 {
  padding: 0 0 115px;
  position: relative;
}

.sec02::after {
  content: "";
  position: absolute;
  background: url(../images/index/sec02_deco.svg) center/contain no-repeat;
  bottom: -28px;
  right: 146px;
  height: 184px;
  width: 224px;
}

.sec02-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 44px;
  margin-bottom: 45px;
}

.sec02-ttl {
  font-size: 25px;
  margin-bottom: 25px;
}

.sec02-dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  align-items: baseline;
  margin-bottom: 25px;
}

.sec02-dl dt,
.sec09-dl dt {
  border: 1px solid #809EB3;
  color: #809EB3;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.sec02-dl dd,
.sec09-dl dd {
  font-size: 16px;
  line-height: 1.55;
}

.sec03 {
  padding: 140px 0 100px;
  position: relative;
}

.sec03::before {
  content: "";
  position: absolute;
  background: #F7F5EF;
  bottom: 0;
  right: 0;
  height: calc(100% - 286px);
  width: 90%;
  max-width: 1252px;
  z-index: -1;
}

.sec03::after {
  content: "";
  position: absolute;
  background: url(../images/index/sec03_deco.png) center/contain no-repeat;
  bottom: -50px;
  left: 105px;
  height: 203px;
  width: 229px;
  z-index: -1;
}

@media (max-width: 1750px) {
  .sec03::after {
    width: 152.6666666667px;
    height: 135.3333333333px;
  }
}
.sec03-layout {
  display: flex;
}

.sec03-layout .l-img {
  width: 474px;
  margin-left: -88px;
}

.sec03-layout .l-desc {
  flex: 1;
  margin-left: 77px;
}

.sec03-layout .t-ttl {
  margin-bottom: 70px;
  text-align: left;
}

.sec03-layout .l-txt01,
.sec05-layout .l-txt01 {
  margin-bottom: 35px;
}

.sec03-layout .l-txt02,
.sec05-layout .l-txt02 {
  margin-bottom: 40px;
}

.sec03-layout .sec03-wrap {
  display: flex;
}

.sec03-layout .sec03-wrap .btn-more:first-child {
  margin-right: 20px;
}

.sec03 .t-ttl .jp,
.sec04 .t-ttl .jp,
.sec05 .t-ttl .jp,
.sec07 .t-ttl .jp,
.sec08 .t-ttl .jp,
.sec09-layout .t-ttl .jp {
  color: #535353;
}

.sec04 {
  padding: 70px 0 150px;
  position: relative;
}

.sec04::before {
  content: "";
  position: absolute;
  background: url(../images/index/sec04_deco.png) center/contain no-repeat;
  right: 100px;
  bottom: 55px;
  height: 184px;
  width: 148px;
}

@media (max-width: 1530px) {
  .sec04::before {
    bottom: 24px;
    width: 98.6666666667px;
    height: 122.6666666667px;
  }
}
.sec04-list {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
}

.sec04-list .list-item {
  width: calc(50% - 40px);
  position: relative;
}

.sec04-list .list-item:nth-child(2n) {
  margin-left: 77px;
}

.sec04-list .list-item:nth-child(2) {
  margin-top: 60px;
}

.sec04-list .list-item:nth-child(3) {
  margin-top: 40px;
}

.sec04-list .list-item:nth-child(4) {
  margin-top: 110px;
}

.sec04-list .num {
  position: absolute;
  left: 0;
  top: -56px;
  line-height: 1;
  font-size: 38px;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  color: #C7B994;
}

.sec04-list .num .large {
  font-size: 67px;
}

.sec04-list .list-desc {
  margin-top: -60px;
  text-align: right;
  position: relative;
  z-index: 1;
}

.sec04-list .list-desc h3 {
  display: inline-block;
  padding: 25px 40px;
  background: #fff;
  color: #535353;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 500;
  text-align: left;
}

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

.u-box-wrap {
  padding-top: 48px;
}

.u-box01 {
  padding: 50px 50px 45px;
  background-color: #f4f6f7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/u-box-bg.jpg);
  background-image: -webkit-image-set(url(../images/common/u-box-bg.jpg.webp) type("image/webp"), url(../images/common/u-box-bg.jpg) type("image/jpeg"));
  background-image: image-set(url(../images/common/u-box-bg.jpg.webp) type("image/webp"), url(../images/common/u-box-bg.jpg) type("image/jpeg"));
  position: relative;
}

.u-box01::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 24px;
  bottom: 24px;
  width: 175px;
  height: 98px;
  background: url(../images/common/u-box-deco.png) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/u-box-deco.png.webp) type("image/webp"), url(../images/common/u-box-deco.png) type("image/png"));
  background-image: image-set(url(../images/common/u-box-deco.png.webp) type("image/webp"), url(../images/common/u-box-deco.png) type("image/png"));
  z-index: 0;
}

.u-box01 .u-layout01 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}

.u-box01 .u-layout01 .l-desc {
  flex: 1;
}

.sec05 {
  padding: 100px 0 115px;
  position: relative;
}

.sec05::before {
  content: "";
  position: absolute;
  background: url(../images/index/sec05_bg.jpg) center/cover no-repeat;
  inset: 0;
  z-index: -2;
}

.sec05::after {
  content: "";
  position: absolute;
  background: url(../images/index/sec05_deco.png) center/contain no-repeat;
  bottom: 236px;
  left: 155px;
  width: 262.5px;
  height: 147px;
}

@media (max-width: 1550px) {
  .sec05::after {
    left: 30px;
    width: 175px;
    height: 98px;
  }
}
@media (max-width: 1100px) {
  .sec05::after {
    bottom: 30px;
  }
}
/* /treatment/ では装飾画像（::after）を出さない */
.sec05.sec05--treatment::after {
  display: none;
  content: none;
}

.sec05-layout {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1620px;
  width: 95%;
  margin-left: auto;
  padding: 60px 60px 55px 80px;
  margin-top: 60px;
  position: relative;
  background: #fff;
}

.sec05-layout.reverse {
  flex-direction: row;
  padding: 60px 80px 55px 60px;
  margin-left: 0;
  margin-right: auto;
}

.sec05-layout.reverse .l-img {
  margin-right: 70px;
  margin-left: 0;
}

@media (max-width: 1500px) {
  .sec05-layout.reverse .l-img {
    margin-right: 40px;
    margin-left: 0;
  }
}
.sec05-layout + .sec05-layout {
  margin-top: 160px;
}

.sec05-layout:first-of-type {
  margin-top: 100px;
}

.sec05-layout .l-img {
  margin-top: -120px;
  width: 840px;
  margin-left: 70px;
}

@media (max-width: 1500px) {
  .sec05-layout .l-img {
    width: 640px;
    margin-left: 40px;
  }
}
@media (max-width: 1280px) {
  .sec05-layout {
    padding: 20px 25px;
  }
  .sec05-layout.reverse {
    padding: 20px 25px;
  }
  .sec05-layout.reverse .l-img {
    width: 50%;
    margin-top: -30px;
  }
  .sec05-layout .l-img {
    width: 50%;
    margin-top: -30px;
  }
}
.sec05-layout .l-desc {
  flex: 1;
}

.sec05-layout .l-ttl {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #141A1E;
}

.sec05-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 120px;
}

html:not(.is-sub) .sec05-list {
  justify-content: center;
}

@media (min-width: 801px) {
  html:not(.is-sub) .sec05-list {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
.sec05-list > li {
  width: calc(33.3333333333% - 30px);
}

.sec05-list > li:nth-child(n+4) {
  margin-top: 3rem;
}
@media all and (max-width: 896px) {
  .sec05-list > li:nth-child(n+4) {
    margin-top: 0;
  }
}

.sec05-list .list-item {
  display: block;
  height: 100%;
  padding: 20px 0 50px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 20px rgba(54, 51, 43, 0.08);
  transition: 0.3s;
  position: relative;
}

.sec05-list .list-item::before {
  content: "";
  position: absolute;
  background: url(../images/index/sec05_list-deco.svg) center/contain no-repeat;
  bottom: 0;
  right: 0;
  height: 20px;
  width: 20px;
}

.sec05-list .list-item:hover {
  transform: translateY(-10px);
}

.sec05-list .list-img {
  margin-bottom: 15px;
}

.sec05-list .list-ttl {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #535353;
  margin-bottom: 15px;
}

.sec05-list .sec05-list-deco {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

.sec05-list .sec05-list-deco li {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
}

.sec05-list .sec05-list-deco li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  height: 5px;
  width: 5px;
  background: #766A49;
  border-radius: 50%;
}

.sec05 .t-ttl .en,
.sec07 .t-ttl .en,
.sec08 .t-ttl .en,
.sec09-layout .t-ttl .en {
  color: #002435;
}

.sec06 {
  padding: 90px 0;
  background: url(../images/index/sec06_bg.jpg) center/cover no-repeat;
  text-align: center;
  color: #fff;
}

.sec06-txt {
  margin-bottom: 50px;
}

.sec06 .t-ttl .jp,
.sec06 .t-ttl .en {
  color: #fff;
}

.sec06 .t-ttl .en {
  font-size: 64px;
}

.sec06 p + p {
  margin-top: 40px;
}

.sec07 {
  padding: 100px 0;
}

.sec07-ttl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 40px;
}

.sec07-ttl .t-ttl {
  text-align: left;
  margin-bottom: 0;
}

.sec08 {
  padding: 55px 0 90px;
  position: relative;
}

.sec08::before {
  content: "";
  position: absolute;
  background: #F7F5EF;
  top: 0;
  right: 0;
  height: 100%;
  width: 97%;
  max-width: 1500px;
  z-index: -1;
}

.sec08 .container {
  display: flex;
}

.sec08-ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec08 .list-top-blog02 {
  flex: 3;
}

.sec08 .t-ttl .en,
.sec09-layout .t-ttl .en {
  font-size: 50px;
}

.sec08 .t-ttl .jp,
.sec09-layout .t-ttl .jp {
  font-size: 20px;
}

.sec09 {
  padding: 100px 0 140px;
}

.sec09-layout {
  display: flex;
  margin-right: 70px;
}

.sec09-layout .l-map {
  width: 90%;
  max-width: 1500px;
}

.sec09-layout .l-map iframe {
  width: 100%;
  height: 480px;
}

.sec09-layout .l-desc {
  margin-left: -234px;
  width: 464px;
  margin-top: 60px;
  background: #fff;
  padding: 60px 20px 50px;
  box-shadow: 0 0 20px rgba(83, 83, 83, 0.08);
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec09-layout .t-ttl {
  margin-bottom: 30px;
}

.sec09-layout .tel {
  margin-bottom: 20px;
}

.sec09-access {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  text-align: left;
}

.sec09-dl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 70px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

/*-----------------------------------------------------------
Posts / Calendar / Utility
-----------------------------------------------------------*/
.list-top-news02 .list-item {
  display: flex;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid #CDD6DD;
}

.list-top-news02 time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #C7B994;
  font-size: 17px;
  font-weight: 500;
  margin-right: 15px;
  flex-shrink: 0;
}

.list-top-news02 .list-txt,
.list-top-blog02 .list-ttl {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow-wrap: anywhere;
}

.list-top-news02 button.list-txt {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.list-top-news02 a:hover,
.list-top-news02 button.list-txt:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------
News modal（TOP お知らせ）
-----------------------------------------------------------*/
.news-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  box-sizing: border-box;
}

.news-modal[hidden] {
  display: none !important;
}

.news-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 36, 53, 0.45);
  cursor: pointer;
}

.news-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 30px rgba(54, 51, 43, 0.15);
  padding: 48px 40px 40px;
  box-sizing: border-box;
}

.news-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #809EB3;
  cursor: pointer;
  transition: opacity 0.2s;
}

.news-modal__close:hover {
  opacity: 0.65;
}

.news-modal__date {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #C7B994;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;
}

.news-modal__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #002435;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.news-modal__body {
  color: #535353;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.news-modal__body p + p {
  margin-top: 1em;
}

@media (max-width: 800px) {
  .news-modal__dialog {
    padding: 44px 22px 28px;
  }
  .news-modal__title {
    font-size: 18px;
  }
}
.list-top-blog02 {
  display: flex;
}

.list-top-blog02 .list-item {
  width: 33.3333333333%;
}

.list-top-blog02 .list-item a {
  display: block;
}

.list-top-blog02 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-top-blog02 .list-item:not(:last-child) {
  margin-right: 20px;
}

.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-top-blog02 .list-img img {
  width: 100%;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.list-top-blog02 .list-ttl {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333;
}

.list-top-blog02 time {
  display: block;
  color: #C7B994;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

.post-category01 {
  border: 1px solid #766A49;
  color: #766A49;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}

.post-category01 span {
  font-size: 12px;
  font-weight: 500;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0 !important;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 22px;
  font-weight: 500;
  color: #325063;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  border: 0;
  position: relative;
}

.business-calendar-box-wrap .business-calendar th {
  border-top: 1px solid #DFE4E8;
  border-bottom: 1px solid #DFE4E8;
  text-align: center;
  font-size: 18px;
  color: #325063;
  font-weight: 500;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  border-bottom: 1px solid #CDD6DD;
  position: relative;
  font-size: 16px;
  padding: 9px;
  z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2,
.business-calendar-box-wrap .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}

.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

.list-event {
  display: flex;
  flex-wrap: wrap;
}

.list-event li {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 20px 0 0;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: var(--event01);
}

.list-event .event02 {
  color: var(--event02);
}

.list-event .event03 {
  color: var(--event03);
}

.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.time-table-head {
  background-color: #809EB3;
  color: #fff;
}

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

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

.time-table-head .item:not(:last-child),
.time-table-body .item:not(:last-child) {
  border-right: 1px solid #D8DEE5;
}

.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-top: 1px solid #D8DEE5;
}

.time-table-body .item:first-child {
  font-size: 15px;
  font-weight: 500;
  color: #535353;
}

.time-table-txt {
  line-height: 1.6;
  margin-top: 10px;
}

.tel {
  display: inline-block;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #535353;
  line-height: 1;
  padding-left: 27px;
  position: relative;
}

.tel::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/common/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 28px;
}

.btn-more {
  display: block;
  width: 100%;
  max-width: 230px;
  padding: 11px 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #809EB3;
  border: 1px solid #809EB3;
  transition: 0.3s;
  position: relative;
}

.btn-more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn-more:hover {
  color: #809EB3;
  background-color: #fff;
}

.btn-more:hover::before {
  border-top-color: #809EB3;
  border-right-color: #809EB3;
}

.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}

.access-map-link .btn-more {
  margin-left: auto;
  background: none;
  border: none;
  color: #535353;
  font-weight: 500;
}
@media (max-width: 768px) {
  .access-map-link .btn-more {
    max-width: 75%;
  }
}

.access-map-link .btn-more::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 13px;
}

.access-map-link .btn-more::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  background: #809EB3;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  z-index: -1;
}

.sec02 .access-map-link + .btn-more {
  margin-top: 1.5rem;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}

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

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

/* PCのみ表示 .pc / SPのみ表示 .sp（800px 切替・br / img / 汎用ブロック向け） */
.pc {
  display: block;
}

/* section 内 img 用セレクタより弱いため !important で PC 時は確実に非表示 */
.sp,
img.sp,
br.sp {
  display: none !important;
}

br.pc {
  display: inline;
}

.tac {
  text-align: center;
}

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

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

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

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

.footer-top {
  background-color: #F4F6F7;
  padding: 60px 0;
}

.footer-top .footer-inr {
  display: flex;
}

.footer-top .f-left {
  flex: 1;
  margin-right: 50px;
}

.footer-top .f-right {
  flex: 1;
}

.footer .f-logo {
  display: block;
  max-width: 216px;
  margin-bottom: 30px;
}

.footer .f-access {
  margin-bottom: 15px;
}

.footer .f-cta {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.footer .f-cta a:nth-child(1) {
  margin-right: 20px;
}

.footer .f-navi {
  display: flex;
}

.footer .f-navi-item {
  flex: 1;
}

.footer .f-navi-item:not(:last-child) {
  margin-right: 5%;
}

.footer .f-navi-list.mb {
  margin-bottom: 25px;
}

.footer .f-navi-list li {
  position: relative;
  line-height: 2.25;
  font-size: 15px;
  font-weight: 500;
}

.footer .f-navi-list li a:hover {
  text-decoration: underline;
}

.footer .f-navi-list li.child {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4;
  padding-left: 15px;
}

.footer .f-navi-list li.child::before {
  top: 14px;
}

.footer .copyright {
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 13px;
  background: #809EB3;
}

.footer .pagetop {
  display: block;
  background-color: #C7B994;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 2;
  transition: 0.3s;
}

.footer .pagetop:hover {
  transform: translateY(-10px);
}

.footer .pagetop::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed-menu02 {
  border-radius: 4px 0 0 4px;
  background: #fff;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0;
  transition: transform 0.5s;
  transform: translate(368px, -50%);
  z-index: 10;
}

.fixed-menu02:hover {
  transform: translate(0, -50%);
}

.fixed-menu02 .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: normal;
  padding: 30px 0;
  width: 46px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #809EB3;
  color: #fff;
}

.fixed-menu02 .inner {
  display: grid;
  place-items: center;
  padding: 25px 20px;
  width: 368px;
}

.fixed-menu02 .txt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: center;
}

.fixed-menu02 .tel {
  font-size: 28px;
  margin-bottom: 25px;
}

.fixed-menu02 .tel::before {
  width: 17px;
  height: 23px;
}

.fixed-menu02 .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.fixed-menu02 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #809EB3;
  color: #809EB3;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 10px;
  min-height: 46px;
  width: 100%;
  transition: 0.3s;
}

.fixed-menu02 .btn img {
  margin-right: 7px;
}

.fixed-menu02 .btn:hover {
  opacity: 0.6;
}

/*-----------------------------------------------------------
Splide
-----------------------------------------------------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide {
  position: relative;
  visibility: visible;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

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

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-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__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  pointer-events: auto;
}

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

.splide__pagination__page {
  background: #E5E5E5;
  display: inline-block;
  width: 58px;
  height: 4px;
  margin: 4px;
  opacity: 1;
  transition: transform 0.2s linear;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  z-index: 1;
}

@media (max-width: 800px) {
  .hero {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .hero::before {
    top: -68px;
    height: calc(100% + 68px);
    width: 85%;
  }
  .hero-wrap {
    flex-direction: column;
    min-height: auto;
  }
  .hero .splide {
    width: 95%;
    min-width: 95%;
    margin-left: auto;
  }
  .hero .splide__slide img {
    height: 208px;
  }
  .hero .splide__track,
  .hero .splide__list,
  .hero .splide__slide {
    height: 208px;
  }
  .hero .splide__pagination {
    bottom: -10px;
  }
  .hero-desc {
    padding: 20px 0;
    margin-left: 5%;
  }
  .hero-ttl {
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 1.4;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  .hero-ttl span {
    padding: 0 15px 0 10px;
  }
  .hero-ttl span::before {
    background-image: url(../images/index/hero-deco01-sp.svg);
    top: 8px;
    left: 0;
    right: auto;
    height: 8px;
    width: 9px;
  }
  .hero-ttl span::after {
    background-image: url(../images/index/hero-deco02-sp.svg);
    top: 8px;
    left: auto;
    right: 5px;
    height: 8px;
    width: 9px;
  }
  .hero-list {
    position: static;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin: 0 auto;
    max-width: 400px;
    width: 95%;
  }
  .hero-list .list-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 13px;
    line-height: 1.7;
  }
  .hero-h1 {
    margin: 15px auto 0;
    padding: 5px 15px;
    font-size: 5vw;
    line-height: 1.65;
    width: 90%;
  }
  .t-ttl {
    margin-bottom: 30px;
  }
  .t-ttl .en {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .t-ttl .jp {
    font-size: 18px;
    line-height: 1.4;
  }
  .sec01 {
    padding: 40px 0;
  }
  #top-news {
    scroll-margin-top: calc(12px + env(safe-area-inset-top, 0px));
    scroll-margin-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
  }
  .sec01::before,
  .sec02::before {
    width: 85%;
  }
  .sec01 .container {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 20px;
  }
  .sec01 .t-ttl {
    margin-bottom: 20px;
  }
  .sec01 .t-ttl .en {
    font-size: 28px;
  }
  .sec01 .list-top-news02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec01 .btn-more,
  .sec08 .btn-more {
    width: 100%;
  }
  .sec02 {
    padding: 0 0 50px;
  }
  .sec02::after {
    bottom: -30px;
    right: 20px;
    width: 89.6px;
    height: 73.6px;
  }
  .sec02-layout {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
  }
  .sec02-ttl {
    margin-bottom: 20px;
  }
  .sec03 {
    padding: 50px 0;
  }
  .sec03::after {
    bottom: -50px;
    left: 20px;
    width: 91.6px;
    height: 81.2px;
  }
  .sec03-layout {
    display: block;
  }
  .sec03-layout .l-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .sec03-layout .l-desc {
    margin-left: 0;
  }
  .sec03-layout .t-ttl {
    margin-bottom: 30px;
  }
  .sec03-layout .l-txt01 {
    margin-bottom: 20px;
  }
  .sec03-layout .l-txt02 {
    margin-bottom: 30px;
  }
  .sec03-layout .sec03-wrap {
    display: block;
  }
  .sec03-layout .sec03-wrap .btn-more:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sec04 {
    padding: 80px 0 50px;
  }
  .sec04::before {
    bottom: -30px;
    right: 20px;
    height: 73.6px;
    width: 59.2px;
  }
  .sec04-list {
    padding-top: 29px;
    display: block;
  }
  .sec04-list .list-item,
  .sec04-list .list-item:nth-child(2n) {
    width: 100%;
    margin-left: 0;
  }
  .sec04-list .list-item:nth-child(n+2) {
    margin-top: 50px;
  }
  .sec04-list .num {
    top: -34px;
    font-size: 25px;
  }
  .sec04-list .num .large {
    font-size: 40px;
  }
  .sec04-list .list-desc {
    margin-top: -40px;
  }
  .sec04-list .list-desc h3 {
    padding: 20px;
    font-size: 18px;
  }
  .u-box-wrap {
    padding-top: 25px;
  }
  .u-box01 {
    padding: 30px 25px;
  }
  .u-box01::after {
    width: 105px;
    height: 58px;
    right: 12px;
    bottom: 12px;
  }
  .u-box01 .u-layout01 {
    display: block;
  }
  .sec05 {
    padding: 50px 0;
  }
  .sec05::after {
    bottom: 50px;
    left: auto;
    right: 30px;
    width: 105px;
    height: 58.8px;
  }
  .sec05-layout,
  .sec05-layout.reverse {
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 20px;
  }
  .sec05-layout.reverse .l-img,
  .sec05-layout .l-img {
    width: 100%;
    margin: -30px 0 25px;
  }
  .sec05-layout + .sec05-layout,
  .sec05-layout:first-of-type {
    margin-top: 50px;
  }
  .sec05-layout .l-ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .sec05-layout .l-txt01 {
    margin-bottom: 20px;
  }
  .sec05-layout .l-txt02 {
    margin-bottom: 30px;
  }
  .sec05-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 40px;
  }
  .sec05-list > li {
    width: 100%;
  }
  .sec05-list > li:not(:last-child),
  .sec05-list > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .sec05-list .list-item {
    padding: 20px 10px;
  }
  .sec05-list .list-img {
    max-width: 120px;
    width: 70%;
    margin: 0 auto 15px;
  }
  .sec05-list .list-ttl {
    font-size: 16px;
  }
  .sec05-list .sec05-list-deco li {
    font-size: 15px;
    padding-left: 12px;
  }
  .sec05-list .sec05-list-deco li::before {
    top: 12px;
  }
  .sec06,
  .sec07,
  .sec08,
  .sec09 {
    padding: 50px 0;
  }
  .sec06-txt {
    margin-bottom: 30px;
  }
  .sec06 .t-ttl .en {
    font-size: 30px;
  }
  .sec06 p {
    text-align: left;
  }
  .sec06 p + p {
    margin-top: 20px;
  }
  .sec07-ttl {
    margin-bottom: 30px;
  }
  .sec08 .container {
    display: block;
  }
  .sec08-ttl,
  .sec08 .list-top-blog02 {
    width: 100%;
  }
  .sec08 .list-top-blog02 {
    margin-bottom: 30px;
  }
  .sec08 .t-ttl .en {
    font-size: 30px;
  }
  .sec08 .t-ttl .jp {
    font-size: 18px;
  }
  .sec09-layout {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sec09-layout .l-map {
    width: 100%;
  }
  .sec09-layout .l-map iframe {
    height: 350px;
  }
  .sec09-layout .l-desc {
    margin-left: 0;
    margin-top: -5px;
    width: 100%;
    padding: 30px 20px;
  }
  .sec09-layout .t-ttl {
    margin-bottom: 20px;
  }
  .sec09-layout .t-ttl .en {
    font-size: 40px;
  }
  .sec09-layout .t-ttl .jp {
    font-size: 18px;
  }
  .sec09-dl {
    margin-bottom: 20px;
  }
  .list-top-news02 .list-item {
    display: block;
  }
  .list-top-news02 time {
    margin-right: 0;
  }
  .list-top-blog02 {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }
  .list-top-blog02 li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
  .business-calendar-box-wrap .business-calendar caption {
    font-size: 18px;
  }
  .list-event {
    display: block;
  }
  .list-event li + li {
    margin-top: 5px;
  }
  .time-table-head {
    font-size: 12px;
  }
  .time-table-head .item,
  .time-table-body .item {
    padding: 5px 0;
  }
  .time-table-body .item {
    font-size: 13px;
  }
  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }
  .time-table-head,
  .time-table-body {
    grid-template-columns: 70px repeat(8, 1fr) !important;
  }
  .time-table-txt {
    font-size: 13px;
  }
  .tel {
    font-size: 24px;
    padding-left: 22px;
  }
  .tel::before {
    top: 4px;
    width: 16px;
    height: 24px;
  }
  .btn-more {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .pc {
    display: none !important;
  }
  .sp,
  img.sp {
    display: block !important;
  }
  br.pc {
    display: none !important;
  }
  br.sp {
    display: block !important;
  }
  .footer-top {
    padding: 40px 0;
  }
  .footer-top .footer-inr {
    display: block;
  }
  .footer-top .f-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer .f-logo {
    margin: 0 auto 20px;
  }
  .footer .f-navi {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .f-navi-item {
    flex: none;
    width: 48%;
  }
  .footer .f-navi-item:not(:last-child) {
    margin-right: 0;
  }
  .footer .copyright {
    padding: 15px 15px 65px;
  }
  .footer .pagetop,
  .fixed-menu02 {
    display: none;
  }
  .splide__pagination__page {
    width: 26px;
    height: 2px;
    margin: 2px;
  }
}
@media (max-width: 400px) {
  .hero-ttl {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */