@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/*
.hidden{
	display: none !important;
}

#banner01 .text:before{
	content: none !important;
}
*/
/*! ALL ***************************************************/
/* header .headerContent .navBox nav > ul > li > a:before {
              content: "";
              width: 0%;
              height: 2px;
              background: #1458a7;
              position: absolute;
              left: 50%;
              bottom: 0;
              transition: all 0.2s ease;
              backface-visibility: hidden; } */
/* header .headerContent .navBox nav > ul > li > a:hover:before {
              left: 0;
              width: 100%; } */
/* header .headerContent .navBox nav > ul > li + li {
          margin-left: 40px; } */
/* header .headerContent .navBox nav > ul > li.pulldown:hover > a:before {
            left: 0;
            width: 100%; } */
/*! subpage / PC ***************************************************/
/*! SP ***************************************************/
/*! SP /subpage ***************************************************/
/*! PC ***************************************************/
/*! PC /subpage ***************************************************/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85;
  background: #fff;
  min-width: 1200px;
  -webkit-text-size-adjust: none;
}

.review-box {
  display: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.35;
  font-weight: 600;
}

h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.35;
  font-weight: 600;
}

h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.35;
  font-weight: 600;
}

h4 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.35;
  font-weight: 600;
}

p {
  font-feature-settings: "palt";
  text-align: justify;
}

a {
  color: #000000;
  text-decoration: none;
  border: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
a img {
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #1463be;
}
a:hover img {
  opacity: 0.8;
}

a.blank {
  text-decoration: none !important;
}
a.blank:after {
  content: "\e909";
  font-family: "icomoon";
  font-size: 1.2rem;
  margin: 0 3px;
}
a.blank span {
  text-decoration: underline;
}

#wrap {
  position: relative;
  width: 100%;
  padding-top: 98px;
  width: 100%;
}

.btn {
  border: #1458a7 solid 1px;
  height: 60px;
  width: 260px;
  max-width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1458a7;
  background-color: #fff;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn i {
  margin-right: 5px;
}
.btn .icon-out {
  margin-right: 0;
  margin-left: 5px;
}

.item_btn.btn {
  margin-bottom: 50px;
}
.para{
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .item_btn.btn {
    margin-bottom: 25px;
  }
  
}

.btn.hover {
  background-color: #1458a7;
  color: #fff;
}

.btn.blue {
  background: #1458a7;
  color: #fff;
}
.btn.blue:hover {
  background: #fff;
  color: #1458a7;
}

.pageTop {
  position: fixed;
  right: 30px;
  opacity: 0.2;
  bottom: -75px;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.pageTop a {
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  position: relative;
}
.pageTop a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  background: #1458a7;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
.pageTop a i {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 2rem;
  line-height: 75px;
  display: block;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  transform: rotate(90deg);
}
.pageTop a.hover:before {
  transform: scale(1.15);
  background: #1463be;
}

.pageTop.on {
  bottom: 30px;
  opacity: 1;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 1200px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding-top: 8px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
header .seo {
  font-size: 1rem;
  color: #888;
  line-height: 1;
  padding-left: 20px;
  font-feature-settings: "palt";
}
header .headerContent {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerContent .logo {
  padding: 12px 20px 20px;
}
header .headerContent .navBox .upbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.1rem;
  padding-bottom: 6px;
}
header .headerContent .navBox .upbox p {
  padding-right: 10px;
}
header .headerContent .navBox .upbox .tel {
  color: #1458a7;
  font-size: 2.4rem;
  font-family: Century Gothic, sans-serif;
  padding: 0 10px;
  line-height: 1;
  border-left: #e1e1e1 dotted 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
header .headerContent .navBox .upbox .tel small {
  font-size: 1.5rem;
}
header .headerContent .navBox .upbox .mail {
  padding: 10px 9px;
  margin-right: 10px;
  color: #ffffff;
  background: #1458a7;
  font-size: 1.3rem;
  border-left: #e1e1e1 dotted 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .headerContent .navBox .upbox .mail .icon-mail {
  margin-right: 5px;
  font-size: 1.6rem;
}
header .headerContent .navBox .upbox .calendar {
  padding: 10px 9px;
  margin-right: 10px;
  color: #ffffff;
  background: #1458a7;
  font-size: 1.3rem;
  border-left: #e1e1e1 dotted 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .headerContent .navBox .upbox .calendar img {
  width: 23px;
  height: auto;
  margin-right: 5px;
}
header .headerContent .navBox nav {
  padding-right: 20px;
}
header .headerContent .navBox nav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .headerContent .navBox nav > ul > li {
  font-size: 1.5rem;
  font-weight: 600;
}
header .headerContent .navBox nav > ul > li > a {
  display: block;
  padding: 0 20px;
  color: #1a3456;
  line-height: 50px;
  position: relative;
  overflow: hidden;
}
header .headerContent .navBox nav > ul > li > a:hover {
  color: #1458a7;
}
header .headerContent .navBox nav > ul > li + li a:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #1a3456;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}
header .headerContent .navBox nav > ul > li.pulldown:hover > a {
  color: #1458a7;
}
header .headerContent .navBox nav > ul > li.pulldown:hover .pulldown-menu {
  pointer-events: auto;
  opacity: 1;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu {
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 118px;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  background: rgba(0, 48, 130, 0.98);
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuInner {
  min-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuInner .ttl-txt {
  color: #fff;
  width: 150px;
  padding-right: 50px;
  text-align: center;
  flex-shrink: 0;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuInner .ttl-txt em {
  display: block;
  font-size: 3rem;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuInner .ttl-txt small {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox {
  width: 100%;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 4px;
  padding: 25px 5px 25px 25px;
  border-radius: 4px;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item .subttl-txt {
  font-weight: bold;
  white-space: nowrap;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  padding-left: 25px;
  padding-right: 50px;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item .subttl-txt a {
  color: #fff;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item .subttl-txt a:hover {
  text-decoration: underline;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item ol li {
  margin-right: 20px;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item ol li a {
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  padding: 4px 0;
  display: block;
  font-feature-settings: "palt";
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item ol li a:before {
  content: "\e90c";
  font-family: "icomoon";
  font-size: 1rem;
  margin-right: 5px;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item ol li a:hover span {
  text-decoration: underline;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item ol li a .icon-out {
  margin-left: 5px;
}
header .headerContent .navBox nav > ul > li.pulldown .pulldown-menu .menuBox .item + .item {
  margin-top: 20px;
}

header.on {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.siteTitle {
  width: 100%;
  height: 640px;
  position: relative;
}
.siteTitle .swiper-slide {
  width: 100%;
  height: 640px;
  background-repeat: no-repeat;
  background-position: center top 9%;
  background-size: cover;
}
.siteTitle .swiper-slide#slide01 {
  background-image: url(/img/slide01.jpg);
}
.siteTitle .swiper-slide#slide02 {
  background-image: url(/img/slide02.jpg);
}
.siteTitle .swiper-slide#slide03 {
  background-image: url(/img/slide03.jpg);
}
.siteTitle .swiper-slide#slide04 {
  background-image: url(/img/slide04.jpg);
}
.siteTitle .swiper-slide#slide05 {
  background-image: url(/img/slide05.jpg);
}
.siteTitle .swiper-pagination {
  bottom: 30px !important;
}
.siteTitle .swiper-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 3px;
  border-radius: 0;
  background: #1458a7;
}
.siteTitle .text {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 100px;
  z-index: 100;
  transform: translateY(-50%);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.siteTitle .text em {
  font-size: 1.9rem;
}
.siteTitle .text h2 {
  font-size: 6rem;
  color: #1458a7;
  line-height: 1.2;
  letter-spacing: 0px;
  padding: 50px 0 40px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.siteTitle .text h2 .txt-month {
  color: #fff;
  background: #0d85a6;
  padding: 6px 10px;
  font-size: 2.3rem;
  display: inline-block;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
.siteTitle .text h2 .yan-txt {
  font-size: 4.5rem;
  color: #0d85a6;
  font-family: "Noto Sans", sans-serif;
}
.siteTitle .text p.slide-txt {
  font-family: "Noto Sans", sans-serif;
  font-weight: bolder;
  font-size: 2.4rem;
  color: #0d85a6;
  line-height: 1.3;
}
.siteTitle .text .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
.siteTitle .text .price span {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  width: 27px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eb4748;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #fff;
  font-size: 1.9rem;
}
.siteTitle .text .price .number {
  line-height: 80px;
  color: #eb4748;
  font-size: 8rem;
  font-weight: normal;
  position: relative;
  padding-left: 62px;
  margin-left: 16px;
  font-family: "century", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.siteTitle .text .price .number:before {
  content: "";
  width: 58px;
  height: 57px;
  background: url(/img/yen.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 15px;
}
.siteTitle .text .price .number small {
  font-size: 6rem;
}

.slide-txt {
  color: #0d85a6;
  font-size: 1.5rem;
}

article {
  background: #f9f9f9;
}
article section {
  width: 100%;
  padding: 80px 0;
}
article section .sectTitle {
  color: #1458a7;
  text-align: center;
  padding-bottom: 80px;
}
article section.secGuidance .sectTitle {
  padding-bottom: 50px;
}
article section.secGuidance .inner p{
  text-align: center;
}
article section .sectTitle span {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
}
article section .sectTitle em {
  display: block;
  line-height: 1;
  font-size: 3rem;
  padding: 8px 0 10px;
  font-weight: 600;
}
article section .sectTitle small {
  display: none;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.4rem;
}
article section h3.head {
  text-align: center;
  padding: 60px 0;
  padding-top: 0;
}
article section h3.head em {
  display: block;
  line-height: 1;
  font-family: Century Gothic, sans-serif;
  text-transform: uppercase;
  color: #1458a7;
  font-size: 3rem;
  padding-bottom: 10px;
}
article section h3.head small {
  font-size: 1.4rem;
  color: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article section .inner {
  width: 1100px;
  margin: 0 auto;
}
article section .inner p + .wide {
  padding-top: 30px;
}
article section .wideInner {
  width: 100%;
}
article section.bg0 {
  background: #fff;
}
article section.bg0 .inner a {
  text-align: center;
  display: flex;
  justify-content: center;
}
article section.bottom0 {
  padding-bottom: 0;
}

.pad20 {
  padding: 20px 0 !important;
}

.pad50 {
  padding: 50px 0;
}

footer {
  background: #1a3456;
  padding-bottom: 10px;
}
footer .googleMap {
  width: 100%;
  height: 370px;
  position: relative;
}
footer .footerContent {
  width: 1100px;
  margin: 0 auto;
  color: #fff;
  padding: 50px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footerContent .data {
  width: 400px;
}
footer .footerContent .data em {
  font-size: 1.1rem;
  display: block;
  line-height: 1.5;
}
footer .footerContent .data .f-logo {
  padding: 20px 0;
}
footer .footerContent .data address {
  font-size: 1.3rem;
  line-height: 1.5;
}
footer .footerContent .data .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footerContent .data .tel span {
  font-size: 1.1rem;
  padding-right: 10px;
  display: block;
}
footer .footerContent .data .tel a {
  color: #fff;
  font-size: 2.6rem;
  font-family: Century Gothic, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}
footer .footerContent .data .tel a small {
  font-size: 1.8rem;
}
footer .footerContent .time {
  width: 550px;
  text-align: right;
}
footer .footerContent .time p {
  font-size: 1.2rem;
  padding-bottom: 20px;
}
footer .footerContent .time table {
  width: 100%;
  border-bottom: #e1e1e1 solid 1px;
}
footer .footerContent .time table thead tr th {
  border-top: #e1e1e1 solid 1px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
footer .footerContent .time table thead tr th:nth-child(1) {
  width: 140px;
}
footer .footerContent .time table tbody tr td {
  height: 40px;
  border-top: #e1e1e1 solid 1px;
  vertical-align: middle;
  text-align: center;
}
footer .footerContent .time small {
  font-size: 1.2rem;
  padding-top: 10px;
  display: block;
}
footer .footerContent .btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: rgba(225, 225, 225, 0.5) solid 1px;
}
footer .footerContent .btns a.btn {
  width: 350px;
  margin: 0;
  background: none;
  color: #fff;
  border-color: #fff;
  font-weight: 600;
}
footer .footerContent .btns a.btn:hover {
  background: #fff;
  color: #1a3456;
}
footer .footerContent .sitemap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 50px 0;
}
footer .footerContent .sitemap dl dt {
  color: #fff;
  font-weight: bold;
}
footer .footerContent .sitemap dl dt a {
  color: #fff;
}
footer .footerContent .sitemap dl dd {
  display: flex;
  justify-content: flex-start;
}
footer .footerContent .sitemap dl dd ul li a {
  font-size: 1.2rem;
  color: #c4c4c4;
}
footer .footerContent .sitemap dl dd ul li a:hover {
  color: #fff;
}
footer .footerContent .sitemap dl dd ul + ul {
  margin-left: 50px;
}
footer .footerContent .sitemap dl dd + dt {
  padding-top: 20px;
}
footer .footerContent .sitemap dl + dl {
  margin-left: 100px;
}
footer .copy {
  color: #fff;
  font-size: 1.1rem;
  position: relative;
}
footer .copy:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
footer .copy span {
  display: block;
  width: 1100px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
footer .copy span small {
  position: relative;
  top: -10px;
  background: #1a3456;
  padding: 0 10px;
}
.footer-sp{
  display: none;
}
footer .footerContent .ft-pdf-link{
  text-align: end;
}
footer .footerContent .ft-pdf-link a{
  color: #fff;
  text-underline-offset: 3px;
  text-decoration: underline;
  font-size: 12px;
}
footer .footerContent .ft-pdf-link a:hover{
  color: #1458a7;
}
.banner-img{
  width: 660px;
}
.sec-banner{
 background-color: #ffffff; 
 padding: 30px;
 display: flex;
justify-content: center;
}
.direction {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 285px;
  padding: 15px 4px 30px 11px;
}
.direction .dir-left {
  width: 200px;
  display: inline-block;
}
.direction .dir-left p.name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  font-family: Roboto, Arial;
  color: black;
  line-height: 1;
}
.direction .dir-left p.location {
  margin-top: 10px;
  color: #5b5b5b;
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
}
.direction .dir-left a {
  font-size: 12px;
  color: #1a73e8;
  text-decoration: none;
  padding-top: 10px;
  display: block;
}
.direction .dir-left a:hover {
  text-decoration: underline;
}
.direction .dir-right {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 14px;
}
.direction .dir-right a {
  display: block;
}
.direction .dir-right a:hover {
  text-decoration: underline;
}
.direction .dir-right span {
  text-align: center;
  color: #1a73e8;
  font-size: 12px;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  display: block;
  font-family: Roboto, Arial;
}

.subNav {
  width: 100%;
  background: #fff;
}
.subNav ul > li > a {
  display: block;
  height: 45px;
  line-height: 45px;
  border-top: #4379b9 solid 1px;
  font-size: 1.5rem;
  color: #1458a7;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left: 15px;
}
.subNav ul > li .toggle {
  display: block;
  line-height: 45px;
  border-top: #4379b9 solid 1px;
  font-size: 1.5rem;
  color: #1458a7;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
.subNav ul > li .toggle:before {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  right: 12px;
  top: calc(50% - 0.5em);
  line-height: 1;
  transition: transform 0.2s ease;
  backface-visibility: hidden;
}
.subNav ul > li .toggle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 10px;
  bottom: 0;
  transition: border-color 0s ease, bottom 0.2s ease 0.2s;
  backface-visibility: hidden;
}
.subNav ul > li .toggle.on {
  background: #4379b9;
  color: #fff;
}
.subNav ul > li .toggle.on:before {
  transform: rotate(45deg);
}
.subNav ul > li .toggle.on:after {
  bottom: -6px;
  border-color: #4379b9 transparent transparent transparent;
}
.subNav ul > li ol {
  display: none;
}
.subNav ul > li ol li a {
  display: block;
  line-height: 1.3;
  font-size: 1.5rem;
  color: #1458a7;
  font-weight: 500;
  padding: 12px 15px;
  background: #f3f6fb;
}
.subNav ul > li ol li a:hover {
  background: #fcfdff;
}
.subNav ul > li ol li a.small {
  font-size: 1.3rem;
  font-feature-settings: "palt";
  padding: 14px 15px;
}
.subNav ul > li ol li:nth-child(2n) a {
  background: #dce9f8;
}
.subNav ul > li ol li:nth-child(2n) a:hover {
  background: #e8f1fb;
}

#slidemenuBackground {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  display: none;
}

.subpage .pageTitle {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subpage .pageTitle h1 {
  width: 1100px;
  margin: 0 auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: initial;
  text-align: left;
  font-weight: 600;
}
.subpage .pageTitle h1 em {
  display: block;
  line-height: 1.2;
  color: #1458a7;
  font-size: 3.6rem;
  font-weight: 600;
}
.subpage .pageTitle h1 small {
  text-transform: uppercase;
  font-size: 1.5rem;
  display: block;
  line-height: 1;
  padding-top: 10px;
}
.subpage .pageTitle p {
  width: 1100px;
  margin: 0 auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: initial;
  text-align: left;
  font-weight: 600;
}
.subpage .pageTitle p em {
  display: block;
  line-height: 1.2;
  color: #1458a7;
  font-size: 3.6rem;
  font-weight: 600;
}
.subpage .pageTitle p small {
  text-transform: uppercase;
  font-size: 1.5rem;
  display: block;
  line-height: 1;
  padding-top: 10px;
}
.subpage .Breadcrumb {
  display: block;
  text-align: right;
  padding: 20px;
  font-size: 1.2rem;
}
.subpage .Breadcrumb > span + span:before {
  content: "/";
  margin: 0 5px;
}
.subpage .columnWrap {
  width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.subpage .columnWrap article {
  background: #fff;
  width: 750px;
}
.subpage .columnWrap article section {
  width: 100%;
  padding-top: 40px;
}
.subpage .columnWrap article section .sectTitle {
  text-align: left;
  padding-bottom: 50px;
}
.subpage .columnWrap aside {
  width: 330px;
}
.subpage .wide {
  padding-bottom: 30px;
}
.subpage h3.line {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1458a7;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: #1458a7 solid 1px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.subpage .grayTtl {
  background: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1458a7;
  margin-bottom: 50px;
}
.subpage h3 .title-price {
  position: absolute;
  bottom: -30px;
  right: 0;
  color: #000;
  font-size: 1.7rem;
}
.subpage h3.head {
  padding: 10px;
  line-height: 1.2;
  background: #1458a7;
  color: #fff;
  font-size: 2.1rem;
  text-align: left;
  margin-bottom: 50px;
}
.subpage .textBox {
  padding-bottom: 50px;
  width: auto;
  overflow: hidden;
}
.subpage .textBox figure {
  float: left;
  padding-right: 40px;
}
.subpage .textBox em {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1458a7;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 10px;
}
.subpage .textBox p a {
  text-decoration: underline;
  color: #1458a7;
}
.subpage .textBox p + .btn {
  margin-top: 20px;
}
.subpage .textBox .btn {
  margin-left: 0;
}
.subpage .textBox ul li {
  font-feature-settings: "palt";
}
.subpage .textBox.reverse figure {
  float: right;
  padding-right: 0;
  padding-left: 40px;
}
.subpage .textBox.column {
  background: #f9f9f9;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.subpage .textBox.column figure {
  float: right;
  padding: 0;
  margin-left: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.subpage .flow .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 50px;
}
.subpage .flow .item:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #1458a7;
  position: absolute;
  left: 23px;
  top: 0;
  z-index: 0;
}
.subpage .flow .item span {
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1458a7;
  line-height: 50px;
  text-align: center;
  font-family: Century Gothic, sans-serif;
  color: #ffed56;
  font-size: 2.2rem;
  position: relative;
  z-index: 10;
}
.subpage .flow .item .text {
  width: 390px;
}
.subpage .flow .item .text em {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1458a7;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 10px;
}
.subpage .flow .item:last-child:before {
  content: none;
}
.subpage .flow .item.wide .text {
  width: 680px;
}
.subpage .qaBox {
  padding-bottom: 50px;
}
.subpage .qaBox dl dt {
  font-size: 1.8rem;
  color: #b96861;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1.35;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}
.subpage .qaBox dl dt:before {
  content: "Q";
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #b96861;
  line-height: 50px;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 2.2rem;
  position: relative;
  z-index: 10;
  margin-right: 10px;
}
.subpage .qaBox dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.05em;
}
.subpage .qaBox dl dd:before {
  content: "A";
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1458a7;
  line-height: 50px;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 2.2rem;
  position: relative;
  z-index: 10;
  margin-right: 10px;
}
.subpage .qaBox dl + dl {
  padding-top: 50px;
}
.subpage .qaBox a.link {
  margin-top: 25px;
  text-align: right;
  color: #1458a7;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.subpage .qaBox a.link i {
  margin-right: 5px;
}
.subpage .qaBox a:hover {
  color: #1463be;
}
.subpage .qaBox a:hover span {
  text-decoration: underline;
}
.subpage .tableBox01 {
  padding-bottom: 50px;
}
.subpage .tableBox01 table {
  width: 100%;
}
.subpage .tableBox01 table thead th {
  background: #f9f9f9;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 10px 15px;
  box-sizing: border-box;
  border-right: #e1e1e1 dotted 1px;
}
.subpage .tableBox01 table thead th:last-child {
  border-right: 0;
  text-align: center;
}
.subpage .tableBox01 table tbody td {
  padding: 10px;
  border-right: #e1e1e1 dotted 1px;
  border-bottom: #e1e1e1 dotted 1px;
}
.subpage .tableBox01 table tbody td:last-child {
  border-right: 0;
  text-align: center;
}
.subpage .flexBox01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subpage .flexBox01 .item {
  width: calc((100% - 50px) / 2);
  padding-bottom: 50px;
}
.subpage .flexBox01 .item figure {
  padding-bottom: 10px;
}
.subpage .flexBox01 .item em {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1458a7;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 10px;
}
.subpage .btnBox {
  padding-bottom: 50px;
}
.subpage .BeforeAfter {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.subpage .BeforeAfter .item {
  width: 350px;
}
.subpage .BeforeAfter .item em {
  font-weight: bold;
  color: #1458a7;
  font-size: 1.8rem;
  font-family: Century Gothic, sans-serif;
}
.subpage .BeforeAfter .item p {
  padding-top: 10px;
}
.subpage .BeforeAfter .icon-triangle-right {
  font-size: 4rem;
  color: #89abd3;
  position: relative;
  top: 100px;
}
.subpage .flexBox02 {
  display: flex;
  justify-content: space-between;
}
.subpage .flexBox02 .item {
  width: 240px;
  padding-bottom: 50px;
}
.subpage .flexBox02 .item figure {
  display: block;
  padding-bottom: 66%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.subpage .flexBox02 .item em {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1458a7;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 10px;
}
.subpage aside {
  padding-top: 152px;
  padding-bottom: 100px;
}
.subpage aside .subNav {
  margin-bottom: 50px;
}
.subpage aside .btns a {
  width: 100%;
  margin-bottom: 15px;
}
.subpage .address {
  background: #f9f9f9;
  text-align: center;
  padding: 30px;
}
.subpage .address address {
  padding: 16px 0;
}
.subpage .address .tel {
  display: block;
  color: #1458a7;
  font-family: Century Gothic, sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  pointer-events: none;
  text-align: center;
}
.subpage .address .tel small {
  font-size: 1.8rem;
}
.subpage .address .tel.large {
  font-size: 3.3rem;
  padding-bottom: 20px;
}
.subpage .address .tel.large small {
  font-size: 2rem;
}
.subpage .address ul {
  padding-top: 16px;
  padding-bottom: 0;
}
.subpage .address ul li {
  display: flex;
  justify-content: flex-start;
}
.subpage .address ul li span {
  flex-shrink: 0;
  width: 80px;
  color: #1458a7;
  font-weight: bold;
}
.subpage .address ul li p {
  text-align: left;
  color: #1458a7;
  line-height: 1.5;
}
.subpage .address ul.wide {
  padding-top: 0;
  display: inline-block;
  margin: 0 auto;
}

section.cases-risk {
  padding: 30px 50px;
  background: #ffffff;
  font-size: 0.8em;
  border: 1px solid #f2f2f2;
}
section.cases-risk .risk {
  padding: 30px 50px;
  height: 100px;
  overflow: scroll;
  overflow-x: hidden;
}
section.cases-risk .risk h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
section.cases-risk .risk h3 {
  font-weight: bold;
  font-size: 1.1em;
}
section.cases-risk .risk p {
  margin-bottom: 10px;
}

section.cases-risk2 {
  padding: 30px 50px;
  background: #ffffff;
  font-size: 0.8em;
  /* border: 1px solid #f2f2f2; */
}
section.cases-risk2 .risk2 {
  padding: 30px 50px;
  height: 100px;
  overflow: scroll;
  overflow-x: hidden;
}
section.cases-risk2 .risk2 h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
section.cases-risk2 .risk2 h3 {
  font-weight: bold;
  font-size: 1.1em;
}
section.cases-risk2 .risk2 p {
  margin-bottom: 10px;
}

.red-ttl {
  font-size: 1.9rem;
  text-align: center;
  color: red;
  text-decoration: underline;
  padding: 20px 0;
  font-weight: 700;
}

.heading {
  line-height: 44px;
  padding-left: 16px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1458a7;
  background: #f9f9f9;
  margin-bottom: 25px;
}

.t-banner {
  max-width: 300px;
  position: fixed;
  right: 55px;
  bottom: 150px;
  z-index: 15;
}
.reservation-bnr .banner-photo-blk{
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: row;
  padding-bottom: 30px;
  justify-content: center;
}
@media screen and (max-width: 740px) {
  .enrolled-txt {
    margin: 0px 5px;
    font-size: 1.1rem;
  }
  html {
    height: 100%;
  }
  body {
    min-width: 320px;
    height: 100%;
    font-size: 1.2rem;
  }
  body #slidemenuBtn span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #ffffff;
    left: 12px;
    top: 22px;
    transition: transform 0.2s ease, top 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  body #slidemenuBtn span:nth-child(1) {
    top: 14px;
  }
  body #slidemenuBtn span:nth-child(3) {
    top: 30px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none !important;
  }
  .btn {
    font-size: 1.4rem;
    position: relative;
  }
  .btn:before {
    content: "\e908";
    font-family: "icomoon";
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 45px;
    font-size: 1rem;
  }
  .tel {
    pointer-events: auto !important;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    width: 100%;
    z-index: 1000;
    padding-top: 4px;
    overflow: hidden;
  }
  header .seo {
    font-size: 1rem;
    height: 10px;
    padding-left: 0px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  header .seo span {
    position: initial;
    left: -10%;
    top: 0;
    transform: scale(0.8);
    margin-left: 0;
    margin-right: auto;
  }
  header .headerContent {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .headerContent .logo {
    width: calc(100% - 132px);
    padding: 10px 0 10px 10px;
    height: 36px;
  }
  header .headerContent .logo img {
    width: auto;
    max-width: 100%;
    max-height: 36px;
  }
  header .headerContent .navBox {
    display: none;
  }
  header .headerContent .spBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .headerContent .spBox a {
    margin-right: 3px;
    background: #1458a7;
    width: 44px;
    height: 44px;
    line-height: 56px;
    text-align: center;
    position: relative;
  }
  header .headerContent .spBox #tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .headerContent .spBox #tel .icon-tel {
    font-size: 2.2rem;
    color: #ffffff;
  }
  header .headerContent .spBox #mail {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .headerContent .spBox #mail .icon-mail {
    font-size: 1.6rem;
    color: #ffffff;
  }
  #wrap {
    padding-top: 70px;
  }
  .siteTitle {
    height: 560px;
  }
  .siteTitle .swiper-slide {
    height: 560px;
    background-position: center top;
  }
  .siteTitle .swiper-slide#slide01 {
    background-image: url(/img/slide01_sp.jpg);
  }
  .siteTitle .swiper-slide#slide02 {
    background-image: url(/img/slide02_sp.jpg);
  }
  .siteTitle .swiper-slide#slide03 {
    background-image: url(/img/slide03_sp.jpg);
  }
  .siteTitle .swiper-slide#slide04 {
    background-image: url(/img/slide04_sp.jpg);
  }
  .siteTitle .swiper-slide#slide05 {
    background-image: url(/img/slide05_sp.jpg);
  }
  .siteTitle .swiper-pagination {
    bottom: 8px !important;
  }
  .siteTitle .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
  }
  .siteTitle .text {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 30px;
    width: 100%;
    padding: 0;
    z-index: 100;
    transform: none;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  .siteTitle .text em {
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
  }
  .siteTitle .text h2 {
    font-size: 2.7rem !important;
    color: #1458a7;
    line-height: 1.2 !important;
    letter-spacing: 1px;
    padding: 10px 0 15px;
  }
  .siteTitle .text h2 .txt-month {
    padding: 5px 8px;
    font-size: 2rem;
  }
  .siteTitle .text h2 .yan-txt {
    font-size: 2.2rem;
  }
  .siteTitle .text p.slide-txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .siteTitle .text p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .siteTitle .text .price {
    justify-content: center;
  }
  .siteTitle .text .price span {
    width: 16px;
    height: 40px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .siteTitle .text .price .number {
    line-height: 43px;
    font-size: 4.3rem;
    font-weight: normal;
    position: relative;
    padding-left: 42px;
    margin-left: 16px;
  }
  .siteTitle .text .price .number small {
    font-size: 3rem;
  }
  .siteTitle .text .price .number:before {
    content: "";
    width: 36px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 6px;
  }
  article section {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  article section .sectTitle,
  article section.secGuidance .sectTitle {
    padding-bottom: 20px;
  }
  article section .sectTitle span {
    font-size: 1.2rem;
  }
  article section.secGuidance .inner p {
    text-align: left;
    max-width: 475px;
    margin: 0 auto;
  }
  article section .sectTitle em {
    font-size: 2rem;
    padding: 5px 0;
    font-weight: 600;
  }
  article section .sectTitle small {
    font-size: 1rem;
  }
  article section h3.head {
    text-align: center;
    padding: 20px 0;
  }
  article section h3.head em {
    font-size: 1.8rem;
    padding-bottom: 0px;
  }
  article section h3.head small {
    font-size: 1rem;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
  }
  article section .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  article section .inner p + .wide {
    padding-top: 20px;
  }
  article section .wideInner {
    width: 100%;
    padding: 0;
  }
  .reservation-bnr .banner-photo-blk{
    flex-direction:column;
    gap: 20px;
    padding-bottom: 20px;
  }
  footer {
    padding-bottom: 10px;
  }
  footer .googleMap {
    height: 180px;
  }
  footer .footerContent {
    width: 100%;
    padding: 20px 20px 110px;
    box-sizing: border-box;
    display: block;
  }
  footer .footerContent .data {
    width: 100%;
  }
  .footer-sp{
    display: block;
  }
  .banner-img{
    width: 300px;
  }
  footer .footerContent .data em {
    font-size: 1rem;
    text-align: center;
  }
  footer .footerContent .data .f-logo {
    padding: 20px 0;
    text-align: center;
  }
  footer .footerContent .data address {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  footer .footerContent .data .tel {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  footer .footerContent .data .tel span {
    font-size: 1.2rem;
    padding-right: 0px;
    display: block;
  }
  footer .footerContent .data .tel a {
    color: #fff;
    font-size: 2.8rem;
    font-family: Century Gothic, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    pointer-events: auto;
  }
  footer .footerContent .data .tel a small {
    font-size: 1.8rem;
    margin-right: 5px;
  }
  footer .footerContent .time {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  footer .footerContent .time p {
    font-size: 1.1rem;
    padding-bottom: 10px;
  }
  footer .footerContent .time table {
    font-size: 1.2rem;
  }
  footer .footerContent .time table thead tr th {
    border-top: #e1e1e1 solid 1px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  footer .footerContent .time table thead tr th:nth-child(1) {
    width: 100px;
  }
  footer .footerContent .time table tbody tr td {
    height: 40px;
    border-top: #e1e1e1 solid 1px;
    vertical-align: middle;
    text-align: center;
  }
  footer .footerContent .time small {
    font-size: 1.1rem;
    padding-top: 10px;
    display: block;
    text-align: right;
  }
  footer .footerContent .btns {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0px 0;
  }
  footer .footerContent .btns a.btn {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footerContent .sitemap {
    width: 100%;
    display: block;
    padding: 0px 0;
  }
  footer .footerContent .sitemap dl {
    padding-top: 20px;
  }
  footer .footerContent .sitemap dl dt {
    color: #fff;
    font-weight: bold;
  }
  footer .footerContent .sitemap dl dd {
    display: block;
  }
  footer .footerContent .sitemap dl dd ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .footerContent .sitemap dl dd ul li {
    width: 50%;
    padding-top: 10px;
  }
  footer .footerContent .sitemap dl dd ul li a {
    font-size: 1.1rem;
    line-height: 1.2;
    display: block;
  }
  footer .footerContent .sitemap dl dd ul.long li {
    width: 100%;
  }
  footer .footerContent .sitemap dl dd ul + ul {
    margin-left: 0px;
  }
  footer .footerContent .sitemap dl dd + dt {
    padding-top: 20px;
  }
  footer .footerContent .sitemap dl + dl {
    margin-left: 0;
  }
  footer .copy {
    color: #fff;
    font-size: 1rem;
    position: relative;
    top: -90px;
    text-align: center;
    border-top: rgba(225, 225, 225, 0.5) solid 1px;
    padding: 10px 0 0;
  }
  footer .copy:before {
    content: none;
  }
  footer .copy span {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .copy span small {
    position: static;
    top: 0px;
    padding: 0;
  }
  .direction {
    display: none;
  }
  #fixedFooter.on {
    bottom: 0;
  }
  #fixedFooter {
    position: fixed;
    left: 0;
    bottom: -60px;
    z-index: 100;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
  }
  #fixedFooter #btn01 {
    width: 34%;
    background: #1458a7;
    border-right: 1px solid #fff;
  }
  #fixedFooter #btn01 i {
    font-size: 20px;
    padding-bottom: 5px;
    display: inherit;
    text-align: center;
  }
  #fixedFooter #btn01 p {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding-top: 7px;
  }
  #fixedFooter .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    display: inherit;
  }
  #fixedFooter .item:nth-child(2) a {
    padding: 10px 5px;
  }
  #fixedFooter #btn02 {
    width: 37%;
    background: #1458a7;
    border-right: 1px solid #fff;
  }
  #fixedFooter #btn02 img {
    width: 22px;
    display: inherit;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #fixedFooter #btn02 p {
    color: #fff;
    text-align: center;
    line-height: 1.4;
  }
  #fixedFooter #btn03 {
    width: 29%;
    background: #1458a7;
  }
  #fixedFooter #btn03 i {
    font-size: 16px;
    padding-bottom: 8px;
    display: inherit;
    text-align: center;
  }
  #fixedFooter #btn03 p {
    padding-top: 10px;
    text-align: center;
  }
  #fixedFooter #btn03 span {
    color: #fff;
  }
  #fixedFooter #btn03 .icon-mail:before {
    content: "\e901";
    color: #fff;
  }
  .pageTop {
    right: 10px;
    bottom: -55px;
  }
  .pageTop a {
    width: 55px;
    height: 55px;
  }
  .pageTop a:before {
    width: 55px;
    height: 55px;
  }
  .pageTop a i {
    font-size: 1.5rem;
    line-height: 55px;
  }
  .pageTop.on {
    bottom: 82px;
    opacity: 1;
  }
  #spmenu {
    z-index: 9999;
    position: fixed;
    left: 100%;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
  }
  #spmenu #spmenuInner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: white;
  }
  .slide-open #slidemenuBtn span {
    transition: top 0.2s ease, transform 0.2s ease 0.2s;
  }
  .slide-open #slidemenuBtn span:nth-child(1) {
    top: 22px;
    transform: rotate(135deg);
  }
  .slide-open #slidemenuBtn span:nth-child(2) {
    opacity: 0;
  }
  .slide-open #slidemenuBtn span:nth-child(3) {
    top: 22px;
    transform: rotate(405deg);
  }
  .slide-open #spmenu {
    left: 0;
  }
  .subpage .pageTitle {
    width: 100%;
    height: 150px;
  }
  .subpage .pageTitle h1 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .subpage .pageTitle h1 img {
    width: auto;
    height: 60px;
    margin: 0 auto;
  }
  .subpage .pageTitle h1 em {
    font-size: 2rem;
  }
  .subpage .pageTitle h1 small {
    font-size: 1rem;
    padding-top: 5px;
  }
  .subpage .pageTitle p {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .subpage .pageTitle p img {
    width: auto;
    height: 60px;
    margin: 0 auto;
  }
  .subpage .pageTitle p em {
    font-size: 2rem;
  }
  .subpage .pageTitle p small {
    font-size: 1rem;
    padding-top: 5px;
  }
  .subpage .Breadcrumb {
    padding: 10px;
    font-size: 1rem;
  }
  .subpage .Breadcrumb > span + span:before {
    margin: 0 2px;
  }
  .subpage .columnWrap {
    width: 100%;
    display: block;
  }
  .subpage .columnWrap article {
    background: #fff;
    width: 100%;
  }
  .subpage .columnWrap article section {
    width: 100%;
  }
  .subpage .columnWrap article section .sectTitle {
    text-align: center;
    padding-bottom: 20px;
  }
  .subpage .columnWrap aside {
    display: none;
  }
  .subpage .wide {
    padding-bottom: 20px;
  }
  .subpage h3.line {
    margin: 0 20px;
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .subpage h3.mb-30 {
    margin-bottom: 30px;
  }
  .subpage h3 .title-price {
    bottom: -20px;
    font-size: 1.4rem;
  }
  .subpage h3.head {
    padding: 6px;
    margin: 0 20px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .subpage .grayTtl {
    margin: 0 20px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .subpage .textBox {
    padding: 0 20px 20px;
  }
  .subpage .textBox figure {
    float: none;
    padding: 0 0 10px !important;
    margin: 0 !important;
  }
  .subpage .textBox figure img {
    width: 100%;
  }
  .subpage .textBox em {
    font-size: 1.6rem;
    padding-bottom: 5px;
    text-align: center;
  }
  .subpage .textBox p + .btn {
    margin-top: 20px;
  }
  .subpage .textBox .btn {
    margin-left: 0;
    width: 100%;
  }
  .subpage .textBox.reverse figure {
    float: right;
    padding-right: 0;
    padding-left: 40px;
  }
  .subpage .textBox.column {
    margin: 0 20px;
    background: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .subpage .flow {
    padding: 0 20px;
  }
  .subpage .flow .item {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .subpage .flow .item:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #1458a7;
    position: absolute;
    left: 13px;
    top: 0;
    z-index: 0;
  }
  .subpage .flow .item span {
    flex-shrink: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
  }
  .subpage .flow .item .text {
    width: calc(100% - 40px);
  }
  .subpage .flow .item .text em {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .subpage .flow .item figure {
    padding-top: 10px;
    padding-left: 40px;
  }
  .subpage .flow .item.wide .text {
    width: calc(100% - 40px) !important;
  }
  .subpage .qaBox {
    padding: 0 20px 30px;
  }
  .subpage .qaBox dl dt {
    font-size: 1.5rem;
    line-height: 1.2;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .subpage .qaBox dl dt:before {
    content: "Q";
    flex-shrink: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #b96861;
    line-height: 30px;
    text-align: center;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    z-index: 10;
    margin-right: 10px;
  }
  .subpage .qaBox dl dd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .subpage .qaBox dl dd:before {
    content: "A";
    flex-shrink: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1458a7;
    line-height: 30px;
    text-align: center;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    z-index: 10;
    margin-right: 10px;
  }
  .subpage .qaBox dl + dl {
    padding-top: 20px;
  }
  .subpage .qaBox a.link {
    justify-content: flex-start;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-feature-settings: "palt";
  }
  .subpage .tableBox01 {
    padding: 0 20px 20px;
  }
  .subpage .tableBox01 table {
    width: 100%;
    font-size: 1.1rem;
  }
  .subpage .tableBox01 table thead th {
    padding: 5px;
  }
  .subpage .tableBox01 table tbody td {
    padding: 5px;
  }
  .subpage .tableBox01 table tbody td:last-child {
    border-right: 0;
  }
  .subpage .flexBox01 {
    display: block;
    padding: 0 20px;
  }
  .subpage .flexBox01 .item {
    width: 100%;
    padding-bottom: 20px;
  }
  .subpage .flexBox01 .item em {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .subpage .btnBox {
    padding: 0 20px 20px;
  }
  .subpage .btnBox a.btn {
    width: 100%;
  }
  .subpage .BeforeAfter {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
  }
  .subpage .BeforeAfter .item {
    width: calc((100% - 20px) / 2);
  }
  .subpage .BeforeAfter .item em {
    font-size: 1.4rem;
  }
  .subpage .BeforeAfter .item p {
    line-height: 1.35;
  }
  .subpage .BeforeAfter .icon-triangle-right {
    font-size: 2rem;
    color: #89abd3;
    padding-top: 15%;
    top: 0;
  }
  .subpage .flexBox02 {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .subpage .flexBox02 .item {
    width: 100%;
    padding-bottom: 20px;
  }
  .subpage .flexBox02 .item figure {
    padding-bottom: 36%;
    margin-bottom: 10px;
  }
  .subpage .flexBox02 .item em {
    font-size: 1.6rem;
    padding-bottom: 5px;
    text-align: center;
  }
  .subpage aside {
    display: none;
  }
  section.cases-risk {
    padding: 30px;
  }
  section.cases-risk .risk {
    padding: 0;
  }
  section.cases-risk2 {
    padding: 30px;
    background: #ffffff;
    font-size: 0.8em;
    border: 1px solid #f2f2f2;
  }
  section.cases-risk2 .risk2 {
    padding: 0;
  }
  section.cases-risk2 .risk2 h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
  }
  section.cases-risk2 .risk2 h3 {
    font-weight: bold;
    font-size: 1.1em;
  }
  section.cases-risk2 .risk2 p {
    margin-bottom: 10px;
  }
  .red-ttl {
    font-size: 1.6rem;
  }
  .heading {
    margin: 0 20px;
    line-height: 33px;
    padding-left: 10px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .t-banner {
    display: none;
  }
  .para{
    margin: 0 20px 20px;
  }
}
@media screen and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 740px) and (min-width: 500px) {
  .siteTitle .swiper-slide#slide02 {
    background-size: contain;
    background-color: #edeffb;
  }
}
@media screen and (max-width:1300px) and (min-width:741px) {
  .siteTitle .swiper-slide#slide02 {
    width: 1300px !important;
  }
}
/*# sourceMappingURL=cmn_style.css.map */