@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/*=============================================*/
/*Common*/
/*=============================================*/
body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.bg_light_orange {
  background-color: #F8EDE4;
}

.bg_light_blue {
  background-color: #DFF6FD;
}

.bg_light_navy {
  background-color: #0d3870;
}

/*=============================================*/
/*page_top*/
/*=============================================*/
.page_top_fix {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .page_top_fix {
    bottom: 60px;
    width: 50px;
    height: 50px;
  }
}
/*=============================================*/
/*base_txx*/
/*=============================================*/
.base_txx {
  font-size: 1.6rem;
}
.base_txx p {
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.6;
}
.base_txx p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .base_txx {
    font-size: 1.4rem;
  }
}
/*=============================================*/
/*top NEWS*/
/*=============================================*/
.top_news_block.ver_column_2 {
  padding-bottom: 40px;
}

.news_column_2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.news_column_2 .left {
  width: 10em;
  font-size: 2.3rem;
}
.news_column_2 .right {
  width: calc(100% - 11em);
  font-size: 2.3rem;
}

.top_news_block.ver_column_2 .news_list li {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.top_news_block.ver_column_2 .news_list li:first-child {
  padding-top: 0;
}

.top_news_block.ver_column_2 .btn {
  margin-top: 30px;
  position: static;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .news_column_2 {
    display: block;
  }
  .news_column_2 .left {
    width: 100%;
  }
  .news_column_2 .right {
    width: 100%;
  }
}
.top_reserve_bnr {
  margin-top: 30px;
  text-align: center;
}

/*=============================================*/
/*TTL */
/*=============================================*/
.center_border_customize_ttl {
  position: relative;
  margin-bottom: 1.5em;
  padding-top: 0.8em;
  text-align: center;
  font-size: 4rem;
}
.center_border_customize_ttl span {
  position: relative;
  padding-left: 0.3em;
  padding-right: 0.3em;
  margin-bottom: 1.5em;
  font-size: 1em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 1;
}
.center_border_customize_ttl small {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 100%;
  text-align: center;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2em;
  color: #4bafe3;
  text-transform: uppercase;
  line-height: 0.8;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .center_border_customize_ttl {
    font-size: 2.3rem;
  }
}
.page_block .center_border_customize_ttl {
  padding-top: 2.5em;
}

@media screen and (max-width: 767px) {
  .page_block .center_border_customize_ttl {
    padding-top: 2em;
  }
}
.border_ttl {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 2.5rem;
  border-left: 5px solid #4bafe3;
  padding-left: 0.5em;
  font-weight: 600;
  color: #0d3870;
}

@media screen and (max-width: 767px) {
  .border_ttl {
    margin-top: 2em;
    font-size: 2rem;
  }
}
/*=============================================*/
/*TOP Adjust */
/*=============================================*/
.top_schedule_access_block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.top_schedule_access_block .notice {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top_schedule_access_block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/*=============================================*/
/*header */
/*=============================================*/
.header_main .main_nav .child {
  padding: 10px;
  border: 2px solid #0d3870;
  z-index: 3;
  background-color: #0d3870;
}

.header_main .main_nav .child li a {
  position: relative;
  padding: 0.8em 2em 0.8em 1em;
  color: #fff;
}
.header_main .main_nav .child li a:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 35%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}

@media screen and (max-width: 767px) {
  header {
    background: none;
  }
  .sp-menu-trigger {
    bottom: 0;
    top: auto;
    background-color: #0d3870;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .sp-menu-trigger span {
    background-color: #fff;
  }
  .sp-menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .sp-menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .sp_header_tel_btn {
    position: absolute;
    right: 50px;
    bottom: 18px;
    background: #0d3870;
    color: #fff;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
  }
  .sp_header_tel_btn:before {
    position: absolute;
    top: -0.5em;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    width: 1em;
    height: 1em;
    margin: auto;
    line-height: 1em;
    content: "\f879";
    font-weight: bold;
    font-size: 1.5em;
    font-style: normal;
  }
  .sp_header_tel_btn span {
    display: block;
    width: 40px;
    position: absolute;
    bottom: 0.1em;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
  }
  .sp-menu-trigger.active span:nth-of-type(3),
  .sp-menu-trigger.active span:nth-of-type(1) {
    opacity: 1;
  }
  .sp-menu-trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-315deg);
  }
  .sp-menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg);
  }
  header .sp_nav {
    display: block;
    right: -100%;
    left: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 100px;
    background-color: #fff;
  }
  header .sp_nav.open {
    right: 0;
  }
  header .sp_nav li {
    border: 0;
    border-top: 1px solid #0d3870;
    text-align: left;
    margin-bottom: 0;
  }
  header .sp_nav li a {
    padding: 1.4em 0;
  }
  .header_main .sp_nav .toggle_list {
    border-top: 1px solid #0d3870;
    margin-bottom: 0;
  }
  .header_main .sp_nav .toggle_list .child {
    padding-bottom: 15px;
  }
  .header_main .sp_nav .btn {
    border: 0;
    font-weight: bold;
    padding: 1.4em 0;
  }
  header .sp_nav li.tel {
    text-align: center;
  }
  header .ico_tel {
    font-size: 2.5rem;
  }
  header li.nav_calendar {
    padding-bottom: 50px;
  }
}
/*=============================================*/
/*fix_btn */
/*=============================================*/
.fix_btn_customize {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 1;
}
.fix_btn_customize .btn_list li {
  max-width: 40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .fix_btn_customize {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .fix_btn_customize .btn_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .fix_btn_customize .btn_list li {
    width: 25%;
    max-width: unset;
    margin-bottom: 0;
  }
}
/*=============================================*/
/*Footer */
/*=============================================*/
.footer_info_customize {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer_info_customize .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.footer_info_customize .flex .left {
  width: 50%;
  margin-right: 2%;
}
.footer_info_customize .flex .right {
  width: 48%;
}
.footer_info_customize .flex .right .g_map {
  position: relative;
  width: 100%;
  padding-top: 76.25%;
  height: 0;
}
.footer_info_customize .flex .right .g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer_info_customize.ver_access_page .left {
  width: 40%;
}
.footer_info_customize.ver_access_page .left .map_img {
  margin-bottom: 15px;
}
.footer_info_customize.ver_access_page .right {
  width: 58%;
}

.footer_info_customize .logo {
  max-width: 400px;
  margin: auto;
  margin-bottom: 20px;
}
.footer_info_customize .access {
  margin-bottom: 1.8em;
  text-align: center;
  font-size: 1.6rem;
}

.footer_info_customize .info {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.footer_info_customize .info dt, .footer_info_customize .info dd {
  display: flex;
  align-items: center;
}
.footer_info_customize .info dt {
  justify-content: center;
  width: 10em;
  font-size: 1em;
  background-color: #4bafe3;
  color: #fff;
  text-align: center;
  padding: 1em 0.5em;
}
.footer_info_customize .info dd {
  padding: 1em 0.5em;
  width: calc(100% - 10em);
  font-size: 1em;
  background-color: #DFF6FD;
}
.footer_info_customize .info dd span {
  color: #0d3870;
  font-weight: 700;
  font-size: 1em;
}
.footer_info_customize .info dd span.big {
  font-size: 1.5em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.footer_info_customize .arrow_base_btn {
  display: block;
  text-align: center;
  max-width: 350px;
  margin: auto;
  margin-top: 20px;
}
.footer_info_customize .arrow_base_btn a {
  padding: 1.2em 2em;
}

@media screen and (max-width: 767px) {
  .footer_info_customize {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer_info_customize .flex {
    display: block;
  }
  .footer_info_customize .flex .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer_info_customize .flex .right {
    width: 100%;
  }
  .footer_info_customize .logo {
    max-width: 250px;
  }
  .footer_info_customize .access {
    font-size: 1.4rem;
  }
  .footer_info_customize .info {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .footer_info_customize .info dt, .footer_info_customize .info dd {
    display: flex;
    align-items: center;
  }
  .footer_info_customize .info dt {
    width: 10em;
    text-align: left;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  .footer_info_customize .info dd {
    padding: 1em 1em;
    width: 100%;
  }
}
.footer_bottom {
  padding-bottom: 0;
}
.footer_bottom .copyright {
  margin-top: 3em;
  padding: 1em;
  background-color: #fff;
}
.footer_bottom .left .logo {
  max-width: 360px;
  margin: auto;
  margin-bottom: 20px;
}
.footer_bottom .left .info {
  text-align: center;
}
.footer_bottom .left .tel_box {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.footer_bottom .left .tel_box a {
  border: 0;
}
.footer_bottom .left .tel_box .ico_tel {
  font-size: 3.5rem;
}

.footer_bottom .right .footer_nav_list li {
  margin-bottom: 0;
}
.footer_bottom .right .footer_nav_list li a {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  padding-left: 0.5em;
}
.footer_bottom .right .footer_nav_list li a:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #0d3870;
  border-right: 1px solid #0d3870;
  transform: rotate(45deg);
}

.footer_bottom .right .footer_nav_list {
  margin-bottom: 30px;
}

.footer_contact_btn_list {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .footer_bottom .copyright {
    margin-top: 1em;
    padding-bottom: 70px;
  }
  .footer_bottom .left .logo {
    max-width: 320px;
    margin-bottom: 10px;
  }
  .footer_bottom .left .tel_box {
    margin-bottom: 10px;
  }
  .footer_bottom .left .tel_box .ico_tel {
    font-size: 2.8rem;
  }
  .schedule-time {
    width: 120px;
  }
}
/*=============================================*/
/*TOP FV */
/*=============================================*/
.main_visual_block {
  width: 96%;
  margin: auto;
}

.slick-initialized .slick-slide {
  position: relative;
  height: calc(100svh - 120px);
}
.slick-initialized .slick-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(13, 56, 112, 0.5);
  mix-blend-mode: multiply;
  z-index: 1;
  border-radius: 30px;
}

.main_visual_block .slick-slide img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.main_visual_block .main_ttl {
  height: 6em;
  background: none;
  top: 50%;
  transform: translateY(-50%);
}
.main_visual_block .main_ttl small {
  display: block;
}

.main_visual_block .en_txt {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10vw;
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
}
.main_visual_block .en_txt p {
  font-size: 1em;
  line-height: 0.8;
  color: inherit;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.main_visual_block .en_txt p small {
  font-size: 0.6m;
  color: inherit;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    height: calc(100svh - 200px);
  }
  .main_visual_block {
    margin-bottom: 30px;
  }
}
/*=============================================*/
/*TOP Medical */
/*=============================================*/
.top_medical_block ul.medical_list.ver_base_column_3 li:nth-child(10),
.top_medical_block ul.medical_list.ver_base_column_3 li:nth-child(7),
.top_medical_block ul.medical_list.ver_base_column_3 li:nth-child(4) {
  margin-right: 2%;
}
.top_medical_block ul.medical_list.ver_base_column_3 li:nth-child(3n) {
  margin-right: 0;
}
.top_medical_block ul.medical_list.ver_base_column_3 .txt_zone .txt p {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top_medical_block ul.medical_list.ver_base_column_3 .txt_zone .txt p {
    font-size: 1.3rem;
  }
}
/*=============================================*/
/*Page Medical */
/*=============================================*/
.page_link_box {
  margin-bottom: 60px;
  padding: 30px 45px 15px;
  background-color: #DFF6FD;
}
.page_link_box .page_link_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_link_box .page_link_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
.page_link_box .page_link_list li:nth-child(2n) {
  margin-right: 0;
}
.page_link_box .page_link_list li a {
  position: relative;
  display: block;
  font-size: 1em;
  color: #0d3870;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  padding-left: 1.2em;
}
.page_link_box .page_link_list li a:hover {
  color: #4bafe3;
}
.page_link_box .page_link_list li a:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #4bafe3;
}

.m_page_wrap .m_page_box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.center_ttl {
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  color: #0d3870;
}

.m_page_wrap .m_page_box .img_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.m_page_wrap .m_page_box .img_box .img {
  width: 35%;
  margin-right: 5%;
}
.m_page_wrap .m_page_box .img_box .txt {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .page_link_box {
    margin-bottom: 40px;
    padding: 15px 15px 5px;
  }
  .page_link_box .page_link_list {
    display: block;
  }
  .page_link_box .page_link_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  .page_link_box .page_link_list li a:before {
    top: 2px;
  }
  .m_page_wrap .m_page_box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .center_ttl {
    font-size: 2rem;
  }
  .m_page_wrap .m_page_box .base_txt_box {
    margin-bottom: 1em;
  }
  .m_page_wrap .m_page_box .img_box {
    display: block;
  }
  .m_page_wrap .m_page_box .img_box .img {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .m_page_wrap .m_page_box .img_box .txt {
    width: 100%;
  }
}
.m_page_box .center_ttl {
  position: relative;
  text-align: left;
  padding-left: 40px;
}
.m_page_box .center_ttl:before {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(../img/common/ico-ttl-circle.svg) no-repeat center/100%;
}

/*=============================================*/
/*Page Staff */
/*=============================================*/
.staff_page_link_list {
  margin-bottom: 70px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.staff_page_link_list li {
  width: 50%;
  max-width: 350px;
}
.staff_page_link_list li a {
  position: relative;
  display: block;
  background-color: #4bafe3;
  color: #fff;
  padding: 1em 2em 1em 1em;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.staff_page_link_list li a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.staff_page_link_list li a:hover {
  background-color: #0d3870;
}

.staff_list {
  margin-bottom: 80px;
}

.staff_list .name .position {
  margin-top: 1em;
  display: block;
  letter-spacing: 0.1em;
  color: #4bafe3;
}

.staff_list .btn_list li a {
  background-color: #0d3870;
}

/*=============================================*/
/*Page ACCESS */
/*=============================================*/
.guide_train_bas {
  padding-top: 100px;
}
.guide_train_bas .img {
  max-width: 650px;
  margin: auto;
}

/*=============================================*/
/*Page characteristic */
/*=============================================*/
.img_txt_box_characteristic .box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 120px;
}
.img_txt_box_characteristic .box .img {
  width: 50%;
  margin-right: 5%;
}
.img_txt_box_characteristic .box .txt {
  position: relative;
  margin-top: 100px;
  padding: 30px 30px;
  width: 45%;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.21);
  background-color: #fff;
  z-index: 1;
}
.img_txt_box_characteristic .box:nth-child(2n) .img {
  order: 2;
  margin-right: 0;
  margin-left: 5%;
}
.img_txt_box_characteristic .box:nth-child(2n) .txt {
  order: 1;
}

.img_txt_box_characteristic .txt {
  text-align: center;
}
.img_txt_box_characteristic .txt .num {
  display: inline-block;
  margin-bottom: 0.8em;
  font-size: 4rem;
  background: linear-gradient(135deg, rgb(76, 166, 213) 0%, rgb(31, 38, 125) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #4bafe3;
  color: #fff;
  text-align: center;
  line-height: 2em;
  width: 2em;
  height: 2em;
  border-radius: 100px;
}
.img_txt_box_characteristic .txt .num small {
  display: block;
  padding-top: 1em;
  font-size: 0.3em;
  color: inherit;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
}
.img_txt_box_characteristic .txt .num span {
  display: block;
  font-size: 1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  line-height: 1em;
}

.img_txt_box_characteristic .txt .center_ttl {
  margin-bottom: 2em;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.img_txt_box_characteristic .txt .base_txx {
  text-align: left;
  font-size: 1.8rem;
}
.img_txt_box_characteristic .txt .base_txx p {
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.img_txt_box_characteristic .img .en {
  position: relative;
  margin-top: 1em;
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}
.img_txt_box_characteristic .img .en:before {
  position: absolute;
  left: -25%;
  content: "";
  width: 150%;
  height: 1em;
  background: linear-gradient(135deg, rgb(76, 166, 213) 0%, rgb(31, 38, 125) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.img_txt_box_characteristic .img .en span {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 1em;
  color: #fff;
  z-index: 1;
}

.img_txt_box_characteristic .box:nth-child(2n) .img .en {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .img_txt_box_characteristic .box {
    display: block;
    margin-bottom: 80px;
  }
  .img_txt_box_characteristic .box .img {
    width: 90%;
    margin: auto;
  }
  .img_txt_box_characteristic .box .txt {
    margin-top: 30px;
    padding: 20px 10px;
    width: 100%;
  }
  .img_txt_box_characteristic .txt .num {
    margin-bottom: 0.5em;
    font-size: 4rem;
  }
  .img_txt_box_characteristic .txt .center_ttl {
    margin-bottom: 1.2em;
    font-size: 2rem;
  }
  .img_txt_box_characteristic .txt .base_txx {
    font-size: 1.5rem;
  }
  .img_txt_box_characteristic .img .en {
    position: relative;
    margin-top: 0.3em;
    font-size: 3.5rem;
  }
}
/**************************************************/
/* Adjuts 202605*/
/**************************************************/
.train_access {
  border: 1px solid #0d3870;
  font-size: 1.7rem;
  line-height: 1.6;
  padding: 1em;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .train_access {
    font-size: 1.5rem;
  }
}
.page_block:before {
  content: none;
}

.page_block .ttl_box {
  padding-top: 2.5em;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .page_block .ttl_box {
    font-size: 2.3rem;
  }
}
.page_block:after {
  content: none;
}

.page_block .center_border_customize_ttl {
  padding-top: 0;
}

.page_block .center_border_customize_ttl small {
  top: -0.3em;
}

.page_block .main_width .center_border_customize_ttl small {
  position: static;
  font-size: 0.6em;
  margin-top: 1em;
  opacity: 1;
}

.top_about_block {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #0d3870;
  border-radius: 0;
  padding-bottom: 100px;
}
.top_about_block:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20%;
  height: 100%;
  background-color: #fff;
}
.top_about_block .about_box {
  position: relative;
  top: 1;
}
.top_about_block .right {
  position: relative;
  padding-top: 100px;
}
.top_about_block .right .inner {
  position: relative;
  z-index: 1;
}
.top_about_block .right .num_list li,
.top_about_block .right .ttl,
.top_about_block .right .base_txt_box p,
.top_about_block .right .base_left_border_ttl {
  color: #fff;
}
.top_about_block .right .num_list li:before {
  background-color: #fff;
  color: #0d3870;
}

@media screen and (max-width: 767px) {
  .top_about_block {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .top_about_block:before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100px;
  }
  .top_about_block .about_box {
    position: relative;
  }
  .top_about_block .about_box .left {
    width: 90%;
    margin-left: 0;
  }
  .top_about_block .right {
    padding-top: 30px;
  }
}
.top_schedule_access_block {
  padding-top: 60px;
  padding-bottom: 0;
}
.top_schedule_access_block .white_box {
  background-color: #fff;
  width: 96%;
  margin: auto;
  padding: 80px 50px;
  border-radius: 50px 50px 0 0;
}

@media screen and (max-width: 767px) {
  .top_schedule_access_block {
    padding-top: 40px;
  }
  .top_schedule_access_block .white_box {
    background-color: #fff;
    width: 96%;
    margin: auto;
    padding: 50px 10px;
    border-radius: 40px 40px 0 0;
  }
  .top_schedule_access_block .schedule-table th, .top_schedule_access_block .schedule-table td {
    font-size: 1rem;
  }
}
.bg_navy .center_border_customize_ttl span {
  color: #fff;
}

.footer_bottom.bg_navy .main_width {
  max-width: 1200px;
  padding: 50px 50px;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
}
.footer_bottom.bg_navy .inner {
  margin-bottom: 0;
}
.footer_bottom.bg_navy .copyright {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .footer_bottom.bg_navy .main_width {
    max-width: 1200px;
    padding: 40px 10px;
    background-color: #fff;
    border-radius: 40px 40px 0 0;
  }
  .footer_bottom.bg_navy .left {
    width: 100%;
  }
  .footer_bottom.bg_navy .schedule-table th, .footer_bottom.bg_navy .schedule-table td {
    font-size: 1rem;
  }
}
/****************************************/
/*WP Customize*/
/****************************************/
@media screen and (max-width: 767px) {
  header .sp_nav li.nav_calendar .schedule-table th, header .sp_nav li.nav_calendar .schedule-table td {
    font-size: 1rem;
  }
}
/****************************************/
/*header Customize*/
/****************************************/
header .sp_nav li .ver_en_btn a,
.header_main .sab_nav .btn.ver_en_btn a {
  background-color: #0d3870;
  margin-left: 15px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

header .sp_nav li .ver_en_btn a {
  display: block;
  color: #fff;
  padding: 0.8em 2em;
  margin-left: 0;
}
header .sp_nav li .ver_en_btn a span {
  color: inherit;
}

/****************************************/
/* Customize Adjust*/
/****************************************/
.main_width.size1350 {
  max-width: 1350px;
}

ul.medical_list.ver_kss.ver_base_column_3 li {
  width: 33.3333333333%;
  margin-right: 0;
}
ul.medical_list.ver_kss.ver_base_column_3 li:nth-child(2n) {
  margin-right: 0;
}
ul.medical_list.ver_kss.ver_base_column_3 li .txt_zone {
  padding: 40px 30px 0;
}

@media screen and (max-width: 767px) {
  ul.medical_list.ver_kss.ver_base_column_3 li {
    width: 100%;
  }
  ul.medical_list.ver_kss.ver_base_column_3 li .txt_zone {
    padding: 20px 20px 0;
  }
}
.news_column_2 .left {
  width: 13em;
}
.news_column_2 .left .center_border_customize_ttl {
  text-align: left;
}
.news_column_2 .left .center_border_customize_ttl small {
  text-align: left;
}

.news_column_2 .right {
  width: calc(100% - 14em);
}

@media screen and (max-width: 767px) {
  .news_column_2 .left {
    width: 100%;
  }
  .news_column_2 .left .center_border_customize_ttl {
    text-align: center;
  }
  .news_column_2 .left .center_border_customize_ttl small {
    text-align: center;
  }
  .news_column_2 .right {
    width: 100%;
  }
}
.square_ttl.ver_border {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 2px solid #4bafe3;
  border-bottom: 2px solid #4bafe3;
}

.page_clinic_block.ver_clinic_page .clinic_img_list li {
  position: relative;
  width: 48%;
  margin-right: 4%;
}
.page_clinic_block.ver_clinic_page .clinic_img_list li:nth-child(3n) {
  margin-right: 4%;
}
.page_clinic_block.ver_clinic_page .clinic_img_list li:nth-child(2n) {
  margin-right: 0;
}
.page_clinic_block.ver_clinic_page .clinic_img_list li img {
  width: 100%;
  height: auto;
}
.page_clinic_block.ver_clinic_page .clinic_img_list li .name {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(76, 166, 213) 0%, rgb(31, 38, 125) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  padding: 0.5em 0.6em;
}
.page_clinic_block.ver_clinic_page .clinic_img_list li .name:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .page_clinic_block.ver_clinic_page .clinic_img_list {
    display: flex;
    flex-wrap: wrap;
  }
  .page_clinic_block.ver_clinic_page .clinic_img_list li {
    width: 49%;
    margin-right: 2%;
  }
  .page_clinic_block.ver_clinic_page .clinic_img_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .page_clinic_block.ver_clinic_page .clinic_img_list li:nth-child(2n) {
    margin-right: 0;
  }
  .page_clinic_block.ver_clinic_page .clinic_img_list li .img {
    width: 100%;
    margin-right: 0;
  }
  .page_clinic_block.ver_clinic_page .clinic_img_list li .name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(76, 166, 213) 0%, rgb(31, 38, 125) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    width: 100%;
    font-size: 1.3rem;
    padding: 0.5em 0.6em;
  }
  .page_clinic_block.ver_clinic_page .clinic_img_list li .name:after {
    content: none;
  }
}
.access_column_2_list {
  display: flex;
}
.access_column_2_list .guide_train_bas {
  width: 48%;
  margin-right: 4%;
}
.access_column_2_list .guide_train_bas:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .access_column_2_list {
    display: block;
  }
  .access_column_2_list .guide_train_bas {
    width: 100%;
    margin-right: 0;
  }
}
/*=============================================*/
/*TOP GALLERY */
/*=============================================*/
.top_movie_block .main_width {
  max-width: 800px;
  margin: auto;
}
.top_movie_block .mov_box video {
  width: 100%;
  margin-bottom: 20px;
}
.top_movie_block .txt {
  font-size: 2.3rem;
}
.top_movie_block .txt p {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .top_movie_block .mov_box video {
    margin-bottom: 15px;
  }
  .top_movie_block .txt {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=customize.css.map */


/*=============================================*/
/*ROUTE */
/*=============================================*/
.route_info_customize {
  padding-top: 80px;
  padding-bottom: 80px;
}
.route_info_customize .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.route_info_customize .flex .left {
  width: 48%;
  margin:0 auto;

}
.route_info_customize .flex .right {
  width: 48%;
  mmargin:0 auto;
}

@media screen and (max-width: 767px) {
  .route_info_customize {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .route_info_customize .flex {
    display: block;
  }
  .route_info_customize .flex .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .route_info_customize .flex .right {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}


/*ContactForm7カスタマイズ*/
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}