.main_image {
  position: relative;
  height: 522px;
  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;
  text-align: center;
  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: 36%;
  bottom: -60%;
  transform: translateY(-50%);
  width: 259px;
  height: 21px;
  background: url(/images/common/line.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 60vw;
    padding-top: 28.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;
    padding-left: initial;
  }
  .main_image .text:before {
    left: 25vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

@media screen and (min-width: 1281px) {
  .main_image {
    position: relative;
    text-align: center;
    height: 516px;
    background: url(/images/first/key.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .main_image .inner {
    width: 1025px;
    max-width: 100%;
    padding: 0 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .main_image::before {
    position: absolute;
    content: "";
    background: url(/images/common/nami.webp) no-repeat center bottom;
    background-size: 100% auto;
    width: 102%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
  }
}
.sec01 {
  padding-bottom: 100px;
}
.sec01 .first_box .center_text {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.sec01 .first_box .center_text .red {
  font-weight: bold;
  color: #BC272D;
}
.sec01 .first_box .center_text .small {
  font-size: 16px;
}
.sec01 .first_box .flexbox {
  align-items: flex-start;
}
.sec01 .first_box .flexbox .textbox {
  margin-right: 68px;
}
.sec01 .first_box .flexbox .textbox .flex_text {
  margin-bottom: 40px;
}
.sec01 .first_box .flexbox .textbox .telbox {
  text-align: center;
}
.sec01 .first_box .flexbox .textbox .telbox .tel_number {
  position: relative;
  font-size: 35px;
  padding-left: 1em;
}
.sec01 .first_box .flexbox .textbox .telbox .tel_number::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 25px;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  background: url(/images/first/tel.webp) center/contain no-repeat;
}
.sec01 .first_box .flexbox .textbox .reserve_btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.7vw;
  }
  .sec01 .first_box .center_text {
    font-size: 4.5vw;
    margin-bottom: 10vw;
  }
  .sec01 .first_box .center_text .small {
    font-size: 4vw;
  }
  .sec01 .first_box .flexbox .textbox {
    margin-right: initial;
  }
  .sec01 .first_box .flexbox .textbox .flex_text {
    margin-bottom: 10vw;
  }
  .sec01 .first_box .flexbox .textbox .telbox {
    font-size: 4vw;
  }
  .sec01 .first_box .flexbox .textbox .telbox .tel_number {
    font-size: 10vw;
    padding-left: 1em;
  }
  .sec01 .first_box .flexbox .textbox .telbox .tel_number::before {
    width: 8vw;
    height: 8vw;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    background: url(/images/first/tel.webp) center/contain no-repeat;
  }
  .sec01 .first_box .flexbox .textbox .reserve_btn img {
    width: 85vw;
  }
}

.sec02, .sec02_2 {
  margin-bottom: 100px;
}
.sec02 .check_list_box, .sec02_2 .check_list_box {
  display: flex;
  background-color: #FAF5EC;
  margin-bottom: 130px;
  padding-top: 88px;
  position: relative;
}
.sec02 .check_list_box .list, .sec02_2 .check_list_box .list {
  margin-left: 65px;
}
.sec02 .check_list_box .item, .sec02_2 .check_list_box .item {
  width: 100%;
  max-width: 100%;
}
.sec02 .check_list_box .item .check_text, .sec02_2 .check_list_box .item .check_text {
  border-bottom: 1px dashed #333631;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec02 .check_list_box::before, .sec02_2 .check_list_box::before {
  content: "";
  position: absolute;
  width: 219px;
  height: 155px;
  right: -10px;
  top: -30px;
  background: url(/images/first/check.webp) center/contain no-repeat;
}
.sec02 .gridbox, .sec02_2 .gridbox {
  grid-template-columns: repeat(2, 1fr);
}
.sec02 .gridbox .box, .sec02_2 .gridbox .box {
  margin: 0 auto;
}
.sec02 .gridbox .imagebox, .sec02_2 .gridbox .imagebox {
  max-width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.sec02 .gridbox .textbox, .sec02_2 .gridbox .textbox {
  width: 93%;
  margin: 0 auto;
}
.sec02 .gridbox .textbox .box_title, .sec02_2 .gridbox .textbox .box_title {
  font-size: 24px;
  border-bottom: 2px dashed #4A924F;
  padding-bottom: 25px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 949px) and (min-width: 768px) {
  .sec02 .check_list_box .list, .sec02_2 .check_list_box .list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec02, .sec02_2 {
    margin-bottom: 13.8vw;
  }
  .sec02 .check_list_box, .sec02_2 .check_list_box {
    margin-bottom: 10vw;
    display: block;
    padding-top: 20vw;
  }
  .sec02 .check_list_box .list, .sec02_2 .check_list_box .list {
    margin-left: initial;
  }
  .sec02 .check_list_box .item, .sec02_2 .check_list_box .item {
    margin-bottom: initial;
    align-items: flex-start;
  }
  .sec02 .check_list_box .item .check_text, .sec02_2 .check_list_box .item .check_text {
    padding-bottom: 5vw;
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .sec02 .check_list_box .item:not(:last-of-type), .sec02_2 .check_list_box .item:not(:last-of-type) {
    margin-bottom: initial;
  }
  .sec02 .check_list_box .item:nth-of-type(2n-1), .sec02_2 .check_list_box .item:nth-of-type(2n-1) {
    margin-right: initial;
  }
  .sec02 .check_list_box::before, .sec02_2 .check_list_box::before {
    width: 48vw;
    height: 25vw;
    top: 0vw;
    left: initial;
    right: -20vw;
  }
  .sec02 .gridbox, .sec02_2 .gridbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec02 .gridbox .box, .sec02_2 .gridbox .box {
    margin-bottom: 10vw;
  }
  .sec02 .gridbox .imagebox, .sec02_2 .gridbox .imagebox {
    margin-bottom: 5vw;
  }
  .sec02 .gridbox .textbox, .sec02_2 .gridbox .textbox {
    width: 93%;
  }
  .sec02 .gridbox .textbox .box_title, .sec02_2 .gridbox .textbox .box_title {
    font-size: 4.5vw;
    padding-bottom: 5vw;
    margin-bottom: 6vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .first_box {
  margin-bottom: 50px;
}
.sec03 .first_box .first_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.sec03 .second_box {
  margin-bottom: 50px;
}
.sec03 .second_box .gridbox {
  grid-template-columns: repeat(3, 1fr);
}
.sec03 .second_box .gridbox .box {
  margin: 0 auto;
}
.sec03 .second_box .gridbox .grid_title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.sec03 .second_box .gridbox .imagebox {
  max-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.sec03 .second_box .gridbox .textbox {
  width: 100%;
  margin: 0 auto;
}
.sec03 .third_box {
  background-color: #F5F3F1;
  padding: 55px 70px;
}
.sec03 .third_box .third_title {
  font-size: 24px;
  border-bottom: 1px dashed #333631;
  padding-bottom: 30px;
  margin-bottom: 55px;
  text-align: center;
}
.sec03 .third_box .textbox {
  margin-left: 60px;
  width: 57%;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .first_box {
    margin-bottom: 10vw;
  }
  .sec03 .first_box .first_text {
    text-align: left;
    font-size: 4vw;
  }
  .sec03 .second_box {
    margin-bottom: initial;
  }
  .sec03 .second_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec03 .second_box .gridbox .box {
    padding-bottom: 10vw;
  }
  .sec03 .second_box .gridbox .grid_title {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .sec03 .second_box .gridbox .imagebox {
    margin-bottom: 5vw;
  }
  .sec03 .third_box {
    padding: 10vw 5vw;
  }
  .sec03 .third_box .third_title {
    font-size: 4.5vw;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }
  .sec03 .third_box .textbox {
    margin-left: initial;
    width: 100%;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .flexbox {
  align-items: flex-start;
  margin-bottom: 55px;
}
.sec04 .flexbox .textbox {
  margin-right: 70px;
}
.sec04 .flexbox .textbox .box_title {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px dashed #333631;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.sec04 .flexbox .about_btn::before {
  background: url(/images/first/green_icon.webp) center/contain no-repeat;
}
.sec04 .flexbox .about_btn {
  border-bottom: 1px solid #69C4B7;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .flexbox {
    margin-bottom: 10vw;
  }
  .sec04 .flexbox .textbox {
    margin-right: initial;
  }
  .sec04 .flexbox .textbox .box_title {
    font-size: 4.5vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}/*# sourceMappingURL=first.css.map */