*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-break: strict;
}

.kv {
  background-image: url(../images/kv_bg.jpg);
}
.kv__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 899px) {
  .kv__image {
    width: 100%;
  }
}

.area-00 {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
}
.area-00__container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
}
.area-00__link:hover {
  opacity: 0.8;
}
.area-00 .area-00__img--request, .area-00 .area-00__img--title {
  width: 100%;
}
.area-00__img--title {
  max-width: 719px;
}
@media screen and (max-width: 767px) {
  .area-00__img--title {
    max-width: 95%;
  }
}
.area-00__img--request {
  margin-top: 2rem;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .area-00__img--request {
    max-width: 80%;
  }
}

.area01__unit_container {
  padding: 5% 0%;
  background-color: rgb(88, 210, 246);
}
.area01__unit {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 430px;
}
.area01__top {
  padding-top: 3%;
  margin: 0 auto;
  width: 850px;
}
.area01__top img {
  width: 100%;
  height: auto;
}
.area01__container {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  width: 900px;
  border: 6px solid #1b1464;
  border-radius: 20px;
  padding-bottom: 1%;
  margin-top: 3%;
}
.area01__heading {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.area01__heading--p {
  font: 300% "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: 0%;
  background-color: #fff;
  margin: 0 auto;
  width: 90%;
  border: 3px solid #332d74;
  position: absolute;
  top: -48px;
  left: 4.5%;
}
.area01__text table {
  margin-top: 45px;
  border-spacing: 15px;
}
.area01__text td {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.area01__contents {
  display: block;
  width: 117px;
  height: 35px;
  background-color: rgb(20, 27, 100);
  color: #fff;
  border-radius: 5px;
  line-height: 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
}
.area01__contents_box {
  padding-bottom: 32%;
}
.area01__contents_box__contents_box p {
  line-height: 3;
}
.area01__line_text {
  line-height: 200%;
}
.area01__line_text p {
  text-indent: -4em;
  padding-left: 4em;
}
@media screen and (max-width: 767px) {
  .area01__line_text br {
    display: none;
  }
}
.area01__flex {
  display: flex;
  margin-top: -6%;
}
.area01__table_container table {
  margin-top: -30px;
}
.area01__contents_container {
  padding-bottom: 12%;
}
.area01__line_contents {
  line-height: 150%;
}
.area01__img_box {
  max-width: 100%;
  width: 37%;
  padding-top: 4%;
}
.area01__img_box img {
  width: 100%;
  height: auto;
}
.area01__br_box {
  display: none;
}
@media screen and (max-width: 900px) {
  .area01__top {
    width: 95%;
  }
  .area01__container {
    width: 90%;
    margin-top: 6%;
  }
  .area01__text table {
    width: 100%;
    border-spacing: 20px;
  }
  .area01__text th, .area01__text td {
    display: block;
  }
  .area01__contents {
    width: 100%;
  }
  .area01__contents_box {
    padding-bottom: 0%;
  }
  .area01__flex {
    display: block;
    margin-top: -8%;
  }
  .area01__contents_container {
    padding-bottom: 0%;
  }
  .area01__img_box {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .area01__flex {
    margin-top: -8%;
  }
  .area01 span {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 535px) {
  .area01__flex {
    display: block;
    margin-top: -16%;
  }
}
@media screen and (max-width: 400px) {
  .area01__top__img {
    width: 100%;
    height: 140px;
  }
  .area01__heading--p {
    font-size: 30px;
  }
  .area01__text table {
    margin-top: 10px;
    border-spacing: 10px;
  }
  .area01__contents {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 2%;
  }
  .area01__container {
    margin-top: 10%;
  }
  .area01__text td {
    font-size: 18px;
  }
  .area01__flex {
    margin-top: -10%;
  }
  .area01__line_text {
    line-height: 170%;
  }
  .area01__img_box {
    margin-top: 0%;
  }
  .area01__br_box {
    display: block;
  }
}

.area-02__body {
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  background-size: 100% 300px;
  background-image: url("../images/bg.jpg");
  background-color: #58d2f6;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 3em;
}
.area-02__container {
  width: 900px;
  margin: 0 auto;
}
.area-02__image-box {
  position: relative;
}
.area-02__header-img {
  width: 60%;
  height: auto;
  padding-top: 20px;
}
.area-02__main-img {
  width: 15%;
  height: auto;
  position: absolute;
  top: 35px;
  right: 10px;
}
.area-02__p--right-space {
  width: 80%;
  margin: 0;
  padding: 0;
}
.area-02__p {
  margin: 0;
  padding: 0;
}
.area-02__text-box {
  padding: 14px 27px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 10px 20px 9px rgba(0, 0, 0, 0.5647058824);
}
.area-02__ul {
  margin: 0;
  padding-left: 23px;
}
.area-02__span {
  font-weight: bold;
  background: #fdf14d;
}
.area-02__span--strong {
  font-weight: bold;
  color: #1716ee;
  background: #fdf14d;
}
@media screen and (max-width: 899px) {
  .area-02__container {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .area-02__header-img {
    width: 85%;
  }
  .area-02__main-img {
    top: inherit;
    bottom: 0;
    right: 0;
  }
  .area-02__p--right-space {
    width: 100%;
  }
}

.area-03 {
  background-color: rgb(88, 210, 246);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  width: 100%;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 270px;
}
.area-03__container {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 3em;
}
.area-03__title {
  font-size: 40.15px;
  text-align: center;
  text-shadow: 0 0 10px white;
  padding: 30px;
}
.area-03__box {
  width: 100%;
  padding: 15px;
  background-color: white;
}
.area-03__bluetext {
  font-weight: 900;
  color: rgb(6, 33, 132);
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .area-03__bluetext {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.area-03__line {
  max-width: 55%;
  height: 5px;
  background-color: rgb(6, 33, 132);
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .area-03__line {
    max-width: 100%;
  }
}
.area-03__img {
  max-width: 45%;
  float: right;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .area-03__img {
    max-width: 100%;
    float: none;
    margin-top: 0px;
  }
}
.area-03__img--photo {
  width: 100%;
}
.area-03__lecturer {
  margin-top: 50px;
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 20px;
}
.area-03__post {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
}
.area-03__log {
  font-size: 18px;
  margin-bottom: 20px;
}
.area-03__careertitle {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
}
.area-03__career {
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}

.area-04 {
  background-color: rgb(88, 210, 246);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  width: 100%;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 270px;
}
.area-04__container {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 3em;
}
.area-04__title {
  font-size: 40.15px;
  text-align: center;
  text-shadow: 0 0 10px white;
  padding: 30px;
}
.area-04__box {
  width: 100%;
  padding: 15px;
  background-color: white;
}
.area-04__bluetext {
  font-weight: 900;
  color: rgb(6, 33, 132);
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .area-04__bluetext {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.area-04__line {
  max-width: 55%;
  height: 5px;
  background-color: rgb(6, 33, 132);
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .area-04__line {
    max-width: 100%;
  }
}
.area-04__img {
  max-width: 45%;
  float: right;
  margin-top: -100px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .area-04__img {
    max-width: 100%;
    float: none;
    margin-top: 0px;
    margin-right: 0;
  }
}
.area-04__img--photo {
  width: 100%;
}
.area-04__lecturer {
  margin-top: 50px;
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 20px;
}
.area-04__post {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
}
.area-04__log {
  font-size: 18px;
  margin-bottom: 20px;
}
.area-04__careertitle {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
}
.area-04__career {
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}

.area-05 {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-color: #58d2f6;
  background-size: 100% 350px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding-bottom: 3rem;
}
.area-05__title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  text-shadow: 0 0 20px #fff;
}
@media screen and (max-width: 767px) {
  .area-05__title {
    font-size: 2rem;
  }
}
.area-05__container {
  box-sizing: border-box;
  max-width: 900px;
  width: 95%;
  padding: 1rem;
  margin: 3rem auto 0;
  border: 4px solid rgb(5, 32, 132);
  background-color: #fff;
  font-size: 22px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .area-05__container {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
  }
}
.area-05 .area-05__answer, .area-05 .area-05__question {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .area-05 .area-05__answer, .area-05 .area-05__question {
    flex-direction: column;
    align-items: flex-start;
  }
}
.area-05__question {
  margin-bottom: 1em;
}
.area-05__answer {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 3px dashed gray;
}
.area-05__qa-image {
  height: 52px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .area-05__qa-image {
    margin-bottom: 0.5em;
  }
}

.area-06 {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-color: #58d2f6;
  background-size: 100% 300px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  padding-bottom: 3rem;
}
.area-06__title {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .area-06__title {
    font-size: 2rem;
  }
}
.area-06__container {
  box-sizing: border-box;
  max-width: 900px;
  width: 90%;
  padding: 1rem 2rem;
  margin: 3rem auto 0;
  background-color: #fff;
  border-radius: 10px;
  font-size: 25px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .area-06__container {
    font-size: 20px;
    line-height: 35px;
    margin: 1rem auto 0;
    padding: 1rem;
  }
}
.area-06 .area-06__maker--linespace-wide, .area-06 .area-06__maker {
  color: #c1272d;
  background: #ffff00;
}
.area-06__maker--linespace-wide {
  line-height: 60px;
}
.area-06__text {
  margin: 0;
}
.area-06__text-with-img {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 0px 50px;
  grid-template-areas: "text1 img" "text1 img" "text2 img";
}
@media screen and (max-width: 899px) {
  .area-06__text-with-img {
    grid-template-areas: "text1" "img" "text2";
    grid-template-columns: 1fr;
  }
}
.area-06 .area-06__with-text--text02, .area-06 .area-06__with-text--text01 {
  margin: 0;
}
.area-06__with-text--text01 {
  grid-area: text1;
}
.area-06__with-text--text02 {
  grid-area: text2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .area-06__with-text--text02 {
    width: 90%;
    display: block;
  }
}
.area-06__with-text--name {
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .area-06__with-text--name {
    font-size: 1.2em;
  }
}
.area-06__with-img {
  grid-area: img;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.area-07 {
  --icon-shifted-height: 60px;
  max-width: 900px;
  width: 100%;
  margin: 3rem auto;
  font-family: "Noto Sans JP", sans-serif;
}
.area-07 .area-07__subhead--span, .area-07 .area-07__subhead {
  color: #074387;
  text-align: center;
}
.area-07__title {
  background: linear-gradient(transparent 50%, #7ce1f8 50%);
  width: 5em;
  font-weight: bold;
  margin: 0 auto var(--icon-shifted-height);
  text-align: center;
}
.area-07__subhead {
  font-weight: bold;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 10px 0 1rem;
}
.area-07__subhead--span {
  font-size: 1.2rem;
  display: block;
}
.area-07__step-wrap {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .area-07__step-wrap {
    flex-direction: column;
  }
}
.area-07__step {
  width: 250px;
  background-color: #f7f7f7;
  border: 2px solid #d0cece;
  border-radius: 10px;
  list-style: none;
  padding: 10px;
  position: relative;
}
.area-07__step:not(:last-child)::after {
  position: absolute;
  right: -50px;
  top: 40%;
  content: url(../images/triangle.png);
}
@media screen and (max-width: 899px) {
  .area-07__step {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .area-07__step {
    width: 85%;
    margin: 0 auto calc(var(--icon-shifted-height) + 50px);
  }
  .area-07__step:last-child {
    margin-bottom: 0;
  }
  .area-07__step:not(:last-child)::after {
    position: absolute;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    top: 106%;
    content: url(../images/triangle.png);
  }
}
.area-07__text {
  line-height: 1.6em;
  font-weight: 500;
}
.area-07__step-icon {
  margin: calc(var(--icon-shifted-height) * -1) auto 0;
  display: block;
  height: 100px;
}

/*# sourceMappingURL=style.css.map */
