/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 15px;
  background-color: #fff;
  z-index: 10;
}
.header-logo {
  margin-top: 25px;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 190px;
  width: 100%;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 910px;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .global-nav {
  max-width: 715px;
  width: 100%;
  margin-top: 39px;
}
.header .global-nav-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 20px;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 20px;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #003b7a !important;
}
.header .global-nav-list-item a:hover {
  opacity: 0.8;
}
.header .global-nav-list-item a.current {
  opacity: 0.8;
}
.header-btn {
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
}
.header-btn:hover {
  opacity: 0.8;
}
.header .main-visual {
  width: 100%;
  height: 350px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #003b7a;
  z-index: -1;
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1842px;
  width: 95%;
  height: 100%;
  z-index: 1;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .header .main-visual-img img {
    -o-object-position: -325px 0;
       object-position: -325px 0;
  }
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1660px;
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 30px;
  z-index: 5;
}
.header .main-visual-textbox img {
  height: 145px;
}
.header .sub-visual {
  width: 100%;
  height: 230px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #003b7a;
  z-index: -1;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  left: -11px;
  bottom: -10px;
  width: 130px;
  height: 117px;
  background: center/contain no-repeat url(../images/kids/sub-visual-deco.png);
  z-index: 1;
}
.header .sub-visual-inner {
  max-width: 1280px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  position: absolute;
  top: 0;
  right: -20px;
  max-width: 1842px;
  width: 95%;
  height: 100%;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 5;
}
.header .sub-visual-textbox img {
  height: 30px;
}
.header .fix-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.header .fix-btn:hover {
  opacity: 0.7;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-worry {
  overflow: hidden;
  background-color: #003b7a;
  position: relative;
  z-index: 1;
}
.top-worry::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 296px;
  height: 336px;
  background: center/contain no-repeat url(../images/top/top-worry-bg-r-t.png);
  z-index: -1;
}
.top-worry::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 293px;
  height: 286px;
  background: center/contain no-repeat url(../images/top/top-worry-bg-l-b.png);
  z-index: -1;
}
.top-worry-inner {
  max-width: 1110px;
}
.top-worry-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.top-worry-title::before {
  position: absolute;
  content: "";
  left: -32px;
  bottom: 0;
  width: 34px;
  height: 39px;
  background: center/contain no-repeat url(../images/top/top-worry-title-l.png);
}
.top-worry-title::after {
  position: absolute;
  content: "";
  right: -32px;
  bottom: 0;
  width: 34px;
  height: 39px;
  background: center/contain no-repeat url(../images/top/top-worry-title-r.png);
}
.top-worry-title .accent {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 8px 10px;
  margin: 0 10px;
  text-shadow: 3px 5px 2px rgba(25, 25, 25, 0.15);
  background-color: #fabe00;
}
.top-worry-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-worry-list-item {
  max-width: 342px;
  width: 100%;
  height: 342px;
  padding-top: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #f657a2;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(246, 87, 162, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(246, 87, 162, 0.15);
}
.top-worry-list-item:nth-child(2) {
  border: 3px solid #2bb77e;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(43, 183, 126, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(43, 183, 126, 0.15);
}
.top-worry-list-item:nth-child(2) .top-worry-btn {
  background-color: #2bb77e;
}
.top-worry-list-item:nth-child(3) {
  border: 3px solid #fabe00;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(250, 190, 0, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(250, 190, 0, 0.15);
}
.top-worry-list-item:nth-child(3) .top-worry-btn {
  background-color: #fabe00;
}
.top-worry-list-item:nth-child(4) {
  border: 3px solid #08bce9;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(8, 188, 233, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(8, 188, 233, 0.15);
}
.top-worry-list-item:nth-child(4) .top-worry-btn {
  background-color: #08bce9;
}
.top-worry-list-item:nth-child(5) {
  border: 3px solid #ff7800;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(255, 120, 0, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(255, 120, 0, 0.15);
}
.top-worry-list-item:nth-child(5) .top-worry-btn {
  background-color: #ff7800;
}
.top-worry-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-worry-list-title {
  min-height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #003b7a;
  text-align: center;
  margin-bottom: 16px;
}
.top-worry-icon {
  max-width: 130px;
  width: 100%;
  height: 110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-worry-btn {
  max-width: 200px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff !important;
  background-color: #f657a2;
  border-radius: 25px;
  position: relative;
}
.top-worry-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 9px;
  background: center/cover no-repeat url(../images/top/top-worry-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-worry-btn:hover {
  opacity: 0.8;
}
.top-worry-btn:hover::before {
  right: 10px;
}
.top-worry-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 22px 15px;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.top-about {
  overflow: hidden;
  background-color: #fff9f1;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-line.png);
}
.top-about::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-line.png);
}
.top-about-inner {
  padding: 97px 0 170px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 21px;
  left: -22px;
  width: 165px;
  height: 113px;
  background: center/contain no-repeat url(../images/top/top-about-bgl-t.png);
  z-index: -1;
}
.top-about-inner::after {
  position: absolute;
  content: "";
  top: 3px;
  right: -30px;
  width: 155px;
  height: 110px;
  background: center/contain no-repeat url(../images/top/top-about-bg-r-t.png);
  z-index: -1;
}
.top-about-title {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.top-about-title .accent01 {
  font-size: 2.4rem;
  color: #f657a2;
}
.top-about-title .accent02 {
  color: #2bb77e;
}
.top-about-title .accent03 {
  color: #ff7800;
}
.top-about-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.top-about-sub-title {
  text-align: center;
  margin-bottom: 40px;
}
.top-about-sub-title img {
  height: 75px;
}
.top-about-wrap {
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top-about-wrap::before {
  position: absolute;
  content: "";
  bottom: -122px;
  left: -26px;
  width: 184px;
  height: 120px;
  background: center/contain no-repeat url(../images/top/top-about-bg-l-b.png);
}
.top-about-textbox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 12px;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
  position: relative;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: -70px;
  left: -48px;
  width: 143px;
  height: 161px;
  background: center/contain no-repeat url(../images/top/top-about-deco-l.png);
}
.top-about-textbox::after {
  position: absolute;
  content: "";
  bottom: -150px;
  right: -16px;
  width: 153px;
  height: 167px;
  background: center/contain no-repeat url(../images/top/top-about-bg-r-b-sp.png);
  z-index: -1;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 700;
}
.top-about-text .accent {
  font-size: 1.7rem;
  color: #f657a2;
}

.top-course {
  position: relative;
  z-index: 1;
}
.top-course::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  background: center/cover no-repeat url(../images/top/top-course-bg-bottom.png);
  z-index: -1;
}
.top-course-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 23px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-course-title::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 10px;
  margin-bottom: 6px;
  background-color: #f657a2;
  border-radius: 50%;
}
.top-course-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.top-course-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 35px;
}
.top-course-text .accent {
  display: inline;
  padding: 5px;
  margin-right: 7px;
  color: #fff;
  text-align: center;
  background-color: #003b7a;
}
.top-course-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-course-list-item {
  max-width: 290px;
  width: 100%;
}
.top-course-list-item:nth-child(2) a {
  background-color: #fabe00;
}
.top-course-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/top/top-course-arrow02.png);
}
.top-course-list-item:nth-child(3) a {
  background-color: #08bce9;
}
.top-course-list-item:nth-child(3) a::before {
  background: center/cover no-repeat url(../images/top/top-course-arrow03.png);
}
.top-course-list-item:nth-child(4) a {
  background-color: #2bb77e;
}
.top-course-list-item:nth-child(4) a::before {
  background: center/cover no-repeat url(../images/top/top-course-arrow04.png);
}
.top-course-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-course-list-item a {
  width: 100%;
  height: 100%;
  background-color: #f657a2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
  position: relative;
}
.top-course-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background: center/cover no-repeat url(../images/top/top-course-arrow01.png);
}
.top-course-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.top-course-list-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.top-course-img {
  max-width: 296px;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.top-feature {
  background-color: #fabe00;
}
.top-feature-inner {
  padding-bottom: 112px;
  max-width: 1120px;
}
.top-feature-title {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  text-align: center;
}
.top-feature-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.top-feature-title-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 11px;
}
.top-feature-title-flex::before {
  content: "";
  width: 24px;
  height: 29px;
  margin-right: 1px;
  background: center/contain no-repeat url(../images/top/top-feature-title-l.png);
}
.top-feature-title-flex::after {
  content: "";
  width: 24px;
  height: 29px;
  margin-left: 1px;
  background: center/contain no-repeat url(../images/top/top-feature-title-r.png);
}
.top-feature-title .accent {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #fff;
  padding: 10px 15px;
  text-shadow: 3px 5px 2px rgba(25, 25, 25, 0.15);
  background-color: #f657a2;
}
.top-feature-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-feature-list-item {
  max-width: 356px;
  width: 100%;
  min-height: 435px;
  padding: 28px 26px 15px 26px;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
}
.top-feature-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.top-feature-list-title {
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 14px;
}
.top-feature-icon {
  margin: 0 auto 17px auto;
  text-align: center;
}
.top-feature-text {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.5555;
}

.top-access {
  overflow: hidden;
  background-color: #fff9f1;
  position: relative;
  z-index: 1;
}
.top-access::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-line.png);
}
.top-access::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-line.png);
}
.top-access-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.top-access-img {
  margin-bottom: 20px;
}
.top-access-textbox {
  max-width: 622px;
  width: 100%;
}
.top-access-table {
  width: 100%;
}
.top-access-table tr {
  display: block;
}
.top-access-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.top-access-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 20px 0;
  text-align: center;
  background-color: #003b7a;
  vertical-align: middle;
}
.top-access-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 13px;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(25, 25, 25, 0.1);
          box-shadow: 1px 1px 2px 0 rgba(25, 25, 25, 0.1);
}
.top-access-tel-txt img {
  display: block;
}
.top-access-map {
  width: 100%;
  height: 60vw;
}
.top-access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.reserve {
  background-color: #003b7a;
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 296px;
  height: 336px;
  background: center/contain no-repeat url(../images/top/reserve-bg-l.png);
  z-index: -1;
}
.reserve::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 293px;
  height: 286px;
  background: center/cover no-repeat url(../images/top/reserve-bg-r.png);
  z-index: -1;
}
.reserve-title {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 30px;
  position: relative;
}
.reserve-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 54px;
  height: 28px;
  background: center/contain no-repeat url(../images/top/reserve-title-deco.png);
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 25px;
}
.reserve-link-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-link-list-item {
  max-width: 350px;
  width: 100%;
}
.reserve-link-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.reserve-link-list-item:nth-child(2) a {
  background-color: #fabe00;
}
.reserve-link-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/top/reserve-arrow02.png);
}
.reserve-link-list-item:nth-child(2) a .reserve-link-title {
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}
.reserve-link-list-item a {
  width: 100%;
  height: 100%;
  padding: 35px 0;
  text-align: center;
  background-color: #08bce9;
  position: relative;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
}
.reserve-link-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background: center/cover no-repeat url(../images/top/reserve-arrow01.png);
}
.reserve-link-list-item a:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-link-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.reserve-link-icon {
  margin-bottom: 25px;
}
.reserve-sub-title {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 3px 5px 2px rgba(25, 25, 25, 0.15);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
  background-color: #f657a2;
}
.reserve-list {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 30px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-list-item {
  max-width: 230px;
  width: 100%;
  text-align: center;
}
.reserve-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.reserve-list-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
}
.reserve-icon {
  margin-bottom: 15px;
}
.reserve-btn {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.news {
  background: center/cover no-repeat url(../images/top/news-bg.png);
  position: relative;
  z-index: 2;
}
.news-inner {
  max-width: 1280px;
  position: relative;
}
.news-textbox {
  padding: 25px 10px;
  background-color: #fff;
  position: relative;
}
.news-section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #003b7a;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.news-section-title::before {
  content: "";
  width: 32px;
  height: 43px;
  margin-right: 8px;
  background: center/contain no-repeat url(../images/top/news-title-deco.png);
}
.news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 24px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #003b7a;
  text-align: right;
  letter-spacing: 0.12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.news-visual {
  width: 100%;
  height: 176px;
  margin-bottom: 13px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: 100%;
  color: #003b7a;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 11px;
  background-color: #f657a2;
}
.news-accent-tag:not(:last-child) {
  margin-right: 13px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #003b7a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
}
.news .more-btn {
  position: absolute;
  top: 37px;
  right: 15px;
  max-width: 100px;
  width: 100%;
}
.news .more-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #003b7a;
  border: 2px solid #003b7a;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #003b7a;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #003b7a;
  border-bottom: 1px solid #003b7a;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #003b7a;
  border-right: 1px solid #003b7a;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #003b7a !important;
}
.news-detail .paginated-link a:hover {
  color: #003b7a !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
kids
==========================================*/
.about {
  background-color: #003b7a;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  top: -45px;
  right: 0;
  width: 296px;
  height: 336px;
  background: center/cover no-repeat url(../images/top/top-worry-bg-r-t.png);
  z-index: -1;
}
.about::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 293px;
  height: 286px;
  background: center/cover no-repeat url(../images/top/top-worry-bg-l-b.png);
  z-index: -1;
}
.about-inner {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.about-inner::before {
  position: absolute;
  content: "";
  top: 138px;
  right: -14px;
  width: 63px;
  height: 58px;
  background: center/contain no-repeat url(../images/kids/about-deco-r-t.png);
}
.about-inner::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 20px;
  width: 80px;
  height: 73px;
  background: center/contain no-repeat url(../images/kids/about-deco-r-b.png);
}
.about-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px 8px;
  margin-bottom: 30px;
  text-shadow: 3px 5px 2px rgba(25, 25, 25, 0.15);
  background-color: #f657a2;
}
.about-title .s-font {
  font-size: 2rem;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.about-img {
  margin-left: -14px;
}
.about-textbox {
  max-width: 513px;
  width: 100%;
}
.about-text {
  min-height: 140px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
.about-table {
  width: 100%;
}
.about-table tr {
  display: block;
}
.about-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.about-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 24px 0;
  text-align: center;
  background-color: #ff7800;
  vertical-align: middle;
}
.about-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 13px;
  vertical-align: middle;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(25, 25, 25, 0.1);
          box-shadow: 1px 1px 2px 0 rgba(25, 25, 25, 0.1);
}
.about-sub-content {
  padding: 73px 20px 20px 20px;
  background-color: #fff;
  position: relative;
}
.about-sub-title {
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 13px;
  width: 100%;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #003b7a;
  border: 3px solid #fff;
}
.about-sub-title::before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -14px;
  width: 50px;
  height: 66px;
  background: center/cover no-repeat url(../images/kids/about-sub-title-l.png);
}
.about-sub-title::after {
  position: absolute;
  content: "";
  top: -13px;
  right: -15px;
  width: 40px;
  height: 67px;
  background: center/cover no-repeat url(../images/kids/about-sub-title-r.png);
}
.about-sub-img {
  max-width: 300px;
  width: 100%;
  height: 216px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-list {
  max-width: 663px;
  width: 100%;
}
.about-list-item {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.about-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 17px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/kids/about-check.png);
}
.about-list-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 59, 122, 0.5);
}

.feature {
  overflow: hidden;
  background-color: #fff9f1;
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-line.png);
}
.feature::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-line.png);
}
.feature-content {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-img {
  position: relative;
  z-index: 1;
}
.feature-textbox {
  max-width: 400px;
  width: 100%;
  padding: 25px 20px;
  margin-top: -10px;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
}
.feature-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.feature-title .accent {
  display: inline-block;
  color: #fff;
  padding: 8px;
  margin-right: 6px;
  background-color: #ff7800;
  text-shadow: 3px 5px 2px rgba(25, 25, 25, 0.15);
}
.feature-sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 18px;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(0, 59, 122, 0.5);
}
.feature-sub-title .accent {
  font-size: 2.1rem;
  color: #f657a2;
  letter-spacing: 0.08em;
}
.feature-sub-title .line {
  display: block;
  margin-left: 89px;
  letter-spacing: 0.08em;
  margin-top: 13px;
}
.feature-sub-title .line02 {
  display: block;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 13px;
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.12em;
}

.skill {
  overflow: hidden;
}
.skill-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.skill-img {
  margin-bottom: 20px;
}
.skill-textbox {
  max-width: 570px;
  width: 100%;
}
.skill-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.skill-title::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 20px;
  margin-bottom: 6px;
  background-color: #f657a2;
  border-radius: 50%;
}
.skill-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.skill-list-item {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.skill-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-top: 9px;
  background-color: #003b7a;
  border-radius: 50%;
}
.skill-list-item .accent {
  color: #f657a2;
}
.skill-list-item:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 59, 122, 0.5);
}

.voice {
  overflow: hidden;
  background: left top/1920px 1478px repeat url(../images/kids/voice-bg.png);
}
.voice-inner .cmn-title {
  font-size: 2.2rem;
}
.voice-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
}
.voice-content:not(:last-of-type) {
  margin-bottom: 25px;
}
.voice-img {
  max-width: 320px;
  width: 100%;
  height: 165px;
  margin-bottom: 20px;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
}
.voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-textbox {
  max-width: 500px;
  width: 100%;
}
.voice-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 59, 122, 0.5);
}
.voice-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.555;
  letter-spacing: 0.12em;
}
.voice-body img {
  max-width: 100%;
}

.guide {
  overflow: hidden;
}
.guide-banner {
  display: block;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 5px 50px 5px;
  background: right bottom/51px 51px no-repeat url(../images/kids/guide-arrow.png), center/cover no-repeat url(../images/kids/guide-banner-bg.png);
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
  position: relative;
}
.guide-banner::before {
  position: absolute;
  content: "";
  left: 30px;
  bottom: 2px;
  width: 139px;
  height: 70px;
  background: center/contain no-repeat url(../images/kids/guide-deco01.png);
}
.guide-banner::after {
  position: absolute;
  content: "";
  right: 50px;
  bottom: 2px;
  width: 125px;
  height: 65px;
  background: center/contain no-repeat url(../images/kids/guide-deco02.png);
}
.guide-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.guide-title {
  text-align: center;
}
/*========================================
lower
==========================================*/
#lower .about-title {
  background-color: #fabe00;
}

/*========================================
upper
==========================================*/
#upper .about-title {
  background-color: #08bce9;
}
#upper .feature-content:nth-of-type(1) .line {
  margin-left: 130px;
}
#upper .feature-content:nth-of-type(4) .line {
  margin-left: 150px;
}
#upper .feature-content:nth-of-type(5) .line {
  margin-left: 135px;
}

/*========================================
exam
==========================================*/
#exam .about-inner {
  padding-bottom: 20px;
}
#exam .about-title {
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #2bb77e;
}
#exam .about-content {
  margin-bottom: 0;
}

.merit {
  overflow: hidden;
  background-color: #fff9f1;
  position: relative;
  z-index: 1;
}
.merit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-line.png);
}
.merit::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-line.png);
}
.merit-inner {
  max-width: 1117px;
}
.merit-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.merit-list-item {
  max-width: 356px;
  width: 100%;
  min-height: 435px;
  padding: 27px 27px 10px 27px;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
          box-shadow: 3px 5px 2px 0 rgba(25, 25, 25, 0.15);
}
.merit-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.merit-img {
  text-align: center;
  margin-bottom: 15px;
}
.merit-title {
  min-height: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 10px;
}
.merit-text {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.5555;
}

.step {
  overflow: hidden;
}
.step-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.step-title::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 20px;
  margin-bottom: 6px;
  background-color: #f657a2;
  border-radius: 50%;
}
.step-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.step-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.step-img {
  margin-bottom: 20px;
}
.step-textbox {
  max-width: 570px;
  width: 100%;
}
.step-list-item {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.step-list-item .accent {
  color: #f657a2;
}
.step-list-item:nth-child(2) .step-list-title .accent {
  color: #08bce9;
}
.step-list-item:nth-child(3) .step-list-title .accent {
  color: #fabf02;
}
.step-list-item:not(:last-child) {
  margin-bottom: 35px;
}
.step-list-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(0, 59, 122, 0.5);
}
.step-list-title .accent {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.step-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 20px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #003b7a;
}
.contact-form-table tr th .s-font {
  font-size: 1.4rem;
}
.contact-form-table tr td {
  font-size: 1.6rem;
  font-weight: 500;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #003b7a;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #003b7a;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #003b7a;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #003b7a;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #003b7a;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #003b7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #003b7a;
  border-right: 1px solid #003b7a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #003b7a !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  margin-bottom: 11vw;
  background-color: #fff;
}
.footer-inner {
  padding: 30px 0 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  width: 65%;
  margin-bottom: 25px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 490px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.footer-flex {
  max-width: 418px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.footer-address {
  max-width: 240px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-textbox {
  max-width: 280px;
  width: 100%;
  position: relative;
}
.footer-text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-text .accent {
  display: inline-block;
  width: 80px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  margin-right: 12px;
  padding: 5px 0;
  background-color: #003b7a;
}
.footer-map {
  max-width: 120px;
  width: 100%;
}
.footer-map:hover {
  opacity: 0.7;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 14px;
  margin-bottom: 29px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-tel::before {
  content: "";
  width: 29px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-right {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.footer-link {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-btn {
  max-width: 250px;
  width: 100%;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 13px;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-sns-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sns-list-item:not(:last-child) {
  margin-right: 28px;
}
.footer-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  width: 100%;
  margin-top: 30px;
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 13px;
}
.footer-nav-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 13px;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}
.footer-nav-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 20px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-sub-list-item a::before {
  content: "";
  width: 5px;
  height: 10px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.7;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.footer-bottom {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #003b7a;
}
.footer-bottom-inner {
  padding: 17px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
.footer-bottom #copyright a {
  color: #fff !important;
}