@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

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

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  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 {
  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;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

html {
  scroll-behavior: smooth;
}

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

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

th, dt {
  font-family: "Noto Serif JP", serif;
}

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

.container, .breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.container.wide, .breadcrumb ul.wide {
  max-width: 1200px;
}
.container.wide02, .breadcrumb ul.wide02 {
  max-width: 1600px;
}
.container.narrow, .breadcrumb ul.narrow {
  max-width: 800px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  .container, .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}
/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  transition: 0.3s;
  display: flex;
}
.header-inr {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100px;
  grid-template-columns: 365px 1fr;
}
.header .h-logo {
  width: 100%;
  max-width: 365px;
  padding: 0 0 0 30px;
}
.header .h-logo a {
  display: block;
}
.header .h-logo img {
  width: 100%;
}
.header .h-logo .scroll-logo {
  display: none;
}
.header .h-top {
  display: flex;
}
.header .btn-icon {
  background: #23B2B2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  padding: 30px 0 10px 0;
  transition: 0.3s;
  border-radius: 0;
}
.header .btn-icon img {
  width: 31px;
  margin: 0 0 10px 0;
}
.header .btn-icon:hover {
  opacity: 0.8;
}
.header.is-fixed {
  background: rgba(255, 255, 255, 0.8);
}
.header.is-fixed .pc-navi .item .item-link .jp {
  color: #333;
}
.header.is-fixed .pc-navi .item .item-link .jp.is-open {
  color: #23B2B2;
}
.header.is-fixed .pc-navi .item:hover .item-link .jp {
  color: #23B2B2;
}
.header.is-fixed .default-logo {
  display: none;
}
.header.is-fixed .scroll-logo {
  display: block;
}
.header.is-fixed .pc-dropdown .item-link .jp::before,
.header.is-fixed .pc-dropdown02 .item-link .jp::before {
  background: url(../images/share/icon_plus_b.svg) center/contain no-repeat;
  width: 12px;
  height: 26px;
}
.header.is-fixed .pc-dropdown:hover .item-link .jp::before,
.header.is-fixed .pc-dropdown02:hover .item-link .jp::before {
  background: url(../images/share/icon_plus_g.svg) center/contain no-repeat;
}

.humberger {
  display: block;
  width: 100px;
  height: 100px;
  background: #111;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}
.humberger span {
  background: #fff;
  position: absolute;
  width: 48px;
  height: 1px;
  transition: 0.4s;
  left: 50%;
  transform: translate(-50%, -50%);
}
.humberger span:nth-of-type(1) {
  top: 37.5%;
}
.humberger span:nth-of-type(2) {
  top: 48.5%;
}
.humberger .txt {
  position: absolute;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.humberger.is-open span:nth-of-type(1) {
  top: 40%;
  transform: translate(-50%, -50%) rotate(25deg);
}
.humberger.is-open span:nth-of-type(2) {
  top: 40%;
  transform: translate(-50%, -50%) rotate(-25deg);
}
.humberger:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-inr {
    display: block;
    padding: 10px 20px;
    position: relative;
    height: 70px;
  }
  .header .h-logo {
    max-width: 240px;
    padding: 0;
  }
  .header .h-logo .default-logo {
    display: block;
  }
  .header .h-right {
    display: none;
  }
  .header .h-top {
    display: none;
  }
  .header.is-fixed {
    background: transparent;
  }
  .header.is-fixed .default-logo {
    display: block;
  }
  .header.is-fixed .scroll-logo {
    display: none;
  }
}
/*------------
G-navi
--------------*/
/*drawer*/
.gnavi-drawer {
  pointer-events: none;
  background-color: #F5F5F5;
  position: fixed;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
  max-height: 1012px;
  height: 100%;
  overflow-y: scroll;
}
.gnavi-drawer.is-open {
  opacity: 1;
  pointer-events: all;
}

.gnavi-drawer-container {
  display: grid;
  align-items: center;
  width: 100%;
  height: 1012px;
}

.gnavi-drawer-wrapper {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}

.gnavi-drawer-right-area {
  width: 59.11%;
  padding: 140px 8% 110px;
}
.gnavi-drawer-right-area > .item + .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.28%;
  margin: 140px auto 0;
  align-items: center;
}
.gnavi-drawer-right-area .h-tel {
  font-size: 40px;
  text-wrap: nowrap;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.gnavi-drawer-right-area .h-tel .small {
  font-size: 25px;
}

.gnavi-drawer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px 155px;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.gnavi-drawer-links-ttl {
  font-size: 20px;
  color: #23B2B2;
  letter-spacing: 0.1em;
}
.gnavi-drawer-links > li > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5px;
  margin-top: 5px;
  font-size: 20px;
}
.gnavi-drawer-links > li > ul .item-link > a:hover {
  text-decoration: underline;
}

.gnavi-drawer-left-area {
  position: fixed;
  inset: 0;
  max-width: 40.89%;
  width: 100%;
  height: 1012px;
}
.gnavi-drawer-left-area-img {
  overflow: hidden;
}
.gnavi-drawer-left-area-img img {
  height: 1012px;
  max-width: 736px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc-navi {
  margin: 30px 60px 0 0;
}
.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-navi .item {
  line-height: 1.6;
  padding-bottom: 20px;
}
.pc-navi .item .item-link {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc-navi .item .item-link .jp {
  display: block;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.pc-navi .item .item-link .jp.is-open {
  color: #23B2B2;
}
.pc-navi .item .item-link .en {
  color: #23B2B2;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.pc-navi .item:hover .item-link .jp {
  color: #23B2B2;
}
.pc-navi .item:not(:last-child) {
  margin-right: 35px;
}

.pc-dropdown .item-link .jp,
.pc-dropdown02 .item-link .jp {
  position: relative;
  padding-right: 16px;
}
.pc-dropdown .item-link .jp::before,
.pc-dropdown02 .item-link .jp::before {
  position: absolute;
  content: "";
  background: url(../images/share/icon_plus.svg) center/contain no-repeat;
  width: 12px;
  height: 26px;
  right: 0;
  top: 2px;
  transition: 0.3s;
}
.pc-dropdown .item-link .jp:hover::before,
.pc-dropdown02 .item-link .jp:hover::before {
  background: url(../images/share/icon_plus_g.svg) center/contain no-repeat;
}
.pc-dropdown .item-link .jp.is-open,
.pc-dropdown02 .item-link .jp.is-open {
  color: #23B2B2;
}
.pc-dropdown .item-link .jp.is-open::before,
.pc-dropdown02 .item-link .jp.is-open::before {
  background: url(../images/share/icon_plus_g.svg) center/contain no-repeat;
}

.pc-navi-child,
.pc-navi-child02 {
  visibility: hidden;
  background-color: #F5F5F5;
  position: absolute;
  top: calc(100% - 1px);
  padding: 100px 90px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  min-width: 1060px;
  display: flex;
  align-items: center;
  right: 0;
  transition: 0.3s;
}
.pc-navi-child-ttl,
.pc-navi-child02-ttl {
  font-family: "Noto Serif JP", serif;
  font-family: 600;
  margin-right: 105px;
}
.pc-navi-child-ttl .en,
.pc-navi-child02-ttl .en {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.pc-navi-child-ttl .jp,
.pc-navi-child02-ttl .jp {
  font-size: 29px;
}
.pc-navi-child > ul,
.pc-navi-child02 > ul {
  display: flex;
}
.pc-navi-child li,
.pc-navi-child02 li {
  width: 100%;
  white-space: nowrap;
}
.pc-navi-child li:not(:last-child),
.pc-navi-child02 li:not(:last-child) {
  margin-right: 65px;
}
.pc-navi-child.is-open,
.pc-navi-child02.is-open {
  pointer-events: auto;
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    display: none;
  }
  .pc-navi {
    display: none;
  }
  :root {
    --navi-background: #23B2B2;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    --sp-btn-color: #E67A7A;
  }
  .sp-navi {
    display: block;
    overflow: hidden;
    /* ボタン類 */
    /* コンテンツ */
  }
  .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 {
    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:not(:last-child) {
    border-right: 1px solid var(--navi-border-color);
  }
  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    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 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  .sp-navi .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) 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%, -6px) rotate(45deg);
  }
  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 80px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 999;
  }
  .sp-navi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
    overflow: hidden;
  }
  .sp-navi .sp-navi-list {
    border-top: 1px solid #23B2B2;
    margin: 0 0 30px;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #23B2B2;
  }
  .sp-navi .sp-navi-list > li > a, .sp-navi .sp-navi-list > li span {
    display: block;
    text-decoration: none;
    padding: 15px 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  .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: #23B2B2;
    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 > li.sp-dropdown > a {
    padding: 15px 0;
    width: 85%;
  }
  .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;
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 13px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-navi .sp-btn {
    background: var(--sp-btn-color);
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
    z-index: 9999;
  }
  .sp_btn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: #23B2B2;
    cursor: pointer;
    transition: 0.5s;
    z-index: 9999;
  }
  .sp_btn span {
    background: #fff;
    position: absolute;
    width: 21px;
    height: 1px;
    transition: 0.4s;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sp_btn span:nth-of-type(1) {
    top: 35%;
  }
  .sp_btn span:nth-of-type(2) {
    top: 50%;
  }
  .sp_btn span:nth-of-type(3) {
    top: 65%;
  }
  .sp_btn.is-open span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .sp_btn.is-open span:nth-of-type(2) {
    display: none;
  }
  .sp_btn.is-open span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  padding: 0 100px 70px 0;
  margin-bottom: 90px;
  position: relative;
}
.hero::before {
  position: absolute;
  content: "";
  background: #23B2B2;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 73%;
  z-index: -1;
}
.hero .splide__slide img {
  width: 100%;
  height: 1010px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .splide__pagination {
  bottom: 130px;
  right: -50px;
  transform: translateX(50%);
  left: unset;
  display: flex;
  flex-direction: column;
}
.hero .splide__pagination__page {
  background: #7B7B7B;
  border-radius: 0;
  display: inline-block;
  height: 38px;
  margin-top: 15px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 10px;
}
.hero .splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
}
.hero-desc {
  position: absolute;
  top: 50%;
  left: 5.72%;
  transform: translateY(-50%);
}
.hero-ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.hero-ttl .jp {
  display: block;
  font-size: 62px;
  line-height: 1.8;
}
.hero-ttl .en {
  display: block;
  font-size: 28px;
  letter-spacing: 0.1em;
}

.hero-news {
  background: #fff;
  padding: 40px 60px 40px 45px;
  display: flex;
  align-items: center;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 850px;
  width: 100%;
}
.hero-news .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  white-space: nowrap;
  margin: 0 95px 25px 0;
  letter-spacing: 0.1em;
}
.hero-news .btn-more {
  width: 115px;
  font-size: 16px;
}
.hero-news .btn-more:before {
  top: 5px;
  right: 10px;
}
.hero-news .list-top-news01 .list-item {
  display: flex;
  text-align: left;
}
.hero-news .list-top-news01 .list-item:nth-child(2) {
  margin-top: 35px;
}
.hero-news .list-top-news01 .list-item time {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #23B2B2;
  display: inline-block;
  width: 100px;
  margin-right: 35px;
}
.hero-news .list-top-news01 .list-item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 450px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}
.hero-news .list-top-news01 .list-item a:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .hero {
    padding: 0 15px 120px 0;
    margin-bottom: 40px;
  }
  .hero .splide__slide img {
    height: 362px;
  }
  .hero .splide__pagination {
    display: none;
  }
  .hero-desc {
    top: 35%;
    left: 5%;
    transform: translateY(0);
  }
  .hero-ttl .jp {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
  .hero-ttl .en {
    font-size: 11px;
  }
  .hero-news {
    display: block;
    padding: 25px 20px;
    margin: 0 auto;
    max-width: 95%;
    width: 100%;
  }
  .hero-news-ttl {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .hero-news .ttl {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .hero-news .btn-more {
    font-size: 14px;
    width: 90px;
  }
  .hero-news .splide {
    margin-top: 30px;
  }
  .hero-news .list-top-news01 {
    margin-top: 20px;
    font-size: 14px;
  }
  .hero-news .list-top-news01 .list-item {
    display: block;
  }
  .hero-news .list-top-news01 .list-item:nth-child(2) {
    margin-top: 20px;
  }
  .hero-news .list-top-news01 time {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .hero-news .list-top-news01 a {
    max-width: 100%;
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.t-ttl .en {
  display: block;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.t-ttl .jp {
  display: block;
  font-size: 40px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 25px;
  }
  .t-ttl .en {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .t-ttl .jp {
    font-size: 24px;
    line-height: 1.4;
  }
}
p + p {
  margin-top: 2em;
}

/*------------
Block
--------------*/
.sec01 {
  padding-left: 8.89%;
  position: relative;
}
.sec01::before {
  position: absolute;
  content: "";
  background: #23B2B2;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 160px;
  z-index: -10;
}
.sec01-style {
  display: flex;
  max-width: 1640px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
.sec01-style::before {
  position: absolute;
  content: "About us";
  color: #5DCCCC;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 137px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  left: -195px;
  top: -20px;
  z-index: 4;
}
.sec01-style .l-img {
  width: 545px;
  min-height: 734px;
}
.sec01-style .l-img img {
  width: 100%;
  height: 100%;
  min-height: 734px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec01-style .t-ttl {
  margin-bottom: 40px;
}
.sec01-style .l-desc {
  width: 66.75%;
  background: #fff;
  padding: 100px 11% 60px 80px;
}
.sec01 .btn-wrap {
  margin-top: 45px;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 0 0 50px 0;
  }
  .sec01::before {
    bottom: 0;
    height: 130%;
  }
  .sec01-style {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 65px;
  }
  .sec01-style::before {
    font-size: 67px;
    writing-mode: unset;
    transform: rotate(0);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    line-height: 1;
    text-wrap: nowrap;
  }
  .sec01-style .l-img {
    width: 100%;
    min-height: 100%;
    max-height: 350px;
  }
  .sec01-style .l-img img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec01-style .t-ttl {
    margin-bottom: 20px;
  }
  .sec01-style .l-desc {
    width: 100%;
    padding: 25px 20px;
  }
  .sec01 .btn-wrap {
    margin-top: 30px;
  }
}
.sec02 {
  position: relative;
  padding-top: 130px;
}
.sec02::before {
  position: absolute;
  content: "";
  background: #F5F5F5;
  width: 100%;
  height: 1885px;
  left: 0;
  top: -160px;
  z-index: -10;
}
.sec02-desc {
  display: grid;
  grid-template-columns: 375px 1fr;
  gap: 180px;
}
.sec02-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-bottom: 70px;
}
.sec02-list-item {
  position: relative;
  padding-top: 85px;
}
.sec02-list-item .num {
  position: absolute;
  color: #5DCCCC;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 87px;
  top: 0;
  left: 35px;
  z-index: 5;
}
.sec02-list-item > a {
  display: block;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 27px;
  padding: 40px 40px 40px 21.71%;
  line-height: 1.85;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 1280px) {
  .sec02-list-item > a {
    padding: 50px 40px 40px 10%;
  }
}
@media screen and (max-width: 1279px) {
  .sec02-list-item > a {
    padding: 50px 40px 40px 8%;
  }
}
.sec02-list-item > a::before {
  position: absolute;
  content: "";
  background: url(../images/top-list_btn.svg) center/contain no-repeat;
  width: 61px;
  height: 62px;
  right: 6.58%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.sec02-list-item > a:hover::before {
  right: 7.5%;
}
.sec02 .btn-more {
  margin: 0 auto;
}

@media (max-width: 800px) {
  .sec02 {
    padding: 50px 0;
  }
  .sec02::before {
    height: 100%;
    top: 0;
  }
  .sec02-desc {
    display: block;
  }
  .sec02-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 60px;
         column-gap: 60px;
    margin-bottom: 0;
  }
  .sec02-list-item {
    padding-top: 40px;
  }
  .sec02-list-item .num {
    font-size: 40px;
    left: 20px;
  }
  .sec02-list-item > a {
    font-size: 18px;
    padding: 25px 20px 20px;
    line-height: 1.7;
  }
  .sec02-list-item > a::before {
    width: 30px;
    height: 30px;
    right: 4%;
  }
  .sec02 .btn-more {
    margin-top: 30px;
  }
}
.sec03 {
  padding-right: 100px;
  position: relative;
  padding-bottom: 179px;
}
.sec03::before {
  position: absolute;
  content: "";
  background: #23B2B2;
  width: 100%;
  height: 883px;
  left: 0;
  bottom: 0;
  z-index: -10;
}
.sec03::after {
  position: absolute;
  content: "Steel frame";
  color: #5DCCCC;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 222px;
  letter-spacing: 0.1em;
  line-height: 1;
  right: -20px;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 1500px) and (min-width: 1280px) {
  .sec03::after {
    font-size: 180px;
  }
}
.sec03-style {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto 0 0;
  margin-top: 125px;
}
.sec03-style .l-img {
  width: 630px;
  min-height: 1133px;
}
.sec03-style .l-img img {
  width: 100%;
  height: 100%;
  min-height: 1133px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec03-style .l-desc {
  width: 63%;
  background: #fff;
  padding: 130px 100px 130px;
}
.sec03-list-item {
  border-bottom: 1px solid #23B2B2;
}
.sec03-list-item > a {
  display: block;
  padding: 55px 0;
  position: relative;
}
.sec03-list-item > a::before {
  position: absolute;
  content: "";
  background: url(../images/top-list_btn.svg) center/contain no-repeat;
  width: 61px;
  height: 62px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.sec03-list-item > a:hover::before {
  right: 40px;
}
.sec03-list-item .txt {
  width: 70.11%;
}

@media (max-width: 800px) {
  .sec03 {
    padding: 50px 0;
  }
  .sec03::before {
    height: 80%;
  }
  .sec03::after {
    font-size: 58px;
    right: 0;
    bottom: 0;
    text-wrap: nowrap;
  }
  .sec03-style {
    display: block;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
  .sec03-style .l-img {
    width: 100%;
    min-height: 100%;
    max-height: 350px;
  }
  .sec03-style .l-img img {
    min-height: 100%;
    max-height: 350px;
  }
  .sec03-style .l-desc {
    width: 100%;
    padding: 0 20px 25px;
  }
  .sec03-list-item > a {
    padding: 25px 0;
  }
  .sec03-list-item > a::before {
    width: 30px;
    height: 30px;
    right: 0;
  }
  .sec03-list-item .txt {
    width: 80%;
  }
}
.sec04 {
  padding: 130px 0;
  display: flex;
  max-width: 1700px;
  width: 90%;
  margin-inline: auto;
  overflow: hidden;
}
.sec04-ttl {
  margin-right: 120px;
  min-width: 170px;
  flex:0 0 170px;
  position: relative;
}
.sec04-ttl .t-ttl {
  margin-bottom: 170px;
}
.sec04-slider {
  min-width: 0;
  flex:1;
}
.sec04-slider .splide__arrow {
  border: 1px solid #AFAFAF;
  background: #fff;
  width: 48px;
  height: 48px;
  transition: 0.3s;
}
.sec04-slider .splide__arrow:hover {
  border: 1px solid #23B2B2;
}
.sec04-slider .splide__arrow:hover.splide__arrow--prev::after, .sec04-slider .splide__arrow:hover.splide__arrow--next::after {
  border-color: #23B2B2;
}
.sec04-slider .splide__arrow--prev::after,
.sec04-slider .splide__arrow--next::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  transition: 0.3s;
  border: solid #AFAFAF;
  border-width: 1px 1px 0 0;
}
.sec04-slider .splide__arrow--prev::after {
  margin-left: 0.2rem;
}
.sec04-slider .splide__arrow--prev {
  left: -290px;
}
.sec04-slider .splide__arrow--next {
  left: -220px;
}
.sec04-slider .splide__arrow {
  top: 130px;
  transform: none;
}
.sec04-slider .splide__slide a{
  display: block;
  max-width: 430px;
  width: 100%;
  transition: 0.3s;
}
.sec04-slider .splide__slide a:hover {
  opacity: 0.5;
}
.sec04-slider .item-img {
  position: relative;
}
.sec04-slider .item-img img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec04-slider .item-img .txt-box {
  position: absolute;
  background: #23B2B2;
  padding: 10px 12px;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}
.sec04-slider .item-desc {
  background: #F5F5F5;
  padding: 25px 30px;
  max-width: 430px;
  width: 100%;
  min-height: 135px;
}
.sec04-slider .item-desc .category {
  color: #868686;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.sec04-slider .item-desc .item-ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec04-slider .splide__pagination {
  display: none;
}

@media (max-width: 800px) {
  .sec04 {
    padding: 50px 5%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec04-ttl {
    margin-right: 0;
    min-width: 100%;
  }
  .sec04-ttl .t-ttl {
    margin-bottom: 30px;
  }
  .sec04-slider {
    margin-bottom: 30px;
  }
  .sec04-slider .splide__arrow--prev {
    left: auto;
    right: 18%;
  }
  .sec04-slider .splide__arrow--next {
    left: auto;
    right: 0;
  }
  .sec04-slider .splide__arrow {
    top: -28%;
  }
  .sec04-slider .splide__slide a{
    max-width: 100%;
    width: 100% !important;
    display: block;
  }
  .sec04-slider .item-img img {
    height: 150px;
  }
  .sec04-slider .item-img .txt-box {
    padding: 7px 10px;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    line-height: 1;
    font-size: 12px;
  }
  .sec04-slider .item-desc {
    min-height: 130px;
    max-width: 100%;
    padding: 15px 10px;
  }
  .sec04-slider .item-desc .category {
    font-size: 12px;
  }
  .sec04-slider .item-desc .item-ttl {
    font-size: 14px;
  }
}
.sec05 {
  margin-bottom: 130px;
  position: relative;
}
.sec05::before {
  position: absolute;
  content: "";
  background: #F5F5F5;
  width: 1600px;
  height: 720px;
  z-index: -10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec05-style {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 165px;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.sec05-style .t-ttl {
  margin-bottom: 75px;
}
.sec05-style .t-ttl .jp {
  font-size: 32px;
}
.sec05 .list-top-blog03 {
  display: flex;
  flex-direction: column;
}
.sec05 .list-top-blog03 .list-item {
  width: 100%;
}
.sec05 .list-top-blog03 .list-item:not(:last-child) {
  margin-bottom: 20px;
}
.sec05 .list-top-blog03 .list-item a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.sec05 .list-top-blog03 .list-item a:hover {
  opacity: 0.5;
}
.sec05 .list-top-blog03 .list-img {
  overflow: hidden;
  margin-right: 35px;
  border: 1px solid #CCC;
  width: 225px;
}
.sec05 .list-top-blog03 .list-img img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.sec05 .list-top-blog03 .list-desc {
  flex: 1;
}
.sec05 .list-top-blog03 .list-ttl {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec05 .list-top-blog03 time {
  display: block;
  color: #23B2B2;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .sec05 {
    margin-bottom: 50px;
    padding: 50px 0;
  }
  .sec05::before {
    width: 95%;
    height: 100%;
  }
  .sec05-style {
    display: block;
    gap: 165px;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .sec05-style .t-ttl {
    margin-bottom: 30px;
  }
  .sec05-style .t-ttl .jp {
    font-size: 25px;
  }
  .sec05 .list-top-blog03 .list-item {
    width: 100%;
  }
  .sec05 .list-top-blog03 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec05 .list-top-blog03 .list-img {
    margin-bottom: 0;
    margin-right: 15px;
    width: 125px;
  }
  .sec05 .list-top-blog03 .list-img img {
    height: 100px;
  }
  .sec05 .list-top-blog03 time {
    font-size: 14px;
  }
  .sec05 .list-top-blog03 .list-desc {
    width: 100%;
    flex: 1;
  }
  .sec05 .list-top-blog03 .list-ttl {
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
  .sec05 .list-top-blog03 .post-category02 span {
    font-size: 11px;
  }
  .sec05 .btn-more {
    margin-top: 30px;
  }
}
.sec06 {
  background: url(../images/sec06_01.jpg) center/cover no-repeat;
  padding: 130px 13.5% 130px 0;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) and (min-width: 1280px) {
  .sec06 {
    text-shadow: 0 0 5px #000;
  }
}
.sec06-style {
  width: 520px;
}
.sec06 .t-ttl {
  margin-bottom: 50px;
}
.sec06 .btn-wrap {
  margin-top: 55px;
}

@media (max-width: 800px) {
  .sec06 {
    background: url(../images/sec06_01.jpg) 10%/cover no-repeat;
    padding: 50px 25px;
  }
  .sec06-style {
    width: 100%;
  }
  .sec06 .t-ttl {
    margin-bottom: 30px;
  }
  .sec06 .btn-wrap {
    margin-top: 30px;
  }
}
/*------------
下層レイアウト
--------------*/
.page-ttl {
  width: 100%;
  background: #23B2B2;
  padding: 381px 5% 0;
}

.page-ttl-main {
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-left: 45px;
  letter-spacing: 0.1em;
  margin-bottom: -55px;
}

.page-ttl-sub {
  display: block;
  font-size: 180px;
  font-family: "Noto Serif JP", serif;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1;
  font-weight: 600;
  margin-bottom: -10px;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
.breadcrumb ul {
  font-size: 14px;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li + li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}
.breadcrumb ul a:hover {
  text-decoration: underline;
}

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

.u-btn-ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}

@media (max-width: 800px) {
  .page-ttl {
    padding: 160px 5% 0;
  }
  .page-ttl-main {
    font-size: 22px;
    margin-bottom: -15px;
    margin-left: 20px;
  }
  .page-ttl-sub {
    font-size: 60px;
    margin-bottom: -3px;
  }
  .u-contents p + p {
    margin-top: 1em;
  }
  .u-btn-ttl {
    margin-bottom: 30px;
  }
}
.u-h2, .post-category-ttl, .postdata h1 {
  margin-bottom: 50px;
  text-align: center;
}
.u-h2 > .en, .post-category-ttl > .en, .postdata h1 > .en {
  color: #23B2B2;
  line-height: 1;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.u-h2 > .jp, .post-category-ttl > .jp, .postdata h1 > .jp {
  font-size: 35px;
  display: block;
}
.u-h2.left, .left.post-category-ttl, .postdata h1.left {
  text-align: left;
}

.u-h3, .post-ttl, .postdata h2, .acc-style dt {
  border-bottom: 1px solid #E2E2E2;
  font-size: 26px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.u-h3::before, .post-ttl::before, .postdata h2::before, .acc-style dt::before {
  content: "";
  background: #23B2B2;
  width: 87px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.u-h4, .postdata h3 {
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}
.u-h4::before, .postdata h3::before {
  content: "";
  background: #23B2B2;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 11px;
}

.num-ttl {
  font-size: 20px;
  margin-bottom: 50px;
  padding: 50px 0 0 40px;
  position: relative;
  font-size: 27px;
}
.num-ttl .num {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: rgba(93, 204, 204, 0.55);
  line-height: 1;
  font-size: 87px;
  font-weight: 600;
  z-index: 0;
  margin-top: -10px;
  letter-spacing: 0.1em;
}
.num-ttl .txt {
  position: relative;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    margin-bottom: 30px;
  }
  .u-h2 .jp, .post-category-ttl .jp, .postdata h1 .jp {
    font-size: 24px;
  }
  .u-h2 .en, .post-category-ttl .en, .postdata h1 .en {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .u-h3, .post-ttl, .postdata h2, .acc-style dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .u-h3::before, .post-ttl::before, .postdata h2::before, .acc-style dt::before {
    width: 60px;
  }
  .u-h4, .postdata h3 {
    font-size: 18px;
    padding-left: 25px;
  }
  .u-h4::before, .postdata h3::before {
    top: 5.5px;
  }
  .num-ttl {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 15px 0 0 20px;
  }
  .num-ttl .num {
    font-size: 40px;
  }
}
.x-short + .x-short {
  margin-top: 30px;
}
.x-short + .short {
  margin-top: 50px;
}

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

.tall {
  padding: 70px 0;
}
.tall.pt0 {
  padding-top: 0;
}
.tall:last-child {
  padding: 70px 0 140px;
}
.tall.bg01 {
  background: #F5F5F5;
  padding: 100px 0;
}
.tall.bg01:last-child {
  padding: 100px 0 140px;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .x-short + .short {
    margin-top: 30px;
  }
  .short + .short {
    margin-top: 30px;
  }
  .tall {
    padding: 40px 0;
  }
  .tall:last-child {
    padding: 40px 0 80px;
  }
  .tall.bg01 {
    padding: 50px 0;
  }
  .tall.bg01:last-child {
    padding: 50px 0 80px;
  }
}
.column2 {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 140px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
.column2-left {
  width: 740px;
}
.column2-right {
  width: 240px;
  margin-left: 44px;
}
.column2-right-inr {
  position: sticky;
  top: 150px;
}

.side-navi {
  position: sticky;
  top: 110px;
}
.side-navi .ttl .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  color: #23B2B2;
  font-size: 20px;
  font-weight: 500;
}
.side-navi .ttl .jp {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.side-navi ul {
  font-size: 15px;
  padding-top: 20px;
}
.side-navi ul li {
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
}
.side-navi ul li::before {
  content: "・";
  color: #23B2B2;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
.side-navi ul li + li {
  margin-top: 7px;
}
.side-navi a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .column2 {
    display: block;
    padding: 40px 0 80px;
  }
  .column2-left {
    width: 100%;
    margin-bottom: 70px;
  }
  .column2-right {
    width: 100%;
    margin-left: 0;
  }
  .column2-right-inr {
    position: static;
  }
}
.l-style01 {
  display: flex;
}
.l-style01 .l-img {
  flex: 1;
  margin-right: 45px;
}

.l-style02 {
  display: flex;
  flex-direction: row-reverse;
}
.l-style02 .l-img {
  flex: 1;
  margin-left: 45px;
}

.l-style01 .l-img.small, .l-style02 .l-img.small {
  flex: 0.5;
}
.l-style01 .l-img.medium, .l-style02 .l-img.medium {
  flex: 0.9;
}
.l-style01 .l-img.medium02, .l-style02 .l-img.medium02 {
  flex: 0.75;
  min-height: 460px;
}
.l-style01 .l-img.medium02 img, .l-style02 .l-img.medium02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-style01 .l-img.large, .l-style02 .l-img.large {
  flex: 1.1;
}
.l-style01 .l-img.large img, .l-style02 .l-img.large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-style01 .l-desc, .l-style02 .l-desc {
  flex: 1;
}
.l-style01 .l-ttl, .l-style02 .l-ttl {
  font-size: 18px;
  margin-bottom: 30px;
}
.l-style01 .l-ttl .large, .l-style02 .l-ttl .large {
  font-size: 26px;
}
.l-style01 .l-img iframe, .l-style02 .l-img iframe {
  width: 100%;
  height: 30vw;
}

.l-col2 {
  display: flex;
}
.l-col2 .l-left {
  flex: 1.05;
  margin-right: 60px;
}
.l-col2 .l-right {
  flex: 1;
}

.l-col2_2 {
  display: flex;
  padding-top: 45px;
}
.l-col2_2 .l-left {
  flex: 0.6;
  margin-right: 100px;
}
.l-col2_2 .l-right {
  flex: 1;
}
.l-col2_2 .num-ttl {
  padding-top: 0;
}
.l-col2_2 .num-ttl .num {
  top: -45px;
}

@media (max-width: 800px) {
  .l-style01 {
    display: block;
  }
  .l-style01 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-style02 {
    display: block;
  }
  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .l-style01 .l-img.medium02, .l-style02 .l-img.medium02 {
    min-height: auto;
  }
  .l-style01 .l-desc, .l-style02 .l-desc {
    width: 100%;
  }
  .l-style01 .l-ttl, .l-style02 .l-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .l-style01 .l-ttl .large, .l-style02 .l-ttl .large {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .l-style01 .l-img iframe, .l-style02 .l-img iframe {
    height: 70vw;
  }
  .l-col2 {
    display: block;
  }
  .l-col2 .l-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l-col2_2 {
    display: block;
    padding-top: 18px;
  }
  .l-col2_2 .l-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l-col2_2 .num-ttl {
    padding-top: 0;
  }
  .l-col2_2 .num-ttl .num {
    top: -15px;
  }
}
.list-card02 {
  display: grid;
}
.list-card02 .list-item {
  background: #F5F5F5;
}
.list-card02 .list-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.list-card02 .list-img {
  text-align: center;
  margin-bottom: 20px;
}
.list-card02.col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.list-card02.col2 .list-item {
  padding: 30px;
}
.list-card02.col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.list-card02.col3 .list-item {
  padding: 30px;
}
.list-card02.col4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.list-card02.col4 .list-item {
  padding: 25px;
}

.list-card04 {
  padding-top: 23px;
  display: grid;
  gap: 25px;
}
.list-card04 .list-item {
  background: #F5F5F5;
  position: relative;
  padding: 60px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-card04 .list-ttl {
  font-size: 20px;
  text-align: center;
}
.list-card04 .list-num {
  position: absolute;
  color: #23B2B2;
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  top: -23px;
  left: 15px;
}
.list-card04.col4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  .list-card02 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-card02 .list-img {
    margin-bottom: 15px;
  }
  .list-card02.col2, .list-card02.col3, .list-card02.col4 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .list-card02.col2 .list-item, .list-card02.col3 .list-item, .list-card02.col4 .list-item {
    padding: 25px 20px;
  }
  .list-card04 .list-item {
    padding: 30px;
  }
  .list-card04 .list-ttl {
    font-size: 18px;
  }
  .list-card04 .list-num {
    font-size: 18px;
    top: -16px;
    left: 15px;
  }
  .list-card04.col4 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.list-disc li {
  position: relative;
  padding-left: 15px;
}
.list-disc li:before {
  content: "";
  background: #23B2B2;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
}

.list-num {
  counter-reset: number;
}
.list-num > li {
  padding-left: 30px;
  position: relative;
}
.list-num > li:before {
  background: #23B2B2;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}
.list-num > li + li {
  margin-top: 5px;
}

.list-disc.col2, .list-num.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.list-disc.col3, .list-num.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.list-disc.col4, .list-num.col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

@media (max-width: 800px) {
  .list-disc li::before {
    top: 13px;
  }
  .list-disc.col2, .list-disc.col3, .list-disc.col4, .list-num.col2, .list-num.col3, .list-num.col4 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.list-anchor-link li {
  position: relative;
}
.list-anchor-link li:not(:last-child):after {
  content: "";
  display: inline-block;
  background: #ADADAD;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  transition: 0.3s;
}
.list-anchor-link a:before {
  content: "";
  background: url(../images/share/icon_arrow_bottom.svg) no-repeat 0 0/contain;
  stroke: #23B2B2;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}
.list-anchor-link a:hover {
  color: #23B2B2;
}

@media (max-width: 800px) {
  .list-anchor-link {
    display: block;
  }
  .list-anchor-link li:not(:last-child):after {
    display: none;
  }
  .list-anchor-link a {
    padding: 0 0 0 25px;
  }
  .list-anchor-link a:before {
    right: inherit;
    left: 0;
    top: 8px;
  }
}
.staff-layout {
  display: flex;
  flex-direction: row-reverse;
}
.staff-layout .l-img {
  width: 45%;
}
.staff-layout .l-desc {
  flex: 1;
  padding-right: 8%;
}
.staff-layout .l-ttl {
  border-bottom: 2px solid #23B2B2;
  color: #23B2B2;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  display: block;
  font-weight: 600;
}
.staff-layout .l-message {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  margin-bottom: 25px;
}
.staff-layout .l-name {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}
.staff-layout .job {
  display: block;
  margin-bottom: 10px;
  color: #23B2B2;
}
.staff-layout .jp {
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
}
.staff-layout .en {
  color: #23B2B2;
  display: inline-block;
}

@media (max-width: 800px) {
  .staff-layout {
    display: block;
  }
  .staff-layout .l-img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .staff-layout .l-ttl {
    margin-bottom: 10px;
  }
  .staff-layout .l-desc {
    padding: 0;
  }
  .staff-layout .l-message {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.flow-style {
  display: grid;
  gap: 40px;
}
.flow-style > li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}
.flow-style > li:not(:last-child)::before {
  content: "";
  background-color: #23B2B2;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}
.flow-style > li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #23B2B2 transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}
.flow-style .flow-num {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #23B2B2;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
.flow-style .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.flow-style .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}
.flow-style .flow-img {
  width: 35%;
}
.flow-style .flow-desc {
  flex: 1;
  padding-top: 10px;
}
.flow-style .flow-ttl {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style {
    gap: 40px;
  }
  .flow-style > li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }
  .flow-style > li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }
  .flow-style > li:not(:last-child)::after {
    left: 20px;
  }
  .flow-style .flow-num {
    font-size: 25px;
  }
  .flow-style .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .flow-style .wrap {
    flex-direction: column;
    gap: 15px;
  }
  .flow-style .flow-img {
    width: 100%;
  }
  .flow-style .flow-ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .flow-style .flow-desc {
    padding-top: 0;
  }
}
.acc-style dt {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  max-width: 1024px;
  margin: 0 auto 50px;
  width: 90%;
}
.acc-style dt::after {
  content: "";
  background: url(../images/share/icon_close.svg) center/contain no-repeat;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 15px;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%);
}
.acc-style dt:not(.is-open):hover {
  opacity: 0.5;
}
.acc-style dt.is-open::after {
  background: url(../images/share/icon_open.svg) center/contain no-repeat;
}
.acc-style dd {
  display: none;
  margin-bottom: 60px;
}
.acc-style dd .acc-bg {
  padding: 80px 0;
  background: #23B2B2;
}
.acc-style dd .txt-box {
  background: #F5F5F5;
  padding: 80px 90px;
}
.acc-style dd + dt {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .acc-style dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .acc-style dt::after {
    width: 18px;
    height: 18px;
  }
  .acc-style dt.is-open {
    margin-bottom: 20px;
  }
  .acc-style dd {
    margin-bottom: 30px;
  }
  .acc-style dd .acc-bg {
    padding: 30px 0;
  }
  .acc-style dd .txt-box {
    padding: 40px 30px;
  }
  .acc-style dd .table-style01 {
    font-size: 14px;
  }
}
.table-style01 {
  border: 1px solid #E2E2E2;
  background: #fff;
}
.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.table-style01 th {
  background-color: #23B2B2;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  width: 30%;
}
.table-style01 td {
  padding: 10px 30px;
}

.table-style02 {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.table-style02 th, .table-style02 td {
  border: 1px solid #e1e1e1;
  line-height: 1.7;
  padding: 15px;
}
.table-style02 th {
  background-color: #23B2B2;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  width: 30%;
}
.table-style02 th.bg01 {
  background-color: #F5F5F5;
  color: #23B2B2;
}
.table-style02 .table-img {
  text-align: center;
}

@media (max-width: 800px) {
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll::before {
    content: "※横にスクロールできます。";
  }
  .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: #23B2B2;
  }
  .table-scroll table {
    margin-bottom: 10px;
    width: 200%;
  }
  .table-scroll .img {
    width: 200%;
  }
}
.box-style01 {
  background: #fff;
  padding: 50px;
}
.box-style01 .box-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.box-style01 .box-ttl02 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.box-style01 .box-ttl02::before {
  content: "";
  width: 6px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #23B2B2;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 25px 20px;
  }
  .box-style01 .box-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .box-style01 .box-ttl02 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 12px;
  }
  .box-style01 .box-ttl02::before {
    width: 5px;
    height: 17px;
    top: 5px;
  }
}
.under-slider01 .splide {
  margin: 0 auto;
}
.under-slider01 .splide__track {
  overflow: visible;
}
.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.under-slider01 .splide__arrow--prev {
  left: calc((100% - 860px) / 2);
}
.under-slider01 .splide__arrow--next {
  right: calc((100% - 860px) / 2);
}
.under-slider01 .splide__arrow {
  top: 263px;
  transform: translateY(0);
}
.under-slider01 .item-desc {
  margin-top: 25px;
}
.under-slider01 .item-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.under-slider03-main {
  max-width: 1024px;
  width: 100%;
  margin-bottom: 30px;
}
.under-slider03-main .splide__slide {
  text-align: center;
  width: 600px;
}
.under-slider03-main .splide__slide img {
  width: 600px;
  height: 392px;
  -o-object-fit: cover;
     object-fit: cover;
}

.under-slider03-thumb {
  width: 85%;
  margin: 0 auto;
}
.under-slider03-thumb .splide__slide {
  width: 88px;
}
.under-slider03-thumb .splide__slide img {
  width: 100%;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
}
.under-slider03-thumb .splide__arrow {
  background: none;
}
.under-slider03-thumb .splide__arrow--prev::after,
.under-slider03-thumb .splide__arrow--next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid #333;
  border-width: 1px 1px 0 0;
}
.under-slider03-thumb .splide__arrow--prev {
  left: -13%;
}
.under-slider03-thumb .splide__arrow--next {
  right: -13%;
}
.under-slider03-thumb .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #23B2B2;
}
.under-slider03-thumb .splide__arrow svg {
  display: none;
}

@media (max-width: 800px) {
  .under-slider01 .item-desc {
    margin-top: 15px;
  }
  .under-slider01 .item-ttl {
    font-size: 18px;
    margin-bottom: 0;
  }
  .under-slider01 .splide__arrow--prev {
    left: 0;
  }
  .under-slider01 .splide__arrow--next {
    right: 0;
  }
  .under-slider01 .splide__arrow {
    top: 28vw;
    transform: translateY(-50%);
  }
  .under-slider03-main {
    margin-bottom: 20px;
  }
  .under-slider03-thumb {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .under-slider03-thumb .splide__slide {
    height: 60px;
    width: auto;
  }
  .under-slider03-thumb .splide__slide img {
    height: 100%;
  }
  .under-slider03-thumb .splide__arrow--prev {
    left: -50px;
  }
  .under-slider03-thumb .splide__arrow--next {
    right: -50px;
  }
  .under-slider03-thumb .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 2px solid #23B2B2;
  }
}
/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #707070;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

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

.w-100 img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 800px) {
  .w-100 img {
    height: 200px;
  }
}
/*------------
Footer
--------------*/
.footer {
  background-color: #23B2B2;
}
.footer-inr {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-top {
  padding: 100px 0;
  color: #fff;
}
.footer-top .t-ttl {
  margin-bottom: 5px;
}
.footer-top .txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.footer-top-contact-area {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.footer-top .tel-area {
  margin-right: 45px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.footer-top .tel-area .txt {
  display: block;
  line-height: 1;
  font-size: 20px;
}
.footer-top .tel-area > a {
  font-size: 40px;
  text-wrap: nowrap;
  line-height: 1.5;
}
.footer-top .tel-area > a .small {
  font-size: 25px;
}
.footer-bottom {
  padding-bottom: 50px;
  background: #F5F5F5;
  margin-right: 100px;
}
.footer-bottom-inr {
  display: flex;
  padding: 100px;
}
.footer-bottom .f-left {
  margin-right: 10%;
}
.footer-bottom .f-right {
  flex: 1;
}
.footer-bottom .f-logo {
  display: block;
  max-width: 330px;
  margin-bottom: 24px;
}
.footer-bottom .f-access {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.footer-bottom .btn-more {
  font-size: 16px;
  padding-right: 30px;
  min-width: 96px;
}
.footer-bottom .btn-more::before {
  top: 10px;
}
.footer .f-navi {
  display: flex;
  justify-content: flex-end;
}
.footer .f-navi-item {
  width: -moz-max-content;
  width: max-content;
}
.footer .f-navi-item:not(:last-child) {
  margin-right: 70px;
}
.footer .f-navi-item:last-child .f-navi-list {
  margin-bottom: 30px;
}
.footer .f-navi-ttl {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #23B2B2;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.footer .f-navi-list li {
  font-size: 15px;
  line-height: 2.1;
}
.footer .f-navi-list li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 14px;
  font-weight: 400;
}
.footer .copyright .container, .footer .copyright .breadcrumb ul, .breadcrumb .footer .copyright ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright .copyright-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .copyright .copyright-links li:nth-child(n+2)::before {
  content: "|";
  margin: 0 15px;
}
.footer .copyright .copyright-links a {
  line-height: 1.5;
}
.footer .copyright .copyright-links a:hover {
  text-decoration: underline;
}
.footer .copyright small {
  line-height: 1;
  font-size: 14px;
}

.pagetop {
  background: url(../images/share/pagetop.png) center/contain no-repeat;
  width: 23px;
  height: 154px;
  position: fixed;
  bottom: 50px;
  right: 35px;
  z-index: 99;
  transition: 0.3s;
}
.pagetop:hover {
  bottom: 60px;
}

@media (max-width: 800px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer-inr {
    max-width: 90%;
    width: 100%;
    display: block;
  }
  .footer-top {
    padding: 50px 0;
  }
  .footer-top-txt-area {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .footer-top-contact-area {
    display: block;
    text-align: center;
  }
  .footer-top .tel-area {
    margin: 0 0 20px 0;
  }
  .footer-top .tel-area .txt {
    font-size: 16px;
  }
  .footer-top .tel-area > a {
    font-size: 25px;
  }
  .footer-top .tel-area > a .small {
    font-size: 18px;
  }
  .footer-bottom {
    margin-right: 0;
    display: block;
  }
  .footer-bottom-inr {
    display: block;
    padding: 50px 5% 35px;
  }
  .footer-bottom .f-left {
    margin: 0 0 30px 0;
  }
  .footer-bottom .f-right {
    padding: 0;
  }
  .footer-bottom .f-logo {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .footer-bottom .f-access {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom .btn-more {
    padding-right: 0;
    margin: 0 auto;
  }
  .footer .f-navi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .f-navi-ttl {
    font-size: 14px;
  }
  .footer .f-navi-list li {
    font-size: 13px;
  }
  .footer .f-navi-item {
    width: 100%;
  }
  .footer .f-navi-item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .footer .f-navi-item:last-child .f-navi-list {
    margin-bottom: 0;
  }
  .footer .f-navi .sp-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .copyright .container, .footer .copyright .breadcrumb ul, .breadcrumb .footer .copyright ul {
    display: block;
  }
  .footer .copyright .copyright-links {
    margin-bottom: 15px;
  }
  .footer .copyright small {
    display: block;
    text-align: center;
  }
  .pagetop {
    display: none;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-data {
  display: flex;
}
.list-post-type01 a {
  transition: 0.3s;
  position: relative;
  display: block;
  border-bottom: 1px solid #F5F5F5;
  padding: 50px 0;
}
.list-post-type01 a::before {
  position: absolute;
  content: "";
  background: url(../images/top-list_btn.svg) center/contain no-repeat;
  width: 61px;
  height: 61px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.list-post-type01 a:hover {
  opacity: 0.5;
}
.list-post-type01 a:hover::before {
  right: 10px;
}
.list-post-type01 .list-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 表示する行数を指定 */
  -webkit-box-orient: vertical;
  width: 80%;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}
.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-post-type03 .list-item {
  width: 30%;
  transition: 0.4s ease-in-out;
}
.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}
.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 4%;
}
.list-post-type03 .list-img {
  overflow: hidden;
  position: relative;
  border: 1px solid #F5F5F5;
}
.list-post-type03 .list-img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.list-post-type03 .list-img .txt-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.list-post-type03 .list-img .txt-box .category {
  background: #23B2B2;
  padding: 10px 12px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.list-post-type03 .list-ttl {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-post-type03 .category {
  color: #868686;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.list-post-type03 .post-desc {
  background: #F5F5F5;
  padding: 25px 30px;
  min-height: 135px;
}

.post-layout {
  display: flex;
  align-items: flex-start;
}
.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
  border: 1px solid #F5F5F5;
}
.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-layout .post-desc {
  flex: 2;
}
.post-layout .ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 26px;
  width: 80%;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.postdata h4 {
  font-size: 20px;
  color: #5DCCCC;
  font-family: "Noto Serif JP", serif;
}
.postdata h5 {
  font-size: 18px;
  color: #23B2B2;
  font-family: "Noto Serif JP", serif;
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #5DCCCC;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 18px;
  color: #5DCCCC;
  font-family: "Noto Serif JP", serif;
}
.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}
.postdata a {
  text-decoration: underline;
}
.postdata a:hover {
  text-decoration: none;
}
.postdata strong {
  font-weight: bold;
}
.postdata em {
  font-style: italic;
}
.postdata ul li {
  list-style: inside disc;
}
.postdata ul li > ul {
  margin: 0 0 0 15px;
}
.postdata ol li {
  list-style: inside decimal;
}
.postdata ol li > ol {
  margin: 0 0 0 15px;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.post-data time {
  font-size: 14px;
  color: #23B2B2;
  line-height: 1;
  margin-right: 20px;
  font-family: "Noto Serif JP", serif;
}

.post-category02 {
  line-height: 1;
  margin-left: -2px;
}
.post-category02 span {
  display: inline-block;
  font-size: 12px;
  background: #23B2B2;
  color: #fff;
  padding: 8px 10px;
  margin: 2px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 800px) {
  .select-area {
    gap: 15px;
  }
}
.select-area .select-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #23B2B2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateY(-50%);
}
.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #23B2B2;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}
.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Noto Serif JP", serif;
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #000;
}
.post-number .current {
  color: #000;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Noto Serif JP", serif;
}
.post-number-single a {
  display: inline-block;
  color: #000;
}
.post-number-single a.next {
  margin-top: 0;
}
.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.post-number-single a.prev {
  margin-top: 0;
}
.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}
.post-number-single a:hover {
  opacity: 0.5;
}

.gallery-single-layout .post-data {
  margin-bottom: 30px;
  display: block;
}
.gallery-single-layout .l-img {
  margin-bottom: 50px;
}
.gallery-single-layout .list-ttl {
  font-size: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.gallery-single-layout .l-table th,
.gallery-single-layout .l-table td {
  border-bottom: 1px solid #707070;
  padding: 20px 0 15px;
  vertical-align: middle;
}
.gallery-single-layout .l-table th {
  width: 25%;
}
.gallery-single-layout .l-table tr:nth-child(1) th, .gallery-single-layout .l-table tr:nth-child(1) td {
  padding-top: 10px;
}
.gallery-single-layout .is-flex {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 5%;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*普通投稿*/
  .list-post-type01 a {
    padding: 25px 0;
  }
  .list-post-type01 a::before {
    width: 30px;
    height: 30px;
    right: 0;
  }
  .list-post-type01 a:hover::before {
    right: 5px;
  }
  .list-post-type01.blog a::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .list-post-type03 {
    display: block;
  }
  .list-post-type03 .list-item + .list-item + .list-item {
    margin-top: 40px;
  }
  .list-post-type03 .list-item + .list-item {
    margin-top: 40px;
  }
  .list-post-type03 .list-item {
    width: 100%;
  }
  .list-post-type03 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .post-data time {
    font-size: 16px;
  }
  .post-category02 span {
    font-size: 12px;
    padding: 5px;
  }
  .post-layout .post-img {
    flex: none;
    width: 120px;
    margin-right: 20px;
  }
  .post-layout .post-img img {
    height: 100px;
  }
  .post-layout .post-desc {
    flex: 1;
  }
  .post-layout .post-desc .ttl {
    margin-bottom: 10px;
  }
  .post-layout .ttl {
    font-size: 16px;
    width: 80%;
  }
  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
  .gallery-single-layout .l-img {
    margin-bottom: 30px;
  }
  .gallery-single-layout .list-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .gallery-single-layout .l-table th {
    width: 40%;
  }
  .gallery-single-layout .l-table + .postdata {
    margin-top: 30px;
  }
  .gallery-single-layout .splide__slide img {
    max-height: 300px;
  }
  .gallery-single-layout .is-flex {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .gallery-single-layout .is-flex + .postdata {
    margin-top: 30px;
  }
}
.list-top-blog01 {
  display: flex;
  margin-bottom: 40px;
}
.list-top-blog01 .list-item {
  width: 33.3333333333%;
}
.list-top-blog01 .list-item a {
  display: block;
}
.list-top-blog01 .list-item a:hover .list-img img {
  transform: scale(1.1);
}
.list-top-blog01 .list-item:not(:last-child) {
  margin-right: 20px;
}
.list-top-blog01 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #F5F5F5;
}
.list-top-blog01 .list-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.list-top-blog01 .list-ttl {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数を指定 */
  -webkit-box-orient: vertical;
}
.list-top-blog01 time {
  display: block;
  color: #23B2B2;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .list-top-blog01 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .list-top-blog01 .list-item {
    width: calc(50% - 10px);
  }
  .list-top-blog01 .list-item:not(:last-child) {
    margin-right: 0;
  }
  .list-top-blog01 .list-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .list-top-blog01 .list-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .list-top-blog01 .list-img img {
    height: 120px;
  }
  .list-top-blog01 time {
    font-size: 13px;
  }
}
/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

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

.side-contents {
  border-right: 1px solid #F5F5F5;
  padding: 0 40px;
  width: 220px;
}

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

.side-contents-ttl .en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.side-contents-ttl .jp {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.side-area-item {
  padding-top: 20px;
}
.side-area-item option {
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
}
.side-area-item option::before {
  content: "・";
  color: #23B2B2;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

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

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

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 11px;
  left: 0;
}
.side-area-links li + li {
  margin-top: 5px;
}
.side-area-links a {
  display: inline-block;
}
.side-area-links a:hover {
  text-decoration: underline;
}

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }
  .sidebar-layout .tall + .tall {
    margin-top: 50px;
  }
  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }
  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }
  .main-contents {
    width: 100%;
    padding: 0;
  }
  .main-contents .container, .main-contents .breadcrumb ul, .breadcrumb .main-contents ul {
    width: 100%;
    max-width: 100%;
  }
  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }
  .side-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .side-area-item + .side-area-item {
    margin-top: 30px;
  }
}
/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  min-width: 118px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  padding-right: 32px;
}
.btn-more:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 5px;
  background: url(../images/share/btn-arrow-b.svg) center/contain no-repeat;
  width: 14px;
  height: 9px;
  transition: 0.3s;
}
.btn-more:hover {
  opacity: 0.6;
}
.btn-more:hover:before {
  right: -5px;
}
.btn-more.white {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.btn-more.white::before {
  background: url(../images/share/btn-arrow-w.svg) center/contain no-repeat;
}

.btn-icon {
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 80px;
  color: #23B2B2;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  transition: 0.3s;
}
.btn-icon img {
  width: 31px;
  margin-right: 20px;
}
.btn-icon .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.btn-icon .txt .jp {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.btn-icon .txt .en {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.btn-icon:hover {
  opacity: 0.8;
}

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}
.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn-wrap a:not(:last-child) {
  margin-right: 40px;
}
.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {
  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%;
  }
  .btn-more {
    font-size: 16px;
    padding-right: 25px;
    padding-bottom: 5px;
  }
  .btn-more::before {
    top: 11px;
  }
  .btn-wrap a:not(:last-child) {
    margin-right: 20px;
  }
}
/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}
.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.txt-large {
  font-size: 20px;
}

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

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #F5F5F5 60%);
  padding-bottom: 3px;
}
.marker .large {
  font-size: 30px;
}
.marker .small {
  font-size: 20px;
}

.link {
  text-decoration: underline;
  color: #9A76AD;
}
.link:hover {
  text-decoration: none;
}

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

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }
  .marker .large {
    font-size: 24px;
  }
  .marker .small {
    font-size: 18px;
  }
  .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;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .mbXL {
    margin-bottom: 30px !important;
  }
}
/*診療カレンダー*/
:root {
  --event01: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}
.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}
.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}
.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}
.business-calendar-box-wrap .business-calendar-future a::before {
  transform: rotate(180deg);
}
.business-calendar-box-wrap .business-calendar th {
  background: #f1f3f4;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}
.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}
.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}
.business-calendar-box-wrap.col2 {
  grid-template-columns: 1fr;
}
.business-calendar-box-wrap.col2 .business-calendar-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}
.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
}
.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;
}
.list-event li {
  font-size: 15px;
  line-height: 1;
  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);
}
.list-event .event04 {
  color: var(--event04);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .list-event {
    display: block;
  }
  .list-event li + li {
    margin-top: 5px;
  }
}
/*診療時間*/
.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.time-table-head {
  background-color: #23B2B2;
  color: #fff;
}
.time-table-head .item {
  padding: 10px 0;
}
.time-table-body {
  border-top: 1px solid #DFDFDF;
}
.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.time-table-body .item:first-child {
  background-color: #23B2B2;
  color: #fff;
  letter-spacing: 0;
}
.time-table-head, .time-table-body {
  display: grid;
  grid-template-columns: 120px repeat(6, 1fr) 60px;
}
.time-table.large .time-table-head, .time-table.large .time-table-body {
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

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

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }
  .time-table-head .item {
    padding: 5px 0;
  }
  .time-table-body .item {
    padding: 5px 0;
    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(6, 1fr) 50px !important;
  }
  .time-table-txt {
    font-size: 13px;
  }
}
.map {
  position: relative;
  width: 100%;
  height: 500px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  color: #23B2B2;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }
  .tel {
    font-size: 24px;
    padding-left: 25px;
  }
  .tel:before {
    width: 20px;
    height: 25px;
  }
}
/*------------
splide
-------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

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

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0 2px;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

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

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  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__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #5DCCCC;
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 64px;
  width: 64px;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid #F5F5F5;
  border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.splide__arrow--prev::after:hover {
  border: solid #23B2B2;
}

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

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

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

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

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

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

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #333;
  z-index: 1;
}

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

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

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

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  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 #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

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

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media (max-width: 800px) {
  .splide__arrow {
    height: 40px;
    width: 40px;
  }
  .splide__arrow--prev::after,
  .splide__arrow--next::after {
    width: 12px;
    height: 12px;
  }
}/*# sourceMappingURL=style.css.map */
