@charset "utf-8";

/* wrapper
---------------------------------- */

._inner {
  width: 90%;
  margin: 0 auto;
  max-width: 798px;
}

@media screen and (max-width: 768px) {
  ._inner {
    width: 90%;
    margin: 0 auto;
    max-width: 798px;
  }
}

._inner12 {
  width: 95%;
  margin: 0 auto;
  max-width: 798px;
}

@media screen and (max-width: 768px) {
  ._inner12 {
    width: 90%;
  }
}
.ta-c {
  text-align: center !important;
}
/* ----------------------------------
loading
---------------------------------- */

.online_virus {
  position: relative;
}

.camp_area {
  background-color: #e85398;
  position: relative;
  overflow: hidden;
  /* padding: 70px 0; */
}

/* @media all and (max-width: 767px) {
  .camp_area {
    padding: 30px 0;
  }
} */
.camp_ttl {
  position: relative;
  z-index: 1;
  margin-bottom: -6%;
  /* transform: rotate(-10deg); */
  /* padding: 10px 0 0; */
}
.camp_area .camp_ttl img {
  position: relative;
  z-index: 1;
}
.camp_ttl::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  width: 110vw;
  height: 74%;
  margin: auto calc(50% - 50vw);
  transform: skewX(-10deg) rotate(-11deg);
  transform-origin: center;
}

.camp_content {
  margin-top: -10%;
  position: relative;
  z-index: 1;
}

/* ----------------------------------
.choice_wrapper
---------------------------------- */

.cov_banner_wrap {
  width: 90%;
  max-width: 798px;
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
}

.cov_banner {
  width: 100%;
  padding: 2.3% 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #00a2ac;
  border-radius: 10px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.cov_banner > figure {
  width: 23%;
}

.cov_banner > ul {
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.cov_banner > ul > li {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .cov_banner {
    justify-content: center;
    padding: 20px 2.5%;
  }

  .cov_banner > figure {
    width: 64%;
    padding-bottom: 10px;
  }

  .cov_banner > ul {
    width: 100%;
  }

  .cov_banner > ul > li {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
}

/* --------------------------- */
.choice_wrapper {
  width: 100%;
  padding: 0 0 90px;
  background: linear-gradient(180deg, #c50018 20%, #98000c 50%, #7f0000 100%);
  position: relative;
  padding: 60px 0;
}

.choice_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  background-image: url(../img/bg_pattern.jpg);
  background-repeat: repeat;
  opacity: 0.1;
}

.choice_rank {
  max-width: 1140px;
  width: 97%;
  margin: auto;
  position: relative;
}

.choice_rank .choice_ttl {
  width: 90%;
  margin: 0 auto;
}
.choice_rank .choice_con {
  width: 90%;
  padding-top: 30px;
  margin: 0 auto;
}

/* ----------------------------------
.sp_tlink_wrapper
---------------------------------- */

.sp_tlink_wrapper .sp_inner {
  width: 90%;
  max-width: 798px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.sp_tlink_wrapper .sp_inner > h3 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  font-size: 2.4rem;
  font-weight: bold;
}

.sp_tlink_wrapper .sp_inner > a {
  display: block;
  width: 31%;
}
.aizu .sp_tlink_wrapper .sp_inner > a {
  width: 23%;
}

@media all and (max-width: 767px) {
  .aizu .sp_tlink_wrapper .sp_inner > a {
    width: 31%;
    margin: 0 2%;
  }
}

/*--------------------------------------
 top con wrapper
-------------------------------------- */
.top_content_wrapper {
  width: 100%;
  position: relative;
  background-color: #e60012;
  padding-top: 110px;
}

.top_content_wrapper * {
  position: relative;
}

.top_content_wrapper > h2 {
  width: 90%;
  max-width: 798px;
  margin: 0 auto 110px;
}

.top_content_wrapper > h2 > .pc {
  width: 37.5%;
}

.top_content_wrapper > h2 > img {
  width: 62.5%;
}

@media all and (max-width: 768px) {
  .top_content_wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 40px;
  }

  .top_content_wrapper * {
    position: relative;
  }

  .top_content_wrapper > h2 {
    width: 70%;
    margin: 0 auto 11vw;
  }

  .top_content_wrapper > h2 > img {
    width: 100%;
  }
}

/*recomen_area
--------------------- */
.recomen_area {
  padding-bottom: 70px;
}
.recomen_area::before {
  content: "";
  width: 33%;
  border-top: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0%;
}

.recomen_area::after {
  content: "";
  width: 33%;
  border-top: 2px solid #fff;
  position: absolute;
  right: 0;
  top: 0%;
}

.recomen_area .reason_baloon {
  width: 31%;
  position: absolute;
  top: -6.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.recomen_area > div {
  padding: 40px 0 50px;
  border-color: #fff;
  border-width: 0 2px 2px;
  border-style: solid;
  position: relative;
}

.recomen_area > div > p {
  width: 48.5%;
  margin: 0 auto 45px;
}

.recomen_area ul._inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px 2%;
}

.recomen_area ul._inner li {
  width: 48%;
  padding: 0.5em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.recomen_area ul._inner li::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #fff;
  border-bottom: 0;
  transform: skewX(50deg);
  transform-origin: 0 0;
}

@media all and (max-width: 1024px) {
  .recomen_area ul._inner li {
    font-size: 2rem;
  }
}

@media all and (max-width: 768px) {
  .recomen_area {
    padding-bottom: 40px;
  }
  .recomen_area::before {
    width: 20%;
  }

  .recomen_area::after {
    width: 20%;
  }

  .recomen_area > div {
    padding: 10vw 0 20px;
    position: relative;
  }
  .recomen_area > div > p {
    width: 48.5%;
    margin: 0 auto 45px;
  }

  .recomen_area .reason_ttl {
    margin: 0 auto 30px;
    width: 60%;
  }

  .recomen_area .reason_baloon {
    width: 53%;
    top: -2.5%;
  }

  .recomen_area ul._inner {
    width: 95%;
    gap: 20px 2%;
  }

  .recomen_area ul._inner li {
    font-size: 1.3rem;
  }

  .recomen_area ul._inner li:nth-of-type(1) {
    padding: 1.1em 0.5em;
  }
}

/*order_area
--------------------- */

.order_area {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.order_area::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto calc(50% - 50vw);
  z-index: 0;
  background-color: #1f8acc;
}
.order_area > p:first-of-type {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.order_area > span {
  display: block;
  width: 100%;
  margin: 35px 0 40px;
  border-top: 2px solid #fff;
}

.order_area > p:nth-of-type(2) {
  margin-bottom: 35px;
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.order_area > ul > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  /* box-shadow: 6px 7px 5px 0px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  border-radius: 10px;
}

.order_area > ul > li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .order_area > p:first-of-type {
    width: 100%;
  }

  .order_area > span {
    margin: 17px 0 17px;
  }

  .order_area > p:nth-of-type(2) {
    margin-bottom: 25px;
    font-size: 3.5rem;
    line-height: 1.4;
  }

  .order_area > ul > li {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .order_area > p:nth-of-type(2) {
    font-size: 2.4rem;
    text-align: left;
  }
}

/* --------------------------------------
curriculum_area
-------------------------------------- */
.curriculum_area {
  padding: 100px 0 0;
}

.curriculum_area > article {
  /* margin-top: 80px; */
  position: relative;
  padding: 40px 0;
}
@media all and (min-width: 769px) {
  .curriculum_area ._inner12 {
    padding: 20px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .curriculum_area > article::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto calc(50% - 50vw);
    z-index: 0;
  }
  .curriculum_area > article#mid::before {
    background-color: var(--mid-color);
  }
  .curriculum_area > article#hig::before {
    background-color: var(--hig-color);
  }
  .curriculum_area > article#ele::before {
    background-color: var(--ele-color);
  }
}

.curriculum_area > article:first-of-type {
  margin-top: 0;
}
.curriculum_area ._front_ttl {
  position: relative;
  z-index: 1;
}

.curriculum_area > article > h2 {
  width: 100%;
  background-color: #1887cd;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  line-height: 2.1;
  position: relative;
}

.curriculum_area > article > h2 span {
  font-weight: 700;
}

.curriculum_area div._inner {
  padding: 38px 0 60px;
  overflow: hidden;
}
.curriculum_area .link_btn {
  display: block;
  margin-top: 30px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.curriculum_area .link_btn:first-of-type {
  margin-bottom: 45px;
}

.curicu_ele_recommend {
  width: 90%;
}

.curriculum_area ul.curriculum_exa {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-top: 40px;
  gap: 20px 4%;
}

.curriculum_area ul.curriculum_exa li {
  width: 48%;
}

.curriculum_area div p.deco {
  padding-left: 95px;
  margin: 40px 0 0px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 4%,
    rgba(0, 172, 212, 1) 4%
  );
  color: #fff;
  font-size: 2rem;
  position: relative;
}

.note {
  font-size: 13px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .curriculum_area {
    padding: 40px 0 0;
  }

  .curriculum_area > article {
    padding: 20px 0;
  }

  .curriculum_area div._inner {
    padding: 20px 0 3%;
  }

  .curriculum_area .link_btn {
    margin: 30px auto 45px;
  }

  .curicu_ele_recommend {
    width: 100%;
  }

  .curriculum_area ul.curriculum_exa {
    gap: 30px 0;
    padding-bottom: 37px;
  }

  .curriculum_area ul.curriculum_exa li {
    width: 100%;
  }

  ._front_ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .curriculum_area .link_btn {
    margin: 15px auto 30px;
  }
  .curriculum_area ul.curriculum_exa {
    gap: 20px 0;
    padding-bottom: 27px;
  }
  .curriculum_area ul.curriculum_exa li {
    width: 100%;
  }
  .curriculum_area ul.curriculum_voice {
    flex-direction: column;
  }
  .curriculum_area ul.curriculum_voice li {
    width: 100%;
  }
}
/*mid
--------------------- */
/*hig
--------------------- */

/*ele
--------------------- */

/* --------------------------------------
btn_area
-------------------------------------- */

.btn_area {
  width: 100%;
  margin-top: 40px;
  padding: 0px 0 40px;
  text-align: center;
  background-color: #f7f8f8;
}
.btn_area ._inner {
  width: 100%;
}

.btn_area ._inner p {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 30px;
}

.btn_area ._inner .tel {
  width: 85%;
  max-width: 860px;
  margin: 0 auto;
  display: block;
}

.stripe {
  font-weight: bold;
  display: inline-block;
  z-index: 1;
  padding: 20px 40px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  font-size: 3.6rem;
  border-radius: 10px;
  margin: 0 auto 40px;
  min-width: 768px;
  line-height: 1.4;
}

@media screen and (min-width: 900px) {
  .stripe:hover {
    opacity: 1;
  }
}

.contact_area {
  background: #eb6e9d;
}

.stripe::before {
  z-index: -1;
  content: "";
  width: calc(200% + 120px);
  position: absolute;
  left: calc(-100% - 120px);
  height: 100%;
  display: block;
  top: 0;
  transition: 0.3s;
}

.contact_area::before {
  background: #0068b6;
  background: linear-gradient(145deg, #e63e76 50%, #ec6e9d 50%);
}
.contact_area span {
  color: #fff;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

@media screen and (min-width: 900px) {
  .stripe:hover::after {
    z-index: 1;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }

  .stripe:hover::before {
    left: 0;
  }

  .contact_area:hover::after {
    background: linear-gradient(
      135deg,
      rgba(102, 214, 149, 0) 50%,
      #0068b6 50%
    );
  }
}

@media all and (max-width: 1024px) {
  .stripe {
    min-width: 80%;
  }

  .stripe {
    font-size: 2.4rem;
    padding: 1em 1.5em;
    line-height: 1.2;
    margin: 0 auto 30px;
  }
}

@media all and (max-width: 768px) {
  .btn_area {
    padding: 40px 0;
  }

  .btn_area ._inner p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .stripe {
    font-size: 2rem;
    padding: 1em 1.5em;
    line-height: 1.2;
    margin: 0 auto 20px;
  }

  .stripe::before {
    width: calc(200% + 40px);
    position: absolute;
    left: calc(-100% - 40px);
  }

  /*-----------*/
  .btn_area.bg_r {
    padding: 0;
    margin-bottom: 40px;
  }

  .btn_area.bg_r ._inner {
    padding: 0;
    width: 100%;
  }

  .btn_area.bg_r ._inner > div {
    padding: 60px 0%;
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(245, 246, 246, 1) 0%,
      rgba(245, 246, 246, 1) 65%,
      rgba(199, 200, 200, 1) 100%
    );
    position: relative;
    margin-bottom: 40px;
  }

  .btn_area.bg_r ._inner > div > ul {
    width: 100%;
    margin: 0 auto;
  }

  .btn_area.bg_r ul .li_1to1 {
    padding-bottom: 2%;
    margin-left: -2%;
  }

  .btn_area.bg_r ul .li_1to1 img.txt {
    display: block;
    width: 90%;
    padding-top: 10px;
    margin: 0 auto 40px;
  }

  .btn_area.bg_r ul .ctt01_li_logo {
    width: 70%;
    padding-bottom: 3%;
    margin: 0 auto;
  }

  .btn_area.bg_r ul .ctt01_li_yellow {
    width: 75%;
    padding-left: 9%;
    padding-bottom: 8%;
    margin: 0 auto 0;
    display: flex;
    position: relative;
  }

  .btn_area.bg_r ul .ctt01_li_yellow > div {
    text-align: center;
  }

  .btn_area.bg_r ul .ctt01_li_yellow .li_yellow_new {
    width: 16%;
    position: absolute;
    bottom: 0;
    left: 11%;
    top: -7%;
    z-index: 1;
  }

  .btn_area.bg_r ul .ctt01_li_yellow .li_yellow_shido {
    width: 75%;
  }

  .btn_area.bg_r ul .ctt01_li_yellow > div:last-of-type {
    margin-left: -3%;
  }

  .btn_area.bg_r ._inner p {
    color: #000;
  }

  .btn_area.bg_r ._inner > div a.stripe {
    border-block-end-width: 72%;
  }

  .btn_area.bg_r .stripe {
    margin: 0 auto;
  }

  .btn_area.bg_r .tel {
    width: 80%;
  }
}

/* area_004
----------------------------------- */
.area_004 {
  position: relative;
  margin-top: 40px;
}

.area_004::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-image: url(../img/dotted_bg_03.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.area_004 .sec_ttl {
  width: 100%;
}

.area_004 .sec_ttl h3 {
  position: relative;
  padding: 0 20px;
  width: 90%;
  max-width: 798px;
  margin: 0 auto;
}

.area_004 .sec_ttl h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  background: linear-gradient(
      to top left,
      #00325d 50%,
      rgba(255, 255, 255, 0) 50%
    )
    top left/ 100% 100% no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.area_004 .sec_ttl h3 span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  background-color: #00325d;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.area_004 .sec_ttl h3 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  background: linear-gradient(
      to top left,
      rgba(255, 255, 255, 0) 50%,
      #00325d 50%
    )
    top left/ 100% 100% no-repeat;
  right: -20px;
  bottom: 0;
  margin: auto;
}

.area_004 .sec_ttl h3 span::after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  background: linear-gradient(to top left, #8098ae 50%, transparent 50%) top
      left/ 50% 100% no-repeat,
    linear-gradient(to top right, #8098ae 50%, transparent 50%) top right / 50%
      100% no-repeat;
  right: -40px;
  bottom: 0;
  margin: auto;
}

.area_004 .line {
  margin-bottom: 0;
}

.area_004 ._inner {
  margin: 0 auto 30px;
  padding-top: 15px;
  position: relative;
}

.area_004 ._inner .intro {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.area_004 ._inner .intro p {
  font-weight: bold;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.4;
}

.area_004 ._inner .intro .pos_a {
  width: 15%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.area_004 .flow-wrapper {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.area_004 .flow-wrapper > div {
  flex-basis: 22%;
  position: relative;
}

.area_004 .flow-wrapper > div::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 30%;
  right: -25px;
}

.area_004 .flow-wrapper > div:nth-of-type(4)::after {
  content: "";
  display: none;
}

.area_004 .flow-wrapper > div h4 {
  height: 65px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: normal;
  line-height: 1.4;
  padding: 5px 0 5px 38px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 17%;
  margin-bottom: 5px;
}

.area_004 .flow-wrapper > div:nth-of-type(1) h4 {
  background-image: url(../img/step01.png);
}

.area_004 .flow-wrapper > div:nth-of-type(2) h4 {
  background-image: url(../img/step02.png);
}

.area_004 .flow-wrapper > div:nth-of-type(3) h4 {
  background-image: url(../img/step03.png);
}

.area_004 .flow-wrapper > div:nth-of-type(4) h4 {
  background-image: url(../img/step04.png);
}

.area_004 .flow-wrapper > div figure img {
  width: 100%;
  margin-bottom: 10px;
}

.area_004 .flow-wrapper > div figure figcaption {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .area_004 {
    width: 100%;
    overflow: hidden;
  }

  .area_004::before {
    height: 8.6%;
  }

  .area_004 ._inner {
    padding-top: 20px;
  }

  .area_004 ._inner .intro {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .area_004 ._inner .intro::after {
    content: "";
    display: block;
    width: 120%;
    margin: 0 -5%;
    height: 1.5px;
    background-color: #e60012;
  }

  @media all and (max-width: 420px) {
    .area_004::before {
      height: 10.6%;
    }
  }

  .area_004 ._inner .intro p {
    font-size: 1.7rem;
    padding-bottom: 20px;
  }

  .area_004 ._inner .intro p .intro_br_sp {
    display: none;
  }

  .area_004 .flow-wrapper > div {
    flex-basis: 100%;
  }

  .area_004 .flow-wrapper > div::after {
    display: none;
  }

  .area_004 .flow-wrapper > div h4 {
    font-size: 2rem;
    padding: 8px 0 8px 70px;
    background-position: 5px 5px;
    background-size: 54px;
  }

  .area_004 .flow-wrapper > div figure figcaption {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 600px) {
  .area_004 ._inner .intro .pos_a {
    width: 20%;
  }
}

@media all and (max-width: 420px) {
  .area_004 ._inner .intro p .intro_br_sp {
    display: block;
  }
  .area_004 ._inner .intro p .intro_br_pc {
    display: none;
  }
}

/* faq_area
-------------------------------------- */

.faq_area {
  width: 100%;
  background-color: #e60012;
  padding: 40px 0;
  position: relative;
}

.faq_area * {
  position: relative;
}

.faq_area > h3 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 0.7em 0;
  color: #98000c;
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.faq_area > ._inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq_area ._inner dl {
  width: 49%;
  margin-bottom: 40px;
  background-color: #fff;
}

.faq_area > ._inner > dl > dt {
  width: 100%;
  background-color: #600207;
  color: #fff;
  font-size: 2.6rem;
  padding: 0.3em 1em;
  text-align: center;
}

.faq_area > ._inner > dl > dd {
  padding: 1.5em;
  font-size: 1.4rem;
}

.faq_area > p {
  margin: 20px auto 75px;
  align-items: center;
}

.faq_area > p > img.pc {
  width: 37.5%;
}

.faq_area > p > img.pc:nth-of-type(2) {
  width: 62.5%;
}

@media all and (max-width: 1300px) {
  .faq_area {
    padding: 30px 0 30px;
  }
}

@media all and (max-width: 1024px) {
  .faq_area > ._inner > dl > dt {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 768px) {
  .faq_area > h3 {
    padding: 1.3em 0;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #000;
  }

  .faq_area > ._inner > dl {
    width: 100%;
    margin-bottom: 20px;
  }

  .faq_area > ._inner > dl:last-of-type {
    margin-bottom: 0;
  }

  .faq_area > ._inner > dl > dt {
    font-size: 1.8rem;
  }

  .faq_area > ._inner > dl > dd {
    padding: 1.2em;
    font-size: 1.2rem;
  }

  .faq_area > p {
    margin: 0px;
  }
}

/* --------------------------------------
oficial_bn_area
-------------------------------------- */
.oficial_bn_area {
  position: relative;
  margin-top: 50px;
}

.oficial_bn_area .ofi_bunner {
  width: 100%;
  padding: 50px 40px;
  background-color: #fff;
  border: 4px solid #0088d0;
  border-radius: 10px;
}

.oficial_bn_area dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.oficial_bn_area dt {
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

@media all and (-ms-high-contrast: none) {
  .oficial_bn_area dt > img {
    height: 55%;
  }
}

.oficial_bn_area dt a {
  display: block;
  width: 85%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 900px) {
  .oficial_bn_area dt a:hover {
    opacity: 1;
  }

  .oficial_bn_area dt a:hover img {
    opacity: 1;
  }
}

.oficial_bn_area dt a::before {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 55%,
    rgba(64, 204, 122, 0) 55%
  );
}

.oficial_bn_area dt .stripe_b::before {
  content: "";
  width: 200%;
  position: absolute;
  left: -107%;
  height: 100%;
  display: block;
  top: 0;
  transition: 0.3s;
}

@media screen and (min-width: 900px) {
  .oficial_bn_area dt .stripe_b:hover::before {
    left: -15%;
  }
}

.oficial_bn_area dd {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .oficial_bn_area {
  }

  .oficial_bn_area .ofi_bunner {
    width: 100%;
    padding: 7%;
  }

  .oficial_bn_area dl {
    flex-direction: column;
  }

  .oficial_bn_area dt {
    width: 100%;
    margin: 6% auto 0;
    order: 2;
  }

  .oficial_bn_area dt a {
    display: block;
    width: 90%;
    border-radius: 10px;
    margin-top: 6%;
  }

  .oficial_bn_area dd {
    width: 100%;
    order: 1;
  }
}

/* jiseki_area
-------------------------------------- */

.jiseki_area {
  width: 100%;
  background-color: #1f8acc;
  padding: 40px 5% 40px;
  text-align: center;
}

.jiseki_area .btn-wr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .jiseki_area {
    text-align: center;
  }
  .jiseki_area .btn-wr {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-top: 40px;
  }
}

/* pref_area
-------------------------------------- */

.pref_area {
  width: 100%;
  padding: 20px 0;
  background-image: url(../img/dotted_bg_03.png);
  background-repeat: repeat;
  background-position: 0 0;
}

.pref_area > ._inner {
  max-width: 850px;
  width: 90%;
  margin: auto;
}

@media all and (max-width: 767px) {
  .pref_area {
    padding: 30px 0;
  }

  .pref_area > ._inner {
    text-align: center;
  }
}

/* class_area
-------------------------------------- */

.class_area {
  max-width: 798px;
  margin: 64px auto;
}

.class_area ._inner {
  max-width: 798px;
}

.class_area ._inner > img {
  width: 316px;
}

.class_area .area-title {
  font-size: 3.2rem;
  padding-left: 16px;
  border-left: solid 8px #e60012;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.class_area .area-title a {
  width: 220px;
  display: inline-block;
  padding: 3% 12% 3% 0;
  background-color: #eeeeee;
  border-radius: 8px;
  text-align: right;
  position: relative;
}

@media screen and (min-width: 900px) {
  .class_area .area-title a:hover {
    opacity: 0.5;
  }
}

.class_area .area-title a::before {
  content: "";
  height: 100%;
  width: 16%;
  background-image: url(../img/pdf_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.class_area .area-title.gaibu_link a::before {
  background-image: url(../img/link_icon.png);
}

.class_area ._inner ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 50px 10%;
}
.class_area ._inner ul li {
  width: 45%;
}

.class_area ._inner ul .Double-row-box {
  width: 100%;
}

.class_area ._inner .area {
  margin-bottom: 40px;
  margin-top: 20px;
}

.class_area ._inner .Double-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.class_area ._inner .Single-row {
  width: 100%;
}

.class_area ._inner .Single-row:nth-child(odd) {
  margin-right: 4%;
  float: left;
}

.class_area ._inner .Double-row {
  width: 100%;
}

.class_area .scool-itrm {
  flex-basis: 100%;
  margin-right: 0%;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  border-bottom: solid 2px #e60012;
}

.class_area ._inner ul.iwaki_area li {
  width: 100%;
}

.class_area ._inner ul.iwaki_area li .area-title a {
  padding: 2% 5.5% 2% 0;
  position: relative;
}

.class_area ._inner ul.iwaki_area li .area-title a::before {
  content: "";
  height: 100%;
  width: 16%;
  background-image: url(../img/pdf_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .class_area ._inner ul.iwaki_area li .area-title a::before {
    width: 12%;
    right: 6%;
  }
}

.class_area ._inner ul.iwaki_area li .area-title a .iwaki_size {
  font-size: 1.6rem;
}

.class_area ._inner ul.iwaki_area li .area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.class_area ._inner ul.iwaki_area li .area.bottom {
  margin-top: 0;
  margin-bottom: 40px;
}

.class_area ._inner ul.iwaki_area li .scool-itrm {
  flex-basis: 48%;
}

.class_area ._inner ul li .dn {
  display: block;
}

.class_area .item-blue {
  border-bottom: solid 2px #2ea6df;
}

.class_area .scool-itrm h4 {
  font-size: 1.9rem;
  font-weight: 600;
}

.fc_red {
  color: #e60012;
}

.fc_bl {
  color: #2ea6df;
}

.class_area .scool-itrm h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #e60012;
  line-height: 1.5;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.class_area .item-blue h3 {
  color: #2ea6df;
}

.class_area .item-blue h5 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.class_area .item-blue h5 span {
  color: #2ea6df;
}

/* HP link */
.class_area .scool-itrm h3 a {
  width: 128px;
  height: 25px;
}

@media screen and (min-width: 900px) {
  .class_area .scool-itrm h3 a:hover {
    opacity: 0.5;
  }
}

.class_area .scool-itrm div {
  position: relative;
  margin-top: 0px;
}

/* address */
.class_area .scool-itrm div p {
  font-size: 13px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}

/* tel */
.class_area .scool-itrm div a {
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  margin-left: auto;
}

.class_area .scool-itrm div a span {
  font-size: 2.4rem;
  line-height: 0px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .class_area {
    width: 96%;
    margin: 32px auto 80px;
  }

  .class_area ._inner ul {
    display: block;
    margin-bottom: 80px;
  }

  .class_area ._inner ul li {
    display: block;
    width: 100%;
    margin-bottom: 80px;
  }

  .class_area ._inner ul li .dn {
    display: none;
  }

  .class_area ._inner .Single-row {
    width: 100%;
  }

  .class_area .scool-itrm,
  .class_area .scool-itrm.item-blue {
    margin-right: 0%;
    border-bottom: 1px solid #b3b3b3;
  }

  .class_area .area-title {
    text-align: center;
    display: block;
    border-left: none;
    padding: 0;
    position: relative;
  }

  .class_area .area-title::before {
    top: 55px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 32px;
    background-color: #e50112;
  }

  .class_area .area-title a {
    -webkit-column-width: 35%;
    display: block;
    padding: 3% 6% 3% 0;
    margin: 20px auto 40px;
    text-align: center;
  }

  .class_area .scool-itrm div p {
    font-size: 2.083vw;
  }

  .class_area .scool-itrm div a {
    text-align: right;
    display: block;
    position: static;
  }

  .class_area .scool-itrm div a span {
    font-size: 2.4rem;
  }

  .new_open {
    display: block;
    margin: 0 auto;
  }

  .class_area .scool-itrm > a {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 128px;
    height: 25px;
  }

  .class_area .scool-itrm.item-blue > a {
    bottom: 75px;
  }

  .class_area .scool-itrm h4 {
    width: 100%;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    background-color: #e60012;
    margin-bottom: 20px;
  }

  .class_area .scool-itrm.item-blue h4 {
    margin-top: 50px;
    background-color: #2ea6df;
  }

  .class_area .scool-itrm h4 .fc_red {
    color: #fff;
  }

  .class_area .scool-itrm h4 .fc_bl {
    color: #fff;
  }

  .class_area ._inner ul.iwaki_area li .scool-itrm {
    flex-basis: 100%;
  }
}

@media all and (max-width: 480px) {
  .class_area ._inner > img {
    width: 90%;
    margin-left: 5%;
  }

  .class_area .area-title {
    font-size: 2.4rem;
  }

  .class_area .area-title::before {
    top: 45px;
  }

  .class_area .area-title a {
    width: 250px;
    padding: 3% 6% 3% 0;
  }

  .class_area .area-title a::before {
    width: 12%;
    right: 6%;
  }

  .class_area .scool-itrm h4 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .class_area ._inner div h3 {
    font-size: 2.2rem;
  }

  /* HP link */
  .class_area .scool-itrm h3 a {
    width: 100px;
    height: 20px;
  }

  .class_area ._inner div p {
    font-size: 3.333vw;
  }

  .class_area ._inner div p a {
    font-size: 3.333vw;
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }

  .class_area ._inner div p a span {
    font-size: 7.291vw;
  }

  .class_area .scool-itrm div p {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .class_area ._inner ul.iwaki_area li .area.bottom {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .class_area ._inner ul.iwaki_area li .area.bottom .scool-itrm.item-blue {
    margin-bottom: 0;
  }

  .class_area ._inner ul.iwaki_area li .area.bottom .scool-itrm.item-blue h4 {
    margin-top: 0;
  }
}

/* form_ttl
----------------------------------- */

.form_ttl {
  padding-top: 60px;
  background-color: #f7f8f8;
}

.form_ttl p {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .form_ttl {
    height: auto;
    padding-top: 0;
    background-image: none;
  }
  .form_ttl ._inner {
    width: 100%;
  }

  .form_ttl::after {
    display: none;
  }
  .form_ttl p {
    font-size: 14px;
  }

  .form_ttl div figure.form_ttl01 {
    margin: 0 auto;
  }

  .form_ttl a {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* form_area
----------------------------------- */

.form_area {
  width: 100%;
  background-color: #f7f8f8;
  padding-bottom: 50px;
}

.form_area.conp {
  padding-top: 160px;
}
@media screen and (max-width: 1000px) {
  .form_area.conp {
    padding-top: 80px;
  }
}

.form_area .inner {
  max-width: 700px;
  width: 90%;
  margin: auto;
}

.form_area .head {
  position: relative;
  padding-bottom: 70px;
  color: #e85398;
  display: block;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 30px;
  padding-top: 30px;
}
.form_area .head::after {
  content: "〉";
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.form_area .inner > p {
  text-align: center;
  font-size: 14px;
}

.form_area .inner ul {
  width: 100%;
  overflow: hidden;
  margin-top: 18px;
}

.form_area .inner ul li {
  float: left;
  position: relative;
  background-color: #fff;
  color: #cccccc;
  font-weight: 600;
  height: 76px;
}

.form_area .inner ul li.step {
  width: calc((100% - 17.5px) / 3);
}

.form_area .inner ul li.spacer {
  width: 8.75px;
  background-color: #f7f8f8;
}

.form_area .inner ul li.step.first {
  z-index: 5;
}

.form_area .inner ul li.spacer.first {
  z-index: 4;
}

.form_area .inner ul li.step.second {
  z-index: 3;
}

.form_area .inner ul li.spacer.second {
  z-index: 2;
}

.form_area .inner ul li.step.third {
  z-index: 1;
}

.form_area .inner ul li.step.active {
  background-color: #e73d76;
  color: #fff;
}

.form_area .inner ul li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 0 38px 17.5px;
}

.form_area .inner ul li.step::after {
  border-color: transparent transparent transparent #fff;
}

.form_area .inner ul li.spacer::after {
  border-color: transparent transparent transparent #f7f8f8;
}

.form_area .inner ul li.step.active::after {
  border-color: transparent transparent transparent #e73d76;
}

.form_area .inner ul li.step.third::after {
  content: none;
}

.form_area .inner ul li p {
  font-size: 24px;
  margin: 10px auto 0 auto;
  text-align: center;
}

.form_area .inner ul li p mark {
  font-size: 14px;
  color: #ccc;
  display: block;
  background-color: transparent;
}

.form_area .inner ul li.step.active p mark {
  color: #fff;
}

.form_area .inner ul li p span {
  letter-spacing: 6px;
}

@media screen and (max-width: 440px) {
  .form_area .inner ul li p {
    font-size: 20px;
    margin-top: 13px;
  }

  .form_area .inner ul li p mark {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .form_area .inner ul li p {
    font-size: 18px;
    margin-top: 15px;
  }

  .form_area .inner ul li p span {
    letter-spacing: 4px;
  }
}

form {
  margin-top: 50px;
}

form table {
  width: 100%;
  text-align: left;
}

form table:nth-of-type(2) {
  margin-top: 30px;
}

form table tr th,
form table tr td {
  padding-bottom: 20px;
}

form table tr th {
  width: 230px;
  font-size: 14px;
  text-align: left;
  position: relative;
  vertical-align: top;
  padding-top: 5px;
}
.hide-table-row {
  display: none;
}
form table tr th.required::after {
  position: absolute;
  display: block;
  content: "必須";
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  width: 48px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #c82324;
  top: 0;
  right: 0;
}

/*form table tr th br{
	display: none;
}*/

form table tr td {
  padding-left: 13px;
  font-size: 13px;
  box-sizing: border-box;
  overflow: hidden;
}

form table tr td label {
  font-size: 13px;
  display: flex;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.hiden {
  display: none;
}

.hiden01 {
  display: table-row;
}

form table tr td.prp {
  display: flex;
  flex-wrap: wrap;
}

form table tr td.prp label {
  flex-basis: 32%;
}

form table tr td input,
form table tr td textarea,
form table tr td select {
  border: 1px solid #636363;
  /* background-color: #FDFDFD; */
  box-sizing: border-box;
  padding: 0 4px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 13px;
  border-radius: 0;
}

form table tr td input {
  height: 30px;
}

form table tr td label input {
  height: 15px;
}

form table tr td input[name="guardian"],
form table tr td input[name="name01"],
form table tr td input[name="name02"],
form table tr td input[name="zipcode"],
form table tr td input[name="vil"],
form table tr td input[name="addr"],
form table tr td input[name="tel"],
form table tr td input[name="email"],
form table tr td input[name="email2"] {
  width: 100%;
}

form table tr td textarea {
  width: 100%;
}

form table tr td p {
  font-size: 13px;
}

form table tr th.agree::before {
  position: absolute;
  display: block;
  content: "必須";
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  width: 48px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #c82324;
  top: 5%;
  left: 35%;
}

form table tr th.pp p {
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  height: 200px !important;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 1px solid #999;
  font-weight: normal;
}

form table tr th.pp p span {
  font-size: 14px;
}

form > p {
  font-size: 13px;
  line-height: 150%;
  text-align: left;
}

form > p a {
  font-size: 13px;
  color: #c82324;
  text-decoration: underline;
}

form > div {
  position: relative;
  margin: 30px auto 0 auto;
  width: 200px;
}

form > div span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  width: 48px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #c82324;
}

form > div input {
  position: relative;
  top: 1px;
  margin-left: 10px;
  border-radius: 0;
}

form > div label {
  letter-spacing: 1px;
  margin-left: 3px;
}

form hr {
  border: none;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

form input.btn {
  color: #000;
  width: 240px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic",
    YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,
    "メイリオ", Meiryo, sans-serif;
  letter-spacing: 1px;
  margin: 30px auto 0 auto;
  border: 1px solid #000;
  box-shadow: 0px 0px 6px 1px #5b5c5c;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 900px) {
  form input.btn:hover {
    background-color: #fdfdfd;
  }
}

input.hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .form_area {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .form_area .head {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
    padding-top: 0;
  }

  .form_area .inner > p {
    text-align: left;
    font-size: 14px;
  }

  form table tr td {
    width: 100%;
    display: block;
  }

  form table tr th {
    width: 100%;
    display: block;
    font-weight: 700;
  }

  form table tr th.agree::before {
    top: 5%;
    left: 15%;
  }

  form table tr td.prp label {
    flex-basis: 48%;
  }
}

.confirm.form_area .inner {
  padding-top: 160px;
}

@media screen and (max-width: 1000px) {
  .confirm.form_area .inner {
    padding-top: 80px;
  }
}


/* footer
------------------------------------ */

footer {
  width: 100%;
  padding: 80px 0 0;
  text-align: center;
}

footer ._inner {
  padding-bottom: 80px;
}

footer copy {
  width: 100%;
  display: block;
  padding: 5px 0;
  color: #fff;
  font-size: 11px;
}

body > div {
  /* display: none; */
  color: #fff;
  font-size: 0px;
}

body > div a {
  color: #fff;
  font-size: 0px;
}

#topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: 500;
}

#con_an {
  position: fixed;
  bottom: 100px;
  right: 0px;
  display: block;
  z-index: 500;
  width: 187px;
  height: auto;
  transition: all 0.3s ease;

  &:hover{
    opacity: 0.7;
  }
}

@media screen and (max-width: 1000px) {
  #con_an {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  footer ._inner {
    width: 80%;
  }

  footer ._inner a {
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  #topBtn {
    width: 50px;
    bottom: 80px;
    z-index: 550;
    right: 10px;
  }
}
@media all and (max-width: 768px) {
  footer {
    width: 100%;
    padding: 30px 0 90px;
    text-align: center;
  }

  footer ._inner {
    padding-bottom: 20px;
  }

  footer ._inner .sp.logo {
    padding-bottom: 10px;
  }

  .confirm footer,
  .complete footer {
    padding-bottom: 0;
  }
}

/*ここが最後*/


.choose_ttl {
  font-weight: 600;
  margin: 5px 0;
}