@charset "utf-8";

/* ==========================================================================
Foundation [ reset / 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: #CF000E;
  --color_gray_bg: #F5F5F5;
  --color_border: #BEBEBE;
  --color_border_blue: #13274b;
  --border_radius: 100px;
}

html,
body {
  line-height: 1.6;
  background: #f5f4f1;
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}
body {
  padding-top: 60px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  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 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 20;
  padding-left: 10px;
  box-sizing: border-box;
}

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

.l-header-logo {
  margin: 15px 0 0 0px;
  width: 80%;
}

.l-header-logo img {
  width: auto;
  height: 34px;
}

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

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 60px;
  z-index: 30;
  height: 60px;
  top: 0px;
  right: 0;
  background: #13274b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.menu span {
  position: absolute;
  left: 12px;
  width: 36px;
  height: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
}
.menu span:nth-of-type(1) {
  top: 20px;
}
.menu span:nth-of-type(2) {
  top: 29px;
}
.menu span:nth-of-type(3) {
  bottom: 19px;
  width: 30px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 26px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 18px;
  width: 36px;
}
.menu.is-show span {
  background-color: #fff;
}

.l-header-nav {
  display: none;
}

.l-header-nav.active {
  display: block;
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  z-index: 10;
  right: 0;
  top: 60px;
  overflow-y: auto;
  padding: 2px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 92.5%;
  margin: 0 auto 2px;
}

.l-header-nav__items a {
  padding: 15px 0px;
  display: block;
  font-size: 1.142857143rem;
  font-weight: 700;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #13274b;
}

.l-header-nav__items a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 47%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #13274b;
  border-right: 2px solid #13274b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-navi {
  padding: 0 20px;
  position: relative;
}

.sp-navi-entry {
  width: 100%;
  max-width: 320px;
  border-radius: 200px;
  height: 60px;
  background-color: var(--color_blue_bg);
  color: #fff;
  margin: 20px auto;
}

.sp-navi-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-tell {
  color: var(--color_blue);
  font-weight: 500;
}

.sp-navi-mail {
  color: var(--color_blue);
  font-weight: 500;
}

.sp-navi-insta {
  position: absolute;
  top: 78px;
  right: 20px;
  width: 40px;
}

.sp-navi-btn {
  display: block;
  max-width: 470px;
  margin-top: 30px;
}

.sp-navi-btn a {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e8e6e0;
  font-size: 1.125rem;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: var(--color_blue);
  font-weight: 500;
  border-radius: 200px;
}

/* 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: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

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

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

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

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

.l-footer-nav li:before {
  content: '';
  position: absolute;
  right: -1.1625rem;
  top: 5px;
  height: 14px;
  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: 78px;
  right: 20px;
  width: 40px;
}

.l-footer-btn {
  display: block;
  max-width: 470px;
  margin-top: 30px;
}

.l-footer-btn a {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e8e6e0;
  font-size: 1.125rem;
  width: 100%;
  height: 60px;
  line-height: 60px;
  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: url(../images/common/ph_footer.jpg) no-repeat center bottom;
  background-size: cover;
}

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

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

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

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

.mv-inner {
  position: relative;
}

.mv-inner-list {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 62vh;
  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: 1.428571429rem ;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
} 

.mv-catch-thum.c-center {
  padding-bottom: 0;
}

/* greeting */
.greeting .c-center {
  padding-top: 40px;
  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: 100%;
}

.greeting-inner .greeting-thum img {
  width: 100%;
}

.greeting-inner .greeting-info {
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}

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

.greeting-inner .greeting-info .text:last-child {
  margin-bottom: 0;
}

.lead {
  margin-bottom: 25px;
}

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

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

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

.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: 0px;
  top: -70px;
  width: 80px;
  height: 82px;
  background: url(../images/top/top-illust02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

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

.layout_about {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.layout_about.layout_about_illust02:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -110px;
  width: 116px;
  height: 114px;
  background: url(../images/top/top-illust04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout_about.layout_about_illust03:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: -100px;
  width: 80px;
  height: 158px;
  background: url(../images/top/top-illust05.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.reason h2 {
  padding-bottom: 40px;
}

.reason h2:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 0px;
  width: 106px;
  height: 106px;
  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: 230px;
  z-index: 3;
  width: 70px;
  height: 122px;
  background: url(../images/top/top-illust07.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout_reason.layout_reason03:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 190px;
  width: 88px;
  height: 154px;
  background: url(../images/top/top-illust08.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

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

.treatment h2:before {
  content: '';
  position: absolute;
  left: 10px;
  top: -70px;
  width: 90px;
  height: 89px;
  background: url(../images/top/top-illust02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.treatment h2:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 20px;
  width: 98px;
  height: 82px;
  background: url(../images/top/top-illust11.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

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

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

.access:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -20px;
  width: 130px;
  height: 170px;
  background: url(../images/top/top-illust12.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.layout_about {
  width: 100%;
  margin-bottom: 60px;
}

.layout_about:last-child {
  margin-bottom: 20px;
}

.layout_about .thum {
  margin-bottom: 20px;
}

.layout_about .thum ,
.layout_about .thum img {
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
}

.layout_about .thum img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

.layout_about .detail_area .category * {
  display: inline-block;
  text-align: center;
  padding: 2px 21px;
  color: var(--color_blue);
  border: var(--color_border_blue) solid 1px;
  border-radius: var(--border_radius);
  font-size: 1.142857143rem;
}

.layout_about .detail_area .title {
  font-size: 2rem;
  color: var(--color_blue);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

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

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

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

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

.btn-type02 a {
  display: inline-block;
  padding: 10px 25px;
  padding-right: 40px;
  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);
}

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

.treatment .c-center {
  padding-bottom: 10px;
}

.layout_treatment {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4%;
  margin-top: 35px;
}

.layout_treatment li {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 15px 10px;
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #BBCEDC;
}

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

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

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

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

.c-btn a {
  display: inline-block;
  min-width: 270px;
  height: 60px;
  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: 60px;
  text-align: center;
  transition: 0.5s;
  padding: 0 40px;
}

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

.more {
  margin: 30px auto;
}

/* access */

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

.layout_access {
  display: block;
}

.layout_access .layout_info {
  width: 100%;
}

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

.layout_access .layout_info .name {
  color: var(--color_blue);
  font-size: 1.285714286rem;
  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 {
  width: 100%;
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  height: 240px;
}

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

/* news */
.news {
  padding-top: 40px;
}
.news .c-center {
  background-color: #fcfaf7;
  border: 1px solid #e8e6e0;
  padding: 30px 20px;
  border-radius: 20px;
  width: 92.5%;
  margin: 0 auto;
}

.news-list li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e8e6e0;
}

.news-list-inner {
  display: block;
}

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

.news-list-inner .news-ttl {
  font-size: 1rem;
  width: 100%;
  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(40px, 10vw, 20px) 0 clamp(10px, 10vw, 20px);
  background-color: var(--color_beige_bg);
}

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

.layout_reason:last-child {
  margin-bottom: 0;
}

.reason-inner {
  width: 100%;
  position: relative;
  background-color: var(--color_white_bg);
  padding: 1rem 1rem 1rem 1rem;
  margin-top: 13rem;
}

.layout_reason.layout_reason01:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 0%;
  padding-bottom: 56%;
  background: url(../images/top/reason-img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.layout_reason.layout_reason02:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0%;
  width: 100%;
  height: 0%;
  padding-bottom: 56%;
  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: 0%;
  width: 100%;
  height: 0%;
  padding-bottom: 56%;
  background: url(../images/top/reason-img03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.layout_reason.layout_reason04:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0%;
  width: 100%;
  height: 0%;
  padding-bottom: 56%;
  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: 0%;
  width: 100%;
  height: 0%;
  padding-bottom: 56%;
  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: 0%;
  width: 100%;
  height: 0%;
  padding-bottom: 56%;
  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: 0%;
  width: 100%;
  height: 0%;
  padding-bottom: 56%;
  background: url(../images/top/reason-img07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

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

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

.blog-head-info {
  width: 100%;
}

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

.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: 20px auto 20px;
  width: 92.5%;
}

.lv-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  aspect-ratio: 1244 / 338;
  align-items: center;
  border-radius: 10px;
  // background: url(../images/common/lv.png) no-repeat top center / 100%;
  background: url(../images/common/lv.png) no-repeat top center / cover;
  box-sizing: border-box;
}

.lv-inner h1 {
  color: #fff;
  font-size: 1.428571429rem;
  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/170%;
  box-sizing: border-box;
}

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

/* 当院について */

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

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

.about-sub-catch .c-center .about-sub-catch__logo {
  width: 100%;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
}

.about-sub-catch .c-center .about-sub-catch__info {
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
}

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

.about-sub-catch__info .h3-ttl01 {
  font-size: 1.428571429rem;
  padding-right: 30px;
  position: relative;
}

.about-sub-catch__info .h3-ttl01:before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 0px;
  width: 45px;
  height: 147px;
  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 0px;
  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;
  padding-top: 27%;
  padding-right: 5%;
}

.equipment-list:last-child {
  margin-bottom: 10px;
}

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

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

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

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

.ttl-type02 * {
  font-size: 1.571428571rem;
  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: 5%;
}

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

.c-center.about-torikumi {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 21vw;
  width: 92.5%;
}

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

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

.layout-col2 li {

}

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

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

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

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

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

.reason-type02-list {
  display: block;
}

.reason-type02-list .inner {
  width: 100%;
  margin-bottom: 30px;
}

.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: 10vw;
}

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

.about-slider-area h2:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 118px;
  height: 102px;
  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: 107px;
  height: 126px;
  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: 88px;
  height: 82px;
  background: url(../images/top/top-illust11.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.firsttime-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1rem;
}

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

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

.firsttime__head.c-center {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.firsttime__logo {
  width: 86%;
  margin: 0 auto;
  box-sizing: border-box;
}

.firsttime__info {
  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
}

.firsttime__info .h3-ttl01 {
  font-size: 2rem;
  padding-left: 50px;
  position: relative;
}

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

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

.firsttime__info .btn-type02 {
  flex-wrap: wrap;
  justify-content: center;
}

.firsttime__info .btn-type02 a {
  width: 70%;
  max-width: 300px;
}

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

.firsttime {
  padding-bottom: 0px;
}

.firsttime_reserve {
  padding-bottom: 13vw;
}

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

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

.firsttime__info .h3-ttl01 {
  font-size: 1.3571428571rem;
}

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

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

.flow {
  margin-bottom: 10vw;
  position: relative;
  padding: 30px 0 30px;
  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: 100%;
}

.flow-list li .flow-info {
  margin-top: 20px;
  width: 100%;
}

.treatment_time_box {
  background-color: var(--color_white_bg);
  border: 1px solid #e8e6e0;
  padding: 30px 20px;
  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: 0px;
  top: -130px;
  z-index: 12;
  width: 136px;
  height: 117px;
  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: -10px;
  bottom: -90px;
  width: 95px;
  height: 154px;
  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: 50%;
  margin-left: -160px;
  bottom: -10px;
  width: 41px;
  height: 48px;
  background: url(../images/first-time/first-illust04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

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

.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.285714286rem;
  color: var(--color_blue);
  font-weight: 700;
  display: flex;
}

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

.faq-list dt span {
  position: relative;
  top: -4px;
}

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

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

.parent_child {
  margin-bottom: 10vw;
  position: relative;
  padding: 30px 0 30px;
  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: 30px 20px;
  border-radius: 20px;
  margin: 40px 0;
}

.parent_child_box01.manabu-about {
  background: url(../images/baby-treatment/bt-img01.png) no-repeat 55% 4%;
  background-size: 80%;
  background-color: #F5F5F5;
}

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

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

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

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

.col02-layout-type .thum {
  width: 100%;
}

.col02-layout-type .info {
  width: 100%;
}

.col02-layout-type .info .title {
  font-size: 1.428571429rem;
  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: 30px 0;
  margin: 20px 0;
}

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

.treatment_flow_list li {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  height: 140px;
  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: 50%;
  bottom: -60px;
  margin-right: -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);
}

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

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

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

.treatment_case_list * {
  width: 100%;
}

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

.reservation {
  background: url(../images/first-time/first-illust02.png) no-repeat 4% 3%, 
  url(../images/first-time/first-illust03.png) no-repeat 91% 99%;
  background-size: 40px auto,40px auto;
  background-color: var(--color_white_bg);
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
}

.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;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 40px;
}

.treatment_support_inner .thum {
  width: 80%;
}

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

.counseling-thum img {
  width: 100%;
}
/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

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

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

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-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_lightblue);
  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 20px 1.5rem;
}

.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;
}
.list_breadcrumb a {
  color: var(--color_blue);
  text-decoration: none;
}/*==========
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 0px;
  background-color: var(--color_beige_bg02);
}

.wave-block: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;
}

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

.access-block {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.access-block__thum {
  width: 100%;
}

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

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

.access-block__info {
  width: 100%;
  margin-top: 20px;
}

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

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

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

.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: block;
  background-color: #fff;
  border: 1p solid var(--color_border);
  padding: 25px;
  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: 100%;
}

.layout-type02 .layout-type02-right {
  width: 100%;
  margin-top: 20px;
}

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

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

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

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

.layout-type02.access-root-list.access-root-list01:before {
  content: '';
  position: absolute;
  right: -10px;
  top: -180px;
  width: 80px;
  height: 142px;
  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: 117px;
  height: 104px;
  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: 1rem;
  line-height: 1.7;
}

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

.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: -80px;
  width: 97px;
  height: 94px;
  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: 60px;
  width: 102px;
  z-index: 2;
  height: 88px;
  background: url(../images/top/top-illust11.png) 0% 0% / 100% no-repeat;
}

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

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

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

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

.h3-ttl02 {
  background-color: #5D749F;
  padding: 8px 25px;
  padding-right: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.285714286rem;
  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: 13px 5px;
  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-table02 th span {
  color: #fff;
  display: block;
  font-weight: 500;
}

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

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

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

.price-table02 th {
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-weight: 700;
  background-color: #67748F;
}

.price-table02 tr,
.price-table02 td {
  display: block;
  width: 100%;
}
.price-table02 {
  border-bottom: 1px solid var(--color_border);
}

.price-table02 td {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none;
}


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

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

.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-head.about-sub-catch .c-center + .c-center {
  padding-top: 0;
}

.health-head.about-sub-catch .c-center .parent_child_box01 {
  padding-top: 0;
  margin-top: 0;
}

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

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

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

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

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

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

.health-flow,
.health-head-items {
  display: block;
  position: relative;
  z-index: 1;
}

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

.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: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

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

.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: 18px;
  width: 18px;
  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: 20px;
  position: relative;
  z-index: 1;

}
.health-about .inner .inner-grid {
  display: flex;
  flex-wrap: wrap;
}

.health-about .inner .info {
  width: 100%;
  order: 2;
}

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

.health-about .inner .info .ttl-type02 *:before {
  content: '';
  position: absolute;
  left: -30px;
  top: -10px;
  width: 41px;
  height: 86px;
  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: 100%;
  margin-bottom: 30px;
  order: 1;
  text-align: center;
  margin-left: auto;
}

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

.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: 5px;
  font-size: .08.75;
  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);
}


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

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

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

.facility-list .treatment_time_box {
  padding: 10px 20px;
  margin-top: 15px;
}

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

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

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

.equipment-list-inner {
  display: block;
  margin-bottom: 30px;
}

.equipment-list-inner .thum {
  width: 100%;
  margin-bottom: 15px;
}

.equipment-list-inner .info {
  width: 100%;
}

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

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

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

.equipment-list-about:last-of-type {
  margin-bottom: 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: 20px 20px 10px;
}

.att-block {
  padding: 30px 0;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.att-block .ttl {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.3rem;
  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: 20px;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
}

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

.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: 10px;
  top: -120px;
  width: 117px;
  height: 114px;
  background: url(../images/first-time/first-illust03.png) 0% 0% / 100% no-repeat;
}

.facility-list.facility-illust:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 51px;
  height: 106px;
  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: -10px;
  bottom: -80px;
  width: 126px;
  height: 106px;
  background: url(../images/top/top-illust06.png) 0% 0% / 100% no-repeat;
}

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

.facility-content03 .equipment-list-about.facility-illust:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -90px;
  width: 80px;
  height: 128px;
  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: 50%;
  margin-left: -160px;
  bottom: -30px;
  width: 46px;
  height: 66px;
  background: url(../images/top/top-illust16.png) 0% 0% / 100% no-repeat;

}


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

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  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-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !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;
}