@charset "UTF-8";
#sec01 {
  width: 100%;
  overflow: hidden;
}
#sec01 .wrap {
  width: 1200px;
  margin: 4% auto 0 auto;
  position: relative;
}
#sec01 .col_r {
  margin: 10% 0 18% 55%;
  width: 550px;
  height: auto;
}
#sec01 .orenge {
  color: #ff5d2b;
}
#sec01 .main_img {
  content: "";
  width: 200%;
  height: auto;
  position: absolute;
  left: -30%;
  top: -9%;
  z-index: -1;
}
#sec01 .ttl_box {
  margin: 4% 0 0 0;
}
#sec01 .textbox {
  width: 564px;
  margin: 4% 0;
  line-height: 34px;
}
#sec01 .sub_ttl {
  margin: 1% 0 0% 0;
  font-size: 60px;
  font-weight: bold;
}
#sec01 h3 {
  font-size: 38px;
  font-weight: bold;
  width: 0%;
  color: rgb(57, 57, 57);
  border-left: 8px solid rgb(181, 0, 0);
  padding: 0.5% 0px 0% 1%;
  margin: 0px;
}
#sec01 .button a {
  width: 100%;
  padding: 4% 0;
  box-shadow: -5px 8px 19px -3px #cfcfcf;
}

#sec02 {
  width: 100%;
  padding: 6% 0 0 0;
  background-color: #f5f2ec;
}
#sec02 .wrap {
  width: 1200px;
  margin: 0 auto;
}
#sec02 .wrap .ttl_box {
  width: 588px;
  display: flex;
  margin: 0 auto;
  position: relative;
}
#sec02 .wrap .ttl_box .icon {
  padding: 2% 2% 0 0;
}
#sec02 .wrap .ttl_box h3 {
  font-size: 38px;
  font-weight: bold;
  width: 0%;
  color: rgb(57, 57, 57);
  border-left: 8px solid rgb(181, 0, 0);
  padding: 0.5% 0px 0% 1%;
  margin: 0px;
}
#sec02 .wrap .ttl_box .sub_ttl {
  font-size: 66px;
  font-weight: bold;
  position: absolute;
  bottom: 10%;
  right: 2%;
  top: -21%;
}
#sec02 .wrap .text {
  text-align: center;
  margin: 5% 0;
  line-height: 34px;
}
#sec02 .wrap .main_content {
  display: flex;
}

#sec03 {
  width: 100%;
  overflow: hidden;
}
#sec03 .wrap {
  width: 1200px;
  margin: 4% auto 0 auto;
  padding: 0 0 4% 0;
  position: relative;
}
#sec03 .wrap .ttl_box {
  width: 686px;
  display: flex;
  margin: 8% auto 4% auto;
  position: relative;
}
#sec03 .wrap .ttl_box h3 {
  font-size: 38px;
  font-weight: bold;
  width: 0%;
  color: rgb(57, 57, 57);
  border-left: 8px solid rgb(181, 0, 0);
  padding: 0.5% 0px 0% 1%;
  margin: 0px;
}
#sec03 .wrap .ttl_box .sub_ttl {
  position: absolute;
  top: -48%;
  right: 1%;
  font-size: 53px;
  font-weight: bold;
}
#sec03 .wrap .content1 {
  position: relative;
}
#sec03 .wrap .content1 .main_frame {
  width: 638px;
  padding: 22% 0 0 38%;
}
#sec03 .wrap .content1 .main_frame::after {
  content: "";
  background: #f5f2ec;
  width: 200%;
  height: 590px;
  border-radius: 86px 0 0 86px;
  position: absolute;
  left: 25%;
  top: 24%;
  z-index: -1;
}
#sec03 .wrap .content1 .main_img {
  content: "";
  width: 68%;
  height: 591px;
  border-radius: 0 86px 86px 0;
  position: absolute;
  right: 62%;
  top: 8%;
  z-index: -1;
}
#sec03 .wrap .content2 {
  position: relative;
  margin: 12% 0 15% 0;
}
#sec03 .wrap .content2 .main_frame {
  width: 638px;
  padding: 22% 0 0 10%;
}
#sec03 .wrap .content2 .main_frame::after {
  content: "";
  background: #f5f2ec;
  width: 200%;
  height: 590px;
  border-radius: 0 86px 86px 0;
  position: absolute;
  right: 25%;
  top: 26%;
  z-index: -1;
}
#sec03 .wrap .content2 .main_img {
  content: "";
  width: 68%;
  height: 591px;
  border-radius: 86px 0 0 86px;
  position: absolute;
  left: 62%;
  top: 15%;
  z-index: -1;
}
#sec03 .wrap .sub_ttl {
  margin: 2% 0 0 0;
  font-size: 58px;
  font-weight: bold;
}
#sec03 .wrap .sub_ttl2 {
  font-size: 58px;
  font-weight: bold;
  margin: 2% 0 0 0;
  color: #ff5d2b;
}
#sec03 .wrap .textbox {
  width: 640px;
  margin-top: 4%;
  line-height: 34px;
}
#sec03 .wrap .button_sp a {
  width: 100%;
  padding: 4% 0;
}
#sec03 .wrap .sub_ttl_box h3 {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
}
#sec03 .wrap .main_content {
  margin: 6% 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#sec03 .wrap .main_content .box {
  display: block;
  margin: 12px 0;
  padding: 4% 0 6% 0;
  width: 386px;
  background-color: #f5f0eb;
  border-radius: 20px;
  height: 386px;
}
#sec03 .wrap .main_content .box h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
}
#sec03 .wrap .main_content .box .pickup_img {
  display: flex;
  text-align: center;
  height: 200px;
  margin: 6% 0;
  justify-content: space-around;
  align-items: center;
}
#sec03 .wrap .main_content .box .pickup_img img {
  width: 40%;
}
#sec03 .wrap .main_content .box .pickup {
  text-align: center;
  font-weight: bold;
  font-size: 46px;
  margin: 0 0 6% 0;
}
#sec03 .wrap .main_content .box .pickup .na {
  font-size: 32px;
}
#sec03 .wrap .main_content .box .etc_text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 9%;
}

#sec04 {
  width: 100%;
  margin: 0 0 9% 0;
  overflow: hidden;
}
#sec04 .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#sec04 .wrap .ttl_box {
  margin-bottom: 2%;
}
#sec04 .wrap .ttl_box2 {
  display: flex;
  margin: 6% auto;
  width: 480px;
  position: relative;
}
#sec04 .wrap .ttl_box2 h3 {
  font-size: 38px;
  font-weight: bold;
  width: 0%;
  color: rgb(57, 57, 57);
  border-left: 8px solid rgb(181, 0, 0);
  padding: 0.5% 0px 0% 1%;
  margin: 0px;
}
#sec04 .wrap .ttl_box2 .sub_ttl {
  position: absolute;
  top: -54%;
  font-size: 68px;
  right: 0;
}
#sec04 .wrap .col_r {
  margin: 12% 0 26% 55%;
  width: 550px;
  height: auto;
}
#sec04 .wrap .main_img {
  content: "";
  width: 200%;
  height: auto;
  position: absolute;
  left: -30%;
  top: 29%;
  z-index: -1;
}
#sec04 .wrap .textbox {
  width: 95%;
  margin-top: 4%;
  line-height: 34px;
}
#sec04 .wrap .sub_ttl {
  margin: 3% 0 0 0;
  font-size: 48px;
  font-weight: bold;
}

#sec05 {
  width: 100%;
  background-color: #f5f2ec;
  padding: 4% 0 8% 0;
}
#sec05 .wrap {
  width: 1200px;
  margin: 0 auto;
}
#sec05 h3 {
  font-size: 112px;
  font-weight: bold;
  color: #404040;
  text-align: center;
}
#sec05 .textbox {
  margin: 3% auto;
  text-align: center;
  line-height: 34px;
  width: 94%;
}
#sec05 .bnr_content {
  display: flex;
  width: 100%;
  margin: 3% 0;
  justify-content: center;
  flex-wrap: wrap;
}
#sec05 .bnr_content .bnr {
  width: 50%;
  margin-bottom: 2%;
}

/* ===============================================
/*レスポンシブ関連▼
  =============================================== */
@media screen and (max-width: 1200px) {
  /* 1200pxまでの幅の場合に適用される(タブレット) */
  #sec01 .wrap {
    width: 100%;
  }
  #sec01 .main_img {
    width: 100%;
    position: unset;
  }
  #sec01 .main_img img {
    width: 95%;
  }
  #sec01 .col_r {
    margin: 0;
    width: 100%;
  }
  #sec01 .textbox {
    width: 90%;
    margin: 4% auto;
    line-height: 31px;
  }
  #sec01 .button {
    width: 96%;
    border-radius: 9999px;
    margin: 0 auto;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }
  #sec02 .icon img {
    width: 100%;
  }
  #sec02 .wrap {
    width: 100%;
    margin: 0 auto;
  }
  #sec02 .wrap .main_content {
    width: 96%;
    margin: 0 auto;
  }
  #sec02 .illust {
    width: 98%;
  }
  #sec03 .wrap {
    width: 100%;
    margin: 0;
    padding: 4% 0 8% 0;
  }
  #sec03 .wrap .main_content .box {
    width: 48%;
  }
  #sec03 .wrap .content1 {
    margin: 0;
  }
  #sec03 .wrap .content1 .main_img {
    width: 100%;
    height: unset;
    left: 0;
    top: 6%;
    z-index: -1;
  }
  #sec03 .wrap .content1 .main_frame {
    width: 638px;
    padding: 40% 0 0 18%;
    margin: 0;
  }
  #sec03 .wrap .content1 .main_frame::after {
    content: "";
    left: 6%;
    bottom: -15%;
    top: unset;
    height: 540px;
  }
  #sec03 .wrap .content1 .textbox .textbox {
    width: 95%;
    text-align: center;
    line-height: 2rem;
    margin: 4% auto;
  }
  #sec03 .wrap .textbox {
    width: 90%;
    margin: 4% auto;
    line-height: 31px;
  }
  #sec03 .wrap .content2 {
    margin: 2% 0 12% 0;
  }
  #sec03 .wrap .content2 .main_img {
    width: 100%;
    height: unset;
    left: 0;
    top: 15%;
    z-index: -1;
  }
  #sec03 .wrap .content2 .main_frame {
    width: 638px;
    padding: 55% 0 0 10%;
  }
  #sec03 .wrap .content2 .main_frame::after {
    content: "";
    width: 100%;
    right: 6%;
    bottom: -5%;
    top: unset;
    height: 540px;
  }
  #sec03 .wrap .content2 .textbox {
    width: 96%;
    margin: 4% auto;
  }
  #sec04 .wrap {
    width: 100%;
  }
  #sec04 .wrap .ttl_box2 {
    width: 467px;
    margin: 2% auto 6% auto;
  }
  #sec04 .wrap .col_r {
    margin: 0;
    width: 100%;
    height: auto;
    position: unset;
  }
  #sec04 .wrap .main_img {
    width: 100%;
    position: unset;
  }
  #sec04 .wrap .main_img img {
    width: 95%;
  }
  #sec04 .wrap .textbox {
    width: 90%;
    margin: 4% auto;
    line-height: 31px;
  }
  #sec05 h3 {
    font-size: 86px;
    font-weight: bold;
    color: #404040;
    text-align: center;
  }
  #sec05 .wrap {
    width: 100%;
  }
  #sec05 .textbox {
    margin: 3% auto;
    text-align: center;
    line-height: 1.8rem;
    width: 94%;
  }
  #sec05 .bnr_content {
    display: flex;
    width: 94%;
    margin: 5% 4% 8% 4%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 720px) {
  /* 720pxまでの幅の場合に適用される(スマホ) */
  #sec01 .wrap {
    width: 100%;
    margin: 2% 0 12% 0;
  }
  #sec01 h3 {
    font-size: 7vw;
    font-weight: bold;
    width: 95%;
    margin: 4% auto;
  }
  #sec01 .col_r {
    margin: 6% 0 0 0;
    width: 100%;
  }
  #sec01 .ttl_box {
    margin-bottom: 4%;
  }
  #sec01 .textbox {
    width: 95%;
    margin: 6% auto 0 auto;
    text-align: center;
    line-height: 2rem;
  }
  #sec01 .sub_ttl {
    margin-left: 1%;
    font-size: 8.5vw;
    font-weight: bold;
    display: block;
  }
  #sec02 .wrap {
    width: 100%;
    margin: unset;
  }
  #sec02 .wrap .text {
    width: 95%;
    margin: 4% auto;
    text-align: center;
    line-height: 2rem;
  }
  #sec02 .wrap .ttl_box {
    display: block;
    margin-top: 2%;
    width: unset;
  }
  #sec02 .wrap .ttl_box h3 {
    font-size: 7vw;
    font-weight: bold;
    width: 94%;
    margin: 4% auto;
  }
  #sec02 .wrap .ttl_box .sub_ttl {
    position: unset;
    font-size: 8.5vw;
    line-height: 1.2em;
    font-weight: bold;
    margin-left: 1%;
  }
  #sec02 .wrap .icon {
    width: 100%;
    margin: 0 auto;
  }
  #sec02 .wrap .textbox {
    width: 100%;
    margin: auto;
  }
  #sec03 {
    margin: 2% 0 0 0;
  }
  #sec03 .wrap {
    width: 100%;
    margin: unset;
  }
  #sec03 .wrap .main_content .box {
    display: block;
    padding: 4% 0 6% 0;
    width: 32%;
    background-color: #f5f0eb;
    border-radius: 20px;
    height: 386px;
  }
  #sec03 .wrap .main_content .box .pickup {
    font-size: 2.2rem;
  }
  #sec03 .wrap .main_content .box .pickup .na {
    font-size: 5.6vw;
  }
  #sec03 .wrap .main_content .box .pickup_img img {
    width: 70%;
  }
  #sec03 .wrap .sub_ttl {
    position: unset;
    font-size: 7.5vw;
    line-height: 1.4em;
    font-weight: bold;
  }
  #sec03 .wrap .sub_ttl2 {
    font-size: 7.5vw;
    margin: 0;
  }
  #sec03 .wrap .sub_ttl_box h3 {
    font-size: 7.5vw;
  }
  #sec03 .wrap .ttl_box {
    display: block;
    margin-bottom: 4%;
  }
  #sec03 .wrap .ttl_box h3 {
    font-size: 7vw;
    font-weight: bold;
    width: 97%;
    margin: 2% auto;
  }
  #sec03 .wrap .ttl_box .sub_ttl {
    font-size: 7.5vw;
    position: relative;
    left: 1%;
  }
  #sec03 .wrap .textbox {
    width: 98%;
    margin: 4% auto 0 auto;
  }
  #sec03 .wrap .content1 {
    position: unset;
  }
  #sec03 .wrap .content1 .main_frame::after {
    display: none;
  }
  #sec03 .wrap .content1 .main_img {
    width: 100%;
    position: unset;
    height: unset;
    margin: 0 0 6% 0;
  }
  #sec03 .wrap .content1 .main_frame {
    width: 96%;
    padding: unset;
    margin: 0 auto;
  }
  #sec03 .wrap .content2 {
    position: unset;
    margin: 8% 0 12% 0;
  }
  #sec03 .wrap .content2 .main_frame::after {
    display: none;
  }
  #sec03 .wrap .content2 .main_frame {
    width: 96%;
    padding: unset;
    margin: 0 auto;
  }
  #sec03 .wrap .content2 .main_img {
    width: 100%;
    position: unset;
    height: unset;
  }
  #sec03 .wrap .content2 .sub_ttl {
    margin: 6% 0 0 0;
  }
  #sec03 .box {
    display: block;
    margin: 12px 0;
    padding: 4% 0 2% 0;
    width: 46%;
    background-color: #f5f0eb;
    border-radius: 20px;
    height: 364px;
  }
  #sec04 {
    width: 96%;
    margin: 0 auto;
  }
  #sec04 .wrap {
    width: 100%;
    margin: 0 auto;
  }
  #sec04 .wrap .sub_ttl {
    margin: 3% 0 0 0;
    font-weight: bold;
    font-size: 2rem;
  }
  #sec04 .wrap .ttl_box2 {
    display: block;
    width: 100%;
  }
  #sec04 .wrap .ttl_box2 h3 {
    font-size: 7vw;
    font-weight: bold;
    width: 94%;
    margin: 4% auto;
  }
  #sec04 .wrap .ttl_box2 .sub_ttl {
    position: unset;
    font-size: 2rem;
  }
  #sec04 .wrap .col_r {
    margin: unset;
    width: 100%;
  }
  #sec04 .wrap .textbox {
    width: 98%;
    margin: 6% auto 12% auto;
  }
  #sec05 {
    padding: 10% 0;
    background-color: #f5f2ec;
  }
  #sec05 .wrap {
    width: 100%;
  }
  #sec05 .bnr_content {
    display: block;
  }
  #sec05 .bnr_content .bnr {
    width: 100%;
  }
  #sec05 h3 {
    font-size: 14vw;
    font-weight: bold;
    margin-bottom: 2%;
    text-align: center;
  }
  #sec05 .textbox {
    width: 95%;
    margin: 5% auto 6% auto;
    text-align: center;
    line-height: 2rem;
  }
  #sec05 .bnr {
    text-align: center;
    margin: 2% auto;
  }
}