/*
* fontawesomeセット
* content:'\○○○';
* font: var(--fa-font-solid);
*/
/*=====================================
*
*header
*
=======================================*/
header{
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    transition: .3s;
    height: 100px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
}
.header_content{
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 20px;
    height: 100%;
    align-items: center;
}
.header_content .logo {
    height: 70px;
    display: block;
    text-align: left;
}
.header_content .logo a {
  height: 100%;
  text-align: left;
  display: block;
}
.header_content .logo a img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
header .header_content::before {
    content: "";
    width: 100vw;
    height: calc(100vh + 40px);
    position: absolute;
    top: 60px;
    left: 0;
    background: rgb(0 0 0 / 50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
header.active .header_content::before {
    opacity: 1;
    visibility: visible;
}
/* pc */
@media only screen and (min-width: 1025px) {
  .header_content .menu{
    width: 100%;
  }
  .header_content .menu .Gmenu{
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .header_content .menu ul li{
    position: relative;
  }
  .header_content .menu ul li a{
    font-size: 16px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    align-items: center;
    transition: .3s;
    justify-content: center;
    background: #fff;
    padding: 14px 20px 10px;
    font-weight: 500;
  }
  .header_content .menu ul li a:hover {
    opacity: .7;
  }
  .header__hamburger {
    display: none;
  }
  /*ドロップダウンメニュ*/
  li.menu-item-has-children{
    position: relative;
  }
  .Gmenu > li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    font-size: 12px;
    transition: .3s;
    margin-left: 5px;
  }
  li.menu-item-has-children.active a::after{
    transform: rotate(-180deg) ;
  }
  .Gmenu > li.menu-item-has-children:hover > a::after{
    transform: rotate(-180deg);
  }
  .header_content .menu .Gmenu > li > ul{
    position: absolute;
    background-color: #fff;
    width: 430px;
    display: flex;
    flex-direction: row;
    padding: 20px 20px 10px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
  }
  .header_content .menu .Gmenu > li:hover > ul{
    visibility: visible;
    opacity: 1;
  }
  .header_content .menu .Gmenu > li > ul.active{
    display: flex;
  }
  .header_content .menu ul li ul li{
    width: 100%;
  }
  .header_content .menu .Gmenu > li > ul > li > a {
    border-bottom: 1px solid #c73527;
    pointer-events: none;
    font-size: 16px;
    justify-content: flex-start;
    padding: 0;
    width: fit-content;
    padding-bottom: 10px;
  }
  .header_content .menu .Gmenu > li > ul > li > ul {
    margin-top: 10px;
  }
  .header_content .menu .Gmenu > li > ul > li > ul > li > a {
    padding: 0;
    margin: 0px 0 10px;
    justify-content: flex-start;
  }
}
/*ドロップダウンメニュend sp*/
@media only screen and (max-width: 1024px) {
header{
    height: 60px;
}
  body.active{
    height: 100%;
    overflow: hidden;
  }
  /*ドロップダウンメニュ*/
  li.menu-item-has-children > a::after{
    right: 20px;
    top: 20px;
    font-size: 16px;
    transition: .3s;
    position: absolute;
    pointer-events: none;
    display: none;
  }
  .header_content .menu ul li ul{
    position: relative;
    margin-top: 0;
  }
  .Gmenu > li.menu-item-has-children::before {
    position: absolute;
    top: 0;
    right: 0;
    background: #efefef;
    width: 60px;
    height: 64px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*ドロップダウンメニュend*/

  .sec09_content {
    padding: 0px !important;
  }
  .header_content .menu {
    position: fixed;
    right: 0px;
    top: 60px;
    width: 100%;
    background-color: rgb(0 163 175 / 95%);
    transition: ease .3s;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    max-width: 300px;
    left: initial;
    transform: translate(100%, 0%);
    background: #fff;
    height: 100%;
    padding: 20px 20px 20px;
    border-top: 1px solid #efefef;
  }
  .header_content h1{
    width: 230px;
  }
  .header__hamburger {
    width: 30px;
    height: 100%;
    display: block;
  }
  .header_content .menu ul{
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 20px;
  }
  .header_content .menu ul li{
    width: 100%;
    position: relative;
  }
  .header_content .menu ul li a{
    width: 100%;
    display: flex;
    padding: 5px 0px 5px;
    font-size: 14px;
    color: #00afcc;
    text-align: left;
    width: fit-content;
    font-weight: 500;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #00afcc;
    padding: 20px 30px;
  }
  .header_content .menu ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-image: url(../images/parts03.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
    display: block;
    -webkit-backface-visibility: hidden;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #58BEC6;
    position: relative;
    transition: ease .3s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .menu.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0%);
  }
  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .header_content {
    padding: 0 20px;
    height: 60px;
    align-items: center;
}
.header_content .menu .Gmenu > li > ul {
  width: 100%;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #cccccc;
  display: none;
  opacity: 0;
  height: 0;
  transition: .3s;
  padding: 0 20px;
  display: flex;
  transform: scaleY(0);
  transform-origin: center top;
}
.header_content .menu .Gmenu > li > ul.active {
  opacity: 1;
  height: 100%;
  padding: 20px 20px 10px;
  visibility: visible;
  transform: scaleY(1);
}
.header_content .menu .Gmenu > li > ul > li > ul > li > a {
  justify-content: flex-start;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.header_content .menu .Gmenu > li > ul > li {
  margin-bottom: 20px;
}
.header_content .logo {
    height: 36px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
.header_content .logo {
    height: 70px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
.header_content .menu ul li a {
  font-size: 14px;
}
}

/*=====================================
*
*mvarea
*
=======================================*/
.mv_area {
    padding: 0px 90px 0;
    margin-top: 120px;
    position: relative;
}
.mv_area .img_area {
    position: relative;
    max-width: 1725px;
    margin: 0 auto;
}
.mv_area .mv_inner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1420px;
    top: 50%;
    height: 100%;
    padding: 0 80px;
}
.mv_area .img_area .img_box01 {
    position: relative;
}
.mv_area .img_area .img_box01 .slick-list.draggable {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
}
.mv_area .mvtitles_box {
    position: absolute;
    top: 44px;
    z-index: 1;
}
/* .mv_area .mvtitles_box .catchen {
    font-size: 130px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    line-height: 1.15;
    background: linear-gradient(135deg, #58c8db 30%, #f3a9bb 52%, #bfbbd8 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
    margin-bottom: 44px;
} */
 .mv_area .mvtitles_box .catchen {
  font-size: 130px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  line-height: 1.15;
  background: linear-gradient(135deg, #58c8db, #f3a9bb, #bfbbd8);
  background-size: 300% 300%; /* 動かすために大きくする */
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  margin-bottom: 44px;
  animation: gradation 5s infinite linear;
}

@keyframes gradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.mv_area .mvtitles_box .sub_text {
    position: relative;
    font-family: "ZenMaruGothic";
    font-weight: 500;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, /* 右下方向に影 */
  -2px 2px 0 #fff,  2px -2px 0 #fff, /* 左下方向に影 */
  2px 0 0 #fff, -2px  0 0 #fff, /* 左上方向に影 */
  0 2px 0 #fff,  0 -2px 0 #fff;
    font-size: 20px;
    letter-spacing: .05em;
    margin-bottom: 14px;
}
.mv_area .mvtitles_box h1.title {
    position: relative;
    font-family: "ZenMaruGothic";
    font-weight: 500;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, /* 右下方向に影 */
  -2px 2px 0 #fff,  2px -2px 0 #fff, /* 左下方向に影 */
  2px 0 0 #fff, -2px  0 0 #fff, /* 左上方向に影 */
  0 2px 0 #fff,  0 -2px 0 #fff;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 40px;
}
.mv_area .mvtitles_box h1.title span.blue {
    color: #00afcc;
}
.mv_area .mvtitles_box .mv_btn {
    position: relative;
    padding: 20px 20px 0;
}
.mv_area .mvtitles_box .mv_btn a {
    position: relative;
    background: #00afcc;
    height: 90px;
    width: 300px;
    display: flex;
    border-radius: 100px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #00afcc;
    transition: .3s;
}
.mv_area .mvtitles_box .mv_btn a:hover {
    background: #fff;
    color: #00afcc;
}
.mv_area .mvtitles_box .mv_btn a .img_box {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 75px;
}
.mv_area .mvtitles_box .mv_btn a .img_box img{
  animation: pepperrotate 3s infinite linear;
  transform-origin: left bottom;
}

@keyframes pepperrotate {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(20deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}



.mv_area .img_area .img_box01 img {
    height: 700px;
    object-fit: cover;
    object-position: center;
}
.mv_area .img_area .img_box01 img.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}


.mv_area .mv_inner .Circle_list {
    display: flex;
    position: absolute;
    /* right: 0; */
    bottom: 40px;
    gap: 20px;
    width: 100%;
    justify-content: end;
    left: 50%;
    transform: translate(-50%, 0px);
    max-width: 1140px;
    padding: 0 40px;
}
.mv_area .mv_inner .Circle_list .Circle {
    background: rgb(0 175 204 / 50%);
    padding: 8px;
    border-radius: 50%;
    width: 17%;
    position: relative;
}
.mv_area .mv_inner .Circle_list .Circle:nth-of-type(2) {
    background: rgb(251 100 126 / 50%);
}
.mv_area .mv_inner .Circle_list .Circle:nth-of-type(3) {
    background: rgb(143 130 188 / 50%);
}
.mv_area .mv_inner .Circle_list .Circle .Circle_in {
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 100%;
}
.mv_area .mv_inner .Circle_list .Circle .Circle_in .img_box {
    width: 21px;
    margin: 0 auto;
    position: absolute;
    top: 22%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.mv_area .mv_inner .Circle_list .Circle .Circle_in p {
    text-align: center;
    font-family: "ZenMaruGothic";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.75;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: min(1.5vw , 20px);
}
.mv_area .img_area .arrow_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow,
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow {
  transition: .3s;
    position: absolute;
    top: 50%;
    background: #fff;
    width: 50px;
    height: 150px;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow:hover,
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow:hover {
  opacity: .7;
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow {
    left: -20px;
    transform: translate(-100%, -50%);
}
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow {
    right: -20px;
    transform: translate(100%, -50%);
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow::before,
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow::after,
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow::before,
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow::after{
    content: "";
    width: 30px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    position: absolute;
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow::before,
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow::after {
    top: calc(50% - 0px);
    left: 34%;
    transform-origin: calc(0% - 0px) 0%;
    transform: translate(-50%, 0px);
}
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow::before,.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow::after {
    top: calc(50% - 0px);
    right: 34%;
    transform-origin: calc(100% - 0px) 0%;
    transform: translate(-50%, 0px);
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow::before,
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow::before {
    transform: rotate(-60deg);
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow::after,
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow::after {
    transform: rotate(60deg);
}

.mv_area .slide_dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    transform: translate(-50% , 0);
    left: 50%;
    gap: 5px;
}
.mv_area .slide_dots li {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  /* border: 1px solid #ccc; */
  transition: background-color .5s ease;
}
.mv_area .slide_dots li.slick-active {
  background-color: #00afcc;
}
.mv_area .slide_dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}



.scroll_down{
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 0 20px;
}
.scroll_down:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 100px;
    background: #000;
    right: 20px;
}
.scroll_down:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 9px;
    width: 23px;
    height: 23px;
    background-image: url(../images/parts03.png);
    animation: circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
    background-repeat: no-repeat;
    background-size: contain;
}
@keyframes circlemove{
  0%{bottom:100px;}
  100%{bottom:0px;}
}
@keyframes cirlemovehide{
  0%{opacity:0}
  10%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}
.fade_slide02 .slick-slide {
  margin-right: 40px;
}

.fade_slide02 img {
  width: 100%;
  height: auto;
  display: block;
}
.fade_slide02 .img_box {
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}

.fade_slide02 img {
  width: 100%;
  height: auto;
  display: block;
}
/*=====================================
*
*front
*
=======================================*/
.MedicalPoint_sec {
    position: relative;
    background: #f0f8ff;
}
.MedicalPoint_sec .MedicalPoint_row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding-top: 20px;
    row-gap: 60px;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box {
    width: calc((100% - 80px) / 3);
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 50px 20px 30px;
    border: 1px solid #000;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box .img_box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    height: fit-content;
    width: fit-content;
    width: 40px;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box .img_box p.num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto";
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box h3 {
    font-family: "ZenMaruGothic";
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 18px;
    position: relative;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box:nth-of-type(1) h3 {
    font-size: 22px;
    font-weight: 700;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box h3 span.blue {
    color: #00afcc;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box p {
    font-size: 16px;
    color: #333;
}
.Curriculum_sec {
    position: relative;
    background: #fff4f8;
}

.backpath.pink {
    background: #feedf3;
}

.Curriculum_sec .Curriculum_row {
    display: flex;
    gap: 50px;
    align-items: center;
}

.Curriculum_sec .Curriculum_row .img_col {
    width: 31.8%;
    overflow: hidden;
    border-radius: 10px;
    height: 450px;
    background: pink;
}

.Curriculum_sec .Curriculum_row .img_col img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.Curriculum_sec .Curriculum_row .text_col {
    position: relative;
    width: calc(68.2% - 50px);
}

.Curriculum_sec .Curriculum_row .text_col ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.Curriculum_sec .Curriculum_row .text_col ul li {
    display: flex;
    padding: 20px 20px;
    align-items: center;
}

.Curriculum_sec .Curriculum_row .text_col ul li:not(:last-of-type) {
    border-bottom: 1px solid #000;
}

.Curriculum_sec .Curriculum_row .text_col ul li .curcle {
    border: 1px solid #000;
    border-radius: 50%;
    width: 50px;
    position: relative;
    height: 50px;
    padding: 10px;
    background: #fff;
    margin-right: 30px;
    min-width: 50px;
}

.Curriculum_sec .Curriculum_row .text_col ul li .curcle .curcle_in {
    background: #fb657f;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #000;
}
.Curriculum_sec .Curriculum_row .text_col ul li .curcle .curcle_in .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.Curriculum_sec .Curriculum_row .text_col ul li > p {
    font-size: 20px;
    font-weight: 500;
    font-family: "ZenMaruGothic";
    letter-spacing: .05em;
    line-height: 1.7;
}
.Curriculum_sec .Curriculum_row .text_col ul li > p span.pink {
    color: #fb657f;
}
.Curriculum_sec .Curriculum_row .text_col ul li .img_box02 {
    width: 50px;
    margin-left: auto;
    opacity: 50%;
}
.Admission_sec {
    position: relative;
}
.Admission_sec .Admission_row {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 40px;
}
.Admission_sec .Admission_row .Admission_col {
    position: relative;
}
.Admission_sec .Admission_row .Admission_col a {
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: .3s;
}
.Admission_sec .Admission_row .Admission_col a:hover {
    opacity: .7;
}
.Admission_sec .Admission_row .Admission_col a .flex {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 14px 0;
}
.Admission_sec .Admission_row .Admission_col a .flex p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #333;
    font-family: "ZenMaruGothic";
}
.Admission_sec .Admission_row .Admission_col a .flex  .btn {
    background: #00afcc;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.Admission_sec .Admission_row .Admission_col a .flex .btn::after {
    content: "\f054";
    font-weight: bold;
    font-family: "Font Awesome 7 Free";
    color: #fff;
    font-size: 10px;
}
.Admission_sec .Admission_row .Admission_col a .img_box {
    position: relative;
    overflow: hidden;
}
.Admission_sec .Admission_row .Admission_col a .img_box img {
    transition: .3s;
}
.Admission_sec .Admission_row .Admission_col a:hover .img_box img {
    transform: scale(1.1);
}
.Environment_sec {
    position: relative;
    background: #f4f2f8;
}
.backpath.purple {
    background: #f1ecf9;
}
.Environment_sec .Environment_row {
    position: relative;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    row-gap: 90px;
    padding-top: 50px;
    justify-content: center;
}
.Environment_sec .Environment_row .Environment_col {
    width: calc((100% - 80px) / 3);
    background: #fff;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 70px 20px 30px;
    text-align: center;
    position: relative;
}
.Environment_sec .Environment_row .Environment_col .curcle {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}
.Environment_sec .Environment_row .Environment_col .curcle .curcle_in {
    background: #8f82bc;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #000;
}
.Environment_sec .Environment_row .Environment_col h3 {
    font-family: "ZenMaruGothic";
    font-weight: 500;
    font-size: 20px;
    color: #8f82bc;
    letter-spacing: .05em;
    margin-bottom: 6px;
}
.Environment_sec .Environment_row .Environment_col .curcle .curcle_in .icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Environment_sec .Environment_row .Environment_col .curcle .curcle_in .icon svg {
    width: 20px;
    fill: #fff;
}
.cta_sec {
    position: relative;
    background-image: linear-gradient(90deg, rgb(251 101 127 / 10%), rgb(0 175 204 / 10%) 40%, rgb(143 130 188 / 10%));
}

.cta_sec h2 {
    font-family: "ZenMaruGothic";
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-bottom: 40px;
}
.cta_sec .cta_row {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.cta_sec .cta_row .btn {
    position: relative;
}
.cta_sec .cta_row .btn a {
    background: #ccc;
    border-radius: 100px;
    width: 300px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    color: #fff;
}
.cta_sec .cta_row .btn a span {
    font-family: "ZenMaruGothic";
    font-size: 20px;
    font-weight: 500;
}
.cta_sec .cta_row .btn.campus a {
    background: #fb657f;
    border: 1px solid #fb657f;
}
.cta_sec .cta_row .btn.campus a:hover {
    background: #fff;
    color: #fb657f;
}

.cta_sec .cta_row .btn.request a {
    background: #00afcc;
    border: 1px solid #00afcc;
}
.cta_sec .cta_row .btn.request a:hover {
    background: #fff;
    color: #00afcc;
}

.cta_sec .cta_row .btn.line a {
    background: #06c755;
    border: 1px solid #06c755;
}
.cta_sec .cta_row .btn.line a:hover {
    background: #fff;
    color: #06c755;
}

.cta_sec .cta_row .btn a .icon {
    height: 30px;
    margin-right: 10px;
    width: fit-content;
}
.cta_sec .cta_row .btn a .icon img {
    height: 100%;
    transition: .3s;
    object-fit: contain;
    display: block;
}
.cta_sec .cta_row .btn.campus a .icon img {
filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7500%) hue-rotate(273deg) brightness(109%) contrast(104%);
}
.cta_sec .cta_row .btn.campus a:hover .icon img {
filter: brightness(0) saturate(100%) invert(82%) sepia(51%) saturate(7340%) hue-rotate(312deg) brightness(101%) contrast(97%);
}

.cta_sec .cta_row .btn.request a .icon img {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(204deg) brightness(103%) contrast(103%);
}
.cta_sec .cta_row .btn.request a:hover .icon img {
filter: brightness(0) saturate(100%) invert(51%) sepia(68%) saturate(1473%) hue-rotate(149deg) brightness(91%) contrast(101%);
}

.cta_sec .cta_row .btn.line a .icon img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1723%) hue-rotate(40deg) brightness(112%) contrast(87%);
}
.cta_sec .cta_row .btn.line a:hover .icon img {
filter: brightness(0) saturate(100%) invert(71%) sepia(82%) saturate(4430%) hue-rotate(105deg) brightness(99%) contrast(95%);
}
.support_sec {
    position: relative;
    background: #f0f8ff;
}

.support_sec .title_bar {
    background: #00afcc;
    width: fit-content;
    padding: 18px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .05em;
    font-family: "ZenMaruGothic";
    margin-bottom: 20px;
}

.support_sec .flex_content {
    position: relative;
    gap: 40px;
    display: flex;
}

.support_sec .flex_content .img_box {
    width: 400px;
    min-width: 400px;
    overflow: hidden;
    border-radius: 10px;
    height: fit-content;
}

.support_sec .flex_content .text_col {
    position: relative;
}

.support_sec .flex_content .text_col h2 {
    position: relative;
    z-index: 1;
    font-family: "ZenMaruGothic";
    font-weight: 500;
    color: #333;
    letter-spacing: .05em;
    font-size: 40px;
    line-height: 1.5;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
    margin-bottom: 14px;
    margin-bottom: 36px;
    margin-top: 20px;
}
.support_sec .backBigtext {
    line-height: 1.1;
}
.school_sec {
    position: relative;
}
.school_sec .school_row {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.school_sec .school_row table {
    border-spacing: 10px;
    border-collapse: separate;
    width: calc(100% + 20px);
    transform: translate(-10px, 0px);
}
.school_sec .school_row table tr th {
    background: #fb657f;
    color: #fff;
    text-align: center;
    width: 26%;
    font-weight: bold;
}
.school_sec .school_row table tr td {
    background: #f5f5f5;
}
.school_sec .school_row table tr th,.school_sec .school_row table tr td {
    padding: 21.5px 30px;
    border-radius: 10px;
}

.normalform {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 50px 20px;
    background: #fff;
}
.normalform p.p-country-name {
    display: none;
}
.normalform .cp_iptxt {
  border-bottom: 1px dotted #cccccc;
  padding: 30px 0;
}
.normalform .cp_iptxt input:focus, .normalform .cp_iptxt textarea:focus {
  outline: #666666 1px solid;
}
.normalform .cp_iptxt textarea {
  width: 100%;
  border: 1px solid #efefef;
  font-size: 16px;
  resize: vertical;
  padding: 10px;
  border-radius: 3px;
}
.normalform .sub {
  text-align: center;
  margin-top: 50px;
}
.normalform .sub input{
    background: #00afcc;
    color: #fff;
    border: 1px solid #00afcc;
    padding: 18px 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    transition: .3s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 50px;
    transform: rotate(0.06deg);
    font-weight: 500;
    font-family: "ZenMaruGothic";
    width: 300px;
    height: 70px;
}
.normalform .sub input:hover{
  background: #fff;
    color: #00afcc;
}
.normalform .cp_iptxt .text {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  color: #333;
	font-weight: 500;
}
.normalform .cp_iptxt .text span.required {
    background: #fb657f;
    padding: 2px 10px 3px;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    display: block;
    width: fit-content;
    font-weight: 400;
    border-radius: 5px;
}
.normalform .cp_iptxt .place input[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
  border: 1px solid #efefef;
  border-radius: 3px;
}
.normalform .cp_iptxt .place select {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 3px;
}
.normalform .cp_iptxt .place input[type="email"] {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  border: 1px solid #efefef;
  border-radius: 3px;
}
.cp_iptxt02{
  margin-top: 30px;
}
.cp_iptxt02 span.mwform-checkbox-field-text {
  cursor: pointer;
}
.cp_iptxt02 input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #cccccc;
  vertical-align: -1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}
.cp_iptxt02 input[type="checkbox"]:checked::before{
  position: absolute;
  top: -1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: '';
}
.normalform .cp_iptxt .place input[type="radio"] {
  cursor: pointer;
}
.normalform .cp_iptxt .place span.mwform-radio-field-text {
  cursor: pointer;
}
.request_sec {
    position: relative;
    background: #f5f5f5;
}
.request_sec .backBigtext {
    line-height: 1.1;
}
.toplinebar a {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 70px;
    border: 1px solid #06c755;
    background: #06c755;
    z-index: 10;
    border-radius: 100px 0px 0px 100px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-family: "ZenMaruGothic";
    letter-spacing: .05em;
    font-weight: 500;
    font-size: 20px;
    transition: .3s;
}
.toplinebar a:hover{
  background: #fff;
  color: #06c755;
}
.toplinebar a:hover .icon img{
  transition: .3s;
filter: brightness(0) saturate(100%) invert(71%) sepia(82%) saturate(4430%) hue-rotate(105deg) brightness(99%) contrast(95%);
}
.toplinebar a .icon {
    width: 30px;
}

.pagetop a {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0px, 100px);
    transition: .3s;
    opacity: 0;
    z-index: 1;
    background: linear-gradient(135deg, #58c8db, #f3a9bb, #bfbbd8);
}
.pagetop.active a {
  opacity: .7;
  transform: translate(0, 0px);
}
.pagetop a:hover {
  opacity: .5;
}
.pagetop a span {
  display: none;
}
.pagetop a::after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 600;
    transition: .3s;
}


.mvarea_page {
    height: 300px;
    margin-top: 100px;
    position: relative;
    background-image: linear-gradient(90deg, rgb(251 101 127 / 10%), rgb(0 175 204 / 10%) 40%, rgb(143 130 188 / 10%));
}
.mvarea_page .backmvimg01 {
  width: initial;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mvarea_page .backmvimg02 {
  width: initial;
  top: 0;
  right: 0;
  position: absolute;
}
.mvarea_page .mv_text {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mvarea_page .mv_text h1.h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: "M PLUS 1p", sans-serif;
    width: fit-content;
    line-height: 1;
    letter-spacing: .05em;
    transform: rotate(.03deg);
    color: #333;
    position: relative;
    font-family: "ZenMaruGothic";
    font-weight: 500;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, /* 右下方向に影 */
  -2px 2px 0 #fff,  2px -2px 0 #fff, /* 左下方向に影 */
  2px 0 0 #fff, -2px  0 0 #fff, /* 左上方向に影 */
  0 2px 0 #fff,  0 -2px 0 #fff;
}

.pancu{
  padding-top: 10px;
}
.pancu .breadcrumb {
  display: flex;
}
.pancu .breadcrumb ul {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}
.pancu .breadcrumb ul li:not(:last-of-type)::after {
  font-family: "Font Awesome 5 Free";
  content: "\/";
  font-weight: 400;
  color: #999999;
  font-size: 12px;
  margin: 0 5px;
}
.pancu .breadcrumb ul li a {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.05em;
  transition: .3s;
}
.pancu .breadcrumb ul li:last-of-type a {
  color: #333;
}
.pancu .breadcrumb ul li a:hover{
  opacity: .7;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box h3 span.content_big {
    display: block;
    position: relative;
    color: #fb657f;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -20px);
    white-space: nowrap;
    line-height: 1;
}

.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box h3 span.content_big::before {
    content: "\\";
}

.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box h3 span.content_big::after {
    content: "/";
    margin-left: 0.5em;
}
.Curriculum_sec .Curriculum_row .text_col ul li > p span.pink.big {
    font-size: 23px;
    font-weight: bold;
}
/*=====================================
*共通
=======================================*/
.title_box {
    position: relative;
    padding-top: 40px;
}
.title_box .img_box {
    position: absolute;
    z-index: 0;
    width: 80px;
    left: 50%;
    transform: translate(-50%, -40px);
}
.title_box .img_box img{
  animation: poyopoyo 2s ease-out infinite;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.90);
  }
}

.title_box h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "ZenMaruGothic";
    font-weight: 500;
    color: #333;
    letter-spacing: .05em;
    font-size: 40px;
    line-height: 1.5;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
    margin-bottom: 14px;
}
.title_box p {
    position: relative;
    z-index: 1;
    text-align: center;
    letter-spacing: .05em;
}
.backpath {
    top: 0;
    content: "";
    position: absolute;
    z-index: 0;
    height: 350px;
    width: 100%;
    clip-path: polygon(0% 0% , 0% 0%, 100% 0%, 0% 100%);
    background: #eeeeee;
}
.backpath.blue {
    background: #e4f1fc;
}
.backBigtext {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 100px;
    line-height: 0.8;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}
.backpath.fadeswhich {
    width: 0;
    transition: .3s;
}
.backpath.fadeswhich.fadeIn {
    width: 100%;
}
/*=====================================
*footer
=======================================*/
/*=====================================
*
*footer
*
=======================================*/
footer {
    position: relative;
    background-image: linear-gradient(90deg, rgb(251 101 127 / 10%), rgb(0 175 204 / 10%) 40%, rgb(143 130 188 / 10%));
    padding-bottom: 20px;
    padding-top: 50px;
  }
footer .flex_content {
  display: flex;
  justify-content: space-between;
}
footer .flex_content .left_col {
    width: 30%;
}
footer .flex_content .left_col .subtext {
    margin-top: 44px;
}
footer .flex_content .right_col {
    width: 63%;
}
footer .right_col ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 30px;
    margin-top: 24px;
}
footer .right_col ul a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
}
footer .right_col ul a:hover {
  opacity: .7;
}
.copyright {
    text-align: center;
    margin: 50px 0 0;
    font-size: 10px;
}

/*=====================================
*section2
=======================================*/

/*=====================================
*section3
=======================================*/

/*=====================================
*section4
=======================================*/

/*=====================================
*section5
=======================================*/

/*=====================================
*section6
=======================================*/

/*=====================================
*section7
=======================================*/

/*=====================================
*section8
=======================================*/

/*=====================================
*section9
=======================================*/

/*=====================================
*section10
=======================================*/


/*=====================================
*
*single
*
=======================================*/

/*=====================================
*
*page
*
=======================================*/

/*=====================================
*
*archive
*
=======================================*/

/*=====================================
*
*breadcrumb
*
=======================================*/

/*=====================================
*
*toc
*
=======================================*/

/*=====================================
*
*footer
*
=======================================*/

/*=====================================
*
*sidenav
*
=======================================*/


/*=====================================
*
*page single arcive 他ページ
*
=======================================*/
.mw_wp_form.mw_wp_form_complete {
    position: relative;
}
.mw_wp_form.mw_wp_form_complete a {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00afcc;
    color: #fff;
    border: 1px solid #00afcc;
    padding: 18px 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    transition: .3s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 50px;
    transform: rotate(0.06deg);
    font-weight: 500;
    font-family: "ZenMaruGothic";
    width: 250px;
    height: 70px;
    margin-top: 30px;
}
.mw_wp_form.mw_wp_form_complete a:hover {
    color: #00afcc;
    background: #fff;
}
.normalform .cp_iptxt .place .flex {
    display: flex;
    gap: 20px;
}
div#re404 h1.h1 {
    font-size: 40px;
    font-weight: bold;
    border-bottom: 2px solid #efefef;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
    font-family: "Zen Kaku Gothic New";
}
div#re404 h1.h1::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 150px;
    background: var(--main);
    height: 2px;
}
.Environment_sec .Environment_row .Environment_col p span.purple {
    color: #8f82bc;
    font-weight: 500;
}
.cta_sec .cta_row02_back {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.cta_sec .cta_row02_back .btn.mailad {
    position: relative;
}

.cta_sec .cta_row02_back .btn.mailad a {
    background: #666;
    border: 1px solid #666;
    border-radius: 100px;
    width: 300px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    color: #fff;
}
.cta_sec .cta_row02_back .btn.mailad a:hover {
    background: #fff;
    color: #666;
}
.cta_sec .cta_row02_back .btn.mailad a .icon {
    /* height: 30px; */
    margin-right: 10px;
    width: fit-content;
    font-size: 28px;
}
.cta_sec .cta_row02_back .btn.mailad a span.flexs {
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: column;
}
.cta_sec .cta_row02_back .btn.mailad a span.flexs span.in_tests {
    font-family: "ZenMaruGothic";
    font-size: 20px;
    font-weight: 500;
    position: relative;
    line-height: 1;
}
.cta_sec .cta_row02_back .btn.mailad a span.flexs span.in_mail {
    font-size: 12px;
}
.school_maps_row {
    max-width: 800px;
    margin: 0 auto;
}
/* ---------------------------他ページlast ---------------------------*/

/*=====================================
*
*pc&tablet&spのnone処理
*
=======================================*/
/*=====================================
*pcのみ
=======================================*/
@media screen and (min-width: 1025px){
  .pcnone{
    display: none;
  }
}
/*=====================================
*tablet用
=======================================*/
@media screen and (max-width: 1024px) and (min-width: 415px){
  .tabnone{
    display: none;
  }
}
/*=====================================
*sp用
=======================================*/
@media screen and (max-width:414px){
  .spnone{
    display: none;
  }
}

/*==========================================================================
*
*pcパソコン
*
============================================================================*/
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .mv_area {
    padding: 0px 20px 0;
}
.mv_area .img_area {
    max-width: 1450px;
    position: initial;
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow {
    left: 10px;
    transform: translate(0%, -50%);
}
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow {
    right: 10px;
    transform: translate(0%, -50%);
}
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
.mv_area .img_area .img_box01 img {
    object-position: 70%;
}
.mv_area .title_box {
    top: 0px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 768px){
  .wp-block-columns.is-style-default.is-layout-flex.wp-block-columns-is-layout-flex{
    flex-wrap: nowrap!important;
  }
}
/*==========================================================================
*
*tbタブレット
*
============================================================================*/
@media only screen and (max-width: 1300px) {
  .w126 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
.pagetop a {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 70px;
}
.pagetop a::after {
    font-size: 12px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.cta_sec .cta_row {
    gap: 20px;
}
.cta_sec .cta_row .btn {
    width: 100%;
}
.cta_sec .cta_row .btn a {
    max-width: 300px;
    width: 100%;
    height: 80px;
}
.cta_sec .cta_row .btn a span {
    font-size: 16px;
}
.cta_sec h2 {
    font-size: 30px;
}
.title_box h2 {
    font-size: 30px;
}
.mv_area .mv_inner {
    padding: 0 60px;
}
.mv_area {
    padding: 0 20px 0;
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow {
    left: -20px;
    transform: translate(0%, -50%);
}
.mv_area .img_area .arrow_box .slide-arrow.prev-arrow.slick-arrow, .mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow {
    width: 40px;
}
.mv_area .img_area .arrow_box .slide-arrow.next-arrow.slick-arrow {
    right: -20px;
    transform: translate(0%, -50%);
}
.mv_area .img_area .img_box01 img {
    height: 500px;
}
.mv_area .mvtitles_box .catchen {
    font-size: 80px;
    margin-bottom: 24px;
}
.mv_area .mvtitles_box .sub_text {
    font-size: 16px;
}
.mv_area .mvtitles_box h1.title {
    font-size: 40px;
    margin-bottom: 20px;
}
.mv_area .mvtitles_box {
    top: 44px;
}
.mv_area .mvtitles_box .mv_btn a {
    font-size: 16px;
    width: 250px;
    height: 70px;
}
.mv_area .mv_inner .Circle_list {
    gap: 10px;
}
.mv_area .mv_inner .Circle_list .Circle .Circle_in p {
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.5;
}
.mv_area .img_area .img_box01 img:nth-of-type(1) {
    object-position: 70%;
}
.mv_area{
  margin-top: 80px !important;
}
.MedicalPoint_sec .MedicalPoint_row {
  gap: 20px;
  row-gap: 40px;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box {
    width: calc((100% - 40px) / 3);
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box h3 {
    font-size: 17px;
}
.Curriculum_sec .Curriculum_row {
    gap: 30px;
}
.Curriculum_sec .Curriculum_row .text_col {
    width: calc(68.2% - 30px);
}
.Environment_sec .Environment_row {
    gap: 20px;
    row-gap: 70px;
}
.Environment_sec .Environment_row .Environment_col {
    width: calc((100% - 40px) / 3);
}
.Environment_sec .Environment_row .Environment_col h3 {
    font-size: 17px;
    letter-spacing: 0;
}
.Environment_sec .Environment_row .Environment_col p {
    font-size: 14px;
}
.support_sec .flex_content {
    gap: 30px;
}
.support_sec .flex_content .img_box {
    width: 250px;
    min-width: 250px;
}
.support_sec .flex_content .text_col h2 {
    font-size: 28px;
}
.support_sec .flex_content .text_col p {
    font-size: 15px;
}
.toplinebar a {
    width: 250px;
    height: 60px;
}
}
/* ---------------------------タブレットonlylast ---------------------------*/
/*==========================================================================
*
*sp
*
============================================================================*/
@media only screen and (max-width: 767px) {
  .mv_area .mvtitles_box .catchen {
    font-size: 42px;
    margin-bottom: 20px;
}
.cta_sec .cta_row {
    flex-direction: column;
}
.support_sec .flex_content {
    flex-direction: column;
    gap: 20px;
}
.support_sec .flex_content .img_box {
    min-width: initial;
    width: 100%;
    max-width: 500px;
}
.mv_area {
    padding: 0 0px;
}
.mv_area .img_area .img_box01 img {
    height: 440px;
    object-position: 80%;
}
.mv_area .img_area .img_box01 img:nth-of-type(2) {
    object-position: 63%;
}
.mv_area .img_area .img_box01 .slick-list.draggable {
    border-radius: 0px;
}
.mv_area .mv_inner {
    padding: 0 20px;
}
.mv_area .mvtitles_box {
    top: 20px;
}
.mv_area .mvtitles_box h1.title {
    font-size: 26px;
    margin-bottom: 20px;
}
.mv_area .mvtitles_box .sub_text {
    font-size: 14px;
    margin-bottom: 10px;
}
.mv_area .mvtitles_box .mv_btn a {
    width: 200px;
    font-size: 14px;
    height: 60px;
}
.mv_area .mvtitles_box .mv_btn a .img_box {
    width: 50px;
}
.mv_area .img_area .arrow_box {
    display: none;
}
.mv_area .mv_inner .Circle_list {
    bottom: 20px;
    justify-content: center;
    padding: 0 20px;
    gap: 10px;
}
.mv_area .mv_inner .Circle_list .Circle {
    width: 100px;
}
.mv_area .mv_inner .Circle_list .Circle .Circle_in p {
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.5;
}
.fade_slide02 .slick-slide {
    margin-right: 20px;
}
.title_box h2 {
    font-size: 20px;
}
.title_box p {
    font-size: 14px;
    text-align: start;
}
.title_box .img_box {
    width: 40px;
    transform: translate(-50%, -20px);
}
.title_box {
    padding-top: 20px;
}
.MedicalPoint_sec .MedicalPoint_row {
    flex-direction: column;
    row-gap: 40px;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box {
    width: 100%;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box h3 {
    font-size: 16px;
}
.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box p {
    font-size: 14px;
}
.backBigtext {
    font-size: 50px;
}
.Curriculum_sec .Curriculum_row {
    flex-direction: column;
    gap: 10px;
}
.Curriculum_sec .Curriculum_row .img_col {
    width: 100%;
    max-width: 500px;
}
.Curriculum_sec .Curriculum_row .text_col {
    width: 100%;
}
.Curriculum_sec .Curriculum_row .text_col ul li > p {
    font-size: 16px;
}
.Curriculum_sec .Curriculum_row .text_col ul li .curcle {
    width: 40px;
    height: 40px;
    padding: 5px;
    min-width: 40px;
    margin-right: 10px;
}
.Curriculum_sec .Curriculum_row .text_col ul li {
    padding: 20px 0;
}
.Admission_sec .Admission_row {grid-template-columns: 1fr;gap: 30px;}
.Admission_sec .Admission_row .Admission_col a .flex p {
    font-size: 16px;
}
.Environment_sec .Environment_row {
    flex-direction: column;
    padding-top: 30px;
    row-gap: 60px;
}
.Environment_sec .Environment_row .Environment_col {
    width: 100%;
    padding: 50px 20px 30px;
}
.Environment_sec .Environment_row .Environment_col .curcle {
    width: 60px;
    height: 60px;
    padding: 10px;
}
.Environment_sec .Environment_row .Environment_col h3 {
    font-size: 16px;
}
.Environment_sec .Environment_row .Environment_col p {
    font-size: 14px;
}
.cta_sec h2 {
    font-size: 19px;
    margin-bottom: 30px;
}
.cta_sec .cta_row .btn a {
    height: 70px;
}
.cta_sec .cta_row .btn a span {
    font-size: 14px;
}
.cta_sec .cta_row .btn {
    display: flex;
    justify-content: center;
}
.cta_sec .cta_row {
    gap: 20px;
}
.support_sec .title_bar {
    font-size: 16px;
    padding: 18px 20px;
    text-align: center;
    width: 100%;
}
.support_sec .flex_content .text_col h2 {
    font-size: 19px;
    margin-left: 0;
    margin-bottom: 30px;
}
.support_sec .flex_content .text_col p {
    font-size: 14px;
}
.school_sec .school_row table tr th, .school_sec .school_row table tr td {
    font-size: 14px;
    padding: 15px 14px;
}
.school_sec .school_row table tr th {
    vertical-align: middle;
}
.normalform .sub input {
    font-size: 14px;
    width: 250px;
    height: 60px;
}
footer .flex_content {
    flex-direction: column;
}
footer .flex_content .left_col {
    width: 100%;
    max-width: 400px;
}
footer .flex_content .right_col {
    width: 100%;
}
footer .right_col ul {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
footer .right_col ul a {
    font-size: 14px;
}
footer .flex_content .left_col .subtext {
    margin-top: 30px;
    font-size: 14px;
}
.Admission_sec .Admission_row .Admission_col {
    max-width: 500px;
    margin: 0 auto;
}
  .mv_area{
    margin-top: 60px !important;
  }
  .toplinebar a {
    width: 200px;
    height: 50px;
    font-size: 14px;
}
.pagetop a {
    bottom: 60px;
}
.mw_wp_form.mw_wp_form_complete p:not(:first-of-type) {
    text-align: left !important;
}
div#re404 h1.h1 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
div#re404 p {
  font-size: 14px;
}
	.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box:nth-of-type(1) h3 {
    font-size: 18px;
}
	.MedicalPoint_sec .MedicalPoint_row .MedicalPoint_box h3 span.content_big {
    font-size: 14px;
}
	.Curriculum_sec .Curriculum_row .text_col ul li > p span.pink.big {
    font-size: 18px;
}
	.cta_sec .cta_row02_back a {}

.cta_sec .cta_row02_back .btn.mailad a {
    height: 70px;
}

.cta_sec .cta_row02_back .btn.mailad a span.flexs span.in_tests {
    font-size: 16px;
}

.cta_sec .cta_row02_back .btn.mailad a span.flexs span.in_mail {
    font-size: 11px;
}
	.school_maps_row iframe {
    height: 300px;
}
/* ---------------------------携帯last ---------------------------*/
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
.mv_area .mvtitles_box .catchen {
    font-size: 60px;
}
.mv_area .mvtitles_box h1.title {
    font-size: 40px;
}
.mv_area .mv_inner .Circle_list {
    justify-content: end;
}
}