@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New";
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

p {
  line-height: 1.7;
}

.daily-program .slick-dots,
.practice .slick-dots,
#flow .slick-dots {
  width: 95%;
  text-align: right;
  bottom: -50px;
}

.daily-program .slick-dots li button:before,
.practice .slick-dots li button:before,
#flow .slick-dots li button:before {
  font-family: none;
  position: absolute;
  width: 40px;
  height: 8px;
  content: "";
  opacity: 1;
  background: #ffffff;
}

.daily-program .slick-dots li.slick-active button:before,
.practice .slick-dots li.slick-active button:before,
#flow .slick-dots li.slick-active button:before {
  background-color: #b2cbe3;
}

.header {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1025px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-inner {
  width: 100%;
  display: flex;
  position: fixed;
  justify-content: space-between;
  z-index: 1;
  font-size: 14px;
  transition: 0.8s;
}
.header-inner .header-entry-btn {
  background-color: #ffffff;
  position: relative;
  color: #1668cf;
  font-family: "montserrat";
  font-weight: 600;
  font-size: 20px;
}
.header-inner .header-entry-btn a {
  color: #1668cf;
  display: block;
  padding: 32px 0;
  text-align: center;
  width: 160px;
}
.header-inner .header-entry-btn a:hover {
  opacity: 0.8;
}
.header-inner .header-entry-btn-text::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #1668cf;
  position: absolute;
  top: 28px;
  left: 14px;
  transform: rotate(-90deg);
}
.header-inner.bg-white {
  background-color: #ffffff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .header-inner.bg-white {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-inner.bg-white .header-logo {
    display: none;
  }
}
.header-inner.bg-white .header-list a {
  color: #1668cf;
}
.header-inner.bg-white .header-entry-btn {
  background-color: #1668cf;
}
.header-inner.bg-white .header-entry-btn a {
  color: #ffffff;
}
.header-inner.bg-white .header-entry-btn a::before {
  background-color: #ffffff;
}
.header-inner.bg-white .header-logo a {
  color: #1668cf;
}
.header-inner.bg-white .menu-line {
  background-color: #0a1a31;
}

.header-logo {
  padding-top: 34px;
  margin-left: 30px;
}
.header-logo a {
  color: #ffffff;
}

.header-ul {
  display: flex;
}

.header-list {
  margin-right: 30px;
  padding-top: 34px;
}
.header-list a {
  color: #ffffff;
}

.header-bottom-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-bottom-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-bottom-list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .header-bottom-list li {
    width: 100%;
    text-align: center;
    padding: 12px;
    height: 60px;
    position: relative;
  }
  .header-bottom-list li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #ffffff;
    position: absolute;
    top: 24px;
    left: 7px;
    transform: rotate(-90deg);
  }
  .header-bottom-list li:hover {
    opacity: 0.7;
  }
  .header-bottom-list li a {
    color: #ffffff;
    font-size: 16px;
    display: block;
  }
  .header-bottom-list li a span {
    display: block;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 10px;
  }
  .header-bottom-list #job-description-btn {
    background-color: #00b5a9;
  }
  .header-bottom-list #entry-btn {
    background-color: #113bc5;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 170px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 2.5%;
    bottom: 60px;
  }
}

.hamburger-menu {
  display: none;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
}
@media screen and (max-width: 1025px) {
  .hamburger-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu .menu-line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}
.hamburger-menu .menu-line-center {
  top: 9px;
}
.hamburger-menu .menu-line-center.active {
  transform: scaleX(0);
  background-color: #ffffff;
}
.hamburger-menu .menu-line-bottom {
  bottom: 0;
}
.hamburger-menu .menu-line-bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
  background-color: #ffffff;
}
.hamburger-menu .menu-line-top.active {
  top: 8px;
  transform: rotate(45deg);
  background-color: #ffffff;
}

.sp-nav {
  background: #0a1a31;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}
.sp-nav .sp-nav-wrap {
  height: 100%;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sp-nav .sp-nav-wrap .header-logo {
    margin-left: 4px;
    padding: 18px;
    display: block;
  }
  .sp-nav .sp-nav-wrap .header-logo a {
    color: #fff;
  }
}
.sp-nav .sp-nav-wrap .sp-menu-item {
  margin: 40px 0;
}
.sp-nav .sp-nav-wrap .sp-menu-item a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 0 36px;
  text-decoration: none;
  transition: 0.5s;
}
.sp-nav .sp-nav-wrap .sp-menu-item a:hover {
  color: #666;
}
.sp-nav .sp-entry-btn {
  background-color: #ffffff;
  position: relative;
  color: #1668cf;
  font-family: "montserrat";
  font-weight: 600;
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
}
.sp-nav .sp-entry-btn a {
  color: #1668cf;
  display: block;
  padding: 32px 0;
  text-align: center;
}
.sp-nav .sp-entry-btn a:hover {
  opacity: 0.8;
}
.sp-nav .sp-entry-btn .sp-entry-btn-text::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #1668cf;
  position: absolute;
  top: 28px;
  left: 14px;
  transform: rotate(-90deg);
}

.manga {
  background: linear-gradient(to right, #003ac2, #009dc5);
  padding: 28px 16px 8px;
  margin-top: 24px;
}
@media screen and (max-width: 1025px) {
  .manga {
    margin: 24px auto 0;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .manga {
    width: 100%;
  }
}
.manga img {
  width: 80px;
}
.manga img:hover {
  opacity: 0.7;
}
.manga .manga-flex {
  display: flex;
  justify-content: space-around;
}
.manga .manga-flex-content {
  color: #ffffff;
  padding: 0 8px;
}
.manga .manga-flex-content h3 {
  margin: 0 auto 12px;
  font-size: 14px;
  color: #ffffff;
}
.manga .manga-flex-content p {
  font-size: 10px;
}

#manga {
  position: fixed;
  right: 20px;
  height: auto;
  bottom: 50px;
  background: linear-gradient(to right, #003ac2, #009dc5);
  padding: 28px 16px 8px;
}
@media screen and (max-width: 767px) {
  #manga {
    display: none !important;
  }
}
#manga.close {
  display: none !important;
}
#manga #manga-close-btn {
  position: absolute;
  right: 8px;
  top: -1px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#manga #manga-close-btn:hover {
  opacity: 0.7;
}
#manga img {
  width: 80px;
}
#manga img:hover {
  opacity: 0.7;
}
#manga .manga-flex {
  display: flex;
  justify-content: space-around;
}
#manga .manga-flex-content {
  color: #ffffff;
  padding: 0 8px;
}
#manga .manga-flex-content h3 {
  margin: 0 auto 12px;
  font-size: 14px;
  color: #ffffff;
}
#manga .manga-flex-content p {
  font-size: 10px;
}

.fv-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #4b66ec 70%) 0% 0% no-repeat, url(../img/mv.jpg) no-repeat;
  background-size: 100%, 70%;
  background-position-x: left, right;
}
@media screen and (max-width: 1025px) {
  .fv-wrap {
    padding: 0 12px;
    background-position-x: left, center;
    background-size: cover;
    height: auto;
  }
}

.shadow-mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
  background: transparent linear-gradient(241deg, #009dc5 0%, #003ac2 100%) 0% 0% no-repeat;
}
@media screen and (max-width: 1025px) {
  .shadow-mv {
    height: 100%;
  }
}

.fv-img01 {
  padding-top: 135px;
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .fv-img01 {
    padding-left: 12px;
    padding-top: 210px;
  }
  .fv-img01 img {
    width: 90%;
  }
}

.fv-title {
  font-size: 54px;
  position: absolute;
  top: 272px;
  left: 208px;
  font-family: ten-mincho, serif;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
  transition: 0.9s;
  transform: translateX(180px);
}
.fv-title.js-slide-on {
  opacity: 1;
  transform: translateX(0px);
}
@media screen and (max-width: 1025px) {
  .fv-title {
    display: none;
    font-size: 27px;
    width: 100%;
    left: 32px;
    transform: translateY(80px);
  }
}
@media screen and (max-width: 767px) {
  .fv-title {
    font-size: 27px;
    width: 100%;
    left: 12px;
    transform: translateY(80px);
  }
}

.pcno {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcno {
    display: block;
  }
}

.fv-title-sub {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv-title-sub {
    display: none;
    font-size: 16px;
  }
}

.fv-title2 {
  position: absolute;
  top: 400px;
  margin-left: 214px;
  line-height: 2.5;
  font-size: 12px;
  font-weight: 500;
  font-family: ten-mincho, serif;
  color: #ffffff;
}
@media screen and (max-width: 1025px) {
  .fv-title2 {
    display: none;
    margin-left: 32px;
    letter-spacing: 4.8px;
    top: 500px;
  }
}
@media screen and (max-width: 767px) {
  .fv-title2 {
    margin-left: 0;
    letter-spacing: 4.8px;
    top: 400px;
    line-height: 2;
  }
}

.fv-img-sb-wrap {
  display: flex;
  width: 1200px;
  margin: auto;
  margin-top: -140px;
}
@media screen and (max-width: 1025px) {
  .fv-img-sb-wrap {
    display: none;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .fv-img-sb-wrap {
    width: 100%;
    flex-wrap: wrap;
  }
}

.fv-img-sb1 {
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .fv-img-sb1 {
    width: 100%;
    z-index: 1;
  }
  .fv-img-sb1 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv-img-sb1 {
    width: 100%;
    z-index: 1;
  }
  .fv-img-sb1 img {
    width: 80%;
  }
}

.fv-img-sb2 {
  z-index: 1;
  margin-top: 90px;
}
@media screen and (max-width: 1025px) {
  .fv-img-sb2 {
    width: 100%;
    z-index: 1;
  }
  .fv-img-sb2 img {
    width: 100%;
    margin-left: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .fv-img-sb2 {
    width: 100%;
    margin-top: -40px;
    z-index: 1;
  }
  .fv-img-sb2 img {
    width: 80%;
    margin-left: auto;
    display: block;
  }
}

.fv-title-sp {
  display: none;
}
@media screen and (max-width: 1025px) {
  .fv-title-sp {
    display: block;
    position: relative;
    font-family: ten-mincho, serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 28px;
  }
}

.fv-title2-sp {
  display: none;
}
@media screen and (max-width: 1025px) {
  .fv-title2-sp {
    display: block;
    position: relative;
    line-height: 2.5;
    font-size: 12px;
    font-weight: 500;
    font-family: ten-mincho, serif;
    color: #ffffff;
  }
}

.fv-img-spwrap {
  display: none;
}
@media screen and (max-width: 1025px) {
  .fv-img-spwrap {
    position: relative;
    display: flex;
    margin-top: 24px;
  }
  .fv-img-spwrap .fv-img-sp1 img {
    width: 100%;
  }
  .fv-img-spwrap .fv-img-sp2 img {
    width: 100%;
    margin-top: 90px;
  }
}

.movie {
  text-align: center;
  margin: auto;
  margin-top: 120px;
  width: 100%;
  max-width: 1160px;
}
.movie-sec-title {
  text-align: start;
}
.movie-img {
  text-align: start;
}
@media screen and (max-width: 1025px) {
  .movie-img {
    width: 60%;
  }
  .movie-img img {
    width: 100%;
  }
}
.movie p {
  max-width: 800px;
  text-align: start;
  margin: 36px auto;
}
@media screen and (max-width: 1025px) {
  .movie p {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .movie iframe {
    width: 90%;
    height: 250px;
  }
}

.greeting {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .greeting {
    margin-top: 80px;
  }
}

.greeting-director-img-text-wrap {
  display: flex;
  position: relative;
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .greeting-director-img-text-wrap {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .greeting-director-img-text-wrap {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .greeting-director-img-text-wrap .director-img img {
    width: 80vw;
  }
}

.greeting-pass-img {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1025px) {
  .greeting-pass-img {
    right: 4%;
    top: 40%;
    width: 60%;
  }
  .greeting-pass-img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .greeting-pass-img {
    right: 4%;
    top: 28%;
    width: 70%;
  }
  .greeting-pass-img img {
    width: 100%;
  }
}

.section-title {
  position: relative;
  color: #1668cf;
  padding-left: 120px;
  opacity: 0;
  transition: 1s;
  transform: translateX(-120px);
}
@media screen and (max-width: 767px) {
  .section-title {
    opacity: 1;
    font-size: 20px;
    padding-left: 60px;
  }
}
.section-title.js-scroll-on {
  opacity: 1;
  transform: translateX(0px);
}
.section-title span {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-title span {
    font-size: 12px;
  }
}

.section-title::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: #1668cf;
  position: absolute;
  top: -10px;
  left: 50px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .section-title::before {
    height: 45px;
    left: 28px;
    top: 18px;
  }
}

.greeting-section-title-wrap {
  width: 746px;
  height: 646px;
  margin-top: 240px;
}
@media screen and (max-width: 1025px) {
  .greeting-section-title-wrap {
    width: 100%;
    height: auto;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .greeting-section-title-wrap {
    width: 100%;
    height: auto;
    margin-top: 80px;
  }
}
.greeting-section-title-wrap p {
  font-size: 14px;
  line-height: 1.7;
  padding-left: 120px;
  margin-top: 45px;
  opacity: 0;
  transition: 1.5s;
  transition-delay: 600ms;
  transform: translateY(-120px);
}
@media screen and (max-width: 1025px) {
  .greeting-section-title-wrap p {
    transform: translateY(0px);
    width: 95%;
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .greeting-section-title-wrap p {
    padding-left: 0;
    padding: 12px;
    opacity: 1;
  }
}
.greeting-section-title-wrap p span {
  display: block;
  margin-top: 30px;
}
.greeting-section-title-wrap.js-scroll-on .section-title {
  opacity: 1;
  transform: translateX(0px);
}
.greeting-section-title-wrap.js-scroll-on p {
  opacity: 1;
  transform: translateY(0px);
}

.strength-wrap {
  width: 1200px;
  margin: auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .strength-wrap {
    width: 95%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .strength-wrap {
    width: 95%;
    margin-top: 80px;
  }
}

.strength-box {
  max-width: 640px;
  width: 0%;
  height: 517px;
  background: linear-gradient(to right, #003ac2, #0086c4, #009dc5);
  position: absolute;
  z-index: 1;
  top: 46px;
  padding-top: 90px;
  transition: 0.5s;
  transition-delay: 500ms;
  transition-duration: 2s;
}
.strength-box.js-scroll-on {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .strength-box {
    background: transparent linear-gradient(218deg, #009dc5 0%, #003ac2 100%) 0% 0% no-repeat;
    width: 100%;
    padding: 24px 12px;
    top: 60%;
  }
}
@media screen and (max-width: 767px) {
  .strength-box {
    height: auto;
    margin-top: 120px;
  }
}
.strength-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 45px;
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  .strength-box p {
    margin-left: 0;
    padding: 12px;
  }
}
.strength-box p span {
  display: block;
  margin-top: 30px;
}

.strength-sec-title {
  color: #ffffff;
}

.strength-sec-title::before {
  background-color: #ffffff;
}

.strength-img {
  margin-left: 525px;
}
@media screen and (max-width: 1025px) {
  .strength-img {
    margin-left: 0;
    width: 100%;
  }
  .strength-img img {
    display: block;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .strength-img {
    margin-left: 0;
    width: 100%;
    z-index: 1;
  }
  .strength-img img {
    width: 80%;
    display: block;
    margin-left: auto;
  }
}

.strength-bg {
  height: 350px;
  background-color: #ebf8ff;
  position: relative;
  z-index: -1;
  top: -300px;
}
@media screen and (max-width: 767px) {
  .strength-bg {
    height: 400px;
    top: 180px;
  }
}

.recently {
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .recently {
    width: 95%;
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .recently {
    margin-top: 200px;
  }
}

.recently-title {
  color: #003ac2;
  font-size: 20px;
}

.recently-text {
  margin-top: 15px;
}

.result {
  background: url(../img/resultbg.jpg) no-repeat center center/cover;
  width: 100vw;
  height: 100vh;
  height: 931px;
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
@media screen and (max-width: 1025px) {
  .result {
    background: url(../img/resultbg.jpg);
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .result {
    background: url(../img/resultbg.jpg);
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
}
.result .overlay {
  background-color: #0a1a31;
  width: 100vw;
  height: 931px;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .result .overlay {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .result .overlay {
    width: 100%;
    height: 100%;
  }
}

.result-img {
  position: absolute;
  margin-left: 140px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .result-img {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 10px;
  }
  .result-img img {
    width: 65%;
  }
}

.resut-sec-title {
  background-color: none;
  color: #ffffff;
  padding-top: 120px;
  margin-left: 140px;
  opacity: 0;
  transition: 1s;
  transition-delay: 300ms;
  transform: translateX(-120px);
}
@media screen and (max-width: 767px) {
  .resut-sec-title {
    padding-top: 0;
    margin-left: 0;
    width: 60%;
  }
}
.resut-sec-title::before {
  background-color: #ffffff;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .resut-sec-title::before {
    margin-top: 0;
  }
}
.resut-sec-title.js-scroll-on {
  opacity: 1;
  transform: translateX(0px);
}

.container {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(3, 250px);
  row-gap: 45px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
}
.container img {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .container {
    grid-template-columns: repeat(2, 35%);
    -moz-column-gap: 6px;
         column-gap: 6px;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    grid-template-columns: repeat(2, 42%);
    -moz-column-gap: 6px;
         column-gap: 6px;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 45px;
  }
}

.item {
  background-color: #f2f0e9;
  width: 256px;
  height: 250px;
  border: solid 5px #ffffff;
}
@media screen and (max-width: 1025px) {
  .item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    height: auto;
  }
}

.item-title {
  background-color: #1668cf;
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .item-title {
    height: auto;
    font-size: 14px;
    padding: 8px;
  }
}

.item-text {
  width: 100%;
  height: 200px;
  text-align: center;
  color: #1668cf;
  font-family: "Montserrat";
  font-size: 28px;
  padding-top: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1025px) {
  .item-text {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .item-text {
    font-size: 14px;
    padding: 0;
    height: 150px !important;
  }
}
.item-text span {
  font-size: 100px;
  margin-left: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .item-text span {
    font-size: 60px;
    line-height: 150px;
    margin: 0;
  }
}

.item-text1 {
  background: url(../img/bg7.jpg) no-repeat center center/cover;
  height: 77%;
}
@media screen and (max-width: 1025px) {
  .item-text1 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .item-text1 {
    height: auto;
  }
}

.item-text2 {
  background: url(../img/bg2.jpg) no-repeat center center/cover;
  height: 77%;
}
@media screen and (max-width: 1025px) {
  .item-text2 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .item-text2 {
    height: auto;
  }
}

.item-text3 {
  background: url(../img/bg3.jpg) no-repeat center center/cover;
  height: 77%;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .item-text3 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .item-text3 {
    height: auto;
  }
}
.item-text3 p {
  font-size: 20px;
  position: absolute;
  top: 137px;
  left: 50px;
}
@media screen and (max-width: 1025px) {
  .item-text3 p {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .item-text3 p {
    font-size: 14px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
  }
}

.item-text4 {
  background: url(../img/bg4.jpg) no-repeat center center/cover;
  height: 77%;
}
@media screen and (max-width: 1025px) {
  .item-text4 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .item-text4 {
    height: auto;
  }
}

.item-text5 {
  background: url(../img/bg5.jpg) no-repeat center center/cover;
  height: 185px;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New";
  text-align: start;
  padding-left: 40px;
  line-height: 2;
}
@media screen and (max-width: 1025px) {
  .item-text5 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .item-text5 {
    height: auto;
    font-size: 14px;
    padding: 24px 12px;
  }
}

.item-text6 {
  background: url(../img/bg6.jpg) no-repeat center center/cover;
  height: 77%;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .item-text6 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .item-text6 {
    height: auto;
  }
}
.item-text6 p {
  font-size: 20px;
  position: absolute;
  left: 40px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .item-text6 p {
    font-size: 14px;
  }
}

.education-bg1 {
  background-color: #e7f1fb;
  height: 500px;
}
@media screen and (max-width: 1025px) {
  .education-bg1 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .education-bg1 {
    height: 200px;
  }
}

.education-bg2 {
  background: linear-gradient(to bottom left, transparent 50%, #e7f1fb 50%) top left/10% 10% no-repeat, linear-gradient(to top left, transparent 50%, #e7f1fb 50%) bottom left/100% 100% no-repeat;
  height: 500px;
}
@media screen and (max-width: 1025px) {
  .education-bg2 {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .education-bg2 {
    height: 150px;
  }
}

.education-main {
  width: 1160px;
  height: auto;
  margin: auto;
  margin-top: -840px;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .education-main {
    width: 95%;
    margin-top: -250px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .education-main {
    width: 95%;
    margin-top: -250px;
    padding: 40px 0;
  }
}

.education-pass-img {
  position: absolute;
  right: 0;
  top: -78px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .education-pass-img {
    top: -45px;
  }
  .education-pass-img img {
    width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .education-system-study-wrap {
    width: 95%;
    margin: auto;
  }
}

.education-sec-title {
  padding-top: 120px;
  opacity: 0;
  transition: 1s;
  transition-delay: 300ms;
  transform: translateX(-120px);
}
.education-sec-title::before {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .education-sec-title {
    padding-top: 0;
    width: 60%;
  }
  .education-sec-title::before {
    margin-top: 0;
  }
}
.education-sec-title.js-scroll-on {
  opacity: 1;
  transform: translateX(0px);
}

.education-img {
  width: 800px;
  margin: auto;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .education-img {
    width: 95%;
  }
  .education-img img {
    width: 100%;
  }
}

.education-system-study-wrap h3 {
  text-align: center;
  margin-top: 90px;
  font-size: 20px;
  color: #1668cf;
}
.education-system-study-wrap p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7;
}

.education-system-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .education-system-text {
    text-align: start;
  }
}

.education-study-wrap {
  display: flex;
  width: 720px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .education-study-wrap {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .education-study-wrap {
    width: 100%;
    display: block;
  }
}
.education-study-wrap span {
  display: block;
  background-color: #e7f1fb;
  font-size: 12px;
  margin-top: 30px;
  margin-left: 40px;
  padding: 20px;
  line-height: 2;
  width: 340px;
}
@media screen and (max-width: 1025px) {
  .education-study-wrap span {
    width: 95%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .education-study-wrap span {
    width: 95%;
    margin: 30px auto;
  }
}

.education-study-wrap-text {
  text-align: start;
}

.career {
  width: 1160px;
  margin: auto;
  margin-top: 90px;
}
@media screen and (max-width: 1025px) {
  .career {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .career {
    width: 95%;
  }
}
.career h3 {
  text-align: center;
  color: #1668cf;
  margin-top: 75px;
}

.career-graph {
  display: flex;
  align-items: flex-end;
  width: 800px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1025px) {
  .career-graph {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-graph {
    width: 100%;
  }
}
.career-graph .box1 {
  width: 200px;
}
@media screen and (max-width: 1025px) {
  .career-graph .box1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-graph .box1 {
    width: 100%;
  }
}
.career-graph .box1 .content {
  height: 0;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  padding-top: 14px;
  transition-delay: 1200ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-graph .box1 .content {
    font-size: 10px;
    height: 80px;
    opacity: 1;
  }
}
.career-graph .box1 .content span {
  font-size: 10px;
}
.career-graph .box1 .age {
  color: #ffffff;
  background-color: #1c1c1c;
  width: 0;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  transition-delay: 300ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-graph .box1 .age {
    width: 100%;
    opacity: 1;
  }
}
.career-graph .box1.js-scroll-on .content {
  height: 80px;
  opacity: 1;
}
.career-graph .box1.js-scroll-on .age {
  width: 100%;
  opacity: 1;
}
.career-graph .box2 {
  width: 200px;
  text-align: center;
  font-size: 14px;
  padding-top: 18px;
  color: #1668cf;
}
@media screen and (max-width: 1025px) {
  .career-graph .box2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-graph .box2 {
    width: 100%;
  }
}
.career-graph .box2 .content {
  height: 0;
  background-color: #e7f1fb;
  text-align: center;
  font-size: 14px;
  padding-top: 14px;
  transition-delay: 1500ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-graph .box2 .content {
    height: 120px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .career-graph .box2 .content {
    font-size: 10px;
  }
}
.career-graph .box2 .age {
  color: #ffffff;
  background-color: #1c1c1c;
  width: 0;
  padding: 5px;
  text-align: center;
  transition-delay: 600ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-graph .box2 .age {
    width: 100%;
    opacity: 1;
  }
}
.career-graph .box2.js-scroll-on .content {
  height: 120px;
  opacity: 1;
}
.career-graph .box2.js-scroll-on .age {
  width: 100%;
  opacity: 1;
}
.career-graph .box3 {
  width: 200px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding-top: 18px;
}
@media screen and (max-width: 1025px) {
  .career-graph .box3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-graph .box3 {
    width: 100%;
  }
}
.career-graph .box3 .content {
  height: 0;
  background-color: #70a8e1;
  text-align: center;
  font-size: 14px;
  padding-top: 14px;
  transition-delay: 1800ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-graph .box3 .content {
    height: 160px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .career-graph .box3 .content {
    font-size: 10px;
  }
}
.career-graph .box3 .age {
  color: #ffffff;
  background-color: #1c1c1c;
  padding: 5px;
  text-align: center;
  transition-delay: 900ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-graph .box3 .age {
    width: 100%;
    opacity: 1;
  }
}
.career-graph .box3.js-scroll-on .content {
  height: 160px;
  opacity: 1;
}
.career-graph .box3.js-scroll-on .age {
  width: 100%;
  opacity: 1;
}
.career-graph .box4 {
  width: 200px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1025px) {
  .career-graph .box4 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-graph .box4 {
    width: 100%;
  }
}
.career-graph .box4 .content {
  background-color: #004194;
  padding: 21px 37px;
  transition-delay: 2400ms;
  transition-duration: 1s;
  opacity: 0;
  height: 0;
}
@media screen and (max-width: 1025px) {
  .career-graph .box4 .content {
    height: 100px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .career-graph .box4 .content {
    font-size: 10px;
    padding: 14px 0;
  }
}
.career-graph .box4 .content2 {
  background-color: #1668cf;
  padding: 20px;
  padding-bottom: 78px;
  transition-delay: 2100ms;
  transition-duration: 1s;
  opacity: 0;
  height: 0;
}
@media screen and (max-width: 1025px) {
  .career-graph .box4 .content2 {
    opacity: 1;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .career-graph .box4 .content2 {
    font-size: 10px;
    padding: 14px 0;
  }
}
.career-graph .box4 .age {
  color: #ffffff;
  background-color: #1c1c1c;
  padding: 5px;
  text-align: center;
  transition-delay: 1200ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-graph .box4 .age {
    width: 100%;
    opacity: 1;
  }
}
.career-graph .box4.js-scroll-on .content {
  height: 100px;
  opacity: 1;
}
.career-graph .box4.js-scroll-on .content2 {
  opacity: 1;
  height: 50px;
}
@media screen and (max-width: 1025px) {
  .career-graph .box4.js-scroll-on .content2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-graph .box4.js-scroll-on .content2 {
    height: 100px;
  }
}
.career-graph .box4.js-scroll-on .age {
  width: 100%;
  opacity: 1;
}

.career-money-graph {
  display: flex;
  width: 600px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1025px) {
  .career-money-graph {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph {
    width: 100%;
  }
}
.career-money-graph .box1 {
  width: 200px;
}
@media screen and (max-width: 1025px) {
  .career-money-graph .box1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph .box1 {
    width: 100%;
  }
}
.career-money-graph .box1 .content {
  background-color: #e7f1fb;
  font-size: 20px;
  padding: 55px 35px;
  color: #1668cf;
  font-family: "Montserrat";
  font-weight: 700;
  transition-delay: 700ms;
  transition-duration: 1s;
  opacity: 0;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .career-money-graph .box1 .content {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph .box1 .content {
    font-size: 12px;
    padding: 24px 12px;
    height: 100px;
    text-align: center;
  }
}
.career-money-graph .box1 span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .career-money-graph .box1 span {
    font-size: 23px;
  }
}
.career-money-graph .box1 .case {
  color: #ffffff;
  background-color: #1c1c1c;
  text-align: center;
  padding: 5px;
  transition-delay: 200ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-money-graph .box1 .case {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph .box1 .case {
    font-size: 14px;
  }
}
.career-money-graph .box1.js-scroll-on .case {
  width: 100%;
  opacity: 1;
}
.career-money-graph .box1.js-scroll-on .content {
  opacity: 1;
}
.career-money-graph .box2 {
  width: 200px;
}
@media screen and (max-width: 1025px) {
  .career-money-graph .box2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph .box2 {
    width: 100%;
  }
}
.career-money-graph .box2 .content {
  background-color: #70a8e1;
  font-size: 20px;
  padding: 55px 30px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 700;
  transition-delay: 800ms;
  transition-duration: 1s;
  opacity: 0;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .career-money-graph .box2 .content {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph .box2 .content {
    font-size: 12px;
    padding: 24px 12px;
    height: 100px;
    text-align: center;
  }
}
.career-money-graph .box2 span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .career-money-graph .box2 span {
    font-size: 23px;
  }
}
.career-money-graph .box2 .case {
  color: #ffffff;
  background-color: #1c1c1c;
  text-align: center;
  padding: 5px;
  transition-delay: 400ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-money-graph .box2 .case {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph .box2 .case {
    font-size: 14px;
  }
}
.career-money-graph .box2.js-scroll-on .case {
  width: 100%;
  opacity: 1;
}
.career-money-graph .box2.js-scroll-on .content {
  opacity: 1;
}
.career-money-graph .box3 {
  width: 200px;
}
@media screen and (max-width: 1025px) {
  .career-money-graph .box3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph .box3 {
    width: 100%;
  }
}
.career-money-graph .box3 .content {
  background-color: #1668cf;
  font-size: 20px;
  padding: 55px 10px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 700;
  transition-delay: 900ms;
  transition-duration: 1s;
  opacity: 0;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .career-money-graph .box3 .content {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph .box3 .content {
    font-size: 12px;
    padding: 24px 12px;
    height: 100px;
    text-align: center;
  }
}
.career-money-graph .box3 span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .career-money-graph .box3 span {
    font-size: 23px;
  }
}
.career-money-graph .box3 .case {
  color: #ffffff;
  background-color: #1c1c1c;
  text-align: center;
  padding: 5px;
  transition-delay: 600ms;
  transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .career-money-graph .box3 .case {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .career-money-graph .box3 .case {
    font-size: 14px;
  }
}
.career-money-graph .box3.js-scroll-on .case {
  width: 100%;
  opacity: 1;
}
.career-money-graph .box3.js-scroll-on .content {
  opacity: 1;
}

.caution-text {
  text-align: center;
}

.entry-btn {
  display: block;
  width: 400px;
  height: 90px;
  background: linear-gradient(to right, #003ac2, #009dc5);
  font-size: 20px;
  position: relative;
  margin: auto;
  margin-top: 75px;
  box-shadow: 0px 5px 15px #b2cbe3;
}
@media screen and (max-width: 767px) {
  .entry-btn {
    display: none;
  }
}
.entry-btn a {
  color: #ffffff;
}
.entry-btn a:hover {
  letter-spacing: 0.2rem;
  transition: 0.3s;
}
.entry-btn span {
  display: block;
  font-size: 12px;
  font-family: Zen Kaku Gothic New;
}

.entry-btn-line {
  font-family: "Montserrat";
  font-weight: 600;
}
.entry-btn-line:hover::before {
  height: 60px;
  transition: 0.5s;
  top: 14px;
  left: 30px;
}

.entry-btn-line::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  top: 28px;
  left: 14px;
  transform: rotate(-90deg);
}

.voice {
  width: 1160px;
  margin: auto;
  margin-top: 120px;
}
@media screen and (max-width: 1025px) {
  .voice {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .voice {
    width: 95%;
  }
}

.voice-card-director {
  display: flex;
  margin: auto;
  width: 740px;
  height: 350px;
  background-color: #f5f5f5;
  position: relative;
  z-index: -2;
  margin-top: 104px;
}
@media screen and (max-width: 1025px) {
  .voice-card-director {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .voice-card-director {
    width: 100%;
  }
}
.voice-card-director .img {
  position: absolute;
  z-index: -1;
  right: -60px;
  top: -30px;
}
@media screen and (max-width: 1025px) {
  .voice-card-director .img {
    width: 85%;
  }
  .voice-card-director .img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .voice-card-director .img {
    width: 85%;
    position: static;
    margin-left: auto;
    margin-top: -16px;
    margin-right: -2.5%;
  }
  .voice-card-director .img img {
    width: 100%;
  }
}
.voice-card-director .wrap {
  width: 386px;
  height: 210px;
  background-color: #ffffff;
  padding: 45px 60px;
  position: absolute;
  bottom: -31px;
  line-height: 1.7;
}
@media screen and (max-width: 1025px) {
  .voice-card-director .wrap {
    width: 85%;
    padding: 24px;
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .voice-card-director .wrap {
    width: 85%;
    padding: 24px;
    bottom: -10px;
  }
}
.voice-card-director .title {
  font-size: 20px;
  color: #1668cf;
}
.voice-card-director .text {
  margin-top: 15px;
  color: #70a8e1;
  font-size: 14px;
}

.director-message {
  width: 720px;
  margin: auto;
  margin-top: 91px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 1025px) {
  .director-message {
    width: 95%;
    padding: 12px;
  }
}
.director-message span {
  margin-top: 30px;
  display: block;
}

.teacher-message {
  text-align: center;
  margin-top: 90px;
}

.teacher-message-card {
  display: flex;
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .teacher-message-card {
    display: block;
  }
  .teacher-message-card .img {
    width: 85%;
  }
  .teacher-message-card .img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .teacher-message-card {
    display: block;
  }
  .teacher-message-card .img {
    width: 85%;
  }
  .teacher-message-card .img img {
    width: 100%;
  }
}
.teacher-message-card .wrap {
  background-color: #ffffff;
  width: 640px;
  position: absolute;
  right: 0;
  top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1025px) {
  .teacher-message-card .wrap {
    width: 95%;
    margin: auto;
    position: relative;
    margin-top: -72px;
    padding: 12px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .teacher-message-card .wrap {
    width: 95%;
    margin: auto;
    position: relative;
    margin-top: -72px;
    padding: 12px;
    top: 0;
  }
}
.teacher-message-card .name {
  font-size: 20px;
  margin-top: 45px;
  color: #1668cf;
}
.teacher-message-card .detail {
  font-size: 14px;
  margin-top: 15px;
  color: #70a8e1;
}
.teacher-message-card .text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 45px;
  color: #1c1c1c;
}
.teacher-message-card .text span {
  margin-top: 30px;
  display: block;
}

.teacher-message-card2 {
  flex-flow: row-reverse;
  margin-top: 414px;
}
@media screen and (max-width: 1025px) {
  .teacher-message-card2 {
    margin-top: 64px;
  }
  .teacher-message-card2 .img {
    margin-left: auto;
  }
  .teacher-message-card2 .img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .teacher-message-card2 {
    margin-top: 36px;
  }
  .teacher-message-card2 .img {
    margin-left: auto;
  }
}
.teacher-message-card2 .wrap {
  left: 0;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .teacher-message-card2 .wrap {
    top: 0;
  }
}

.teacher-message-card3 {
  margin-top: 150px;
}
@media screen and (max-width: 1025px) {
  .teacher-message-card3 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .teacher-message-card3 {
    margin-top: 36px;
  }
}

.daily-program-bg1 {
  background: linear-gradient(to bottom right, transparent 50%, #e7f1fb 50%) top left/100% 70% no-repeat, linear-gradient(to top right, transparent 50%, #e7f1fb 50%) bottom left/100% 30% no-repeat;
  height: 500px;
  margin-top: -200px;
  margin-bottom: -150px;
}

.daily-program-wrap {
  background-color: #e7f1fb;
}

@media screen and (max-width: 767px) {
  .slick-list.draggable {
    width: 90%;
    margin: 0 auto;
  }
  .slick-prev:before,
  .slick-next:before {
    color: #1668cf !important;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px !important;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 0.5 !important;
  }
  .slick-next {
    right: 20px !important;
  }
  .slick-prev {
    left: 0px !important;
  }
}
.daily-program-inner {
  background-color: #e7f1fb;
  position: relative;
  width: 1200px;
  height: auto;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1025px) {
  .daily-program-inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .daily-program-inner {
    width: 100%;
  }
}

.daily-program-sec-title {
  padding-top: 120px;
  z-index: 2;
  margin-bottom: 75px;
}

.daily-program-sec-title::before {
  margin-top: 120px;
}

.daily-program-img-pass {
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 1025px) {
  .daily-program-img-pass img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .daily-program-img-pass img {
    width: 100%;
  }
}

.time-card {
  display: flex;
  width: 1024px;
  margin: auto;
  height: 220px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1025px) {
  .time-card {
    width: 100%;
  }
  .time-card .img {
    width: 50%;
  }
  .time-card img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .time-card {
    width: 300px;
    height: auto;
    display: block;
  }
  .time-card .img {
    width: 90%;
    margin: 0 auto;
  }
  .time-card .img img {
    width: 100%;
    border-left: solid 4px #70a8e1;
  }
}
.time-card .dummy {
  width: 280px;
  height: 180px;
  background-color: #e7f1fb;
}
@media screen and (max-width: 1025px) {
  .time-card .dummy {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .time-card .dummy {
    width: 90%;
    margin: 0 auto;
    height: 200px;
    background-color: #ffffff;
    border-left: solid 4px #70a8e1;
  }
}

.work-time-text-wrap {
  margin-left: 24px;
  width: 720px;
  border-left: solid 4px #70a8e1;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .work-time-text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .work-time-text-wrap {
    margin: 0 auto;
    width: 90%;
  }
}
.work-time-text-wrap .work-time {
  font-size: 28px;
  font-family: "Montserrat";
  color: #1668cf;
  font-weight: 700;
}
.work-time-text-wrap span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  font-family: "Zen Kaku Gothic New";
}
.work-time-text-wrap .text {
  margin-top: 15px;
  font-size: 14px;
}

.work-time::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #1668cf;
  position: absolute;
  top: 53px;
  left: 10px;
  transform: rotate(-90deg);
  z-index: 1;
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1668cf; /*背景色*/
  position: absolute;
  left: -10px;
  top: 55px;
}

.work-time-text-wrap-inner {
  background-color: #ffffff;
  padding: 45px;
}
@media screen and (max-width: 1025px) {
  .work-time-text-wrap-inner {
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  .work-time-text-wrap-inner {
    height: 300px;
  }
}

.work-time-text-wrap-last {
  height: 180px;
}
@media screen and (max-width: 767px) {
  .work-time-text-wrap-last {
    height: 300px;
  }
}

.job-description {
  padding-top: 120px;
}
.job-description .img {
  width: 100%;
  box-sizing: border-box;
  margin: 40px auto;
  text-align: center;
}
.job-description .img img {
  width: 90%;
  max-width: 900px;
}

.job-description-wrap {
  width: 1150px;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .job-description-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .job-description-wrap {
    width: 100%;
  }
}

.job-description-btn-wrap {
  display: flex;
  width: 800px;
  margin: auto;
  margin-top: 45px;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .job-description-btn-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .job-description-btn-wrap {
    width: 80%;
  }
}

.job-description-btn {
  display: block;
  width: 240px;
  height: 90px;
  background: #e7f1fb;
  font-size: 20px;
  position: relative;
  color: #1668cf;
  box-shadow: 0px 5px 15px #e7f1fb;
}
@media screen and (max-width: 767px) {
  .job-description-btn {
    font-size: 10px;
    box-shadow: none;
    width: 100%;
  }
}
.job-description-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .job-description-btn:hover {
    opacity: 1;
  }
}
.job-description-btn.tab-active {
  background: #1668cf;
  color: #ffffff;
}
.job-description-btn.tab-active .job-description-btn-line::before {
  background-color: #ffffff;
}

.job-description-btn-line span {
  display: block;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .job-description-btn-line span {
    font-size: 10px;
  }
}

.job-description-btn-line::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  top: 28px;
  left: 14px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .job-description-btn-line::before {
    height: 15px;
    top: 36px;
    left: 6px;
  }
}

.job-description-btn-mid {
  background: #e7f1fb;
}
.job-description-btn-mid p {
  color: #1668cf;
}

.job-description-btn-part {
  background: #e7f1fb;
}
.job-description-btn-part p {
  color: #1668cf;
}

.job-description-btn-part {
  margin-right: 0;
}

.job-description-btn-line-part::before {
  background-color: #1668cf;
}

.job-description-btn-line-mid::before {
  background-color: #1668cf;
}

.job-title {
  width: 800px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #1668cf;
}
@media screen and (max-width: 1025px) {
  .job-title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .job-title {
    width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .job-content {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .job-content {
    width: 95%;
    margin: 0 auto;
  }
}

.job-table {
  width: 800px;
  margin: auto;
  margin-top: 60px;
  border-collapse: collapse;
}
@media screen and (max-width: 1025px) {
  .job-table {
    width: 95%;
  }
}

.job-table tr:first-child .job-table-title {
  border-top: 1.2px solid #1668cf;
}
@media screen and (max-width: 767px) {
  .job-table tr:first-child .job-table-title {
    border: none;
  }
}

.job-table-title {
  width: 200px;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  color: #1668cf;
  border-bottom: 1.2px solid #1668cf;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .job-table-title {
    width: 100%;
    display: block;
    border: none;
    background-color: #e7f1fb;
  }
}

.job-table-text {
  padding: 20px;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1.2px solid #b2cbe3;
}
@media screen and (max-width: 767px) {
  .job-table-text {
    width: 100%;
    display: block;
    border: none;
  }
}

.job-table tr:first-child .job-table-text {
  border-top: 1.2px solid #b2cbe3;
}
@media screen and (max-width: 767px) {
  .job-table tr:first-child .job-table-text {
    border: none;
  }
}

.top-blank {
  margin-top: 30px;
  display: block;
}

.caution {
  color: red;
}

.bulue-dot {
  color: #1668cf;
}

.flow {
  margin-top: 120px;
}

.flow-wrap {
  width: 1150px;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .flow-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flow-box-content-wrap {
    background-color: #f5f5f5;
    padding: 48px 0;
    margin-top: 48px;
  }
}

.flow-box-wrap {
  background-color: #f5f5f5;
  margin-top: 45px;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .flow-box-wrap {
    background-color: none;
    margin-top: 0;
    padding: 0;
  }
}

.flow-box-content {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 800ms;
}

.flow-box {
  display: flex;
  font-size: 14px;
  width: 800px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .flow-box {
    display: block;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .flow-box {
    display: block;
    width: 85%;
  }
}

.flow-box-content.js-scroll-on {
  opacity: 1;
  transform: translateX(0);
}

.flow-box-content:nth-child(1) {
  transition-delay: 500ms;
}

.flow-box-content:nth-child(2) {
  transition-delay: 800ms;
}

.flow-box-content:nth-child(3) {
  transition-delay: 1100ms;
}

.flow-box-content:nth-child(4) {
  transition-delay: 1400ms;
}

.flow-box-content:nth-child(5) {
  transition-delay: 1700ms;
}

.step {
  width: 800px;
  margin: auto;
  font-family: "Montserrat";
  color: #1668cf;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1025px) {
  .step {
    width: 85%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .step {
    width: 85%;
    margin-top: 0;
  }
}
.step span {
  font-size: 28px;
}

.flow-box-title {
  background-color: #00a3c4;
  color: #ffffff;
  width: 200px;
  padding: 20px;
}
@media screen and (max-width: 1025px) {
  .flow-box-title {
    padding: 14px;
  }
}
@media screen and (max-width: 767px) {
  .flow-box-title {
    width: 100%;
    display: flex;
    box-sizing: border-box;
  }
}

.flow-box-text {
  width: 600px;
  padding: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 1025px) {
  .flow-box-text {
    width: 100%;
    height: 100px;
    margin-bottom: 32px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .flow-box-text {
    width: 100%;
    height: 160px;
    box-sizing: border-box;
  }
}

.sankaku {
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top: 22px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .sankaku {
    display: none;
  }
}

.flow-box-title2 {
  background-color: #008ec4;
}

.flow-box-title3 {
  background-color: #007bc4;
}

.flow-box-title4 {
  background-color: #006fc4;
}

.flow-box-title5 {
  background-color: #1668cf;
}

.practice-bg {
  background: url(../img/practicebg.jpg) no-repeat center center/cover;
  width: 100vw;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 120px;
  padding-top: 280px;
}
@media screen and (max-width: 767px) {
  .practice-bg {
    height: 50vh;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}

.practice-wrap {
  background-color: #ffffff;
  width: 1160px;
  height: auto;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -220px;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .practice-wrap {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .practice-wrap {
    width: 100%;
    margin-top: 0;
  }
}
.practice-wrap h3 {
  text-align: center;
  color: #1668cf;
  margin-top: 90px;
  font-size: 20px;
}
.practice-wrap p {
  width: 720px;
  margin: auto;
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 1025px) {
  .practice-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .practice-wrap p {
    width: 100%;
  }
}
.practice-wrap h4 {
  width: 720px;
  margin: auto;
  margin-top: 45px;
  color: #70a8e1;
  font-size: 14px;
}
@media screen and (max-width: 1025px) {
  .practice-wrap h4 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .practice-wrap h4 {
    width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .practice-content-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 12px;
  }
}

.need-wrap {
  width: 720px;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .need-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .need-wrap {
    width: 100%;
  }
}

.need {
  width: 360px;
  padding: 20px;
  background-color: #70a8e1;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (max-width: 1025px) {
  .need {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .need {
    width: 100%;
  }
}

.practice-img-pass {
  position: absolute;
  right: 0;
  top: -110px;
}
@media screen and (max-width: 767px) {
  .practice-img-pass {
    top: -55px;
    width: 80%;
  }
}
@media screen and (max-width: 1025px) {
  .practice-img-pass img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .practice-img-pass img {
    width: 100%;
  }
}

.practice-flow {
  background: linear-gradient(to right, #d8ecff, #ebf8ff);
  padding-top: 90px;
  padding-bottom: 90px;
}
.practice-flow h3 {
  text-align: center;
  color: #1668cf;
}

.practice-flow-box-wrap {
  display: flex;
  width: 1155px;
  margin: auto;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1025px) {
  .practice-flow-box-wrap {
    width: 100%;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .practice-flow-box-wrap {
    width: 100%;
  }
}

.practice-flow-box {
  width: 260px;
  height: 200px;
  margin-right: 30px;
  position: relative;
  opacity: 0;
  margin-top: 20px;
}
.practice-flow-box.js-scroll-on {
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1025px) {
  .practice-flow-box {
    height: auto;
    width: 22%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .practice-flow-box {
    margin-right: 0;
  }
}

.practice-flow-box-content {
  background-color: #ffffff;
  width: 260px;
  height: 200px;
  padding-top: 30px;
}
@media screen and (max-width: 1025px) {
  .practice-flow-box-content {
    width: 100%;
    padding: 6px;
  }
}
@media screen and (max-width: 767px) {
  .practice-flow-box-content {
    width: 78%;
    margin: 0 auto;
    padding: 24px;
    height: 35vh;
    max-width: 260px;
    max-height: 230px;
  }
}
.practice-flow-box-content .title {
  color: #70a8e1;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.practice-flow-box-content .text {
  font-size: 14px;
  margin-left: 30px;
  margin-top: 15px;
  width: 200px;
  line-height: 1.7;
}
@media screen and (max-width: 1025px) {
  .practice-flow-box-content .text {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .practice-flow-box-content .text {
    width: 100%;
    margin-left: 0;
  }
}

.practice-flow-box:nth-child(1) {
  transition-delay: 500ms;
}

.practice-flow-box:nth-child(2) {
  transition-delay: 700ms;
}

.practice-flow-box:nth-child(3) {
  transition-delay: 900ms;
}

.practice-flow-box:nth-child(4) {
  transition-delay: 1100ms;
}

.practice-flow-box:nth-child(5) {
  transition-delay: 1300ms;
}

.practice-flow-box:nth-child(6) {
  transition-delay: 1500ms;
}

.practice-flow-box:nth-child(7) {
  transition-delay: 1700ms;
}

.practice-flow-box:nth-child(8) {
  transition-delay: 1900ms;
}

.practice-flow-box-last {
  margin-right: 0;
}

.practice-flow-sankaku {
  color: #1668cf;
  position: absolute;
  top: 40%;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .practice-flow-sankaku {
    display: none;
  }
}

.number {
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat";
  color: #1668cf;
  font-weight: 700;
}

.number:after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 10px;
  height: 1px;
  background: #1668cf;
}

.postscript {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .postscript {
    width: 94%;
    margin: 50px auto 0;
  }
}

.faq {
  padding-top: 120px;
}

.faq-wrap {
  width: 1150px;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .faq-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrap {
    width: 100%;
  }
}
.faq-wrap h3 {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 35px;
  color: #1668cf;
}

.accordion-container {
  width: 780px;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .accordion-container {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .accordion-container {
    width: 95%;
  }
}

.accordion-title {
  border-top: #b2cbe3 1px solid;
  border-bottom: #b2cbe3 1px solid;
  padding: 20px;
  cursor: pointer;
  margin-top: 1px;
  font-size: 14px;
}
.accordion-title span {
  color: #1668cf;
  font-family: Montserrat;
  font-weight: 700;
  width: 40px;
  display: inline-block;
  letter-spacing: 0px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .accordion-title span {
    width: auto;
    margin: 0 12px 0 0;
  }
}
.accordion-title.open {
  background-color: #1668cf;
  color: #ffffff;
}
.accordion-title.open span {
  color: #ffffff;
}

.accordion-content {
  display: none;
  padding: 20px;
  padding-left: 100px;
  border-top: #b2cbe3 1px solid;
  border-bottom: #b2cbe3 1px solid;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .accordion-content {
    padding: 20px;
  }
}

.accordion-title {
  position: relative;
}

/* 縦線 */
.accordion-title::before {
  background: #1668cf; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform 0.3s ease-in-out;
  width: 10px; /* 線の幅 */
}
@media screen and (max-width: 767px) {
  .accordion-title::before {
    right: 10px;
  }
}

/* 横線 */
.accordion-title::after {
  background: #1668cf; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transition: opacity 0.3s ease-in-out;
  width: 10px; /* 線の幅 */
}
@media screen and (max-width: 767px) {
  .accordion-title::after {
    right: 10px;
  }
}

/* 縦線(クリック後) */
.accordion-title.open::before {
  background-color: #ffffff;
  transform: rotate(140deg);
}

/* 横線(クリック後) */
.accordion-title.open::after {
  background-color: #ffffff;
  transform: rotate(40deg);
}

.entry-form-bg {
  height: 500px;
  background: linear-gradient(to right, #003ac2, #009dc5);
  margin-top: 120px;
}

.entory-form-wrap {
  width: 1150px;
  position: relative;
  margin: 0 auto;
  margin-top: -350px;
}
@media screen and (max-width: 1025px) {
  .entory-form-wrap {
    width: 100%;
    margin-top: -430px;
  }
}
@media screen and (max-width: 767px) {
  .entory-form-wrap {
    width: 100%;
    margin-top: -430px;
  }
}

.entory-sec-title {
  margin: auto;
  color: #ffffff;
}

.entory-sec-title::before {
  background-color: #ffffff;
}

.entory-form-img-pass {
  position: absolute;
  top: -120px;
  left: -8px;
}
@media screen and (max-width: 767px) {
  .entory-form-img-pass {
    top: -60px;
    left: 12px;
    width: 80%;
  }
}
@media screen and (max-width: 1025px) {
  .entory-form-img-pass img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entory-form-img-pass img {
    width: 100%;
  }
}

.contact-form {
  background-color: #ebf8ff;
  width: 1040px;
  margin: 64px auto;
  padding: 90px;
}
@media screen and (max-width: 1025px) {
  .contact-form {
    width: 95%;
    padding: 10% 5% 15%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    width: 95%;
    padding: 10% 5% 15%;
  }
}
.contact-form dl {
  display: flex;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .contact-form dl {
    display: block;
  }
}
.contact-form dt {
  width: 20%;
  text-align: left;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .contact-form dt {
    width: 100%;
  }
}
.contact-form dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .contact-form dd {
    width: 100%;
  }
}

.entory-form-table {
  width: 800px;
  margin: auto;
  font-size: 14px;
  border-spacing: 0px 20px;
}
@media screen and (max-width: 1025px) {
  .entory-form-table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entory-form-table {
    width: 100%;
  }
}
.entory-form-table th {
  width: 180px;
  text-align: left;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .entory-form-table th {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .entory-form-table td {
    display: block;
  }
}

input {
  background-color: #ffffff;
  width: 620px;
  height: 50px;
  border-radius: 5px;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 1025px) {
  input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  input {
    width: 100%;
  }
}
input:focus {
  outline: solid 2px #003ac2;
}

.tel {
  width: 260px;
}
@media screen and (max-width: 1025px) {
  .tel {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tel {
    width: 100%;
  }
}

.born {
  width: 260px;
}
@media screen and (max-width: 1025px) {
  .born {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .born {
    width: 100%;
  }
}

select {
  background-color: #ffffff;
  width: 20%;
  height: 50px;
  border-radius: 5px;
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  margin-right: 12px;
  background-image: url(../img/icon_select.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 7px center;
}
@media screen and (max-width: 767px) {
  select {
    width: 80%;
    margin-bottom: 12px;
  }
}

.error_blank {
  color: #ff0000;
  display: block;
  font-size: 15px;
}

#mail_form ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  #mail_form ul {
    display: block;
  }
}
#mail_form input[type=radio] {
  width: 30px;
  height: 22px;
  font-size: 20px;
  margin-right: 5px;
}
#mail_form input[type=radio]:focus {
  outline: none;
}
#mail_form label {
  height: 50px;
  display: flex;
  align-items: center;
  margin-right: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #mail_form label {
    margin-right: 4px;
    font-size: 14px;
  }
}

textarea {
  background-color: #ffffff;
  width: 80%;
  height: 200px;
  border-radius: 5px;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
}
textarea:focus {
  outline: solid 2px #003ac2;
}
@media screen and (max-width: 1025px) {
  textarea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  textarea {
    width: 100%;
  }
}

.submit-btn {
  display: block;
  width: 400px;
  height: 90px;
  margin: auto;
  background: linear-gradient(to right, #003ac2, #009dc5);
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 1025px) {
  .submit-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .submit-btn {
    width: 100%;
  }
}

.submit-btn-wrap {
  position: relative;
  width: 400px;
  height: 90px;
  margin: auto;
  background: linear-gradient(to right, #003ac2, #009dc5);
}
@media screen and (max-width: 1025px) {
  .submit-btn-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .submit-btn-wrap {
    width: 100%;
  }
}
.submit-btn-wrap span {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  bottom: 18px;
  left: 44%;
  font-family: "Montserrat";
}

.submit-btn-wrap::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  top: 28px;
  left: 14px;
  transform: rotate(-90deg);
}

.footer-entry-btn {
  display: block;
  width: 240px;
  background: #fff2f4;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New";
  padding: 25px;
  position: relative;
  margin-top: 45px;
  margin-left: auto;
  border: solid 1px #F5758B;
}
@media screen and (max-width: 1025px) {
  .footer-entry-btn {
    width: 80%;
    margin: 45px auto;
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer-entry-btn {
    width: 100%;
    padding: 32px;
  }
}
.footer-entry-btn a {
  color: #f5758b;
}
.footer-entry-btn img {
  position: absolute;
  top: 30px;
  margin-left: 5px;
}

.footer-entry-btn-line::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #f5758b;
  position: absolute;
  top: 24px;
  left: 14px;
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}

.footer-wrap {
  display: flex;
  width: 1150px;
  margin: auto;
  margin-top: 183px;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .footer-wrap {
    width: 95%;
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    width: 95%;
    display: block;
    margin-top: 0;
  }
}

.footer-left h5 {
  font-size: 20px;
}
.footer-left p {
  margin-top: 15px;
  font-size: 12px;
}

.footer-left p:nth-of-type(1) {
  margin-top: 0;
  font-size: 20px;
}

.footer-right ul {
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer-right ul {
    display: block;
    margin: 24px 0;
  }
}
.footer-right li {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer-right li {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.footer-right li a {
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .footer-right li a {
    color: #70a8e1;
  }
}
.footer-right li:last-child {
  margin-right: 0;
}

.copy {
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #ffffff;
  background-color: #19284b;
  text-align: center;
  margin-top: 64px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .copy {
    margin-top: 24px;
    text-align: start;
    padding: 16px;
  }
}/*# sourceMappingURL=style.css.map */