@charset "UTF-8";
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
    width: 100%;
  }
}

/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  topMV
------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

.copy_pc {
  display: block;
}

.copy_sp {
  display: none;
}

.topMV_container {
  position: relative;
  max-height: 800px;
}

.topMV_container::after {
  position: absolute;
  content: "";
  width: 547px;
  height: 233px;
  bottom: -60px;
  left: 0;
  background-image: url(../../../img/fig_grid02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.topMV_maincopy {
  position: absolute;
  bottom: 30%;
  left: 10%;
  width: 690px;
}

.topMV_cta {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: -30px;
  left: 0;
  width: 500px;
  height: 170px;
  background-color: #FFB862;
  text-align: center;
  border-radius: 0 170px 170px 0;
  z-index: 10;
}

.topMV_ctatext01 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #fff;
  text-decoration: underline;
}

.topMV_ctatext02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 5px;
  font-weight: bold;
  color: #FFB862;
  background-color: #fff;
  border-radius: 5px;
  margin: 12px auto 0;
  padding: 0 4px 0 15px;
}

@media (max-width: 768px) {
  .topMV_container {
    position: relative;
    max-height: none;
    height: 600px;
  }
  .topMV_container::after {
    display: none;
  }
  .topMV_maincopy {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 450px;
  }
  .topMV_cta {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 335px;
    height: 108px;
    background-color: #FFB862;
    text-align: center;
    border-radius: 170px;
    z-index: 10;
    margin: 20px auto 0;
  }
  .topMV_ctatext01 {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #fff;
    text-decoration: underline;
  }
  .topMV_ctatext02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: bold;
    color: #FFB862;
    background-color: #fff;
    border-radius: 5px;
    margin: 12px auto 0;
    padding: 7px 2px 7px 12px;
  }
}

@media (max-width: 450px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .topMV_maincopy {
    position: absolute;
    bottom: 66px;
    left: 20px;
    width: 258px;
  }
  .copy_pc {
    display: none;
  }
  .copy_sp {
    display: block;
  }
}

/*----------------------------------
  トップページ/slick
------------------------------------*/
.slick-slide {
  height: 100%;
  max-height: 800px;
}

.slick-slide img {
  width: 100%;
}

@media (max-width: 1120px) {
  .slick-slide {
    height: 100%;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .slick-slide {
    position: relative;
    height: 600px;
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .slick-slide img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 95% 0;
       object-position: 95% 0;
  }
}

@media (max-width: 767px) {
  .slick-slide:first-child img {
    position: absolute;
    top: 0;
    left: 55%;
    transform: translate(-55%, 0);
    -o-object-position: 70% 0;
       object-position: 70% 0;
  }
}

@media (max-width: 767px) {
  .slick-slide:nth-child(2) img {
    position: absolute;
    top: 0;
    left: 65%;
    transform: translate(-65%, 0);
    -o-object-position: 60% 0;
       object-position: 60% 0;
  }
}

@media (max-width: 767px) {
  .slick-slide:nth-child(3) img {
    position: absolute;
    top: 0;
    left: 25%;
    transform: translate(-25%, 0);
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
}

@-webkit-keyframes fadeZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes fadeZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.slide-animation {
  -webkit-animation: fadeZoom 30s 0s forwards;
          animation: fadeZoom 30s 0s forwards;
}

/*----------------------------------
  news
------------------------------------*/
.news {
  width: 100%;
  margin-top: 180px;
}

.news_inner {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.news_inner h2 {
  margin-bottom: 72px;
}

.news_inner h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 15px);
  background-image: url(../../../img/NEWS.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 12px;
}

.news_inner .news_flexcontainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.news_inner .news_content {
  display: block;
  width: 357px;
}

.news_inner .news_content_pic {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.news_inner .news_content_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 220px;
}

.news_inner .news_content_timecategory {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
}

.news_inner .news_content_category {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.2px;
  margin-right: 16px;
  color: #fff;
  border-radius: 5px;
}

.news_inner .news_content_category_calender {
  width: 90px;
  background-color: #16A070;
}

.news_inner .news_content_category_news {
  width: 80px;
  background-color: #16A070;
}

.news_inner .news_content_category_limited {
  width: 80px;
  background-color: #16A070;
}

.news_inner .news_content_category_blog {
  width: 80px;
  background-color: #16A070;
}

.news_inner .news_content_time {
  font-size: 14px;
  letter-spacing: 1.7px;
  color: #16A070;
}

.news_inner .news_content_titlecontainer h3 {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.4px;
  font-weight: bold;
}

.btn_newslink {
  width: 180px;
  text-align: center;
  margin-top: 50px;
}

.btn_newslink p::after {
  top: 15px;
  left: 155px;
}

@media (max-width: 768px) {
  .news {
    width: 100%;
    margin-top: 280px;
  }
  .news_inner {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 0 20px;
  }
  .news_inner h2 {
    margin-bottom: 0px;
  }
  .news_inner .news_flexcontainer {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .news_inner .news_content {
    display: block;
    width: 100%;
    margin-top: 48px;
  }
  .news_inner .news_content_pic {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .news_inner .news_content_pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 220px;
  }
  .news_inner .news_content_timecategory {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 18px;
  }
  .news_inner .news_content_category {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.2px;
    margin-right: 16px;
    color: #fff;
    border-radius: 5px;
  }
  .news_inner .news_content_category_calender {
    width: 90px;
    background-color: #16A070;
  }
  .news_inner .news_content_category_news {
    width: 80px;
    background-color: #16A070;
  }
  .news_inner .news_content_category_limited {
    width: 80px;
    background-color: #16A070;
  }
  .news_inner .news_content_category_blog {
    width: 80px;
    background-color: #16A070;
  }
  .news_inner .news_content_time {
    font-size: 14px;
    letter-spacing: 1.7px;
    color: #16A070;
  }
  .news_inner .news_content_titlecontainer h3 {
    margin-top: 12px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.4px;
    font-weight: bold;
  }
  .btn_newslink {
    width: 180px;
    text-align: center;
    margin-top: 50px;
  }
  .btn_newslink p::after {
    top: 15px;
    left: 155px;
  }
}

/*----------------------------------
  whymirai
------------------------------------*/
.whymirai {
  margin-top: 150px;
  padding: 60px 0;
  background-image: url(../../../img/bg_grid.svg);
  background-size: 29px 30px;
}

.whymirai h2 {
  margin-bottom: 26px;
}

.whymirai h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 33px);
  background-image: url(../../../img/WHYMIRAI.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 66px;
  height: 12px;
}

.whymirai_inner {
  width: 1012px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}

.whymirai_inner .whymirai_item {
  position: relative;
  width: 470px;
  height: 500px;
  background-color: #D9EDE6;
  border-radius: 5px;
  margin-top: 70px;
}

.whymirai_inner .whymirai_item::before {
  position: absolute;
  content: "";
  top: -24px;
  left: -37px;
  background-color: #16A070;
  width: 130px;
  height: 130px;
  border-radius: 90px;
}

.whymirai_inner .whymirai_item h3 {
  line-height: 39px;
  font-size: 26px;
  letter-spacing: 1.7px;
  font-weight: bold;
  margin-top: 33px;
  margin-left: 125px;
  text-align: left;
}

.whymirai_inner .whymirai_item01::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -6px;
  background-image: url(../../../img/01_white.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 90px;
  border-radius: 90px;
}

.whymirai_inner .whymirai_item02::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -7px;
  background-image: url(../../../img/02_white.png);
  background-size: cover;
  width: 70px;
  height: 90px;
  border-radius: 90px;
}

.whymirai_inner .whymirai_item03::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -7px;
  background-image: url(../../../img/03_white.png);
  background-size: cover;
  width: 70px;
  height: 90px;
  border-radius: 90px;
}

.whymirai_inner .whymirai_item04::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -7px;
  background-image: url(../../../img/04_white.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 90px;
  border-radius: 90px;
}

.whymirai_inner .whymirai_pic {
  margin: 26px 0 26px 0;
}

.whymirai_inner .whymirai_textcontainer {
  margin: 0 auto;
  width: 410px;
  line-height: 29px;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

.btn_aboutlink {
  width: 240px;
  text-align: center;
  margin-top: 60px;
}

.btn_aboutlink p::after {
  top: 15px;
  left: 220px;
}

@media (max-width: 768px) {
  .whymirai {
    margin-top: 100px;
    padding: 60px 10px;
    background-image: url(../../../img/bg_grid.svg);
    background-size: 29px 30px;
  }
  .whymirai h2 {
    margin-bottom: 26px;
  }
  .whymirai h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 33px);
    background-image: url(../../../img/WHYMIRAI.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 66px;
    height: 12px;
  }
  .whymirai_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
  }
  .whymirai_inner .whymirai_item {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #D9EDE6;
    border-radius: 5px;
    margin-top: 70px;
  }
  .whymirai_inner .whymirai_item::before {
    position: absolute;
    content: "";
    top: 17px;
    left: 17px;
    background-color: #16A070;
    width: 90px;
    height: 90px;
    border-radius: 90px;
  }
  .whymirai_inner .whymirai_item h3 {
    line-height: 1.6;
    font-size: 18px;
    letter-spacing: 1.7px;
    font-weight: bold;
    margin-top: 33px;
    margin-left: 125px;
    text-align: left;
  }
  .whymirai_inner .whymirai_item01::after {
    position: absolute;
    content: "";
    top: 31px;
    left: 38px;
    background-image: url(../../../img/01_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 49px;
    height: 63px;
    border-radius: 90px;
  }
  .whymirai_inner .whymirai_item02::after {
    position: absolute;
    content: "";
    top: 31px;
    left: 38px;
    background-image: url(../../../img/02_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 49px;
    height: 63px;
    border-radius: 90px;
  }
  .whymirai_inner .whymirai_item03::after {
    position: absolute;
    content: "";
    top: 31px;
    left: 38px;
    background-image: url(../../../img/03_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 49px;
    height: 63px;
    border-radius: 90px;
  }
  .whymirai_inner .whymirai_item04::after {
    position: absolute;
    content: "";
    top: 31px;
    left: 38px;
    background-image: url(../../../img/04_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 49px;
    height: 63px;
    border-radius: 90px;
  }
  .whymirai_inner .whymirai_pic {
    margin: 26px auto;
    width: 80%;
  }
  .whymirai_inner .whymirai_textcontainer {
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }
  .btn_aboutlink {
    width: 240px;
    text-align: center;
    margin-top: 60px;
  }
  .btn_aboutlink p::after {
    top: 15px;
    left: 220px;
  }
}

/*----------------------------------
  learn
------------------------------------*/
.learn {
  width: 100%;
  margin-top: 150px;
  padding: 60px 0 0 0;
}

.learn h2 {
  margin-bottom: 82px;
}

.learn h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 68px);
  background-image: url(../../../img/HOWTOLEARNWITHUS.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 136px;
  height: 12px;
}

.learn_inner {
  position: relative;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.learn_inner::before {
  position: absolute;
  bottom: -60px;
  left: 300px;
  background-image: url(../../../img/fig_round_green.svg);
  background-size: contain;
  content: "";
  width: 300px;
  height: 300px;
}

.learn_inner .learn_pic {
  position: relative;
  width: 522px;
}

.learn_inner .learn_pic::after {
  position: absolute;
  top: -43px;
  left: -43px;
  background-image: url(../../../img/fig_grid01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 174px;
  height: 174px;
}

.learn_inner .learn_rightbox {
  width: 546px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.learn_inner h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 1.1;
}

.learn_inner .learn_textcontainer {
  margin-top: 33px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.8;
  line-height: 29px;
  text-align: justify;
}

.learn_inner .btn_learnlink {
  margin: 60px 0 0 auto;
  width: 180px;
}

.learn_inner .btn_learnlink p::after {
  top: 15px;
  left: 155px;
}

@media (max-width: 768px) {
  .learn {
    width: 100%;
    margin-top: 20px;
    padding: 60px 0 0 0;
  }
  .learn h2 {
    margin-bottom: 62px;
  }
  .learn h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 68px);
    background-image: url(../../../img/HOWTOLEARNWITHUS.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 136px;
    height: 12px;
  }
  .learn_inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
  }
  .learn_inner::before {
    display: none;
  }
  .learn_inner .learn_pic {
    position: relative;
    width: 100%;
  }
  .learn_inner .learn_pic::after {
    display: none;
  }
  .learn_inner .learn_rightbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .learn_inner h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 1.4px;
    margin-top: 24px;
  }
  .learn_inner .learn_textcontainer {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1.8;
    line-height: 29px;
    text-align: justify;
  }
  .learn_inner .btn_learnlink {
    margin: 48px 0 0 auto;
    width: 180px;
  }
  .learn_inner .btn_learnlink p::after {
    top: 15px;
    left: 155px;
  }
}

/*----------------------------------
  course
------------------------------------*/
.course {
  width: 100%;
  margin-top: 150px;
  padding: 60px 0;
  background-color: #D9EDE6;
}

.course h2 {
  margin-bottom: 72px;
}

.course h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 44.5px);
  background-image: url(../../../img/COURSE&PRICE.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 89px;
  height: 12px;
}

.course_lead {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.btn_courselink {
  margin: 40px auto 0;
  width: 180px;
}

.btn_courselink p {
  margin-right: 10px;
}

.btn_courselink p::after {
  top: 15px;
  left: 155px;
}

.course_flexcontainer {
  width: 1200px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link_shogakusei {
  position: relative;
  display: block;
  width: 380px;
  height: 320px;
  background-image: url(../../../img/linkbg_shogakusei.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.link_shogakusei::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../../../img/ico_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 19px;
  right: 33px;
}

.link_shogakusei .link_shogakusei_title {
  width: 170px;
  margin: 132px auto;
}

.link_chugakusei {
  position: relative;
  display: block;
  width: 380px;
  height: 320px;
  background-image: url(../../../img/linkbg_chugakusei.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.link_chugakusei::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../../../img/ico_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 19px;
  right: 33px;
}

.link_chugakusei .link_chugakusei_title {
  width: 170px;
  margin: 132px auto;
}

.link_koukousei {
  position: relative;
  display: block;
  width: 380px;
  height: 320px;
  background-image: url(../../../img/linkbg_koukousei.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.link_koukousei::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../../../img/ico_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 19px;
  right: 33px;
}

.link_koukousei .link_koukousei_title {
  width: 170px;
  margin: 132px auto;
}

.link_tokubetsu {
  position: relative;
  display: block;
  width: 1200px;
  height: 230px;
  margin-top: 30px;
  background-image: url(../../../img/linkbg_tokubetsu.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.link_tokubetsu::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../../../img/ico_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 93px;
  right: 33px;
}

.link_tokubetsu .link_tokubetsu_title {
  width: 197px;
  margin: 87px auto;
}

@media (max-width: 768px) {
  .course {
    width: 100%;
    margin-top: 100px;
    padding: 60px 0;
    background-color: #D9EDE6;
  }
  .course h2 {
    margin-bottom: 72px;
  }
  .course h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 44.5px);
    background-image: url(../../../img/COURSE&PRICE.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 89px;
    height: 12px;
  }
  .course_lead {
    font-size: 16px;
    line-height: 1.7;
    padding: 0 20px;
    text-align: center;
  }
  .btn_courselink {
    margin: 40px auto 0;
    width: 180px;
  }
  .btn_courselink p {
    margin-right: 10px;
  }
  .btn_courselink p::after {
    top: 15px;
    left: 155px;
  }
  .course_flexcontainer {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .link_shogakusei {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    background-image: url(../../../img/linkbg_shogakusei.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .link_shogakusei::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../../../img/ico_arrow01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 19px;
    right: 33px;
  }
  .link_shogakusei .link_shogakusei_title {
    width: 170px;
    margin: 132px auto;
  }
  .link_chugakusei {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    margin-top: 10px;
    background-image: url(../../../img/linkbg_chugakusei.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .link_chugakusei::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../../../img/ico_arrow01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 19px;
    right: 33px;
  }
  .link_chugakusei .link_chugakusei_title {
    width: 170px;
    margin: 132px auto;
  }
  .link_koukousei {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    margin-top: 10px;
    background-image: url(../../../img/linkbg_koukousei.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .link_koukousei::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../../../img/ico_arrow01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 19px;
    right: 33px;
  }
  .link_koukousei .link_koukousei_title {
    width: 170px;
    margin: 132px auto;
  }
  .link_tokubetsu {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    margin-top: 10px;
    background-image: url(../../../img/linkbg_tokubetsu.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .link_tokubetsu::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../../../img/ico_arrow01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 19px;
    right: 33px;
  }
  .link_tokubetsu .link_tokubetsu_title {
    width: 197px;
    margin: 87px auto;
  }
}

/*----------------------------------
  grid
------------------------------------*/
.bg_grid {
  background-image: url(../../../img/bg_grid.svg);
  background-size: 29px 30px;
}

/*----------------------------------
  access
------------------------------------*/
.access {
  width: 100%;
  padding: 134px 0 0 0;
}

.access h2 {
  margin-bottom: 72px;
}

.access h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19.5px);
  background-image: url(../../../img/ACCESS.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 39px;
  height: 12px;
}

.access_inner {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.access_leftbox {
  width: 580px;
}

.access_leftbox .access_pic {
  width: 100%;
}

.access_leftbox h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
  color: #16A070;
  background-color: #fff;
  margin: 43px 0 24px;
}

.access_leftbox .access_textcontainer {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 29px;
  text-align: left;
}

.access_rightbox {
  width: 580px;
}

.access_rightbox .gmap {
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  padding-bottom: 70.69%;
}

@media (max-width: 768px) {
  .access {
    width: 100%;
    padding: 64px 0 0 0;
  }
  .access h2 {
    margin-bottom: 72px;
  }
  .access h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 19.5px);
    background-image: url(../../../img/ACCESS.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 39px;
    height: 12px;
  }
  .access_inner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
  }
  .access_leftbox {
    width: 100%;
  }
  .access_leftbox .access_pic {
    width: 100%;
  }
  .access_leftbox h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.7;
    color: #16A070;
    background-color: #fff;
    margin: 24px 0 8px;
  }
  .access_leftbox .access_textcontainer {
    font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 29px;
    text-align: left;
  }
  .access_rightbox {
    width: 100%;
    margin-top: 24px;
  }
  .access_rightbox .gmap {
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
    padding-bottom: 70.69%;
  }
}

/*----------------------------------
  contact
------------------------------------*/
.contact {
  width: 100%;
  padding: 134px 0;
}

.contact h2 {
  margin-bottom: 72px;
}

.contact h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 24.5px);
  background-image: url(../../../img/CONTACT.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 49px;
  height: 12px;
}

.contact_flexcontainer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.contact_formlink {
  width: 580px;
  height: 300px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.contact_formlink_left h3 {
  margin-top: 36px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1.6px;
  line-height: 40px;
  color: #16A070;
}

.contact_formlink_left .contact_text {
  font-size: 16px;
  letter-spacing: 1.4px;
  line-height: 29px;
  margin: 33px 0 80px;
}

.contact_formlink_left .btn_formlink {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.4px;
}

.contact_formlink_left .btn_formlink::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../../img/ico_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -11px;
  right: 2px;
}

.contact_formlink_right {
  width: 230px;
}

.contact_telmail {
  width: 580px;
  height: 300px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.contact_telmail_left h3 {
  margin-top: 36px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1.6px;
  line-height: 40px;
  color: #16A070;
}

.contact_telmail_left .telnumber {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.04em;
  margin: 55px 0 40px;
  margin-left: 40px;
}

.contact_telmail_left .telnumber::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../../../img/ico_tel_black.svg);
  background-size: cover;
  top: 2px;
  left: -34px;
}

.contact_telmail_left .mailadress {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-left: 40px;
}

.contact_telmail_left .mailadress::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(../../../img/ico_mail.svg);
  background-size: cover;
  top: 9px;
  left: -32px;
}

.contact_telmail_left .btn_formlink {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.4px;
}

.contact_telmail_left .btn_formlink::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../../img/ico_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -11px;
  right: 2px;
}

.contact_telmail_right {
  width: 230px;
}

@media (max-width: 768px) {
  .contact {
    width: 100%;
    padding: 134px 0;
  }
  .contact h2 {
    margin-bottom: 72px;
  }
  .contact h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 24.5px);
    background-image: url(../../../img/CONTACT.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 49px;
    height: 12px;
  }
  .contact_flexcontainer {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact_formlink {
    width: 100%;
    height: 260px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #fff;
  }
  .contact_formlink_left h3 {
    margin-top: 36px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 40px;
    color: #16A070;
  }
  .contact_formlink_left .contact_text {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 29px;
    margin: 16px 0 0;
  }
  .contact_formlink_left .btn_formlink {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-top: 36px;
    margin-bottom: 24px;
  }
  .contact_formlink_left .btn_formlink::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../../../img/ico_arrow01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -3px;
    right: 37px;
  }
  .contact_formlink_right {
    width: 120px;
    height: 100%;
  }
  .contact_formlink_right img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .contact_telmail {
    width: 100%;
    height: 240px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin-top: 32px;
  }
  .contact_telmail_left h3 {
    margin-top: 36px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.6px;
    line-height: 40px;
    color: #16A070;
  }
  .contact_telmail_left .telnumber {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    margin: 32px 0 24px;
    margin-left: 24px;
  }
  .contact_telmail_left .telnumber::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../../../img/ico_tel_black.svg);
    background-size: cover;
    top: 4px;
    left: -22px;
  }
  .contact_telmail_left .mailadress {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 29px;
    margin-left: 24px;
    margin-bottom: 16px;
  }
  .contact_telmail_left .mailadress::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 11.2px;
    background-image: url(../../../img/ico_mail.svg);
    background-size: cover;
    top: 9px;
    left: -22px;
  }
  .contact_telmail_left .btn_formlink {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.4px;
  }
  .contact_telmail_left .btn_formlink::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../../../img/ico_arrow01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -11px;
    right: 2px;
  }
  .contact_telmail_right {
    width: 120px;
    height: 100%;
  }
  .contact_telmail_right img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
