@charset "UTF-8";
/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
}
html body {
  color: #213341;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
  min-width: 1100px;
  -webkit-text-size-adjust: none;
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4 {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
html a {
  color: #213341;
  text-decoration: none;
  border: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a:hover img {
  filter: brightness(120%);
}
html a[target=_blank]:not(.none) {
  color: #64a6db;
  text-decoration: underline;
}
html a[target=_blank]:not(.none):after {
  content: "\e905";
  font-family: "icomoon";
  font-size: 1rem;
  margin-left: 4px;
  padding-right: 4px;
}
html a[target=_blank]:not(.none):hover {
  color: #64a6db;
}
html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html #wrap {
  position: relative;
  width: 100%;
  padding-top: 134px;
  overflow: hidden;
}
html #wrap article {
  width: 100%;
  position: relative;
}
.mynumber-blk .my-no{
  max-width: 1000px;
  margin: 30px auto 0;
}
.mynumber-blk a{
  display: inline-block;
}
html .mynumber-blk  a[target=_blank]:not(.none):after{
  content: none;
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
  html #wrap {
    padding-top: 64px;
  }
  .mynumber-blk .my-no {
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 0 20px;
}
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
html a.tel {
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
html a.tel .icon-tel {
  font-size: 1.8rem;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
html a.tel em {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  html a.tel {
    pointer-events: auto;
  }
}
html header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 134px;
  min-width: 1100px;
}
html header .seo {
  position: absolute;
  top: 15px;
  left: 20px;
  letter-spacing: 0;
  font-weight: 400;
  white-space: nowrap;
  font-size: 1rem;
}
html header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 72px;
}
html header .header_content .logo {
  position: relative;
  top: -10px;
  padding-left: 25px;
}
html header .header_content .cv_box {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
html header .header_content .cv_box .telbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html header .header_content .cv_box .telbox span {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 17px;
  box-sizing: border-box;
  border: 1px solid #213341;
}
html header .header_content .cv_box .telbox small {
  padding: 0 20px 0 10px;
  font-size: 1rem;
}
html header .header_content .cv_box .rsv_btnbox {
  margin-left: 28px;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .header_content .cv_box .rsv_btnbox a {
  width: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
html header .header_content .cv_box .rsv_btnbox a .icon-mail {
  position: relative;
  top: 1px;
  font-size: 1.2rem;
}
html header .header_content .cv_box .rsv_btnbox a span {
  margin-left: 8px;
  font-size: 1.3rem;
  font-weight: 500;
}
html header .header_content .cv_box .rsv_btnbox a:hover {
  filter: brightness(120%);
}
html header .header_content .cv_box .rsv_btnbox .mail {
  background: #09b5c1;
}
html header .header_content .cv_box .rsv_btnbox .rsv {
  background: #1474c0;
}
@media screen and (max-width: 768px) {
  html header {
    position: fixed;
    width: 100%;
    height: auto;
    min-width: 100%;
    background: #fff;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  html header.on {
    top: -16px;
  }
  html header .seo {
    position: static;
    width: 100%;
    line-height: 16px;
    color: #64a6db;
    font-size: 1rem;
    text-align: center;
  }
  html header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 64px;
  }
  html header .header_content .logo {
    position: static;
    padding-left: 15px;
    margin-right: 10px;
  }
  html header .header_content .logo img {
    width: auto;
    height: 37.5px;
  }
  html header .header_content .cv_box {
    display: none;
  }
  html header .header_content nav {
    display: none;
  }
  html header .header_content .r_menu {
    display: flex;
    align-items: center;
  }
  html header .header_content .ig a {
    display: inline-block;
  }
  html #slidemenuBtn {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html #slidemenuBtn.slide-open > span:before {
    top: 5px;
    transform: rotate(35deg);
    transition: top 0.2s ease, transform 0.2s ease 0.2s;
  }
  html #slidemenuBtn.slide-open > span:after {
    bottom: 5px;
    transform: rotate(-35deg);
    transition: bottom 0.2s ease, transform 0.2s ease 0.2s;
  }
  html #slidemenuBtn > span {
    width: 30px;
    height: 11px;
    position: relative;
  }
  html #slidemenuBtn > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-image: -moz-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
    background-image: -webkit-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
    background-image: -ms-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
    transition: transform 0.2s ease, top 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html #slidemenuBtn > span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: -moz-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
    background-image: -webkit-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
    background-image: -ms-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
    transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
}
html nav {
  position: relative;
  z-index: 10;
  padding-right: 15px;
}
html nav ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
html nav ul > li {
  flex: auto;
}
html nav ul .f-ig {
  flex: unset;
  margin-right: 1%;
}
html nav ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  font-size: 1.35rem;
  padding: 0 1em;
}
html nav ul > li > a:hover {
  color: #64a6db;
}
html nav ul > li.trigger {
  position: relative;
}
html nav ul > li.trigger.general {
  position: static;
}
html nav ul > li.trigger.general .submenu {
  left: auto;
  right: 0;
}
html nav ul > li.trigger.fh_general, html nav ul > li.trigger.fh_ortho {
  position: static;
}
html nav ul > li.trigger.fh_general .submenu, html nav ul > li.trigger.fh_ortho .submenu {
  left: 0;
  width: 100%;
  background: #f9f9f9;
  box-sizing: border-box;
}
html nav ul > li.trigger.active a.tablet_trigger {
  color: #64a6db;
}
html nav ul > li.trigger .submenu {
  position: absolute;
  left: calc(50% - 265px);
  top: 100%;
  padding: 20px 20px 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
}
html nav ul > li.trigger .submenu a {
  width: 150px;
}
html nav ul > li.trigger .submenu a:hover span {
  color: #64a6db;
}
html nav ul > li.trigger .submenu a span {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.35;
}
html nav ul > li.trigger .submenu a + a {
  margin-left: 20px;
}
html nav ul > li.trigger .submenu.active {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0px);
}
html .main_title {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html .main_title .bg {
  content: "";
  position: absolute;
  left: 0;
  top: 88px;
  width: calc(100% - 100px);
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -webkit-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -ms-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
}
html .main_title .swiper-container {
  width: 100%;
  padding-left: 200px;
  box-sizing: border-box;
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 694px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide01 {
  background-image: url("../../img/slide01.jpg");
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide02 {
  background-image: url("../../img/slide02.jpg");
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide03 {
  background-image: url("../../img/slide03.jpg");
}
html .main_title .swiper-container .swiper-text {
  position: absolute;
  left: 100px;
  bottom: 94px;
  z-index: 10;
}
html .main_title .swiper-container .swiper-text h2 {
  font-weight: 500;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0;
}
html .main_title .swiper-container .swiper-text p {
  padding-top: 40px;
  font-size: 1.9rem;
  color: #fff;
}
html .main_title .swiper-container.active ~ .policy:before {
  right: 5px;
  top: 5px;
}
html .main_title .policy {
  margin: 100px 200px;
  width: calc(100% - 400px);
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  border: 1px solid #fff;
  text-align: center;
}
html .main_title .policy:before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: all 1s ease;
  backface-visibility: hidden;
}
html .main_title .policy h3 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  padding-bottom: 30px;
}
html .main_title .policy h3 span {
  position: relative;
}
html .main_title .policy h3 span:before {
  content: "";
  width: 55px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -70px;
  top: 50%;
}
html .main_title .policy h3 span:after {
  content: "";
  width: 55px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -70px;
  top: 50%;
}
html .main_title .policy p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html .main_title {
    padding-bottom: 30px;
  }
  html .main_title .bg {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  html .main_title .swiper-container {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 66.6vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide01 {
    background-image: url("../../img/slide01@sp.jpg");
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide02 {
    background-image: url("../../img/slide02@sp.jpg");
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide03 {
    background-image: url("../../img/slide03@sp.jpg");
  }
  html .main_title .swiper-container .swiper-text {
    position: static;
    padding: 30px;
  }
  html .main_title .swiper-container .swiper-text h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  html .main_title .swiper-container .swiper-text p {
    padding-top: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  html .main_title .policy {
    margin: 0 30px;
    width: calc(100% - 60px);
    padding: 30px;
  }
  html .main_title .policy h3 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.9rem;
    padding-bottom: 10px;
  }
  html .main_title .policy h3 span {
    position: relative;
  }
  html .main_title .policy h3 span:before {
    width: 20px;
    left: -30px;
  }
  html .main_title .policy h3 span:after {
    width: 20px;
    right: -30px;
  }
  html .main_title .policy p {
    font-size: 1.4rem;
    text-align: left;
  }
}
html .sect_ttl {
  text-align: center;
  padding: 0 100px;
}
html .sect_ttl small {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  position: relative;
  padding-left: 20px;
}
html .sect_ttl small:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 2px;
  background: #7cc9d9;
  transform: rotate(-60deg);
}
html .sect_ttl em {
  display: block;
  line-height: 1;
  font-size: 9.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #64a6db;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html .sect_ttl {
    text-align: center !important;
    padding: 0 30px;
  }
  html .sect_ttl small {
    font-size: 1.4rem;
    line-height: 1.3;
    padding-left: 20px;
    text-align: center;
  }
  html .sect_ttl small:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 2px;
    background: #7cc9d9;
    transform: rotate(-60deg);
  }
  html .sect_ttl em {
    padding-top: 5px;
    text-align: center;
    line-height: 1;
    font-size: 4.6rem;
  }
}
html .link_arrow {
  display: block;
  position: relative;
}
html .link_arrow:hover:before {
  color: #ebfd1d;
}
html .link_arrow:hover:after {
  content: "";
  transform: scale(1.2);
  filter: brightness(120%);
}
html .link_arrow:hover img {
  filter: brightness(110%);
}
html .link_arrow:before {
  position: absolute;
  right: 25px;
  bottom: 25px;
  content: "\e900";
  color: #fff;
  font-size: 1rem;
  font-family: "icomoon";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
html .link_arrow:after {
  position: absolute;
  right: 25px;
  bottom: 25px;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #64a6db;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  html .link_arrow {
    display: block;
    position: relative;
  }
  html .link_arrow:hover:before {
    color: #64a6db;
  }
  html .link_arrow:hover:after {
    content: "";
    transform: scale(1);
    filter: brightness(100%);
  }
  html .link_arrow:hover img {
    filter: brightness(100%);
  }
  html .link_arrow:before {
    right: 10px;
    bottom: 10px;
    width: 33px;
    height: 33px;
    color: #64a6db;
  }
  html .link_arrow:after {
    right: 10px;
    bottom: 10px;
    width: 33px;
    height: 33px;
    background: #fff;
  }
}
html .feature {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
}
html .feature .sect_ttl {
  text-align: left;
  padding-bottom: 100px;
}
html .feature .features_inner {
  width: 100%;
  padding: 0 0 200px;
  box-sizing: border-box;
  position: relative;
}
html .feature .features_inner .item {
  width: calc(50% - 36px);
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
html .feature .features_inner .item#item02 {
  position: absolute;
  right: 0;
  top: 150px;
}
html .feature .features_inner .item#item04 {
  position: absolute;
  right: 0;
  top: 850px;
}
html .feature .features_inner .item#item06 {
  position: absolute;
  right: 0;
  top: 1620px;
}
html .feature .features_inner .item:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  html .feature .features_inner .item:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 7vw;
  }
}
html .feature .features_inner .item figure {
  position: relative;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .feature .features_inner .item figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html .feature .features_inner .item .text {
  padding-top: 30px;
  padding-left: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  html .feature .features_inner .item .text {
    padding-right: 7vw;
  }
}
html .feature .features_inner .item .text .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 72px;
  border-radius: 40%;
  background: #ebfd1d;
  font-size: 3.6rem;
  font-family: "Oswald", sans-serif;
  color: #64a6db;
  font-weight: 400;
}
html .feature .features_inner .item .text h3 {
  padding: 20px 0;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #64a6db;
}
html .feature .features_inner .item .text h3 .marker {
  background: linear-gradient(transparent 80%, #ebfd1d 0%);
  display: inline;
}
html .feature .features_inner .item .text p a {
  color: #64a6db;
}
html .feature .features_inner .item .text .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  html .feature {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  html .feature .sect_ttl {
    text-align: left;
    padding: 50px 0 50px;
  }
  html .feature .features_inner {
    width: 100%;
    padding: 0 30px 30px;
  }
  html .feature .features_inner .item {
    width: 100%;
    position: static !important;
    padding-bottom: 40px;
    overflow: hidden;
  }
  html .feature .features_inner .item:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 0;
  }
  html .feature .features_inner .item .text {
    position: relative;
    padding: 50px 0 0 !important;
    box-sizing: border-box;
  }
  html .feature .features_inner .item .text .num {
    position: absolute;
    left: calc(50% - 27px);
    top: -26px;
    width: 54px;
    height: 52px;
    border-radius: 40%;
    font-size: 2.4rem;
  }
  html .feature .features_inner .item .text h3 {
    padding: 0 0 20px;
    text-align: center;
    font-size: 2rem;
  }
  html .feature .features_inner .item .text p a {
    color: #64a6db;
  }
  html .feature .features_inner .item .text .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
html .btn {
  width: 227px;
  max-width: 100%;
  height: 52px;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html .btn span {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1;
  text-align: center;
  color: #64a6db;
}
html .btn .icon-arrow {
  font-size: 1rem;
  color: #64a6db;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .btn .icon-rsv {
  right: 20px;
  font-size: 1.6rem;
}
html .btn .icon-rsv,
html .btn .icon-pdf {
  font-size: 1.8rem;
  margin-right: 10px;
}
html .btn:hover {
  background: #64a6db;
}
html .btn:hover span {
  color: #fff;
}
html .btn:hover .icon-arrow {
  right: 12px;
  color: #fff;
}
html .btn:hover .icon-rsv,
html .btn:hover .icon-pdf {
  color: #fff;
}
html .btn.blue {
  background: #64a6db;
  border: 1px solid #64a6db;
  box-sizing: border-box;
}
html .btn.blue span, html .btn.blue i {
  color: #fff;
}
html .btn.blue:hover {
  background: #fff;
}
html .btn.blue:hover span, html .btn.blue:hover i {
  color: #64a6db;
}
html .Greeting {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
html .Greeting:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 200px);
  height: 260px;
  background-image: -moz-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -webkit-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -ms-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  z-index: -1;
  opacity: 0;
  transform: translate(-30px, 30px);
  transition: all 1s ease;
  backface-visibility: hidden;
}
html .Greeting.active:before {
  opacity: 1;
  transform: translate(0px, 0px);
}
html .Greeting .Greeting_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 100px 0;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
html .Greeting .Greeting_inner figure {
  order: 1;
  width: 45%;
  text-align: right;
}
html .Greeting .Greeting_inner figure .name {
  display: inline-block;
  position: relative;
  margin-top: 60px;
  text-align: right;
  padding-bottom: 30px;
}
html .Greeting .Greeting_inner figure .name:before {
  content: "";
  position: absolute;
  left: -90px;
  top: 15px;
  width: 60px;
  height: 1px;
  background: #213341;
}
html .Greeting .Greeting_inner figure .name em {
  font-size: 1.7rem;
  padding-left: 1em;
}
html .Greeting .Greeting_inner .text {
  width: 55%;
  padding-right: 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
html .Greeting .Greeting_inner .text .sect_ttl {
  text-align: left;
  padding: 0 0 50px;
}
html .Greeting .Greeting_inner .text h3 {
  text-align: left;
  color: #64a6db;
  font-size: 2.2rem;
  padding-bottom: 30px;
  font-feature-settings: "palt";
  text-align: justify;
}
html .Greeting .Greeting_inner .text p {
  text-align: left;
  line-height: 2;
  padding-bottom: 30px;
}
html .Greeting .Greeting_inner .text .btn_box {
  margin-top: auto;
  padding-bottom: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .Greeting .Greeting_inner .text .btn_box a.btn + a.btn {
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  html .Greeting {
    width: 100%;
    padding-top: 0px;
    position: relative;
  }
  html .Greeting .sect_ttl {
    padding-bottom: 40px;
  }
  html .Greeting:before {
    content: none;
  }
  html .Greeting .Greeting_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 30px 0;
    box-sizing: border-box;
    display: block;
  }
  html .Greeting .Greeting_inner figure {
    order: 1;
    width: 100%;
    text-align: right;
  }
  html .Greeting .Greeting_inner figure .name {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    text-align: right;
    padding-bottom: 20px;
  }
  html .Greeting .Greeting_inner figure .name:before {
    content: "";
    position: absolute;
    left: auto;
    right: 110px;
    top: 38px;
    width: 40px;
    height: 1px;
    background: #213341;
  }
  html .Greeting .Greeting_inner figure .name em {
    font-size: 1.6rem;
  }
  html .Greeting .Greeting_inner .text {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    display: block;
  }
  html .Greeting .Greeting_inner .text .sect_ttl {
    display: none;
  }
  html .Greeting .Greeting_inner .text h3 {
    text-align: left;
    color: #64a6db;
    font-size: 1.8rem;
    padding-bottom: 15px;
    text-align: center;
  }
  html .Greeting .Greeting_inner .text p {
    text-align: left;
    line-height: 2;
    padding-bottom: 40px;
  }
  html .Greeting .Greeting_inner .text .btn_box {
    margin: 0 -30px;
    background-image: -moz-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
    background-image: -webkit-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
    background-image: -ms-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
    padding: 30px;
    box-sizing: border-box;
    display: block;
  }
  html .Greeting .Greeting_inner .text .btn_box a.btn {
    margin: 0 auto;
  }
  html .Greeting .Greeting_inner .text .btn_box a.btn + a.btn {
    margin: 15px auto 0;
  }
}
html .link_more {
  display: block;
  position: relative;
}
html .link_more:hover {
  filter: brightness(100%);
}
html .link_more:hover:before {
  opacity: 1;
}
html .link_more:hover span.more {
  opacity: 1;
}
html .link_more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html .link_more span.more {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease 0.1s;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  html .link_more {
    display: block;
  }
  html .link_more:hover {
    filter: brightness(100%);
  }
  html .link_more:hover:before {
    opacity: 0;
  }
  html .link_more:hover span.more {
    opacity: 0;
  }
  html .link_more:before {
    content: none;
  }
  html .link_more span.more {
    display: none;
  }
}
html .trouble {
  width: 100%;
  max-width: 1400px;
  padding: 150px 0 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
html .trouble .sect_ttl {
  text-align: left;
}
html .trouble .sect_ttl + p {
  color: #64a6db;
}
html .trouble .trouble_inner {
  width: 100%;
  padding: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .trouble .trouble_inner .item {
  width: calc((100% - 200px) / 4);
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  html .trouble .trouble_inner .item {
    width: calc((100% - 14vw) / 4);
  }
}
html .trouble .trouble_inner .item a {
  display: block;
}
html .trouble .trouble_inner .item a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
html .trouble .trouble_inner .item a:hover span {
  filter: brightness(120%);
}
html .trouble .trouble_inner .item a figure {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #f9f9f9;
  position: relative;
}
html .trouble .trouble_inner .item a figure img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html .trouble .trouble_inner .item a span {
  padding-top: 30px;
  display: block;
  color: #64a6db;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  html .trouble {
    width: 100%;
    max-width: 100%;
    padding: 80px 0 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
  }
  html .trouble .sect_ttl {
    text-align: center;
    padding-bottom: 40px;
  }
  html .trouble .sect_ttl + p {
    text-align: center;
  }
  html .trouble .trouble_inner {
    width: calc(100% + 10px);
    padding: 30px;
    margin-left: -10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  html .trouble .trouble_inner .item {
    flex-shrink: 0;
    width: 26vw !important;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  html .trouble .trouble_inner .item a:hover figure img {
    transform: translate(-50%, -50%) scale(0.6);
  }
  html .trouble .trouble_inner .item a:hover span {
    filter: brightness(120%);
  }
  html .trouble .trouble_inner .item a figure img {
    transform: translate(-50%, -50%) scale(0.6);
  }
  html .trouble .trouble_inner .item a span {
    padding-top: 10px;
    font-size: 1.3rem;
  }
}
html .treatment {
  padding-top: 100px;
}
html .treatment .sect_ttl + p {
  text-align: center;
  padding: 60px 0 80px;
  color: #64a6db;
}
html .treatment .treatment_inner {
  width: 100%;
  position: relative;
}
html .treatment .treatment_inner.active:before {
  opacity: 1;
  transform: translate(0, 0);
}
html .treatment .treatment_inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 130px;
  width: 0;
  width: calc(50% + 400px);
  height: calc(100% - 490px);
  background-image: -moz-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -webkit-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -ms-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  transform: translate(30px, 30px);
  transition: all 1s ease;
  backface-visibility: hidden;
  backface-visibility: hidden;
}
html .treatment .treatment_inner .wide_box {
  width: 100%;
  padding: 0 100px 0 150px;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
html .treatment .treatment_inner .wide_box figure {
  width: 62%;
  position: relative;
}
html .treatment .treatment_inner .wide_box figure:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: -1;
}
html .treatment .treatment_inner .wide_box figure img {
  object-fit: cover;
  width: 100%;
  height: 462px;
}
html .treatment .treatment_inner .wide_box .text {
  position: absolute;
  left: 150px;
  bottom: 65px;
}
html .treatment .treatment_inner .wide_box .text h3 {
  display: inline-block;
  padding-bottom: 30px;
}
html .treatment .treatment_inner .wide_box .text h3 .link_arrow {
  position: relative;
}
html .treatment .treatment_inner .wide_box .text h3 .link_arrow:before {
  right: -120px;
  bottom: 0;
}
html .treatment .treatment_inner .wide_box .text h3 .link_arrow:after {
  right: -120px;
  bottom: 0;
}
html .treatment .treatment_inner .wide_box .text h3 .link_arrow em {
  font-family: "Noto Serif JP", serif;
  color: #64a6db;
  font-size: 3rem;
}
html .treatment .treatment_inner .item_box {
  width: 100%;
  max-width: 1400px;
  padding: 70px 100px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
html .treatment .treatment_inner .item_box .item {
  width: calc((100% - 140px) / 3);
}
html .treatment .treatment_inner .item_box .item .text h4 {
  font-feature-settings: "palt";
  text-align: center;
  color: #64a6db;
  font-size: 2.2rem;
  padding: 20px 0;
}
html .treatment .treatment_inner#center {
  margin-top: 40px;
}
html .treatment .treatment_inner#center .wide_box figure {
  width: 78%;
}
html .treatment .treatment_inner#bottom {
  margin-top: 40px;
  padding-bottom: 100px;
}
html .treatment .treatment_inner#bottom:before {
  content: none;
}
html .treatment .treatment_inner#bottom .wide_box figure {
  width: 70%;
}
html .treatment .treatment_inner#bottom .wide_box .text {
  left: 100px;
}
html .treatment .general {
  width: 100%;
  background-image: -moz-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -webkit-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -ms-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
}
html .treatment .general .general_inner {
  width: 100%;
  max-width: 1200px;
  padding: 85px 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .treatment .general .general_inner .item {
  width: calc(50% - 36px);
  padding-bottom: 70px;
}
html .treatment .general .general_inner .item .text h4 {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 20px 0;
}
html .treatment .general .general_inner .item .text p {
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html .treatment {
    padding-top: 60px;
  }
  html .treatment .sect_ttl + p {
    padding: 40px 0 60px;
  }
  html .treatment .treatment_inner {
    width: 100%;
    position: relative;
  }
  html .treatment .treatment_inner.active:before {
    width: calc(100% - 30px);
  }
  html .treatment .treatment_inner:before {
    right: auto;
    left: 0;
    top: 100px;
    height: 126vw;
  }
  html .treatment .treatment_inner .wide_box {
    width: 100%;
    padding: 0 0 0 30px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  html .treatment .treatment_inner .wide_box figure {
    width: 100%;
    position: relative;
  }
  html .treatment .treatment_inner .wide_box figure:before {
    content: none;
  }
  html .treatment .treatment_inner .wide_box figure img {
    object-fit: inherit;
    width: 100%;
    height: auto;
  }
  html .treatment .treatment_inner .wide_box .text {
    position: static;
  }
  html .treatment .treatment_inner .wide_box .text h3 {
    display: inline-block;
    padding: 0px;
    margin: 15px 0;
  }
  html .treatment .treatment_inner .wide_box .text h3 .link_arrow {
    position: relative;
    padding-left: 40px;
  }
  html .treatment .treatment_inner .wide_box .text h3 .link_arrow:before {
    right: auto;
    left: 0;
    bottom: 0;
  }
  html .treatment .treatment_inner .wide_box .text h3 .link_arrow:after {
    right: auto;
    left: 0;
    bottom: 0;
  }
  html .treatment .treatment_inner .wide_box .text h3 .link_arrow em {
    color: #fff;
    font-size: 2rem;
  }
  html .treatment .treatment_inner .wide_box .text p {
    color: #fff;
    padding-right: 60px;
  }
  html .treatment .treatment_inner .item_box {
    width: 100%;
    padding: 30px 60px;
    box-sizing: border-box;
    display: block;
  }
  html .treatment .treatment_inner .item_box .item {
    width: 100%;
    padding-bottom: 40px;
  }
  html .treatment .treatment_inner .item_box .item .text h4 {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  html .treatment .treatment_inner#center {
    margin-top: 0px;
  }
  html .treatment .treatment_inner#center .wide_box figure {
    width: 100%;
  }
  html .treatment .treatment_inner#bottom {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  html .treatment .treatment_inner#bottom .wide_box {
    padding: 0;
    position: relative;
    padding-top: 50px;
  }
  html .treatment .treatment_inner#bottom .wide_box figure {
    width: 100%;
  }
  html .treatment .treatment_inner#bottom .wide_box .text {
    left: 0;
  }
  html .treatment .treatment_inner#bottom .wide_box .text h3 {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  html .treatment .treatment_inner#bottom .wide_box .text h3 .link_arrow {
    padding-left: 70px;
  }
  html .treatment .treatment_inner#bottom .wide_box .text h3 .link_arrow:before {
    left: 30px;
    color: #fff;
  }
  html .treatment .treatment_inner#bottom .wide_box .text h3 .link_arrow:after {
    left: 30px;
    background: #64a6db;
  }
  html .treatment .treatment_inner#bottom .wide_box .text h3 .link_arrow em {
    color: #64a6db;
  }
  html .treatment .treatment_inner#bottom .wide_box .text p {
    color: #64a6db;
    padding: 30px;
  }
  html .treatment .general {
    width: 100%;
  }
  html .treatment .general .general_inner {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  html .treatment .general .general_inner .item {
    width: 100%;
    padding-bottom: 30px;
  }
  html .treatment .general .general_inner .item .text h4 {
    font-size: 2rem;
    padding: 10px 0;
  }
  html .treatment .general .general_inner .item .text p {
    color: #fff;
  }
}
html .banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .banner a {
  width: 50%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .banner a:hover {
  filter: brightness(110%);
}
html .banner a.price_banner {
  background-image: url("../../img/banner01.jpg");
}
html .banner a.deduction_banner {
  background-image: url("../../img/banner02.jpg");
}
html .banner a h3 {
  text-align: center;
}
html .banner a h3 em {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  display: block;
}
html .banner a h3 small {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #64a6db;
}
@media screen and (max-width: 768px) {
  html .banner a {
    width: 50%;
    height: 50vw;
  }
  html .banner a:hover {
    filter: brightness(110%);
  }
  html .banner a.price_banner {
    background-image: url("../../img/banner01@sp.jpg");
  }
  html .banner a.deduction_banner {
    background-image: url("../../img/banner02@sp.jpg");
  }
  html .banner a h3 em {
    font-size: 2rem;
  }
  html .banner a h3 small {
    font-size: 1.7rem;
  }
}
html .information {
  padding: 140px 0;
  width: 1000px;
  margin: 0 auto;
}
html .information .sect_ttl {
  text-align: left;
  padding-left: 0;
  margin-bottom: 100px;
}
html .information .info_list_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
html .information .info_list_box .info_list {
  width: calc((100% - 70px) / 2);
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .information .info_list_box .info_list h3 {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 50px;
}
html .information .info_list_box .info_list .list_btn {
  position: relative;
  padding-right: 60px;
}
html .information .info_list_box .info_list .list_btn:hover:after {
  filter: brightness(120%);
  transform: scale(1.2);
}
html .information .info_list_box .info_list .list_btn:before {
  position: absolute;
  right: 0px;
  top: -13px;
  content: "\e900";
  color: #fff;
  font-size: 1rem;
  font-family: "icomoon";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
html .information .info_list_box .info_list .list_btn:after {
  position: absolute;
  right: 0px;
  top: -13px;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #64a6db;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .information .info_list_box .info_list .list_btn span {
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 1px solid #213341;
}
html .information .info_list_box .info_list .scroll_box {
  position: relative;
  max-height: 470px;
  width: 100%;
}
html .information .info_list_box .info_list .scroll_box .ps__rail-y {
  width: 6px;
}
html .information .info_list_box .info_list .scroll_box .ps__rail-y .ps__thumb-y {
  background: #64a6db;
  width: 6px;
  right: 0;
  border-radius: 0;
}
html .information .info_list_box .info_list .scroll_box .item {
  border-bottom: 1px dotted #64a6db;
  padding: 20px 20px 20px 0;
  width: 100%;
  box-sizing: border-box;
}
html .information .info_list_box .info_list .scroll_box .item:first-child {
  border-top: 1px dotted #64a6db;
}
html .information .info_list_box .info_list .scroll_box .item em {
  color: #64a6db;
}
html .information .info_list_box .info_list .scroll_box .item .text a {
  text-decoration: underline;
}
html .information .info_list_box .info_list .scroll_box .item .text a:hover {
  color: #64a6db;
}
@media screen and (max-width: 768px) {
  html .information {
    padding: 80px 0 0;
    width: 100%;
  }
  html .information .sect_ttl {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
  }
  html .information .info_list_box {
    display: block;
    padding: 0 30px;
  }
  html .information .info_list_box .info_list {
    width: 100%;
    display: block;
    text-align: center;
  }
  html .information .info_list_box .info_list h3 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    padding-bottom: 30px;
  }
  html .information .info_list_box .info_list .list_btn {
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px;
    margin-top: 30px;
  }
  html .information .info_list_box .info_list .list_btn:before {
    right: auto;
    left: 0;
    top: 0px;
    width: 33px;
    height: 33px;
  }
  html .information .info_list_box .info_list .list_btn:after {
    right: auto;
    left: 0;
    top: 0px;
    width: 33px;
    height: 33px;
  }
  html .information .info_list_box .info_list .scroll_box {
    max-height: 450px;
  }
  html .information .info_list_box .info_list .scroll_box .item {
    border-bottom: 1px dotted #64a6db;
    padding: 15px 15px 15px 0;
    text-align: left;
  }
  html .information .info_list_box .info_list + .info_list {
    margin-top: 50px;
  }
}
html .calendar {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 80px;
}
html .calendar .sect_ttl {
  text-align: left;
  margin-bottom: 80px;
}
html .calendarBox {
  width: 100%;
  max-width: 1400px;
  padding: 0 100px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
html .calendarBox .month {
  width: calc((100% - 70px) / 2);
  text-align: center;
}
html .calendarBox .month em {
  display: inline-block;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 60px;
  line-height: 1;
}
html .calendarBox .month table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
html .calendarBox .month table thead th {
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
}
html .calendarBox .month table thead th.holiday {
  color: #d95876;
}
html .calendarBox .month table tbody td {
  background: #f3f3f3;
}
html .calendarBox .month table tbody td span {
  display: block;
  line-height: 1;
  font-weight: 400;
  padding: 5px;
  height: 5.2vw;
  min-height: 54px;
  max-height: 76px;
  font-size: 1.8rem;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
html .calendarBox .month table tbody td span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  line-height: 1;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
html .calendarBox .month table tbody td.saturday {
  background: #f3f3f3;
  color: #213341;
}
html .calendarBox .month table tbody td.close {
  background: #f56e8e !important;
  color: #fff;
}

html .calendarBox .month table tbody td.close span:before {
  content: "休診日";
  color: #fff;
}
html .calendarBox .month table tbody td.am_close {
  background: #7cc9d9 !important;
  color: #fff;
}
html .calendarBox .month table tbody td.am_close span:before {
  content: "午前休";
  color: #fff;
}
html .calendarBox .month table tbody td.pm_close {
  background: #64a6db !important;
  color: #fff;
}
html .calendarBox .month table tbody td.pm_close span:before {
  content: "午後休";
  color: #fff;
}

/* html .calendarBox .month table tbody td.saturday span:before {
  content: "スポット";
  color: #fff;
} */
html .calendarBox .month table tbody td.other {
  background: #7cc9d9 !important;
  color: #fff;
}

html .calendarBox .month table tbody td.other span:before {
  content: "口腔外科" !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html .calendar {
    padding-top: 90px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
  }
  html .calendar .sect_ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  html .calendarBox {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: block;
  }
  html .calendarBox .month {
    width: 100%;
    text-align: center;
  }
  html .calendarBox .month em {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  html .calendarBox .month table {
    border-spacing: 4px;
  }
  html .calendarBox .month table thead th {
    font-size: 1rem;
  }
  html .calendarBox .month table tbody td span {
    padding: 5px;
    height: 11vw;
    min-height: 40px;
    max-height: 76px;
    font-size: 1rem;
  }
  html .calendarBox .month table tbody td span:before {
    bottom: 3px;
  }
  html .calendarBox .month + .month {
    margin-top: 40px;
  }
}
.banner-blk {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.banner-blk a{
  display: inline-block;
}
.banner-blk a[target=_blank]:not(.none):after {
  content: "";
}
@media screen and (max-width: 768px) {
  .banner-blk {
    margin: 0 auto 40px;
    padding: 0 20px;
  }
}

html .risk {
  width: 1000px;
  max-height: 270px;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
  background: #fcfcfc;
  font-size: 1.2rem;
  position: relative;
}
html .risk .ps__rail-y {
  width: 6px;
}
html .risk .ps__rail-y .ps__thumb-y {
  background: #64a6db;
  width: 6px;
  right: 0;
  border-radius: 0;
}
html .risk em {
  display: block;
}
html .risk p ~ em {
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  html .risk {
    width: 100%;
    max-height: 240px;
    padding: 30px;
    font-size: 1rem;
  }
}
html footer {
  padding-top: 100px;
  width: 100%;
  box-sizing: border-box;
}
html footer .footer_content {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

html footer .googlemap_inner{
  line-height: 0;

}

html footer .footer_content .logo {
  padding-bottom: 30px;
  padding-top: 70px;
}
html footer .footer_content .telbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
html footer .footer_content .telbox .tag {
  background: #64a6db;
  color: #fff;
  font-size: 1rem;
  width: 70px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html footer .footer_content .telbox .tag + span {
  color: #64a6db;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 500;
}
html footer .footer_content .telbox .tel {
  width: 100%;
  color: #64a6db;
  padding: 25px 0;
}
html footer .footer_content .telbox .tel .icon-tel {
  font-size: 3rem;
}
html footer .footer_content .telbox .tel em {
  font-size: 3.4rem;
}
html footer .footer_content .rsv_btnbox {
  width: 760px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html footer .footer_content .rsv_btnbox a {
  width: 50%;
  height: 50px;
  background: #1474c0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
html footer .footer_content .rsv_btnbox a .icon-mail {
  position: relative;
  top: 1px;
  font-size: 1.4rem;
}
html footer .footer_content .rsv_btnbox a span {
  margin-left: 8px;
  font-size: 1.5rem;
  font-weight: 500;
}
html footer .footer_content .rsv_btnbox a:hover {
  filter: brightness(120%);
}
html footer .footer_content .rsv_btnbox a + a {
  background: #079096;
}
html footer .footer_content .rsv_btnbox a + a + a {
  background: #09b5c1;
}
html footer .footer_content address {
  font-size: 1.4rem;
  padding-bottom: 70px;
}
html footer .footer_content .sitemap {
  width: 675px;
  margin: 0 auto;
  padding: 80px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  letter-spacing: 0.06em;
}
html footer .footer_content .sitemap dl {
  text-align: left;
}
html footer .footer_content .sitemap dl dt {
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 30px;
}
html footer .footer_content .sitemap dl dd {
  display: flex;
  justify-content: flex-start;
}
html footer .footer_content .sitemap dl dd ol {
  font-size: 1.3rem;
  line-height: 2.7;
}
html footer .footer_content .sitemap dl dd ol li a {
  display: block;
}
html footer .footer_content .sitemap dl dd ol li a:hover {
  text-decoration: underline;
}
html footer .footer_content .sitemap dl dd ol + ol {
  padding-left: 38px;
}
html footer .footer_content .sitemap .copy {
  padding: 70px 0;
  width: 100%;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  html footer {
    padding-top: 50px;
    width: 100%;
    box-sizing: border-box;
  }
  html footer .footer_content .logo {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  html footer .googlemap_inner iframe {
    height: 300px;
}
  html footer .footer_content .telbox {
    display: block;
    text-align: center;
  }
  html footer .footer_content .telbox .tag {
    margin: 0 auto;
  }
  html footer .footer_content .telbox .tel {
    padding: 20px 0;
  }
  html footer .footer_content .telbox .tel .icon-tel {
    font-size: 2rem;
  }
  html footer .footer_content .telbox .tel em {
    font-size: 2.4rem;
  }
  html footer .footer_content .rsv_btnbox {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    display: block;
  }
  html footer .footer_content .rsv_btnbox a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  html footer .footer_content .rsv_btnbox a .icon-mail {
    position: relative;
    top: 1px;
    font-size: 1.6rem;
  }
  html footer .footer_content .rsv_btnbox a .icon-rsv {
    font-size: 1.8rem;
  }
  html footer .footer_content .rsv_btnbox a .icon-pdf {
    font-size: 2.2rem;
  }
  html footer .footer_content .rsv_btnbox a .icon-pdf {
    font-size: 2rem;
  }
  html footer .footer_content .rsv_btnbox a span {
    margin-left: 8px;
    font-size: 1.4rem;
  }
  html footer .footer_content address {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  html footer .footer_content .consultation_time {
    padding: 0 30px;
  }
  html footer .footer_content .sitemap {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: block;
    box-sizing: border-box;
  }
  html footer .footer_content .sitemap dl dt {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
  html footer .footer_content .sitemap dl dd ol {
    width: 50%;
    font-size: 1.1rem;
    line-height: 2.7;
  }
  html footer .footer_content .sitemap dl dd ol + ol {
    padding-left: 0;
  }
  html footer .footer_content .sitemap dl + dl {
    margin-top: 40px;
  }
  html footer .footer_content .sitemap .copy {
    padding: 40px 0 60px;
    text-align: center;
  }
}
html .pageTop {
  position: fixed;
  right: -74px;
  bottom: 50px;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 20;
}
html .pageTop.on {
  right: 40px;
}
html .pageTop a {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #64a6db;
  border-radius: 50%;
}
html .pageTop a .icon-top {
  font-size: 1.4rem;
  color: #fff;
}
html .pageTop a:hover {
  filter: brightness(120%);
}
@media screen and (max-width: 768px) {
  html .pageTop {
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 21;
  }
  html .pageTop.on {
    right: 0px;
  }
  html .pageTop a {
    width: 60px;
    height: 60px;
    border-radius: 0%;
    background: #64a6db;
  }
  html .pageTop a .icon-top {
    color: #fff;
    font-size: 1.5rem;
  }
}
html #sp_menu {
  position: fixed;
  right: 0;
  top: 64px;
  z-index: 100;
  width: 100%;
  height: calc(100% - 64px);
  padding: 0;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -webkit-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  background-image: -ms-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
}
html #sp_menu.slide-open {
  transform: translateX(0%);
}
html #sp_menu ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
html #sp_menu ul > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  padding-left: 13px;
}
html #sp_menu ul > li > a .icon-mail {
  font-size: 1.5rem;
  margin-right: 10px;
}
html #sp_menu ul > li > a .icon-rsv {
  font-size: 1.8rem;
  margin-right: 10px;
}
html #sp_menu ul > li > a.tel .icon-tel {
  font-size: 2rem;
  color: #fff;
}
html #sp_menu ul > li > a.tel em {
  font-size: 2.2rem;
  color: #fff;
}
html #sp_menu ul > li > a.toggle {
  position: relative;
}
html #sp_menu ul > li > a.toggle:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 22px;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html #sp_menu ul > li > a.toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 22px;
  width: 20px;
  height: 1px;
  background: #fff;
  transform: rotate(90deg);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html #sp_menu ul > li > a.toggle.on:before {
  transform: rotate(45deg);
}
html #sp_menu ul > li > a.toggle.on:after {
  transform: rotate(135deg);
}
html #sp_menu ul > li ol {
  background: #fff;
  padding: 0;
}
html #sp_menu ul > li ol li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  color: #64a6db;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 20px;
  box-sizing: border-box;
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.35;
}
html #sp_menu ul > li ol li:last-child {
  border-bottom: 0;
}
html #sp_menu .telbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
html #sp_menu .telbox .tag {
  background: #fff;
  color: #64a6db;
  font-size: 1rem;
  width: 70px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #sp_menu .telbox .tag + span {
  color: #fff;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 500;
}
html #sp_menu .telbox .tel {
  width: 100%;
  color: #fff;
  padding: 15px 0;
}
html #sp_menu .telbox .tel .icon-tel {
  font-size: 3rem;
}
html #sp_menu .telbox .tel em {
  font-size: 3.4rem;
}
html #fixed_footer {
  display: none;
}
@media screen and (max-width: 768px) {
  html #fixed_footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: calc(100% - 60px);
    box-sizing: border-box;
    background: #fff;
    height: 60px;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
  }
  html #fixed_footer.on {
    bottom: 0;
  }
  html #fixed_footer a.tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html #fixed_footer a.tel .icon-tel {
    font-size: 2rem;
  }
  html #fixed_footer a.tel em {
    font-size: 1.8rem;
  }
  html #fixed_footer a {
    flex: auto;
    width: auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    color: #64a6db;
  }
  html #fixed_footer a .icon-mail {
    font-size: 1.7rem;
    position: relative;
    top: -8px;
  }
  html #fixed_footer a .icon-rsv {
    font-size: 2rem;
    position: relative;
    top: -8px;
  }
  html #fixed_footer a small {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 1rem;
    font-weight: 500;
  }
  html #fixed_footer a + a {
    background: #fff;
  }
}
html #fixed_header {
  position: fixed;
  left: 0;
  top: -62px;
  width: 100%;
  min-width: 1100px;
  z-index: 100;
  background: #fff;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html #fixed_header.on {
  top: 0;
  z-index: 100;
}
html #fixed_header nav {
  padding: 0;
}
html #fixed_header nav li.flex0 {
  flex: auto;
  width: 120px;
}
html #fixed_header nav li a {
  padding: 0;
}
html #fixed_header nav li .fh_mail,
html #fixed_header nav li .fh_rsv {
  width: 100%;
  height: 62px;
  background: #09b5c1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0;
}
html #fixed_header nav li .fh_mail .icon-mail,
html #fixed_header nav li .fh_rsv .icon-mail {
  position: relative;
  top: 1px;
  font-size: 1.2rem;
}
html #fixed_header nav li .fh_mail span,
html #fixed_header nav li .fh_rsv span {
  margin-left: 8px;
  font-size: 1.3rem;
  font-weight: 500;
}
html #fixed_header nav li .fh_mail:hover,
html #fixed_header nav li .fh_rsv:hover {
  filter: brightness(120%);
}
html #fixed_header nav li .fh_rsv {
  background: #1474c0;
}
@media screen and (max-width: 768px) {
  html #fixed_header {
    display: none;
  }
}
html .cancelbox {
  background: #f1f9ff;
  padding: 60px;
  margin-bottom: 80px;
}
html .cancelbox h3 {
  padding-bottom: 40px;
}
html .cancelbox .text h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #64a6db;
  padding-bottom: 10px;
}
html .cancelbox .text h4 i {
  font-size: 3rem;
  margin-right: 15px;
}
html .cancelbox .text h4 em {
  font-size: 1.8rem;
}
html .cancelbox .text + .text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  html .cancelbox {
    padding: 30px;
    margin-bottom: 40px;
  }
  html .cancelbox h3 {
    padding-bottom: 30px;
  }
  html .cancelbox .text h4 {
    padding-bottom: 10px;
  }
  html .cancelbox .text h4 i {
    flex-shrink: 0;
    font-size: 2.2rem;
    margin-right: 12px;
  }
  html .cancelbox .text h4 em {
    font-size: 1.6rem;
    display: block;
    line-height: 1.5;
  }
  html .cancelbox .text + .text {
    margin-top: 40px;
  }
}
button#open-chatbot {
  position: fixed;
  border-radius: 53px;
  color: #fff;
  padding: 15px 25px 15px 45px;
  display: block;
  right: 15px;
  bottom: 150px;
  background-color: #64a6db;
  cursor: pointer;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  z-index: 18;
  border: none;
  pointer-events: initial;
}
button#open-chatbot::before {
  position: absolute;
  content: "";
  background: url(/common/img/icn-chat.png) no-repeat center / contain;
  width: 49px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  button#open-chatbot {
    bottom: 80px;
    right: 10px;
    font-size: 1.7rem;
  }
button#open-chatbot::before {
  width: 55px;
  height: 30px;
  }
}
/* ft-pdf-link */
html footer .ft-pdf-link a {
  font-size: 1.1rem;
  color: #213341 !important;
  display: inline-flex;
  justify-content: flex-end;
  align-items: start;
  text-decoration: underline;
  margin-top: 10px;
}

html footer .ft-pdf-link a:after {
  margin-left: 4px;
  padding-right: 4px;
  font-family: "icomoon";
  font-size: 1rem;
  content: "\e905";
}

html footer .ft-pdf-link a:hover {
  opacity: 0.7;
}

html footer .ft-pdf-link img {
  width: 12px;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
}
.mynumber-blk .my-no-two{
  max-width: 440px;
  margin: 30px auto 0;
}
.list_blk .first_list,.sec_list{
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
}
.list_blk{
  background-image: -webkit-linear-gradient(0deg, #7cc9d9 0%, #50a9f0 100%);
  padding: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  html footer .ft-pdf-link a {
    margin-top: 15px;
  }
  .list_blk .first_list,.sec_list{
  flex-direction: column;
}
.mynumber-blk .my-no-two{
 margin: 20px auto 0;
        padding: 0 20px;
}
}
.cv_box .ig {
  margin-left: 28px;
}
.cv_box .ig a {
  display: inline-block;
}
html .ig a[target=_blank]:not(.none):after,
html #fixed_header a[target=_blank]:not(.none):after {
  display: none;
}

