.main_image {
  position: relative;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/first/first_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  padding-left: 0;
  font-family: "noto sans jp", sans-serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 8px;
  bottom: -100%;
  transform: translateY(-50%);
  width: 305px;
  height: 36px;
  background: url(/images/common/arch.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/first/first_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 26vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .flexbox {
  flex-direction: row-reverse;
}
.sec01 .flexbox .imagebox .cont_image img {
  width: 90%;
}
.sec01 .flexbox .listbox {
  margin-right: 50px;
}
.sec01 .flexbox .listbox .item {
  position: relative;
  border-bottom: 3px dotted #00A99D;
  padding-left: 3em;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  height: 45px;
  line-height: 1.8;
}
.sec01 .flexbox .listbox .item:first-child {
  padding-bottom: 35px;
}
.sec01 .flexbox .listbox .item:not(nth-last-child) {
  margin-bottom: 50px;
}
.sec01 .flexbox .listbox .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 39px;
  height: 45px;
  background: url(/images/first/green_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.7vw;
  }
  .sec01 .flexbox .listbox {
    margin-right: initial;
    margin-top: 5vw;
  }
  .sec01 .flexbox .listbox .item {
    height: initial;
    font-size: 4vw;
    margin-left: 2vw;
  }
  .sec01 .flexbox .listbox .item.item:not(nth-last-child) {
    margin-bottom: 5vw;
  }
  .sec01 .flexbox .listbox .item:first-child {
    padding-bottom: initial;
  }
  .sec01 .flexbox .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.sec02 .sec_header {
  margin-bottom: initial;
}
.sec02 .sec_body {
  background-color: #F9F9F5;
  padding-top: 80px;
}
.sec02 .stepbox {
  padding-bottom: 60px;
}
.sec02 .step_title {
  font-size: 24px;
  color: #534741;
  text-align: center;
  line-height: 2em;
  margin-bottom: 40px;
}
.sec02 .step_border::after, .sec02 .step_border::before {
  display: inline-block;
  border-top: 1px solid #534741;
  content: "";
  width: 39vw;
  height: 10px;
}
.sec02 .step_border::before {
  margin-right: 20px;
}
.sec02 .step_border::after {
  margin-left: 20px;
}
.sec02 .sankaku {
  position: relative;
  text-align: center;
  margin-bottom: -20px;
  z-index: 2;
}
.sec02 .flexbox {
  position: relative;
  background-color: #fff;
  padding: 65px 95px 55px;
  align-items: initial;
}
.sec02 .flexbox .imagebox {
  position: relative;
  width: 57.5%;
}
.sec02 .flexbox .imagebox .circle01 {
  content: "";
  position: absolute;
  top: -50px;
  left: -35px;
  width: 210px;
  height: 210px;
}
.sec02 .flexbox .imagebox .circle01_text {
  content: "";
  position: absolute;
  top: 70px;
  right: 0px;
  width: 210px;
  height: 210px;
  font-size: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.sec02 .flexbox .textbox {
  margin-left: 50px;
}
.sec02 .flexbox .textbox .upper_box {
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.8;
}
.sec02 .flexbox .textbox .bottom_box {
  position: relative;
  background-color: #FEF0E2;
  border-radius: 30px;
  width: 70%;
  height: auto;
  padding: 23px 32px;
}
.sec02 .flexbox .textbox .bottom_box .bottom_title {
  color: #F9B168;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px dashed #F9B168;
  text-align: center;
  padding-bottom: 10px;
}
.sec02 .flexbox .textbox .bottom_box .bottom_title::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -30px;
  width: 107px;
  height: 100px;
  background: url(/images/first/sec02_bottom.webp) center/contain no-repeat;
}
.sec02 .flexbox .textbox .bottom_box .bottom_text {
  padding-top: 10px;
  line-height: 1.8;
}
.sec02 .flexbox .textbox .btnbox {
  margin-top: 70px;
}
.sec02 .flexbox .textbox .btnbox .about_btn {
  background-color: #fff;
  padding: 15px 60px 15px 15px;
  border-radius: 15px;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.sec02 .flexbox .textbox .btnbox .about_btn::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 45px;
  background: url(/images/first/yajirusi.webp) center/contain no-repeat;
}
@media screen and (min-width: 1281px) {
  .sec02 .step_border::after, .sec02 .step_border::before {
    display: inline-block;
    border-top: 1px solid #534741;
    content: "";
    width: 483px;
    height: 10px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .sec02 .flexbox {
    padding: 55px 45px 55px;
  }
  .sec02 .flexbox .imagebox::before {
    right: -47px;
    top: -190px;
  }
  .sec02 .flexbox .textbox .upper_box {
    width: 90%;
  }
  .sec02 .flexbox .textbox .bottom_box .bottom_title::before {
    content: "";
    right: -40px;
    top: -21px;
    width: 9vw;
    height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .stepbox {
    padding-bottom: 8vw;
  }
  .sec02 .step_title {
    font-size: 5vw;
  }
  .sec02 .step_title .step_border::before {
    margin-right: 2vw;
  }
  .sec02 .step_title .step_border::after {
    margin-left: 2vw;
  }
  .sec02 .step_title .step_border::before, .sec02 .step_title .step_border::after {
    width: 30vw;
    height: 2vw;
  }
  .sec02 .flexbox {
    padding: 15vw 10vw 5vw;
  }
  .sec02 .flexbox .textbox {
    margin-left: initial;
  }
  .sec02 .flexbox .textbox .upper_box {
    margin-bottom: 10vw;
    width: 100%;
    font-size: 4vw;
  }
  .sec02 .flexbox .textbox .bottom_box {
    width: 80%;
    padding: 5vw 6.5vw;
  }
  .sec02 .flexbox .textbox .bottom_box .bottom_title {
    font-size: 5vw;
    padding-bottom: 3vw;
  }
  .sec02 .flexbox .textbox .bottom_box .bottom_title::before {
    right: -3vw;
    top: -7vw;
    width: 16vw;
    height: 15vw;
  }
  .sec02 .flexbox .textbox .bottom_box .bottom_text {
    padding-top: 3vw;
    font-size: 4vw;
  }
  .sec02 .flexbox .imagebox {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .sec02 .flexbox .imagebox .circle01 {
    top: -10vw;
    left: -5vw;
    width: 35vw;
    height: 35vw;
  }
  .sec02 .flexbox .imagebox .circle01 img {
    max-width: 100%;
    min-width: 100%;
  }
  .sec02 .flexbox .imagebox .circle01_text {
    top: 11vw;
    right: 0;
    width: 35vw;
    height: 35vw;
    font-size: 4.5vw;
  }
}/*# sourceMappingURL=first_3.css.map */