@charset "UTF-8";
/* -----------------------------
ブレイクポイント設定
--------------------------------*/
/* -----------------------------
変数設定
--------------------------------*/
/* -----------------------------
基本設定
--------------------------------*/
body {
  font-size: 16px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.47;
  color: #333;
  background-color: #FFF;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #333;
}

.fw400{
    font-weight: 400 !important;
}

/* -----------------------------
ヘッダー
--------------------------------*/
.header {
  width: 66.4%;
  height: 30px;
  background: url(../img/common/bg_L.jpg) no-repeat right center/cover;
}

/* -----------------------------
メイン
--------------------------------*/
.main {
  margin-top: 100px;
}
.notice {
  font-family: "Noto Sans JP";
  margin-top: 62px;
  position: relative;
  padding-bottom: 105px;
  font-weight: 500 !important;
}

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

.section01 {
  font-family: "Noto Sans JP";
}

.section01-head {
  color: #206039;
  font-size: 36px;
  text-align: center;
  line-height: 1.47;
}

.section01-body {
  margin-top: 150px;
}

.section01-text {
  line-height: 1.77;
}
.section01-text:not(:first-child) {
  margin-top: 26px;
}

.section01-text a:hover {
  color: #206039;
  text-decoration: underline !important;

}

.section02 {
  margin-top: 62px;
  position: relative;
  padding-bottom: 105px;
}
.section02::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  height: 91%;
  left: 0;
  bottom: 0;
  background-color: #F7F9F7;
  z-index: -1;
}

.section02-head {
  text-align: center;
}

.section-title {
  font-weight: 800;
  font-size: 76px;
  line-height: 1.21;
  font-family: "Inter";
}

.section-title-ja {
  font-size: 24px;
  line-height: 1.5;
  color: #206039;
}

.section02-body {
  font-family: "Noto Sans JP";
  margin-top: 60px;
}

.section02-body-item {
  text-align: center;
}
.section02-body-item:not(:first-child) {
  margin-top: 110px;
}
.section02-body-item a {
  display: inline-block;
  margin-top: 24px;
  border: 2px solid #206039;
  border-radius: 20px;
  text-align: center;
  width: 206px;
  line-height: 1.5;
  padding: 18px;
  background-color: #fff;
}

.section02-body-item-text {
  line-height: 1.5;
}

.section02-body-item-btn {
  display: inline-block;
  margin-top: 24px;
  border: 2px solid #206039;
  border-radius: 20px;
  text-align: center;
  width: 206px;
  line-height: 1.5;
  padding: 18px;
  background-color: #fff;
}

.section03-body-item {
  text-align: center;
}
.section03-body-item:not(:first-child) {
  margin-top: 110px;
}
.section03-body-item a {
  display: inline-block;
  margin-top: 24px;
  border: 2px solid #206039;
  border-radius: 20px;
  text-align: center;
  width: 206px;
  line-height: 1.5;
  padding: 14px;
  background-color: #fff;
}

.section03-body-item-text {
    line-height: 1.5;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #686868;
}

.section03-body-item-btn {
  display: inline-block;
  margin-top: 24px;
  border: 2px solid #206039;
  border-radius: 20px;
  text-align: center;
  width: 206px;
  line-height: 1.5;
  padding: 18px;
  background-color: #fff;
}

.section04 {
  margin-top: 62px;
  position: relative;
  padding-bottom: 105px;
}
.section04::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  height: 91%;
  left: 0;
  bottom: 0;
  background-color: #F7F9F7;
  z-index: -1;
}

.section04-body {
  margin-top: 60px;
}

.section04-body-item {
  text-align: center;
}
.section04-body-item:not(:first-child) {
  margin-top: 110px;
}
.section04-body-item a {
    display: inline-block;
    border: 2px solid #206039;
    border-radius: 20px;
    text-align: center;
    width: 300px;
    line-height: 1.5;
    padding: 18px;
    background-color: #fff;
    margin-bottom: 100px;
}

.section04-body-item-text {
  line-height: 1.5;
  font-weight: bold;
}

.section04-body-item-btn {
  display: inline-block;
  border: 2px solid #206039;
  border-radius: 20px;
  text-align: center;
  width: 300px;
  line-height: 1.5;
  padding: 18px;
  background-color: #fff;
  margin-bottom: 100px;

}



/* -----------------------------
フッター
--------------------------------*/
.footer {
  background: url(../img/common/bg.jpg) no-repeat center center/cover;
}

.copyright {
  text-align: center;
  font-family: "Noto Sans JP";
  color: #fff;
  line-height: 1.5;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .header {
    height: 20px;
  }
  .main {
    margin-top: 60px;
  }
  .inner {
    padding: 0 10px;
  }
  .section01-head {
    font-size: 20px;
  }
  .section01-body {
    margin-top: 80px;
  }
  .section02 {
    padding-bottom: 60px;
  }
  .section02::after {
    height: 94%;
  }
  .section04 {
    padding-bottom: 60px;
  }
  .section04::after {
    height: 94%;
  }
  .section-title {
    font-size: 48px;
  }
  .section-title-ja {
    font-size: 20px;
  }
  .section02-body {
    margin-top: 40px;
  }
  .section02-body-item:not(:first-child) {
    margin-top: 80px;
  }
  .section02-body-item a {
    font-size: 14px;
  }
  .section02-body-item-text {
    font-size: 14px;
  }
  .section02-body-item-btn {
    font-size: 14px;
  }
  .section04-body {
    margin-top: 40px;
  }
  .section04-body-item:not(:first-child) {
    margin-top: 80px;
  }
  .section04-body-item a {
    font-size: 14px;
  }
  .section04-body-item-text {
    font-size: 14px;
  }
  .section04-body-item-btn {
    font-size: 14px;
  }

    
    
  .section03-body-item:not(:first-child) {
    margin-top: 80px;
  }
  .section03-body-item a {
    font-size: 11px;
  }
  .section03-body-item-text {
    font-size: 11px;
  }
  .section03-body-item-btn {
    font-size: 11px;
  }
    
    
    .copyright {
    padding: 5px;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .section02-body-item a:hover {
    color: #fff;
    background-color: #206039;
  }
  .section02-body-item-btn:hover {
    color: #fff;
    background-color: #206039;
  }
    
  .section03-body-item a:hover {
    color: #fff;
    background-color: #206039;
  }
  .section03-body-item-btn:hover {
    color: #fff;
    background-color: #206039;
  }

  .section04-body-item a:hover {
    color: #fff;
    background-color: #206039;
  }
  .section04-body-item-btn:hover {
    color: #fff;
    background-color: #206039;
  }
    
    
}