@charset "UTF-8";
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.cv__inner {
  max-width: 1000px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 0 78px 50px;
}

@media screen and (max-width: 1099px) {
  .cv__inner {
    width: 100%;
    max-width: 600px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .cv__inner {
    padding: 0 15px 40px;
    max-width: 350px;
    position: relative;
    z-index: 2;
  }
}

.cv__flag {
  height: 89px;
  width: 89px;
  z-index: 2;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .cv__flag {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
}

.cv__flag::after {
  background-image: url(../img/flagicon.jpg);
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .cv__flag::after {
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
  }
}

.cv__title {
  font-size: 2.6rem;
  margin-top: -54px;
  z-index: 2;
  position: relative;
  color: #195b9b;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .cv__title {
    font-size: 1.8rem;
  }
}

.cv__title:before, .cv__title:after {
  border-top: 3.5px solid #195b9b;
  content: "";
  width: 85px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .cv__title:before, .cv__title:after {
    width: 50px;
  }
}

.cv__title:before {
  margin-right: 26px;
}

@media screen and (max-width: 767px) {
  .cv__title:before {
    margin-right: 11px;
  }
}

.cv__title:after {
  margin-left: 26px;
}

@media screen and (max-width: 767px) {
  .cv__title:after {
    margin-left: 11px;
  }
}

.cv__text {
  font-weight: bold;
  margin: 20px 28px 30px;
}

@media screen and (max-width: 1099px) {
  .cv__text {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .cv__text {
    font-size: 1.4rem;
    margin: 20px;
  }
}

.cv__btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1099px) {
  .cv__btn-cont {
    display: none;
  }
}

.cv__btn {
  width: 200px;
  height: 60px;
  line-height: 55px;
  border: 2px #333333 solid;
  color: #fff;
  border-radius: 32px;
  font-weight: bold;
  font-size: 1.8rem;
  background: #ec1b23;
  display: inline-block;
  margin-right: 16px;
}

.cv__btn::before {
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

@media screen and (max-width: 1099px) {
  .cv__btn {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cv__btn {
    font-size: 1.4rem;
    height: 50px;
    line-height: 45px;
  }
}

.cv__btn--red {
  background: #ec1b23;
}

.cv__btn--red::before {
  width: 26px;
  height: 18px;
  background-image: url(../img/icon/hat.png);
}

.cv__btn--blue {
  background: #195b9b;
}

.cv__btn--blue::before {
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/note.png);
}

@media screen and (max-width: 767px) {
  .cv__btn--blue::before {
    background-size: contain;
    width: 18px;
    height: 20px;
  }
}

.cv__btn--sky {
  background: #5bc0eb;
}

.cv__btn--sky::before {
  width: 26px;
  height: 18px;
  background-image: url(../img/icon/mail-icon.png);
}

@media screen and (max-width: 767px) {
  .cv__btn--sky::before {
    width: 18px;
    height: 16px;
    background-size: contain;
  }
}

.cv__btn--green {
  background: #59cd90;
  margin-right: 0;
}

.cv__btn--green::before {
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/tel.png);
}

@media screen and (max-width: 767px) {
  .cv__btn--green::before {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
}

.cv__btn-cont-sp {
  display: none;
}

@media screen and (max-width: 1099px) {
  .cv__btn-cont-sp {
    display: block;
  }
}

.cv__btn-cont-sp .cv__btn-cont-sp__container:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .cv__btn-cont-sp .cv__btn-cont-sp__container:first-child {
    margin-bottom: 10px;
  }
}

.cv__btn-cont-sp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .cv__btn-cont-sp__container {
    gap: 10px;
  }
}

.cv__banner {
  margin-top: 14px;
}

@media screen and (max-width: 1099px) {
  .cv__banner-pc {
    display: none;
  }
}

.cv__banner-sp {
  display: none;
}

@media screen and (max-width: 1099px) {
  .cv__banner-sp {
    display: block;
  }
}

.cv__banner-sp img {
  width: 100%;
  max-width: 394px;
}

.cv__banner--yellow {
  margin-top: 20px;
}

.sec-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1099px) {
  .sec-inner {
    padding: 0 20px;
    max-width: 600px;
  }
}

.sec-title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (max-width: 1099px) {
  .sec-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-title {
    letter-spacing: -0.4px;
  }
}

.sec-icon {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-icon {
    margin-bottom: 10px;
  }
  .sec-icon img {
    height: 60px;
  }
}

.sec-subtitle {
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 30px;
}

@media screen and (max-width: 1099px) {
  .sec-subtitle {
    font-size: 1.6rem;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1099px) {
  .row {
    display: block;
    text-align: center;
  }
}

.row__img {
  margin-right: 45px;
}

@media screen and (max-width: 1099px) {
  .row__img {
    margin-right: 0;
  }
}

.row__img img {
  width: 100%;
}

.row__text {
  margin: auto 0;
}

@media screen and (max-width: 1099px) {
  .tab-row {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 136px;
  }
}

.header__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}

@media screen and (max-width: 1099px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header__logo {
  margin-right: auto;
}

.header__logo img {
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 1099px) {
  .header__logo img {
    width: 80%;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__tel {
  font-size: 4rem;
  color: #59cd90;
  font-weight: bold;
  margin-right: 18px;
}

.header__tel::before {
  background-image: url(../img/icon/tel-green.png);
  background-repeat: no-repeat;
  color: inherit;
  width: 40px;
  height: 40px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

@media screen and (max-width: 1099px) {
  .header__tel {
    font-size: 2.6rem;
  }
  .header__tel::before {
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
    padding-bottom: 5px;
  }
}

.header__tel-text {
  font-size: 1.4rem;
  color: #333333;
  display: inline-block;
  line-height: 1.42;
  font-weight: 500;
}

@media screen and (max-width: 1099px) {
  .header__tel-text {
    font-size: 1.2rem;
  }
}

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

.header__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__sp {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
}

.header__sp__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 50px;
}

.header__sp__btn a {
  color: #fff;
  height: 100%;
  width: 50%;
  display: block;
  font-weight: bold;
}

.header__sp__btn--red {
  background: #ec1b23;
}

.header__sp__btn--blue {
  background: #195b9b;
}

.header__sp__tel {
  text-align: center;
  padding: 10px 0;
  background: #fff;
}

.top__bg {
  background-image: url(../img/top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

@media screen and (max-width: 767px) {
  .top__bg {
    background-image: url(../img/sp/fv-sp.png);
    background-position: top;
    height: 860px;
    padding: 0 10px;
  }
  .top__bg::after {
    position: absolute;
    top: 155%;
    left: 0;
    content: "";
    background-image: url(../img/nami-sky.png);
    height: 105px;
    width: 100%;
    z-index: 1;
  }
}

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

@media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .top__bg::after {
    display: none;
  }
}

.top__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 280px;
  position: relative;
}

@media screen and (max-width: 1099px) {
  .top__copy {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .top__copy {
    width: 90%;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

.top__cv {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 1099px) {
  .top__cv {
    top: 74%;
  }
}

@media screen and (max-width: 767px) {
  .top__cv {
    top: 85%;
  }
}

.top__bg-dot {
  background-image: url(../img/bg-dot.png);
  background-position: center;
  background-size: contain;
  height: 200px;
  position: relative;
}

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

.top__bg-dot::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  background-image: url(../img/nami-sky.png);
  height: 105px;
  width: 100%;
  z-index: 1;
}

.top__logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .top__logo {
    position: absolute;
    display: block;
    top: 40px;
    left: 5px;
  }
}

.top__logo img {
  width: 160px;
}

.about {
  background: #f4f4ee;
  position: relative;
}

.about::after {
  position: absolute;
  top: 95.5%;
  left: 0;
  content: "";
  background-image: url(../img/nami-beige.png);
  height: 105px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about::after {
    top: 85%;
  }
}

.about__inner {
  text-align: center;
  padding-top: 240px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .about__inner {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.about__img {
  margin: 35px 0 45px;
}

@media screen and (max-width: 767px) {
  .about__img {
    margin: 15px 0 20px;
  }
  .about__img img {
    height: 75px;
  }
}

.about__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 85px;
}

@media screen and (max-width: 1099px) {
  .about__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1.3rem;
    margin-bottom: 42px;
    letter-spacing: -0.3px;
  }
}

.about__subtitle {
  color: #195b9b;
}

@media screen and (max-width: 767px) {
  .about__subtitle {
    position: relative;
    z-index: 2;
  }
}

.curri {
  background: #fff;
}

.curri__inner {
  padding-top: 210px;
  padding-bottom: 270px;
}

@media screen and (max-width: 767px) {
  .curri__inner {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}

.curri__img {
  margin-bottom: 30px;
  text-align: center;
}

.curri__container {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.curri__container .curri__es,
.curri__container .curri__jhs,
.curri__container .curri__hs {
  width: 318px;
  height: 505px;
  border-radius: 10px;
  margin-right: 18px;
  padding: 20px;
}

@media screen and (max-width: 1099px) {
  .curri__container .curri__es,
  .curri__container .curri__jhs,
  .curri__container .curri__hs {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .curri__container .curri__es,
  .curri__container .curri__jhs,
  .curri__container .curri__hs {
    height: 390px;
    max-width: 310px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .curri__container .curri__jhs {
    height: 360px;
  }
}

.curri__container .curri__hs {
  margin-right: 0;
}

@media screen and (max-width: 1099px) {
  .curri__container .curri__hs {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .curri__container .curri__hs {
    height: 320px;
  }
}

@media screen and (max-width: 1099px) {
  .curri__container {
    display: block;
  }
}

.curri__es {
  border: 5px solid #5bc0eb;
  -webkit-box-shadow: 6px 12px 0px 3px #addff5;
          box-shadow: 6px 12px 0px 3px #addff5;
}

.curri__jhs {
  border: 5px solid #59cd90;
  -webkit-box-shadow: 6px 12px 0px 3px #ace6c7;
          box-shadow: 6px 12px 0px 3px #ace6c7;
}

.curri__hs {
  border: 5px solid #195b9b;
  -webkit-box-shadow: 6px 12px 0px 3px #8cadcd;
          box-shadow: 6px 12px 0px 3px #8cadcd;
}

.curri__student {
  position: relative;
}

.curri__student img {
  position: absolute;
  top: -160%;
  left: 21%;
  z-index: 2;
}

.curri__student__container {
  max-width: 190px;
  height: 48px;
  line-height: 40px;
  border: solid #333333 3px;
  font-size: 20px;
  margin: 0 auto;
  padding-left: 90px;
  background: #fff;
  font-weight: bold;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #5bc0eb;
  -webkit-box-shadow: 8px 8px 0px 3px #addff5;
          box-shadow: 8px 8px 0px 3px #addff5;
}

.curri__student__container-jhs {
  color: #59cd90;
  -webkit-box-shadow: 8px 8px 0px 3px #ace6c7;
          box-shadow: 8px 8px 0px 3px #ace6c7;
}

.curri__student__container-hs {
  color: #195b9b;
  -webkit-box-shadow: 8px 8px 0px 3px #8cadcd;
          box-shadow: 8px 8px 0px 3px #8cadcd;
}

.curri__text p:first-child {
  margin-top: -23px;
}

.curri__text p {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-left: 25px;
  line-height: 1.3;
  margin-bottom: 17px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .curri__text p {
    font-size: 1.6rem;
  }
}

.curri__text p::before {
  background-image: url(../img/icon/check-sky.png);
  background-repeat: no-repeat;
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -30px;
}

.curri__text p::after {
  background-image: url(../img/icon/dot-sky.png);
  background-repeat: no-repeat;
  content: "";
  width: 280px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 32px;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .curri__text p::after {
    background-size: contain;
    background-repeat: repeat;
    width: 268px;
    height: 3px;
    top: 28px;
  }
}

.curri__text .curri__2row::before {
  top: 14px;
}

.curri__text .curri__2row::after {
  top: 60px;
}

@media screen and (max-width: 767px) {
  .curri__text .curri__2row::after {
    top: 50px;
  }
}

.curri__text .curri__subtitle {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.38;
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .curri__text .curri__subtitle {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

.curri__text .curri__subtitle span {
  color: #5bc0eb;
  font-weight: inherit;
}

@media screen and (max-width: 767px) {
  .curri__es .curri__subtitle br:nth-child(2) {
    display: none;
  }
}

.curri__jhs p::before {
  background-image: url(../img/icon/check-green.png);
}

.curri__jhs p::after {
  background-image: url(../img/icon/dot-green.png);
}

.curri__jhs .curri__subtitle {
  margin-top: 60px;
}

.curri__jhs .curri__subtitle span {
  color: #59cd90;
  font-weight: inherit;
}

@media screen and (max-width: 767px) {
  .curri__jhs .curri__subtitle {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .curri__jhs .curri__text p:nth-child(3)::before {
    top: 2px;
  }
  .curri__jhs .curri__text p:nth-child(3)::after {
    top: 28px;
  }
}

.curri__hs p::before {
  background-image: url(../img/icon/check-blue.png);
}

.curri__hs p::after {
  background-image: url(../img/icon/dot-blue.png);
}

.curri__hs .curri__subtitle {
  margin-top: 84px;
}

.curri__hs .curri__subtitle span {
  color: #195b9b;
  font-weight: inherit;
}

@media screen and (max-width: 767px) {
  .curri__hs .curri__subtitle {
    margin-top: 30px;
  }
}

.cv2 {
  background: #5bc0eb;
  padding: 106px 0 58px;
  padding-top: 106px;
  padding-bottom: 58px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cv2 {
    padding: 0 10px 0;
  }
}

.cv2::before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  position: absolute;
  top: -105px;
  left: 0;
  content: "";
  background-image: url(../img/nami-sky.png);
  height: 105px;
  width: 100%;
  z-index: 1;
}

.cv2::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  background-image: url(../img/nami-sky.png);
  height: 105px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .cv2::after {
    top: 95%;
  }
}

.point__inner {
  padding-top: 254px;
  padding-bottom: 260px;
}

@media screen and (max-width: 1099px) {
  .point__inner {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .point__inner {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}

.point__container {
  margin-top: 87px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1099px) {
  .point__container {
    display: block;
  }
  .point__container > div {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .point__container {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1099px) {
  .point__container__img img {
    width: 100%;
    max-width: 460px;
  }
}

.point__container-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.point__container-reverse .point__container__icon {
  position: absolute;
  top: -3%;
  left: 50%;
}

@media screen and (max-width: 1099px) {
  .point__container-reverse .point__container__icon {
    top: -7.5%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .point__container-reverse .point__container__icon {
    top: -4.5%;
  }
}

.point__container-reverse .point__container__text {
  margin-right: 35px;
  margin-left: 0;
}

@media screen and (max-width: 1099px) {
  .point__container-reverse .point__container__text {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.point__container-reverse .point__container__img {
  margin-top: 35px;
}

.point__container__icon {
  position: absolute;
  top: -13%;
  left: 0;
}

@media screen and (max-width: 1099px) {
  .point__container__icon {
    top: -9.5%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .point__container__icon {
    top: -7.5%;
  }
}

@media screen and (max-width: 767px) {
  .point__container__icon img {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .point__icon3-sp {
    top: -5.5%;
  }
}

.point__container__text {
  margin-left: 35px;
}

.point__container__text p {
  line-height: 1.7;
}

@media screen and (max-width: 1099px) {
  .point__container__text {
    font-size: 1.4rem;
  }
}

.point__container__title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #195b9b;
  margin-bottom: 10px;
  line-height: 1.38;
}

@media screen and (max-width: 1099px) {
  .point__container__title {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1099px) {
  .point__container__img {
    text-align: center;
  }
}

.point__flow {
  margin-top: 30px;
  background: #e6eef5;
  border-radius: 20px;
  padding: 77px;
}

.point__flow__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
}

.point__flow__period p {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
}

.point__flow__period p:nth-child(1) {
  color: #195b9b;
  max-width: 410px;
  background-image: url(../img/point2-tsujo.png);
  margin-right: 27px;
}

.point__flow__period p:nth-child(2) {
  color: #ec1b23;
  max-width: 191px;
  background-image: url(../img/point2-teikitest.png);
  margin-right: 27px;
}

.point__flow__period p:nth-child(3) {
  color: #5bc0eb;
  max-width: 191px;
  background-image: url(../img/point2-tyouki.png);
}

.point__flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.point__flow__contents > div {
  height: 200px;
  width: 191px;
  margin-top: 20px;
}

.point__flow__contents > div:nth-child(-n + 3) {
  margin-right: 30px;
  position: relative;
}

.point__flow__contents > div:nth-child(-n + 3)::after {
  position: absolute;
  background-image: url(../img/icon/arrow-blue.png);
  width: 13px;
  height: 23px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  top: 50%;
  left: 106%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point__flow__top {
  color: #fff;
  height: 50%;
  background: #59cd90;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.145em;
  padding-top: 45px;
}

.point__flow__top::before {
  position: absolute;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.point__flow__top span {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 5px;
  font-weight: bold;
}

.point__flow__bottom {
  border-radius: 0 0 10px 10px;
  background: #fff;
  height: 50%;
  padding-top: 25px;
  border: #59cd90 2px solid;
}

.point__flow__bottom p {
  font-weight: bold;
}

.point__flow__bottom p:nth-child(2) {
  margin-top: 10px;
  letter-spacing: 0.145em;
}

.point__flow__bottom p:nth-child(2) span {
  color: #ec1b23;
  font-weight: bold;
}

.point__flow__first .point__flow__top {
  padding-top: 60px;
  position: relative;
}

.point__flow__first .point__flow__top::before {
  background-image: url(../img/icon/note.png);
  width: 31px;
  height: 29px;
  top: 18%;
}

@media screen and (max-width: 767px) {
  .point__flow__first .point__flow__top::before {
    background-size: contain;
    width: 23px;
    top: 25%;
  }
}

.point__flow__second .point__flow__top {
  position: relative;
}

.point__flow__second .point__flow__top::before {
  background-image: url(../img/icon/home.png);
  width: 31px;
  height: 24px;
  top: 13%;
}

@media screen and (max-width: 767px) {
  .point__flow__second .point__flow__top::before {
    background-size: contain;
    width: 27px;
    height: 18px;
    top: 22%;
  }
}

.point__flow__third .point__flow__top {
  position: relative;
  background: #ec1b23;
}

.point__flow__third .point__flow__top::before {
  background-image: url(../img/icon/test.png);
  width: 31px;
  height: 27px;
  top: 10%;
}

@media screen and (max-width: 767px) {
  .point__flow__third .point__flow__top::before {
    background-size: contain;
    width: 18px;
    top: 15%;
  }
}

.point__flow__third .point__flow__bottom {
  border: #ec1b23 2px solid;
}

.point__flow__fourth .point__flow__top {
  position: relative;
  background: #5bc0eb;
}

.point__flow__fourth .point__flow__top::before {
  background-image: url(../img/icon/note.png);
  width: 31px;
  height: 27px;
  top: 10%;
}

@media screen and (max-width: 767px) {
  .point__flow__fourth .point__flow__top::before {
    width: 20px;
    background-size: contain;
    top: 15%;
  }
}

.point__flow__fourth .point__flow__bottom {
  border: solid #5bc0eb 2px;
}

@media screen and (max-width: 1099px) {
  .point__flow {
    display: none;
  }
}

.point__flow-sp {
  display: none;
  padding: 30px 20px;
  background: #e6eef5;
  border-radius: 20px;
}

@media screen and (max-width: 1099px) {
  .point__flow-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .point__flow-sp {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.point__flow-sp__left {
  text-align: center;
  width: 18%;
}

.point__flow-sp__left img {
  height: 530px;
}

@media screen and (max-width: 767px) {
  .point__flow-sp__left img {
    height: 520px;
    margin-right: 10px;
  }
}

.point__flow-sp__right {
  width: 82%;
}

.point__flow-sp__right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.point__flow-sp__right .point__flow__top {
  text-align: center;
  border-radius: 10px 0 0 10px;
  height: 98px;
  max-width: 130px;
  width: 40%;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .point__flow-sp__right .point__flow__top {
    font-size: 1.4rem;
  }
}

.point__flow-sp__right .point__flow__top span {
  font-weight: 500;
  font-size: 1.2rem;
}

.point__flow-sp__right .point__flow__bottom {
  border-radius: 0 10px 10px 0;
  height: 98px;
  width: 60%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point__flow-sp__right .point__flow__bottom {
    font-size: 1.4rem;
  }
}

.point__flow-sp__right .point__flow__bottom p:first-child {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .point__flow-sp__right .point__flow__bottom p:first-child {
    font-size: 1.2rem;
  }
}

.point__flow-sp__right > div:nth-child(-n + 3) {
  position: relative;
}

.point__flow-sp__right > div:nth-child(-n + 3)::after {
  position: absolute;
  background-image: url(../img/sp/arrow-blue-sp.png);
  width: 23px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  top: 115%;
  left: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point__test-time {
  margin-top: 17px;
  padding: 77px;
  background: #e6eef5;
  border-radius: 20px;
}

@media screen and (max-width: 1099px) {
  .point__test-time {
    padding: 30px 20px;
  }
}

.point__test-time__title {
  font-weight: bold;
  color: #195b9b;
  letter-spacing: 0.145em;
  width: 376px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1099px) {
  .point__test-time__title {
    width: 100%;
    max-width: 360px;
    font-size: 1.6rem;
  }
}

.point__test-time__title::before {
  position: absolute;
  width: inherit;
  height: inherit;
  background: #fff;
  top: 10px;
  left: -5px;
  content: "";
  display: inline-block;
}

.point__test-time__title::after {
  position: absolute;
  background: transparent;
  width: inherit;
  height: inherit;
  content: '実力テスト(進研テスト)実施時期';
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1.8rem;
  border: #195b9b solid 2px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .point__test-time__title::after {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}

.point__test-time__plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  letter-spacing: 0.145em;
}

@media screen and (max-width: 1099px) {
  .point__test-time__plans {
    display: block;
  }
}

.point__test-time__plans .point__test-time__plan:first-child {
  margin-right: auto;
}

.point__test-time__plans .point__test-time__plan:first-child p::before {
  border: 2px solid #59cd90;
}

.point__test-time__plans .point__test-time__plan:nth-child(2) p::before {
  border: 2px solid #195b9b;
}

.point__test-time__plan p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 50px;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (max-width: 1099px) {
  .point__test-time__plan p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .point__test-time__plan p {
    font-size: 1.4rem;
  }
}

.point__test-time__plan p::before {
  position: absolute;
  top: 50%;
  left: -14%;
  content: "";
  width: 42px;
}

@media screen and (max-width: 1099px) {
  .point__test-time__plan p::before {
    left: -50px;
  }
}

@media screen and (max-width: 1099px) {
  .point__test-time__plan img {
    width: 100%;
  }
}

.performance {
  background: #f4f4ee;
  position: relative;
}

.performance::before {
  position: absolute;
  top: -105px;
  left: 0;
  content: "";
  background-image: url(../img/nami-beige.png);
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  height: 105px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .performance::before {
    top: -75px;
  }
}

.performance::after {
  position: absolute;
  bottom: -105px;
  left: 0;
  content: "";
  background-image: url(../img/nami-beige.png);
  height: 105px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .performance::after {
    bottom: -80px;
  }
}

.performance__inner {
  padding-top: 57px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .performance__inner {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
}

.performance__img {
  text-align: center;
  margin-bottom: 30px;
}

.performance__tabs {
  margin-top: 52px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .performance__tabs {
    margin-top: 25px;
  }
}

.performance__tabs label:nth-child(2) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .performance__tabs label:nth-child(2) {
    margin-right: 10px;
  }
}

.performance__tabs label:nth-child(2)::after {
  content: "大学受験";
}

.performance__tabs label:nth-child(4) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .performance__tabs label:nth-child(4) {
    margin-right: 10px;
  }
}

.performance__tabs label:nth-child(4)::after {
  content: "高校受験";
}

.performance__tabs label:nth-child(6)::after {
  content: "中学受験";
}

.performance__tab-item {
  font-weight: bold;
  font-size: 2rem;
  width: 205px;
  height: 75px;
  line-height: 75px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 1099px) {
  .performance__tab-item {
    font-size: 1.6rem;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .performance__tab-item {
    width: 100px;
  }
}

.performance__tab-item::before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: inline-block;
  background: #fff;
  width: inherit;
  height: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1099px) {
  .performance__tab-item::before {
    top: 4px;
    left: 4px;
  }
}

.performance__tab-item::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: transparent;
  width: inherit;
  height: inherit;
  border: #333333 3px solid;
}

/*ラジオボタンを全て消す*/
input[name="performance__tab-item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.performance__tab-content {
  margin-top: 65px;
  display: none;
  padding: 76px;
  background: #fff;
  clear: both;
  overflow: hidden;
  text-align: left;
  border-radius: 20px;
  height: 492px;
}

@media screen and (max-width: 1099px) {
  .performance__tab-content {
    padding: 25px 15px;
    height: 310px;
  }
}

@media screen and (max-width: 767px) {
  .performance__tab-content {
    height: auto;
    margin-top: 32px;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#daigaku:checked ~ #daigaku_content,
#koko:checked ~ #koko_content,
#tyugaku:checked ~ #tyugaku_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.performance__tabs input:checked + .performance__tab-item {
  color: #fff;
}

.performance__tabs input:checked + .performance__tab-item::before {
  position: absolute;
  top: -8px;
  left: 8px;
  background: #59cd90;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1099px) {
  .performance__tabs input:checked + .performance__tab-item::before {
    top: -4px;
    left: 4px;
  }
}

.tab__txt {
  font-size: 2rem;
  letter-spacing: 0.09em;
  line-height: 1.7;
}

@media screen and (max-width: 1099px) {
  .tab__txt {
    font-size: 1.4rem;
  }
}

.performance__container {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .performance__container {
    margin-top: 45px;
  }
}

.performance__container__title {
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
}

@media screen and (max-width: 1099px) {
  .performance__container__title {
    font-size: 2rem;
    margin-top: 20px;
  }
}

.performance__container__title--red {
  font-weight: bold;
  color: #ec1b23;
}

.performance__container__title--blue {
  font-weight: bold;
  color: #195b9b;
}

.performance__container__text p {
  line-height: 2.2;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1099px) {
  .performance__container__text p {
    font-size: 1.6rem;
  }
}

.performance__banner {
  text-align: center;
  margin: 50px;
}

@media screen and (max-width: 767px) {
  .performance__banner {
    margin-right: 0;
    margin-left: 0;
    margin-top: 25px;
  }
}

.trial__inner {
  padding-top: 240px;
  padding-bottom: 255px;
}

@media screen and (max-width: 767px) {
  .trial__inner {
    padding-top: 150px;
    padding-bottom: 160px;
  }
}

.trial__title {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .trial__title {
    margin-top: 0;
  }
}

.trial__steps {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.trial__steps .trial__step:nth-child(-n + 3) {
  margin-right: 20px;
}

@media screen and (max-width: 1099px) {
  .trial__steps .trial__step:nth-child(-n + 3) {
    margin-right: auto;
    margin-bottom: 50px;
  }
}

.trial__steps .trial__step:nth-child(2)::before {
  background-image: url(../img/step2.png);
}

@media screen and (max-width: 1099px) {
  .trial__steps .trial__step:nth-child(2)::before {
    top: -15%;
  }
}

.trial__steps .trial__step:nth-child(3)::before {
  background-image: url(../img/step3.png);
}

.trial__steps .trial__step:nth-child(4)::before {
  background-image: url(../img/step4.png);
}

@media screen and (max-width: 1099px) {
  .trial__steps {
    display: block;
  }
  .trial__steps .trial__step:nth-child(2) {
    height: 200px;
  }
}

.trial__step {
  width: 235px;
  height: 430px;
  border: 3px solid #333333;
  border-radius: 10px;
  position: relative;
  padding: 15px 15px;
}

.trial__step::before {
  position: absolute;
  background-image: url(../img/step1.png);
  background-repeat: no-repeat;
  width: 145px;
  height: 60px;
  content: "";
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1099px) {
  .trial__step::before {
    top: -11%;
  }
}

.trial__step p {
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 1099px) {
  .trial__step {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 280px;
    font-size: 1.4rem;
  }
}

.trial__step__title {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #195b9b;
}

@media screen and (max-width: 767px) {
  .trial__step__title {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.trial__step__btns {
  margin-top: 30px;
}

.trial__step__btn {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.4;
  width: 200px;
  height: 106px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  border: 3px #333333 solid;
}

@media screen and (max-width: 1099px) {
  .trial__step__btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: auto;
    line-height: 1;
  }
  .trial__step__btn br {
    display: none;
  }
}

.btn-trial {
  padding-top: 35px;
  background-color: #ec1b23;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 1099px) {
  .btn-trial {
    padding: 15px;
    font-size: 1.4rem;
  }
}

.btn-trial::before {
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/icon/hat.png);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 25px;
  height: 15px;
}

@media screen and (max-width: 1099px) {
  .btn-trial::before {
    top: 35%;
    left: 13%;
  }
}

.btn-tel {
  padding-top: 38px;
  padding-left: 24px;
  background: #59cd90;
  position: relative;
}

@media screen and (max-width: 1099px) {
  .btn-tel {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
}

.btn-tel::before {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon/tel.png);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
}

@media screen and (max-width: 767px) {
  .btn-tel::before {
    left: 27%;
  }
}

.trial__container {
  margin-top: 80px;
}

.trial__container__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1099px) {
  .trial__container__title {
    font-size: 2rem;
    margin-top: 20px;
    text-align: center;
  }
}

.trial__container__title--blue {
  color: #195b9b;
  font-weight: bold;
}

.trial__container__title--red {
  color: #ec1b23;
  font-weight: bold;
}

.cv3 {
  background: #f4f4ee;
  padding: 106px 0 58px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cv3 {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.cv3::before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  position: absolute;
  top: -105px;
  left: 0;
  content: "";
  background-image: url(../img/nami-beige.png);
  height: 105px;
  width: 100%;
  z-index: 1;
}

.cv3::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  background-image: url(../img/nami-beige.png);
  height: 105px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .cv3::after {
    top: 95%;
  }
}

.online {
  background: #5bc0eb;
  color: #fff;
  position: relative;
}

.online::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  background-image: url(../img/nami-sky.png);
  height: 105px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .online::after {
    top: 97%;
  }
}

.online__inner {
  padding-top: 260px;
  padding-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .online__inner {
    padding-top: 150px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
}

.online__title img {
  width: 270px;
}

.online__subtitle {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .online__subtitle {
    margin-top: 10px;
  }
}

.online__img {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .online__img {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1099px) {
  .online__img img {
    max-width: 500px;
    width: 100%;
  }
}

.online__text {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-top: 45px;
  line-height: 1.5;
}

@media screen and (max-width: 1099px) {
  .online__text {
    font-size: 2rem;
    margin-top: 25px;
  }
}

.online__btn {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .online__btn {
    margin-top: 25px;
  }
}

.btn--big {
  padding: 35px 150px;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1099px) {
  .btn--big {
    padding: 20px 44px;
  }
}

.btn--big:hover {
  opacity: 1;
}

.btn--big::after {
  position: absolute;
  width: 12px;
  height: 20px;
  background-image: url(../img/icon/arrow.png);
  background-repeat: no-repeat;
  content: '';
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1099px) {
  .btn--big::after {
    background-size: contain;
    height: 14px;
  }
}

.btn--big span {
  position: relative;
  z-index: 3;
  font-size: 2.6rem;
  font-weight: bold;
  color: #195b9b;
}

@media screen and (max-width: 1099px) {
  .btn--big span {
    font-size: 1.6rem;
  }
}

.btn--big:hover span {
  color: #fff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: -664px;
  z-index: 2;
  background: #195b9b;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
}

@media screen and (max-width: 1099px) {
  .bgleft:before {
    left: -312px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}

.bgleft:hover:before {
  top: 0;
  left: 0;
}

.qa {
  background: #fff;
}

.qa__inner {
  padding-top: 260px;
  padding-bottom: 250px;
}

@media screen and (max-width: 767px) {
  .qa__inner {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}

.qa__img {
  text-align: center;
  margin-bottom: 30px;
}

.qa__subtitle {
  font-size: 2.6rem;
  font-weight: bold;
  color: #195b9b;
  margin-left: 90px;
  margin-top: 40px;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 1099px) {
  .qa__subtitle {
    font-size: 2rem;
  }
}

.qa__subtitle::before {
  position: absolute;
  top: 50%;
  left: -90px;
  border: 2px #195b9b solid;
  width: 70px;
  content: '';
}

.qa__item {
  margin-left: 150px;
}

@media screen and (max-width: 767px) {
  .qa__item {
    margin-left: 50px;
  }
}

.accordion__head {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  padding: 39px 0;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1099px) {
  .accordion__head {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .accordion__head {
    margin-right: 50px;
    padding: 20px 0;
  }
  .accordion__head br {
    display: none;
  }
}

.accordion__head::before {
  position: absolute;
  top: 30%;
  left: -15%;
  background-image: url(../img/icon/q-icon.png);
  background-repeat: no-repeat;
  width: 54px;
  height: 90px;
  content: '';
}

@media screen and (max-width: 1099px) {
  .accordion__head::before {
    background-size: contain;
    width: 40px;
    left: -30%;
  }
}

@media screen and (max-width: 767px) {
  .accordion__head::before {
    width: 25px;
    height: 40px;
    left: -50px;
  }
}

.accordion__icon {
  position: absolute;
  background-image: url(../img/icon/plus.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  content: '';
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .accordion__icon {
    background-size: contain;
    width: 15px;
    height: 15px;
    right: -40px;
  }
}

.is-open {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 40%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion__body {
  margin-top: -15px;
  margin-bottom: 30px;
  display: none;
}

@media screen and (max-width: 767px) {
  .accordion__body {
    margin-right: 45px;
    margin-bottom: 10px;
  }
}

.accordion__body-in {
  line-height: 1.62;
}

@media screen and (max-width: 1099px) {
  .accordion__body-in {
    font-size: 1.4rem;
  }
}

.qa__border {
  background: #195b9b;
  width: 100%;
  height: 1px;
}

.footer {
  background: #5bc0eb;
  position: relative;
}

.footer::before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  position: absolute;
  top: -105px;
  left: 0;
  content: "";
  background-image: url(../img/nami-sky.png);
  height: 105px;
  width: 100%;
  z-index: 2;
}

.footer__inner {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 10px 10px 25px;
  }
}

.footer__container {
  text-align: center;
  color: #fff;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .footer__container {
    margin-top: 50px;
  }
}

.footer__logo {
  padding: 20px 0 50px;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    padding: 10px 0 10px;
  }
  .footer__logo img {
    width: 155px;
  }
}

@media screen and (max-width: 767px) {
  .footer__subtitle {
    font-size: 1.4rem;
  }
}

.footer__adress {
  line-height: 2.25;
  font-weight: bold;
  margin-bottom: 80px;
}

.footer__adress a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__adress {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 1.7;
  }
}

.footer__copyright {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */