@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

/* 共通 ------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
  line-height: 1.6;
}

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

h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ヘッダー ------------------------------*/
.cp-header01 {
  position: fixed;
  height: 60px;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 0 1rem;
}

.cp-header01__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

/* ロゴ */
.cp-header01__logo {
  line-height: 55px;
}

.cp-header01__logo img {
  height: 50px;
  vertical-align: middle;
}

.cp-header01__logo img:hover {
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

/* ナビゲーション */
.cp-header01__navi {
  line-height: 60px;
}
.cp-header01__navi .btn {
  line-height: 36px;
  margin: 10px 0;
  padding: 0 20px;
}

.cp-header01__items {
  display: flex;
  list-style: none;
  height: 60px;
}

.cp-header01__item:not(:last-child) {
  margin-right: 30px;
}

.cp-header01__item a {
  display: inline-block;
  transition: 0.2s ease-in-out;
  color: #333333;
  text-decoration: none;
}

.cp-header01__item a:hover {
  opacity: 0.7;
}

/*ボタン*/
.btn--green,
a.btn--green {
  color: #fff;
  background-color: #20B8A6;
}

.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  opacity: 0.8;
}

a.btn--radius {
  border-radius: 100vh;
}

cv_btn {
  z-index: 4;
  padding: 13px 90px;
  font-size: 24px;
  box-shadow: 0px 5px 5px 0px rgba(20, 104, 94, 0.3);
}

/* ハンバーガーメニュー */
.cp-header01__hamburger__button,
.cp-header01__hamburger__content {
  display: none;
}

.cp-header01__hamburger__item a {
  text-decoration: none;
}

.hd_btn {
  box-shadow: 0px 4px 4px 0px rgba(20, 104, 94, 0.2);
}

#fv {
  padding: 80px 1rem 100px 1rem;
  text-align: center;
  background: url("../img/fv_bg.png") no-repeat center/cover;
  height: 660px;
  position: relative;
  z-index: 1;
}
#fv .container {
  max-width: 1000px;
  height: 600px;
  position: relative;
}
#fv .pc .fv_img02 {
  border-radius: 20px;
  box-shadow: 0px 12px 24px rgba(62, 58, 32, 0.25);
}
#fv .btn {
  position: absolute;
  top: 340px;
  left: 45px;
  z-index: 4;
  padding: 13px 90px;
  font-size: 24px;
  box-shadow: 0px 5px 5px 0px rgba(20, 104, 94, 0.3);
}
#fv .fv_img01 {
  position: absolute;
  margin-top: 30px;
  left: 0;
  z-index: 3;
}
#fv .fv_img02 {
  position: absolute;
  width: 636px;
  margin-top: 10px;
  width: 636px;
  right: 0px;
  z-index: 2;
  box-shadow: 0px 0px 0px rgba(45, 49, 19, 0);
}

#cnt01 {
  padding: 80px 1rem 120px 1rem;
  text-align: center;
  background: url("../img/cnt01_bg.png") no-repeat center/cover;
  height: auto;
}

#cnt02 {
  background-color: #FFEE6B;
  padding: 50px 0 120px;
  position: relative;
  z-index: 0;
  /* ボタン */
}
#cnt02 .cp-section {
  padding: 40px 0;
}
#cnt02 .cp-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#cnt02 .cp-card01__item {
  width: 280px;
  margin: 0 auto;
  margin-top: 40px;
}
#cnt02 .cp-card01__item:nth-child(2) {
  margin-top: 40px;
}
#cnt02 .cp-card01__item:nth-child(3) {
  margin-top: 80px;
}
#cnt02 dl.cp-card01__info {
  text-align: center;
}
#cnt02 dl.cp-card01__info .cp-card01__ttl {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
#cnt02 dl.cp-card01__info .cp-card01__ttl::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  border-radius: 50px;
  margin: auto;
  background: #FF6F61;
}
#cnt02 .cp-label {
  font-size: 36px;
}
#cnt02 img {
  vertical-align: bottom;
}
#cnt02 .cv_btn {
  margin-top: 100px;
  padding: 13px 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  box-shadow: 0px 5px 5px 0px rgba(20, 104, 94, 0.3);
}
#cnt02 .btn {
  text-align: center;
}
#cnt02 .step01 {
  margin-top: -30px;
}
#cnt02 .cp-card01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#cnt02 .cp-card01__item {
  position: relative;
  width: 280px;
  margin: 0 auto;
}
#cnt02 .cp-card01__item:first-child {
  margin-top: 0;
}
#cnt02 .cp-card01__image img {
  width: 280px;
}
#cnt02 .cp-card01__info {
  margin-top: 24px;
}
#cnt02 .step-no {
  text-align: center;
  color: #FF6F61;
}
#cnt02 .cp-card01__text {
  margin-top: 12px;
  line-height: 1.5;
  color: #333;
}

#cnt02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(3deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* #cnt03 ------------------------------*/
#cnt03 {
  background-color: #FFEE6B;
  padding: 50px 1rem 50px 1rem;
  /* 更新情報 ------------------------------*/
  /* アイテム */
  /* 画像 */
  /* 日付 */
  /* テキスト */
}
#cnt03 .cp-section {
  padding: 40px 0;
}
#cnt03 .cp-container {
  width: 100%;
  max-width: 1065px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
#cnt03 li.cp-card01__item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 12px 24px rgba(45, 49, 19, 0.2);
}
#cnt03 .cp-label {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background: #707070;
}
#cnt03 img {
  border-radius: 20px 20px 0 0;
  vertical-align: bottom;
}
#cnt03 .cp-card01 {
  display: flex;
  flex-wrap: wrap;
}
#cnt03 .cp-card01__item {
  position: relative;
  width: calc(33.3333333333% - 27px);
}
#cnt03 .cp-card01__item:not(:nth-child(3n)) {
  margin-right: 40px;
}
#cnt03 .cp-card01__item:nth-child(n+4) {
  margin-top: 40px;
}
#cnt03 .cp-card01__item a {
  display: block;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
#cnt03 .cp-card01__item a:hover {
  opacity: 0.7;
}
#cnt03 .cp-card01__image img {
  width: 100%;
}
#cnt03 .cp-card01__info {
  margin: 12px 20px 30px;
}
#cnt03 .cp-card01__ttl {
  font-size: 20px;
  color: #333;
  line-height: 1.2;
}
#cnt03 .cp-card01__old {
  font-size: 16px;
  color: #808080;
  line-height: 1.7;
}
#cnt03 .cp-card01__text {
  margin-top: 12px;
  line-height: 1.7;
  color: #333;
}

#cnt04 {
  text-align: center;
  background: url("../img/cnt04_bg.png") no-repeat center/cover;
  height: 660px;
  position: relative;
  z-index: 0;
  padding: 65px 1rem 0 1rem;
}
#cnt04 .pc {
  position: relative;
}
#cnt04 .cv_btn {
  padding: 13px 60px;
  margin: 0 auto;
  text-align: center;
  margin-top: -140px;
  font-size: 24px;
}
#cnt04 .cv_btn .btn--green {
  box-shadow: 0px 5px 5px 0px rgba(20, 104, 94, 0.3);
}

@media screen and (max-width: 1024px) {
  .cp-header01 {
    position: fixed;
  }

  /* ナビゲーション */
  .cp-header01__navi {
    display: none;
  }

  /* ハンバーガーメニュー */
  .cp-header01__hamburger__button {
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    width: 42px;
    height: 42px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
  }

  .cp-header01__hamburger__button span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #FF6F61;
    transition: 0.2s ease-in-out;
  }

  .cp-header01__hamburger__button span:nth-child(1) {
    top: 10px;
  }

  .cp-header01__hamburger__button span:nth-child(2) {
    top: 20px;
  }

  .cp-header01__hamburger__button span:nth-child(3) {
    top: 30px;
  }

  .cp-header01__hamburger__button.active span {
    background: #FF6F61;
  }

  .cp-header01__hamburger__button.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    transform: rotate(-45deg);
  }

  .cp-header01__hamburger__button.active span:nth-child(2),
.cp-header01__hamburger__button.active span:nth-child(3) {
    top: 16px;
    transform: rotate(45deg);
  }

  .cp-header01__hamburger__content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    padding: 15px;
    transition: all 0.5s;
    background: #fff;
    opacity: 0.9;
  }

  .cp-header01__hamburger__content.active {
    transform: translateX(0%);
  }

  .cp-header01__hamburger__item {
    text-align: center;
  }

  .cp-header01__hamburger__item a {
    display: inline-block;
    padding: 16px;
    color: #333333;
    border-bottom: dashed 1px #999;
  }

  .cp-header01__hamburger__item:last-child {
    margin-top: 20px;
  }
  .cp-header01__hamburger__item:last-child a {
    color: #fff;
    padding: 13px 60px;
  }

  #cnt03 {
    /* アイテム */
  }
  #cnt03 .cp-card01__item {
    width: calc(50% - 20px);
  }
  #cnt03 .cp-card01__item:not(:last-child) {
    margin-right: 0;
  }
  #cnt03 .cp-card01__item:nth-child(2n-1) {
    margin-right: 40px;
  }
  #cnt03 .cp-card01__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .cp-header01__container {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* ハンバーガーメニュー */
  .cp-header01__hamburger__button {
    right: 10px;
  }

  .fv_img01 {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }

  .cv_btn {
    z-index: 4;
    padding: 14px 60px 15px;
    font-size: 20px;
    box-shadow: 0px 5px 5px 0px rgba(20, 104, 94, 0.3);
  }

  #fv {
    background: url("../img/fv_bg_sp.png") no-repeat center/cover;
    height: 630px;
  }
  #fv .fv_img01 {
    margin-top: 0px;
    max-width: 440px;
  }
  #fv .btn {
    top: 444px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 13px 0px;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 0px rgba(42, 46, 45, 0.2);
  }

  #cnt01 {
    padding: 50px 0 60px;
  }

  #cnt02 {
    padding: 30px 0 60px;
  }
  #cnt02 h3 {
    font-size: 24px;
  }
  #cnt02 .cp-card01__ttl {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
  }
  #cnt02 .cp-section {
    padding: 20px 0;
  }
  #cnt02 .cp-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #cnt02 .cv_btn {
    margin-top: 100px;
    padding: 14px 60px 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 5px 5px 0px rgba(20, 104, 94, 0.3);
  }
  #cnt02 .cp-card01__item:nth-child(2) {
    margin-top: 40px;
  }
  #cnt02 .cp-card01__item:nth-child(3) {
    margin-top: 40px;
  }

  #cnt03 {
    padding: 30px 0 40px;
  }
  #cnt03 h3 {
    font-size: 24px;
  }
  #cnt03 .cp-section {
    padding: 20px 0;
  }
  #cnt03 .cp-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #cnt03 .cp-card01__item {
    width: 100%;
  }
  #cnt03 .cp-card01__item:not(:last-child) {
    margin-right: 0;
  }
  #cnt03 .cp-card01__item:nth-child(2n-1) {
    margin-right: 0;
  }
  #cnt03 .cp-card01__item:nth-child(n+2) {
    margin-top: 36px;
  }

  #cnt04 {
    background: url("../img/cnt04_bg_sp.png") no-repeat center/cover;
    height: 550px;
  }
  #cnt04 .cv_btn {
    padding: 14px 33px 15px;
    margin-top: -100px;
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */