.fnt-noto-san {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fnt-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fnt-aboreto {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.fnt-rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#content-top .elementor-container {
  max-width: 100% !important;
}

.top-title {
  font-size: 40px;
  color: #155490;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 58px;
  background: url(../img/i_ttl.png) no-repeat top center;
  background-size: 48px auto;
  padding-top: 28px;
  margin-bottom: 50px;
}

.top-title .color {
  color: #4999E5;
}

.top-title .ttl-eng {
  display: block;
  color: #6A95BE;
  letter-spacing: 0;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
}

.top-title.is-color {
  background: url(../img/i1_ttl.png) no-repeat top center;
  background-size: 48px auto;
  color: #46A29B;
}

.top-title.is-color .color {
  color: #62BFB8;
}

.top-title.is-color .ttl-eng {
  color: #89C3BE;
}

.btn-common {
  display: flex;
}

.btn-common a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  background: #15548F;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  transition: all 0.3s ease;
  min-width: 155px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px 0 15px;
}

.btn-common a span {
  background: url(../img/arr_btn1.png) no-repeat center right;
  background-size: 20px auto;
  padding-right: 30px;
  display: block;
  box-sizing: border-box;
  min-width: 132px;
}

.btn-common a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .top-title {
    font-size: 32px;
    line-height: 46px;
    padding-top: 28px;
    margin-bottom: 45px;
  }
  .top-title .ttl-eng {
    font-size: 18px;
    line-height: 24px;
  }
  .btn-common {
    display: flex;
  }
  .btn-common a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    background: #15548F;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    transition: all 0.3s ease;
    min-width: 155px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px 0 15px;
  }
  .btn-common a span {
    background: url(../img/arr_btn1.png) no-repeat center right;
    background-size: 20px auto;
    padding-right: 30px;
    display: block;
    box-sizing: border-box;
    min-width: 132px;
  }
  .btn-common a:hover {
    opacity: 0.8;
  }
}

#medical-box {
  position: relative;
  background: url(../img/examination_deco.png) no-repeat bottom left, url(../img/examination_bg.png) no-repeat center;
  background-size: 348px auto, cover;
  padding: 90px 20px 90px;
  min-height: 657px;
}

#medical-box img {
  width: 100%;
  height: auto;
}

#medical-box .block {
  max-width: 1100px;
  margin: auto;
  position: relative;
  background: url(../img/exa_bg.png) no-repeat center/cover;
  min-height: 300px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#medical-box .block::before {
  background: url(../img/deco_img.png) no-repeat center/cover;
  width: 275px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}

#medical-box .block .photo {
  max-width: 324px;
  order: 2;
  margin: 0;
}

#medical-box .block .text {
  width: calc(100% - 324px);
  box-sizing: border-box;
  padding: 0 30px 0 30px;
}

#medical-box .block .text .list {
  display: flex;
  flex-wrap: wrap;
}

#medical-box .block .text h3 {
  font-size: 24px;
  color: #46A29B;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
  width: 100%;
  margin-bottom: 10px;
}

#medical-box .block .text dl {
  max-width: 300px;
  background: #FFF;
  width: 45%;
}

#medical-box .block .text dl + dl {
  margin-left: 45px;
}

#medical-box .block .text dl dt {
  background: #62BFB8;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 55px;
  position: relative;
}

#medical-box .block .text dl dt span {
  width: 60px;
  display: block;
  position: absolute;
  top: -12px;
  left: 8px;
}

#medical-box .block .text dl dd {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 20px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #medical-box {
    min-height: auto;
  }
  #medical-box .block {
    align-items: flex-start;
    min-height: auto;
  }
  #medical-box .block::before {
    width: 200px;
    height: 110px;
  }
  #medical-box .block .photo {
    max-width: 224px;
    order: 2;
    margin: 0;
  }
  #medical-box .block .text {
    width: calc(100% - 224px);
    box-sizing: border-box;
    padding: 0 30px 0 0px;
  }
  #medical-box .block .text .list {
    display: flex;
    flex-wrap: wrap;
  }
  #medical-box .block .text h3 {
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 18px;
    position: relative;
    top: -8px;
  }
  #medical-box .block .text dl {
    width: 47%;
  }
  #medical-box .block .text dl + dl {
    margin-left: 6%;
  }
  #medical-box .block .text dl dt {
    font-size: 18px;
    line-height: 45px;
    position: relative;
  }
  #medical-box .block .text dl dt span {
    width: 50px;
    top: -12px;
    left: 4px;
  }
  #medical-box .block .text dl dd {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  #medical-box {
    position: relative;
    background: url(../img/sp_examination_bg.png) no-repeat center;
    background-size: cover;
    padding: 50px 20px 50px;
    min-height: auto;
  }
  #medical-box .block {
    background: url(../img/sp_exa_bg.png) no-repeat center/cover;
    padding: 0;
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  #medical-box .block::before {
    display: none;
  }
  #medical-box .block .photo {
    max-width: 100%;
    order: 1;
    margin: 0;
  }
  #medical-box .block .text {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 18px 30px 18px;
  }
  #medical-box .block .text h3 {
    font-size: 19px;
    line-height: 29px;
    width: 100%;    
  }
  #medical-box .block .text dl {
    max-width: 100%;
    width: 100%;
  }
  #medical-box .block .text dl + dl {
    margin: 40px 0 0;
  }
  #medical-box .block .text dl dt {
    font-size: 20px;
    line-height: 55px;
  }
  #medical-box .block .text dl dt span {
    width: 56px;
    top: -12px;
    left: 8px;
  }
  #medical-box .block .text dl dd {
    padding: 20px;
    min-height: 110px;
    box-sizing: border-box;
  }
}

#information-box {
  position: relative;
  background: url(../img/information_bg.png) no-repeat center;
  background-size: cover;
  padding: 90px 20px 75px;
}

#information-box img {
  width: 100%;
  height: auto;
}

#information-box .inner {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

#information-box .blk {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}

#information-box .blk .col {
  max-width: 525px;
  width: 48.5%;
}

#information-box .box-table1 {
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

#information-box .box-table1 table.timetable1 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #FFF;
  border: 1px solid #15548F;
  margin-bottom: 16px;
}

#information-box .box-table1 .timetable1 th,
#information-box .box-table1 .timetable1 td {
  padding: 21px 0 21px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #15548F;
  color: #6A95BE;
	font-weight: 500;
}

#information-box .box-table1 .timetable1 thead th {
  padding: 10px 0 10px;
  /*font-weight: normal;*/
  background: #15548F;
  color: #FFF;
}

#information-box .box-table1 .timetable1 thead th:first-child {
  width: 28%;
  text-align: center;
}

#information-box .box-table1 .timetable1 thead th:last-child {
  width: 70px;
  letter-spacing: -0.2em;
  padding-right: 10px;
}

#information-box .box-table1 .timetable1 tbody th {
  color: #15548F;
  letter-spacing: -0.02em;
  border-right: 1px solid #15548F;
}

#information-box .txt-table {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 38px;
  position: relative;
	letter-spacing: 0;
}

#information-box .txt-table span {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #6A95BE;
  position: absolute;
  top: 0;
  left: 0;
}

#information-box .vcard {
  border-top: 1px solid #15548F;
  margin-top: 30px;
  padding-top: 30px;
}

#information-box .vcard .title {
  font-weight: 600;
  color: #15548F;
  display: flex;
  font-size: 20px;
  margin-bottom: 22px;
}

#information-box .vcard .title h1 {
  font-weight: 600;
  color: #15548F;
  font-size: 20px;
  margin-left: 24px;
}

#information-box .vcard dl {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  font-weight: 400;
  margin-bottom: 15px;
}

#information-box .vcard dl dt {
  width: 28px;
  margin-right: 15px;
}

#information-box .vcard dl dd a {
  font-weight: 600;
  color: #15548F;
  font-size: 18px;
  letter-spacing: 0;
}

#information-box .gmap {
  width: 100%;
  height: 280px;
}

#information-box .gmap iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}

#information-box .colr .block {
  padding-top: 22px;
}

#information-box .colr .block .title {
  font-weight: 600;
  color: #15548F;
  display: flex;
  font-size: 20px;
  margin-bottom: 15px;
}

#information-box .colr .block dl {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  font-weight: 400;
  margin-bottom: 15px;
}

#information-box .colr .block dl dt {
  width: 28px;
  margin-right: 15px;
}

#information-box .colr .block dl dd span {
  display: block;
  padding-top: 5px;
}

#information-box .colr .block dl dd a {
  letter-spacing: 0;
  color: #15548F;
  font-size: 16px;
  background: url(../img/arr_btn.png) no-repeat right center;
  background-size: 24px auto;
  padding-right: 30px;
  transition: all 0.3s ease;
}

#information-box .colr .block dl dd a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #information-box .blk {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  #information-box .blk .col {
    max-width: 525px;
    width: 48.5%;
  }
  #information-box .box-table1 {
    font-size: 15px;
  }
  #information-box .box-table1 .timetable1 th,
  #information-box .box-table1 .timetable1 td {
    padding: 16px 0 16px;
  }
  #information-box .box-table1 .timetable1 thead th:last-child {
    width: 55px;
  }
  #information-box .txt-table {
    font-size: 15px;
  }
  #information-box .vcard .title {
    font-size: 18px;
    margin-bottom: 22px;
  }
  #information-box .vcard .title h1 {
    font-weight: 600;
    color: #15548F;
    font-size: 18px;
    margin-left: 24px;
  }
  #information-box .vcard dl {
    font-size: 15px;
  }
  #information-box .vcard dl dd a {
    font-size: 16px;
    letter-spacing: 0;
  }
  #information-box .gmap {
    width: 100%;
    height: 280px;
  }
  #information-box .gmap iframe {
    width: 100%;
    height: 100%;
    border: none !important;
  }
  #information-box .colr .block {
    padding-top: 22px;
  }
  #information-box .colr .block .title {
    font-size: 18px;
  }
  #information-box .colr .block dl {
    font-size: 15px;
  }
  #information-box .colr .block dl dd span {
    display: block;
    padding-top: 5px;
  }
  #information-box .colr .block dl dd a {
    letter-spacing: 0;
    color: #15548F;
    font-size: 15px;
    background: url(../img/arr_btn.png) no-repeat right center;
    background-size: 24px auto;
    padding-right: 30px;
    transition: all 0.3s ease;
    display: inline-block;
  }
  #information-box .colr .block dl dd a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  #information-box {
    position: relative;
    background: url(../img/sp_information_bg.png) no-repeat center;
    background-size: cover;
    padding: 50px 20px 50px;
  }
  #information-box .blk {
    padding-top: 0;
    display: block;
  }
  #information-box .blk .col {
    max-width: 525px;
    width: 100%;
  }
  #information-box .box-table1 {
    font-size: 15px;
    line-height: 21px;
  }
  #information-box .box-table1 table.timetable1 {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 16px;
  }
  #information-box .box-table1 .timetable1 th,
  #information-box .box-table1 .timetable1 td {
    padding: 18px 0 18px;
  }
  #information-box .box-table1 .timetable1 thead th {
    padding: 10px 0 10px;
  }
  #information-box .box-table1 .timetable1 thead th:first-child {
    width: 32%;
    text-align: center;
    font-size: 16px;
  }
  #information-box .box-table1 .timetable1 thead th:last-child {
    width: 40px;
    letter-spacing: 0em;
    padding-right: 5px;
    font-size: 12px;
  }
  #information-box .box-table1 .timetable1 tbody th {
    font-size: 15px;
  }
  #information-box .txt-table {
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  #information-box .vcard {
    margin-top: 20px;
    padding: 20px 0 30px;
  }
  #information-box .vcard .title {
    margin-bottom: 20px;
  }
  #information-box .vcard .title h1 {
    font-size: 20px;
    margin-left: 20px;
  }
  #information-box .vcard dl {
    letter-spacing: 0;
  }
  #information-box .vcard dl dt {
    margin-right: 10px;
  }
  #information-box .vcard dl dd a {
    font-size: 18px;
  }
  #information-box .colr .block {
    padding-top: 24px;
  }
  #information-box .colr .block dl {
    width: 105%;
    letter-spacing: 0;
  }
  #information-box .colr .block dl dt {
    margin-right: 10px;
  }
  #information-box .colr .block dl dd span {
    display: block;
    padding-top: 5px;
  }
  #information-box .colr .block dl dd a {
    letter-spacing: 0;
    color: #15548F;
    font-size: 16px;
    background: url(../img/arr_btn.png) no-repeat right center;
    background-size: 24px auto;
    padding-right: 30px;
    transition: all 0.3s ease;
  }
  #information-box .colr .block dl dd a:hover {
    opacity: 0.7;
  }
  #information-box span.t {
    position: relative;
    top: -3px;
  }
  #information-box span.b {
    position: relative;
    bottom: -3px;
  }
}

#feature-box {
  position: relative;
}

#feature-box .fea-ttl {
  background: url(../img/feature_bg.jpg) no-repeat center/cover;
  padding: 90px 0 40px;
}

#feature-box .item {
  padding: 50px;
}

#feature-box .item .inner {
  max-width: 1100px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: flex;
  justify-content: space-between;
}

#feature-box .item .num {
  position: absolute;
  top: 40px;
  left: -44px;
}

#feature-box .item .num dl {
  width: 88px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#feature-box .item .num dl dt {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #FFF;
  margin-bottom: 25px;
  background-image: linear-gradient(to top left, #195790, #6A95BE);
}

#feature-box .item .num dl dd {
  width: 28px;
}

#feature-box .item .photo {
  max-width: 525px;
  width: 48.5%;
  position: relative;
  min-height: 500px;
}

#feature-box .item .photo p {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

#feature-box .item .photo span {
  width: 214px;
  height: 214px;
  position: absolute;
  top: -24px;
  right: 6px;
  z-index: 1;
}

#feature-box .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#feature-box .item .text {
  max-width: 525px;
  width: 48.5%;
  box-sizing: border-box;
  padding: 15px 0 15px 65px;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
}

#feature-box .item .text h3 {
  font-weight: 500;
  color: #15548F;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0;
  padding-top: 20px;
  margin-bottom: 28px;
}

#feature-box .item .text .desc {
  margin-bottom: 30px;
  text-align: justify;
}

#feature-box .item .text ul {
  display: flex;
}

#feature-box .item .text ul li + li {
  margin-left: 12px;
}

#feature-box .item:nth-child(even) .num {
  left: inherit;
  right: -44px;
}

#feature-box .item:nth-child(even) .num dl dt {
  background-image: linear-gradient(to top right, #46A29B, #89C3BE);
}

#feature-box .item:nth-child(even) .text {
  padding: 15px 65px 15px 0;
}

#feature-box .item:nth-child(even) .text h3 {
  color: #46A29B;
}

#feature-box .item:nth-child(even) .text .desc {
  margin-bottom: 30px;
  text-align: justify;
}

#feature-box .item:nth-child(even) .text ul {
  display: flex;
}

#feature-box .item:nth-child(even) .text ul li + li {
  margin-left: 12px;
}

#feature-box .item:nth-child(even) .btn-common a {
  background: #46A29B;
}

#feature-box .item:nth-child(even) .btn-common a span {
  background: url(../img/arr_btn2.png) no-repeat center right;
  background-size: 20px auto;
}

#feature-box .item.item1 {
  background: url(../img/feature_item1.jpg) no-repeat center/cover;
}

#feature-box .item.item1 .photo {
  order: 2;
}

#feature-box .item.item2 {
  background: url(../img/feature_item2.jpg) no-repeat center/cover;
}

#feature-box .item.item3 {
  background: url(../img/feature_item3.jpg) no-repeat center/cover;
}

#feature-box .item.item3 .photo {
  order: 2;
}

#feature-box .item.item4 {
  background: url(../img/feature_item4.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1110px) and (min-width: 768px) {
  #feature-box .item .text h3 {
    font-size: 25px;
  }
  #feature-box .btn-common a {
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #feature-box {
    position: relative;
  }
  #feature-box .item .inner {
    flex-wrap: wrap;
  }
  #feature-box .item .photo {
    max-width: 100%;
    width: 100%;
    position: relative;
    min-height: 65vw;
  }
  #feature-box .item .photo p {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: auto;
  }
  #feature-box .item .photo span {
    width: 214px;
    height: 214px;
    position: absolute;
    top: -24px;
    right: 6px;
    z-index: 1;
  }
  #feature-box .item .photo img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #feature-box .item .text {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 65px 45px 65px;
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
    order: 2;
    position: relative;
  }
  #feature-box .item:nth-child(even) .text {
    padding: 15px 65px 40px 65px;
  }
  #feature-box .item.item1 .photo {
    order: 1;
  }
  #feature-box .item.item3 .photo {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  #feature-box {
    position: relative;
  }
  #feature-box .btn-common {
    display: flex;
  }
  #feature-box .btn-common a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    background: #15548F;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    transition: all 0.3s ease;
    min-width: 155px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px 0 15px;
  }
  #feature-box .btn-common a span {
    background: url(../img/arr_btn1.png) no-repeat center right;
    background-size: 20px auto;
    padding-right: 30px;
    display: block;
    box-sizing: border-box;
    min-width: 132px;
  }
  #feature-box .btn-common a:hover {
    opacity: 0.8;
  }
  #feature-box .fea-ttl {
    background: url(../img/sp_feature_bg.jpg) no-repeat top left/cover;
    padding: 50px 0 5px;
  }
  #feature-box .item {
    padding: 30px 20px;
  }
  #feature-box .item .inner {
    display: block;
  }
  #feature-box .item .num {
    position: absolute;
    top: 35px;
    left: -10px;
  }
  #feature-box .item .num dl {
    width: 64px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #feature-box .item .num dl dt {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #FFF;
    margin-bottom: 15px;
    background-image: linear-gradient(to top left, #195790, #6A95BE);
  }
  #feature-box .item .num dl dd {
    width: 20px;
  }
  #feature-box .item .photo {
    max-width: 100%;
    width: 100%;
    min-height: 92vw;
  }
  #feature-box .item .photo p {
    min-height: 92vw;
  }
  #feature-box .item .photo span {
    width: 146px;
    height: 146px;
    position: absolute;
    top: -16px;
    right: 6px;
    z-index: 1;
  }
  #feature-box .item .text {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 30px 70px;
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
    position: relative;
  }
  #feature-box .item .text h3 {
    font-weight: 500;
    color: #15548F;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    padding-top: 20px;
    margin-bottom: 16px;
  }
  #feature-box .item .text .desc {
    margin-bottom: 16px;
    text-align: justify;
  }
  #feature-box .item .text ul {
    display: block;
  }
  #feature-box .item .text ul li + li {
    margin: 20px 0 0;
  }
  #feature-box .item:nth-child(even) .num {
    left: inherit;
    right: -10px;
  }
  #feature-box .item:nth-child(even) .num dl dt {
    background-image: linear-gradient(to top right, #46A29B, #89C3BE);
  }
  #feature-box .item:nth-child(even) .text {
    padding: 30px 70px 30px 20px;
  }
  #feature-box .item:nth-child(even) .text h3 {
    color: #46A29B;
  }
  #feature-box .item:nth-child(even) .text .desc {
    margin-bottom: 16px;
    text-align: justify;
  }
  #feature-box .item:nth-child(even) .text ul {
    display: block;
  }
  #feature-box .item:nth-child(even) .text ul li + li {
    margin: 20px 0 0;
  }
  #feature-box .item:nth-child(even) .btn-common a {
    background: #46A29B;
  }
  #feature-box .item:nth-child(even) .btn-common a span {
    background: url(../img/arr_btn2.png) no-repeat center right;
    background-size: 20px auto;
  }
  #feature-box .item.item1 {
    background: url(../img/sp_feature_item1.jpg) no-repeat center/cover;
  }
  #feature-box .item.item2 {
    background: url(../img/sp_feature_item2.jpg) no-repeat center/cover;
  }
  #feature-box .item.item3 {
    background: url(../img/sp_feature_item3.jpg) no-repeat center/cover;
  }
  #feature-box .item.item4 {
    background: url(../img/sp_feature_item4.jpg) no-repeat center/cover;
  }
}

#menu-box {
  background: url(../img/menu_tab.png) no-repeat center/cover;
  padding: 90px 20px;
}

#menu-box .tab-box {
  max-width: 1100px;
  margin: auto;
  background: #FFF;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.01);
}

#menu-box .tabs {
  border: 1px solid #15548F;
  border-bottom: 4px solid #15548F;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}

#menu-box .tab {
  text-decoration: none;
  padding: 8px 16px;
  color: #15548F;
  background: #FFF;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
  font-size: 24px;
  height: 80px;
}

#menu-box .tab:hover {
  opacity: 0.8;
}

#menu-box .tab span {
  background: url(../img/tab_i1.png) no-repeat left center;
  background-size: 45px;
  padding: 5px 0 5px 75px;
}

#menu-box .tab span.icon1 {
  background: url(../img/tab_i2.png) no-repeat left center;
  background-size: 45px;
}

#menu-box .tab.active span {
  background: url(../img/tab_i1_on.png) no-repeat left center;
  background-size: 45px;
}

#menu-box .tab.active span.icon1 {
  background: url(../img/tab_i2_on.png) no-repeat left center;
  background-size: 45px;
}

#menu-box .tab.active {
  color: #FFF;
  background: #15548F;
  position: relative;
}

#menu-box .content {
  display: none;
  padding: 50px 50px 30px;
  min-height: 415px;
}

#menu-box .content ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -30px;
}

#menu-box .content ul li {
  max-width: 315px;
  width: calc(33.3% - 30px);
  margin: 0 0 30px 30px;
}

#menu-box .content ul li a, #menu-box .content ul li span {
  background: #F0F8FF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #6A95BE;  
  font-weight: 500;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 0 #6A95BE;
  transition: all 0.4s ease;
}

#menu-box .content ul li a:hover {
  opacity: 0.7;
}

#menu-box .show {
  display: block;
}

#menu-box .show .fadein {
  animation: fadein 0.7s ease;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #menu-box .content {
    padding: 50px 20px 30px;
  }
  #menu-box .content ul {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  #menu-box .content ul li {
    width: calc(33.3% - 20px);
    margin: 0 0 30px 20px;
  }
  #menu-box .content ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #menu-box {
    background: url(../img/sp_menu_tab.png) no-repeat center/cover;
    padding: 45px 20px 45px;
  }
  #menu-box .tabs {
    border: 1px solid #15548F;
    border-bottom: 4px solid #15548F;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
  }
  #menu-box .tab {
    text-decoration: none;
    padding: 0;
    color: #15548F;
    background: #FFF;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    box-sizing: border-box;
    font-size: 20px;
    height: 80px;
  }
  #menu-box .tab:hover {
    opacity: 1;
  }
  #menu-box .tab span {
    background: url(../img/tab_i1.png) no-repeat top center;
    background-size: 33px;
    padding: 26px 0 0 0;
  }
  #menu-box .tab span.icon1 {
    background: url(../img/tab_i2.png) no-repeat top center;
    background-size: 33px;
  }
  #menu-box .tab.active span {
    background: url(../img/tab_i1_on.png) no-repeat top center;
    background-size: 33px;
  }
  #menu-box .tab.active span.icon1 {
    background: url(../img/tab_i2_on.png) no-repeat top center;
    background-size: 33px;
  }
  #menu-box .tab.active {
    color: #FFF;
    background: #15548F;
    position: relative;
  }
  #menu-box .content {
    display: none;
    padding: 45px 25px 25px;
    min-height: 838px;
  }
  #menu-box .content ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }
  #menu-box .content ul li {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #menu-box .content ul li a {
    background: #F0F8FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #6A95BE;
    font-weight: 500;
    height: 76px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 0 #6A95BE;
    transition: all 0.4s ease;
  }
  #menu-box .content ul li a:hover {
    opacity: 0.7;
  }
  #menu-box .show {
    display: block;
  }
  #menu-box .show .fadein {
    animation: fadein 0.7s ease;
  }
}

#greet-box {
  position: relative;
  background: url(../img/greet_bg.png) no-repeat center/cover;
  padding: 105px 20px 95px;
}

#greet-box .box {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#greet-box .box .photo {
  max-width: 394px;
  order: 2;
}

#greet-box .box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#greet-box .box .text {
  width: calc(100% - 394px);
  box-sizing: border-box;
  background: url(../img/g_deco1.png) no-repeat, url(../img/g_deco2.png) no-repeat bottom right;
  background-size: 353px auto, 262px auto;
  min-height: 429px;
}

#greet-box .box .text .block {
  padding: 50px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
}

#greet-box .box .text .block dl {
  color: #15548F;
  line-height: 40px;
  margin: 20px 0 35px;
  letter-spacing: 0;
}

#greet-box .box .text .block dl dt {
  font-weight: 500;
  font-size: 16px;
}

#greet-box .box .text .block dl dd {
  font-size: 14px;
}

#greet-box .box .text .block dl dd span {
  font-weight: 500;
  font-size: 24px;
  margin-right: 15px;
}

#greet-box .btn-common a {
  min-width: 125px;
}

#greet-box .btn-common a span {
  min-width: 110px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #greet-box .box .photo {
    max-width: 320px;
    order: 2;
  }
  #greet-box .box .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #greet-box .box .text {
    width: calc(100% - 320px);
    box-sizing: border-box;
    background: url(../img/g_deco1.png) no-repeat, url(../img/g_deco2.png) no-repeat bottom right;
    background-size: 353px auto, 262px auto;
    min-height: auto;
  }
  #greet-box .box .text .block {
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0em;
  }
  #greet-box .box .text .block dl {
    color: #15548F;
    line-height: 34px;
    margin: 10px 0 20px;
    letter-spacing: 0;
  }
  #greet-box .box .text .block dl dd {
    font-size: 14px;
  }
  #greet-box .box .text .block dl dd span {
    font-weight: 500;
    font-size: 24px;
    margin-right: 15px;
  }
  #greet-box .btn-common a {
    min-width: 125px;
  }
  #greet-box .btn-common a span {
    min-width: 110px;
  }
}

@media screen and (max-width: 767px) {
  #greet-box {
    position: relative;
    background: url(../img/sp_greet_bg.png) no-repeat center/cover;
    padding: 50px 20px 45px;
  }
  #greet-box .box {
    margin-top: 0;
    display: block;
  }
  #greet-box .box .photo {
    max-width: 100%;
    order: 1;
  }
  #greet-box .box .photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #greet-box .box .text {
    width: 100%;
    box-sizing: border-box;
    background: url(../img/g_deco1.png) no-repeat, url(../img/g_deco2.png) no-repeat bottom right;
    background-size: 353px auto, 262px auto;
    min-height: 429px;
  }
  #greet-box .box .text .block {
    padding: 20px 20px 30px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
  }
  #greet-box .box .text .block dl {
    color: #15548F;
    line-height: 32px;
    margin: 10px 0 24px;
    letter-spacing: 0;
  }
  #greet-box .box .text .block dl dt {
    font-size: 15px;
  }
  #greet-box .box .text .block dl dd {
    font-size: 14px;
  }
  #greet-box .box .text .block dl dd span {
    font-size: 20px;
    margin-right: 15px;
		display: inline-block;
  }
  #greet-box .btn-common a {
    min-width: 125px;
  }
  #greet-box .btn-common a span {
    min-width: 110px;
  }
}

#slide-box {
  position: relative;
  background-image: linear-gradient(to right, #FFF, #509885);
  padding: 48px 0;
}

#slide-box .slick-slide {
  width: 300px !important;
  margin: 0 11px;
}

#calendar-box {
  padding: 95px 0 50px;
}

#calendar-box .bg {
  background: url(../img/cal_bg.png) no-repeat center/cover;
  padding: 0 20px;
}

#calendar-box .bg .inner {
  max-width: 1100px;
  margin: auto;
  background: #F0F4F8;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  box-sizing: border-box;
  padding: 48px 100px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #calendar-box .bg .inner {
    padding: 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  #calendar-box {
    padding: 50px 0 70px;
  }
  #calendar-box .bg {
    background: url(../img/cal_bg.png) no-repeat center/100% auto;
    padding: 0 20px;
  }
  #calendar-box .bg .inner {
    max-width: 1100px;
    margin: auto;
    background: #F0F4F8;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.06);
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 374px) {
  #medical-box .block .text h3 br {
    display: none !important;
  }
  .top-title {
    font-size: 28px;
  }
  #information-box .box-table1 .timetable1 tbody th {
    font-size: 15px;
  }
  #feature-box .btn-common a {
    font-size: 14px;
  }
  #menu-box .content ul li a {
    font-size: 16px;
  }
}
.txt-ex{
	text-align: center;
	margin-bottom: 20px;
}