@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

:root {
  --paddingSection: 64px;
  --paddingLR: 20px;
  --paddingTB: 40px;
  --color_beige: #f5f4f1;
  --color_beige_bg: #f5f4f1;
  --color_beige_bg02: #fcfaf7;
  --color_beige_hover: #f5f4f1;
  --color_blue: #13274b;
  --color_blue_bg: #13274b;
  --color_blue_hover: #050d19;
  --color_white: #ffffff;
  --color_white_bg: #ffffff;
  --color_lightblue: #2978C7;
  --color_lightblue_bg: #EFF4F9;
  --color_lightblue_hover: #215588;
  --color_orange: #D54101;
  --color_orange_bg: #813A1C;
  --color_orange_hover: #813A1C;
  --color_red: #c84836;
  --color_gray_bg: #F5F5F5;
  --color_border: #BEBEBE;
  --color_border_blue: #13274b;
  --border_radius: 100px;
}

@media screen and (max-width: 959px) {
  :root {
    --paddingSection: 40px;
    --border_radius: 10px;
  }
}

body {
  background: #f5f4f1;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #000;
  min-width: 1000px;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  font-size: 14px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

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

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover,
a:active,
a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 30000;
}

a.skip {
  background-color: #FFFFFF;
  /* 変更しない */
  text-align: center;
  /* 変更しない */
  padding: 2px 0;
  /* 変更しない */
  top: auto;
  /* 変更しない */
}

a.skip:active {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}

a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zen-maru-r {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-m {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-bo {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-bl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
  width: 100%;
}

.l-header-inner {
  width: 100%;
  display: flex;
}

.l-header-logo {
  margin: 32px 0 0 35px;
  width: 442px;
}

.l-header-logo img {
  width: 100%;
}

.l-header-info {
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* nav */
.l-header-nav__item {
  display: flex;
  gap: 35px;
  margin-right: 61px;
}

.l-header-nav__item li {
  position: relative;
}

.l-header-nav__item li a {
  color: var(--color_blue);
  font-size: 1.125rem;
}

.l-header-nav__item li:after {
  content: '';
  position: absolute;
  right: -17px;
  top: 5px;
  width: 1px;
  height: 19px;
  background-color: #13274b;
}

.l-header-nav__item li:last-child:after {
  display: none;
}

.l-header-entry {
  width: 180px;
  height: 120px;
  background-color: var(--color_blue_bg);
  color: #fff;
}

.l-header-entry a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.0625rem;
  font-weight: 500;
}

.sp-navi {
  display: none;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
.l-footer {
  position: relative;
  background-color: #fcfaf7;
}

.l-footer-head {
  background-color: #fcfaf7;
}

.l-footer-inner {
  padding-top: 60px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.l-footer-logo {
  text-align: center;
  margin: 0 auto;
  width: 366px;
}

.l-footer-info {
  padding-top: 40px;
  border-top: 1px solid #e8e6e0;
  margin-top: 90px;
  position: relative;
}

.l-footer-nav {
  display: flex;
  gap: 3.15rem;
  margin-bottom: 40px;
}

.l-footer-nav li {
  position: relative;
}

.l-footer-nav li:before {
  content: '';
  position: absolute;
  right: -1.5625rem;
  top: 5px;
  height: 16px;
  width: 1px;
  background-color: var(--color_blue);
}

.l-footer-nav li:last-child:before {
  display: none;
}

.l-footer-nav li a,
.l-footer-tell {
  color: var(--color_blue);
  font-weight: 500;
}

.l-footer-mail {
  color: var(--color_blue);
  font-weight: 500;
}

.l-footer-insta {
  position: absolute;
  top: 107px;
  left: 290px;
  width: 40px;
}

.l-footer-btn {
  position: absolute;
  right: 0;
  top: 85px;
}

.l-footer-btn a {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e8e6e0;
  font-size: 1.25rem;
  width: 278px;
  height: 65px;
  line-height: 65px;
  color: var(--color_blue);
  font-weight: 500;
  border-radius: 200px;
}

.l-footer-head {
  background-color: #fcfaf7;
  padding-bottom: 40px;
}

.l-footer-bg {
  width: 100%;
  background-image: url(../images/common/ph_footer.jpg);
  background-repeat: no-repeat;
  background-position: center 100px;
  background-attachment: fixed;
  background-size: cover;
}

.l-footer-bg .inner {
  background: url(../images/common/ft-bg.svg) no-repeat center top;
  background-size: 2000px auto;
  padding-bottom: 48%;
  position: relative;
  z-index: 10;
}

.copyright p {
  color: var(--color_blue);
  text-align: center;
  margin: 20px 0 0;
  padding-bottom: 20px;
}

/*page top*/
.l-footer-top {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 80px;
  width: 73px;
  height: 73px;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
/* mv */
.mv {
  padding: 0px 0 80px;
}

.mv-inner-list {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 82vh;
  position: relative;
}

.mv-inner-list01 {
  background-image: url(../images/top/mv-slider01.jpg)
}

.mv-inner-list02 {
  background-image: url(../images/top/mv-slider02.jpg)
}

.mv-inner-list03 {
  background-image: url(../images/top/mv-slider03.jpg)
}

.mv-catch {
  position: absolute;
  left: 10%;
  bottom: 20%;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}



/* greeting */
.greeting .c-center {
  padding-top: 0;
  padding-bottom: 80px;
}

.greeting-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.greeting-inner .greeting-thum {
  width: 30%;
}

.greeting-inner .greeting-info {
  width: 70%;
  padding-left: 50px;
  box-sizing: border-box;
}

.greeting-inner .greeting-info .text {
  color: var(--color_blue);
  font-size: 1.125rem;
  margin-bottom: 25px;
  line-height: 2;
}

/* about */
.about {
  position: relative;
  margin-top: 5vw;
  padding: 3vw 0 120px;
  background-color: var(--color_beige_bg02);
}

.about:before {
  content: '';
  position: absolute;
  left: 0;
  top: -9vw;
  z-index: 1;
  width: 100%;
  background: url(../images/common/nami-head.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1400 / 256;
}

.about:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12vw;
  z-index: 1;
  width: 100%;
  background: url(../images/common/nami-btm.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1400 / 256;
}

.about .c-center {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.about h2,
.reason h2,
.blog h2,
.news h2,
.access {
  position: relative;
}

.about h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: -110px;
  width: 227px;
  height: 204px;
  background: url(../images/top/top-illust02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.about h2:after {
  content: '';
  position: absolute;
  right: 0;
  top: -90px;
  width: 100px;
  height: 212px;
  background: url(../images/top/top-illust03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout_about {
  display: flex;
  gap: 4.375rem;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}

.layout_about.layout_about_illust02:after {
  content: '';
  position: absolute;
  left: 170px;
  bottom: -150px;
  width: 266px;
  height: 214px;
  background: url(../images/top/top-illust04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout_about.layout_about_illust03:after {
  content: '';
  position: absolute;
  right: 50px;
  bottom: -250px;
  width: 180px;

  height: 298px;
  background: url(../images/top/top-illust05.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.reason h2:after {
  content: '';
  position: absolute;
  right: 0;
  top: -90px;
  width: 206px;
  height: 186px;
  background: url(../images/top/top-illust06.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout_reason.layout_reason02:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 120px;
  width: 150px;
  height: 242px;
  background: url(../images/top/top-illust07.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout_reason.layout_reason03:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 120px;
  width: 158px;
  height: 244px;
  background: url(../images/top/top-illust08.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout_reason.layout_reason07:after {
  content: '';
  position: absolute;
  right: -40px;
  top: -30px;
  width: 171px;
  height: 143px;
  background: url(../images/top/top-illust09.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.treatment h2:before {
  content: '';
  position: absolute;
  left: 120px;
  top: -50px;
  width: 170px;
  height: 149px;
  background: url(../images/top/top-illust02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.treatment h2:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50px;
  width: 198px;
  height: 152px;
  background: url(../images/top/top-illust11.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.news h2:before {
  content: '';
  position: absolute;
  left: 30%;
  top: -10px;
  width: 61px;
  height: 68px;
  background: url(../images/top/top-illust10.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.blog h2:after {
  content: '';
  position: absolute;
  right: 30px;
  top: -50px;
  width: 198px;
  height: 152px;
  background: url(../images/top/top-illust11.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.access:before {
  content: '';
  position: absolute;
  left: 10%;
  bottom: -50px;
  width: 320px;
  height: 460px;
  background: url(../images/top/top-illust12.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout_about .thum {
  order: 1;
  width: 40%;
}

.layout_about .detail_area {
  order: 2;
  width: 55%;
}

.layout_about:nth-child(2n) .thum {
  order: 2;
}

.layout_about:nth-child(2n) .detail_area {
  order: 1;
}

.layout_about .detail_area .category {
  margin-bottom: 21px;
}

.layout_about .detail_area .title {
  font-size: 2.25rem;
  color: var(--color_blue);
  font-weight: 700;
  margin-bottom: 0px;
}

.layout_about .detail_area .title p {
  font-size: 5rem;
  line-height: 1;
}

.layout_about .detail_area .title span {
  font-size: 2.25rem;
  color: var(--color_blue);
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(transparent 60%, #fff 60%);
}

.detail_area .txt18 {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--color_blue);
}

.btn-type02,
.btn-type03 {
  margin: 10px 0;
}

.btn-type02 a {
  display: inline-block;
  padding: 12px 30px;
  padding-right: 45px;
  background: url(../images/common/ico-arw-blue.svg) no-repeat 95% 50%;
  background-size: 16px auto;
  background-color: var(--color_white_bg);
  border: 1px solid var(--color_blue_bg);
  border-radius: 5px;
  text-align: center;
  color: var(--color_blue);
  font-size: 0.875rem;
  font-weight: 700;
  transition: .3s;
}

.btn-type02 a:hover {
  background-color: var(--color_beige_bg02);
}

.btn-type03 a {
  display: inline-block;
  padding: 12px 30px;
  padding-right: 45px;
  background-color: var(--color_white_bg);
  border: 1px solid var(--color_blue_bg);
  border-radius: 5px;
  text-align: center;
  color: var(--color_blue);
  font-size: 0.875rem;
  font-weight: 700;
  transition: .3s;
  position: relative;
}

.btn-type03 a:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color_blue);
  ;
  border-right: 2px solid var(--color_blue);
  ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-type03 a:hover {
  background-color: var(--color_beige_bg02);
}

.lead {
  margin-bottom: 45px;
}

.h2-ttl {
  text-align: center;
  color: var(--color_blue);
  font-size: 1.75rem;
}

.lead span {
  display: block;
  text-align: center;
  color: var(--color_blue);
  font-size: 1.125rem;
  margin-top: 15px;
  line-height: 1.8;
}

.treatment .h2-ttl,
.access .h2-ttl {
  padding-top: 112px;
  position: relative;
  background: url(../images/common/ttl-ico.svg) no-repeat top center;
  background-size: 109px auto;
}

.layout_access {
  display: flex;
  gap: 7.125rem
}

.layout_access .layout_info {
  flex: 1;
}

.layout_access .layout_info .h3-ttl {
  color: var(--color_blue);
  font-size: 1.75rem;
  margin-bottom: 25px;
  font-weight: 500;
}

.layout_access .layout_info .name {
  color: var(--color_blue);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.layout_access .layout_info address {
  color: var(--color_blue);
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.layout_access .layout_map {
  flex: 2;
  border-radius: 20px;
  overflow: hidden;
  height: 540px;
}

.layout_access .layout_map * {
  width: 100%;
  height: 100%;
}

/* 診療案内 */
.treatment {
  background-color: var(--color_beige_bg02);
  padding: 40px 0 40px;
}

.layout_treatment {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(322px, 1fr));
  gap: 3.75rem;
  margin-top: 75px;
}

.layout_treatment li {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 30px;
  border: 1px solid #BBCEDC;
}

.layout_treatment li a {
  pointer-events: none;
}

.layout_treatment li img {
  width: 100%;
  max-width: 140px;
  border-radius: 50%;
}

.layout_treatment li .title {
  width: 100%;
  margin-top: 20px;
  color: #BBCEDC;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout_treatment li .title h3 {
  color: #333;
  font-size: 1.25rem;
}

.c-btn {
  text-align: center;
}

.c-btn a {
  display: inline-block;
  min-width: 370px;
  height: 70px;
  border-radius: 100px;
  background: url(../images/common/ico-arw-white.svg) no-repeat 95% 50%;
  background-size: 16px auto;
  background-color: var(--color_blue_bg);
  color: #fff;
  line-height: 70px;
  text-align: center;
  transition: 0.5s;
}

.c-btn a:hover {
  opacity: 1;
  background-color: var(--color_blue_hover);
}

.more {
  margin: 30px auto;
}

/* news */

.news {
  padding-top: 50px;
}
.news .c-center {
  background-color: #fcfaf7;
  border: 1px solid #e8e6e0;
  padding: 90px 150px;
  border-radius: 20px;
}

.news-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news-list-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.news-list-inner .news-date {
  font-size: 1.15rem;
  color: var(--color_blue);
  min-width: 100px;
}

.news-list-inner .news-ttl {
  font-size: 1.15rem;
  width: calc(100% - 120px);
  color: var(--color_blue);
  text-align: left;
}

.news-list li a .news-list-inner .news-ttl {
  text-decoration: underline;
}

.news-list li a:hover .news-list-inner .news-ttl {
  text-decoration: none;
}

.reason {
  position: relative;
  padding: clamp(220px, 10vw, 20px) 0 clamp(60px, 10vw, 20px);
  background-color: var(--color_beige_bg);
}

.layout_reason {
  margin-bottom: 41px;
  display: flex;
  align-items: center;
  position: relative;
}

.reason-inner {
  margin-left: 0;
  margin-right: auto;
  width: 70%;
  min-height: 300px;
  position: relative;
  background-color: var(--color_white_bg);
  padding: 5rem 5rem 5rem 10rem;
}

.layout_reason:nth-child(2n) .reason-inner {
  margin-left: auto;
  margin-right: 0;
  padding-left: 15rem;
}

.layout_reason.layout_reason01:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 40%;
  height: 80%;
  z-index: 1;
  background: url(../images/top/reason-img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.layout_reason.layout_reason02:before {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  width: 40%;
  height: 80%;
  z-index: 1;
  background: url(../images/top/reason-img02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.layout_reason.layout_reason03:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 40%;
  height: 80%;
  z-index: 1;
  background: url(../images/top/reason-img03.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.layout_reason.layout_reason04:before {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  width: 40%;
  height: 80%;
  z-index: 1;
  background: url(../images/top/reason-img04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.layout_reason.layout_reason05:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 40%;
  height: 80%;
  z-index: 1;
  background: url(../images/top/reason-img05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.layout_reason.layout_reason06:before {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  width: 40%;
  height: 80%;
  z-index: 1;
  background: url(../images/top/reason-img06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.layout_reason.layout_reason07:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 40%;
  height: 80%;
  z-index: 1;
  background: url(../images/top/reason-img07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reason-inner .reason-ttl {
  font-size: 1.5rem;
  display: flex;
  align-items: flex-end;
  color: var(--color_blue);
  margin-bottom: 12px;
}

.reason-inner .reason-ttl * {
  font-size: 4rem;
  margin-right: 20px;
  line-height: 1;
}

.reason-inner ul {
  display: flex;
  gap: 1.3rem;
}

.blog .c-center {
  padding-top: 80px;
}

.blog-head {
  display: flex;
  gap: 2.75rem;
  margin-bottom: 30px;
}

.blog-head-thum {
  width: 40%;
}

.blog-head-thum img {
  border-radius: 20px;
}

.blog-head-info {
  margin-left: auto;
  width: 60%;
}

.post-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 12px;
}

.post-cat-list li {
  padding: 4px 10px;
  background: var(--color_blue);
  color: #fff;
  border-radius: 100px;
  font-size: 0.875rem;
}

.blog-head-info .txt16 {
  line-height: 1.8;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

.blog-list li.blog-list-items {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  background-color: var(--color_white_bg);
}

.blog-list .blog-thum {
  width: 100%;
  height: 230px;
  aspect-ratio: 100% / 230;
}

.blog-list .blog-info {
  padding: 20px;
}

.blog-list .blog-info .blog-ttl {
  font-size: 1.25rem;
  color: var(--color_blue);
  margin-bottom: 10px;
}


/*下層開始*/
.lv {
  margin: 30px auto 60px;
}

.lv-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px;
  display: flex;
  min-height: 338px;
  align-items: center;
  background: url(../images/common/lv.png) no-repeat top center/100%;
  border-radius: 20px;
  box-sizing: border-box;
}

.lv-inner h1 {
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.15)
}

.lv.lv-about .lv-inner {
  background: url(../images/lv/lv-about.jpg) no-repeat top center/100%;
  box-sizing: border-box;
}

.lv.lv-access .lv-inner {
  background: url(../images/lv/lv-access.jpg) no-repeat top center/100%;
  box-sizing: border-box;
}

.lv.lv-price .lv-inner {
  background: url(../images/lv/lv-price.jpg) no-repeat top center/100%;
  box-sizing: border-box;
}

.lv.lv-first .lv-inner {
  background: url(../images/lv/lv-first.jpg) no-repeat center center/100%;
  box-sizing: border-box;
}

/* 当院について */

.about-sub-catch {
  padding-bottom: 10vw;
}

.about-sub-catch .c-center.about-sub-catch__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-sub-catch .c-center .about-sub-catch__logo {
  width: 38%;
  padding: 0 3%;
  box-sizing: border-box;
}

.about-sub-catch .c-center .about-sub-catch__info {
  width: 56%;
}

.h3-ttl01 {
  font-size: 1.5rem;
  color: var(--color_blue);
  min-height: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.about-sub-catch__info .h3-ttl01 {
  font-size: 2rem;
  position: relative;
}

.about-sub-catch__info .h3-ttl01:before {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -10px;
  width: 115px;
  height: 247px;
  background: url(../images/first-time/first-illust02.png) 0% 0% / 100% no-repeat;
}

.about-sub-catch__info .txt16 {
  line-height: 1.8;
  font-size: 1.125rem;
}

.box-type01,
.c-center.box-type01 {
  background-color: #fcfaf7;
  border: 1px solid #e8e6e0;
  padding: 90px 120px;
  text-align: center;
  border-radius: 20px;
}

.team-health.box-type01 {
  text-align: left;
}

.team-health.box-type01 .h3-ttl01 {
  text-align: center;
}

.table-lyst01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}

.table-lyst01 tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #e8e6e0;
  padding: 12px 0;
  padding: 20px;
}

.table-lyst01 tr th {
  color: var(--color_blue);
  font-weight: 700;
  font-size: 1.125rem;
  min-width: 200px;
}

.table-lyst01 tr td {
  color: var(--color_blue);
  font-weight: 500;
  font-size: 1rem;
  min-width: 200px;
}

.equipment {
  position: relative;
  padding: 30px 0 80px;
  background-color: var(--color_beige_bg02);
}

.equipment:before {
  content: '';
  position: absolute;
  left: 0;
  top: -9vw;
  z-index: 1;
  width: 100%;
  background: url(../images/common/nami-head.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1400 / 256;
}

.equipment:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12vw;
  z-index: 1;
  width: 100%;
  background: url(../images/common/nami-btm.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1400 / 256;
}

.equipment .c-center {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.equipment-list {
  margin-bottom: 60px;
  min-height: 300px;
  padding-right: 45%;
}

.equipment-list.equipment-list01 {
  background: url(../images/top/equipment-img01.png) no-repeat top right;
  background-size: 55%;
}

.equipment-list.equipment-list02 {
  background: url(../images/top/equipment-img02.png) no-repeat top left;
  background-size: 55%;
}

.equipment-list.equipment-list03 {
  background: url(../images/top/equipment-img03.png) no-repeat top right;
  background-size: 55%;
}

.ttl-type02 {
  font-size: 2.25rem;
  color: var(--color_blue);
  font-weight: 700;
  margin-bottom: 0px;
}

.ttl-type02 * {
  font-size: 2.25rem;
  color: var(--color_blue);
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(transparent 60%, #fff 60%);
  display: inline-block;
}

.equipment-list.equipment-list02 {
  padding-right: 0;
  padding-left: 45%;
}

.equipment-list.equipment-list02 .ttl-type02 {
  display: flex;
  justify-content: flex-end;
}

.equipment-list .txt16 {
  margin-bottom: 25px;
}

.equipment-list .txt16 strong {
  color: var(--color_blue);
}

.about-torikumi {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 100px;
  // margin-top: 14vw;
  margin-bottom: 100px;
}

.about-torikumi h2 {
  color: var(--color_blue);
  text-align: center;
  font-size: 2.0625rem;
  margin-bottom: 35px;
}

.layout-col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  margin-bottom: 55px;
}

.layout-col2 li {
  min-width: 31.8rem;
  max-width: calc(50% - 1.8rem);
}

.layout-col2 li .thum {
  width: 100%;
  aspect-ratio: 510 / 284;
  /* 固定比率 */
  overflow: hidden;
  /* はみ出しを切る */
  position: relative;
  display: flex;
  justify-content: center;
}

.layout-col2 li .thum img {
  height: 100%;
  object-fit: cover;
  /* 中央トリミング */
  object-position: center;
  display: block;
}

.layout-col2 .ttl {
  color: var(--color_blue);
  margin-top: 10px;
}

.layout-col2-type02 {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.layout-col2-type02 ul {
  width: calc(50% - 3.5rem);
}

.layout-col2-type02 ul li {
  font-size: 1.125rem;
  color: var(--color_blue);
  margin-bottom: 7px;
}

.setubi-block {
  margin-top: 100px;
  padding-bottom: 100px;
  background: url(../images/first-time/first-illust02.png) no-repeat 0% 50%,
    url(../images/first-time/first-illust03.png) no-repeat 100% 50%;
  background-size: auto, auto;
}

.reason-type02-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(422px, 1fr));
  flex-wrap: wrap;
  gap: 3.5rem;
  position: relative;
  background: url(../images/top/top-illust08.png) no-repeat 100% 50%,
    url(../images/top/top-illust02.png) no-repeat 0% 100%;
  background-size: 158px 244px, 227px 204px;
  padding-bottom: 80px;
}

.reason-type02-list .h3-ttl01 {
  font-weight: 500;
}

.reason-type02-list .text {
  line-height: 1.8;
}

.reason-type02-list .btn-type02 {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.reason-type02 {
  margin-bottom: 10px;
}

.about-slider-area {
  margin-bottom: 100px;
}

.reason-type02 h2,
.about-slider-area h2 {
  position: relative;
}

.about-slider-area h2:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 198px;
  height: 152px;
  background: url(../images/top/top-illust11.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.reason-type02 h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 267px;
  height: 266px;
  background: url(../images/top/top-illust13.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.reason-type02 h2:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 198px;
  height: 152px;
  background: url(../images/top/top-illust11.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.firsttime-navi {
  display: flex;
  gap: 2rem;
}

.firsttime-navi li {
  width: 49%;
}

.firsttime-navi li a {
  width: 100%;
  padding: 20px 30px;
  font-size: 1.125rem;
}

.firsttime__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.firsttime__logo {
  width: 42%;
  padding: 0 3%;
  box-sizing: border-box;
}

.firsttime__info {
  width: 46%;
  padding-left: 30px;
  box-sizing: border-box;
}

.firsttime__info .h3-ttl01 {
  font-size: 2rem;
  position: relative;
}

.firsttime__info .h3-ttl01:before {
  content: '';
  position: absolute;
  left: -50px;
  top: -100px;
  width: 120px;
  height: 109px;
  background: url(../images/top/top-illust02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.firsttime__info .h3-ttl01:after {
  content: '';
  position: absolute;
  right: 60px;
  top: -90px;
  width: 75px;
  height: 167px;
  background: url(../images/first-time/first-illust02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-type02 a span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
  border-radius: 100px;
  width: 30px;
}

.firsttime__info .txt18 {
  font-size: 1.25rem;
  line-height: 2.2;
  color: var(--color_blue);
}

.firsttime__info .btn-type02 {
  gap: 2rem;
  display: flex;
  margin-top: 20px;
}

.firsttime {
  padding-bottom: 30px;
}

.firsttime_reserve {
  padding-bottom: 10vw;
}

.firsttime_reserve .c-center {
  background: url(../images/first-time/first-illust03.png) no-repeat 10% 100%,
    url(../images/top/top-illust06.png) no-repeat 100% 100%;
  background-size: 100px auto, 180px auto;
  text-align: center;
  background-color: #fff;
  border-top: 4px dashed #D4EEF8;
  border-bottom: 4px dashed #D4EEF8;
}

.firsttime_reserve span {
  font-size: 1.25rem;
  margin-bottom: 30px;
  display: block;
}

.flow {
  margin-bottom: 10vw;
  position: relative;
  padding: 30px 0 80px;
  background-color: var(--color_beige_bg02);
}

.flow:before {
  content: '';
  position: absolute;
  left: 0;
  top: -9vw;
  z-index: 1;
  width: 100%;
  background: url(../images/common/nami-head.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1400 / 256;
}

.flow:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12vw;
  z-index: 1;
  width: 100%;
  background: url(../images/common/nami-btm.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1400 / 256;
}

.flow .c-center {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.flow-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.flow-list li .flow-thum {
  width: 300px;
}

.flow-list li .flow-info {
  margin-left: auto;
  width: calc(100% - 330px);
}

.treatment_time_box {
  background-color: var(--color_white_bg);
  border: 1px solid #e8e6e0;
  padding: 90px 150px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.treatment_time_box .ttl {
  font-weight: 700;
  color: var(--color_white);
  background-color: var(--color_lightblue);
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.treatment_time_box .text {
  line-height: 1.8;
  margin-bottom: 15px;
}

.treatment_time h2 {
  position: relative;
}

.treatment_time h2:after {
  content: '';
  position: absolute;
  right: 60px;
  top: -90px;
  width: 206px;
  height: 187px;
  background: url(../images/top/top-illust06.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.treatment_time_box.treatment_time_illust03 {
  position: relative;
}

.treatment_time_box.treatment_time_illust03:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -60px;
  width: 155px;
  height: 244px;
  background: url(../images/top/top-illust08.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.faq h2 {
  position: relative;
}

.faq h2:after {
  content: '';
  position: absolute;
  left: 30%;
  bottom: -10px;
  width: 61px;
  height: 68px;
  background: url(../images/first-time/first-illust04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.dot-list {
  margin: 15px 0 25px;
}

.dot-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 15px;
}

.dot-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--color_blue);
  border-radius: 10px;
}

.faq {
  background-color: var(--color_beige_bg02);
}

.faq-list {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ccc
}

.faq-list dt {
  font-size: 1.25rem;
  color: var(--color_blue);
  font-weight: 700;
}

.faq-list dt span,
.faq-list dd span {
  font-size: 2rem;
  color: var(--color_blue);
  margin-right: 15px;
}

.faq-list dd {
  padding: 0 30px;
}

/*親子教室・子ども矯正・ベビー歯科*/

.parent_child {
  margin-bottom: 10vw;
  position: relative;
  padding: 30px 0 80px;
  background-color: var(--color_beige_bg02);
}

.parent_child:before {
  content: '';
  position: absolute;
  left: 0;
  top: -9vw;
  z-index: 1;
  width: 100%;
  background: url(../images/common/nami-head.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1400 / 256;
}

.parent_child:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12vw;
  z-index: 1;
  width: 100%;
  background: url(../images/common/nami-btm.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1400 / 256;
}

.parent_child .c-center {
  position: relative;
  z-index: 1;
}

.parent_child_box01 {
  background-color: #F5F5F5;
  border: 1px solid #e8e6e0;
  padding: 40px 150px;
  border-radius: 20px;
  margin: 40px 0;
  position: relative;
  z-index: 4;
}

.parent_child_box01.manabu-about {
  background: url(../images/baby-treatment/bt-img01.png) no-repeat 85% 50%;
  background-size: 350px;
  background-color: #F5F5F5;
}

.parent_child_box01.loan-illust h3 {
  position: relative;
}

.parent_child_box01.loan-illust h3:after {
  content: '';
  position: absolute;
  right: -120px;
  top: -100px;
  width: 161px;
  height: 154px;
  background: url(../images/top/top-illust14.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.col02-layout-type {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
}

.col02-layout-type:last-child {
  margin-bottom: 0;
}

.col02-layout-type.ai-fc {
  align-items: center;
}

.col02-layout-type .thum {
  width: 400px;
  margin-bottom: 15px;
}

.col02-layout-type .info {
  margin-left: auto;
  width: calc(100% - 400px);
}

.col02-layout-type .info p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.col02-layout-type:nth-child(2n) .thum {
  order: 2;
}

.col02-layout-type:nth-child(2n) .info {
  order: 1;
  margin-left: 0;
  margin-right: auto;
}

.col02-layout-type .info .title {
  font-size: 1.75rem;
  color: var(--color_blue);
  font-weight: 700;
  margin-bottom: 20px;
}

.col02-layout-type .info .title span {
  color: var(--color_blue);
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(transparent 60%, #fff 60%);
}

.col02-layout-type .info .text {
  font-size: 1.125rem;
  color: var(--color_blue);
}

.treatment_flow {
  background-color: var(--color_beige_bg02);
  padding: 100px 0;
  margin: 80px 0;
}

.treatment_flow_list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.treatment_flow_list li {
  width: 30%;
  background-color: #fff;
  border-radius: 20px;
  height: 200px;
  border: 1px solid #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.treatment_flow_list li:after {
  content: '';
  position: absolute;
  right: -63px;
  top: 50%;
  margin-top: -24px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 24px solid transparent;
  border-left: 24px solid #ccc;
}

.treatment_flow_list li:last-child:after {
  display: none;
}

.treatment_flow_list li p {
  font-size: 1.5rem;
  color: var(--color_blue);
  font-weight: 700;
}

.treatment_case_list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 80px;
}

.treatment_case_list * {
  max-width: 414px;
}

.treatment_support_box {
  background-color: #F5F5F5;
  border: 1px solid #e8e6e0;
  padding: 40px 80px;
  border-radius: 20px;
  margin: 40px 0;
}

.reservation {
  background: url(../images/first-time/first-illust02.png) no-repeat 14% 50%,
    url(../images/first-time/first-illust03.png) no-repeat 90% 50%;
  background-color: var(--color_white_bg);
  text-align: center;
  padding: 80px 0;
  margin-bottom: 100px;
}

.reservation p {
  line-height: 1.8;
  font-size: 1.25rem;
  color: var(--color_blue);
  text-align: center;
  margin-bottom: 30px;
}

.treatment_support_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 90px;
}

.treatment_support_inner .thum {
  width: 360px;
}

.treatment_support_inner .info .text {
  font-size: 1.25rem;
  color: var(--color_blue);
  margin-bottom: 30px;
}

.counseling-thum img {
  width: 100%;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */
/*
filter: drop-shadow(0 3px 6px rgba(0, 55, 51, 0.1));
font-size: clamp(0.75rem, 1.25vw, 1rem);
aspect-ratio: 1 / 2;
background: center/contain url("../images/aaa.svg") no-repeat;
*/

.c-center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--paddingTB) var(--paddingLR);
  box-sizing: border-box;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-right {
  justify-content: flex-end;
}


/* column */
.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

/*==========
タイトル
==========*/

.content-body h1,
h1:not([class]) {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color_green);
  line-height: 1.25;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.75em;
  position: relative;
}

.content-body h1::after,
h1:not([class])::after {
  content: "";
  width: 3.125em;
  height: 0.125em;
  background-color: var(--color_green);
  border-radius: 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.content-body h1:not(:first-child),
h1:not([class]):not(:first-child) {
  margin-top: 2.5rem;
}

@media screen and (max-width: 959px) {

  .content-body h1,
  h1:not([class]) {
    font-size: 1.375rem;
  }
}

.content-body h2,
h2:not([class]) {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.25;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--color_green);
  margin-bottom: 0.75em;
}

.content-body h2::after,
h2:not([class])::after,
{
content: "";
flex: 1;
height: 2px;
background-color: var(--color_green);
margin-top: 0.25em;
z-index: 1;
}

.content-body h2:not(:first-child),
h2:not([class]):not(:first-child),
{
margin-top: 4rem;
}

@media screen and (max-width: 959px) {

  .content-body h2,
  h2:not([class]) {
    font-size: 1.25rem;
  }
}

.content-body h3,
h3:not([class]) {
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  font-weight: 700;
  color: var(--color_blue);
  border-left: 6px solid var(--color_blue);
  padding-left: 18px;
  margin-bottom: 1.5rem;
}

.content-body h3:not(:first-child),
h3:not([class]):not(:first-child) {
  margin-top: 4rem;
}

@media screen and (max-width: 959px) {

  .content-body h3,
  h3:not([class]) {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.content-body h4,
h4:not([class]) {
  font-size: clamp(1.25rem, 1.625vw, 1.625rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.content-body h4:not(:first-child),
h4:not([class]):not(:first-child) {
  margin-top: 2.5rem;
}

@media screen and (max-width: 959px) {

  .content-body h4,
  h4:not([class]) {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.content-body h5,
h5:not([class]) {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.content-body h5:not(:first-child),
h5:not([class]):not(:first-child) {
  margin-top: 2.5rem;
}

@media screen and (max-width: 959px) {

  .content-body h5,
  h5:not([class]) {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

strong {
  font-weight: 700;
}

.wp-block-image:not(:last-child),
.wp-block-columns:not(:last-child) {
  margin-bottom: 1.5rem;
}

.wp-block-image:not(:first-child),
.wp-block-columns:not(:first-child) {
  margin-top: 1.5rem;
}

.wp-block-image {
  margin: 0 0 1em;
}


/*=== breadcrumb ===*/
#breadcrumb {
  padding: 2.5rem 0 1.5rem;
  max-width: 1300px;
  width: 100%;
  margin: 90px auto 19px;
}

.list_breadcrumb {
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.list_breadcrumb::-webkit-scrollbar {
  display: none;
}

.list_breadcrumb>*:not(:last-child) {
  display: flex;
  align-items: center;
}

.list_breadcrumb>*:not(:last-child)::after {
  content: " / ";
  margin: 0 0.5em;
  width: 0.5em;
  aspect-ratio: 1/1;
  color: var(--color_blue);
  display: block;
  font-size: 0.8125rem;
}

.list_breadcrumb a {
  color: var(--color_blue);
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .list_breadcrumb {
    font-size: 0.75rem;
  }
}


/*==========
Effect
==========*/

.rotate {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.rotate.trigger {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

.fadeUpList>* {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeUpList.trigger>* {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.popUp.trigger {
  -webkit-animation-name: popUp;
  animation-name: popUp;
}

.popUpList>* {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.popUpList.trigger>* {
  -webkit-animation-name: popUp;
  animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
  animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

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

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

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

.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.slideRight.trigger {
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

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

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

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


/*Access*/
.wave-head {
  padding-bottom: 10vw;
}

.wave-block {
  position: relative;
  padding: 30px 0 80px;
  background-color: var(--color_beige_bg02);
}

.wave-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: -9vw;
  z-index: 0;
  width: 100%;
  background: url(../images/common/nami-head.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1400 / 256;
}

.wave-block .lead {
  position: relative;
  z-index: 3;
}

.access-block {
  display: flex;
  gap: 3rem;
  margin-bottom: 70px;
}

.access-block__thum {
  width: 60%;
}

.access-block__thum iframe {
  width: 100%;
  height: 340px;
  // filter: grayscale(100%) contrast(1.1) brightness(0.95);
}

.access-block__thum img {
  width: 100%;
}

.access-block__info {
  width: 40%;
  margin-left: auto;
}

.access-block__info .name {
  font-size: 1.25rem;
  color: var(--color_blue);
  font-weight: 700;
  margin-bottom: 20px;
}

.access-block__info address {
  font-size: 1.125rem;
  color: var(--color_blue);
  line-height: 1.8;
  margin-bottom: 20px;
}

.access-block__info .txt18 {
  font-size: 1.125rem;
  color: var(--color_blue);
  line-height: 1.8;
  margin-bottom: 20px;
}

.access-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.access-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layout-type02 {
  margin-bottom: 50px;
  display: flex;
  gap: 3rem;
  background-color: #fff;
  border: 1p solid var(--color_border);
  padding: 50px;
  border-radius: 30px;
  position: relative;
  box-shadow: 0 3px 16px rgba(19, 39, 75, .16);
}

.layout-type02:last-child,
.access-root-list.layout-type02:last-child {
  margin-bottom: 40px;
}

.access-root-list:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin-left: -24px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 24px solid transparent;
  border-left: 24px solid #ccc;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.access-root-list:last-child:after {
  display: none;
}

.layout-type02 .layout-type02-left {
  width: 70%;
  display: flex;
  align-items: center;
}

.layout-type02 .layout-type02-right {
  width: 30%;
  margin-left: auto;
  text-align: right;
}

.access-root-list.layout-type02 {
  margin-bottom: 90px;
}

.root-step {
  color: var(--color_blue);
  font-size: 1.75rem;
  margin-bottom: 5px;
  display: block;
}

.access-root-list__info .text {
  font-size: 1.125rem;
}

.access-root-list {
  position: relative;
  z-index: 1;
}

.layout-type02.access-root-list.access-root-list01:before {
  content: '';
  position: absolute;
  right: -30px;
  top: -110px;
  width: 150px;
  height: 242px;
  background: url(../images/top/top-illust07.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout-type02.access-root-list.access-root-list02:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 227px;
  height: 204px;
  background: url(../images/top/top-illust02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*Price*/

.lv-inner h1 span {
  display: block;
  font-size: 1.375rem;
}

.price-about p {
  color: var(--color_blue);
  font-size: 1.25rem;
  line-height: 2;
}

.price-feature .parent_child_box01 .txt18+.txt18 {
  margin-top: 25px;
}

.price-feature .parent_child_box01 .txt18 span {
  font-weight: 900;
  color: var(--color_blue);
}

.price-feature .reason-type02 {
  margin: 100px 0 70px;
}

.price-feature .reason-type02 .h3-ttl01 {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

.price-feature .reason-type02 .h3-ttl01-head:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -110px;
  width: 227px;
  height: 204px;
  background: url(../images/top/top-illust02.png) 0% 0% / 100% no-repeat;
}

.price-feature .reason-type02 .h3-ttl01-head:after {
  content: "";
  position: absolute;
  right: -30px;
  top: -10px;
  width: 192px;
  height: 158px;
  background: url(../images/top/top-illust11.png) 0% 0% / 100% no-repeat;
}

.price-feature .reason-type02 .h3-ttl01 span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

.price-feature .treatment_case_list .inner {
  border: 1px solid var(--color_border);
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.price-feature .treatment_case_list .inner .h3-ttl01 {
  margin-bottom: 15px;
  border-bottom: 1px dashed var(--color_border);
  padding-bottom: 10px;
}

.price-feature .treatment_case_list .inner .text {
  line-height: 1.8;
}

.price-about {
  background-color: #fff;
  padding: 80px 60px;
}

.price-about .h2-ttl {
  position: relative;
}

.price-about .h2-ttl:before {
  content: "";
  position: absolute;
  left: 30%;
  top: -70px;
  width: 101px;
  height: 166px;
  background: url(../images/first-time/first-illust03.png) 0% 0% / 100% no-repeat;
}

.h3-ttl02 {
  // background-color: #828FA7;
  background-color: #5D749F;
  padding: 12px 30px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 5px;
}

.h3-ttl02:before {
  content: '';
  position: absolute;
  left: 11px;
  width: 5px;
  height: 50%;
  top: 25%;
  border-radius: 5px;
  background-color: #fff;
}

.price-box {
  margin-bottom: 60px;
}

.price-table01,
.price-table02 {
  table-layout: fixed;
  width: 100%;
}

.price-table01 th,
.price-table01 td,
.price-table02 th,
.price-table02 td {
  padding: 15px 10px;
  border: 1px solid var(--color_border);
}

.price-table01 th p,
.price-table01 td p,
.price-table02 th p,
.price-table02 td p {
  font-size: 1rem;
}

.price-table01 th {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 300px;
  background-color: #efefef;
  color: var(--color_blue);
}

.price-table01 td {
  padding-left: 30px;
  color: var(--color_blue);
}

.price-table02 {
  margin-top: 40px;
}

.price-table02 th {
  width: 13%;
  font-weight: 700;
  background-color: #67748F;
}

.price-table02 td:nth-child(2) {
  width: 22%;
}

.price-table02 td:nth-child(3) {
  width: 22%;
}

.price-table02 th p {
  color: #fff;
  text-align: left;
}

.price-table02 td p+p {
  margin-top: 15px;
}

.price-table02 th span {
  color: #fff;
  display: block;
  font-weight: 500;
}

.u-color-main {
  color: var(--color_blue);
}

.u-color-blue02 {
  color: #83A3E3;
}

.u-color-blue03 {
  color: #5D749F;
}

.u-color-orange {
  color: #fbc02d;
}

.health-head.about-sub-catch {
  padding-bottom: 0;
}

.health-thum ul {
  display: flex;
  gap: 5px;
  margin: 30px 0;
}

.health-thum ul li {
  width: 25%;
}

.health-head-list {
  margin: 80px 0 20px;
}

.health-head-list img {
  margin: 0 auto 40px;
  display: block;
}

.health-head-list .health-head-list__catch {
  font-size: 1.125rem;
  color: var(--color_blue);
  margin-bottom: 25px;
}

.health-flow,
.health-head-items {
  display: flex;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.health-head-items li {
  width: 31%;
  background-color: #fff;
  border: 1px solid var(--color_border);
  padding: 20px;
  border-radius: 5px;
}

.health-head-items li .ttl {
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color_border);
  margin-bottom: 15px;
  color: var(--color_blue);
  font-weight: 700;
}

.health-flow .inner {
  background-color: #fff;
  position: relative;
  width: 31%;
  padding: 20px;
  box-sizing: border-box;
}

.health-flow .inner .num {
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
  color: #93B7FF;
}

.health-flow .inner .h3-ttl01 {
  margin-bottom: 0;
}

.health-flow {
  margin-bottom: 30px;
}

.num-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.num-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.num-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid var(--color_blue);
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  color: var(--color_blue);
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}

.health-about {
  margin-top: 80px;
}

.health-about .inner {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
  padding: 40px;
  position: relative;
  z-index: 1;

}

.health-about .inner .inner-grid {
  display: flex;
  gap: 3rem;
}

.health-about .inner .info {
  width: 65%;
}

.health-about .inner .info .ttl-type02 * {
  font-size: 1.5rem;
  position: relative;
  padding-left: 50px;
}

.health-about .inner .info .ttl-type02 *:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -30px;
  width: 51px;
  height: 146px;
  background: url(../images/first-time/first-illust03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.health-about .inner .info .txt16 {
  line-height: 1.8;
}

.health-about .inner .info .txt16+.txt16 {
  margin-top: 20px;
}

.health-about .inner .thum {
  width: 35%;
  text-align: center;
  margin-left: auto;
}

.health-about .inner .thum span {
  display: block;
  text-align: center;
  margin-top: 12px;
}

.health-about .parent_child_box01 {
  padding: 40px 60px;
}

.equipment-list .ttl-type02 * {
  display: inline;
}

.health-about .equipment-list .txt16 {
  line-height: 1.8;
}

.content-box-ttl {
  font-size: 1.25rem;
  color: #83A3E3;
  font-weight: 700;
  margin-bottom: 20px;
}

.treatment_support_inner.point {
  align-items: flex-start;
  margin-bottom: 0;
}

.health-about-table table {
  table-layout: fixed;
  width: 100%;
}

.health-about-table table th,
.health-about-table table td {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.health-about-table table th {
  font-weight: 700;
  background-color: #efefef;
  vertical-align: middle;
  color: var(--color_blue);
}

.health-about-table table th:nth-child(3) {
  width: 50%;
}

/*施設基準と取り組み*/

.facility-list {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.facility-list .h3-ttl01 {
  margin-bottom: 5px;
  display: inline-block;
  padding-left: 36px;
  background: url(../images/common/ico-teeth.svg) no-repeat 0px 3px;
}

.facility-list .treatment_time_box {
  padding: 30px 60px;
  margin-top: 15px;
}

.facility-content {
  background-color: #fff;
  padding: 40px 0 10px;
}

.facility-content:nth-child(2n) {
  background-color: #fcfaf7;
}

.equipment-list-items {
  margin-bottom: 80px;
  background: #fff;
  padding: 30px;
  border: 3px solid #13274b;
  border-radius: 15px;
}

.equipment-list-inner {
  display: flex;
  gap: 2rem;
  margin-bottom: 40px;
}

.equipment-list-inner .thum {
  width: 34%;
}

.equipment-list-inner .info {
  margin-left: auto;
  width: 63%;
}

.equipment-list-inner .info .text {
  line-height: 1.8;
}

.equipment-list-items p+p {
  margin-top: 15px;
}

.equipment-list-about {
  background-color: #efefef;
  padding: 50px;
  border: 1px solid #ccc;
  margin-bottom: 50px;
  border-radius: 10px;
}

.equipment-list-about .text {
  line-height: 1.6;
}

.equipment-list-about .text+.text {
  margin-top: 15px;
}

.equipment-list-about .content-box-ttl {
  text-align: center;
  color: var(--color_blue);
}

.equipment-list-items .treatment_time_box {
  padding: 60px 90px 40px;
}

.att-block {
  padding: 40px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.att-block .ttl {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: var(--color_blue);
}

.att-block .ttl span {
  display: inline-block;
  padding-left: 34px;
  background: url(../images/common/ico-att.svg) no-repeat left center;
  background-size: 29px auto;
}

.att-block .text {
  line-height: 1.8;
  color: var(--color_blue);
}

.content-box-ttl.ico-type span {
  display: inline-block;
  padding-left: 39px;
  background: url(../images/common/ico-lamp.svg) no-repeat left center;
  background-size: 29px auto;
}

.white-block {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
}

.m-box-type {
  margin-bottom: 50px;
}

.m-box-type .txt16 {
  margin-bottom: 15px;
}

.figure {
  margin: 20px 0 30px;
}

.figure.ta-c {
  text-align: center;
}

.kounai .figure span {
  display: block;
}

.facility-list.facility-illust {
  position: relative;
}

.facility-list.facility-illust:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -70px;
  width: 81px;
  height: 126px;
  background: url(../images/first-time/first-illust03.png) 0% 0% / 100% no-repeat;
}

.facility-list.facility-illust:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -70px;
  width: 167px;
  height: 154px;
  background: url(../images/top/top-illust02.png) 0% 0% / 100% no-repeat;
}

.facility-content .equipment-list-about {
  position: relative;
}

.facility-content01 .equipment-list-about.facility-illust:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -130px;
  width: 206px;
  height: 186px;
  background: url(../images/top/top-illust06.png) 0% 0% / 100% no-repeat;
}

.facility-content02 .equipment-list-about.facility-illust:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -130px;
  width: 171px;
  height: 143px;
  background: url(../images/top/top-illust09.png) 0% 0% / 100% no-repeat;
}

.facility-content03 .equipment-list-about.facility-illust:after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -170px;
  width: 150px;
  height: 298px;
  background: url(../images/top/top-illust05.png) 0% 0% / 100% no-repeat;
}

.facility-content .h2-ttl {
  position: relative;
}

.facility-content .h2-ttl:before {
  content: "";
  position: absolute;
  left: 30%;
  bottom: -40px;
  width: 66px;
  height: 86px;
  background: url(../images/top/top-illust16.png) 0% 0% / 100% no-repeat;

}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.u-br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}

.u-br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}

.u-br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0 {
  border: none;
}

.u-br-t-0 {
  border-top: none;
}

.u-br-r-0 {
  border-right: none;
}

.u-br-b-0 {
  border-bottom: none;
}

.u-br-l-0 {
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb {
  display: table !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-n {
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

.u-fz-22 {
  font-size: 22px !important;
}

.u-fz-24 {
  font-size: 24px !important;
}

.u-fz-26 {
  font-size: 26px !important;
}

.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc {
  display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

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

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap {
  white-space: nowrap;
}

.u-mx-img {
  max-width: 100%;
}

.u-tx-inside {
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0 {
  margin-top: 0 !important;
}

.u-pt-8 {
  margin-top: 8px !important;
}

.u-pt-16 {
  margin-top: 16px !important;
}

.u-pt-24 {
  margin-top: 24px !important;
}

.u-pt-32 {
  margin-top: 32px !important;
}

.u-pt-40 {
  margin-top: 40px !important;
}

.u-pt-48 {
  margin-top: 48px !important;
}

.u-pt-56 {
  margin-top: 56px !important;
}

.u-pt-64 {
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-r {
  font-weight: 400 !important;
}

.u-fw-n {
  font-weight: 500 !important;
}

.u-fw-b {
  font-weight: 700 !important;
}

.u-td-u {
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto {
  width: auto !important;
}

.u-maw-full {
  max-width: 100% !important;
}

.u-maw-half {
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1200px) {}