@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(50px, calc(90 / 1280 * 100vw), 90px);
}

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

body,
html {
  height: auto;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", serif;
  color: #222222;
  font-size: clamp(15px, calc(16 / 1280 * 100vw), 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #FFF;
  background-image: url("../images/sec-bg01.jpg");
}
body.is-open {
  position: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .05em;
}

th, dt {
  font-family: "Cormorant Garamond", serif;
}

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

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

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

p {
  line-height: 2em;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 95%;
  max-width: 1024px;
}
.container.wide {
  max-width: 1200px;
}
.container.narrow {
  max-width: 800px;
}

@media (max-width: 800px) {
  .container {
    max-width: none;
    min-width: auto;
    width: 95%;
  }
}
/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  background: #5e3630;
  z-index: 100;
}
.header .h-wrapper {
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 1400 / 80;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
}

@media (max-width: 800px) {
  .header .h-wrapper {
    aspect-ratio: auto;
    min-height: 82px;
    padding: 0;
  }
  .header .h-logo {
    position: fixed;
    top: 20px;
    left: 16px;
  }
  .header .h-logo img {
    max-width: 100%;
    height: auto;
  }
  .header .h-logo.is-open {
    position: fixed;
    top: 20px;
    left: 16px;
    z-index: 10001;
  }
}
/*------------
Gnavi
--------------*/
.gnavi .g-navi-list {
  display: flex;
  gap: 40px;
  font-size: clamp(15px, calc(16 / 1280 * 100vw), 16px);
  line-height: 1.4;
}
.gnavi .g-navi-list > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gnavi .g-navi-list > li img {
  width: auto;
  height: 100%;
  max-height: 80px;
}
.gnavi .g-navi-list > li > a {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  color: #f7e8d7;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .gnavi .g-navi-list a:hover {
    color: #ffcb00;
  }
}
.gnavi .g-navi-list a[href="#"] {
  cursor: auto;
  pointer-events: none;
}
.gnavi .g-navi-list .menu-item-has-children {
  display: flex;
  position: relative;
}
.gnavi .g-navi-list .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 150%;
}
.gnavi .g-navi-list .menu-item-has-children::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0.6em 0 0 0.6em;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transform-origin: right;
}
.gnavi .g-navi-list .menu-item-has-children.is-open .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
.gnavi .g-navi-list .menu-item-has-children .sub-menu {
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  top: 40px;
  right: 50%;
  transform: translateX(50%);
  z-index: 5;
  width: max-content;
  min-width: 150px;
  padding: 17px 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  text-align: left;
}
.gnavi .g-navi-list .menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.gnavi .g-navi-list .menu-item-has-children .sub-menu li a {
  position: relative;
  padding-left: 1em;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", serif;
  color: #ffffff;
}
.gnavi .g-navi-list .menu-item-has-children .sub-menu li a::before {
  content: "-";
  position: absolute;
  left: 0;
}
@media (hover: hover) {
  .gnavi .g-navi-list .menu-item-has-children .sub-menu li a:hover {
    color: #ffcb00;
  }
}
.gnavi .g-navi-list .menu-item-has-children .sub-menu li + li {
  margin-top: 5px;
}
.gnavi .g-navi-list .menu-item-has-children:last-child .sub-menu {
  right: 0;
  transform: translateX(0);
}
.gnavi .side-navi {
  position: fixed;
  top: 0;
  right: 0;
  width: fit-content;
  height: 100vh;
  height: 100dvh;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", serif;
  background: #E7F1F9;
  overflow-y: auto;
  transform: translateX(100%);
  transition: .5s;
  z-index: 1000;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gnavi .side-navi::-webkit-scrollbar {
  display: none;
}
.gnavi .side-navi.is-open {
  transform: translateX(0);
}
.gnavi .side-navi .l-wrap {
  width: fit-content;
  max-width: 1800px;
  margin: auto;
  padding-top: clamp(60px, calc(155 / 1280 * 100vw), 155px);
  padding-right: clamp(100px, calc(300 / 1280 * 100vw), 300px);
  padding-bottom: clamp(54px, calc(123 / 1280 * 100vw), 123px);
  padding-left: clamp(100px, calc(260 / 1280 * 100vw), 260px);
}
.gnavi .side-navi .site-map {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: clamp(42px, calc(96 / 1280 * 100vw), 96px);
  width: fit-content;
  margin: auto;
  padding-bottom: clamp(49px, calc(112 / 1280 * 100vw), 100px);
}

/*------------
SP
--------------*/
@media (max-width: 800px) {
  .gnavi {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .gnavi .fixed-menu {
    display: none;
  }
  .gnavi .humberger {
    background-color: #ffcb00;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    transition: .5s;
    z-index: 10000;
  }
  .gnavi .humberger span {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 1px;
    transform: translateX(-50%);
    transition: .4s;
    caret-color: transparent;
  }
  .gnavi .humberger span:nth-of-type(1) {
    top: 17px;
  }
  .gnavi .humberger span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .gnavi .humberger span:nth-of-type(3) {
    bottom: 17px;
  }
  .gnavi .humberger.is-open span:nth-of-type(1) {
    transform: translate(-50%, 7.5px) rotate(-45deg);
  }
  .gnavi .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi .humberger.is-open span:nth-of-type(3) {
    transform: translate(-50%, -7.5px) rotate(45deg);
  }
  .gnavi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #5e3630;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    padding: 40px 10% 100px;
    position: fixed;
    top: 82px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
    opacity: 0;
    z-index: 9999;
  }
  .gnavi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
}
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero-area {
  --header-h: 80px;
  position: relative;
  z-index: 1;
  background: #5e3630 url("../images/main-bg.jpg") center/125% no-repeat;
}
.hero-area .hero {
  position: relative;
  width: 100%;
  max-width: 1820px;
  min-height: 100dvh;
  margin: auto;
  padding-top: var(--header-h);
  box-sizing: border-box;
  display: grid;
  place-items: center;
}
.hero-area .hero .open {
  position: absolute;
  right: 5vw;
  bottom: 5vw;
}
.hero-area .hero .open img {
  max-width: 150px;
  height: auto;
}
.hero-area .hero-catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vh, 40px);
  max-height: calc(100dvh - var(--header-h) - 40px);
}
.hero-area .hero-catch > img {
  width: auto;
  height: auto;
  max-height: min(48dvh, 480px);
  max-width: 80vw;
}
.hero-area .hero-catch span {
  display: block;
}
.hero-area .hero-catch span img {
  width: auto;
  height: auto;
  max-height: min(22dvh, 211px);
  max-width: 55vw;
}

@media (max-width: 800px) {
  .hero-area {
    --header-h: 70px;
    background: #5e3630 url("../images/main-bg.jpg") center/cover no-repeat;
    background-position: 65%;
  }
  .hero-area .hero {
    min-height: 100dvh;
    padding-top: var(--header-h);
  }
  .hero-area .hero .open img {
    max-width: 100px;
    height: auto;
  }
  .hero-area .hero-catch {
    gap: clamp(12px, 2.5vh, 20px);
    max-height: calc(100dvh - var(--header-h) - 30px);
  }
  .hero-area .hero-catch > img {
    max-height: min(44dvh, 280px);
    max-width: 82vw;
  }
  .hero-area .hero-catch span img {
    max-height: min(20dvh, 150px);
    max-width: 60vw;
  }
}
/******
下層ページ
******/
/*--------------------------------------------------------
下層レイアウト.
-----------------------------------------------------------*/
.u-contents {
  color: #111;
  font-size: clamp(14px, calc(15 / 1024 * 100vw), 15px);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans;
}
.u-contents .container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
  font-weight: 400;
}
.u-contents .num {
  align-items: center;
}
.u-contents .l-img img, .u-contents .list-img img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media (max-width: 800px) {
  .u-contents .container {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding: 0 5vw;
  }
}
.page-ttl {
  background: linear-gradient(rgba(0, 108, 186, 0.65), rgba(0, 108, 186, 0.65)), url("../images/under/u-bg-page-ttl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 430px;
  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(32px, calc(45 / 1280 * 100vw), 45px);
}
.page-ttl .page-ttl-sub {
  font-size: clamp(20px, calc(25 / 1280 * 100vw), 25px);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb ul {
  font-size: 0.8rem;
  padding: 5px 5vw;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul 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(20px, calc(30 / 1280 * 100vw), 30px);
}

@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;
  }
}
/*-------
下層見出し
---------*/
.u-contents .page-ttl-main, .u-contents .u-h2, .u-contents h2, .u-contents .u-h3, .u-contents h3, .u-contents .u-h4, .u-contents h4, .u-contents .u-h5, .u-contents h5 {
  font-weight: bold;
}
.u-contents .page-ttl-main span, .u-contents .u-h2 span, .u-contents h2 span, .u-contents .u-h3 span, .u-contents h3 span, .u-contents .u-h4 span, .u-contents h4 span, .u-contents .u-h5 span, .u-contents h5 span {
  letter-spacing: 0.025em;
}

.u-h2, .postdata h2 {
  font-size: clamp(28px, calc(35 / 1280 * 100vw), 35px);
  text-align: center;
  margin: clamp(30px, calc(50 / 1280 * 100vw), 50px) 0;
  position: relative;
  line-height: 1.7;
  color: #006CBA;
}
.u-h2::after, .postdata h2::after {
  content: "";
  background: url("../images/under/u-h2-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 49px;
  height: 44px;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}

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

.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, calc(25 / 1280 * 100vw), 25px);
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  color: #006CBA;
  background: #E7F1F9;
  padding: 12px 20px;
  border-radius: 4px;
}

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

.u-h4, .postdata h4 {
  color: #333;
  font-size: clamp(18px, calc(22 / 1280 * 100vw), 22px);
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.u-h4::before, .postdata h4::before {
  content: "";
  background: #006CBA;
  width: 9px;
  height: 70%;
  position: absolute;
  left: 0;
  top: 5.5px;
  border-radius: 6px;
}

.u-h5, .postdata h5 {
  color: #4B7C52;
  font-size: clamp(14px, calc(15 / 1280 * 100vw), 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 #FFB750;
  position: absolute;
  top: 0;
  right: -7px;
}

.u-catch {
  font-size: clamp(28px, 1.88888vw, 34px);
  text-align: center;
  margin-bottom: clamp(15px, 1.6666vw, 30px);
  position: relative;
  line-height: 1.7;
  font-family: "FOT-筑紫A丸ゴシック Std R";
}
.u-catch .en {
  display: block;
  color: #004098;
  font-weight: bold;
  font-size: 35px;
}

.u-marker {
  margin-bottom: 30px;
}
.u-marker span {
  background: linear-gradient(transparent 70%, #EDB62C80 30%);
  font-size: clamp(24px, calc(30 / 1280 * 100vw), 30px);
  font-family: "FOT-筑紫A丸ゴシック Std R";
  font-weight: bold;
  display: inline-block;
}

.u-l-name {
  font-size: clamp(18px, calc(24 / 1280 * 100vw), 24px);
  font-weight: bold;
}

.u-btn-wrap-tar {
  display: flex;
  justify-content: flex-end;
}

@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;
  }
}
.short {
  position: relative;
  z-index: 1;
}

.short + .short {
  margin-top: clamp(30px, calc(50 / 1280 * 100vw), 50px);
}

.tall {
  padding: clamp(50px, calc(80 / 1280 * 100vw), 80px) 0;
  position: relative;
}
.tall.bg-gray {
  background: #F1FAF6 !important;
}

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

  .col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col4.gap30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.list-disc li {
  position: relative;
  padding-left: 15px;
}

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

.list-disc.blue li:before {
  background: #1173BC;
}

.list-check li {
  position: relative;
  padding-left: 25px;
}
.list-check li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 3px solid #1173BC;
  border-bottom: 3px solid #1173BC;
  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: #006CBA;
  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: #006CBA;
  counter-increment: number;
  content: counter(number);
  font-size: 16px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  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: 25%  1fr;
  grid-gap: 10px;
}
.u-dl-style dt {
  color: #fff;
  background: #006CBA;
  font-size: clamp(16px, calc(17 / 1280 * 100vw), 17px);
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-dl-style dd {
  font-size: clamp(14px, calc(15 / 1280 * 100vw), 15px);
  line-height: 1.7;
  background: #E7F1F9;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.u-dl-style02 > dt {
  border-bottom: 1px dashed #ccc;
  font-size: clamp(16px, calc(17 / 1280 * 100vw), 17px);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.u-dl-style02 > dd + dt {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .u-dl-style {
    display: block;
    grid-template-columns: 25%  1fr;
    grid-gap: 10px;
  }

  .u-dl-style02 > dt {
    font-size: clamp(16px, calc(17 / 1280 * 100vw), 17px);
  }
  .u-dl-style02 dd + dt {
    margin-top: 15px;
  }
}
/*よくある数字のタイトル*/
.u-num-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std R";
  font-size: 20px;
  padding: 0 0 20px 50px;
  margin: 0 0 20px;
  position: relative;
}
.u-num-ttl i {
  background: #1173BC;
  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: "Josefin Sans", sans-serif;
}
.u-num-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: 9px 1px;
  background-image: linear-gradient(to right, #d0d0d0 3px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1px;
}

/*よくあるiconのタイトル*/
.u-icon-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std R";
  font-size: 20px;
  padding: 0 0 20px 50px;
  margin: 0 0 20px;
  position: relative;
}
.u-icon-ttl i {
  background: #006CBA;
  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-icon-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: 9px 1px;
  background-image: linear-gradient(to right, #d0d0d0 3px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1px;
}

/*基本レイアウト*/
.u-merit-demerit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4%;
}
.u-merit-demerit .item {
  background: #fff;
  border: 1px solid #1173BC;
  border-top: 5px solid #1173BC;
  padding: 8%;
  border-radius: 10px;
}
.u-merit-demerit .item .en {
  color: #1173BC;
}
.u-merit-demerit .item:nth-of-type(2) {
  border-color: #006CBA;
}
.u-merit-demerit .item:nth-of-type(2) .en {
  color: #006CBA;
}
.u-merit-demerit .item-ttl {
  margin-bottom: 20px;
  font-family: "FOT-筑紫A丸ゴシック Std R";
}
.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;
}
.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%;
}

.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: #006CBA;
  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%;
}
.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: "FOT-筑紫A丸ゴシック Std R";
  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%;
}

.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-desc {
  background: #F7F7F7;
  border-radius: 20px;
  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: #006CBA;
  font-family: "Josefin Sans", sans-serif;
}
.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: "FOT-筑紫A丸ゴシック Std R";
}
.u-l-style02 .l-sub-ttl::before {
  content: "";
  background: #1173BC;
  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.reverse, .l-imgL.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .l-imgR.reverse .l-img, .l-imgL.reverse .l-img {
    margin: 15px 0 0;
  }

  .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: grid;
  place-items: center;
  position: relative;
  width: fit-content;
  height: clamp(30px, 2.5vw, 45px);
  padding: 0 55px 0 0;
  color: #333333;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  font-size: clamp(14px, calc(15 / 1024 * 100vw), 15px);
  line-height: 1;
  justify-content: center;
  text-align: center;
  transition: opacity 0.5s;
  /*custom*/
}
.u-btn-more::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 44px;
  height: 31px;
  background: url(../images/share/icon_btn.svg) no-repeat top right/contain;
}
.u-btn-more:hover {
  opacity: .8;
}

/*テーブル*/
.u-table-style {
  position: relative;
  z-index: 1;
}
.u-table-style a, .u-table-style a:link, .u-table-style a:visited {
  color: #006CBA;
  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: #F2F0EC;
  font-weight: normal;
  color: #333;
  border: 1px solid #ccc;
}
.u-table-style th.bg01 {
  background: #F1FAF6;
  color: #111;
}
.u-table-style td {
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
}
.u-table-style.schedule th, .u-table-style.schedule td {
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
.u-table-style.schedule th {
  background-color: #006CBA;
  font-weight: normal;
  color: #fff;
  border: 1px solid #fff;
}
.u-table-style.schedule td {
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.u-table-style.schedule td.bg01 {
  background: #F2F0EC;
  color: #111;
}
.u-table-style.center td {
  text-align: center;
}

.u-time-table-wrap + .u-time-table-wrap {
  margin-top: 30px;
}
.u-time-table-wrap .txt {
  margin-top: 20px;
}
.u-time-table-wrap .txt span {
  display: block;
  font-size: clamp(12px, 0.8888888889vw, 16px);
  line-height: 1.375em;
}
.u-time-table-wrap .time-table {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.u-time-table-wrap .time-table-head,
.u-time-table-wrap .time-table-body {
  grid-template-columns: max(calc(197 / 1024 * 100%), 145px) repeat(6, 1fr) max(calc(145 / 1024 * 100%), 100px);
  min-height: clamp(50px, calc(70 / 1280 * 100vw), 70px);
  font-size: clamp(14px, calc(17 / 1280 * 100vw), 17px);
}
.u-time-table-wrap .time-table-head .item,
.u-time-table-wrap .time-table-body .item {
  font-size: clamp(14px, calc(17 / 1280 * 100vw), 17px);
  line-height: calc(23 / 17 * 1em);
}
.u-time-table-wrap .time-table-head .item + .item,
.u-time-table-wrap .time-table-body .item + .item {
  border-right: 1px solid #DDDDDD;
}
.u-time-table-wrap .time-table-head {
  background: #F2F0EC;
  border-bottom: 1px solid #DDDDDD;
}
.u-time-table-wrap .time-table-head .item {
  font-size: clamp(15px, calc(20 / 1280 * 100vw), 20px);
  line-height: calc(28 / 20 * 1em);
  color: #333;
}
.u-time-table-wrap .time-table-head .item:first-child,
.u-time-table-wrap .time-table-body .item:first-child {
  color: #FFF;
  background: #006CBA;
}

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

@media (max-width: 800px) {
  .u-time-table-wrap {
    width: 100%;
  }
  .u-time-table-wrap .txt span {
    font-size: 14px;
  }
  .u-time-table-wrap .time-table {
    overflow-x: scroll;
  }
  .u-time-table-wrap .time-table-head,
  .u-time-table-wrap .time-table-body {
    grid-template-columns: 120px repeat(7, 1fr);
    width: 100%;
    min-width: fit-content;
    min-height: 50px;
  }
  .u-time-table-wrap .time-table-head .item,
  .u-time-table-wrap .time-table-body .item {
    min-width: 85px;
    white-space: nowrap;
    font-size: 14px;
  }

  .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: clamp(14px, calc(17 / 1280 * 100vw), 17px);
    line-height: 1.7;
  }

  .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(../img/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::-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: 150%;
  }

  .bland-scroll img {
    max-width: 1000px;
  }
}
/*---カスタム投稿サイドナビ--*/
.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: clamp(14px, calc(15 / 1280 * 100vw), 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: clamp(14px, calc(15 / 1280 * 100vw), 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 90px;
}
.u-faq-style dd + dt {
  margin-top: 15px;
}
.u-faq-style .faq-ico {
  color: #fff;
  background: #006CBA;
  font-size: 23px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 13px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 100vw;
  text-align: center;
  line-height: 36px;
}
.u-faq-style .faq-ico-a {
  color: #fff;
  background: #1173BC;
  font-size: 23px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 50px;
  width: 30px;
  height: 30px;
  border-radius: 100vw;
  text-align: center;
  line-height: 26px;
}
.u-faq-style .faq-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std R";
  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: #333;
  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%);
}

.u-accordion-style .accordion-btn {
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.u-accordion-style .accordion-desc {
  display: none;
  padding-top: 15px;
  background: #fff;
}
.u-accordion-style .accordion-ttl {
  font-size: clamp(18px, calc(25 / 1280 * 100vw), 25px);
  margin: 0;
  position: relative;
  line-height: 1.25;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  border-bottom: solid 1px #C1C1C1;
  padding: 0 0 10px;
}
.u-accordion-style .accordion-open-ico {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0px;
  top: 2px;
  border-radius: 100vw;
  border: 1px solid #000;
}
.u-accordion-style .accordion-open-ico::before, .u-accordion-style .accordion-open-ico::after {
  content: "";
  display: block;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
}
.u-accordion-style .accordion-open-ico::before {
  width: 12px;
  height: 1px;
  transform: translateX(-50%);
}
.u-accordion-style .accordion-open-ico::after {
  width: 12px;
  height: 1px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform .5s;
}
.u-accordion-style .is-open .accordion-open-ico::after {
  transform: rotate(0) translateX(-50%);
}
.u-accordion-style + .u-accordion-style {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .u-faq-style dt .txt {
    font-size: clamp(14px, calc(15 / 1280 * 100vw), 15px);
    line-height: 1.8;
  }
  .u-faq-style dt::after {
    top: 2px;
  }
  .u-faq-style dd {
    display: none;
  }
  .u-faq-style dd {
    padding: 20px 20px 30px 90px;
  }
  .u-faq-style dd + dt {
    margin-top: 15px;
  }
  .u-faq-style .ico {
    font-size: clamp(16px, calc(17 / 1280 * 100vw), 17px);
    width: 30px;
    height: 30px;
    margin: 0 13px 0 0;
  }

  .u-accordion-style .accordion-desc {
    display: none;
    padding-top: 15px;
    background: #fff;
  }
  .u-accordion-style .accordion-ttl {
    padding: 0 30px 10px 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 {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .google-map iframe {
    height: 300px;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*お知らせ*/
.list-under-news {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  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: #006CBA;
  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;
}
.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: #006CBA;
  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;
  display: flex;
  justify-content: flex-end;
}

@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;
  }
}
/*普通投稿 詳細ページ*/
.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: #006CBA;
  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: #006CBA;
  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: #006CBA;
  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: #006CBA;
  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: #006CBA;
  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.8;
  font-size: clamp(14px, calc(15 / 1280 * 100vw), 15px);
  padding: 15px;
}
.case-layout .l-table th, .l-post-case .l-table th {
  background-color: #1173BC;
  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-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: "FOT-筑紫A丸ゴシック Std R";
  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: clamp(16px, calc(17 / 1280 * 100vw), 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: #006CBA99;
  color: #fff;
}
.post-number .current {
  background: #006CBA;
  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: #006CBA;
  border: 1px solid #006CBA;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}
.post-number-single .all:hover {
  background: #006CBA99;
  color: #fff;
}
.post-number-single .prev, .post-number-single .next {
  border: 1px solid #006CBA;
  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 #006CBA;
  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 #006CBA;
}
.post-number-single .next::before {
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid #006CBA;
}

.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: #EF7CA8 !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: #006CBA;
}
.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: #006CBA;
}
.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 #006CBA 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: #006CBA;
  border: 0px solid #dfdfdf;
  font-size: clamp(14px, calc(15 / 1280 * 100vw), 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: #006CBA;
}
.business-calendar-box .business-calendar .attr1::before {
  background: #EF7CA8;
}
.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: clamp(14px, calc(15 / 1280 * 100vw), 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: #006CBA;
}
.business-calendar-attribute li.attr1 {
  color: #000;
  background: none;
}
.business-calendar-attribute li.attr1::before {
  background: #EF7CA8;
}
.business-calendar-attribute li.attr2 {
  color: #000;
  background: none;
}
.business-calendar-attribute li.attr2::before {
  background: #D9831F;
}
.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 .item-img {
  position: relative;
  text-align: center;
}
.under-slider02 .item-img img {
  margin: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.under-slider02 .splide .splide__arrows {
  position: absolute !important;
  top: 45%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  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: 6px solid #333;
  border-right: 6px solid #333;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}
.under-slider02 .splide .splide__arrow.splide__arrow--prev {
  border-top: 6px solid #333;
  border-left: 6px solid #333;
  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: 20px;
  background: #ccc;
  opacity: .5;
}
.under-slider02 .splide__pagination li button.is-active {
  background: #1173BC;
  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;
  }
}
/*下層カスタムレイアウト*/
/*--------
初診の方へ　など
----------*/
.u-box-style {
  padding: 5%;
  position: relative;
  background: #fff;
  border-radius: 20px;
}
.u-box-style > .u-box-style {
  padding: 2.5%;
  border-radius: 10px;
}
.u-box-style.bg-color {
  padding: 5%;
  position: relative;
  background: #006CBA;
  color: #fff;
  border-radius: 0px;
}
.u-box-style.bg-color .box-ttl {
  font-size: clamp(20px, calc(28 / 1280 * 100vw), 28px);
  margin: 0 0 15px;
  position: relative;
  line-height: 1.25;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  border-bottom: solid 1px #fff;
  padding: 0 0 15px;
  color: #fff;
}
.u-box-style.bg-wh {
  background: #fff;
}
.u-box-style.border {
  border: 1px solid #777777;
  background: #fff;
}
.u-box-style.border-top {
  border-top: 5px solid #006CBA;
  background: #F2F0EC;
  border-radius: 24px;
}
.u-box-style .box-ttl {
  font-size: clamp(18px, calc(23 / 1280 * 100vw), 23px);
  margin: 0 0 15px;
  position: relative;
  line-height: 1.25;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  color: #333;
}
.u-box-style .box-ttl .en {
  font-size: 2.5em;
  display: block;
  color: #ffF;
  font-weight: 500;
}

.u-box-recruit {
  padding: 5%;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.1);
}
.u-box-recruit::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 2px;
  background: #006CBA;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 800px) {
  .u-box-recruit::before {
    width: 85%;
  }
}
/*------------
スタッフページ パーツ04
--------------*/
.u-staff-layout {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
.u-staff-layout .l-img {
  width: 45%;
  margin-left: 65px;
}
.u-staff-layout .l-img img {
  width: 100%;
  aspect-ratio: 41/50;
  object-fit: cover;
}
.u-staff-layout .l-desc {
  margin-top: 20px;
  width: 55%;
}
.u-staff-layout .job {
  font-size: 18px;
  margin-bottom: 5px;
}
.u-staff-layout .name {
  border-bottom: 1px solid #D0D0D0;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.u-staff-layout .jp {
  font-size: 30px;
  margin-right: 25px;
}
.u-staff-layout .en {
  color: #006CBA;
  font-size: 18px;
  letter-spacing: normal;
}

.col2 .u-staff-layout .l-img {
  margin-left: 20px;
}
.col2 .u-staff-layout .job {
  font-size: 16px;
  margin-bottom: 5px;
}
.col2 .u-staff-layout .name {
  border-bottom: 1px solid #D0D0D0;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.col2 .u-staff-layout .jp {
  font-size: 24px;
  margin-right: 10px;
}
.col2 .u-staff-layout .en {
  color: #006CBA;
  font-size: 14px;
}

.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: #f7f7f7;
  padding: 35px;
  width: 48.43%;
  border-radius: 10px;
}
.u-staff-profile .item-ttl {
  font-size: 18px;
  margin-bottom: 15px;
}

.dl-career {
  border-top: 1px dotted #c0c0c0;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, calc(17 / 1280 * 100vw), 17px);
  line-height: 1.8;
}
.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%;
}
.dl-career.full {
  display: block;
}

.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;
  }
}
/*問い合わせパーツ5*/
.u-tel-layout {
  background: #F1F1F1;
  max-width: 720px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}
.u-tel-layout .ttl {
  display: table;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: clamp(17px, calc(18 / 1280 * 100vw), 18px);
  line-height: 1.7;
  padding: 0 0 15px;
  margin: 0 auto 25px;
}
.u-tel-layout .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-tel-layout .tel {
  display: block;
  font-weight: bold;
  font-size: clamp(30px, calc(35 / 1280 * 100vw), 35px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1173BC;
  font-family: "FOT-筑紫A丸ゴシック Std R";
}
.u-tel-layout .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;
}
.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;
    font-size: clamp(14px, calc(15 / 1280 * 100vw), 15px);
  }
  .u-tel-layout .wrapper {
    display: block;
    margin-bottom: 15px;
  }
  .u-tel-layout .wrapper li + li {
    margin: 10px 0 0;
  }
  .u-tel-layout .tel {
    font-size: 25px;
    margin: 0 0 15px;
    font-family: "FOT-筑紫A丸ゴシック Std R";
    font-weight: bold;
  }
  .u-tel-layout .tel i {
    vertical-align: -3px;
    width: 20px;
  }
  .u-tel-layout .time {
    width: 100%;
    margin-left: 0;
  }
}
/**流れパーツE**/
.u-list-flow {
  border: 1px solid #D0D0D0;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
.u-list-flow .tel {
  display: block;
  font-weight: bold;
  font-size: clamp(24px, calc(28 / 1280 * 100vw), 28px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1173BC;
  font-family: "FOT-筑紫A丸ゴシック Std R";
}
.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 #006CBA;
  padding-top: 50px;
  margin-top: 50px;
}
.u-list-flow > li + li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 2px solid #006CBA;
  border-right: 2px solid #006CBA;
  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: "FOT-筑紫A丸ゴシック Std R";
  font-size: clamp(20px, calc(22 / 1280 * 100vw), 22px);
  line-height: 1.5;
  margin: 0 0 35px;
}
.u-list-flow .num {
  background: #1173BC;
  color: #fff;
  display: inline-block;
  font-size: clamp(14px, calc(15 / 1280 * 100vw), 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 #1173BC;
  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: #fff;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.u-list-card.bg-color > li {
  background: #F7F7F7;
}
.u-list-card.border > li {
  border: 1px solid #D0D0D0;
}
.u-list-card .list-img {
  text-align: center;
  margin-bottom: 25px;
}
.u-list-card .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "FOT-筑紫A丸ゴシック Std R";
}

/*採用情報パーツ17*/
.u-box-kado {
  padding: 5%;
  position: relative;
  background: #F7F7F7;
  background-image: linear-gradient(150deg, #006CBA 110px, transparent 0);
  border-radius: 20px;
}
.u-box-kado > .u-box-style {
  padding: 2.5%;
  border-radius: 10px;
}
.u-box-kado .u-h3 {
  margin-left: 10%;
}
.u-box-kado .num {
  position: absolute;
  left: 2.5%;
  top: 5%;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(30px, calc(40 / 1280 * 100vw), 40px);
  font-weight: bold;
}

@media (max-width: 800px) {
  .u-box-kado {
    background-image: linear-gradient(140deg, #006CBA 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: clamp(24px, calc(28 / 1280 * 100vw), 28px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1173BC;
  font-family: "FOT-筑紫A丸ゴシック Std R";
}
.u-list-flow02 .tel i {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: -4px;
  width: 20px;
}
.u-list-flow02 > li {
  background: #E7F1F9;
  border-radius: 20px;
  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 #1173BC;
  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.no-allow > li::after {
  content: none;
}
.u-list-flow02 .num {
  color: #006CBA;
  font-size: clamp(24px, calc( 27 / 1280 * 100vw ), 27px);
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Josefin Sans", sans-serif;
}
.u-list-flow02.col2 > li {
  background: #F7F7F7;
  border-radius: 10px;
  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 #1173BC;
  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.col4 .list-ttl {
  text-align: center;
  margin: 0;
}
.u-list-flow02.col4 > li {
  background: #fff;
  border: 1px solid #777;
  border-radius: 20px;
  padding: 20px;
  width: 23%;
  position: relative;
  margin: 0 2.5% 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
}
.u-list-flow02.col4 > li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #1173BC;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.u-list-flow02.col4 > li:last-child::after {
  display: none;
}
.u-list-flow02.col4 > li:nth-child(4n) {
  margin: 0 0 20px;
  background: #006CBA;
  color: #fff;
  border: none;
}
.u-list-flow02 .list-ttl {
  font-size: clamp(18px, calc( 25 / 1280 * 100vw ), 25px);
  margin: 0 0 15px;
  font-family: "FOT-筑紫A丸ゴシック Std R";
}
.u-list-flow02 .list-img {
  margin-bottom: 20px;
}

@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: clamp(21px, calc(25 / 1280 * 100vw), 25px);
    line-height: 1;
    letter-spacing: 0.1em;
    position: absolute;
    top: -.5em;
  }
  .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-flow02.col4 > li {
    width: 100%;
    margin: 0 0 50px;
    padding: 20px;
  }
  .u-list-flow02.col4 > li::after {
    top: inherit;
    bottom: -40px;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(90deg);
    transform: translate(50%, 0) rotate(90deg);
  }
  .u-list-flow02.col4 > li:last-child::after {
    display: none;
  }
  .u-list-flow02.col4 > li:nth-child(4n) {
    margin: 0 0 20px;
  }
  .u-list-flow02.col4 > li:last-child {
    margin: 0 0 20px;
  }
}
/*アンカーリンクパーツ18*/
.u-list-anchor {
  font-family: "FOT-筑紫A丸ゴシック Std R";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.u-list-anchor li {
  font-size: clamp(16px, calc(17 / 1280 * 100vw), 17px);
  padding-left: 10px;
}
.u-list-anchor li::before {
  content: "|";
  padding-right: 10px;
}
.u-list-anchor li:last-child::after {
  content: "|";
  padding-left: 10px;
}

/*パーツ20*/
.u-box-num {
  background: #F7F7F7;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
}
.u-box-num .box-ttl, .u-box-num .sub-ttl {
  color: #006CBA;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  font-weight: bold;
}
.u-box-num .sub-ttl {
  font-size: 20px;
}
.u-box-num .box-ttl {
  font-size: 40px;
}
.u-box-num .box-ttl.blue {
  color: #1173BC;
}

.price-ttl span {
  color: #006CBA;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  font-weight: bold;
  padding-right: 10px;
  font-size: 40px;
}

/*アンカーリンクパーツ21*/
.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-radius: 10px;
  border: 2px solid #1173BC;
  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: "FOT-筑紫A丸ゴシック Std R";
  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;
  }
}
/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  position: relative;
  background: #ffcb00;
  color: #fff;
}
.footer a {
  text-decoration: none;
}
.footer img {
  border-radius: unset;
}
.footer .container {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 1;
}
.footer .wrapper {
  width: 95%;
  max-width: 724px;
  margin: auto;
}
.footer .wrapper .inner {
  width: 100%;
  padding: clamp(50px, calc(80 / 1280 * 100vw), 80px) 0;
}
.footer .wrapper .inner .footer-info {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  color: #000;
}
.footer .wrapper .inner .footer-info p {
  font-size: 18px;
}
.footer .wrapper .inner .footer-info small {
  display: block;
  font-weight: normal;
}
.footer .wrapper .inner .footer-info a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 500;
}
.footer .wrapper .l-wrap {
  display: grid;
  grid-template-columns: repeat(2, calc(493 / 1024 * 100%));
  justify-content: space-between;
}
.footer .wrapper .l-wrap:nth-of-type(1) {
  margin-bottom: calc(80 / 1024 * 100%);
}
.footer .wrapper .l-wrap .time-table-wrap + .time-table-wrap {
  margin-top: 0;
}
.footer .wrapper .info .s-logo {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-left: -0.5%;
}
.footer .wrapper .info .s-logo img {
  width: clamp(51px, calc(64 / 1280 * 100vw), 64px);
}
.footer .wrapper .info .s-logo .wrap {
  line-height: 0;
  margin-left: clamp(5px, calc(10 / 1280 * 100vw), 10px);
}
.footer .wrapper .info .s-logo .wrap span {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
.footer .wrapper .info .s-logo .wrap span:nth-of-type(1) {
  font-size: clamp(15px, calc(19 / 1280 * 100vw), 19px);
  line-height: calc(26 /19 * 1em);
}
.footer .wrapper .info .s-logo .wrap span:nth-of-type(2) {
  font-size: clamp(24px, calc(30 / 1280 * 100vw), 30px);
  line-height: calc(42 /30 * 1em);
  margin-top: clamp(-5px, calc(5 / 1280 * -100vw), -3px);
}
.footer .wrapper .info a.tel {
  display: flex;
  align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(27px, calc(34 / 1280 * 100vw), 34px);
  line-height: calc(47 / 34 * 1em);
  margin: clamp(5px, calc(9 / 1280 * 100vw), 9px) 0 clamp(12px, calc(11 / 1280 * 100vw), 11px);
}
.footer .wrapper .info a.tel img {
  width: clamp(23px, calc(28.62 / 1280 * 100vw), 28.62px);
  margin-right: calc(10 / 556.3 * 100%);
}
.footer .wrapper .info .reception {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(13px, calc(16 / 1024 * 100vw), 16px);
  line-height: calc(24 / 16 * 1em);
  margin-bottom: clamp(16px, calc(27 / 1280 * 100vw), 27px);
}
.footer .wrapper .info .address {
  margin-bottom: clamp(16px, calc(27 / 1280 * 100vw), 27px);
}
.footer .wrapper .info .address span {
  display: block;
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(13px, calc(16 / 1024 * 100vw), 16px);
  line-height: calc(28 / 16 * 1em);
}
.footer .wrapper .site-map {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
  width: calc(458 / 493 * 100%);
  margin: 0 0 0 auto;
}
.footer .wrapper .site-map ul + ul {
  margin: 0;
}
.footer .wrapper .site-map ul li a.no-link {
  display: block;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", serif;
  font-size: clamp(14px, calc(17 / 1024 * 100vw), 17px);
  line-height: 1em;
  color: #ffcb00;
  margin-bottom: clamp(12px, calc(27 / 1280 * 100vw), 27px);
}
.footer .wrapper .site-map ul li ul.sub-menu a {
  display: block;
  position: relative;
  width: fit-content;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(13px, calc(16 / 1024 * 100vw), 16px);
  line-height: calc(34 / 16 * 1em);
}
.footer .f-copy {
  width: 100%;
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", serif;
  font-size: clamp(16px, calc(16 / 1280 * 100vw), 16px);
  line-height: calc(20 / 14 * 1em);
  color: #FFF;
  background: #ffcb00;
}
.footer .f-copy .wrapper {
  width: 95%;
  max-width: 724px;
  margin: auto;
}
.footer .f-copy .inner {
  display: flex;
  justify-content: center;
  padding: 0 0 clamp(50px, calc(80 / 1280 * 100vw), 80px);
}
.footer .f-copy nav a:nth-of-type(1) {
  padding-right: .5em;
}
.footer .f-copy nav a:nth-of-type(2) {
  padding-left: .25em;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: min(2.5vw, 100px);
  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);
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .footer {
    padding-bottom: 53px;
  }
  .footer .col2 {
    gap: 25px;
    text-align: center;
  }
  .footer .container {
    width: 100%;
    padding: 0;
  }
  .footer .container::before {
    left: 0;
    right: auto;
    width: 97.5%;
  }
  .footer .wrapper {
    width: 100%;
    padding: 50px 5vw;
  }
  .footer .wrapper .inner {
    padding: 0;
  }
  .footer .wrapper .l-wrap {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
  .footer .wrapper .l-wrap:nth-of-type(1) {
    margin-bottom: 50px;
  }
  .footer .wrapper .info .s-logo {
    justify-content: center;
  }
  .footer .wrapper .info a.tel {
    justify-content: center;
    font-size: 20px;
    margin: 8px 0 10px;
  }
  .footer .wrapper .info .reception {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
  }
  .footer .wrapper .info .address {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .wrapper .info .l-btn {
    display: flex;
    justify-content: center;
  }
  .footer .wrapper .site-map {
    width: 100%;
    justify-content: center;
  }
  .footer .wrapper .site-map ul li a.no-link {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer .wrapper .site-map ul li ul.sub-menu a {
    font-size: 14px;
  }
  .footer .f-copy .wrapper {
    padding: 0.5vw;
  }

  .pagetop {
    display: none;
  }

  .sp-navi {
    display: block;
  }

  .sp-navi-btns {
    display: flex;
    background: #888888;
    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: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-size: 10px;
    line-height: calc(15 / 10 * 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: 12px 0 6px;
  }
  .sp-navi-btns .item a.last {
    padding: 13px 0 6px;
  }
  .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 1px;
  }
  .sp-navi-btns .humberger .ttl {
    display: block;
    color: #FFF;
    font-family: "Cormorant Garamond", serif;
    font-size: 10px;
    line-height: calc(15 / 10 * 1em);
    letter-spacing: 0;
    text-align: center;
  }
  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(1) {
    top: 9px;
  }
  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(2) {
    top: 16.5px;
  }
  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(3) {
    top: 24px;
  }
  .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: "Cormorant Garamond", 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%, 8px) 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%, -7px) rotate(45deg);
  }

  .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: "Cormorant Garamond", 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 {
    font-family: "Cormorant Garamond", serif;
    margin: 0 0 50px;
  }
  .sp-navi-list > li > a {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    padding: 30px 0;
    text-align: center;
  }
  .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: 14px;
    text-decoration: none;
  }

  .sp-navi-logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .sp-navi-address {
    text-align: center;
    font-size: 14px;
  }

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

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

.red {
  color: #F44336;
}

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

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

  .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: "Cormorant Garamond", 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;
}

a.btn-more {
  place-items: center;
  position: relative;
  width: clamp(280px, calc(260 / 1280 * 100vw), 260px);
  height: 60px;
  padding: clamp(20px, calc(20 / 1280 * 100vw), 20px);
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", serif;
  font-size: clamp(16px, calc(16 / 1280 * 100vw), 16px);
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  background: #ffcb00;
}
a.btn-more.no-link {
  background: #ccc;
  pointer-events: none;
}
a.btn-more.wh {
  color: #FFF;
  background: #ffffff;
  border-radius: 50vw;
}
a.btn-more.noLink {
  color: #FFF;
  background: #ccc;
}
a.btn-more.noLink:hover {
  opacity: 1;
}
a.btn-more.ticket {
  color: #FFF;
  background: #5e3630;
}
a.btn-more.xl {
  width: fit-content;
}
a.btn-more.sm {
  font-size: 16px;
  padding: 0 55px 0 0;
}
a.btn-more.sm::before {
  width: 44px;
  height: 31px;
}

.btn-tel {
  background: #333;
  color: #fff;
}
.btn-tel i {
  font-size: 10px;
  margin-right: 10px;
}

a.btn-icon {
  place-items: center;
  position: relative;
  width: clamp(315px, calc(260 / 1280 * 100vw), 260px);
  height: 60px;
  padding: clamp(20px, calc(20 / 1280 * 100vw), 20px);
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", serif;
  font-size: clamp(16px, calc(16 / 1280 * 100vw), 16px);
  font-weight: bold;
  line-height: 1.25;
  background: #ffffff;
  color: #fff;
  border-radius: 200px;
}
a.btn-icon.red {
  background: #ffcb00;
  border-radius: unset;
  color: #fff;
  text-decoration: none;
}
a.btn-icon.red::before {
  content: none;
}
a.btn-icon.archive {
  background: #f7e8d7;
}
a.btn-icon::after {
  content: url("../img/icon-bottom-allow.svg");
  padding-left: 10px;
}
a.btn-icon.window::after {
  content: url("../img/icon-window.svg");
  padding-left: 10px;
}
a.btn-icon.x::after {
  content: url("../img/icon-x.svg");
  padding-left: 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-tel,
  .btn-icon,
  .btn-line {
    width: 100%;
  }

  .btn-wrap {
    display: grid;
  }
}
/*-----------------------------------------------------------
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: #ffcb00;
}
.obs_scroll_on li.dropdown::after {
  content: "";
  display: block;
  border-bottom: 2px solid #ffcb00;
  border-right: 2px solid #ffcb00;
  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: #ffffff !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);
}

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