body {
  font-size: 16px;
  font-family: "Maru Folk Regular";
  line-height: 1.4;
  color: #2a3139;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}

.site {
  padding-top: 88px;
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .site {
    padding-top: 44px;
  }

  br.sp {
    display: inline;
  }
}

/*** swiper ***/
.swiper-container {
  padding: 0;
  min-width: 970px;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    min-width: unset;
    height: 300px;
  }
}

.swiper-slide {
  position: relative;
}

.swiper-slide a {
  width: 300px;
  position: absolute;
  top: 315px;
  left: 110px;
  font-size: 18px;
}

.swiper-slide img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.swiper-slide.chiro img {
  object-position: bottom;
}

.swiper-slide.cbp img {
  object-position: center -60px;
}

.swiper-slide.headspa img {
}

.swiper-slide.pilates img {
}

.swiper-container .fas {
  top: 63%;
  margin: 0 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: #fff;
  opacity: 0.6;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 100px;
}

/************************ Common Header ************************/
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 100;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 970px;
  margin: 8px auto;
}

.site-logo {
  width: 140px;
}

.site-logo a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-logo img {
  width: 100%;
}

.main-nav.pc-menu {
  display: flex;
}

.main-nav.sp-menu {
  display: none;
}

.main-nav li {
  position: relative;
}

.main-nav > li {
  margin-left: 10px;
}

.main-nav > li:first-child {
  margin-left: 0;
}

.main-nav li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #000;
}

.main-nav a.has-child-menu i {
  padding-left: 6px;
}

.main-nav li:hover,
.main-nav li a:hover,
.header-sub li a:hover {
  background: rgb(213, 223, 237) !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #999;
  cursor: pointer;
}

.main-nav li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.main-nav .sub-menu {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.26);
}

.main-nav li > .sub-menu {
  top: 46px;
  left: 0;
  background: rgb(213, 223, 237);
}

.main-nav li > .sub-menu li > .sub-menu {
  top: -1px;
  left: 240px;
  background: #eee;
}

.main-nav .sub-menu li {
  width: 240px;
  border-top: 1px solid #2c5fa3;
}

.main-nav > li > .sub-menu li > .sub-menu li:first-child {
  border-top: 1px solid #eee;
}

.main-nav .sub-menu.show {
  opacity: 1;
  visibility: visible;
}

.main-nav > li:nth-child(5) {
  background-color: rgba(213, 223, 237, 0.3);
}

.main-nav li small {
  font-size: 90%;
}

.header-sub {
  list-style: none;
}

.header-sub li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}

.header-sub li:first-child a {
  background-color: rgba(213, 223, 237, 0.3);
}

.header-sub li:last-child a {
  background-color: rgba(213, 223, 237);
}

.header-sub li a i {
  padding-right: 4px;
}

.tel-modal {
  display: none;
}

.tel-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}

.tel-modal-content {
  position: fixed;
  width: 80%;
  max-width: 460px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  padding: 24px 30px;
  z-index: 110;
}

.tel-modal-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.tel-modal-buttons a {
  width: 49%;
  padding: 11px;
  background: rgba(213, 223, 237);
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
}

.tel-modal-buttons a:last-child {
  background: rgba(213, 223, 237, 0.3);
}

@media screen and (max-width: 768px) {
  .site-header {
    width: 100%;
    margin: 0;
  }

  .site-logo {
    width: 80px;
    margin: 6px 0 0 10px;
  }

  .header-sub {
    display: none;
  }

  .site-navigation {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
  }

  .main-nav.pc-menu {
    display: none;
  }

  .site-navigation.open,
  .main-nav.sp-menu {
    display: block;
  }

  .main-nav li,
  .main-nav li a {
    width: 100% !important;
    color: #333 !important;
  }

  .main-nav .has-child .has-child:hover {
    background: #fff !important;
  }

  .main-nav .sub-menu .sub-menu a:hover {
    background: #eee !important;
  }

  .main-nav > li {
    margin-left: 0;
    background: rgb(213, 223, 237);
    border-top: 1px solid #2c5fa3;
    font-weight: bold;
  }

  .main-nav > li:first-child {
    border-top: 0;
  }

  .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: unset !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: normal;
  }

  .main-nav li.has-child {
    padding: 0 !important;
    font-weight: bold;
  }

  .main-nav li.has-child span {
    display: block;
    padding: 16px 20px;
  }

  .main-nav li .sub-menu li.has-child span {
    padding: 16px 30px;
  }

  .main-nav > li > .sub-menu li > .sub-menu li:first-child {
    border-top: 1px solid #2c5fa3;
  }

  .main-nav > li:nth-child(5) {
    background-color: rgba(213, 223, 237);
  }

  .main-nav li > .sub-menu {
    background: #fff;
  }

  .main-nav li > .sub-menu li a {
    padding-left: 32px;
  }

  .main-nav li a i {
    display: inline;
    padding-right: 5px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 44px;
    height: 44px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 9px;
  }

  .menu-trigger span {
    left: 8px;
    width: 27px;
  }

  .menu-trigger span::before {
    position: absolute;
    top: 0;
    left: -8px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 4px;
  }

  .menu-trigger.active span {
    left: 0;
    width: 80%;
  }

  .menu-trigger.active span::before {
    content: none;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}

/************************ Top Main Image ************************/
.top-main-image {
  position: relative;
  min-width: 970px;
  text-align: center;
}

.top-main-image img {
  width: 100%;
}

.top-main-image h1 {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -87px;
  padding: 40px 0 40px 75px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 27px;
  font-weight: normal;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-main-image {
    min-width: unset;
  }

  .top-main-image h1 {
    width: 100%;
    margin-top: -57px;
    padding: 30px 20px;
    font-size: 17px;
  }
}

/************************ Other Main Image ************************/
.main-image {
  padding: 500px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

.main-image {
  font-size: 45px;
  font-weight: normal;
  color: #fff;
}

.main-image span {
  display: block;
  margin-top: 10px;
  font-size: 35px;
}

.main-image.about {
  background-image: url("./img/about_top.jpg");
}

.main-image.parts {
  background-image: url("./img/pain_top.jpg");
}

.main-image.herniated_disc {
  background-image: url("./img/herniated_disc_top.jpg");
}

.main-image.spine {
  background-image: url("./img/spinal_canal_stenosis_top.jpg");
}

.main-image.maternity {
  background-image: url("./img/maternity_top.jpg");
}

.main-image.deskworker {
  background-image: url("./img/deskworker_top.jpg");
}

.main-image.sports {
  background-image: url("./img/sports_top.jpg");
}

.main-image.osteoarthritis {
  background-image: url("./img/osteoarthritis_top.jpg");
}

.main-image.straight-neck {
  background-image: url("./img/straight_neck_top.jpg");
}

.main-image.round-back {
  background-image: url("./img/round_back_top.jpg");
}

.main-image.scoliosis {
  background-image: url("./img/scoliosis_top.jpg");
}

.main-image.straight-back {
  background-image: url("./img/straight_back_top.jpg");
}

.main-image.chiro {
  background-image: url("./img/chiro_top.jpg");
}

.main-image.cbp {
  background-image: url("./img/cbp_top.jpg");
}

.main-image.release {
  background-image: url("./img/release_top.jpg");
}

.main-image.info {
  background-image: url("./img/info_top.jpg");
}

@media screen and (max-width: 768px) {
  .main-image {
    padding: 115px 0 26px;
  }

  .main-image {
    font-size: 35px;
  }

  .main-image span {
    margin-top: 0;
    font-size: 18px;
  }
}

/************************ Basic Layout ************************/
.section-wrapper {
  display: block;
  padding: 40px 0 60px;
}

.emph {
  background: #f9f7ff;
}

.section-content {
  width: 970px;
  margin: 0 auto;
}

.section-content .sub-text {
  text-align: center;
  margin-bottom: 40px;
}

.section-footer {
  margin-top: 40px;
  text-align: center;
}

.section-title {
  text-align: center;
  color: #2c5fa3;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.4 !important;
}

.section-title span {
  display: block;
  font-size: 18px;
  padding-top: 10px;
}

.section-title-sub {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #2c5fa3;
}

.section-title-sub:before,
.section-title-sub:after {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  margin: 8px 10px;
  background: #2c5fa3;
}

@media screen and (max-width: 768px) {
  .section-content {
    width: 100%;
  }

  .section-wrapper {
    padding: 40px 16px 60px;
  }

  .section-title-sub.with-space {
    margin-top: 30px;
  }
}

/************************ Flex Box ************************/
.flex-box {
  display: flex;
  margin-bottom: 40px;
  list-style: none;
  justify-content: space-between;
}

.flex-box:last-child {
  margin-bottom: 0;
}

.flex-box li {
  width: 215px;
  margin-bottom: 30px;
  text-align: center;
}

.flex-box a {
  color: #4d5968;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.flex-box a:hover {
  color: #009cff;
}

.flex-box a:hover img {
  transform: scale(1.1);
}

.flex-box .img-wrapper {
  margin-bottom: 6px;
  overflow: hidden;
}

.flex-box img {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
}

.flex-box.two-column {
  align-items: center;
  text-align: center;
}

.flex-box.two-column:first-of-type {
  margin-bottom: 40px;
}

.flex-box.two-column .box {
  width: 50%;
}

.flex-box.two-column .box img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.flex-box.two-column .box p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flex-box {
    flex-wrap: wrap;
  }

  .flex-box li {
    width: 48%;
  }

  .flex-box .img-wrapper {
    margin-bottom: 0;
  }

  .section-wrapper.pain .flex-box a,
  .section-wrapper.service .flex-box a {
    font-size: 12px;
  }

  .flex-box.two-column .box {
    width: 100%;
  }

  .flex-box.two-column .box:first-child {
    margin-bottom: 40px;
  }
}

/************************ ABOUT ************************/
.flex-box.about {
  line-height: 2;
  text-align: left;
}

/************************ STAFF (TOP PAGE, STRAIGHT NECK) ************************/
.flex-box.staff img {
  max-width: 215px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.flex-box.staff li {
  width: 320px;
}

.flex-box.staff li .certificates {
  margin-top: 15px;
  font-size: 11px;
  font-weight: bold;
}

.pc-view {
  display: flex;
}

.sp-view {
  display: none;
}

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

  .sp-view {
    display: block;
  }
}

/************************ SPECIAL TREATMENT ?? ************************/
.flex-box.special-treatment {
  max-width: 718px;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

/************************ REVIEW ************************/
.section-wrapper.review .flex-box {
  justify-content: center;
  margin: 70px 0;
  line-height: 1.8;
}

.section-wrapper.review .flex-box .box:first-child {
  width: 26%;
  margin-right: 40px;
}

.section-wrapper.review .flex-box .box:last-child .comment {
  background-image: url(./img/quotation_open.png),
    url(./img/quotation_close.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 38px;
  padding: 20px 40px;
  font-size: 19px;
  font-weight: bold;
}

.review .name {
  margin-top: 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .section-wrapper.review .flex-box {
    margin: 0;
  }

  .section-wrapper.review .flex-box:first-of-type {
    margin-bottom: 40px;
  }

  .section-wrapper.review .flex-box .box:first-child {
    width: 100%;
    margin: 0 auto 20px;
  }

  .section-wrapper.review .flex-box .box:first-child img {
    max-width: 200px;
  }

  .section-wrapper.review .flex-box .box:last-child .comment {
    background-image: url(./img/quotation_close.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 38px;
    padding: 50px 40px 10px;
  }

  .review .name {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/************************ DOCTOR RECOMMENDATION ************************/
.section-wrapper.doctor-recommendation {
  background: #dddfef;
}

.doctor-recommendation .section-title {
  color: #000;
}

.doctor-recommendation .section-title:before,
.doctor-recommendation .section-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 10px;
  background: #000;
}

.section-wrapper.doctor-recommendation .flex-box {
  align-items: normal;
  line-height: 1.8;
}

.doctor-recommendation .flex-box.two-column .box:first-child {
  border-right: 1px solid #9093a9;
}

.doctor-recommendation .flex-box.two-column .box img {
  max-width: 250px;
}

.doctor-recommendation .name {
  margin: 10px 0 20px;
  font-weight: bold;
}

.doctor-recommendation .name div:first-child {
  font-size: 20px;
}

.doctor-recommendation .name div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 56px;
}

.doctor-recommendation .comment {
  background-image: url(./img/quotation_close.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 38px;
  padding: 44px 20px 0;
  font-size: 19px;
}

@media screen and (max-width: 768px) {
  .section-wrapper.doctor-recommendation .flex-box {
    margin: 0;
  }
  .doctor-recommendation .flex-box.two-column .box img {
    max-width: 200px;
  }
  .doctor-recommendation .flex-box.two-column .box:first-child {
    border-right: 0;
  }
  .doctor-recommendation .comment {
    font-size: 14px;
  }
}

/************************ FAQ TAB ************************/
.faq .flex-box {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.faq .flex-box.one-line {
  margin-bottom: 0;
}

.faq .flex-box li {
  width: 24%;
  margin: 7px 10px;
}

.faq .flex-box li a {
  display: block;
  padding: 12px 0;
  border: 1px solid #707070;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 14px;
}

.faq .flex-box li a:hover {
  background-color: #6d9cd9;
  color: #fff;
}

.faq .flex-box li a.active {
  background-color: #6d9cd9;
  color: #fff;
  font-weight: bold;
}

.faq .flex-box li a.active:hover {
  background-color: #6d9cd9;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .faq .flex-box {
    justify-content: space-between;
  }

  .faq .flex-box li {
    width: 48%;
    margin: 7px 0;
  }
}

/************************ FAQ List ************************/
.faq-list {
  margin-bottom: 40px;
  padding: 8px 24px;
  background: #f9f7ff;
  line-height: 1.8;
}

.faq-list dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2c5fa3;
  padding-left: 36px;
  position: relative;
}

.faq-list dt:before {
  position: absolute;
  left: 0;
  content: "Q";
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-color: #2c5fa3;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  color: #fff;
}

.faq-list dd {
  font-size: 14px;
  padding-left: 36px;
  position: relative;
}

.faq-list dd:before {
  position: absolute;
  left: 0;
  content: "A";
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-color: #fff;
  border: 1px solid #2c5fa3;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  color: #2c5fa3;
}

/************************ PAIN TAB ************************/
.problem .flex-box {
  margin-bottom: 10px;
}

.problem .flex-box li {
  width: 24%;
}

.problem .flex-box li a {
  display: block;
  padding: 12px 0;
  border: 1px solid #707070;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 14px;
}

.problem .flex-box li a:hover {
  background-color: #6d9cd9;
  color: #fff;
}

.problem .flex-box li a.active {
  background-color: #6d9cd9;
  color: #fff;
  font-weight: bold;
}

.problem .flex-box li a.active:hover {
  background-color: #6d9cd9;
  color: #fff;
  font-weight: bold;
}

.problem table {
  width: 100%;
}

.problem table tr {
  background-color: rgba(213, 223, 237, 0.4);
}

.problem table tbody tr:nth-child(odd) {
  background-color: rgba(213, 223, 237);
}

.problem table th {
  text-align: left;
  color: #6d9cd9;
}

.problem table th,
.problem table td {
  padding: 11px 20px;
}

.problem .pc-img {
  max-width: 600px;
  margin: 0 auto 40px;
}

.problem .sp-img {
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .problem .flex-box li {
    width: 48%;
    margin-bottom: 15px;
  }
}

.pc-img {
  display: block;
  width: 100%;
}

.sp-img {
  display: none;
  width: 100%;
}

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

  .sp-img {
    display: block;
  }
}

/************************ Explanation Section ************************/
.section-wrapper.explanation {
  /*text-align: center;*/
  line-height: 2;
}

.section-wrapper.explanation img {
  display: block;
  margin: 0 auto;
}

.explanation.before-after img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}

.explanation.chiro .section-content {
  max-width: 800px;
  text-align: left;
}

.explanation.chiro img,
.explanation.flow img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}

/************************ Common Footer ************************/
.site-footer {
  padding: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}

.site-footer span {
  display: inline-block;
  padding-left: 5px;
}

.sp-footer {
  display: none;
}

#go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 48px;
  height: 48px;
  background: #2c5fa3;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding-bottom: 80px;
  }

  .sp-footer {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #2c5fa3;
    background-color: #fff;
    list-style: none;
    justify-content: space-evenly;
    z-index: 99;
  }

  .sp-footer li a {
    padding: 10px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }

  .sp-footer li a i {
    padding-right: 5px;
  }

  #go-to-top {
    bottom: 54px;
    right: 10px;
  }
}

/************************ Button ************************/
.link-button {
  display: inline-block;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 8px 28px;
  background: #6d9cd9;
  text-decoration: none;
  border: 0;
}

.link-button:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}

.link-button.submit {
  font-size: 16px;
}

/************************ Strength ************************/
.strength dl {
  margin-bottom: 40px;
  border: 3px solid #2c5fa3;
  line-height: 2;
}

.strength dt {
  width: 40%;
  display: inline-block;
  padding: 14px 10px 4px;
  border-bottom: 3px solid #2c5fa3;
  font-size: 18px;
  font-weight: bold;
}

.strength dd {
  padding: 14px 10px;
}

@media screen and (max-width: 768px) {
  .strength dt {
    width: 90%;
  }
}

/************************ List Box ************************/
.list-box {
  border: 3px solid #2c5fa3;
  padding: 20px 30px;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
  list-style: none;
  font-weight: bold;
}

.list-box.no-border {
  border: 0;
  max-width: 510px;
  margin: 20px auto 0;
  padding: 20px 0 0;
}

/************************ Profile Carousel ************************/
.swiper-container {
  /* padding-bottom: 50px; */
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  display: block;
  margin: 0 auto 10px;
}

.swiper-pagination-bullet-active {
  background: #2c5fa3;
}

.swiper-container .fas {
  font-size: 40px;
  position: absolute;
  /* top: 30%; */
  color: #aaa;
  z-index: 100;
}

.swiper-container .fas.fa-chevron-left {
  left: -2px;
}

.swiper-container .fas.fa-chevron-right {
  right: -2px;
}

/************************ Flow Section ************************/
.flex-box.flow {
  align-items: center;
  justify-content: start;
}

.flex-box.flow .img {
  max-width: 30%;
  margin-right: 30px;
}

.flex-box.flow .description {
  text-align: left;
}

.flex-box.flow .description-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flex-box.flow .img {
    max-width: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .flex-box.flow .img img {
    max-width: 400px;
    margin: 0 auto;
  }
}

/************************ Staff Profile ************************/
.flex-box.profile {
  justify-content: start;
  margin: 40px 0;
}

.flex-box.profile .img {
  width: 25%;
  margin-right: 50px;
}

.flex-box.profile .description {
  width: 70%;
  border-bottom: 1px solid #2c5fa3;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}

.flex-box.profile:last-child .description {
  border-bottom: 0;
}

.flex-box.profile .description .name {
  font-size: 24px;
  color: #2c5fa3;
  margin: 0;
  padding: 12px;
  padding-left: 0px;
}

.flex-box.profile .description .certificates {
  margin-bottom: 24px;
  font-weight: bold;
}

.flex-box.profile .description .education dt {
  font-weight: bold;
}

.flex-box.profile .description .education dd {
  margin-bottom: 20px;
}

.flex-box.profile .description ul {
  list-style: none;
}

.flex-box.profile .description ul li {
  width: auto;
  margin-bottom: 0;
  text-align: left;
}

.flex-box.profile .description .more {
  padding: 20px 0 40px;
}

.flex-box.profile .description .more a:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 8px;
}

.flex-box.profile .description .more a.open:before {
  content: "\f077";
}

.flex-box.profile .description .more a.close:before {
  content: "\f078";
}

@media screen and (max-width: 768px) {
  .flex-box.profile .img {
    width: 100%;
    margin-right: 0;
  }

  .flex-box.profile .img img {
    max-width: 250px;
    margin: 0 auto;
  }

  .flex-box.profile .description {
    width: 100%;
  }
}

/************************ Fee ************************/
.fee-box {
  display: flex;
  padding: 20px;
  border: 3px solid #416fab;
  background: #fff;
}

.fee-box dl {
  width: 50%;
  color: #000;
  text-align: center;
}

.fee-box dl:last-child {
  border-left: 5px solid #416fab;
}

.fee-box.three-columns dl {
  width: 30%;
  border-right: 5px solid #416fab;
}

.fee-box.three-columns dl:last-child {
  width: 40%;
  border: 0;
}

.fee-box.three-columns.even dl {
  width: 33.3%;
  padding-bottom: 20px;
}

.fee-box.three-columns.even dl:last-child {
  width: 33.3%;
}

.fee-box dl dt {
  margin-bottom: 20px;
  padding: 10px 30px 20px;
  font-weight: bold;
  font-size: 22px;
  font-family: monospace;
  border-bottom: 3px solid #416fab;
}

.fee-box.three-columns dl dt {
  font-size: 18px;
}

.fee-box dl dd {
  font-size: 46px;
  font-weight: bold;
  font-family: monospace;
}

.fee-box.three-columns dl dd {
  font-size: 36px;
}

.fee-box dl dd div {
  color: red;
}

.fee-box dl dd span {
  display: inline-block;
  color: #d7d7d7;
  text-decoration: line-through;
}

.fee-box dl dd span:after {
  display: inline-block;
  content: "";
  margin: 10px 10px 10px 20px;
  border: 10px solid transparent;
  border-left: 10px solid #d1d1d1;
}

.fee-box.three-columns dl dd span:after {
  position: relative;
  top: 7px;
}

.fee-box dl dd p {
  padding-top: 20px;
  font-size: 11px;
}

.fee-box.three-columns dl dd p {
  font-size: 9px;
}

.fee-box-note {
  text-align: center;
  padding-top: 20px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .fee-box {
    padding: 10px;
    flex-direction: column;
    border: 1px solid #416fab;
  }

  .fee-box dl {
    width: 100% !important;
  }

  .fee-box.three-columns dl {
    margin-bottom: 16px;
    border-right: 0;
    border-bottom: 1px solid #416fab;
  }

  .fee-box.three-columns.even dl {
    padding-bottom: 0;
  }

  .fee-box dl:last-child {
    padding-top: 10px;
    border-left: 0;
    border-top: 1px solid #416fab;
  }

  .fee-box.three-columns dl:last-child {
    margin-bottom: 0;
    padding-top: 0;
    border-bottom: 0;
  }

  .fee-box dl dt {
    border-bottom: 0;
    font-size: 12px !important;
    margin: 0;
    padding: 10px;
  }

  .fee-box dl dt:first-child {
    padding: 0;
  }

  .fee-box dl dd {
    padding: 16px 0 10px;
    font-size: 26px !important;
  }

  .fee-box dl dd span:after {
    border: 8px solid transparent;
    border-left: 8px solid #d1d1d1;
    margin: 0 0 0 10px;
  }

  .fee-box.three-columns dl dd span:after {
    top: 0;
  }

  .fee-box dl dd p {
    padding-top: 14px;
    font-size: 9px;
  }

  .fee-box.three-columns dl dd p {
    font-size: 8px;
  }

  .fee-box-note {
    padding-top: 10px;
    font-size: 12px;
  }
}

/************************ Access ************************/
.access .google-view {
  margin-bottom: 30px;
}

.address {
  margin-left: 20px;
  text-align: left;
  line-height: 2;
}

.address dt {
  margin-bottom: 30px;
  font-weight: bold;
  color: #2c5fa3;
}

.address dd {
  margin-bottom: 40px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .address {
    margin-left: 0;
  }
  .address dd:last-child {
    margin-bottom: 0;
  }
}

/************************ Introduction & Link ************************/
.flex-box.two-column.intro {
  align-items: start;
}

.flex-box.two-column.intro .box img {
  max-width: unset;
}

.intro-detail {
  margin-left: 20px;
  text-align: left;
  line-height: 2;
}

.intro-detail dt {
  margin-bottom: 15px;
  font-weight: bold;
  color: rgb(128, 104, 43);
}

.intro-detail dd {
  margin-bottom: 25px;
  font-size: 14px;
}

.intro-detail dd:last-child {
  margin-bottom: 0;
}

.intro-detail dd a,
.links a {
  color: rgb(128, 104, 43);
  text-decoration: underline;
}

.intro-detail dd a:hover,
.links a:hover {
  color: rgba(128, 104, 43, 0.7);
}

.links {
  display: inline-block;
  font-size: 14px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .intro-detail {
    margin-left: 0;
  }
}

/************************ Contact Form ************************/
.contact-form {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px dotted #ccc;
}

.form-row {
  display: table-row;
}

.form-title,
.form-input {
  display: table-cell;
  padding: 20px 0 20px 20px;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}

.form-title {
  width: 30%;
  font-size: 16px;
  vertical-align: top;
  color: #436f69;
}

.form-title span {
  padding-left: 10px;
  font-size: 13px;
  color: red;
}

.form-input input,
.form-input textarea {
  padding: 14px 20px;
  border: 1px solid #eceef1;
  border-radius: 90px;
  background-color: #fbfcfd;
  font-family: initial;
  font-size: 16px;
  color: #2a3139;
  outline: none;
  resize: none;
}

.form-input.full-width input,
.form-input.full-width textarea {
  width: 100%;
}

.form-input textarea {
  display: block;
  border-radius: 30px;
}

.form-input input::placeholder,
.form-input textarea::placeholder {
  font-weight: bold;
  color: #90959f;
}

.mw_wp_form .error {
  padding: 6px 0 0 22px;
}

.form-buttons {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-form,
  .form-row,
  .form-title,
  .form-input,
  .form-input input[type="text"] {
    display: block;
    width: 100%;
  }
  .form-title {
    padding-left: 16px;
    font-weight: bold;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .form-input {
    padding: 10px 0 20px;
  }
  .mwform-radio-field input {
    margin-left: 18px;
  }
  .mw_wp_form_confirm .form-input {
    padding-left: 16px;
  }
}

/************************ Blog Area ************************/
.section-wrapper.blog .section-content {
  overflow: hidden;
}

.section-wrapper.blog .section-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
}

.section-wrapper.blog.list .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-wrapper.blog.list a h2 {
  font-weight: normal;
}

.section-wrapper.blog .flex-box {
  justify-content: start;
  margin-bottom: 15px;
}

.section-wrapper.blog .flex-box div:first-child {
  min-width: 200px;
}

.section-wrapper.blog .flex-box time {
  font-size: 14px;
}

.section-wrapper.blog .category {
  display: inline-block;
  width: 96px;
  margin: 0 10px;
  padding: 3px 10px;
  background: #2c5fa3;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.section-wrapper.blog .flex-box h3 {
  font-weight: normal;
}

.section-wrapper.blog .entry-header {
  margin-bottom: 40px;
}

.entry-content {
  margin-bottom: 60px;
}

.blog-content {
  float: left;
  width: 660px;
}

.blog .blog-content h2.section-title {
  text-align: center;
  font-size: 22px;
}

.blog-sidebar {
  width: 280px;
  margin-left: 690px;
}

.blog-sidebar-content {
  margin-bottom: 40px;
  background-color: rgba(213, 223, 237, 0.3);
}

.blog-sidebar ul {
  list-style: none;
}

.blog-sidebar-title {
  padding: 12px 10px;
  background-color: rgba(213, 223, 237);
  font-size: 18px;
}

.category-list li {
  padding: 12px 10px;
  border-top: 1px solid rgba(213, 223, 237);
}

.tag-list {
  padding: 0 0 10px 10px;
}

.tag-list li {
  display: inline-block;
  margin: 10px 4px 0 0;
}

.tag-list a {
  padding: 2px 4px;
  background: rgba(213, 223, 237);
  font-size: 12px;
  border-radius: 4px;
}

.blog-sidebar a,
.pagination a {
  color: #4d5968;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-sidebar a:hover,
.pagination a:hover {
  color: #009cff;
}

@media screen and (max-width: 768px) {
  .section-wrapper.blog .flex-box {
    margin-bottom: 20px;
  }
  .section-wrapper.blog .flex-box div {
    width: 100%;
  }
  .section-wrapper.blog .flex-box div:first-child {
    margin-bottom: 3px;
  }
  .blog-content {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  .blog-sidebar {
    width: 100%;
    margin-left: 0;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid rgba(213, 223, 237, 0.3);
  background-color: rgba(213, 223, 237, 0.3);
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  color: #4d5968;
}

.pagination .pager {
  width: 32px;
}

.pagination a:hover,
.pagination .current {
  border-color: rgba(213, 223, 237);
  background-color: rgba(213, 223, 237);
  color: #4d5968;
}

.pagination a.prev {
  margin-right: 16px;
}

.pagination a.next {
  margin-left: 16px;
}

/************************ Corona ************************/
.corona {
  background: #f7f6e2;
  color: #293f52;
  border-radius: 20px;
  padding: 20px;
  font-size: 18px;
}
.corona h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
.corona b {
  color: #f21f67;
  border: 1px dotted #f21f67;
}

@media screen and (max-width: 768px) {
  .corona {
    font-size: 14px;
  }
}

.link-button {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  background: linear-gradient(0, #e4c75b, #e6b70e, #e4c75b);
}

/*** SERVICES ***/
.service .service-title {
  color: #6d9cd9;
  font-weight: bold;
  margin: 20px 0;
}

.service p {
  min-height: 110px;
}

.service a {
  display: block;
  margin-top: 20px;
}

/*** ADDRESS POPUP ***/
.section-wrapper.service .section-content {
  position: relative;
  padding-top: 100px;
}

.address-popup {
  position: absolute;
  display: flex;
  background: #6d9cd9;
  width: 900px;
  margin-left: -450px;
  color: #fff;
  top: -117px;
  left: 50%;
  z-index: 1;
  padding: 20px;
  border-radius: 14px;
  position: absolute;
  display: flex;
  background: linear-gradient(0, #95b6e0, #6d9cd9, #95b6e0);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  font-size: 13px;
}

.address-popup-left {
  display: flex;
  align-items: center;
}

.address-popup-left .address-popup-title {
  margin-bottom: 0;
}

.address-popup-center {
  padding: 0 30px;
  margin: 0 30px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.address-popup-title {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: bold;
}

.address-popup-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-popup-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  background: #f9f7ff;
  color: #6d9cd9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  text-decoration: none;
}

.address-popup-right a:last-child {
  margin-right: 0;
}

.site-footer .address-popup-right {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .swiper-slide a {
    width: 240px;
    top: 175px;
    left: 50%;
    margin-left: -120px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 28px;
  }

  .swiper-container .fas {
    font-size: 30px;
    top: 246px;
  }

  .swiper-slide.cbp img {
    object-position: center center;
  }

  .section-wrapper.service .section-content {
    padding-top: 0;
  }

  .address-popup {
    position: relative;
    width: 100%;
    margin: 0 0 40px 0;
    display: block;
    top: 0;
    left: 0;
    z-index: unset;
  }

  .address-popup-center {
    padding: 20px 0;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .flex-box li {
    position: relative;
    padding-bottom: 45px;
  }

  .flex-box li:nth-child(3),
  .flex-box li:nth-child(4) {
    margin-bottom: 0;
  }

  .section-wrapper.pain .flex-box a,
  .section-wrapper.service .flex-box a {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .service p {
    min-height: unset;
  }
}
