@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.8em;
}

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;
  appearance: none;
  font-size: inherit;
}

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

::selection {
  background: #d4dcd6;
}

a {
  transition: .5s;
}

a:hover {
  opacity: 0.5;
}

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

:target {
  scroll-margin-top: clamp(53px, calc(120 / 1800 * 100vw), 120px);
}

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

html {
  scroll-behavior: smooth;
}

body,
html {
  height: auto;
}

body {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  font-optical-sizing: auto;
  line-height: 1.8;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.wf-active body{
  font-family: 'Noto Sans JP', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .15em;
}

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

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

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

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

p {
  line-height: 2em;
}


.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
  font-weight: 400;
}

@media (max-width: 800px) {
  .container {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding: 0 5vw;
  }
}

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

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

@media (max-width: 800px) {
  body {
    font-size: 14px;
    line-height: 1.7;
  }

}

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

.header a {
  color: #333333;
  text-decoration: none;
}

.header .h-container {
  max-width: 1800px;
  margin: auto;
}

.header .h-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(10 / 1800 * 100%) calc(40 / 1800 * 100%);
}

.header .h-logo {
  position: relative;
  width: clamp(100px, calc(193 / 1800 * 100vw), 193px);
  height: auto;
  margin: 0;
  z-index: 10;
}

.header .h-logo .h-logo-link {
  display: block;
  height: 100%;
}

.header .h-logo .h-logo-link picture {
  display: block;
}

@media (max-width: 800px) {
  .header {
    position: static !important;
    transform: initial;
  }

  .header .h-container {
    display: grid;
    align-items: center;
    height: 54px;
  }

  .header .h-wrapper {
    padding: 5px 15px;
  }

  .header .h-logo {
    width: 107px;
    margin: 0;
    padding: 0;
  }

  .header .h-logo .h-logo-link {
    display: block;
    height: 100%;
  }
}

/*------------
Gnavi
--------------*/
/*normal*/
.gnavi .pc-navi {
  transition: .5s;
}

.gnavi .fixed-menu {
  display: flex;
  align-items: center;
  position: fixed;
  top: clamp(290px, 50%, 400px);
  right: 0;
  transition: transform 0.5s;
  transform: translate(clamp(400px, calc(500 / 1800 * 100vw), 500px), -50%);
  padding: 0;
  z-index: 10;
}

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

.gnavi .fixed-menu .ttl {
  display: flex;
  align-items: center;
  width: clamp(35px, calc(46 / 1800 * 100vw), 46px);
  writing-mode: vertical-rl;
  font-size: clamp(12px, calc(16 / 1800 * 100vw), 16px);
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: normal;
  color: #FFF;
  padding: calc(30 / 548 * 100%) 0;
  border-radius: 3px 0 0 3px;
  background: #14BAB0;
}

.gnavi .fixed-menu .ttl i {
  margin-bottom: 15px;
}

.gnavi .fixed-menu .inner {
  display: grid;
  place-items: center;
  justify-content: flex-end;
  width: clamp(400px, calc(500 / 1800 * 100vw), 500px);
  min-height: clamp(250px, calc(480 / 1800 * 100vw), 480px);
  padding: calc(23 / 546 * 100%) calc(20 / 546 * 100%);
  color: #333333;
  background: #FFF;
  border: 1px solid #14BAB0;
}

.gnavi .fixed-menu .contact {
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin-bottom: 10px;
}

.gnavi .fixed-menu a.tel {
  display: block;
  width: fit-content;
}

.gnavi .fixed-menu a.tel span {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: clamp(16px, calc(22 / 1800 * 100vw), 22px);
  line-height: calc(38 / 22 * 1em);
  color: #14BAB0;
}

.gnavi .fixed-menu .contact a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 1;
  height: 48px;
  width: 188px;
  padding: 0 20px 1px;
  transition: opacity 0.5s;
  position: relative;
  color: #fff;
  background: #14BAB0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #14BAB0;
}

.gnavi .fixed-menu .contact a.btn i img {
  vertical-align: -6px;
}

.gnavi .fixed-menu .time-table-wrap p {
  font-size: clamp(12px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(22 / 15 * 1em);
}

.gnavi .fixed-menu .time-table-wrap p span {
  display: inline-block;
}

.gnavi .fixed-menu .time-table-wrap p span:nth-of-type(1) {
  margin-right: calc(30 / 458 * 100%);
}

.gnavi .fixed-menu p {
  display: block;
  width: 100%;
  font-size: clamp(11px, calc(14 / 1800 * 100vw), 14px);
  line-height: calc(20.66 / 14 * 1em);
  text-align: left;
}

.gnavi .fixed-menu p.upper {
  margin: calc(19 / 460 * 100%) 0 calc(10 / 460 * 100%);
}

.gnavi .fixed-menu .btn-wrap {
  justify-content: space-between;
  padding: 0 0 0 6px;
}

.gnavi .fixed-menu .btn-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #F2FAFA;
  width: clamp(100px, calc(194 / 1800 * 100vw), 194px);
  height: clamp(40px, calc(71 / 1800 * 100vw), 71px);
  border: 1px solid #F2FAFA;
  border-radius: 5px;
}

.gnavi .fixed-menu .btn-wrap .btn span {
  display: flex;
  place-items: center;
  justify-content: center;
  column-gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(16 / 1800 * 100vw), 16px);
}

.gnavi .fixed-menu .btn-wrap .btn:nth-of-type(1) span img {
  width: calc(19.03 / 194 * 100%);
}

.gnavi .fixed-menu .btn-wrap .btn:nth-of-type(2) span img {
  width: calc(27.88 / 194 * 100%);
}

.gnavi .fixed-menu .btn-wrap.upper {
  flex-wrap: nowrap;
  gap: 14px;
  padding: 0;
}

.gnavi .fixed-menu .btn-wrap.upper .btn:nth-of-type(1) {
  width: clamp(150px, calc(238 / 1800 * 100vw), 238px);
}

.gnavi .fixed-menu .btn-wrap.upper .btn:nth-of-type(1) span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, calc(22 / 1800 * 100vw), 22px);
  font-weight: 600;
}

.gnavi-list {
  display: flex;
  justify-content: flex-end;
}

.gnavi-list>li {
  margin-left: clamp(14px, 1.67vw, 30px);
}

.gnavi-list>li>a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 0.94vw, 17px);
  line-height: calc(25 / 17 * 1em);
  font-weight: bold;
  color: #333333;
}

.gnavi-list a:hover {
  opacity: 1;
  color: #14BAB0;
}

/*dropdown*/
.gnavi-list a[href="#"] {
  cursor: auto;
  pointer-events: none;
}

.gnavi-list .menu-item-has-children {
  position: relative;
  z-index: 0;
  /*///クリックエリア///*/
}

.gnavi-list .menu-item-has-children::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
}

.gnavi-list .menu-item-has-children:hover {
  color: #14BAB0;
}

.gnavi-list .menu-item-has-children>a:hover {
  color: #14BAB0;
}

.gnavi-list .menu-item-has-children.is-open .sub-menu {
  pointer-events: auto;
  opacity: 1;
}

.gnavi-list .menu-item-has-children .sub-menu {
  pointer-events: none;
  background-color: #F2FAFA;
  border: 1px solid #8BD5D0;
  padding: 22px 30px;
  text-align: left;
  position: absolute;
  top: 40px;
  right: 50%;
  width: max-content;
  min-width: 150px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(32.6 / 15 * 1em);
  font-weight: 500;
  color: #333333;
  transform: translateX(50%);
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 5;
}

.gnavi-list .menu-item-has-children .sub-menu li {
  display: flex;
  column-gap: 18.55px;
}

.gnavi-list .menu-item-has-children .sub-menu li a {
  position: relative;
  padding-left: 1.3em;
}

.gnavi-list .menu-item-has-children .sub-menu li a:hover {
  color: #14BAB0;
}

.gnavi-list .menu-item-has-children .sub-menu li a::before {
  content: "";
  width: calc(1px * sqrt(32));
  height: calc(1px * sqrt(32));
  border-top: 1px solid #14BAB0;
  border-right: 1px solid #14BAB0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.gnavi-list .menu-item-has-children .sub-menu li+li {
  margin-top: 5px;
}

.gnavi-list .menu-item-has-children:last-child .sub-menu {
  right: 0;
  transform: translateX(0);
}

@media (max-width: 800px) {
  .gnavi {
    width: auto;
    max-width: calc(100% - 120px);
    height: 100%;
  }

  .gnavi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 90px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }

  .gnavi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .gnavi .sp-navi-contents .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }

  .gnavi .sp-navi-contents .sp-navi-list li {
    border-bottom: 1px solid #d6d6d6;
  }

  .gnavi .sp-navi-contents .sp-navi-list li a {
    color: #1A2F50;
    display: block;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown {
    position: relative;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown a {
    padding: 15px 0;
    width: 85%;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown::before,
  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown::after {
    content: "";
    background-color: #333;
    position: absolute;
    transition: 0.5s;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown .is-on::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown .is-on::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .gnavi .sp-navi-contents .sp-navi-list .child {
    margin-left: 1em;
    margin-bottom: 2.5em;
    list-style-type: "-  ";
  }

  .gnavi .sp-navi-contents .sp-navi-list .child ul li {
    position: relative;
    padding-left: 15px;
  }

  .gnavi .sp-navi-contents .sp-navi-list .child ul li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 13px;
  }

  .gnavi .sp-navi-contents .sp-navi-list .child ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.8;
  }

  .gnavi .fixed-menu {
    display: none;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero-area {
  position: relative;
  width: 100%;
  height: clamp(370px, calc(838 / 1800 * 100vw), 838px);
  margin: auto;
}

.hero-area .hero {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-area .hero .hero-img_001 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-area .hero .hero-img_001 #Top_Hero_Splide,
.hero-area .hero .hero-img_001 .splide__track {
  height: 100%;
}

.hero-area .hero .hero-img_001 .hero-img {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.hero-area .hero-catch {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1800px;
  z-index: 1;
}

.hero-area .hero-catch .l-ttl {
  position: relative;
  width: fit-content;
  margin: 0 0 calc(70 / 1800 * 100%) calc(90 / 1800 * 100%);
  padding: calc(30 /1800 * 100%) calc(50 / 1800 * 100%) calc(90 / 1800 * 100%);
  font-size: clamp(20px, calc(46 / 1800 * 100vw), 46px);
  line-height: calc(69 / 46 * 1em);
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
}

.hero-area .hero-catch .l-ttl span.t-h2-en {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  white-space: nowrap;
}

@media (max-width: 800px) {
  .hero-area {
    height: auto;
  }

  .hero-area .hero {
    min-height: 100%;
  }

  .hero-area .hero .hero-img_001 {
    display: block;
    position: relative;
    height: auto;
  }

  .hero-area .hero-catch .l-ttl {
    margin: 0 0 calc(20 / 400 * 100%) calc(30 / 400 * 100%);
    padding: calc(15 /400 * 100%) calc(20 / 400 * 100%) calc(44 / 400 * 100%);
    font-size: 26px;
  }

  .hero-area .l-img.deco {
    transform: translate(-50%, -53%);
    width: calc(370 / 400 * 100%);
    height: clamp(100px, calc(274.8 / 400 * 100vw), 274.8px);
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.top-main {
  background: #FFF;
}

.t-h2 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, calc(24 /1800 * 100vw), 24px);
  font-weight: bold;
  line-height: calc(36 / 24 * 1em);
  color: #333333;
  letter-spacing: .05em;
  z-index: 1;
}

.t-h2-en {
  display: block;
  font-family: "Corinthia", cursive;
  font-size: clamp(50px, calc(90 / 1800 * 100vw), 90px);
  font-weight: bold;
  line-height: 1em;
  color: #14BAB0;
}

.sub-ttl-en {
  display: block;
  font-family: "Corinthia", cursive;
  font-size: clamp(13px, calc(30 / 1800 * 100vw), 30px);
  font-weight: bold;
  line-height: 1em;
  color: #14BAB0;
}

.sub-ttl-jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, calc(20 / 1800 * 100vw), 20px);
  font-weight: 600;
  line-height: calc(30 / 20 * 1em);
  color: #333333;
}

.t-h3 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, calc(20 /1800 * 100vw), 20px);
  line-height: calc(29 / 20 * 1em);
  color: #14BAB0;
}

@media (max-width: 800px) {
  .top-main {
    padding-left: 0;
  }

  .t-h2 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .t-h2-en {
    font-size: 44px;
  }

  .t-h3 {
    font-size: 16px;
  }

  .sec03 .t-h3 {
    font-size: 17px;
  }

  .sec05 .t-h3 {
    font-size: 17px;
  }

  .sub-ttl-en {
    font-size: 20px;
    line-height: 1em;
  }

  .sub-ttl-jp {
    font-size: 13px;
    line-height: calc(30 / 13 * 1em);
  }
}

/*------------
Block
--------------*/
/*------------
sec01
--------------*/
.sec01 {
  position: relative;
}

.sec01 .container {
  position: relative;
  max-width: 1024px;
}

.sec01 .wrapper {
  display: grid;
  grid-template-columns: repeat(2, calc(490 / 1024 * 100%));
  justify-content: space-between;
  padding: calc(60 / 1024 * 100%) 0 0;
}

.sec01 .wrapper .ttl-wrap {
  position: relative;
  border-bottom: 1px solid #8BD5D0;
}

.sec01 .wrapper .ttl-wrap .l-ttl {
  display: block;
  width: fit-content;
  padding-bottom: 10px;
}

.sec01 .wrapper .ttl-wrap .l-ttl .t-h2 {
  font-size: clamp(13px, calc(28 /1800 * 100vw), 28px);
  line-height: calc(35 / 28 * 1em);
}

.sec01 .wrapper .news-wrap {
  position: relative;
}

.sec01 .wrapper .news-wrap .l-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  margin-bottom: calc(10 / 490 * 100%);
}

.sec01 .wrapper .news-wrap .l-btn .btn-more {
  width: 100%;
}

.sec01 .wrapper .news-wrap .list-top-news li {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #D0D0D0;
  font-size: clamp(12px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(20 / 15 * 1em);
}

.sec01 .wrapper .news-wrap .list-top-news li time {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(14 / 1800 * 100vw), 14px);
  font-weight: 500;
  line-height: calc(20 / 14 * 1em);
  color: #888888;
}

.sec01 .wrapper .news-wrap .list-top-news li a {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sec01 .time-table-wrap .ttl-wrap {
  margin-bottom: calc(6 / 490 * 100%);
}

@media (max-width: 800px) {

  .sec01 .wrapper {
    grid-template-columns: 100%;
    gap: 50px;
    padding: 50px 0 50px;
  }

  .sec01 .wrapper .ttl-wrap .l-ttl .t-h2 {
    font-size: 20px;
    line-height: 1em;
  }

  .sec01 .wrapper .news-wrap .list-top-news li {
    gap: 8px;
    font-size: 13px;
    line-height: 1em;
  }

  .sec01 .wrapper .news-wrap .list-top-news li time {
    font-size: 12px;
    line-height: 1em;
  }
}

/*------------
sec02
--------------*/
.sec02 .container {
  max-width: 1024px;
}

.sec02 .container .wrapper {
  padding: calc(100 / 1024 * 100%) 0 0;
}

.sec02 .container .ttl-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto calc(50 / 1024 * 100%);
}

.sec02 .container .ttl-wrap .l-ttl {
  width: 100%;
  text-align: center;
}

.sec02 .container .ttl-wrap .l-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  margin-left: calc(13.5 / 780 * 100%);
}

.sec02 .container .ttl-wrap .l-img img:nth-of-type(1) {
  width: calc(43.06 / 780 * 100%);
  height: auto;
}

.sec02 .container .ttl-wrap .l-img img:nth-of-type(2) {
  width: calc(80.28 / 780 * 100%);
  height: auto;
}

.sec02 .container .wrap {
  display: grid;
  grid-template-columns: 50% 50%;
}

.sec02 .container .wrap .l-img {
  justify-self: flex-end;
  max-width: calc(850 / 1800 * 100vw);
  margin-left: calc(338 / 512 * -100%);
}

.sec02 .container .wrap .l-img img {
  min-height: 100%;
  object-fit: cover;
}

.sec02 .container .wrap .l-desc {
  height: min-content;
  padding: calc(70 / 512 * 100%) 0 calc(70 / 512 * 100%) calc(70 / 512 * 100%);
}

.sec02 .container .wrap .l-desc p {
  font-size: clamp(12px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
}

.sec02 .container .wrap .l-desc ul.sec02-list {
  display: grid;
  margin: calc(40 / 442 * 100%) 0;
}

.sec02 .container .wrap .l-desc ul.sec02-list li {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #14BAB0;
}

.sec02 .container .wrap .l-desc ul.sec02-list li+li {
  margin-top: calc(23 / 442 * 100%);
}

.sec02 .container .wrap .l-desc ul.sec02-list li .list-ttl {
  min-width: calc(70 / 442 * 100%);
  font-family: "Corinthia", cursive;
  font-weight: bold;
  color: #888888;
  padding: 1px 0 10px;
}

.sec02 .container .wrap .l-desc ul.sec02-list li .list-ttl span {
  display: block;
}

.sec02 .container .wrap .l-desc ul.sec02-list li .list-ttl span:nth-of-type(1) {
  font-size: clamp(10px, calc(20 / 1800 * 100vw), 20px);
  line-height: calc(19 / 20 * 1em);
}

.sec02 .container .wrap .l-desc ul.sec02-list li .list-ttl span:nth-of-type(2) {
  font-size: clamp(26px, calc(60 / 1800 * 100vw), 60px);
  line-height: calc(30 / 60 * 1em);
}

.sec02 .container .wrap .l-desc ul.sec02-list li .list-desc {
  font-size: clamp(14px, calc(20 / 1800 * 100vw), 20px);
  line-height: calc(38 / 20 * 1em);
  font-weight: bold;
  padding: 0 0 calc(7 / 442 * 100%) calc(20 / 442 * 100%);
}

.sec02 .container .wrap .l-desc ul.sec02-list li .list-desc span {
  font-size: clamp(18px, calc(26 / 1800 * 100vw), 26px);
  line-height: calc(38 / 26 * 1em);
  color: #14BAB0;
}

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

  .sec02 .container .ttl-wrap {
    margin: 0 auto 30px;
  }

  .sec02 .container .wrap {
    grid-template-columns: 100%;
    gap: 30px;
  }

  .sec02 .container .wrap .l-img {
    max-width: none;
    margin-left: 0;
  }

  .sec02 .container .wrap .l-desc {
    padding: 0;
  }

  .sec02 .container .wrap .l-desc p {
    font-size: 13px;
  }

  .sec02 .container .wrap .l-desc ul.sec02-list {
    margin: 30px 0;
  }

  .sec02 .container .wrap .l-desc ul.sec02-list li+li {
    margin-top: 10px;
  }

  .sec02 .container .wrap .l-desc ul.sec02-list li .list-ttl {
    min-width: 50px;
  }

  .sec02 .container .wrap .l-desc ul.sec02-list li .list-ttl span:nth-of-type(1) {
    font-size: 13px;
  }

  .sec02 .container .wrap .l-desc ul.sec02-list li .list-ttl span:nth-of-type(2) {
    font-size: 45px;
  }

  .sec02 .container .wrap .l-desc ul.sec02-list li .list-desc {
    font-size: 16px;
    padding: 0 0 7px 20px;
  }

  .sec02 .container .wrap .l-desc ul.sec02-list li .list-desc span {
    font-size: 20px;
  }
}

/*------------
sec03
--------------*/
.sec03 .container {
  position: relative;
  max-width: 1700px;
  z-index: 0;
}

.sec03 .container figure.deco {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: calc(170 / 1700 * 100%);
}

.sec03 .container figure.deco::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: #F2FAFA;
  z-index: -1;
}

.sec03 .container .wrapper {
  position: relative;
  width: 95%;
  max-width: 1024px;
  padding: calc(120 / 1700 * 100%) 0 calc(100 / 1700 * 100%);
  margin: auto;
}

.sec03 .container .ttl-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto calc(50 / 1024 * 100%);
}

.sec03 .container ul.sec03-list {
  display: grid;
}

.sec03 .container ul.sec03-list:nth-of-type(1) {
  grid-template-columns: repeat(3, calc(320 / 1024 * 100%));
  justify-content: space-between;
  margin: 0 auto calc(32 / 1024 * 100%);
}

.sec03 .container ul.sec03-list:nth-of-type(2) {
  grid-template-columns: repeat(2, calc(320 / 1024 * 100%));
  justify-content: center;
  margin: 0 auto calc(60 / 1024 * 100%);
}

.sec03 .container ul.sec03-list:nth-of-type(2) li {
  margin: 0 calc(16 / 320 * 100%);
}

.sec03 .container ul.sec03-list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: calc(10 / 320 * 100%);
  border: 1px solid #14BAB0;
  background: #FFF;
}

.sec03 .container ul.sec03-list li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
}

.sec03 .container ul.sec03-list li a .l-img {
  width: 100%;
}

.sec03 .container ul.sec03-list li a .l-img img {
  width: 100%;
}

.sec03 .container ul.sec03-list li a .t-h3 {
  text-align: center;
  padding: calc(20 / 298 * 100%) 0 calc(4 / 298 * 100%);
  margin-bottom: calc(20 / 298 * 100%);
  border-bottom: 1px solid #8BD5D0;
}

.sec03 .container ul.sec03-list li a ul.desc-list {
  padding-bottom: calc(20 / 298 * 100%);
}

.sec03 .container ul.sec03-list li a ul.desc-list li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  font-size: clamp(12px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
  padding: 0;
  margin: 0;
  border: none;
}

.sec03 .container ul.sec03-list li a ul.desc-list li img {
  width: calc(18 / 298 * 100%);
  object-fit: cover;
}

.sec03 .container ul.sec03-list li a ul.desc-list li span span {
  display: inline-block;
}

.sec03 .container ul.sec03-list li a .l-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(10 / 298 * 100%);
  line-height: 0;
  aspect-ratio: 1/1;
}

.sec03 .container .l-wrap {
  padding: calc(40 / 1024 * 100%) calc(50 / 1024 * 100%) calc(50 / 1024 * 100%);
  border: 1px solid #14BAB0;
  background: #FFF;
}

.sec03 .container .l-wrap .l-ttl {
  padding-bottom: calc(10 / 924 * 100%);
  border-bottom: 1px solid #14BAB0;
}

.sec03 .container .l-wrap .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(30 / 924 * 100%);
}

.sec03 .container .l-wrap .desc p {
  font-size: clamp(12px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
}

.sec03 .container .wrapper .sec05-inner {
  margin: auto;
  padding: calc(10 / 1024 * 100%);
  background: url(../images/sec03-06.jpg) no-repeat top center/cover;
}

.sec03 .container .l-wrap {
  padding: calc(40 / 1024 * 100%) calc(50 / 1024 * 100%) calc(50 / 1024 * 100%);
  border: 1px solid #14BAB0;
  background: #FFF;
}

.sec03 .container .l-wrap .l-ttl {
  padding-bottom: calc(10 / 924 * 100%);
  border-bottom: 1px solid #14BAB0;
}

.sec03 .container .l-wrap .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(30 / 924 * 100%);
}

.sec03 .container .l-wrap .desc p {
  font-size: clamp(12px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
}

.sec03 .container .wrapper .l-desc {
  position: relative;
  padding: calc(50 / 1024 * 100%);
  border: 1px solid #8BD5D0;
}

.sec03 .container .wrapper .l-desc .t-h3 {
  font-size: clamp(18px, calc(24 /1800 * 100vw), 24px);
  line-height: calc(36 / 24 * 1em);
  font-weight: bold;
  color: #333333;
  margin-bottom: calc(30 / 924 * 100%);
}

.sec03 .container .wrapper .l-desc p {
  font-size: clamp(12px, calc(15 /1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
}

.sec03 .container .wrapper .l-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(10 / 924 * 100%);
  aspect-ratio: 1/1;
  line-height: 0;
  margin: 0 calc(10 / 924 * 100%) calc(10 / 924 * 100%) 0;
}

@media (max-width: 800px) {
  .sec03 .container {
    width: 95%;
  }

  .sec03 .container figure.deco {
    padding-top: 70px;
  }

  .sec03 .container .wrapper {
    width: 90%;
    padding: 50px 0 80px;
  }

  .sec03 .container .ttl-wrap {
    margin: 0 auto 30px;
  }

  .sec03 .container ul.sec03-list:nth-of-type(1) {
    grid-template-columns: 100%;
    row-gap: 30px;
    margin: 0 auto 30px;
  }

  .sec03 .container ul.sec03-list:nth-of-type(2) {
    grid-template-columns: 100%;
    row-gap: 30px;
    margin: 0 auto 50px;
  }

  .sec03 .container ul.sec03-list:nth-of-type(2) li {
    margin: 0;
  }

  .sec03 .container ul.sec03-list li {
    gap: 0;
  }

  .sec03 .container .l-wrap {
    padding: 20px;
  }

  .sec03 .container .l-wrap .desc {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .sec03 .container .wrapper {
    padding: 80px 0 30px;
  }

  .sec03 .container .wrapper .sec05-inner {
    width: 100%;
    padding: 15px;
  }

  .sec03 .container .wrapper .l-desc {
    padding: 20px 20px 30px;
  }

  .sec03 .container .wrapper .l-desc .t-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec03 .container .wrapper .l-desc p {
    font-size: 13px;
  }

  .sec03 .container .wrapper .l-icon {
    width: 10px;
    margin: 0 10px 10px 0;
  }
}

/*------------
sec04
--------------*/
.sec04 .container {
  max-width: 1024px;
  margin: auto;
}

.sec04 .container .wrapper {
  position: relative;
  padding: calc(120 / 1024 * 100%) 0 calc(100 / 1024 * 100%);
}

.sec04 .container .wrapper .ttl-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto calc(50 / 1024 * 100%);
}

.sec04 .container .wrapper ul.sec04-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(8px, calc(20 / 1800 * 100vw), 20px);
  margin-bottom: calc(40 / 1024 * 100%);
}

.sec04 .container .wrapper ul.sec04-list li {
  width: calc(240 / 1024 * 100%);
  aspect-ratio: 240 / 100;
  background: #F2FAFA;
  border: 1px solid #14BAB0;
}

.sec04 .container .wrapper ul.sec04-list li a {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.sec04 .container .wrapper ul.sec04-list li span {
  font-size: clamp(12px, calc(18 / 1800 * 100vw), 18px);
  font-weight: bold;
  line-height: calc(27 / 18 * 1em);
}

.sec04 .container .wrapper ul.sec04-list li .l-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(10 / 298 * 100%);
  aspect-ratio: 1/1;
  line-height: 0;
  margin: 0 calc(10 / 240 * 100%) calc(10 / 240 * 100%) 0;
}

.sec04 .container .wrapper .btn-wrap {
  width: 100%;
}

.sec04 .container .wrapper .btn-wrap .btn-more {
  margin: auto;
}

@media (max-width: 800px) {
  .sec04 .container .wrapper {
    padding: 50px 0 80px;
  }

  .sec04 .container .wrapper .ttl-wrap {
    margin: 0 auto 30px;
  }

  .sec04 .container .wrapper ul.sec04-list {
    row-gap: 5vw;
    margin-bottom: 40px;
  }

  .sec04 .container .wrapper ul.sec04-list li {
    width: calc(50% - 2.5vw);
  }
}

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

.sec05 .container {
  max-width: 1700px;
}

.sec05 .container .wrapper {
  width: 100%;
  padding: calc(90 / 1700 * 100%) 0 calc(100 / 1700 * 100%);
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}


.sec05.lazyloaded .container .wrapper {
  background: url(../images/sec05-01.jpg) no-repeat top center/cover;
}

.sec05 .container .wrapper .sec05-inner {
  width: 95%;
  max-width: 1024px;
  margin: auto;
}

.sec05 .container .wrapper .ttl-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto calc(50 / 1024 * 100%);
}

.sec05 .container .wrapper ul.sec05-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(17px, calc(40 / 1800 * 100vw), 40px);
  margin-bottom: calc(40 / 1024 * 100%);
}

.sec05 .container .wrapper ul.sec05-list li {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: min-content;
  width: calc(490 / 1024 * 100%);
  padding: calc(40 / 1024 * 100%);
  background: #FFF;
}

.sec05 .container .wrapper ul.sec05-list li .t-h3 {
  font-size: clamp(18px, calc(24 / 1800 * 100vw), 24px);
  line-height: calc(36 / 24 * 1em);
  text-align: center;
  padding-bottom: calc(9 / 490 * 100%);
  border-bottom: 1px solid #8BD5D0;
}

.sec05 .container .wrapper ul.sec05-list li p {
  font-size: clamp(12px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
  margin: calc(29 / 490 * 100%) 0;
}

.sec05 .container .wrapper ul.sec05-list li .btn-more {
  justify-self: center;
  align-self: flex-end;
}

.sec05 .container .wrapper .btn-wrap {
  width: 100%;
}

.sec05 .container .wrapper .btn-wrap .btn-more {
  margin: auto;
}

@media (max-width: 800px) {
  .sec05 .container {
    width: 95%;
  }

  .sec05 .container .wrapper {
    padding: 50px 0 80px;
  }

  .sec05 .container .wrapper .ttl-wrap {
    margin: 0 auto 30px;
  }

  .sec05 .container .wrapper ul.sec05-list {
    row-gap: 25px;
    margin-bottom: 40px;
  }

  .sec05 .container .wrapper ul.sec05-list li {
    width: 100%;
    padding: 20px;
  }
}

/*------------
sec06
--------------*/
.sec06 .container {
  max-width: 1024px;
}

.sec06 .container .wrapper {
  position: relative;
  padding: calc(100 / 1024 * 100%) 0 0;
}

.sec06 .container .wrapper .sec05-inner {
  width: clamp(700px, calc(1024 / 1800 * 100vw), 1024px);
  margin: auto;
  padding: calc(10 / 1024 * 100%);
  background: url(../images/sec06-01.jpg) no-repeat top center/cover;
}

.sec06 .container .wrapper .l-desc {
  position: relative;
  padding: calc(50 / 1024 * 100%);
  border: 1px solid #8BD5D0;
}

.sec06 .container .wrapper .l-desc .t-h3 {
  font-size: clamp(18px, calc(24 /1800 * 100vw), 24px);
  line-height: calc(36 / 24 * 1em);
  font-weight: bold;
  color: #333333;
  margin-bottom: calc(30 / 924 * 100%);
}

.sec06 .container .wrapper .l-desc p {
  font-size: clamp(12px, calc(15 /1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
}

.sec06 .container .wrapper .l-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(10 / 924 * 100%);
  aspect-ratio: 1/1;
  line-height: 0;
  margin: 0 calc(10 / 924 * 100%) calc(10 / 924 * 100%) 0;
}

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

  .sec06 .container .wrapper {
    padding: 80px 0 30px;
  }

  .sec06 .container .wrapper .sec05-inner {
    width: 100%;
    padding: 15px;
  }

  .sec06 .container .wrapper .l-desc {
    padding: 20px 20px 30px;
  }

  .sec06 .container .wrapper .l-desc .t-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec06 .container .wrapper .l-desc p {
    font-size: 13px;
  }

  .sec06 .container .wrapper .l-icon {
    width: 10px;
    margin: 0 10px 10px 0;
  }
}

/*------------
sec07
--------------*/
.sec07 .container {
  max-width: 1200px;
}

.sec07 .container .wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: calc(120 / 1200 * 100%) 0 0;
}

.sec07 .container .wrapper .l-img {
  max-width: calc(var(--s100vw) * 0.475);
  margin-right: calc(250 / 600 * -100%);
}

.sec07 .container .wrapper .l-img img {
  min-height: 100%;
  object-fit: cover;
}

.sec07 .container .wrapper .l-desc {
  order: -1;
  padding: calc(108 / 600 * 100%) calc(70 / 600 * 100%) calc(108 / 600 * 100%) 0;
}

.sec07 .container .wrapper .l-desc .t-h3 {
  margin: calc(50 / 600 * 100%) 0 calc(20 / 600 * 100%);
  padding-bottom: calc(9 / 600 * 100%);
  border-bottom: 1px solid #8BD5D0;
}

.sec07 .container .wrapper .l-desc p {
  font-size: clamp(12px, calc(15 /1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
  margin-bottom: calc(30 / 600 * 100%);
}

@media (max-width: 800px) {
  .sec07 .container .wrapper {
    display: grid;
    grid-template-columns: 100%;
    padding: 50px 0;
  }

  .sec07 .container .wrapper .l-img {
    max-width: 100%;
    margin-right: 0;
  }

  .sec07 .container .wrapper .l-desc {
    order: 0;
    padding: 25px 0;
  }
}

/*------------
sec08
--------------*/
.sec08 .container {
  max-width: 1024px;
}

.sec08 .container .wrapper {
  padding: calc(100 / 1024 * 100%) 0;
}

.sec08 .container .wrapper .sec08-inner {
  width: clamp(700px, calc(1024 / 1800 * 100vw), 1024px);
  margin: auto;
  border: 4px solid #AFE3E0;
}

.sec08 .container .wrapper .sec08-inner a {
  display: grid;
  grid-template-columns: 50% 50%;
}

.sec08 .container .wrapper .l-img {
  width: 100%;
}

.sec08 .container .wrapper .l-img img {
  min-height: 100%;
  object-fit: cover;
}

.sec08 .container .wrapper .l-desc {
  position: relative;
  padding: calc(67 / 508 * 100%) calc(43 / 508 * 100%) calc(86 / 508 * 100%) calc(60 / 508 * 100%);
}

.sec08 .container .wrapper .l-desc .t-h3 {
  margin: calc(50 / 508 * 100%) 0 calc(20 / 508 * 100%);
}

.sec08 .container .wrapper .l-desc p {
  font-size: clamp(12px, calc(15 /1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
  margin-top: calc(30 / 508 * 100%);
}

.sec08 .container .wrapper .l-desc .l-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(10 / 508 * 100%);
  aspect-ratio: 1/1;
  line-height: 0;
  margin: 0 calc(10 / 508 * 100%) calc(10 / 508 * 100%) 0;
}

@media (max-width: 800px) {
  .sec08 .container .wrapper {
    padding: 30px 0 80px;
  }

  .sec08 .container .wrapper .sec08-inner {
    width: 100%;
  }

  .sec08 .container .wrapper .sec08-inner a {
    grid-template-columns: 100%;
  }

  .sec08 .container .wrapper .l-desc {
    order: 0;
    padding: 25px 25px 35px;
  }
}

/*------------
sec09
--------------*/
.sec09 .container {
  max-width: 1700px;
}

.sec09.lazyloaded .container {
  background: url(../images/sec09-01.jpg) no-repeat top right/cover;
}


.sec09 .container .wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 95%;
  max-width: 1024px;
  margin: auto;
  padding: calc(50 / 1700 * 100%) 0;
}

.sec09 .container .wrapper .l-desc {
  padding: calc(40 / 512 * 100%) calc(50 / 512 * 100%) calc(50 / 512 * 100%);
  background: rgba(255, 255, 255, 0.85);
}

.sec09 .container .wrapper .l-desc p {
  font-size: clamp(12px, calc(15 /1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
  margin: calc(30 / 512 * 100%) 0;
}

@media (max-width: 800px) {
  .sec09 .container {
    width: 95%;
  }

  .sec09 .container .wrapper {
    display: grid;
    grid-template-columns: 100%;
    padding: 50px 0;
  }

  .sec09 .container .wrapper .l-img {
    max-width: 100%;
    margin-right: 0;
  }

  .sec09 .container .wrapper .l-desc {
    order: 0;
    padding: 35px;
  }

  .sec09 .container .wrapper .l-desc p {
    margin: 15px 0 20px;
  }
}

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

.sec10 .container {
  position: relative;
  max-width: 1024px;
}

.sec10 .wrapper {
  padding: calc(100 / 1024 * 100%) 0 0;
}

.sec10 .wrapper .ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding-bottom: calc(10 / 1024 * 100%);
  margin-bottom: calc(30 / 1024 * 100%);
  border-bottom: 1px solid #8BD5D0;
}

.sec10 .wrapper .ttl-wrap .l-ttl {
  display: block;
  width: fit-content;
}

.sec10 .wrapper .ttl-wrap .l-ttl .t-h2 {
  font-size: clamp(18px, calc(28 /1800 * 100vw), 28px);
  line-height: calc(41 / 28 * 1em);
}

.sec10 .wrapper .list-top-blog {
  display: grid;
  grid-template-columns: repeat(4, calc(240 / 1024 * 100%));
  justify-content: space-between;
}

.sec10 .wrapper .list-top-blog li a .single-img {
  position: relative;
  width: 100%;
  aspect-ratio: 240 /160;
  margin-bottom: calc(10 / 240 * 100%);
  overflow: hidden;
}

.sec10 .wrapper .list-top-blog li a .single-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.sec10 .wrapper .list-top-blog li a time {
  font-size: clamp(11px, calc(14 / 1800 * 100vw), 14px);
  line-height: calc(20 / 14 * 1em);
  color: #888888;
}

.sec10 .wrapper .list-top-blog li a h3 {
  display: block;
  width: 100%;
  font-size: clamp(13px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(22 / 15 * 1em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: calc(5 / 240 * 100%) 0 calc(9 / 240 * 100%);
}

.sec10 .wrapper .list-top-blog li a .cat {
  display: inline-block;
  font-size: clamp(10px, calc(12 / 1800 * 100vw), 12px);
  line-height: calc(18 / 12 * 1em);
  color: #14BAB0;
  padding: 2px 10px;
  border: 1px solid #8BD5D0;
}

@media (max-width: 800px) {
  .sec10 .container .wrapper {
    padding: 80px 0 30px;
  }

  .sec10 .container .wrapper .ttl-wrap {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .sec10 .container .wrapper .ttl-wrap .l-btn {
    width: 50%;
  }

  .sec10 .container .wrapper .list-top-blog {
    grid-template-columns: repeat(2, calc(50% - 2.5vw));
    row-gap: 5vw;
  }

  .sec10 .container .wrapper .list-top-blog li a .single-img {
    margin-bottom: 5px;
  }

  .sec10 .container .wrapper .list-top-blog li a time {
    font-size: 12px;
  }

  .sec10 .container .wrapper .list-top-blog li a h3 {
    font-size: 13px;
    margin: 5px 0 10px;
  }
}

/*------------
sec11
--------------*/
.sec11 .container {
  max-width: 1200px;
}

.sec11 .container .wrapper {
  display: flex;
  justify-content: space-between;
  padding: calc(100 / 1200 * 100%) 0;
}

.sec11 .container .wrapper .l-img {
  width: auto;
  height: clamp(213px, calc(480 / 1800 * 100vw), 480px);
  margin-right: calc(60 / 600 * -100%);
}

.sec11 .container .wrapper .l-img img {
  min-height: 100%;
  object-fit: cover;
}

.sec11 .container .wrapper .l-desc {
  position: relative;
  width: 50%;
  padding: calc(50 / 1200 * 100%) calc(60 / 1200 * 100%) calc(60 / 1200 * 100%) calc(50 / 1200 * 100%);
  background: #F2FAFA;
  margin-top: calc(90 / 1200 * 100%);
  border: 1px solid #8BD5D0;
}

.sec11 .container .wrapper .l-desc .t-h3 {
  margin: calc(30 / 488 * 100%) 0 calc(20 / 488 * 100%);
  padding-bottom: calc(9 / 488 * 100%);
  border-bottom: 1px solid #8BD5D0;
}

.sec11 .container .wrapper .l-desc p {
  font-size: clamp(12px, calc(15 /1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
  margin-bottom: calc(30 / 488 * 100%);
}

.sec11 .container .wrapper .l-desc .l-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(10 / 488 * 100%);
  aspect-ratio: 1/1;
  line-height: 0;
  margin: 0 calc(10 / 488 * 100%) calc(10 / 488 * 100%) 0;
}

@media (max-width: 800px) {
  .sec11 .container {
    width: 95%;
  }

  .sec11 .container .wrapper {
    flex-wrap: wrap;
    padding: 50px 0 80px;
  }

  .sec11 .container .wrapper .l-img {
    width: 100%;
    aspect-ratio: 660 / 480;
    height: auto;
    margin-right: 0;
  }

  .sec11 .container .wrapper .l-desc {
    width: 95%;
    margin: auto;
    padding: 25px;
    margin-top: -30px;
  }

  .sec11 .container .wrapper .l-desc .t-h3 {
    margin: 20px 0 15px;
    padding-bottom: 5px;
  }

  .sec11 .container .wrapper .l-desc p {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

/*****
下層ページ
******/
/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.u-contents {
  color: #111;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans;
}

.page-ttl {
  background: url("../images/under/u-bg-page-ttl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  margin: auto;
}

.page-ttl .container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.page-ttl h1 {
  text-align: center;
}

.page-ttl h1 .page-ttl-main {
  font-size: clamp(27px, 2.555vw, 46px);
  background: #fff;
  padding: 20px;
  line-height: 1;
}

.page-ttl h1 .page-ttl-sub {
  font-size: 1em;
  display: none;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb ol {
  font-size: 0.8rem;
  padding: 5px 5vw;
  color: #333;
}

.breadcrumb ol li {
  display: inline;
}

.breadcrumb ol li+li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

.u-contents p+p {
  margin-top: clamp(30px, 2.77777vw, 50px);
}

@media (max-width: 800px) {
  .page-ttl {
    padding: 0 40px 0;
    height: 180px;
  }

  .page-ttl .container {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding: 0 5vw;
  }
}

/*-------
下層見出し
---------*/
h1,
.page-ttl-main,
.u-h2,
h2,
.u-h3,
h3,
.u-h4,
h4,
.u-h5,
h5 {
  font-weight: bold;
  font-family: "Noto Sans JP" !important;
  letter-spacing: 0.075em !important;
}

h1 span,
.page-ttl-main span,
.u-h2 span,
h2 span,
.u-h3 span,
h3 span,
.u-h4 span,
h4 span,
.u-h5 span,
h5 span {
  letter-spacing: 0.025em;
}

.u-h2,
.postdata h2 {
  font-size: clamp(28px, 1.77777vw, 32px);
  text-align: center;
  padding: 0 0 clamp(20px, 1.66666vw, 30px);
  margin: 0 0 clamp(30px, 2.77777vw, 50px);
  position: relative;
  line-height: 1.5;
}

.u-h2::after,
.postdata h2::after {
  content: "";
  background: #14BAB0;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.short .u-h2 {
  margin-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #14BAB0;
}

.u-h2.ico-q {
  margin-top: 80px;
}

.u-h2.ico-q::before {
  height: 40px;
  width: 40px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/share/icon_question.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}

.u-h2.ico-a::before {
  height: 40px;
  width: 40px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/share/icon_alert.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}

.u-h3,
.postdata h3 {
  font-size: clamp(20px, 1.33333vw, 24px);
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  color: #111;
  border-bottom: 1px solid #14BAB0;
}

.postdata h3 {
  margin-bottom: 25px;
}

.u-h4,
.postdata h4 {
  color: #14BAB0;
  font-size: clamp(18px, 1.212vw, 20px);
  margin: 0 0 15px;
  position: relative;
  display: block;
  line-height: 1.4em;
}

.u-h5,
.postdata h5 {
  color: #14BAB0;
  font-size: 15px;
  margin-bottom: 15px;
}

.num-ttl {
  border-bottom: 2px solid #eee;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.num-ttl .num {
  background: #655144;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}

.num-ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #14BAB0;
  position: absolute;
  top: 0;
  right: -7px;
}

.u-catch {
  font-size: clamp(28px, 1.7777vw, 32px);
  text-align: center;
  margin-bottom: clamp(15px, 1.6666vw, 30px);
  position: relative;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

.u-catch .en {
  display: block;
  color: #14BAB0;
  font-weight: bold;
  font-size: 35px;
}

.u-sankaku {
  text-align: center;
}

.u-sankaku .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 90px solid #14bab0;
  border-bottom: 0;
  position: relative;
  margin: auto;
}

.u-sankaku .ttl {
  font-size: clamp(20px, 1.333vw, 24px);
  font-weight: bold;
  position: relative;
  margin-top: -40px;
}

.u-marker {
  margin-bottom: 30px;
}

.u-marker span {
  background: linear-gradient(transparent 70%, #EDB62C80 30%);
  font-size: clamp(24px, 1.66666vw, 30px);
  font-family: "Noto Sans JP";
  font-weight: bold;
  display: inline-block;
}

.txt-green {
  color: #14BAB0;
}

@media (max-width: 800px) {
  .u-h2 {
    margin-bottom: 30px;
  }

  .u-h3,
  .postdata h3 {
    margin-bottom: 20px;
  }

  .num-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .num-ttl .num {
    display: table;
    font-size: 10px;
    padding: 0 10px;
    margin-bottom: 8px;
  }

  .num-ttl .num::after {
    display: none;
  }

  .u-txt-center-left {
    text-align: left;
  }

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

  .u-name .job {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .u-name .jp {
    display: block;
    font-size: 25px;
    margin: 0 0 10px;
  }

  .u-name .en {
    font-size: 14px;
  }
}

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

.short {
  position: relative;
  z-index: 1;
}

.short+.short {
  margin-top: clamp(50px, 2.77777vw, 50px);
}

.tall {
  padding: clamp(50px, 2.77777vw, 50px) 0;
  position: relative;
  background: #ffffff;
}

.tall.bg-gray {
  background: #F1FAF6 !important;
}

.tall:nth-child(2n) {
  background: #fff;
}

.hidden {
  overflow: hidden;
}

.col1,
.col2,
.col3,
.col4 {
  display: grid;
}

.col1.gap20,
.col2.gap20,
.col3.gap20,
.col4.gap20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.col1.gap30,
.col2.gap30,
.col3.gap30,
.col4.gap30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.col1 .l-img img,
.col2 .l-img img,
.col3 .l-img img,
.col4 .l-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

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

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

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

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

@media (max-width: 800px) {

  .col1,
  .col2,
  .col3,
  .col4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .col1.gap30,
  .col2.gap30,
  .col3.gap30,
  .col4.gap30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.list-disc.bg-color {
  padding: 2.5%;
  background: #14BAB0;
  color: #fff;
}

.list-disc.bg-color li::before {
  background: #fff;
}

.list-disc li {
  position: relative;
  padding-left: 15px;
}

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

.list-disc.blue li:before {
  background: #14BAB0;
}

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

.list-check li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 3px solid #14BAB0;
  border-bottom: 3px solid #14BAB0;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

.list-check.bg-w-block li {
  padding: 1% 5% 1% 12%;
  background: #fff;
  border-radius: 4px;
}

.list-check.bg-w-block li::before {
  margin-left: 5%;
  top: 12x;
}

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

.list-num02>li {
  padding-left: 30px;
  position: relative;
}

.list-num02>li:before {
  background-color: #14BAB0;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

.list-num02>li+li {
  margin-top: 5px;
}

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

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

.list-num>li:before {
  color: #14BAB0;
  counter-increment: number;
  content: counter(number);
  font-size: 16px;
  font-weight: bold;
  font-family: "Corinthia", cursive;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

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

.list-disc,
.list-check,
.list-num {
  grid-row-gap: 10px;
  display: grid;
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  grid-gap: 10px 30px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  grid-gap: 10px 30px;
}

.list-price>li+li {
  margin-top: 20px;
}

.list-price .list-intro {
  border-bottom: 1px dotted #c4cfc9;
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 5px;
}

.list-price .list-desc {
  color: #747474;
  font-size: 13px;
  margin-top: 5px;
}

@media (max-width: 800px) {

  .list-disc.col2,
  .list-check.col2,
  .list-num.col2 {
    grid-gap: 5px;
  }

  .list-disc.col3,
  .list-check.col3,
  .list-num.col3 {
    grid-gap: 5px;
  }

  .list-price>li+li {
    margin-top: 15px;
  }

  .list-price .list-intro {
    font-size: 16px;
  }

  .item>ul {
    margin-bottom: 10px;
  }

  .item+.item>ul {
    margin-bottom: 0px;
  }

  ul+ul {
    margin-top: 10px;
  }
}

.u-dl-style {
  display: grid;
  grid-template-columns: 85px 1fr;
  grid-gap: 30px;
}

.u-dl-style dt {
  color: #fff;
  background: #14BAB0;
  font-size: 44px;
  font-family: "Corinthia", cursive;
  font-weight: bold;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dl-style dd {
  font-size: 18px;
  line-height: 1.5;
  height: 52px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.u-dl-style02>dt {
  border-bottom: 1px dashed #ccc;
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.u-dl-style02>dd+dt {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .u-dl-style02>dt {
    font-size: 17px;
  }

  .u-dl-style02 dd+dt {
    margin-top: 15px;
  }

  .u-dl-style {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    justify-content: center;
  }

  .u-dl-style dd {
    height: auto;
    margin-top: 15px;
  }

  .u-dl-style dd+dt {
    margin-top: 25px;
  }
}

/*よくある数字のタイトル*/
.u-num-ttl {
  font-family: "Noto Sans JP";
  font-size: 20px;
  padding: 0 0 10px 50px;
  margin: 0 0 20px;
  position: relative;
  border-bottom: 1px solid #14BAB0;
}

.u-num-ttl i {
  background: #14BAB0;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 31px;
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Corinthia", cursive;
  font-weight: bold;
}

/*よくあるiconのタイトル*/
.u-icon-ttl {
  font-family: "Noto Sans JP";
  font-size: 20px;
  padding: 0 0 10px 50px;
  margin: 0 0 20px;
  position: relative;
  border-bottom: 1px solid #14BAB0;
}

.u-icon-ttl i {
  background: #14BAB0;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  top: 2px;
  left: 0;
  position: absolute;
}

.u-icon-ttl i img {
  height: 20px;
  width: auto;
}

/*基本レイアウト*/
.u-merit-demerit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4%;
}

.u-merit-demerit .item {
  background: #fff;
  border: 1px solid #14BAB0;
  border-top: 11px solid #14BAB0;
  padding: 8%;
}

.u-merit-demerit .item .en {
  color: #14BAB0;
}

.u-merit-demerit .item:nth-of-type(2) {
  border-color: #14BAB0;
}

.u-merit-demerit .item:nth-of-type(2) .en {
  color: #14BAB0;
}

.u-merit-demerit .item-ttl {
  margin-bottom: 20px;
  font-family: "Noto Sans JP";
}

.u-merit-demerit .item-ttl .en {
  font-size: 25px;
  margin-right: 25px;
  font-weight: bold;
}

.u-merit-demerit .item-ttl .jp {
  font-size: 14px;
}

@media (max-width: 800px) {
  .u-merit-demerit {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .u-merit-demerit .item {
    padding: 7% 5%;
  }

  .u-merit-demerit .item-ttl {
    margin-bottom: 15px;
  }
}

.u-l-style {
  display: flex;
  align-items: flex-start;
}

.u-l-style .l-img {
  position: relative;
  width: 40%;
  z-index: 1;
  aspect-ratio: 4/3;
  background: #f5f5f5;
}

.u-l-style .l-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.u-l-style .l-desc {
  background: #fff;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
}

.u-l-style .num {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

.u-l-style .l-ttl {
  font-size: 24px;
  margin-bottom: 15px;
}

.u-l-style .l-sub-ttl {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.u-l-style .l-sub-ttl::before {
  content: "";
  background: #4B7C52;
  width: 30px;
  height: 2px;
  margin-right: 25px;
}

.u-l-style.reverse {
  flex-direction: row-reverse;
}

.u-l-style.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

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

.l-imgR .l-img img,
.l-imgL .l-img img {
  width: 100%;
  object-fit: cover;
}

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

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

.l-imgR {
  flex-direction: row-reverse;
}

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

.l-imgR .l-img .shadow {
  box-shadow: -2px 0px 5px 5px #ECF7E1;
}

.fl-wrap {
  display: flow-root;
}

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

.fl-imgR .shadow,
.fl-imgL .shadow {
  box-shadow: -2px 0px 5px 5px #ECF7E1;
}

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

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

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

.l-col2,
.l-col3 {
  display: grid;
}

.l-col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
}

.l-col2.v-center {
  align-items: center;
}

.l-col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3%;
}

.u-l-style01 {
  display: flex;
  position: relative;
  z-index: 0;
}

.u-l-style01 .category {
  display: inline-block;
  background-color: #14BAB0;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}

.u-l-style01 .l-img {
  width: 56.64%;
  margin: 0 7.5% 0 -10%;
  aspect-ratio: 3/2;
}

.u-l-style01 .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-l-style01 .l-desc {
  flex: 1;
  position: relative;
}

.u-l-style01 .num {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(16px, 1.953125vw, 20px);
  line-height: 1;
  margin-bottom: 15px;
  color: #AAC728;
}

.u-l-style01 .l-ttl {
  font-size: clamp(20px, 2.539vw, 26px);
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.u-l-style01 .point-txt+.l-ttl {
  margin-top: 3vw;
}

.u-l-style01 .l-sub-ttl {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  margin-bottom: 30px;
}

.u-l-style01 .l-sub-ttl::before {
  content: "";
  background: #AAC728;
  width: 30px;
  height: 2px;
  margin-right: 25px;
}

.u-l-style01.reverse {
  flex-direction: row-reverse;
}

.u-l-style01.reverse .l-img {
  margin: 0 -10% 0 7.5%;
  aspect-ratio: 3/2;
}

.u-l-style01.reverse .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-l-style02 {
  display: flex;
  align-items: flex-start;
}

.u-l-style02 .l-img {
  position: relative;
  width: 40%;
  z-index: 1;
}

.u-l-style02 .l-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.u-l-style02 .l-desc {
  background: #F7F7F7;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
}

.u-l-style02 .num {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  color: #14BAB0;
  font-family: "Corinthia", cursive;
}

.u-l-style02 .num span {
  font-size: 40px;
}

.u-l-style02 .l-ttl {
  font-size: 24px;
  margin-bottom: 15px;
}

.u-l-style02 .l-sub-ttl {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}

.u-l-style02 .l-sub-ttl::before {
  content: "";
  background: #14BAB0;
  width: 30px;
  height: 2px;
  margin-right: 25px;
}

.u-l-style02.reverse {
  flex-direction: row-reverse;
}

.u-l-style02.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

  .u-l-style01 {
    display: block;
  }

  .u-l-style01 .l-img {
    width: 100%;
    margin: 0 0 25px;
  }

  .u-l-style01 .num {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .u-l-style01 .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .u-l-style01 .l-sub-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .u-l-style01.reverse .l-img {
    margin: 0 0 25px;
  }

  .u-l-style02 {
    display: block;
  }

  .u-l-style02 .l-img {
    width: 100vw;
    margin: 0 -5vw;
  }

  .u-l-style02 .l-desc {
    padding: 7%;
    margin: -50px 0 0;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .u-l-style02 .num {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .u-l-style02 .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .u-l-style02 .l-sub-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .u-l-style02.reverse .l-desc {
    padding: 7%;
    margin: -50px 0 0;
    width: 100%;
  }

  .u-l-style02.reverse .l-img {
    margin: 0 -10% 0;
    width: 120%;
  }
}

/*-------
下層ボタン
--------*/
.u-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.u-btn-more {
  /**base*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 1;
  min-height: 39px;
  min-width: 150px;
  padding: 0 20px 1px;
  transition: opacity 0.5s;
  /*custom*/
  position: relative;
  width: 280px;
  height: 48px;
  color: #14BAB0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #14BAB0;
}

.u-btn-more::before {
  content: url(../images/share/icon_btn.svg);
  display: block;
  position: absolute;
  right: 15px;
  width: 15px;
  height: 10px;
}

.u-btn-more:hover {
  opacity: .8;
}

.u-btn-more.Large {
  width: 100%;
  max-width: 360px;
}

@media (max-width: 800px) {
  .u-btn-more {
    width: 100%;
    font-size: 14px;
  }
}

/*テーブル*/
.u-table-style {
  position: relative;
  z-index: 1;
}

.u-table-style a,
.u-table-style a:link,
.u-table-style a:visited {
  color: #9A76AD;
  text-decoration: underline;
}

.u-table-style a:hover,
.u-table-style a:focus {
  text-decoration: none;
}

.u-table-style th,
.u-table-style td {
  padding: 15px;
  vertical-align: middle;
}

.u-table-style th {
  background-color: #14BAB0;
  font-weight: normal;
  color: #fff;
  border: 1px solid #ccc;
}

.u-table-style th.bg01 {
  background: #F2FAFA;
  color: #111;
}

.u-table-style td {
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
}

.u-table-style.center td {
  text-align: center;
}

.u-table-style.th-td-center th,
.u-table-style.th-td-center td {
  text-align: center;
}

.table-scroll-txt,
.bland-scroll-txt {
  display: none;
}


@media (max-width: 800px) {
  .u-table-style.sp-layout-table {
    display: block;
    width: 100%;
  }

  .u-table-style.sp-layout-table tbody,
  .u-table-style.sp-layout-table tr,
  .u-table-style.sp-layout-table th,
  .u-table-style.sp-layout-table td {
    display: block;
    width: 100%;
  }

  .u-table-style.sp-layout-table th {
    border: 1px solid #ccc;
  }

  .u-table-style.sp-layout-table td {
    border: 1px solid #E2E2E2;
  }

  .u-table-style th,
  .u-table-style td {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .table-scroll-txt,
  .bland-scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .table-scroll-txt::before,
  .bland-scroll::before {
    content: "";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }

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

  .table-scroll>img {
    width: 750px;
    max-width: none;
  }

  .table-scroll::-webkit-scrollbar,
  .bland-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track,
  .bland-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb,
  .bland-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 250%;
  }

  .bland-scroll img {
    max-width: 1000px;
  }

  .u-table-style.l-fixed th:first-child {
    position: sticky;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    width: 100px !important;
  }

}

/*---カスタム投稿サイドナビ--*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

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

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

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.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: 7px;
  left: 0;
}

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

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

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

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

/*---カスタム投稿テーブル--*/
.l-table a {
  text-decoration: underline;
}

.l-table a:hover {
  text-decoration: none;
}

.l-table th,
.l-table td {
  padding: 15px;
  vertical-align: middle;
}

.l-table th {
  background-color: #4B4E52;
  font-weight: normal;
  color: #fff;
  border: 1px solid #ccc;
}

.l-table th.bg01 {
  background: #E8EAED;
  color: #333;
}

.l-table td {
  background-color: #ffffff;
  border: 1px solid #ccc;
}

.l-table.center td {
  text-align: center;
}

/*------------
よくある質問・アコーディオン
--------------*/
.u-faq-style dt,
.u-faq-style dd {
  background-color: #fff;
}

.u-faq-style dt {
  cursor: pointer;
  padding: 20px 90px 20px 50px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.u-faq-style dd {
  display: none;
  position: relative;
  padding: 20px 70px 30px 50px;
}

.u-faq-style dd+dt {
  margin-top: 15px;
}

.u-faq-style .faq-ico {
  color: #fff;
  background: #14BAB0;
  font-size: 23px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 100vw;
  text-align: center;
  line-height: 30px;
}

.u-faq-style .faq-ico-a {
  color: #fff;
  background: #14BAB0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 36px;
  height: 36px;
  font-size: 23px;
  border-radius: 100vw;
  text-align: center;
  line-height: 30px;
}

.u-faq-style .faq-ttl {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: bold;
}

.u-faq-style .faq-open-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 15px;
}

.u-faq-style .faq-open-ico::before,
.u-faq-style .faq-open-ico::after {
  content: "";
  display: block;
  background: #14BAB0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.u-faq-style .faq-open-ico::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}

.u-faq-style .faq-open-ico::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}

.u-faq-style .is-open .faq-open-ico::after {
  transform: rotate(0) translateX(-50%);
}

.accordion-style {
  background-color: #14BAB0;
}

.accordion-style .accordion-btn {
  cursor: pointer;
  padding: 20px 90px 20px 30px;
  position: relative;
}

.accordion-style .accordion-desc {
  display: none;
  padding: 30px 30px;
  background: #fff;
}

.accordion-style .accordion-ttl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.accordion-style .accordion-open-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 15px;
}

.accordion-style .accordion-open-ico::before,
.accordion-style .accordion-open-ico::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.accordion-style .accordion-open-ico::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}

.accordion-style .accordion-open-ico::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform .5s;
}

.accordion-style .is-open .accordion-open-ico::after {
  transform: rotate(0) translateX(-50%);
}

.accordion-style+.accordion-style {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .u-faq-style .faq-open-ico {
    right: 0;
  }

  .u-faq-style .faq-ico-a {
    left: 0;
  }

  .u-faq-style dt {
    padding-right: 50px;
  }

  .u-faq-style dt .txt {
    font-size: 15px;
    line-height: 1.5;
  }

  .u-faq-style dt::after {
    top: 2px;
  }

  .u-faq-style dd {
    display: none;
  }

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

  .u-faq-style dd+dt {
    margin-top: 15px;
  }

  .u-faq-style .ico {
    font-size: 17px;
    width: 30px;
    height: 30px;
    margin: 0 13px 0 0;
  }
}

/*map,video,tab,faq,accordion*/
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

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

video {
  width: 100%;
}

.google-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}

[data-tab-content] {
  display: none;
}

[data-tab-content].is-active {
  display: block;
}

.tab-list {
  border-bottom: 1px solid #333;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tab-nav-item {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #AAC728;
  border-radius: 50px;
  color: #AAC728;
  font-size: 14px;
  padding: 0 20px;
  transition: all 0.2s ease;
  background: #fff;
}

.tab-nav-item:hover {
  background-color: #AAC728;
  color: #fff;
}

.tab-nav-item.is-active {
  background: #AAC728;
  color: #FFF;
}

.tab-content.is-active {
  animation: tabFadeIn 0.7s ease 0s 1 normal;
}

@keyframes tabFadeIn {
  % {
    opacity: 0;
    transform: translateY(15px);
  }

  % {
    opacity: 1;
  }
}

@media (max-width: 800px) {
  .google-map iframe {
    height: 300px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*お知らせ*/
.list-under-news {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px;
  font-family: "Noto Sans JP";
  font-weight: 700;
}

.list-under-news a {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
}

.list-under-news a:hover .ttl {
  text-decoration: underline;
}

.list-under-news time {
  display: inline-block;
  color: #888;
  margin-right: 25px;
}

.list-under-news .category {
  display: inline-block;
  background-color: #14BAB0;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 15px;
  line-height: 28px;
}

.list-under-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/*通常投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}

.list-post-type01 li {
  display: flex;
  flex-wrap: wrap;
}

.list-post-type01 li+li {
  margin-top: 50px;
}

.list-post-type01 .list-ttl {
  flex-basis: 100%;
  border-bottom: 1px solid #ccc;
  font-size: clamp(20px, 1.575vw, 26px);
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
  word-break: break-all;
}

.list-post-type01 .list-ttl {
  border-bottom: 1px solid #333;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.list-post-type01 .list-ttl a,
.list-post-type01 .u-h3 a {
  transition: 0.5s;
}

.list-post-type01 .list-ttl a:hover,
.list-post-type01 .u-h3 a:hover {
  opacity: 0.5;
}

.list-post-type01 .u-h3 {
  flex-basis: 100%;
}

.list-post-type01 .list-img {
  margin: 0 30px 0 0;
  width: 250px;
}

.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.list-post-type01 .list-img a:hover {
  opacity: 0.5;
}

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

.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 5px;
}

.list-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}

.list-post-type01 .category-area {
  background: #14BAB0;
  display: inline-block;
  line-height: 1;
}

.list-post-type01 .category {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 0;
  padding: 5px 8px;
}

.list-post-type01 .category+.category {
  padding-left: 0;
}

.list-post-type01 .category+.category::before {
  content: "/";
  margin-right: 8px;
}

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

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

@media (max-width: 800px) {

  /*通常投稿*/
  .list-post-type01 {
    margin: 0 0 50px;
  }

  .list-post-type01 li+li {
    margin-top: 20px;
  }

  .list-post-type01 .list-ttl {
    font-size: 18px;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }

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

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

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

  .list-post-type01 time {
    font-size: 12px;
    margin: 0 15px 0 0;
  }

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

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

  .list-post-type01 .list-btn a {
    font-size: 12px;
    text-align: center;
    padding: 10px 15px;
    min-width: 150px;
    width: auto;
  }

  .list-post-type01 .list-btn a::after {
    content: "";
    background-size: contain;
    background-image: url("../images/share/icn-btn-arrow.png");
  }
}

/*普通投稿 詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}

.l-post-single .l-ttl {
  font-size: 30px;
  margin: 0 0 35px;
}

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

.l-post-single .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.l-post-single .post-data .category-area {
  background: #14BAB0;
  display: inline-block;
  line-height: 1;
}

.l-post-single .post-data .category {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 0;
  padding: 5px 8px;
}

.l-post-single .post-data .category+.category {
  padding-left: 0;
}

.l-post-single .post-data .category+.category::before {
  content: "/";
  margin-right: 8px;
}

.l-post-single .post-data .single-img {
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.l-post-single .post-data .single-img img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
}

/*--------------------------------------------------------
個人情報保護方針
-----------------------------------------------------------*/
.category-ttl {
  margin-bottom: 15px;
}

/*ブログスタイル*/
.list-under-blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.list-under-blog .list-img {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  overflow: hidden;
}

.list-under-blog .list-img img {
  object-fit: cover;
  width: 100%;
  height: 165px;
  transition: transform 0.5s;
}

.list-under-blog time {
  color: #aaa;
  display: block;
  font-size: 12px;
}

.list-under-blog .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-under-blog .category {
  display: inline-block;
  background-color: #14BAB0;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}

.list-under-blog a {
  display: block;
  height: 100%;
}

.list-under-blog a:hover .list-img img {
  transform: scale(1.1);
}

.list-under-post {
  border-top: 1px solid #e8ecf0;
  margin-bottom: 50px;
}

.list-under-post>li {
  border-bottom: 1px solid #f5f5f5;
}

.list-under-post a {
  display: flex;
  transition: background-color 0.3s, padding 0.3s;
  padding: 15px 35px 15px 0;
  position: relative;
}

.list-under-post a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(50%) rotate(45deg);
}

.list-under-post a:hover .list-ttl {
  text-decoration: underline;
}

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

.list-under-post .list-img img {
  object-fit: cover;
  width: 100%;
  height: 105px;
}

.list-under-post .list-desc {
  flex: 1;
  font-size: 0.9rem;
}

.list-under-post time {
  display: block;
  color: #ADADAD;
  font-size: 0.8rem;
}

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

.list-under-post .category {
  display: inline-block;
  background-color: #14BAB0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 10px;
}

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

/*詳細ページ*/
.single-post-layout {
  border-bottom: 1px solid #FFB750;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto 50px;
}

.single-post-layout .l-ttl {
  border-bottom: 1px solid #FFB750;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.single-post-layout .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-post-layout .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 12px;
  margin-right: 20px;
}

.single-post-layout .post-data .category {
  background: #14BAB0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

.single-post-layout .post-data p,
.single-post-layout .post-data ul,
.single-post-layout .post-data ol {
  margin-bottom: 15px;
}

.single-post-layout .post-data a {
  text-decoration: underline;
}

.single-post-layout .post-data a:hover {
  text-decoration: none;
}

.single-post-layout .post-data strong {
  font-weight: bold;
}

.single-post-layout .post-data em {
  font-style: italic;
}

.single-post-layout .post-data ul li {
  list-style: inside disc;
}

.single-post-layout .post-data ul li>ul {
  margin: 0 0 0 15px;
}

.single-post-layout .post-data ol li {
  list-style: inside decimal;
}

.single-post-layout .post-data ol li>ol {
  margin: 0 0 0 15px;
}

/*症例紹介*/
.case-layout,
.l-post-case {
  background-color: #f5f5f5;
  padding: 6%;
}

.case-layout+.l-post-case,
.l-post-case+.l-post-case {
  margin-top: 50px;
}

.case-layout time,
.l-post-case time {
  color: #aaa;
  display: block;
  font-size: 12px;
  margin-right: 15px;
}

.case-layout .category-area,
.l-post-case .category-area {
  background: #14BAB0;
  display: inline-block;
  line-height: 1;
}

.case-layout .category,
.l-post-case .category {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 0;
  padding: 5px 8px;
}

.case-layout .category+.category,
.l-post-case .category+.category {
  padding-left: 0;
}

.case-layout .category+.category::before,
.l-post-case .category+.category::before {
  content: "/";
  margin-right: 8px;
}

.case-layout .l-ttl,
.l-post-case .l-ttl {
  font-size: 24px;
  margin-bottom: 30px;
}

.case-layout .post-data,
.l-post-case .post-data {
  display: flex;
  margin-bottom: 20px;
}

.case-layout .before-after,
.l-post-case .before-after {
  margin-bottom: 30px;
}

.case-layout .l-table,
.l-post-case .l-table {
  background-color: #fff;
  border: 1px solid #eee;
}

.case-layout .l-table th,
.case-layout .l-table td,
.l-post-case .l-table th,
.l-post-case .l-table td {
  border: 1px solid #eee;
  line-height: 1.5;
  font-size: 15px;
  padding: 15px;
}

.case-layout .l-table th,
.l-post-case .l-table th {
  background-color: #14BAB0;
  color: #fff;
  vertical-align: top;
  text-align: left;
  width: 25%;
}

.case-layout .l-btn,
.l-post-case .l-btn {
  text-align: center;
  margin-top: 50px;
}

.case-layout .l-btn .u-btn-more,
.l-post-case .l-btn .u-btn-more {
  width: 100%;
  height: 50px;
  border-radius: 100vw;
}

.case-layout .l-item,
.l-post-case .l-item {
  margin-top: 50px;
}

.case-layout .item-ttl,
.l-post-case .item-ttl {
  border-bottom: 1px solid #333;
  font-size: 18px;
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 25px;
}

.case-layout .item-ttl::after,
.l-post-case .item-ttl::after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.case-layout+.case-layout,
.l-post-case+.case-layout {
  margin-top: 50px;
}

.before-after {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.before-after .item {
  text-align: center;
  width: 42%;
  position: relative;
}

.before-after .item+.item::before {
  content: "";
  border-style: solid;
  border-width: 13.5px 0 13.5px 14px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  left: -85px;
  top: calc(50% - 20px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.before-after figure img {
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.before-after p {
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
}

.list-case-details>li {
  display: flex;
  flex-direction: row-reverse;
}

.list-case-details>li+li {
  border-top: 1px dashed #c8c8c8;
  margin-top: 30px;
  padding-top: 30px;
}

.list-case-details .list-img {
  width: 35%;
  margin-left: 30px;
}

.list-case-details .list-desc {
  flex: 1;
}

.list-case-details .list-ttl {
  font-size: 17px;
}

@media (max-width: 800px) {

  /*症例紹介*/
  .case-layout .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .case-layout .post-data {
    display: flex;
    margin-bottom: 20px;
  }

  .case-layout .before-after {
    margin-bottom: 30px;
  }

  .case-layout .l-table th,
  .case-layout .l-table td {
    display: block;
    padding: 10px;
    font-size: 14px;
  }

  .case-layout .l-table th {
    width: 100%;
  }

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

  .case-layout .l-item {
    margin-top: 30px;
  }

  .case-layout .item-ttl {
    border-bottom: 1px solid #333;
    font-size: 18px;
    position: relative;
    padding: 0 0 12px;
    margin: 0 0 25px;
  }

  .case-layout .item-ttl::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
  }

  .case-layout+.case-layout {
    margin-top: 30px;
  }

  .before-after {
    display: block;
  }

  .before-after .item {
    width: 100%;
  }

  .before-after .item+.item {
    margin-top: 50px;
  }

  .before-after .item+.item::before {
    left: 50%;
    top: -35px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }

  .before-after figure img {
    max-height: 100%;
  }

  .list-case-details>li {
    display: block;
  }

  .list-case-details .list-img {
    width: 100%;
    margin: 0 0 25px;
  }
}

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  align-items: center;
  margin: 0 0 80px;
}

.select-area .select-item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-size: 16px;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: url(../images/share/ico_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*ページャー*/
.post-number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.post-number span,
.post-number a {
  display: inline-block;
  color: #333;
  background-color: #f5f5f5;
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.3s;
  padding: 0 20px;
}

.post-number>*+* {
  margin-left: 10px;
}

.post-number a:hover {
  background: #14BAB099;
  color: #fff;
}

.post-number .current {
  background: #14BAB0;
  color: #fff;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}

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

.post-number-single .all {
  background: #14BAB0;
  border: 1px solid #14BAB0;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}

.post-number-single .all:hover {
  background: #14BAB099;
  color: #fff;
}

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

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

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: #66666699;
}

.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  border-color: #fff;
}

.post-number-single .prev::before {
  transform: rotate(-135deg);
  left: 13px;
  border-left: 1px solid #14BAB0;
}

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

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

.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

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

.dl-privacy a {
  text-decoration: underline !important;
  color: #9A76AD !important;
}

.dl-privacy a:hover {
  text-decoration: none;
}

.list-privacy a {
  text-decoration: underline !important;
  color: #9A76AD !important;
}

.list-privacy a:hover {
  text-decoration: none;
}

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

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

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

/*診療カレンダー*/
.business-calendar-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  background: #FFF;
  overflow: hidden;
}

.business-calendar-box+a {
  text-decoration: underline;
  color: #14BAB0;
}

.business-calendar-box>div {
  width: 100%;
  background: #FFF;
}

.business-calendar-box .business-calendar {
  text-align: center;
  border-top: 0 !important;
  border-left: 0 !important;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  background: #FFF;
}

.business-calendar-box .business-calendar caption {
  position: relative;
  height: 40px;
  font-size: 18px;
  color: #111;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
}

.business-calendar-box .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}

.business-calendar-box .business-calendar thead {
  position: relative;
  height: 40px;
  font-size: 16px;
  color: #FFF;
  background: #14BAB0;
}

.business-calendar-box .business-calendar tbody {
  font-weight: bold;
  font-size: 13px;
}

.business-calendar-box .business-calendar-past a,
.business-calendar-box .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 .business-calendar-past a::before,
.business-calendar-box .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #14BAB0 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

.business-calendar-box .business-calendar-future a::before {
  transform: rotate(180deg);
}

.business-calendar-box .business-calendar th {
  background: #14BAB0;
  border: 0px solid #dfdfdf;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box .business-calendar tr {
  height: 50px;
  border-bottom: 1px solid #DBE2D0;
}

.business-calendar-box .business-calendar td {
  background: #FFFFFF;
  background-clip: padding-box;
  border: 0px solid #dfdfdf;
  position: relative;
  padding: 8px;
  z-index: 0;
}

.business-calendar-box .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 .business-calendar .today {
  text-decoration: underline;
}

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

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

.business-calendar-box .business-calendar .attr0::before {
  background: #14BAB0;
}

.business-calendar-box .business-calendar .attr1::before {
  background: #9A76AD;
}

.business-calendar-box .business-calendar .attr2::before {
  background: #D9831F;
}

.business-calendar-box .business-calendar .attr3::before {
  background: #B193C1;
}

.business-calendar-attribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0px;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.business-calendar-attribute li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: max-content;
  padding: 9px 0 3.5px;
  color: #000;
  line-height: 1em;
  list-style: none;
}

.business-calendar-attribute li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.business-calendar-attribute li.attr0 {
  color: #000;
  background: none;
}

.business-calendar-attribute li.attr0::before {
  background: #14BAB0;
}

.business-calendar-attribute li.attr1 {
  color: #000;
  background: none;
}

.business-calendar-attribute li.attr1::before {
  background: #9A76AD;
}

.business-calendar-attribute li.attr2 {
  color: #000;
  background: none;
}

.business-calendar-attribute li.attr2::before {
  background: #00396f;
}

.business-calendar-attribute li.attr3 {
  color: #000;
  background: none;
}

.business-calendar-attribute li.attr3::before {
  background: #B193C1;
}

.business-calendar-attribute .cal-append-txt a {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .business-calendar-box {
    display: block;
    margin: 0;
    padding: 0;
  }

  .business-calendar-box>div {
    width: 100%;
    padding: 15px;
  }

  .business-calendar-box>div+div {
    margin-top: 15px;
  }

  .business-calendar-box .business-calendar caption {
    font-size: 16px;
  }

  .business-calendar-box .business-calendar thead {
    font-size: 13px;
  }

  .business-calendar-box .business-calendar tbody {
    font-size: 13px;
  }

  .list-event {
    display: block;
  }

  .list-event li+li {
    margin-top: 5px;
  }

  .business-calendar-attribute {
    font-size: 12px;
    padding: 0 15px 15px;
    margin: 0;
  }
}

.under-slider01 .splide {
  margin: 0 auto;
}

.under-slider01 .splide__track {
  overflow: visible;
}

.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: .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-slider02 {
  background: #ccc;
}

.under-slider02 .item-img {
  position: relative;
  text-align: center;
}

.under-slider02 .item-img img {
  margin: auto;
  aspect-ratio: 10/7;
  object-fit: cover;
}

.under-slider02 .splide .splide__arrows {
  position: absolute !important;
  top: 45%;
  transform: translateY(0%);
  width: 100%;
  max-width: 1024px;
  height: 50px;
  display: grid;
  grid-template-columns: 50px 50px;
  gap: 10px;
  justify-content: space-between;
  z-index: 1;
}

.under-slider02 .splide .splide__arrow {
  background: none !important;
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  width: 20px;
  height: 20px;
  transition: 0.5s;
  z-index: 10;
}

.under-slider02 .splide .splide__arrow:hover {
  opacity: .5;
}

.under-slider02 .splide .splide__arrow.splide__arrow--next {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}

.under-slider02 .splide .splide__arrow.splide__arrow--prev {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 25px;
  transform: rotate(-45deg) translateY(-50%);
}

.under-slider02 .splide .splide__arrow--prev svg {
  transform: rotate(180deg);
}

.under-slider02 .splide__pagination {
  gap: 10px;
  bottom: -30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.under-slider02 .splide__pagination li button {
  width: 10px;
  height: 10px;
  border-radius: 100vw;
  background: #ccc;
  opacity: .5;
}

.under-slider02 .splide__pagination li button.is-active {
  background: #14BAB0;
  opacity: 1;
}

@media (max-width: 800px) {
  .under-slider01 .item-desc {
    margin-top: 15px;
  }

  .under-slider01 .item-ttl {
    font-size: 18px;
    margin-bottom: 0;
  }

  .under-slider02 .item-img {
    position: relative;
    text-align: center;
  }

  .under-slider02 .item-img img {
    margin: auto;
    aspect-ratio: 10/7;
    object-fit: cover;
  }
}

/*下層カスタムレイアウト*/
/*--------
パーツ03
----------*/
.u-box-style {
  padding: 5%;
  position: relative;
  background: #F2FAFA;
}

.u-box-style.pt0 {
  padding-top: 0;
}

.u-box-style>.u-box-style {
  padding: 15px;
}

.u-box-style.bg-wh {
  background: #fff;
}

.u-box-style.border {
  border: 1px solid #14BAB0;
  background: #fff;
}

.u-box-style.border-top {
  border-top: 5px solid #14BAB0;
  background: #F2FAFA;
}

.u-box-style .box-ttl {
  font-size: clamp(18px, 1.2777777778vw, 23px);
  margin: 0 0 1em;
  position: relative;
  line-height: 1.25;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #333;
}

.u-box-style .box-ttl .en {
  font-size: 2.5em;
  display: block;
  color: #ffF;
  font-weight: 500;
}

.u-box-style02 {
  background: #F2FAFA;
  padding: 40px;
}

.u-box-style02 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .u-box-style .u-btn-more {
    width: 100%;
    margin-bottom: 20px;
  }

  .u-box-style02 {
    padding: 30px;
  }
}

/*------------
スタッフページ パーツ04
--------------*/
.u-staff-layout {
  display: flex;
  flex-direction: row-reverse;
}

.u-staff-layout .l-img {
  width: 45%;
  margin-left: 65px;
}

.u-staff-layout .l-img img {
  width: 100%;
  object-fit: cover;
}

.u-staff-layout .l-desc {
  margin-top: 20px;
  width: 55%;
}

.u-staff-layout .job {
  font-size: 18px;
  margin-bottom: 5px;
  color: #14BAB0;
  font-weight: bold;
}

.u-staff-layout .name {
  border-bottom: 1px solid #D0D0D0;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 30px;
  font-weight: bold;
}

.u-staff-layout .jp {
  font-size: 30px;
  margin-right: 25px;
}

.u-staff-layout .en {
  color: #14BAB0;
  font-size: 18px;
  letter-spacing: normal;
}

.staff-ttl {
  border-bottom: 1px solid #D0D0D0;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 20px;
}

.u-staff-profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.u-staff-profile .item {
  background: #F2FAFA;
  padding: 35px;
  width: 48.43%;
}

.u-staff-profile .item-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #14BAB0;
}

.dl-career {
  border-top: 1px dotted #c0c0c0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.7;
}

.dl-career dt {
  border-bottom: 1px dotted #c0c0c0;
  padding: 10px 0;
  width: 25%;
}

.dl-career dd {
  border-bottom: 1px dotted #c0c0c0;
  padding: 10px 0;
  width: 75%;
}

.w800 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

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

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

  .u-staff-layout .l-img img {
    width: 80%;
  }

  .u-staff-layout .l-desc {
    margin: 0;
    width: 100%;
  }

  .u-staff-layout .job {
    font-size: 14px;
    margin-bottom: 10px;
  }

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

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

  .u-staff-layout .en {
    font-size: 14px;
  }

  .col2 .u-staff-layout .l-img {
    margin-left: 0px;
  }

  .u-staff-profile {
    display: block;
  }

  .u-staff-profile .item {
    padding: 25px;
    width: 100%;
  }

  .u-staff-profile .item+.item {
    margin-top: 30px;
  }

  .dl-career {
    font-size: 13px;
  }
}

/*電話番号問い合わせ*/
.u-tel-layout {
  background: #E7F7F6;
  border: #14BAB0 1px solid;
  padding: 25px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}

.u-tel-layout .ttl {
  color: #14BAB0;
  font-weight: bold;
  font-size: 20px;
}

.u-tel-layout .l-tel {
  display: block;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #14BAB0;
  font-family: "Noto Sans JP";
}

.u-tel-layout .l-tel i {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: -4px;
  width: 23px;
}

.u-tel-layout .time {
  text-align: left;
  overflow: hidden;
  margin-left: 30px;
  width: 50%;
}

.u-tel-layout .time dt {
  float: left;
}

.u-tel-layout .time dd {
  padding-left: 80px;
  line-height: 1.25;
}

.u-tel-layout .time dd span {
  font-size: .75em;
  display: inline-block;
}

@media (max-width: 800px) {
  .u-tel-layout {
    padding: 15px;
  }

  .u-tel-layout .ttl {
    display: block;
  }

  .u-tel-layout .wrapper li+li {
    margin: 10px 0 0;
  }

  .u-tel-layout .l-tel {
    font-size: 25px;
    font-weight: bold;
  }

  .u-tel-layout .l-tel i {
    vertical-align: -3px;
    width: 20px;
  }

  .u-tel-layout .time {
    width: 100%;
    margin-left: 0;
  }
}

/**流れ**/
.u-list-flow {
  border: 1px solid #D0D0D0;
  background: #fff;
  padding: 50px;
}

.u-list-flow .tel {
  display: block;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #14BAB0;
  font-family: "Noto Sans JP";
}

.u-list-flow .tel i {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: -4px;
  width: 20px;
}

.u-list-flow>li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

.u-list-flow>li+li {
  border-top: 1px solid #14BAB0;
  padding-top: 50px;
  margin-top: 50px;
}

.u-list-flow>li+li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 2px solid #14BAB0;
  border-right: 2px solid #14BAB0;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.u-list-flow>li+li::after {
  content: "";
  background: #fff;
  width: 75px;
  height: 22px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.u-list-flow .list-img {
  width: 40%;
  margin: 0 0 0 50px;
}

.u-list-flow .list-desc {
  flex: 1;
}

.u-list-flow .list-ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: "Noto Sans JP";
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 35px;
}

.u-list-flow .num {
  background: #14BAB0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  padding: 0 5px 0 8px;
  margin: 0 25px 0 0;
  position: relative;
}

.u-list-flow .num::after {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent #14BAB0;
  position: absolute;
  right: -12px;
}

@media (max-width: 800px) {
  .u-list-flow {
    padding: 15px;
  }

  .u-list-flow>li {
    display: block;
  }

  .u-list-flow .list-img {
    width: 100%;
    margin: 0 0 30px;
  }

  .u-list-flow .list-ttl {
    display: block;
    font-size: 20px;
    margin: 0 0 15px;
  }

  .u-list-flow .list-num {
    display: table;
    font-size: 12px;
    line-height: 25px;
    padding: 0 2px 1px 8px;
    margin: 0 0 15px;
  }

  .u-list-flow .list-num::after {
    border-width: 13px 0 13px 10px;
    right: -10px;
  }
}

/**シンプルカードスタイル**/
.u-list-card>li {
  background: #F2FAFA;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.u-list-card.bg-color>li {
  background: #F7F7F7;
}

.u-list-card.border>li {
  border: 1px solid #14BAB0;
  background: #fff;
}

.u-list-card.border>li .list-ttl {
  font-size: 18px;
  color: #14BAB0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: "Noto Sans JP";
  border-bottom: 1px solid #14BAB0;
}

.u-list-card .num {
  background: #14BAB0;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.u-list-card .list-img {
  text-align: center;
  margin-bottom: 25px;
}

.u-list-card .list-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.u-list-card .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}

.u-list-card .u-btn-more {
  min-width: 0;
  width: 100%;
}

/**シンプルカードスタイルイメージのみ**/
.u-list-card-img>li {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0;
}

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

.u-list-card-img .list-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.u-list-card-img .list-ttl {
  display: block;
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Noto Sans JP";
}

/**シンプルカードスタイル数字はみ出し**/
.u-list-card-num>li {
  margin-top: 50px;
  background: #F2FAFA;
  padding: 25px;
  position: relative;
}

.u-list-card-num .num {
  background: #14BAB0;
  border-radius: 100vw;
  width: 84px;
  height: 84px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Corinthia", cursive;
  font-weight: bold;
  font-size: 53px;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}

.u-list-card-num .list-img {
  margin-bottom: 20px;
}

.u-list-card-num .list-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.u-list-card-num .list-ttl {
  margin-top: 30px;
  font-size: 18px;
  color: #14BAB0;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  border-bottom: 1px solid #14BAB0;
}

.u-list-card-num .u-btn-more {
  min-width: 0;
  width: 100%;
}

/*角ナンバー*/
.u-box-kado {
  padding: 5%;
  position: relative;
  background: #F7F7F7;
  background-image: linear-gradient(150deg, #14BAB0 110px, transparent 0);
}

.u-box-kado>.u-box-style {
  padding: 2.5%;
}

.u-box-kado .u-h3 {
  margin-left: 10%;
}

.u-box-kado .num {
  position: absolute;
  left: 2.5%;
  top: 5%;
  color: #fff;
  font-family: "Corinthia", cursive;
  font-size: clamp(30px, 2.2222vw, 40px);
  font-weight: bold;
}

@media (max-width: 800px) {
  .u-box-kado {
    background-image: linear-gradient(140deg, #14BAB0 100px, transparent 0);
  }

  .u-box-kado .u-h3 {
    margin-left: 16%;
  }

  .u-box-kado .num {
    left: 5%;
    top: 3%;
  }
}

.u-list-flow02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.u-list-flow02 .tel {
  display: block;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #14BAB0;
  font-family: "Noto Sans JP";
}

.u-list-flow02 .tel i {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: -4px;
  width: 20px;
}

.u-list-flow02>li {
  background: #F7F7F7;
  padding: 35px 2.5% 2.5%;
  width: 30%;
  position: relative;
  margin: 0 5% 50px 0;
}

.u-list-flow02>li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #14BAB0;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-list-flow02>li:last-child::after {
  display: none;
}

.u-list-flow02>li:nth-child(3n) {
  margin: 0 0 50px;
}

.u-list-flow02 .num {
  color: #14BAB0;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -15px;
  left: 30px;
  font-family: "Corinthia", cursive;
  font-weight: bold;
}

.u-list-flow02.col2>li {
  background: #F7F7F7;
  padding: 35px 2.5% 2.5%;
  width: 45%;
  position: relative;
  margin: 0 5% 50px 0;
}

.u-list-flow02.col2>li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #14BAB0;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-list-flow02.col2>li:last-child::after {
  display: none;
}

.u-list-flow02.col2>li:nth-child(2n) {
  margin: 0 0 50px;
}

.u-list-flow02 .list-ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  color: #333;
  font-family: "Noto Sans JP";
}

.u-list-flow02 .list-img {
  margin-bottom: 20px;
}

.u-list-flow02 .list-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 800px) {
  .u-list-flow02 {
    display: block;
  }

  .u-list-flow02>li {
    width: 100%;
    margin: 0 0 70px;
    padding: 35px 5% 5%;
  }

  .u-list-flow02>li::after {
    top: inherit;
    bottom: -50px;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(90deg);
    transform: translate(50%, 0) rotate(90deg);
  }

  .u-list-flow02>li:last-child::after {
    display: none;
  }

  .u-list-flow02>li:nth-child(3n) {
    margin: 0 0 70px;
  }

  .u-list-flow02>li:last-child {
    margin: 0;
  }

  .u-list-flow02 .num {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.1em;
    position: absolute;
    top: -15px;
    left: 30px;
  }

  .u-list-flow02.col2>li {
    width: 100%;
    margin: 0 0 70px;
    padding: 35px 5% 5%;
  }

  .u-list-flow02.col2>li::after {
    top: inherit;
    bottom: -50px;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(90deg);
    transform: translate(50%, 0) rotate(90deg);
  }

  .u-list-flow02.col2>li:last-child::after {
    display: none;
  }

  .u-list-flow02.col2>li:nth-child(2n) {
    margin: 0 0 70px;
  }

  .u-list-flow02.col2>li:last-child {
    margin: 0;
  }
}

/*アンカーリンク*/
.u-list-anchor-bg {
  background: #F2FAFA;
}

.u-list-anchor {
  padding: 35px;
  font-family: "Noto Sans JP";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
}

.u-list-anchor a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.u-list-anchor a::before {
  content: "";
  background: url(../images/share/ico_arrow_bottom.svg) no-repeat 0 0/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 7px;
}

.u-list-anchor li {
  position: relative;
}

.u-list-anchor li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.u-list-anchor li:last-child::after {
  content: none;
}

@media (max-width: 800px) {
  .u-list-anchor {
    display: block;
  }

  .u-list-anchor a {
    padding: 0 0 0 20px;
  }

  .u-list-anchor a::before {
    right: auto;
    left: 0;
  }

  .u-list-anchor li::after {
    content: none;
  }

}

/*アイコンアンカーリンク*/
.u-list-anchor02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.u-list-anchor02 a {
  display: block;
  width: 100%;
  max-width: 440px;
}

.u-list-anchor02 li {
  padding: 5%;
  border: 2px solid #14BAB0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.u-list-anchor02 li .list-img {
  width: 130px;
  height: 130px;
  border-radius: 100vw;
  overflow: hidden;
}

.u-list-anchor02 li .list-img img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.u-list-anchor02 li .list-ttl {
  font-size: clamp(18px, 1.1111vw, 20px);
  font-family: "Noto Sans JP";
  font-weight: bold;
}

@media (max-width: 800px) {
  .u-list-anchor02 li {
    gap: 10px;
  }

  .u-list-anchor02 li .list-img {
    width: 60px;
    height: 60px;
    border-radius: 100vw;
    overflow: hidden;
  }

  .u-list-anchor02 li .list-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
}

.u-modal {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}

.u-modal .bg-img {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}

.u-modal .btn-modal {
  position: absolute;
  z-index: 1;
}

.u-modal .btn-modal.menu-01 {
  top: 115px;
  left: 480px;
}

.u-modal .btn-modal.menu-02 {
  top: 190px;
  left: 150px;
}

.u-modal .btn-modal.menu-03 {
  top: 360px;
  left: 140px;
}

.u-modal .btn-modal.menu-04 {
  top: 455px;
  left: 150px;
}

.u-modal .btn-modal.menu-05 {
  top: 280px;
  left: 100px;
}

.u-modal .btn-modal.menu-06 {
  top: 310px;
  left: 520px;
}

.u-modal .btn-modal.menu-07 {
  top: 225px;
  left: 520px;
}

.u-modal .btn-modal.menu-08 {
  top: 420px;
  left: 520px;
}

.u-modal a:hover {
  cursor: pointer;
}

.u-menu-modal {
  width: 80%;
  padding: 5%;
  border: 3px solid #14BAB0;
  display: none;
}

.u-menu-modal * :focus {
  outline: none;
}

.u-menu-modal .modal-ttl {
  font-weight: bold;
  font-family: "Noto Sans JP";
  letter-spacing: .075em;
  font-size: 18px;
  margin-bottom: 30px;
}

.u-menu-modal .modal-ttl p {
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 800px) {
  .u-modal {
    text-align: center;
    width: 100%;
    max-width: 320px;
    margin: auto;
    position: relative;
  }

  .u-modal .bg-img {
    width: 100%;
    max-width: 320px;
    margin: auto;
    position: relative;
  }

  .u-modal .btn-modal img {
    height: 30px;
    width: auto;
  }

  .u-modal .btn-modal.menu-01 {
    top: 80px;
    left: 170px;
  }

  .u-modal .btn-modal.menu-02 {
    top: 80px;
    left: 50px;
  }

  .u-modal .btn-modal.menu-03 {
    top: 145px;
    left: 30px;
  }

  .u-modal .btn-modal.menu-04 {
    top: 215px;
    left: 30px;
  }

  .u-modal .btn-modal.menu-05 {
    top: 280px;
    left: 30px;
  }

  .u-modal .btn-modal.menu-06 {
    top: 145px;
    left: 185px;
  }

  .u-modal .btn-modal.menu-07 {
    top: 195px;
    left: 195px;
  }

  .u-modal .btn-modal.menu-08 {
    top: 290px;
    left: 185px;
  }
}

/*------------
Fancybox
-------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 27px;
  height: 27px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 20px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: #14BAB0;
  padding: 0px;
  right: 2.5%;
  top: 5%;
  border-radius: 100vw;
  border: 2px solid #14BAB0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  % {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  position: relative;
  border-top: 1px solid #8BD5D0;
}

.footer a {
  color: #333333;
  text-decoration: none;
}

.footer .container {
  position: relative;
  max-width: 1024px;
  z-index: 1;
}

.footer .f-schema {
  padding-top: calc(100 / 1024 * 100%);
}

.footer .f-layout-01 {
  display: grid;
  grid-template-columns: repeat(2, calc(490 /1024 * 100%));
  justify-content: space-between;
  padding-top: calc(100 / 1024 * 100%);
}

.footer .f-layout-01 .l-desc .l-img:has(.h-logo-img) {
  width: calc(193 / 490 * 100%);
}

.footer .f-layout-01 .l-desc .address {
  width: 100%;
  margin-top: calc(30 / 490 * 100%);
}

.footer .f-layout-01 .l-desc .address span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px, calc(15 / 1800 * 100vw), 15px);
  font-weight: 500;
  line-height: calc(22 / 15 * 1em);
}

.footer .f-layout-01 .l-desc .contact {
  display: flex;
  align-items: center;
  column-gap: 27px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, calc(26 / 1800 * 100vw), 26px);
  line-height: calc(38 / 26 * 1em);
  font-weight: 600;
  margin: calc(14 / 490 *100%) 0 calc(29 / 490 * 100%);
}

.footer .f-layout-01 .l-desc .contact a.tel span {
  display: flex;
  align-items: center;
  color: #14BAB0;
  column-gap: 7px;
}

.footer .f-layout-01 .l-desc .contact a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 1;
  height: 48px;
  width: 188px;
  padding: 0 20px 1px;
  transition: opacity 0.5s;
  position: relative;
  color: #fff;
  background: #14BAB0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #14BAB0;
}

.footer .f-layout-01 .l-desc .contact a.btn i img {
  vertical-align: -6px;
}

.footer .f-layout-01 .map {
  width: 100%;
  aspect-ratio: 490 / 500;
}

.footer .f-layout-01 .map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.footer .site-map {
  display: flex;
  justify-content: space-between;
  width: clamp(750px, calc(900 / 1024 * 100%), 900px);
  margin: calc(60 / 1024 * 100%) auto;
}

.footer .site-map ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, calc(15 /1800 * 100vw), 15px);
}

.footer .site-map ul li.ttl {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.footer .site-map ul li+li {
  padding-top: 12px;
}

.footer .site-map ul li a {
  position: relative;
  padding-left: 1em;
}

.footer .site-map ul li a::before {
  content: "";
  width: calc(1px * sqrt(32));
  height: calc(1px * sqrt(32));
  border-top: 1px solid #14BAB0;
  border-right: 1px solid #14BAB0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.footer .site-map ul li.menu-item-has-children {
  display: flex;
  column-gap: clamp(60px, calc(60 /1800 * 100vw), 60px);
  padding-left: 1em;
}

.footer .site-map ul li.menu-item-has-children ul.sub-ul li a {
  display: block;
  position: relative;
  padding-left: 1em;
}

.footer .site-map ul li.menu-item-has-children ul.sub-ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 1px;
  border-top: 1px solid #14BAB0;
  transform: translateY(-50%) rotate(0);
}

.footer .site-map ul+ul:not(.sub-ul) {
  padding-left: calc(60 / 900 * 100%);
}

.f-copy {
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(10px, calc(12 / 1800 * 100vw), 12px);
  line-height: calc(16 / 12 * 1em);
  font-weight: 500;
  margin: auto;
  padding: clamp(9px, calc(11/ 1800 * 100vw), 11px) 0;
  text-align: center;
  background: #14BAB0;
  color: #FFF;
}

.pagetop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 100;
}

.pagetop a {
  display: inline-block;
  text-align: center;
  width: 44px;
  transition: transform .5s;
  position: relative;
  z-index: 0;
}

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

#open-chatbot {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 100;
}

#open-chatbot img {
  max-width: 180px;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .footer {
    padding-bottom: 53px;
  }

  .footer .f-schema {
    padding-top: 50px;
  }

  .footer .f-layout-01 {
    grid-template-columns: 100%;
    row-gap: 30px;
    padding: 50px 0;
  }

  .footer .f-layout-01 .l-desc .l-img:has(.h-logo-img) {
    width: 40%;
    margin: auto;
  }

  .footer .f-layout-01 .l-desc .address {
    display: grid;
    justify-content: center;
    margin: 15px 0 5px;
  }

  .footer .f-layout-01 .l-desc .address span {
    display: block;
    width: fit-content;
    font-size: 12px;
  }

  .footer .f-layout-01 .l-desc .contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    font-size: 25px;
    margin: 0 auto 25px;
    width: fit-content;
  }

  .footer .f-layout-01 .map {
    aspect-ratio: 1/1;
  }

  .footer .time-table-wrap .time-table-body {
    border-left: none;
  }

  .footer .site-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 0;
    width: 100%;
    margin: 0 auto 50px;
  }

  .footer .site-map ul:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .footer .site-map ul+ul {
    margin-top: 0;
  }

  .footer .site-map ul li {
    font-size: 12px;
  }

  .footer .site-map ul li.menu-item-has-children {
    display: flex;
    column-gap: 0px;
  }

  .footer .site-map ul:nth-of-type(3) .sub-ul {
    width: 60%;
  }

  .footer .site-map ul+ul:not(.sub-ul) {
    padding-left: 0;
  }

  .footer .site-map ul li.menu-item-has-children ul.sub-ul li a::before {
    top: 10px;
    transform: rotate(0);
  }

  .footer .banner-wrap {
    grid-template-columns: repeat(2, calc(50% - 1.25vw));
    gap: 5vw;
    padding-bottom: 100px;
  }

  .pagetop {
    display: none;
  }

  #open-chatbot {
    bottom: 70px;
  }

  #open-chatbot img {
    max-width: 120px;
  }

  .sp-navi {
    display: block;
  }

  .sp-navi-btns {
    display: flex;
    background: #14BAB0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53px;
    z-index: 10000;
  }

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

  .sp-navi-btns .item {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: calc(18 / 12 * 1em);
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #FFF;
  }

  .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    height: 100%;
    padding: 10px 0 5px;
  }

  .sp-navi-btns .item a .img001 {
    margin-bottom: 3px;
  }

  .sp-navi-btns .item:nth-of-type(3) a {
    padding: 14px 0 5px;
  }

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

  .sp-navi-btns .humberger {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10px 0 5px;
  }

  .sp-navi-btns .humberger .ttl {
    display: block;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: calc(14 / 10 * 1em);
    letter-spacing: 0;
    text-align: center;
  }

  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(1) {
    top: 11px;
  }

  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(2) {
    top: 16px;
  }

  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(3) {
    top: 22px;
  }

  .sp-navi-btns .humberger span:not(.ttl) {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.4s;
    background: #FFF;
  }

  .sp-menu-btn {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 2px;
  }

  .sp-menu-btn .ttl {
    display: block;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: calc(14 / 10 * 1em);
    letter-spacing: 0;
    text-align: center;
  }

  .sp-menu-btn span:not(.ttl) {
    background: #FFF;
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: .4s;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }

  .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 5px) rotate(-45deg);
  }

  .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -6px) rotate(45deg);
  }

  .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
    opacity: 0;
    z-index: 9999;
  }

  .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi-contents .btn-icon {
    background: #333333;
    font-weight: bold;
  }

  .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 50px;
  }

  .sp-navi-list>li {
    border-bottom: 1px solid #d6d6d6;
  }

  .sp-navi-list>li>a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

  .sp-navi-list>li.menu-item-has-children {
    position: relative;
  }

  .sp-navi-list>li.menu-item-has-children::before,
  .sp-navi-list>li.menu-item-has-children::after {
    content: "";
    background-color: #333;
    position: absolute;
    transition: .5s;
  }

  .sp-navi-list>li.menu-item-has-children::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }

  .sp-navi-list>li.menu-item-has-children::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .sp-navi-list>li.menu-item-has-children.is-on::before {
    transform: rotate(90deg);
  }

  .sp-navi-list>li.menu-item-has-children>a {
    padding: 15px 0;
    width: 85%;
  }

  .sp-navi-list>li.menu-item-has-children>a[href="#"] {
    cursor: auto;
    pointer-events: none;
  }

  .sp-navi-list .sub-menu {
    padding: 0 0 15px;
  }

  .sp-navi-list .sub-menu>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
  }

  .sp-navi-list .sub-menu>li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sp-navi-list .sub-menu>li>a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
  }

  .sp-navi-logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .sp-navi-address {
    text-align: center;
    font-size: 13px;
  }

  .sp-navi-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
  }

  .sp-navi-tel img {
    margin-right: 10px;
  }

  .sp-navi-time {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 5px 10px;
    align-items: start;
    font-size: 13px;
  }

  .sp-navi-time dt {
    background-color: #fff;
    border: 1px solid #000;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sp-navi-sns {
    display: flex;
    align-items: center;
  }

  .sp-navi-sns li+li {
    margin-left: 15px;
  }

  .sp-navi-sns a {
    transition: .3s;
  }

  .sp-navi-sns a:hover {
    opacity: .5;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
:root {
  --vw: 1vw;
  /*behavior.jsで定義*/
  --s100vw: calc(var(--vw) * 100);
  --s50vw: calc(var(--vw) * 50);
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.is-fixed {
  position: fixed;
}

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

.fade {
  transition: opacity .5s;
}

.fade:hover {
  opacity: .5;
}

.fs11 {
  font-size: 11px;
}

.fs17 {
  font-size: 17px;
}

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

.red {
  color: #F44336;
}

.green {
  color: #14BAB0;
}

.blue {
  color: #148bba;
}

.underline {
  text-decoration: underline;
}

.marker {
  background: linear-gradient(transparent 70%, #FFE99F 30%);
}

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

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

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

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

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

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

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

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

.mtL {
  margin-top: 60px !important;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.reverse {
  flex-direction: row-reverse;
}

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

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

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

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

/*ボタン*/
.btn-more,
.btn-icon,
.btn-tel,
.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  padding: 0 20px 1px;
  transition: opacity 0.5s;
}

.btn-more:hover,
.btn-icon:hover,
.btn-tel:hover,
.btn-line:hover {
  opacity: 0.5;
}

.btn-more {
  display: grid;
  place-items: center;
  position: relative;
  width: 280px;
  height: 48px;
  color: #14BAB0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #14BAB0;
  background: #FFF;
}

.btn-more::before {
  content: url(../images/share/icon_btn.svg);
  display: block;
  position: absolute;
  right: 15px;
  width: 15px;
  height: 10px;
}

.btn-tel {
  background: #333;
  color: #fff;
}

.btn-tel i {
  font-size: 10px;
  margin-right: 10px;
}

.btn-icon {
  background: #6A9D89;
  color: #fff;
}

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

.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;
  gap: 10px;
}

.btn-wrap.center {
  justify-content: center;
}

@media (max-width: 800px) {

  .btn-more,
  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%;
  }

  .btn-wrap {
    display: grid;
  }

  .btn-more {
    width: 100%;
    font-size: 14px;
  }

  .sec01 .btn-more {
    width: 100%;
  }
}

/*診療カレンダー*/
.business-calendar-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  background: none;
}

.business-calendar-box>div {
  width: 100%;
  padding: 0;
  background: none;
  border: 0px solid #EBEBEB;
  border-radius: 10px;
}

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

.business-calendar-box .business-calendar caption {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, calc(16 / 1800 * 100vw), 16px);
  font-weight: bold;
  text-align: center;
  padding: 7px 0 0;
  margin: 0 auto 14px;
  border: 0;
  border-bottom: 0px solid #E4E7E8;
}

.business-calendar-box .business-calendar caption span {
  display: grid;
  align-items: center;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  color: #333333;
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}

.business-calendar-box .business-calendar caption span.business-calendar-past {
  left: 0;
  transform: translate(0, 0);
}

.business-calendar-box .business-calendar caption span.business-calendar-future {
  right: 0;
  transform: translate(0, 0);
}

.business-calendar-box .business-calendar tr {
  height: 45px;
  border-bottom: 1px solid #DDDDDD;
}

.business-calendar-box .business-calendar td {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px, calc(13 / 1800 * 100vw), 13px);
  font-weight: 600;
  padding: 8px;
  background: none;
  background-clip: padding-box;
  border-left: 1px solid #DDDDDD;
  z-index: 0;
}

.business-calendar-box .business-calendar td:nth-last-of-type(1) {
  border-right: 1px solid #DDDDDD;
}

.business-calendar-box .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 .business-calendar thead {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  background: none;
}

.business-calendar-box .business-calendar thead tr {
  border-top: 1px solid #DDDDDD;
}

.business-calendar-box .business-calendar thead th {
  width: 14%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, calc(16 / 1800 * 100vw), 16px);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 5px;
  border-left: 1px solid #DDDDDD;
  background: #14BAB0;
}

.business-calendar-box .business-calendar thead th:nth-last-of-type(1) {
  border-right: 1px solid #DDDDDD;
}

.business-calendar-box .business-calendar tbody {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.business-calendar-box .business-calendar tbody tr {
  height: 41px;
}

.business-calendar-box .business-calendar tbody tr:nth-last-of-type(1) {
  border-bottom: 1px solid #DDDDDD;
}

.business-calendar-box .business-calendar-past a,
.business-calendar-box .business-calendar-future a {
  display: grid;
  align-items: center;
  overflow: unset;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-indent: unset;
  white-space: unset;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #14BAB0;
}

.business-calendar-box .business-calendar-past a::before,
.business-calendar-box .business-calendar-future a::before {
  content: none;
}

.business-calendar-box .business-calendar-future a::before {
  right: 0;
  transform: translateY(-50%) rotate(0);
}

.business-calendar-box .business-calendar-past a::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

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

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

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

.business-calendar-box .business-calendar .attr0::before {
  background: #14BAB0;
}

.business-calendar-box .business-calendar .attr1::before {
  background: #888888;
}

.business-calendar-box .business-calendar .attr2::before {
  background: #00396f;
}

.business-calendar-box .business-calendar .attr3::before {
  background: #535D60;
}

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

.list-event .event02 {
  color: #F7B46B;
}

.list-event .event03 {
  color: #A8DBA8;
}

.list-event .event04 {
  color: #B0D7D5;
}

.business-calendar-attribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0px;
  row-gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(10px, calc(13 / 1800 * 100vw), 13px);
  font-weight: 500;
}

.business-calendar-attribute li {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 7px;
  padding: 0 22px 0 0;
  color: #333333;
  line-height: calc(17 / 13 * 1em);
  list-style: none;
  background: none;
}

.business-calendar-attribute li::before {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}

.business-calendar-attribute li.attr0::before {
  background: #14BAB0;
}

.business-calendar-attribute li.attr1::before {
  background: #888888;
  border-radius: 50%;
}

.business-calendar-attribute .cal-append-txt a {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .business-calendar-box {
    display: block;
    margin: 0;
    padding: 0;
  }

  .business-calendar-box>div {
    width: 100%;
    padding: 0;
  }

  .business-calendar-box>div+div {
    margin-top: 15px;
  }

  .business-calendar-box .business-calendar caption {
    font-size: 15px;
  }

  .business-calendar-box .business-calendar thead {
    font-size: 13px;
  }

  .business-calendar-box .business-calendar tbody {
    font-size: 13px;
  }

  .list-event {
    display: block;
  }

  .list-event li+li {
    margin-top: 5px;
  }

  .business-calendar-attribute {
    font-size: 13px;
    margin: 15px 0 0;
  }
}

/*診療時間*/
.time-table {
  color: #333333;
  text-align: center;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: max(calc(100 / 490 * 100%), 110px) repeat(6, 1fr);
  min-height: clamp(30px, calc(45/ 1800 * 100vw), 45px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, calc(16 / 1800 * 100vw), 16px);
  font-weight: bold;
}

.time-table-head .item,
.time-table-body .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(22 / 15 * 1em);
  color: #333333;
  padding: 0;
}

.time-table-head .item:first-child,
.time-table-body .item:first-child {
  letter-spacing: 0;
  color: #333333;
  background: #F2FAFA;
}

.time-table-body {
  border-top: 1px solid #DDDDDD;
}

.time-table-body .item:first-child {
  letter-spacing: 0;
  color: #333333;
  background: #F2FAFA;
}

.time-table-body .item:first-child span {
  display: block;
}

.time-table-body .item:first-child span.jp {
  font-size: clamp(10px, calc(13 / 1800 * 100vw), 13px);
  line-height: calc(20 / 13 * 1em);
}

.time-table-body .item:first-child span.green {
  color: #14BAB0;
}

.time-table-wrap .txt {
  line-height: 1em;
  margin-top: calc(20 / 490 * 100%);
}

.time-table-wrap .txt span {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(11px, calc(15 / 1800 * 100vw), 15px);
  line-height: calc(26 / 15 * 1em);
}

@media (max-width: 800px) {

  .time-table-head,
  .time-table-body {
    grid-template-columns: 120px repeat(6, 1fr) !important;
    padding: 0;
    min-height: 45px;
  }

  .time-table-head .item,
  .time-table-body .item {
    font-size: 13px;
    line-height: calc(15 / 13 * 1em);
  }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }

  .time-table-body .item:first-child {
    letter-spacing: 0;
    color: #333333;
    background: #F2FAFA;
  }

  .time-table-body .item:first-child span {
    display: block;
  }

  .time-table-body .item:first-child span.jp {
    font-size: 12px;
    line-height: calc(15 / 13 * 1em);
  }

  .time-table-body .time-table-wrap .txt {
    margin-top: 15px;
  }

  .time-table-body .time-table-wrap .txt span {
    font-size: 12px;
  }
}

/*-----------------------------------------------------------
Inview
-----------------------------------------------------------*/
.inview {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.75s ease-out;
}

.inview_on {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 800px) {
  .inview {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.75s ease-out;
  }

  .inview_on {
    transform: translateY(0);
    opacity: 1;
  }
}

.obs_scroll_on {
  color: #14BAB0;
}

.obs_scroll_on li.dropdown::after {
  content: "";
  display: block;
  border-bottom: 2px solid #14BAB0;
  border-right: 2px solid #14BAB0;
  width: 8px;
  height: 8px;
  margin: 14px 0 0 9px;
  transform: rotate(45deg);
  transform-origin: right;
}

/*------------
Splide
--------------*/
.splide .splide__arrow--prev svg {
  transform: rotate(180deg);
}

.splide .splide__arrow svg {
  fill: #333333 !important;
}

.splide .splide__arrow--prev::after,
.splide .splide__arrow--next::after {
  content: none !important;
}

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

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


/*=== u-list-img ===*/

.u-list-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.u-list-img li, .u-list-img li figure {
  display: inline-block;
}

@media (max-width: 800px) {
  .u-list-img {
    grid-template-columns: repeat(1, 1fr);
  }

  .u-list-img li img {
    width: 100%;
  }

}


.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
}
.list-anchor-link li {
  position: relative;
}
.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.list-anchor-link a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}
.list-anchor-link a::before {
  content: "";
  background: url(../images/share/icon_anchor_link.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}
.list-anchor-link a:hover {
  text-decoration: underline;
}


.top-main-title {
  text-align: center;
  color: #44bab0;
  font-size: 24px;
  font-weight: bold;
  margin: 40px auto 0;
  padding: 0 15px;
  max-width: 1200px;
}

@media (max-width: 800px) {
  .top-main-title {
    font-size: 20px;
  }
}
