@charset "UTF-8";
/* CSS Document */

:root {
  --color-blue: #1272db;
  --color-light-blue: #009fe6;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  color: #000;
  line-height: 1.8;
  font-size: 2rem;
  background-color: #d0e7f9;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

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

.bold {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .ma10 {
    margin-bottom: 10px;
  }

  .ma20 {
    margin-bottom: 20px;
  }

  .ma30 {
    margin-bottom: 30px;
  }

  .ma40 {
    margin-bottom: 40px;
  }

  .ma50 {
    margin-bottom: 50px;
  }

  .ma60 {
    margin-bottom: 60px;
  }

  .ma70 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sp-ma10 {
    margin-bottom: 10px;
  }

  .sp-ma20 {
    margin-bottom: 20px;
  }

  .sp-ma30 {
    margin-bottom: 30px;
  }

  .sp-ma40 {
    margin-bottom: 40px;
  }

  .sp-ma50 {
    margin-bottom: 50px;
  }
}

.center {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 979px) {
  .center {
    width: 90%;
    padding: 0;
  }
}

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.flex-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex-ce {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-flex-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  word-wrap: break-word;
}
a.c-white {
  color: #fff;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

.box-yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.box-yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*********************************
　ボタン
*********************************/
.btn {
  font-size: 2.5rem;
  color: var(--color-light-blue);
  display: inline-block;
  padding: 10px 110px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 3px 5% 5px;
    border-radius: 5px;
    width: 100%;
  }
}
.btn.arrow {
  border: 2.5px solid var(--color-light-blue);
}
.btn.arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 15px;
  width: 20px;
  height: 25px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .btn.arrow:after {
    top: calc(50% - 8.5px);
    right: 8px;
    width: 11.5px;
    height: 17px;
  }
}
.btn.shiryo {
  color: #fff;
  background-color: #007dc6;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.shiryo span {
  display: inline-block;
  margin-right: 15px;
  width: 35px;
  height: 50px;
  background-image: url(../img/ico_shiryo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .btn.shiryo {
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .btn.shiryo span {
    margin-right: 10px;
    width: 16.5px;
    height: 22.5px;
  }
}

/*********************************
　ヘッダー
*********************************/
header {
  width: 100%;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #57a0db;
}
header h1 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  header h1 {
    max-width: 180px;
  }
}

/*********************************
　フッター
*********************************/
footer {
  background-color: var(--color-light-blue);
  text-align: center;
  color: #fff;
  padding-top: 65px;
  padding-bottom: 60px;
}
footer .btn {
  font-size: 3.4rem;
  margin-bottom: 50px;
}
footer .area-sns {
  margin-bottom: 50px;
}
footer .area-sns .flex-cont_sns {
  justify-content: center;
  margin-top: 25px;
}
footer .area-sns .flex-cont_sns a {
  width: 60px;
}
footer .area-sns .flex-cont_sns a:not(:last-child) {
  margin-right: 40px;
}
footer small {
  font-size: 1rem;
  line-height: 150%;
  display: block;
  text-align: center;
  margin-top: 35px;
}

footer .fix-nav {
  position: fixed;
  right: -20px;
  top: 10%;
  z-index: 10;
}
footer .fix-nav ul li a {
  display: grid;
  place-content: center;
  place-items: center;
  width: 160px;
  height: 115px;
  color: #fff;
  box-sizing: border-box;
  border: 2.5px solid #fff;
  border-radius: 15px;
  line-height: 1.3;
}
footer .fix-nav ul li a img {
  margin-bottom: 5px;
}
footer .fix-nav ul li.shiryo a {
  background-color: #d24da7;
}
footer .fix-nav ul li.shiryo a img {
  width: 30px;
}
footer .fix-nav ul li.rsv a {
  background-color: #7fb440;
}
footer .fix-nav ul li.rsv a img {
  width: 43px;
}
footer .fix-nav ul li.web a {
  background-color: #d87612;
}
footer .fix-nav ul li.web a img {
  width: 50px;
}
@media screen and (min-width: 769px) {
  footer .fix-nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .fix-nav ul li a {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 5% calc(35px + 93px);
  }
  footer .btn {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  footer .area-sns {
    margin-bottom: 30px;
  }
  footer small {
    margin-top: 25px;
  }

  footer .fix-nav {
    right: 0;
    bottom: 0;
    top: inherit;
    width: 100%;
  }
  footer .fix-nav ul {
    width: 100%;
    display: flex;
  }
  footer .fix-nav ul li {
    width: calc(100% / 3);
    border-radius: 0px;
  }
  footer .fix-nav ul li a {
    width: 100%;
    height: 93px;
    border-radius: 0px;
  }
  footer .fix-nav ul li.rsv a {
    border-right-width: 0;
    border-left-width: 0;
  }
  footer .info {
    font-size: 1.4rem;
  }
}

/*********************************
　メイン
*********************************/
#hero {
  background-color: #57a0db;
  padding: 50px 5% 140px;
  position: relative;
}
#hero:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-image: url(../img/back_illust.svg);
  background-size: 675px 74px;
  background-repeat: repeat-x;
  background-position: center 3px;
}

#hero .hero_copy {
  font-size: 5.4rem;
  line-height: 1.3;
  color: #fff46d;
  margin-bottom: 30px;
  font-weight: 500;
}
#hero p {
  font-size: 2.8rem;
  line-height: 1.8;
  color: #fff;
  width: 100%;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

#hero .box-inner {
  position: relative;
}
#hero .box-inner .deco {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#hero .box-inner .deco.item_1 {
  background-image: url(../img/hero_illust1.png);
  width: 253px;
  height: 198px;
  top: 170px;
  left: calc(50% - (262.5px + 253px + 50px));
}
#hero .box-inner .deco.item_2 {
  background-image: url(../img/hero_illust2.png);
  width: 254px;
  height: 177px;
  top: 300px;
  right: calc(50% - (262.5px + 254px + 60px));
}
#hero .box-inner .deco.item_3 {
  background-image: url(../img/hero_illust3.png);
  width: 212px;
  height: 215px;
  bottom: 220px;
  left: calc(50% - (262.5px + 212px + 50px));
}
#hero .box-inner .deco.item_4 {
  background-image: url(../img/hero_illust4.png);
  width: 243px;
  height: 186px;
  bottom: 100px;
  right: calc(50% - (262.5px + 243px + 38px));
}
@media screen and (max-width: 768px) {
  #hero {
    padding-top: 35px;
    padding-bottom: 195px;
  }
  #hero:after {
    height: 52px;
    background-size: 492.5px 52px;
    background-position: center 2px;
  }

  #hero .hero_copy {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  #hero p {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #hero .box-inner .deco.item_1 {
    width: calc(253px * 0.6);
    height: calc(198px * 0.6);
    top: inherit;
    left: inherit;
    bottom: calc((-198px * 0.6) - 15px);
    right: calc(50% - ((253px * 0.6) + 20px));
  }
  #hero .box-inner .deco.item_2 {
    width: calc(254px * 0.6);
    height: calc(177px * 0.6);
    top: -95px;
    right: calc(50% - ((254px * 0.6) + 85px));
  }
  #hero .box-inner .deco.item_3 {
    width: calc(212px * 0.6);
    height: calc(215px * 0.6);
    top: -110px;
    left: calc(50% - ((212px * 0.6) + 90px));
  }
  #hero .box-inner .deco.item_4 {
    width: calc(243px * 0.6);
    height: calc(186px * 0.6);
    bottom: calc((-186px * 0.6) - 15px);
    right: inherit;
    left: calc(50% - ((243px * 0.6) + 20px));
  }
}

#area-content {
  padding-top: 50px;
  padding-bottom: 80px;
}
#area-content img {
  width: 100%;
}
#area-content h3 {
  font-size: 3.5rem;
  color: var(--color-blue);
  background-color: #fff;
  box-sizing: border-box;
  border: 2.5px solid var(--color-blue);
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
#area-content h3:after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ea9fff;
  box-sizing: border-box;
  border: 2.5px solid var(--color-blue);
  border-radius: 20px;
}

#area-content .kyosai-sec_top {
  margin-bottom: 40px;
}
#area-content .kyosai_cont .btn.arrow {
  margin-bottom: 35px;
}
#area-content .kyosai_cont .btn.shiryo {
  margin-top: 45px;
}
#area-content .kyosai_cont .area-yt {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#area-content .kyosai_cont .area-yt > p {
  font-size: 2rem;
  color: #fff;
  display: block;
  background-color: #868788;
  border: 1px solid #251e1c;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  #area-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  #area-content h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 15px;
  }
  #area-content h3:after {
    border-radius: 15px;
  }

  #area-content .kyosai-sec_top {
    margin-bottom: 25px;
  }

  #area-content .kyosai_cont .area-yt > p {
    font-size: 1.6rem;
    padding-top: 2px;
    padding-bottom: 4px;
  }
}

#area-content .kyosai_cont,
#interview {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 45px 25px;
}
@media screen and (max-width: 768px) {
  #area-content .kyosai_cont,
  #interview {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 5%;
  }
}

#interview {
  margin-top: 120px;
  padding-bottom: 75px;
}
#interview h4 {
  font-size: 3.3rem;
  color: var(--color-light-blue);
  margin-bottom: 25px;
}
#interview .interview-sec_top {
  background-color: var(--color-light-blue);
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding-top: 10px;

  background-image: url(../img/back_illust.svg);
  background-repeat: repeat-x;
  background-size: 353px 37.5px;
  background-position: center 101%;
}
#interview .interview-sec_top .box-left {
  width: 47.5%;
}
#interview .interview-sec_top .box-right {
  width: 33.8%;
  margin-left: 3%;
  margin-right: 3%;
}
#interview .box-profile {
  font-size: 1.2rem;
  width: 49.3%;
  margin: -7% 2% 30px auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid var(--color-light-blue);
  border-radius: 15px;
  padding: 15px 20px;
  line-height: 1.3;
}
#interview .box-profile p {
  line-height: 1.5;
}
#interview h5 {
  color: var(--color-light-blue);
  font-weight: 500;
  margin-bottom: 10px;
}
#interview .flex-cont_interview p {
  width: 76.8%;
}
#interview .flex-cont_interview .box-pic {
  width: 20%;
}

@media screen and (max-width: 768px) {
  #interview {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  #interview h4 {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
  #interview .interview-sec_top {
    padding-top: 25px;
    border-radius: 15px;
  }
  #interview .interview-sec_top .box-left {
    width: 90%;
    margin-bottom: 10px;
  }
  #interview .interview-sec_top .box-right {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }
  #interview .box-profile {
    font-size: 1.4rem;
    width: 100%;
    margin: 10px auto 25px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #interview h5 {
    margin-bottom: 5px;
  }
  #interview .flex-cont_interview p {
    width: 100%;
    margin-bottom: 15px;
  }
  #interview .flex-cont_interview .box-pic {
    width: 100%;
  }
}
