@charset "UTF-8";
.main_image {
  position: relative;
  /* .kazari01 {
      position: absolute;
      left: -10px;
      top: -10px;
      width: 586px;
      height: 358px;
      background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
  }

  .kazari02 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 563px;
      height: 251px;
      background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
  }

  .kazari03 {
      position: absolute;
      right: -10px;
      bottom: -10px;
      width: 301px;
      height: 270px;
      background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
  } */
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  height: 150px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .inner:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 160px;
  right: 1090px;
  width: 2000px;
  height: 536px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 905px;
  width: calc(100vw - 905px);
  height: 803px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 0;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px #fff;
}
.main_image .text:before {
  content: "FIRST";
  position: absolute;
  left: 0;
  top: -40px;
  font-family: initial;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #736357;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .main_image .inner:before {
    right: initial;
    left: 0;
    width: 206px;
    height: 536px;
    margin-left: -10px;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .inner:after {
    top: 0;
    left: initial;
    right: 78px;
    width: 29.46vw;
    height: 803px;
    margin-right: -79px;
    background: linear-gradient(#f5f1ed, #fff);
  }
}
@media screen and (max-width: 767px) {
  .main_image {
    /* .kazari01 {
        position: absolute;
        left: -2.7vw;
        top: -2.7vw;
        width: 80vw;
        height: 48.8vw;
        background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
    }
    .kazari02 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80vw;
        height: 25.8vw;
        background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
    }
    .kazari03 {
        position: absolute;
        right: -2.7vw;
        bottom: -2.7vw;
        width: 40vw;
        height: 93.3vw;
        background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
    } */
  }
  .main_image .inner {
    padding: 0 3vw;
    height: initial;
    margin-bottom: 4.2vw;
  }
  .main_image .inner:before {
    display: none;
  }
  .main_image .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 39.8vw;
    width: 60.33vw;
    height: 116.13vw;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .text {
    padding-top: 8vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 2vw;
    top: 2vw;
    font-size: 4vw;
  }
}

.lead_sec {
  position: relative;
}
.lead_sec::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 43px;
  top: 38px;
  width: 769px;
  height: 513px;
  background: url(/images/first/lead_sec_bg.webp) center/contain no-repeat;
}
.lead_sec .sec_title {
  position: relative;
}
.lead_sec .sec_text {
  width: 455px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 13.8vw 5.5vw 0;
  }
  .lead_sec::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 4vw;
    bottom: initial;
    top: 0;
    width: 90.66vw;
    height: 60.53vw;
    background: url(/images/first/lead_sec_bg_sp.webp) center/contain no-repeat;
  }
  .lead_sec .sec_title {
    margin-top: 50.53vw;
    margin-bottom: 4.2vw;
    margin-left: initial;
    font-size: 5.3vw;
  }
  .lead_sec .sec_text {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .lead_sec .flex_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lead_sec .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 12vw;
  }
  .lead_sec .item {
    width: 73.33vw;
    height: 14.13vw;
    margin-right: initial;
    margin-bottom: 4vw;
  }
  .lead_sec .item img {
    width: 100%;
    height: 100%;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .sec_header {
  margin-bottom: 75px;
}
.sec01 .leadtext {
  margin-bottom: 70px;
  font-size: 22px;
  letter-spacing: 0.18em;
  line-height: 2;
  text-align: center;
}
.sec01 .leadtext .text_strong {
  font-size: 28px;
  color: #faa9b5;
}
.sec01 .upper_box {
  width: 100%;
  background-color: #faeded;
  padding: 70px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 90px;
}
.sec01 .upper_box .list {
  width: 835px;
  max-width: 90%;
  margin: 0 auto;
}
.sec01 .upper_box .item {
  position: relative;
  padding-left: 80px;
  font-size: 18px;
  letter-spacing: 0.18em;
  line-height: 2;
  color: #666666;
}
.sec01 .upper_box .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 41px;
  background: url(/images/first/icon_check.webp) center/contain no-repeat;
}
.sec01 .upper_box .item:not(:last-of-type) {
  margin-bottom: 35px;
}
.sec01 .flexbox {
  margin-bottom: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .flexbox .btn:nth-of-type(1) {
  margin-right: 40px;
}
.sec01 .lower_box {
  width: 956px;
  max-width: 90%;
  border: solid 1.4px #24a5b9;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec01 .lower_box .title {
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec01 .lower_box .list {
  margin-bottom: 50px;
}
.sec01 .lower_box .item {
  width: 815px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: 0.18em;
  line-height: 2;
  color: #666666;
}
.sec01 .lower_box .item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #24a5b9;
}
.sec01 .lower_box .item:not(:last-of-type) {
  margin-bottom: 35px;
}
.sec01 .lower_box .meyasu {
  margin-bottom: 25px;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec01 .lower_box .hr_style {
  width: 785px;
  max-width: 100%;
  margin-bottom: 25px;
  border: solid 0.75px #24a5b9;
}
.sec01 .lower_box .meyasu_box {
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .lower_box .meyasu_text {
  letter-spacing: 0.12em;
  color: #666666;
}
.sec01 .lower_box .meyasu_text:not(:last-of-type) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .sec_header {
    margin-bottom: 8vw;
  }
  .sec01 .leadtext {
    margin-bottom: 5.3vw;
    font-size: 4vw;
  }
  .sec01 .leadtext .text_strong {
    font-size: 4.8vw;
  }
  .sec01 .upper_box {
    width: 100%;
    background-color: #faeded;
    padding: 5.5vw;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 5.3vw;
  }
  .sec01 .upper_box .list {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .upper_box .item {
    position: relative;
    padding-left: 15.2vw;
    font-size: 4vw;
    letter-spacing: 0.18em;
    line-height: 2;
    color: #666666;
  }
  .sec01 .upper_box .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12.8vw;
    height: 10.93vw;
    background: url(/images/first/icon_check.webp) center/contain no-repeat;
  }
  .sec01 .upper_box .item:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .sec01 .flexbox {
    margin-bottom: 5.3vw;
    display: block;
    text-align: center;
  }
  .sec01 .flexbox .btb {
    margin: 0 auto;
  }
  .sec01 .flexbox .btb img {
    width: 100%;
    height: 100%;
  }
  .sec01 .flexbox .btn:nth-of-type(1) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec01 .lower_box {
    width: 100%;
    max-width: 100%;
    border: solid 1.4px #24a5b9;
    padding: 5.5vw;
    margin: 0 auto;
  }
  .sec01 .lower_box .title {
    margin-bottom: 40px;
    font-size: 4.6vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec01 .lower_box .list {
    margin-bottom: 50px;
  }
  .sec01 .lower_box .item {
    width: 100%;
    max-width: 100%;
    padding-left: 8vw;
    font-size: 4vw;
  }
  .sec01 .lower_box .item::before {
    content: "●";
    position: absolute;
    font-size: 3.6vw;
  }
  .sec01 .lower_box .item:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .sec01 .lower_box .meyasu {
    margin-bottom: 4.2vw;
    font-size: 4vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec01 .lower_box .hr_style {
    width: 90%;
    max-width: 90%;
    margin-bottom: 4.2vw;
  }
  .sec01 .lower_box .meyasu_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .lower_box .meyasu_text {
    font-size: 4vw;
    letter-spacing: 0.08em;
    line-height: 1.8;
    color: #666666;
  }
  .sec01 .lower_box .meyasu_text:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
}

.sec02 {
  padding-bottom: 150px;
}
.sec02 .cont {
  background-color: #f5f1ed;
  padding: 50px 35px;
}
.sec02 .comt:not(:last-of-type) {
  margin-bottom: 73px;
}
.sec02 .cont_title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #736357;
}
.sec02 .textbox {
  max-width: 70%;
  margin-right: 50px;
}
.sec02 .imagebox {
  width: 300px;
  min-width: 30%;
  max-width: 30%;
}
.sec02 .cont_image {
  width: 300px;
}
.sec02 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec02 .cont01 .image_box {
  position: relative;
}
.sec02 .cont01 .circle_text01 {
  position: absolute;
  top: -22px;
  right: -11px;
  width: 126px;
  height: 126px;
  background: url(/images/first/bg_circle.webp) center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.sec02 .cont04 .image_box {
  position: relative;
}
.sec02 .cont04 .circle_text01 {
  position: absolute;
  top: -22px;
  right: -11px;
  width: 126px;
  height: 126px;
  background: url(/images/first/bg_circle.webp) center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.sec02 .cont05 {
  display: block;
}
.sec02 .cont05 .blockbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec02 .cont05 .flexbox {
  margin-top: 35px;
}
.sec02 .cont05 .about_btn {
  margin-right: 40px;
}
.sec02 .cont06 {
  display: block;
}
.sec02 .cont06 .blockbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec02 .cont06 .flexbox {
  margin-top: 35px;
  flex-wrap: wrap;
}
.sec02 .cont06 .flexbox .about_btn {
  margin-bottom: 30px;
}
.sec02 .cont06 .about_btn {
  margin-right: 40px;
}
.sec02 .cont07 {
  display: block;
}
.sec02 .cont07 .blockbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec02 .cont07 .image_box {
  position: relative;
}
.sec02 .cont07 .circle_text01 {
  position: absolute;
  top: -22px;
  right: -11px;
  width: 126px;
  height: 126px;
  background: url(/images/first/bg_circle.webp) center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.sec02 .cont07 .flexbox {
  margin-top: 35px;
}
.sec02 .cont07 .about_btn {
  width: 332px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .sec_body {
    padding: initial;
  }
  .sec02 .cont {
    padding: 13.8vw 5.5vw;
    margin-bottom: 10.6vw;
  }
  .sec02 .textbox {
    max-width: 100%;
    margin-right: initial;
  }
  .sec02 .image_box {
    width: 100%;
  }
  .sec02 .cont_image {
    width: 100%;
  }
  .sec02 .cont01 .image_box {
    position: relative;
  }
  .sec02 .cont01 .circle_text01 {
    top: -2.8vw;
    right: -2.8vw;
    width: 34.13vw;
    height: 34.13vw;
    font-size: 4.8vw;
  }
  .sec02 .cont04 .image_box {
    position: relative;
  }
  .sec02 .cont04 .circle_text01 {
    top: -2.8vw;
    right: -2.8vw;
    width: 34.13vw;
    height: 34.13vw;
    font-size: 4.8vw;
  }
  .sec02 .cont05 {
    display: block;
  }
  .sec02 .cont05 .blockbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec02 .cont05 .flexbox {
    margin-top: 4.2vw;
  }
  .sec02 .cont05 .about_btn {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec02 .cont06 {
    display: block;
  }
  .sec02 .cont06 .blockbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec02 .cont06 .flexbox {
    margin-top: 4.2vw;
  }
  .sec02 .cont06 .about_btn {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec02 .cont07 {
    display: block;
  }
  .sec02 .cont07 .blockbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec02 .cont07 .image_box {
    position: relative;
  }
  .sec02 .cont07 .circle_text01 {
    top: -2.8vw;
    right: -2.8vw;
    width: 34.13vw;
    height: 34.13vw;
    font-size: 4.8vw;
  }
  .sec02 .cont07 .about_btn {
    width: initial;
  }
  .sec02 .cont07 .flexbox {
    margin-top: 4.2vw;
  }
  .sec02 .cont07 .about_btn {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
}/*# sourceMappingURL=first.css.map */