@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);

@keyframes pulse {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: none;
  }
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.flex_baseline {
  align-items: baseline;
}

.clear:after,
.clear:before {
  content: "";
  clear: both;
  display: block;
}
.deco {
  font-size: 105%;
  font-weight: bold;
  color: #00468c;
  border-bottom: 1px dashed #00468c;
}
/*---------------------------------------
   * Header
  ---------------------------------------*/
header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 10px;
  box-sizing: border-box;
}
header .inner {
  display: flex;
  justify-content: space-between;
}
header .pc_view ul {
  display: flex !important;
  margin-right: 2rem;
}
header ul li:first-child {
  margin-right: 20px;
}
header ul li a {
  background: url(../img/icon_arrow.png) no-repeat 0 center / 10%;
  padding: 0.2rem 0 0.2rem 1vw;
  font-size: calc(0.8vw + 0.2rem);
}
header h1 {
  margin-right: auto;
  width: 200px;
}
header h1 img {
  width: 100%;
}
header a img {
  width: 100%;
}
header .hd_tel {
  width: 20%;
}

/*---------------------------------------
   * Main
  ---------------------------------------*/
.main {
  /*width: 1200px;*/
  margin: 65px auto 0;
  text-align: center;
}
.main p {
  font-size: 1.4rem;
  line-height: 1.4;
}

h2 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.6;
}
h2 span {
  font-size: 1.4rem;
  display: block;
  padding: 2rem 0 4rem;
  color: #00468c;
}
h2 span::after {
  content: "";
  background: #00468c;
  display: block;
  width: 100px;
  height: 5px;
  margin: 10px auto;
}
h2 b {
  color: #00468c;
  font-size: 3.4rem;
  text-decoration: underline;
  text-decoration-thickness: 0.7rem;
  text-decoration-color: #fff276;
  text-underline-offset: -0.2rem;
  text-decoration-skip-ink: none;
  display: inline-block;
  line-height: 0.5;
}
.main .voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px;
  align-items: stretch;
}
.main .voice h2,
.main .voice h4 {
  width: 100%;
}
.main .voice h4 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
.main .voice h4 span {
  font-size: 1.4rem;
  display: block;
  padding: 2rem 0 0;
  color: #00468c;
}
.main .voice div {
  background: url("../img/img_parent01.png") no-repeat 0 0;
  background-size: 100px;
  width: 49%;
  padding: 0 20px 10px 130px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 3rem;
  min-height: 100px;
}
.main .voice div:nth-child(3) {
  background: url("../img/img_parent02.png") no-repeat 0 0;
  background-size: 100px;
}
.main .voice div:nth-child(4) {
  background: url("../img/img_parent03.png") no-repeat 0 0;
  background-size: 100px;
}
.main .voice div:nth-child(5) {
  background: url("../img/img_parent04.png") no-repeat 0 0;
  background-size: 100px;
}
.main .voice div:nth-child(6) {
  background: url("../img/img_parent05.png") no-repeat 0 0;
  background-size: 100px;
}
.main .voice div h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.main .voice div p {
  line-height: 1.6;
}

/*---------------------------------------
   * message
  ---------------------------------------*/
.message {
  position: relative;
}
.message h2 {
  position: absolute;
  top: -3.5rem;
  left: 0;
  right: 0;
  width: 100%;
}
.message h2 img {
  width: 40%;
}
.message h3 {
  margin: 11rem auto 8rem;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  background: url(../img/icon_senior.png) no-repeat 0 0 / 13%;
  display: inline-block;
  padding-left: 3.5rem;
}
.message h3::after {
  position: absolute;
  content: "";
  border-top: 5px solid #00468c;
  width: 10rem;
  left: 0;
  right: 0;
  top: 5rem;
  margin: auto;
}
.message .message_bg {
  background: #ebf5ff;
  padding: 2rem 0;
}
.message .message_slider .slick-slide {
  position: relative;
}
.message .message_slider .slick-slide h4 {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
.message .message_slider .slick-slide h4.large {
  font-size: 1.7rem;
}
.message .message_slider .slick-slide h4 span {
  display: block;
  font-size: 1.6rem;
  position: relative;
}
.message .message_slider .slick-slide h4 span::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background: #00468c;
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
}
.message .message_slider .slick-slide p {
  padding: 20px;
  font-size: calc(1vw + 0.2rem);
  font-weight: bold;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 40px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  min-height: 5vw;
  display: flex;
  align-items: center;
}
.message .message_slider .slick-slide p::after {
  content: "▼";
  color: #fff;
  position: absolute;
  bottom: -1vw;
  margin: auto;
  left: 0;
  right: 0;
}
.message .message_slider .slick-slide img {
  margin-top: -4rem;
}
.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  z-index: 99;
}
.slick-prev {
  left: 30px !important;
}
.slick-next {
  right: 30px !important;
}
.slick-prev:before,
.slick-next:before {
  color: #00468c !important;
  font-size: 4rem !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.slick-prev:before {
  content: "\f053" !important;
}
.slick-next:before {
  content: "\f054" !important;
}
/*---------------------------------------
   * cnt01
  ---------------------------------------*/
.cnt01 {
  background: url("../img/bg_cnt01.png") no-repeat center 50% /70%;
  margin: 60px auto;
}
.cnt01 h2 {
  font-size: 3rem;
}
.cnt01 ul {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 4rem auto;
}
.cnt01 ul li img {
  width: 80%;
  margin-bottom: 1rem;
}
.cnt01 ul li p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  font-size: calc(1.4vw + 0.2rem);
}
.cnt01 div {
  display: flex;
  width: 80%;
  margin: 10rem auto;
  align-items: center;
  justify-content: center;
}
.cnt01 div img {
  width: 18%;
  margin-right: 3rem;
}
.cnt01 div p {
  font-weight: bold;
  font-size: 3rem;
  text-decoration: underline;
  text-decoration-thickness: 0.7rem;
  text-decoration-color: #fff276;
  text-underline-offset: -0.2rem;
  text-decoration-skip-ink: none;
  text-align: left;
}
/*---------------------------------------
   * cnt02
  ---------------------------------------*/
.cnt02 {
  margin-bottom: 60px;
}
.cnt02 .catch {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 6rem;
}
.cnt02 .catch b {
  font-size: 3.4rem;
  color: #00468c;
  text-decoration: underline;
  text-decoration-thickness: 0.7rem;
  text-decoration-color: #fff276;
  text-underline-offset: -0.2rem;
  text-decoration-skip-ink: none;
  line-height: 0.5;
}
.cnt02 .catch img {
  width: 9%;
  vertical-align: bottom;
  padding: 1rem;
}
.cnt02 table {
  width: 75%;
  border: 3px solid #cdd6ed;
  border-radius: 10px;
  border-collapse: separate;
  margin: 1rem auto 0;
}
.cnt02 table th,
.cnt02 table td {
  padding: 1.5rem 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.cnt02 table thead th {
  background: #cdd6ed;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 2rem 0;
  width: 15%;
}
.cnt02 table thead th:first-child {
  width: 30%;
}
.cnt02 table thead th:last-child {
  border: none;
}
.cnt02 table tbody tr:nth-child(even) th,
.cnt02 table tbody tr:nth-child(even) td {
  background: #e9eeff;
}
.cnt02 table tbody th,
.cnt02 table tbody td {
  border-right: 2px solid #cdd6ed;
}
.cnt02 table tbody td {
  text-align: center;
}
.cnt02 table tbody td:last-child {
  border: none;
}
.cnt02 table tbody td img {
  width: 25%;
}
.cnt02 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem auto 3rem;
  width: 75%;
}
.cnt02 ul li {
  font-size: 1.2rem;
  line-height: 1.6;
}
.cnt02 ul li img {
  width: 20px;
  display: inline-block;
  padding: 0 5px 0 15px;
}
.cnt02 .curriculum ul {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem;
}
.cnt02 .curriculum ul li {
  width: 49%;
  border-radius: 10px;
  background: #f7f6f0;
  padding: 30px 20px 30px 40px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 2rem;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.cnt02 .curriculum ul li h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  line-height: 1.2;
}
.cnt02 .curriculum ul li h3::before {
  content: "";
  background: url(../img/icon_ribbon01.png) no-repeat 0 0;
  background-size: 30px;
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  left: -40px;
}
.cnt02 .curriculum ul li p {
  line-height: 1.4;
  font-size: 1.6rem;
  line-height: 1.8;
}
/*---------------------------------------
   * cnt03
  ---------------------------------------*/
.cnt03 {
  background: #ebf5ff;
  padding: 8rem 0 2rem;
}
.cnt03 h2 {
  position: relative;
  width: 700px;
  margin: 0 auto;
}
.cnt03 > h2 {
  font-size: 2.6rem;
}
.cnt03 h2::before {
  content: "";
  background: url(../img/bg_cnt03_01.png) no-repeat 0 0 /100%;
  display: block;
  width: 40px;
  height: 60%;
  position: absolute;
  bottom: 0;
}
.cnt03 h2::after {
  content: "";
  background: url(../img/bg_cnt03_02.png) no-repeat 0 0 /100%;
  display: block;
  width: 40px;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cnt03 ul {
  width: 560px;
  margin: 3rem auto;
}
.cnt03 ul li {
  border-radius: 10px;
  border: 3px solid #00468c;
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.cnt03 ul li {
  display: flex;
}
.cnt03 ul li h3 {
  background: #00468c;
  width: 30%;
}
.cnt03 ul li h3 img {
  width: 80%;
  padding-top: 0.5rem;
}
.cnt03 ul li:first-child h3 img,
.cnt03 ul li:last-child h3 img {
  padding-top: 1.5rem;
}
.cnt03 ul li p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  padding: 1rem;
}
.cnt03 ul li:nth-child(2) p {
  padding-top: 1.5rem;
}
.cnt03 .bg_w {
  background: #fff;
  border-radius: 15px;
  width: clamp(750px, 55%, 1080px);
  max-width: 1080px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  margin: 6rem auto;
  position: relative;
  padding: 3rem;
  box-sizing: border-box;
}
.cnt03 .bg_w h3 {
  width: 45%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -1.5rem;
  max-width: 380px;
}
.cnt03 .bg_w div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4rem;
  gap: 1vw;
}
.cnt03 .bg_w p {
  background: url(../img/icon_check.png) no-repeat 0 0/10%;
  /* font-size: 1.6rem; */
  font-size: clamp(1.6rem, 1.1vw, 1.8rem);
  font-weight: bold;
  /* width: 38%; */
  width: max-content;
  text-align: left;
  padding: 0 0 1vw 3vw;
}
.cnt03 .voice {
  background: none;
  width: 80%;
  margin: 0 auto;
}
.cnt03 .voice h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
/*---------------------------------------
   * cnt04
  ---------------------------------------*/
.cnt04 {
  background: #f5f5f5;
  padding: 7rem 0;
  margin-bottom: 7rem;
}

/*---------------------------------------
   * cnt05
  ---------------------------------------*/
.cnt05 h2 b {
  font-size: 3.8rem;
}
.cnt05 h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.cnt05 h2 + p {
  font-size: 1.6rem;
}
.cnt05 > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85%;
  margin: 5rem auto;
  align-items: stretch;
}

.cnt05 > ul > li {
  width: 24%;
  box-sizing: border-box;
  position: relative;
  padding: 7px 5px 14px;
  border-radius: 50px;
  border: 2px solid #00468c;
  background: rgb(0, 70, 140);
  background: linear-gradient(0deg, rgba(0, 70, 140, 1) 0%, rgba(0, 134, 203, 1) 100%);
  box-shadow: 0 3px 6px rgba(0, 70, 140, 0.3);
  transition: 0.2s ease-out;
  line-height: 1.4;
}
.cnt05 > ul > li > a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: bold;
  justify-content: center;
  font-size: 1.8rem;
  position: relative;
}
.cnt05 > ul > li::after {
  content: "▼";
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 1px;
  margin: auto;
  left: 50%;
  transform: scale(0.9) translateX(-50%);
  transform-origin: center;
}
.cnt05 > ul > li:hover a {
  opacity: 1;
}
.cnt05 > ul > li:hover {
  transform: translateY(3px);
  box-shadow: 0 1px 2px rgba(0, 70, 140, 0.5);
}
.cnt05 .cnt05_1,
.cnt05 .cnt05_2,
.cnt05 .cnt05_3,
.cnt05 .cnt05_4 {
  border-radius: 10px;
  border: 4px solid #00468c;
  width: 85%;
  margin: 5rem auto;
  box-sizing: border-box;
  padding: 5rem 10rem;
}

.cnt05 div h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 5rem;
}
.cnt05 div h3 span {
  font-size: 1.4rem;
  display: block;
  padding: 2rem 0 4rem;
  color: #7f819e;
}
.cnt05 div h3 span::after {
  content: "";
  background: #fff276;
  display: block;
  width: 100px;
  height: 3px;
  margin: 10px auto;
}
.cnt05 div h3 b {
  color: #00468c;
  font-size: 3.8rem;
  text-decoration: underline;
  text-decoration-thickness: 0.7rem;
  text-decoration-color: #fff276;
  text-underline-offset: -0.2rem;
  text-decoration-skip-ink: none;
  display: inline-block;
  line-height: 0.5;
}
.cnt05 div h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.cnt05 div h4::after {
  content: "";
  background: #00468c;
  display: block;
  width: 100px;
  height: 5px;
  margin: 10px auto;
}
.cnt05 div p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5rem;
  line-height: 1.6;
}
.cnt05 div div.first {
  border-radius: 10px;
  background: #ebf5ff;
  padding: 3rem;
  margin: 5rem 0;
}
.cnt05 div div.first h5 {
  background: #00468c;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 3rem;
  padding: 1.5rem;
  width: 55%;
  margin: -5rem auto 0;
  line-height: 1.4;
}
.cnt05 div div.first p {
  font-weight: normal;
  line-height: 1.6;
}
.cnt05 div div.first img {
  display: block;
  margin: 3rem auto;
  width: 80%;
}
.cnt05 div .voice {
  padding-bottom: 0;
}
.cnt05 div .voice h4 {
  margin-bottom: 4rem;
}
.cnt05 div .voice div {
  padding-bottom: 0 !important;
  margin-bottom: 1rem;
}
.cnt05 div .voice div p {
  font-size: 1.4rem;
  font-weight: normal;
}
.cnt05 .cnt05_1 {
  margin: 3rem auto 5rem;
}
.cnt05 .cnt05_1 div.first {
  position: relative;
  padding-bottom: 4rem;
}
.cnt05 .cnt05_1 div.first p {
  position: absolute;
  bottom: min(3.5vw, 45px);
  left: 58%;
  text-align: left;
  /* font-size: calc(0.8vw + 0.5rem); */
  font-size: clamp(1.1rem, 1.4vw, 1.8rem);
}
.cnt05 .cnt05_2 h3 + ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}
.cnt05 .cnt05_2 h3 + ul li {
  border-radius: 150px;
  height: 150px;
  width: 150px;
  background: #00468c;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  font-size: calc(1vw + 0.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cnt05 .cnt05_2 h3 + ul li:nth-child(even) {
  background: none;
  color: #00468c;
  width: 50px;
  font-size: calc(6vw + 0.5rem);
}
.cnt05 .cnt05_2 .bg_b {
  background: #ebf5ff;
  border-radius: 10px;
  padding: 5rem 7rem;
  margin: 5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cnt05 .cnt05_2 .bg_b img {
  width: 47%;
  height: 100%;
}
.cnt05 .cnt05_2 .bg_b div {
  padding-left: 2rem;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.cnt05 .cnt05_2 .bg_b div + img {
  width: 40%;
}
.cnt05 .cnt05_2 .bg_b div:nth-child(3) {
  margin-top: 10rem;
}
.cnt05 .cnt05_2 .bg_b h4 {
  text-align: left;
  line-height: 1.6;
  position: relative;
  margin-bottom: 2rem;
}
.cnt05 .cnt05_2 .bg_b h4::before {
  content: "";
  background: url(../img/icon_ribbon02.png) no-repeat 0 0;
  background-size: 25px;
  width: 25px;
  height: 47px;
  display: block;
  position: absolute;
  left: -40px;
  top: 7px;
}
.cnt05 .cnt05_2 .bg_b h4::after {
  display: none;
}
.cnt05 .cnt05_2 .bg_b p {
  text-align: left;
  line-height: 1.6;
}
.cnt05 .cnt05_2 .bg_b p b {
  font-size: 2rem;
  color: #00468c;
}
.cnt05 .cnt05_3 .bg_b {
  background: #ebf5ff;
  border-radius: 10px;
  padding: 5rem 2rem;
  margin: 7rem auto 5rem;
}
.cnt05 .cnt05_3 .bg_b h4 {
  background: #00468c;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 3rem;
  padding: 1rem 0 0;
  width: 55%;
  margin: -7rem auto 0;
  line-height: 1.4;
}
.cnt05 .cnt05_3 .teacher_slider .slick-slide {
  border: 3px solid #00468c;
  padding: 3rem;
  box-sizing: border-box;
  margin: 3rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  display: flex;
  min-height: 330px;
  max-height: 330px;
}
.cnt05 .cnt05_3 .teacher_slider .slick-slide img {
  width: 40%;
  margin-right: 2rem;
  height: 100%;
}
.cnt05 .cnt05_3 .teacher_slider .slick-slide div {
  text-align: left;
  width: 60%;
}
.cnt05 .cnt05_3 .teacher_slider .slick-slide div h5 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.cnt05 .cnt05_3 .teacher_slider .slick-slide div p {
  font-weight: normal;
  margin-bottom: 0;
}
.cnt05 .cnt05_4 .bg_b {
  background: #ebf5ff;
  border-radius: 10px;
  padding: 5rem 5rem;
  margin: 7rem auto 5rem;
}
.cnt05 .cnt05_4 ul {
  display: flex;
  margin: 4rem auto;
  justify-content: space-between;
}
.cnt05 .cnt05_4 .bg_b h4 {
  background: #00468c;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 3rem;
  padding: 1rem 0 0;
  width: 55%;
  margin: -7rem auto 0;
  line-height: 1.4;
}
.cnt05 .cnt05_4 .bg_b img {
  width: 90%;
  margin-bottom: 1rem;
}
.cnt05 .cnt05_4 .bg_b > div {
  display: flex;
}
.cnt05 .cnt05_4 .bg_b div img {
  width: 49%;
  margin-right: 7rem;
  height: 100%;
}
.cnt05 .cnt05_4 .bg_b h5 {
  text-align: left;
  line-height: 1.6;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.cnt05 .cnt05_4 .bg_b h5::before {
  content: "";
  background: url(../img/icon_ribbon02.png) no-repeat 0 0;
  background-size: 25px;
  width: 25px;
  height: 47px;
  display: block;
  position: absolute;
  left: -40px;
}
.cnt05 .cnt05_4 .bg_b h5::after {
  display: none;
}
.cnt05 .cnt05_4 .bg_b div p {
  text-align: left;
  font-weight: normal;
}
/*---------------------------------------
   * cnt06
  ---------------------------------------*/
.cnt06 {
  background: #ebf5ff;
  padding-top: 10rem;
  margin-top: 15rem;
  padding-bottom: 5rem;
  position: relative;
}
.cnt06::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/icon_plus.png) no-repeat center 0/100px;
  width: 100%;
  height: 20%;
  top: -3rem;
}
.cnt06 h2 {
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 8rem;
}
.cnt06 h2 b {
  font-size: 3.6rem;
}
.cnt06 .detail {
  display: flex;
  width: 80%;
  margin: 0 auto 4rem;
}
.cnt06 .detail img {
  width: 49%;
  margin-right: 7rem;
  height: 100%;
}
.cnt06 .detail h3 {
  text-align: left;
  line-height: 1.6;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.cnt06 .detail h3::before {
  content: "";
  background: url(../img/icon_ribbon02.png) no-repeat 0 0;
  background-size: 25px;
  width: 25px;
  height: 47px;
  display: block;
  position: absolute;
  left: -40px;
}
.cnt06 .detail p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.cnt06 .detail div {
  width: 50%;
}
.cnt06 .bg_w {
  background: #fff;
  border-radius: 15px;
  width: 80%;
  border: 3px solid #00468c;
  margin: 6rem auto;
  padding: 3rem;
  box-sizing: border-box;
}
.cnt06 .bg_w h4 {
  background: #00468c;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 3rem;
  padding: 0.8rem 0;
  width: 85%;
  margin: -6rem auto 6rem;
  line-height: 1.4;
}
.cnt06 .event p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 8rem;
}
.cnt06 .event h5 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.cnt06 .event h5::after {
  content: "";
  background: #00468c;
  display: block;
  width: 100px;
  height: 5px;
  margin: 10px auto;
}
.cnt06 .event img {
  margin-bottom: 12rem;
  margin-right: -9rem;
  width: 95%;
}
.cnt06 .event img.guidance {
  width: 70%;
  margin-top: 3rem;
  margin-right: 0;
}
.cnt06 .event .message {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 50px;
  align-items: stretch;
}
.cnt06 .event .message div {
  background: url("../img/img_cnt06_04.png") no-repeat 0 0;
  background-size: 110px;
  width: 49%;
  padding: 0 20px 0 130px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 5rem;
  height: 11rem;
}
.cnt06 .event .message div:nth-child(3),
.cnt06 .event .message div:nth-child(4) {
  background: url("../img/img_cnt06_05.png") no-repeat 0 0;
  background-size: 110px;
}
.cnt06 .event .message h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cnt06 .event .message p {
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 0;
}
.cnt06 .flow {
  width: 70%;
  margin: 10rem auto 0;
}
.cnt06 .flow h2 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
.cnt06 .flow ul {
  display: flex;
}
.cnt06 .flow ul li {
  padding: 0 1rem;
}
.cnt06 .flow ul li:nth-child(even) {
  padding-top: 11rem;
}
.cnt06 .flow ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 2rem;
  font-size: calc(1vw + 0.5rem);
}
.cnt06 .flow ul li p.end {
  margin-top: 1rem;
}
.cnt06 .flow ul li p img {
  width: 20%;
  height: 100%;
  margin-right: 1rem;
}
/*---------------------------------------
   * Footer
  ---------------------------------------*/
footer {
  background: #00468c;
}
footer .credit {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.8;
  padding: 10px 0 3.5vw;
  color: #fff;
}

@media screen and (min-width: 1550px) {
  .cnt05 .cnt05_2 h3 + ul li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1390px) {
  .cnt05 .cnt05_1,
  .cnt05 .cnt05_2,
  .cnt05 .cnt05_3,
  .cnt05 .cnt05_4 {
    padding: 5rem;
  }
  .cnt05 .cnt05_2 .bg_b img {
    width: 40%;
  }
  .cnt05 .cnt05_2 .bg_b div {
    width: 50%;
  }
  /* .cnt03 .bg_w p {
    width: 40%;
  } */
}
@media screen and (max-width: 1120px) {
  .main .voice div {
    background-position: center top !important;
    padding: 120px 0 20px;
    width: 48%;
  }
  .cnt05 div .voice div {
    background-position: center top !important;
    padding: 120px 0 20px;
    width: 48%;
  }
  .cnt05 .cnt05_2 .bg_b img {
    width: 100%;
    order: 2;
  }
  .cnt05 .cnt05_2 .bg_b div {
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }
  .cnt05 .cnt05_2 .bg_b div:nth-child(3) {
    order: 3;
  }
  .cnt05 .cnt05_2 .bg_b div + img {
    width: 100%;
    order: 4;
  }
  .cnt05 .cnt05_3 .teacher_slider .slick-slide {
    flex-wrap: wrap;
    min-height: 47vw;
    max-height: unset;
  }
  .cnt05 .cnt05_3 .teacher_slider .slick-slide img {
    width: 60%;
    margin: 0 auto 2rem;
  }
  .cnt05 .cnt05_3 .teacher_slider .slick-slide div h5 {
    font-size: 1.6rem;
  }
  .cnt05 .cnt05_3 .teacher_slider .slick-slide div p {
    font-size: 1.4rem;
  }
  .cnt05 .cnt05_3 .teacher_slider .slick-slide div {
    width: 100%;
  }
  .cnt03 .bg_w p {
    width: auto;
    background-size: 25px;
  }
  .cnt03 .bg_w h3 {
    width: 60%;
  }
  .cnt06 .flow ul li:nth-child(even) {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1000px) {
  .cnt05 div h3 b {
    line-height: 2;
  }
  .cnt06 .event .message div {
    background-position: center top !important;
    padding: 120px 0 50px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 94.66vw;
    margin: 0 auto;
  }

  /*---------------------------------------
   * Header
  ---------------------------------------*/
  header {
    padding: 0.5rem 0;
  }
  header .inner {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  header .logo {
    width: 145px;
  }
  header .hd_tel {
    width: 80%;
    display: block;
    margin: 1rem auto;
    background: none;
    border: none;
    padding: 0;
  }
  nav {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
  }
  nav ul {
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: -1;
    background: #f5f5f5;
  }
  nav ul li {
    margin: 0 !important;
  }
  nav ul li a {
    font-size: 1.4rem;
    display: block;
    padding: 2rem 1.5rem 2rem 3rem;
    background-size: 18px;
    background-position: 1rem center;
    border-bottom: 1px solid #ccc;
  }
  #mainNavTrigger {
    width: 48px;
    height: 50px;
    background: center / cover url(../img/menuOpen.png), #00468c;
    transition: all 1.5s ease;
    position: absolute;
    top: 0;
    right: 0;
  }
  #mainNavTrigger.active {
    background: center / cover url(../img/menuClose.png), #00468c;
  }
  /*---------------------------------------
   * main
  ---------------------------------------*/
  .main {
    margin-top: 50px;
  }

  .message .message_slider .slick-slide p {
    font-size: 1.2rem;
    padding: 10px;
    min-height: 19vw;
  }
  .message .message_slider .slick-slide img {
    margin-top: -2rem;
  }
  .message .message_slider .slick-slide p::after {
    bottom: -3vw;
  }
  .message h2 img {
    width: 80%;
  }
  .message h2 {
    top: -2.8rem;
  }
  .message h3 {
    margin: 11vw auto 5rem;
    font-size: 2.4rem;
  }
  .message h3::after {
    top: 4rem;
  }
  h2 {
    font-size: 2.4rem !important;
    line-height: 1.4 !important;
  }
  h2 b {
    font-size: 2.8rem !important;
    line-height: 1.4;
  }
  h2 span {
    padding: 1rem 0 4rem;
  }
  .main .voice {
    padding: 3rem 1rem 0;
    width: 90%;
  }
  .main .voice div {
    width: 95%;
    margin: auto;
    background-size: 100px !important;
  }
  .main .voice div:last-child {
    padding-bottom: 0;
  }
  .main .voice h4 {
    font-size: 2.4rem;
  }
  .main .voice div p {
    font-size: 14px;
  }
  .slick-prev {
    left: 2% !important;
  }
  .slick-next {
    right: 2% !important;
  }
  /*---------------------------------------
   * cnt01
  ---------------------------------------*/
  .cnt01 {
    width: 95%;
    margin: 5rem auto 8rem;
    background: url(../img/bg_cnt01_sp.png) no-repeat center 45% / 80%;
  }
  .cnt01 div {
    margin: 5rem auto;
    flex-wrap: wrap;
  }
  .cnt01 div img {
    width: 50%;
    margin: 0 0 1rem;
  }
  .cnt01 div p {
    font-size: 2.4rem;
  }
  .cnt01 ul {
    flex-wrap: wrap;
    width: 90%;
    margin: 2rem auto;
  }
  .cnt01 ul li {
    width: 50%;
    margin-bottom: 1rem;
  }
  .cnt01 ul li img {
    width: 95%;
    margin-bottom: 0.5rem;
  }
  .cnt01 ul li p {
    font-size: 1.4rem;
  }
  .cnt02 .catch {
    margin-bottom: 4rem;
    font-size: 2.6rem;
  }
  .cnt02 .catch b {
    font-size: 3rem;
  }
  .cnt02 .catch img {
    width: 30%;
  }
  /*---------------------------------------
   * cnt02
  ---------------------------------------*/
  .cnt02 {
    width: 95%;
    margin: 5rem auto 0;
  }
  .cnt02 table {
    width: 100%;
  }
  .cnt02 table th,
  .cnt02 table td {
    padding: 0.4rem !important;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .cnt02 table tbody td img {
    width: 60%;
  }
  .cnt02 ul {
    margin-left: 5px;
  }
  .cnt02 ul li {
    margin-bottom: 0.5rem;
  }
  .cnt02 ul li img {
    padding-left: 0;
  }
  .cnt02 .curriculum ul {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .cnt02 .curriculum ul li {
    width: 100%;
  }
  .cnt02 .curriculum ul li p {
    font-size: 14px;
  }
  /*---------------------------------------
   * cnt03
  ---------------------------------------*/
  .cnt03 {
    width: 100%;
    margin: 2rem auto 0;
    padding-top: 4rem;
  }

  .cnt03 h2 {
    width: 80%;
    line-height: 1.6 !important;
  }
  .cnt03 h2 b {
    line-height: 1.2;
    display: inline;
  }
  .cnt03 h2::before {
    bottom: -3rem;
    left: -3rem;
  }
  .cnt03 h2::after {
    bottom: -3rem;
    right: -3rem;
  }
  .cnt03 ul {
    width: 90%;
  }
  .cnt03 ul li {
    flex-wrap: wrap;
  }
  .cnt03 ul li h3 {
    width: 100%;
  }
  .cnt03 ul li h3 img {
    width: 30%;
    padding: 0 !important;
  }
  .cnt03 ul li p {
    font-size: 2rem;
  }
  .cnt03 .bg_w {
    width: 90%;
    padding: 0.5rem 0.5rem 1.5rem;
  }
  .cnt03 .bg_w div {
    margin-top: 4rem;
  }
  .cnt03 .bg_w h3 {
    width: 290px;
  }
  .cnt03 .bg_w p {
    padding-left: 3rem;
    font-size: 1.5rem;
    width: max-content;
  }

  /*---------------------------------------
   * cnt04
  ---------------------------------------*/
  .cnt04 {
    padding: 4rem 0 2rem;
    margin-bottom: 0;
    background: #fff;
  }

  /*---------------------------------------
   * cnt05
  ---------------------------------------*/
  .cnt05 {
    width: 90%;
    margin: 4rem auto 0;
  }
  .cnt05 h2 + p {
    font-size: 14px;
  }
  .cnt05 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cnt05 > ul > li {
    width: calc(50% - 5px);
  }
  .cnt05 > ul > li > a {
    font-size: 1.4rem;
    height: 5.6rem;
  }
  .cnt05 > ul > li::after {
    bottom: 1px;
  }
  .cnt05 .cnt05_1,
  .cnt05 .cnt05_2,
  .cnt05 .cnt05_3,
  .cnt05 .cnt05_4 {
    padding: 5rem 2rem 2rem;
    width: 100%;
  }
  .cnt05 .cnt05_3 .teacher_slider .slick-slide {
    padding: 2rem 1rem;
    margin: 3rem 0.5rem;
    min-height: 133vw;
    align-content: flex-start;
  }
  .cnt05 .cnt05_3 .teacher_slider .slick-slide div {
    width: 90%;
    margin: 0 auto;
  }
  .cnt05 .cnt05_3 .teacher_slider .slick-slide img {
    width: 90%;
    margin-bottom: 1rem;
  }
  .cnt05 .cnt05_1 {
    margin-top: 0;
  }
  .cnt05 div h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .cnt05 div h3 b {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .cnt05 div p {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .cnt05 .cnt05_2 .bg_b h4::before {
    left: 0;
  }
  .cnt05 div h4 {
    font-size: 2.2rem;
    padding-left: 35px;
    margin-bottom: 1rem;
  }
  .cnt05 .cnt05_1 h4 {
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .cnt05 .cnt05_1 div.first {
    padding-top: 1rem;
    margin-top: 3rem;
  }
  .cnt05 div div.first p {
    margin-bottom: 0;
    text-align: left;
  }
  .cnt05 div div.first h5 {
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 1rem;
  }
  .cnt05 div div.first img {
    width: 100%;
  }
  .cnt05 div .voice {
    margin: 0 auto;
  }
  .cnt05 div .voice div {
    width: 95%;
    margin: auto;
    background-size: 100px !important;
  }
  .cnt05 div .voice div p {
    margin-bottom: 2rem;
    font-size: 14px;
  }
  .cnt05 .cnt05_1 h4 + p,
  .cnt05 .cnt05_3 h3 + p,
  .cnt05 .cnt05_4 h3 + p {
    text-align: left;
  }
  .cnt05 div div.first {
    margin-bottom: 0;
  }
  .cnt05 .cnt05_1 div.first p {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 1.4rem;
  }
  .cnt05 .cnt05_2 h3 + ul {
    width: 100%;
  }
  .cnt05 .cnt05_2 h3 + ul li {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .cnt05 .cnt05_2 h3 + ul li:nth-child(even) {
    width: 100%;
    font-size: 4rem;
    height: 2rem;
  }
  .cnt05 .cnt05_2 .bg_b {
    /* padding: 2rem 2rem 2rem 4rem; */
    padding: 2.5rem;
    margin-bottom: 0;
  }
  .cnt05 .cnt05_2 .bg_b div {
    margin-top: 1rem;
    padding-left: 0;
  }
  .cnt05 .cnt05_2 .bg_b h4 {
    font-size: 2rem;
  }
  .cnt05 .cnt05_2 .bg_b div:nth-child(3) {
    margin-top: 3rem;
  }
  .cnt05 .cnt05_2 .bg_b p b {
    font-size: 18px;
  }
  .cnt05 .cnt05_3 .bg_b {
    padding: 5rem 0 2rem;
    margin-bottom: 0;
  }
  .cnt05 .cnt05_3 .slick-prev {
    left: -5% !important;
  }
  .cnt05 .cnt05_3 .slick-next {
    right: -5% !important;
  }
  .cnt05 .cnt05_3 .teacher_slider .slick-slide div p {
    font-size: 14px;
  }
  .cnt05 .cnt05_4 .bg_b {
    padding: 5rem 1rem;
    margin-bottom: 0;
  }
  .cnt05 .cnt05_4 .bg_b h4 {
    width: 100%;
  }
  .cnt05 .cnt05_4 .bg_b img {
    width: 80%;
  }
  .cnt05 .cnt05_4 .bg_b > div {
    flex-wrap: wrap;
  }
  .cnt05 .cnt05_4 .bg_b div img {
    width: 100%;
  }
  .cnt05 .cnt05_4 ul {
    margin-bottom: 0;
    justify-content: center;
  }
  .cnt05 .cnt05_4 .bg_b > div div {
    margin: 1rem 0 0 4rem;
  }
  .cnt05 .cnt05_4 .bg_b h5 {
    margin-bottom: 1rem;
  }
  .cnt05 .cnt05_4 .bg_b div p {
    margin-bottom: 0;
  }
  /*---------------------------------------
   * cnt06
  ---------------------------------------*/
  .cnt06 {
    margin-top: 8rem;
    padding: 10rem 1rem 0;
  }
  .cnt06::after {
    background-size: 80px;
  }
  .cnt06 h2 {
    margin-bottom: 4rem;
  }
  .cnt06 .detail {
    flex-wrap: wrap;
    width: 90%;
    margin-bottom: 0;
  }
  .cnt06 .detail img {
    width: 100% !important;
  }
  .cnt06 .detail div {
    margin: 1rem 0 0 4rem;
    width: 100%;
  }
  .cnt06 .detail h3 {
    margin-bottom: 1rem;
  }
  .cnt06 .bg_w {
    width: 95%;
    padding: 3rem 1rem;
  }
  .cnt06 .bg_w h4 {
    width: 100%;
    font-size: 1.8rem;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 3rem;
  }
  .cnt06 .event p {
    margin: 0 1rem 6rem;
    text-align: left;
  }
  .cnt06 .event h5 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .cnt06 .event img {
    width: 90%;
    margin: 1rem 0 5rem 2rem;
  }
  .cnt06 .event img.guidance {
    width: 95%;
    margin: 1rem 0 5rem;
  }
  .cnt06 .event .message {
    padding: 3rem 1rem 0;
  }
  .cnt06 .event .message div {
    height: auto;
    margin-bottom: 1rem;
    padding-bottom: 20px;
  }
  .cnt06 .flow {
    width: 95%;
    padding-bottom: 5rem;
    margin-top: 3rem;
  }
  .cnt06 .flow h2 {
    margin-bottom: 0;
  }
  .cnt06 .flow ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cnt06 .flow ul li img {
    width: 70%;
  }
  .cnt06 .flow ul li p {
    font-size: 1.4rem;
  }
  .cnt06 .flow ul li p img {
    width: 10%;
  }
  .cnt06 .flow ul li:nth-child(even) {
    padding: 2rem;
  }
  .cnt06 .flow ul li:nth-child(even) img {
    width: 30%;
  }
  .cnt06 h2 + div p {
    font-size: 14px;
  }
  .cnt06 .event .message p {
    font-size: 14px;
  }
  /*---------------------------------------
   * Footer
  ---------------------------------------*/
  footer .inner {
    width: 100%;
  }
  footer .credit {
    display: block;
    font-size: 1rem;
    text-align: center;
    line-height: 1.8;
    /* padding: 10px 0 30%; */
    padding: 10px 0 30px;
  }
}
@media screen and (max-width: 390px) {
  .cnt05 .cnt05_3 .teacher_slider .slick-slide {
    min-height: 143vw;
  }
}

/*---------------------------------------
  * add
---------------------------------------*/
.main .caution_lead {
  font-size: clamp(1.8rem, 1.5vw, 3.2rem);
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.4;
}
.caution_lead img {
  max-width: 322px;
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  transform: translate(-0.3em, -0.2em);
}
.caution_lead .fc_blue {
  color: #00468c;
  font-size: 131.5%;
}
.caution_lead b {
  font-size: 131.5%;
  color: #00468c;
  text-decoration: underline;
  text-decoration-thickness: 0.7rem;
  text-decoration-color: #fff276;
  text-underline-offset: -0.2rem;
  text-decoration-skip-ink: none;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .caution_lead img {
    transform: translate(0, 0);
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
  .caution_lead b {
    font-size: 120%;
  }
  .caution_lead img.sp_block {
    display: block;
  }
}

/*---------------------------------------
   * CTA
  ---------------------------------------*/
.floatingCTA01.links {
  text-align: center;
  margin: 0 auto;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.floatingCTA01.links a {
  width: 20%;
  display: inline-block;
}
.floatingCTA01.links a:hover {
  text-decoration: none;
}
.floatingCTA01 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  text-align: center;
  background: #00468c;
}
@media screen and (max-width: 768px) {
  .floatingCTA01.links {
    text-align: center;
    margin: 0 auto;
    padding: 4vw 3%;
    box-sizing: border-box;

    display: grid;
    justify-content: center;
    grid-template-columns: 2.6fr 2.6fr 1fr;
    gap: 8px;
  }
  .floatingCTA01.links a {
    display: block;
    text-decoration: underline;
    font-size: 3.2vw;
    width: 100%;
  }
  .floatingCTA01.links a:hover {
    text-decoration: none;
  }
  footer .floatingCTA01 {
    padding: 5px 5%;
  }
  .floatingCTA01 a.area img {
    width: 100%;
  }
}

/* add */
.bg_blue {
  background: #00468c;
}
.cnt01,
.cnt02 table,
.cnt02 ul,
.cnt05 > ul,
.cnt05 .cnt05_1,
.cnt05 .cnt05_2,
.cnt05 .cnt05_3,
.cnt05 .cnt05_4,
.cnt06 h2 + div,
.cnt06 .bg_w,
.cnt06 .flow {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .cnt05 div h3 + h4 {
    padding-left: 0;
  }
}
