@keyframes ctaBalloonAnimation {
  from {
    transform: translate(-50%, -100%);
  }
  to {
    transform: translate(-50%, -70%);
  }
}
@keyframes ctaBalloonAnimationFv {
  from {
    transform: translate(-50%, -150%);
  }
  to {
    transform: translate(-50%, -100%);
  }
}
body {
  font-family: "fot-tsukuardgothic-std", sans-serif, serif;
  font-weight: 500;
  line-height: 1.5;
  background-color: #FFFFFF;
  color: #000000;
  padding-top: 120px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 95px;
  }
}

p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}
p._center {
  text-align: center;
}

.img-wrap {
  text-align: center;
}
.img-wrap img {
  max-width: 100%;
}

.content-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  color: #295282;
  z-index: 10;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 10px;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 12px 10px;
  }
}
header .header-link-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-link-wrap .h-anchor-list {
  display: flex;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1030px) {
  header .header-link-wrap .h-anchor-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-anchor-list {
    display: none;
  }
}
header .header-link-wrap .h-anchor-list > li + li {
  margin-left: 25px;
}
header .header-link-wrap .h-btn-wrap {
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap {
    margin-left: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
header .header-link-wrap .h-btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  border: 2px solid #295282;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap a {
    width: 50%;
    border-radius: 0;
    background-color: #FFFFFF;
    border: 4px solid #295282;
    color: #295282;
    font-size: 16px;
  }
}
header .header-link-wrap .h-btn-wrap a:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 27px;
  height: 24px;
  background-size: cover;
  background-image: url("../img/reserve-icon.webp");
}
header .header-link-wrap .h-btn-wrap a:hover {
  background-color: #295282;
  color: #FFFFFF;
}
header .header-link-wrap .h-btn-wrap a:hover:before {
  background-image: url("../img/reserve-icon_w.webp");
}
header .header-link-wrap .h-btn-wrap a._tel {
  border-color: #15b201;
  color: #15b201;
}
header .header-link-wrap .h-btn-wrap a._tel:before {
  width: 17px;
  height: 23px;
  background-image: url("../img/tel-icon.webp");
}
header .header-link-wrap .h-btn-wrap a._tel:hover {
  background-color: #15b201;
  color: #FFFFFF;
}
header .header-link-wrap .h-btn-wrap a._tel:hover:before {
  background-image: url("../img/tel-icon_w.webp");
}
header .header-link-wrap .h-btn-wrap a + * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap a + * {
    margin-left: 0;
  }
}
header .header-link-wrap .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 1030px) {
  header .header-link-wrap .sp-menu-btn {
    display: block;
    width: 30px;
    height: 25px;
    margin-left: 20px;
    position: relative;
    z-index: 10;
  }
  header .header-link-wrap .sp-menu-btn > span {
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
  }
  header .header-link-wrap .sp-menu-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header-link-wrap .sp-menu-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
header .header-link-wrap .sp-menu-btn.active span {
  display: none;
}
header .header-link-wrap .sp-menu-btn.active:before {
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background-color: #295282;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
header .header-link-wrap .sp-menu-btn.active:after {
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background-color: #295282;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
header .header-link-wrap .sp-menu-btn.active + .h-anchor-list-sp {
  transform: translateX(0);
}
header .header-link-wrap .h-anchor-list-sp {
  display: none;
}
@media screen and (max-width: 1030px) {
  header .header-link-wrap .h-anchor-list-sp {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    color: #295282;
    font-weight: 500;
    transform: translateX(100%);
    transition: 0.3s;
  }
}
@media screen and (max-width: 1030px) and (max-width: 767px) {
  header .header-link-wrap .h-anchor-list-sp > li {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  header .header-link-wrap .h-anchor-list-sp > li a {
    display: flex;
    justify-content: center;
    width: 200px;
    padding-bottom: 20px;
    position: relative;
  }
  header .header-link-wrap .h-anchor-list-sp > li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a0916f;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1030px) {
  header .header-link-wrap .h-anchor-list-sp > li + li {
    margin-top: 30px;
  }
}

.primary-hdg-lv2 {
  font-size: 40px;
  font-weight: bold;
  color: #295282;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .primary-hdg-lv2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.primary-hdg-lv2._large {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .primary-hdg-lv2._large {
    font-size: 35px;
  }
}
.primary-hdg-lv2 > span:not(.fs80):not(.fs50) {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1;
  color: #8d9cad;
  position: relative;
}
.primary-hdg-lv2 > span:not(.fs80):not(.fs50):before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8d9cad;
  position: absolute;
  left: 0;
  bottom: 0;
}
.primary-hdg-lv2 > span:not(.fs80):not(.fs50):after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #8d9cad;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.primary-hdg-lv2 .fs80 {
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .primary-hdg-lv2 .fs80 {
    font-size: 60px;
  }
}
.primary-hdg-lv2 .fs50 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .primary-hdg-lv2 .fs50 {
    font-size: 35px;
  }
}

.primary-hdg-lv2-2 {
  margin-bottom: 140px;
  font-size: 50px;
  font-weight: bold;
  color: #295282;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .primary-hdg-lv2-2 {
    font-size: 35px;
    margin-bottom: 90px;
  }
}
.primary-hdg-lv2-2:after {
  content: "";
  display: block;
  width: 2px;
  height: 72px;
  background-color: #295282;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 90px);
}
@media screen and (max-width: 767px) {
  .primary-hdg-lv2-2:after {
    height: 50px;
    transform: translate(-50%, 60px);
  }
}

* + .primary-hdg-lv2 {
  margin-top: 60px;
}

.fv-area .fv-inner {
  display: flex;
  justify-content: center;
}
.fv-area .fv-inner .fv-img-wrap {
  position: relative;
}
.fv-area .fv-inner img {
  max-width: 100%;
}
.fv-area .fv-inner .fv-cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 1100px) {
  .fv-area .fv-inner .fv-cta {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fv-area .fv-inner .fv-cta {
    position: static;
    flex-direction: column;
    align-items: center;
    background-color: #f7f2f0;
    margin-top: 0;
    padding: 50px 0 30px;
  }
  .fv-area .fv-inner .fv-cta a + a {
    margin-left: 0;
    margin-top: 30px;
  }
}
.fv-area .fv-inner .fv-cta a {
  width: 260px;
  height: 72px;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .fv-area .fv-inner .fv-cta a {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fv-area .fv-inner .fv-cta a {
    width: 100%;
    max-width: 320px;
    height: 75px;
    font-size: 25px;
  }
}
.fv-area .fv-inner .fv-cta .btn-balloon {
  width: 166px;
  height: 26px;
  font-size: 12px;
  font-weight: bold;
  animation: ctaBalloonAnimationFv 0.8s ease 0s infinite alternate;
}

#worries-area .worries-area-top {
  padding: 100px 0 90px;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-top {
    padding: 50px 0 45px;
  }
}
#worries-area .worries-area-top h2 {
  text-align: center;
  font-size: 40px;
  color: #295282;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-top h2 {
    font-size: 30px;
  }
}
#worries-area .worries-area-top h2 span {
  font-size: 30px;
  color: #8d9cad;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-top h2 span {
    font-size: 25px;
  }
}
#worries-area .worries-list-box {
  margin-top: 80px;
  background-image: url("../img/worries-list-box-bg.webp");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-list-box {
    margin-top: 40px;
  }
}
#worries-area .worries-list-box .worries-list {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 25px;
  color: #295282;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-list-box .worries-list {
    font-size: 20px;
  }
}
#worries-area .worries-list-box .worries-list > li {
  padding-left: 50px;
  position: relative;
  font-weight: bold;
}
#worries-area .worries-list-box .worries-list > li:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 2px solid #295282;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/worries-list-check-icon.webp");
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
}
#worries-area .worries-list-box .worries-list > li + li {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-list-box .worries-list > li + li {
    margin-top: 20px;
  }
}
#worries-area .worries-area-bottom {
  padding: 60px 0 100px;
  background-color: #f7f2f0;
  position: relative;
  background-image: url("../img/worries-area-bottom-bg-1.webp"), url("../img/worries-area-bottom-bg-2.webp"), url("../img/worries-area-bottom-bg-3.webp");
  background-position: top 180px right, top 500px left, top 630px right;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-bottom {
    padding: 40px 0 50px;
  }
}
#worries-area .worries-area-bottom:before {
  content: "";
  display: block;
  width: 3px;
  height: 90px;
  background-color: #15b201;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-bottom:before {
    height: 70px;
  }
}
#worries-area .worries-area-bottom h2 {
  margin-bottom: 35px;
  font-size: 50px;
  font-weight: bold;
  color: #295282;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-bottom h2 {
    font-size: 40px;
  }
}
#worries-area .worries-area-bottom .worries-area-bottom-read {
  margin-bottom: 55px;
  color: #295282;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-bottom .worries-area-bottom-read {
    font-size: 22px;
  }
}
#worries-area .worries-area-bottom .worries-area-bottom-read span {
  display: inline-block;
  background-color: #295282;
  color: #FFFFFF;
}
#worries-area .worries-area-bottom .worries-ans-box {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-bottom .worries-ans-box {
    flex-direction: column;
    align-items: center;
  }
}
#worries-area .worries-area-bottom .worries-ans-box .text-col {
  padding: 30px;
}
#worries-area .worries-area-bottom .worries-ans-box .img-wrap {
  width: 285px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-bottom .worries-ans-box .img-wrap {
    padding-bottom: 30px;
  }
}
#worries-area .worries-area-bottom .worries-ans-box._img-list {
  padding: 30px 10px 30px 10px;
}
#worries-area .worries-area-bottom .worries-ans-box._img-list .text-col {
  padding: 0;
}
#worries-area .worries-area-bottom .worries-ans-box .worries-ans-box-img-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-bottom .worries-ans-box .worries-ans-box-img-list {
    margin-top: 20px;
  }
  #worries-area .worries-area-bottom .worries-ans-box .worries-ans-box-img-list img {
    max-width: 100%;
  }
}
#worries-area .worries-area-bottom .worries-ans-box .worries-ans-box-img-list > li + li {
  margin-left: 10px;
}
#worries-area .worries-area-bottom .worries-ans-box .worries-ans-box-head {
  font-size: 30px;
  color: #295282;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #worries-area .worries-area-bottom .worries-ans-box .worries-ans-box-head {
    font-size: 25px;
  }
}
#worries-area .worries-area-bottom .worries-ans-box p {
  font-size: 16px;
}
#worries-area .worries-area-bottom .worries-ans-box + .worries-ans-box {
  margin-top: 40px;
}

.worries-balloon-wrap {
  margin-top: 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .worries-balloon-wrap {
    flex-direction: column;
  }
  .worries-balloon-wrap .img-wrap {
    width: 80px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .worries-balloon-wrap .img-wrap {
    width: 100px;
    margin-bottom: 10px;
  }
}
.worries-balloon-wrap .balloon {
  background-color: #FFFFFF;
  padding: 40px 65px;
  border-radius: 50px;
  margin-left: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worries-balloon-wrap .balloon {
    margin-left: 0;
    padding: 20px 30px;
  }
}
.worries-balloon-wrap .balloon:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-100%);
  clip-path: polygon(100% 50%, 0 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .worries-balloon-wrap .balloon:before {
    width: 40px;
    height: 60px;
    top: 0;
    left: 50px;
    transform: translateY(-100%);
    clip-path: polygon(100% 0, 0% 100%, 60% 100%);
  }
}
.worries-balloon-wrap .balloon p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .worries-balloon-wrap .balloon p {
    font-size: 16px;
  }
}
.worries-balloon-wrap .balloon p span {
  font-size: 25px;
  color: #15b201;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .worries-balloon-wrap .balloon p span {
    font-size: 20px;
  }
}
.worries-balloon-wrap .balloon p._large {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .worries-balloon-wrap .balloon p._large {
    font-size: 20px;
  }
}
.worries-balloon-wrap .balloon p + p {
  margin-top: 20px;
}

.cta-btns {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cta-btns {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cta-btns a {
  width: calc((100% - 35px) / 2);
  max-width: 444px;
  height: 123px;
  background-color: #aad6f2;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .cta-btns a {
    width: 100%;
    font-size: 30px;
    max-width: 300px;
    height: 75px;
  }
}
.cta-btns a > span:not(.btn-balloon) {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #295282;
  border-radius: 60px;
  transform: translateY(-10px);
  transition: transform 0.6s;
}
.cta-btns a > span:not(.btn-balloon):before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 39px;
  height: 35px;
  background-image: url("../img/reserve-icon_w.webp");
  background-size: cover;
}
.cta-btns a > span:not(.btn-balloon):hover {
  transform: translateY(0);
}
.cta-btns a._tel {
  background-color: #0c6202;
}
.cta-btns a._tel span {
  background-color: #15b201;
}
.cta-btns a._tel span:before {
  width: 25px;
  height: 33px;
  background-image: url("../img/tel-icon_w.webp");
}
.cta-btns a + a {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .cta-btns a + a {
    margin-left: 0;
    margin-top: 30px;
  }
}
.cta-btns a.cta-balloon {
  position: relative;
}
.cta-btns a.cta-balloon .btn-balloon {
  animation: ctaBalloonAnimation 0.8s ease 0s infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 58px;
  border: 3px solid #aad6f2;
  border-radius: 30px;
  background-color: #FFFFFF;
  font-size: 23px;
  color: #295282;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -75%);
}
@media screen and (max-width: 767px) {
  .cta-btns a.cta-balloon .btn-balloon {
    height: 40px;
    font-size: 18px;
    top: -15%;
  }
}
.cta-btns a.cta-balloon .btn-balloon:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #aad6f2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.cta-btns a.cta-balloon .btn-balloon:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.cta-area {
  padding: 100px 0;
  background-image: url("../img/cta-bg.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .cta-area {
    padding: 50px 0;
  }
}
.cta-area .cta-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-box {
    padding: 25px 10px;
  }
}
.cta-area .cta-box h2 {
  font-size: 60px;
  color: #295282;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-box h2 {
    font-size: 45px;
  }
}
.cta-area .cta-box h2 span {
  font-size: 40px;
  color: #15b201;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-box h2 span {
    font-size: 30px;
  }
}
.cta-area .cta-box p {
  font-size: 20px;
  text-align: center;
}

.cta-area2 .cta-area2-top {
  padding: 100px 0;
  background-image: url("../img/cta-bg.webp");
  background-position: center;
  background-size: cover;
}
.cta-area2 .cta-area2-top .cta-box {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 20px;
}
.cta-area2 .cta-area2-top .cta-box .col2-content {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cta-area2 .cta-area2-top .cta-box .col2-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
}
.cta-area2 .cta-area2-top .cta-box .col2-content .img-wrap {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .cta-area2 .cta-area2-top .cta-box .col2-content .img-wrap {
    width: 180px;
    margin-right: 0;
  }
}
.cta-area2 .cta-area2-top .cta-box .col2-content p {
  font-size: 40px;
  color: #295282;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta-area2 .cta-area2-top .cta-box .col2-content p {
    font-size: 30px;
  }
}
.cta-area2 .cta-area2-top .cta-box .col2-content p span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .cta-area2 .cta-area2-top .cta-box .col2-content p span {
    font-size: 20px;
  }
}
.cta-area2 .cta-area2-top .cta-box .cta-read {
  font-size: 45px;
  font-weight: bold;
  color: #15b201;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-area2 .cta-area2-top .cta-box .cta-read {
    font-size: 30px;
  }
}
.cta-area2 .cta-area2-bottom {
  background-color: #f7f2f0;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-area2 .cta-area2-bottom {
    padding: 50px 0;
  }
}
.cta-area2 .cta-area2-bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #aad6f2;
}
.cta-area2 .cta-area2-bottom .cta-skew-read {
  display: inline-block;
  width: 600px;
  padding: 5px 30px;
  background-color: #aad6f2;
  color: #295282;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -35%) skew(-30deg);
}
@media screen and (max-width: 767px) {
  .cta-area2 .cta-area2-bottom .cta-skew-read {
    font-size: 25px;
    width: 315px;
    padding: 10px 30px;
  }
}
.cta-area2 .cta-area2-bottom .cta-skew-read span {
  display: inline-block;
  transform: skew(30deg);
}
.cta-area2 .cta-area2-bottom p {
  font-size: 35px;
  font-weight: bold;
  color: #79726d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-area2 .cta-area2-bottom p {
    font-size: 25px;
  }
}

#detail-area {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #detail-area {
    padding: 60px 0;
  }
}
#detail-area .col2-hdg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #detail-area .col2-hdg {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#detail-area .col2-hdg h2 {
  font-size: 50px;
  color: #295282;
  font-weight: bold;
  letter-spacing: -2px;
}
@media screen and (max-width: 767px) {
  #detail-area .col2-hdg h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
#detail-area .col2-hdg h2 span {
  background-color: #f0f5fb;
}
#detail-area .col2-hdg p {
  font-size: 25px;
  color: #295282;
  letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
  #detail-area .col2-hdg p {
    font-size: 20px;
  }
}
#detail-area .col2-hdg p span {
  text-decoration: underline;
}
#detail-area .img-cp-text {
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #15b201;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #detail-area .img-cp-text {
    font-size: 25px;
  }
}
#detail-area .detail-list-3h {
  display: flex;
  margin-top: 70px;
  margin-bottom: 115px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #detail-area .detail-list-3h {
    margin-top: 35px;
    margin-bottom: 55px;
  }
}
#detail-area .detail-list-3h:after {
  content: "";
  display: block;
  width: 74px;
  height: 47px;
  background-image: url("../img/arrow-01.webp");
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #detail-area .detail-list-3h:after {
    bottom: -80px;
  }
}
#detail-area .detail-list-3h > li {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 767px) {
  #detail-area .detail-list-3h > li {
    width: calc((100% - 30px) / 3);
  }
}
#detail-area .detail-list-3h > li .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #f0f5fb;
  border-radius: 50%;
}
#detail-area .detail-list-3h > li p {
  font-size: 30px;
  font-weight: bold;
  color: #295282;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #detail-area .detail-list-3h > li p {
    font-size: 18px;
  }
}
#detail-area .detail-list-3h > li + li {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  #detail-area .detail-list-3h > li + li {
    margin-left: 10px;
  }
}
#detail-area .detail-list-3h-af {
  margin-top: 30px;
  margin-bottom: 75px;
  font-size: 50px;
  font-weight: bold;
  color: #15b201;
  text-align: center;
  letter-spacing: -4px;
}
@media screen and (max-width: 767px) {
  #detail-area .detail-list-3h-af {
    margin-top: 100px;
    font-size: 35px;
    margin-bottom: 35px;
  }
}
#detail-area .whitening-about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list {
    justify-content: center;
  }
}
#detail-area .whitening-about-list > li {
  width: calc((100% - 60px) / 2);
  max-width: 460px;
}
#detail-area .whitening-about-list > li:nth-child(even) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list > li:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list > li {
    width: 100%;
  }
  #detail-area .whitening-about-list > li + li {
    margin-top: 30px;
  }
}
#detail-area .whitening-about-list > li .whitening-about-list-body {
  min-height: 305px;
  background-color: #f0f5fb;
  padding: 25px;
  position: relative;
  transform: translateY(-40px);
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list > li .whitening-about-list-body {
    min-height: 250px;
    padding: 10px;
    transform: translateY(0);
  }
}
#detail-area .whitening-about-list > li .whitening-about-list-body-inner {
  position: relative;
  z-index: 5;
}
#detail-area .whitening-about-list > li .whitening-about-list-body .whitening-about-list-head {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #295282;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list > li .whitening-about-list-body .whitening-about-list-head {
    font-size: 22px;
  }
}
#detail-area .whitening-about-list > li .whitening-about-list-body .whitening-about-list-text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
#detail-area .whitening-about-list > li .whitening-about-list-num {
  font-size: 150px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #295282;
  opacity: 0.1;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list > li .whitening-about-list-num {
    font-size: 120px;
  }
}
#detail-area .whitening-about-list > li:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
#detail-area .whitening-about-list > li:nth-child(odd) .img-wrap {
  transform: translateX(40px);
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list > li:nth-child(odd) .img-wrap {
    transform: translateX(0);
  }
}
#detail-area .whitening-about-list > li:nth-child(even) .whitening-about-list-body {
  transform: translateY(-40px) translateX(-40px);
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list > li:nth-child(even) .whitening-about-list-body {
    transform: translateY(0) translateX(0);
  }
}
#detail-area .whitening-about-list > li:nth-child(5) {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#detail-area .whitening-about-list > li:nth-child(5) .whitening-about-list-body {
  background-color: #295282;
}
#detail-area .whitening-about-list > li:nth-child(5) .whitening-about-list-body .whitening-about-list-head {
  color: #FFFFFF;
}
#detail-area .whitening-about-list > li:nth-child(5) .whitening-about-list-body .whitening-about-list-head span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #FFFFFF;
}
#detail-area .whitening-about-list > li:nth-child(5) .whitening-about-list-body .whitening-about-list-text {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #detail-area .whitening-about-list > li:nth-child(5) .whitening-about-list-body .whitening-about-list-text {
    text-align: left;
  }
}
#detail-area .whitening-about-list > li:nth-child(5) .whitening-about-list-body .whitening-about-list-num {
  color: #FFFFFF;
}

#type-area {
  padding: 100px 0 80px;
}
#type-area .type-list {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  #type-area .type-list {
    margin-bottom: 40px;
  }
}
#type-area .type-list > li {
  display: flex;
  padding: 70px 0;
  justify-content: space-between;
  border-bottom: 2px solid #f0f5fb;
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li {
    flex-direction: column;
  }
}
#type-area .type-list > li:first-child {
  padding-top: 0;
}
#type-area .type-list > li .img-wrap {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li .img-wrap {
    max-width: none;
  }
}
#type-area .type-list > li .type-detail {
  max-width: 520px;
  display: flex;
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li .type-detail {
    margin-bottom: 20px;
  }
}
#type-area .type-list > li .type-detail._rev {
  flex-direction: row-reverse;
}
#type-area .type-list > li .type-detail._rev .type-detail-text {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li .type-detail._rev .type-detail-text {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li .type-detail._rev {
    flex-direction: row;
  }
}
#type-area .type-list > li .type-detail .type-num {
  font-size: 20px;
  color: #aad6f2;
  writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li .type-detail .type-num {
    font-size: 14px;
  }
}
#type-area .type-list > li .type-detail .type-num span {
  display: inline-block;
  padding-bottom: 45px;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li .type-detail .type-num span {
    font-size: 40px;
  }
}
#type-area .type-list > li .type-detail .type-num span:after {
  content: "";
  display: block;
  width: 3px;
  height: 35px;
  background-color: #aad6f2;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
#type-area .type-list > li .type-detail .type-detail-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li .type-detail .type-detail-text {
    margin-right: 0;
  }
}
#type-area .type-list > li .type-detail .type-detail-head {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  background-color: #f0f5fb;
  color: #295282;
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li .type-detail .type-detail-head {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #type-area .type-list > li:nth-child(odd) {
    flex-direction: column-reverse;
  }
}

#feature-area {
  padding-top: 30px;
}
#feature-area .feature-content-wrap {
  padding: 105px 0 85px;
}
@media screen and (max-width: 767px) {
  #feature-area .feature-content-wrap {
    padding: 50px 0 40px;
  }
}
#feature-area .feature-content-wrap:nth-child(even) {
  background-color: #f0f5fb;
}
#feature-area .feature-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #feature-area .feature-content {
    flex-direction: column-reverse;
  }
  #feature-area .feature-content * + .feature-detail {
    margin-bottom: 20px;
  }
  #feature-area .feature-content .feature-detail + * {
    margin-bottom: 20px;
  }
}
#feature-area .feature-content + .feature-content {
  margin-top: 80px;
}
#feature-area .feature-content > * {
  width: calc((100% - 35px) / 2);
}
@media screen and (max-width: 767px) {
  #feature-area .feature-content > * {
    width: 100%;
  }
}
#feature-area .feature-content > * + * {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  #feature-area .feature-content > * + * {
    margin-left: 0;
  }
}
#feature-area .feature-content .feature-num {
  position: relative;
  font-size: 25px;
  color: #8d9cad;
  font-weight: bold;
}
#feature-area .feature-content .feature-num > span {
  position: relative;
  background-color: #FFFFFF;
  z-index: 5;
}
#feature-area .feature-content .feature-num > span ._num {
  font-size: 45px;
}
#feature-area .feature-content .feature-num:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8d9cad;
  position: absolute;
  left: 0;
  top: 50%;
}
#feature-area .feature-content .feature-detail-head {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #feature-area .feature-content .feature-detail-head {
    font-size: 35px;
  }
}
#feature-area .feature-content .feature-detail-head span {
  background-color: #295282;
  line-height: 1.8;
}
#feature-area .feature-content .feature-detail-text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #feature-area .feature-content .feature-detail-text {
    font-size: 18px;
  }
}
#feature-area .feature-content .feature-detail-text + .feature-detail-text {
  margin-top: 25px;
}
#feature-area .feature-content .feature-detail-head-img {
  margin-bottom: 40px;
}
#feature-area .feature-read-head {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #295282;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #feature-area .feature-read-head {
    font-size: 30px;
  }
}
#feature-area .feature-read-head._type2 {
  font-size: 30px;
  color: #15b201;
}
@media screen and (max-width: 767px) {
  #feature-area .feature-read-head._type2 {
    font-size: 25px;
  }
}
#feature-area .feature-read-head._type2 span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
#feature-area .feature-read-head._type2 span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #15b201;
  position: absolute;
  left: 0;
  bottom: 0;
}
#feature-area .feature-read-head._type2 span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #15b201;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#feature-area * + .feature-read-head {
  margin-top: 50px;
}
#feature-area .feature-img-list {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
#feature-area .feature-img-list > li {
  max-width: 30%;
}
#feature-area .feature-img-list > li img {
  max-width: 100%;
}
#feature-area .feature-list-other {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
#feature-area .feature-list-other > li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  #feature-area .feature-list-other > li {
    width: calc((100% - 20px) / 2);
  }
}
#feature-area .feature-list-other > li .feature-list-other-img-cp {
  font-size: 20px;
  font-weight: bold;
  color: #8d9cad;
}
#feature-area .feature-list-other > li .feature-list-other-body .feature-list-other-body-head {
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: bold;
  color: #295282;
  text-align: center;
  border-bottom: 1px solid #295282;
}
@media screen and (max-width: 767px) {
  #feature-area .feature-list-other > li .feature-list-other-body .feature-list-other-body-head {
    font-size: 25px;
    padding-bottom: 15px;
  }
}
#feature-area .feature-list-other > li .feature-list-other-body p {
  text-align: center;
  font-size: 16px;
  color: #295282;
  line-height: 1.8;
}
#feature-area .feature-list-other > li + li {
  margin-left: 65px;
}
@media screen and (max-width: 767px) {
  #feature-area .feature-list-other > li + li {
    margin-left: 20px;
  }
}

#price-area {
  padding: 100px 0 125px;
}
@media screen and (max-width: 767px) {
  #price-area {
    padding: 50px 0 60px;
  }
}
#price-area .price-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #price-area .price-list {
    flex-direction: column;
  }
}
#price-area .price-list > li {
  width: 100%;
  border: 4px solid #295282;
  padding: 10px;
}
#price-area .price-list > li._w50 {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  #price-area .price-list > li._w50 {
    width: 100%;
  }
}
#price-area .price-list > li._w50 + ._w50 {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  #price-area .price-list > li._w50 + ._w50 {
    margin-left: 0;
  }
}
#price-area .price-list > li .price-list-inner {
  border: 1px solid #295282;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  #price-area .price-list > li .price-list-inner {
    padding: 15px 10px;
  }
}
#price-area .price-list > li .price-head {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #295282;
  font-size: 30px;
  font-weight: bold;
  color: #295282;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #price-area .price-list > li .price-head {
    font-size: 22px;
  }
}
#price-area .price-list > li .price-head._col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#price-area .price-list > li .price-head._col2 ._sub {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
#price-area .price-list > li .price-head._col2 ._sub p {
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #price-area .price-list > li .price-head._col2 ._sub p {
    font-size: 13px;
  }
}
#price-area .price-list > li .price-head._col2 ._sub ._note {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #price-area .price-list > li .price-head._col2 ._sub ._note {
    font-size: 11px;
    text-align: left;
  }
}
#price-area .price-list > li .price-bodies {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #price-area .price-list > li .price-bodies {
    flex-direction: column;
  }
  #price-area .price-list > li .price-bodies .price-body + .price-body {
    margin-top: 30px;
  }
}
#price-area .price-list > li .price-body {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#price-area .price-list > li .price-body .price-body-head {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #295282;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #price-area .price-list > li .price-body .price-body-head {
    flex-shrink: 0;
    width: 90px;
  }
}
#price-area .price-list > li .price-body .price-body-head span {
  font-size: 20px;
  line-height: 1;
}
#price-area .price-list > li .price-body .price-body-price {
  display: flex;
  align-items: flex-end;
}
#price-area .price-list > li .price-body .price-body-price ._price {
  font-size: 50px;
  font-weight: bold;
  color: #15b201;
  line-height: 1;
}
#price-area .price-list > li .price-body .price-body-price > ._sub {
  display: flex;
  flex-direction: column;
  color: #15b201;
}
#price-area .price-list > li .price-body .price-body-price > ._sub ._zei {
  font-size: 13px;
  line-height: 1;
}
#price-area .price-list > li .price-body .price-body-price > ._sub ._yen {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
#price-area .price-list > li + li {
  margin-top: 40px;
}
#price-area .pay-method-box {
  width: 100%;
  max-width: 650px;
  margin: 65px auto 0;
  padding: 50px 35px 20px;
  background-color: #f0f5fb;
  position: relative;
}
#price-area .pay-method-box .pay-method-box-head {
  font-size: 30px;
  color: #295282;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
#price-area .pay-method-box p {
  font-size: 16px;
}
#price-area .pay-method-box .pl-logo-wrap {
  margin: 20px 0;
}
#price-area .pay-method-box .pl-logo-wrap span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
#price-area .pay-method-box .pl-logo-wrap .img-wrap {
  text-align: left;
}

#flow-area {
  padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  #flow-area {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #flow-area .flow-list {
    position: relative;
  }
  #flow-area .flow-list:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #aad6f2;
    position: absolute;
    left: 33px;
    top: 0;
  }
}
#flow-area .flow-list > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  #flow-area .flow-list > li {
    flex-direction: column;
  }
}
#flow-area .flow-list > li + li {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #flow-area .flow-list > li + li {
    margin-top: 20px;
  }
}
#flow-area .flow-list > li .flow-head {
  margin-right: 20px;
  width: 50%;
  max-width: 460px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #flow-area .flow-list > li .flow-head {
    width: 100%;
    flex-direction: row-reverse;
  }
}
#flow-area .flow-list > li .flow-head:before {
  content: "";
  display: block;
  width: 2px;
  height: 185px;
  background-color: #aad6f2;
  position: absolute;
  right: 55px;
  bottom: 0;
  transform: translateY(70%);
}
@media screen and (max-width: 767px) {
  #flow-area .flow-list > li .flow-head:before {
    display: none;
  }
}
#flow-area .flow-list > li .flow-head p {
  font-size: 30px;
  font-weight: bold;
  color: #295282;
  letter-spacing: -2px;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #flow-area .flow-list > li .flow-head p {
    margin-left: 10px;
    font-size: 25px;
    text-align: left;
  }
}
#flow-area .flow-list > li:last-child .flow-head:before {
  content: none;
}
@media screen and (max-width: 767px) {
  #flow-area .flow-list > li .flow-body {
    padding-left: 85px;
  }
}
#flow-area .flow-list > li .flow-body span {
  display: inline-block;
  font-size: 16px;
  color: #15b201;
}
#flow-area .flow-list > li .flow-body p {
  font-size: 16px;
}
#flow-area .flow-list > li .flow-body p + span {
  margin-top: 20px;
}
#flow-area .flow-list > li .flow-num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 110px;
  height: 110px;
  background-color: #aad6f2;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #flow-area .flow-list > li .flow-num {
    width: 70px;
    height: 70px;
    padding: 10px;
    flex-shrink: 0;
  }
}
#flow-area .flow-list > li .flow-num .flow-num-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  color: #295282;
}
@media screen and (max-width: 767px) {
  #flow-area .flow-list > li .flow-num .flow-num-inner {
    font-size: 25px;
  }
}

.doctor-content {
  width: 100%;
  max-width: 1120px;
  margin: 150px auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .doctor-content {
    margin-top: 75px;
    flex-direction: column;
  }
}
.doctor-content .img-wrap {
  width: 50%;
  max-width: 420px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .doctor-content .img-wrap {
    width: 100%;
  }
}
.doctor-content .doctor-detail {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .doctor-content .doctor-detail {
    margin-left: 0;
    margin-top: 20px;
  }
}
.doctor-content .doctor-detail p {
  font-size: 16px;
  line-height: 2;
}
.doctor-content .doctor-history-box {
  display: inline-block;
  background-color: #f0f5fb;
  padding: 15px 10px;
  margin-bottom: 20px;
}

.faq-list {
  color: #000000;
}
.faq-list > li + li {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .faq-list > li + li {
    margin-top: 30px;
  }
}
.faq-list > li .faq-head {
  display: flex;
  align-items: center;
  padding: 15px 50px 15px 15px;
  background-color: #f0f5fb;
  font-size: 20px;
  position: relative;
  color: #295282;
  font-weight: bold;
}
.faq-list > li .faq-head:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  transition: 0.5s;
}
.faq-list > li .faq-head:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.faq-list > li .faq-head span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  background-color: #295282;
}
.faq-list > li .faq-head.open:before {
  transform: translateY(-50%) rotate(90deg);
}
.faq-list > li .faq-body {
  background-color: #FFFFFF;
  font-size: 16px;
  overflow: hidden;
  transition: 0.5s;
  height: 0;
}
.faq-list > li .faq-body .faq-body-inner {
  display: flex;
  align-items: flex-start;
  padding: 20px 15px;
}
.faq-list > li .faq-body span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 20px;
  border: 2px solid #295282;
  color: #295282;
  line-height: 1;
}
.faq-list > li .faq-body p {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

#access-area {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  #access-area {
    padding: 50px 0 60px;
  }
}
#access-area .access-col2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #access-area .access-col2 {
    flex-direction: column;
  }
}
#access-area .access-col2 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #access-area .access-col2 > * {
    width: 100%;
  }
}
#access-area .access-col2 .access-detail-list .access-detail-row {
  display: flex;
  padding: 20px 25px;
}
#access-area .access-col2 .access-detail-list .access-detail-row:nth-child(odd) {
  background-color: #fafafa;
}
#access-area .access-col2 .access-detail-list .access-detail-row:nth-child(even) {
  background-color: #f0f5fb;
}
#access-area .access-col2 .access-detail-list .access-detail-row dt {
  width: 115px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  color: #295282;
}
#access-area .access-col2 .access-detail-list .access-detail-row dd {
  font-size: 16px;
  line-height: 1.8;
}

footer {
  padding: 50px 0 35px;
  background-color: #f0f5fb;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 90px;
  }
}
footer .f-col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .f-col2 {
    flex-direction: column;
  }
}
footer .f-col2 .f-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .f-col2 .f-contact .f-logo {
  margin-bottom: 20px;
  max-width: 255px;
  background-color: #FFFFFF;
}
footer .f-col2 .f-contact p {
  font-size: 15px;
  color: #79726d;
}
footer .f-col2 .f-contact .f-btns {
  display: flex;
  margin-top: 20px;
}
footer .f-col2 .f-contact .f-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  border: 2px solid #295282;
  border-radius: 25px;
  font-size: 14px;
  color: #295282;
  font-weight: bold;
  transition: 0.5s;
}
footer .f-col2 .f-contact .f-btns a._tel {
  border-color: #15b201;
  color: #15b201;
}
footer .f-col2 .f-contact .f-btns a + a {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  footer .f-col2 .f-time {
    margin-top: 30px;
  }
}
footer .f-col2 .f-time table {
  color: #295282;
}
footer .f-col2 .f-time table tr {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  footer .f-col2 .f-time table tr {
    font-size: 18px;
  }
}
footer .f-col2 .f-time table tr:first-child {
  font-weight: bold;
}
footer .f-col2 .f-time table tr:first-child th:not(:first-child) {
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}
footer .f-col2 .f-time table tr + tr {
  border-top: 1px solid #295282;
}
footer .f-col2 .f-time table tr th, footer .f-col2 .f-time table tr td {
  padding: 10px 0;
}
footer .f-col2 .f-time table tr th:first-child {
  padding-right: 10px;
}
footer .f-col2 .f-time table tr td {
  padding: 0 5px;
  vertical-align: middle;
  text-align: center;
}
footer .fc-text {
  margin-top: 45px;
  text-align: center;
}

.slider ul .slider-col2 {
  display: flex;
}
.slider ul .slider-col2 > * {
  width: calc((100% - 80px) / 2);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .slider ul .slider-col2 > * {
    width: calc((100% - 40px) / 2);
  }
}
.slider ul .slider-col2 > * span {
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  background-color: #808080;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .slider ul .slider-col2 > * span {
    font-size: 20px;
  }
}
.slider ul .slider-col2 > * + * {
  margin-left: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider ul .slider-col2 > * + * {
    margin-left: 40px;
  }
}
.slider ul .slider-col2 > * + *:before {
  content: "";
  display: block;
  width: 74px;
  height: 47px;
  background-image: url("../img/arrow-01.webp");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .slider ul .slider-col2 > * + *:before {
    width: 37px;
    height: 24px;
  }
}
.slider ul .slider-col2 > * + * span {
  background-color: #aad6f2;
}

.slider ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slider-wrap {
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .slider-wrap {
    padding: 0 40px;
  }
}
.slider-wrap .slider {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.slider-wrap .slider-side-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  border: 2px solid #295282;
  background-color: #FFFFFF;
  color: #295282;
  line-height: 1;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider-side-btn a {
    width: 35px;
    height: 35px;
  }
}
.slider-wrap .slider-side-btn a span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-25%, -50%) rotate(-45deg);
  border-top: 2px solid #295282;
  border-left: 2px solid #295282;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider-side-btn a span {
    width: 15px;
    height: 15px;
  }
}
.slider-wrap .slider-side-btn .slider-prev {
  left: 0;
  transform: translate(0, -50%);
}
.slider-wrap .slider-side-btn .slider-next {
  right: 0;
  transform: translate(0, -50%);
}
.slider-wrap .slider-side-btn .slider-next span {
  right: 50%;
  top: 50%;
  border-left: none;
  border-right: 2px solid #295282;
  transform: translate(-75%, -50%) rotate(45deg);
}

.slider-indicator {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 0;
}
.slider-indicator img {
  max-width: 100%;
}

.slider-indicator li {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background: #aad6f2;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slider-indicator li {
    width: 20px;
    height: 20px;
  }
}

.slider-indicator li.active {
  background: #295282;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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