@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  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;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    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;
    padding-left: initial;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .sec_body {
  padding: 0 50px;
}
.sec01 .box_title {
  font-size: 24px;
  color: #A67E34;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  border-bottom: 1px solid #A67E34;
  padding-bottom: 25px;
  margin-bottom: 45px;
}
.sec01 .first_box {
  margin-bottom: 130px;
}
.sec01 .first_box .textbox {
  font-size: 21px;
  color: #A67E34;
  text-align: center;
}
.sec01 .second_box {
  margin-bottom: 130px;
}
.sec01 .second_box .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.sec01 .second_box .flexbox .box {
  background-color: rgba(170, 210, 210, 0.2);
  padding: 45px 30px 35px;
  width: 40.6%;
  height: 254px;
}
.sec01 .second_box .flexbox .box .imagebox {
  text-align: center;
  margin-bottom: 50px;
}
.sec01 .second_box .flexbox .box .tel_title {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
}
.sec01 .second_box .flexbox .box .tel_text {
  font-size: 40px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 25px;
  padding-left: 1em;
  position: relative;
}
.sec01 .second_box .flexbox .box .tel_text::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 50px;
  left: 25px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/first/tel_icon.webp) center/contain no-repeat;
}
.sec01 .third_box .bluebox {
  background-color: rgba(170, 210, 210, 0.2);
  padding: 55px 115px 60px 70px;
  margin-bottom: 30px;
}
.sec01 .third_box .bluebox .flexbox {
  align-items: flex-start;
  margin-bottom: 70px;
}
.sec01 .third_box .bluebox .flexbox .textbox {
  margin-right: 130px;
}
.sec01 .third_box .bluebox .flexbox .textbox .line_title {
  font-size: 28px;
  color: #3B639A;
  margin-bottom: 50px;
}
.sec01 .third_box .bluebox .listbox {
  margin-left: 120px;
}
.sec01 .third_box .bluebox .listbox .item {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
}
.sec01 .third_box .bluebox .listbox .item::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  left: -50px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/blue_check.webp) center/contain no-repeat;
}
.sec01 .third_box .bluebox .listbox .item:not(:last-child) {
  margin-bottom: 20px;
}
.sec01 .third_box .kazari {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_body {
    padding: 0;
  }
  .sec01 .box_title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .sec01 .first_box {
    margin-bottom: 10vw;
  }
  .sec01 .first_box .textbox {
    font-size: 4.5vw;
  }
  .sec01 .second_box {
    margin-bottom: 13.8vw;
  }
  .sec01 .second_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    display: block;
  }
  .sec01 .second_box .flexbox .box {
    padding: 5vw;
    width: 90%;
    height: auto;
  }
  .sec01 .second_box .flexbox .box .imagebox {
    margin-bottom: 3vw;
  }
  .sec01 .second_box .flexbox .box .tel_title {
    font-size: 4.5vw;
  }
  .sec01 .second_box .flexbox .box .tel_text {
    font-size: 8vw;
    margin-bottom: 3vw;
    padding-left: 1em;
    position: relative;
  }
  .sec01 .second_box .flexbox .box .tel_text::before {
    content: "";
    position: absolute;
    width: 9vw;
    height: 10vw;
    left: 6vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/first/tel_icon.webp) center/contain no-repeat;
  }
  .sec01 .third_box .bluebox {
    padding: 5vw;
    margin-bottom: 10vw;
  }
  .sec01 .third_box .bluebox .flexbox {
    display: block;
    margin-bottom: 10vw;
  }
  .sec01 .third_box .bluebox .flexbox .textbox {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .sec01 .third_box .bluebox .flexbox .textbox .line_title {
    font-size: 4.8vw;
    color: #3B639A;
    margin-bottom: 3vw;
  }
  .sec01 .third_box .bluebox .flexbox .imagebox {
    width: 80%;
    margin: 0 auto;
  }
  .sec01 .third_box .bluebox .listbox {
    margin-left: 0;
    width: 80%;
    margin: 0 12vw auto;
  }
  .sec01 .third_box .bluebox .listbox .item {
    font-size: 4vw;
  }
  .sec01 .third_box .bluebox .listbox .item::before {
    content: "";
    position: absolute;
    width: 9vw;
    height: 7vw;
    left: -12vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/blue_check.webp) center/contain no-repeat;
  }
  .sec01 .third_box .bluebox .listbox .item:not(:last-child) {
    margin-bottom: 5vw;
  }
  .sec01 .third_box .kazari {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .flexbox {
  align-items: flex-start;
}
.sec02 .flexbox .imagebox {
  margin-right: 55px;
  width: 43%;
}
.sec02 .flexbox .textbox .box .box_text {
  font-size: 24px;
  color: #55A8AB;
  margin-bottom: 15px;
}
.sec02 .flexbox .textbox .box .listbox {
  margin-bottom: 25px;
}
.sec02 .flexbox .textbox .box .item {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.sec02 .flexbox .textbox .box .item::before {
  content: "・";
  font-size: 18px;
  color: #55A8AB;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.sec02 .flexbox .textbox .box .item:not(:last-child) {
  margin-bottom: 15px;
}
.sec02 .flexbox .textbox .box .hosoku {
  position: relative;
  margin-bottom: 35px;
  padding-left: 1em;
  text-indent: -1em;
}
.sec02 .flexbox .textbox .box .hosoku01 {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.sec02 .flexbox .textbox .box .hosoku::before, .sec02 .flexbox .textbox .box .hosoku01::before {
  content: "※";
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .flexbox {
    display: block;
  }
  .sec02 .flexbox .imagebox {
    margin-right: 0;
    width: 100%;
  }
  .sec02 .flexbox .textbox .box .box_text {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .sec02 .flexbox .textbox .box .listbox {
    margin-bottom: 5vw;
  }
  .sec02 .flexbox .textbox .box .item {
    font-size: 4vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .sec02 .flexbox .textbox .box .item::before {
    content: "・";
    font-size: 4vw;
    color: #55A8AB;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
  }
  .sec02 .flexbox .textbox .box .item:not(:last-child) {
    margin-bottom: 3vw;
  }
  .sec02 .flexbox .textbox .box .hosoku {
    position: relative;
    margin-bottom: 10vw;
  }
  .sec02 .flexbox .textbox .box .hosoku::before {
    content: "※";
    font-size: 4vw;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .flexbox {
  margin-bottom: 70px;
}
.sec03 .flexbox .imagebox {
  width: 39%;
}
.sec03 .flexbox .textbox {
  width: 100%;
  margin-right: 48px;
}
.sec03 .flexbox .textbox .box_header {
  display: flex;
  justify-items: center;
  align-items: center;
  border-bottom: 1px solid #A67E34;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.sec03 .flexbox .textbox .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #A67E34;
  margin-left: 1em;
  letter-spacing: 0.1em;
}
.sec03 .bottom_box {
  position: relative;
  padding: 35px 40px 45px 30px;
}
.sec03 .bottom_box .bg {
  position: absolute;
  background-color: rgba(170, 210, 210, 0.2);
  width: 1005px;
  height: 140px;
  right: 50%;
  bottom: 140px;
  transform: translateX(50%);
  padding: 35px 40px 45px 30px;
}
.sec03 .bottom_box .flexbox {
  padding: 35px 40px 45px 30px;
  width: 1005px;
  height: 100px;
  align-items: flex-end;
}
.sec03 .bottom_box .imagebox {
  margin-right: 20px;
  width: 31.2%;
}
.sec03 .bottom_box .imagebox::before {
  content: "";
  position: absolute;
  width: 61px;
  height: 39px;
  right: 0;
  top: -5px;
  background: url(/images/first/kazari02.webp) center/contain no-repeat;
}
.sec03 .bottom_box .bottom_title {
  font-size: 21px;
  color: #55A8AB;
  margin-bottom: 15px;
}
.sec03 .bottom_box .textbox {
  margin-right: 0;
}
.sec03 .about_btn {
  color: #444444;
}
.sec03 .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
.sec03 .reverse .textbox {
  margin-right: 0;
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .flexbox {
    margin-bottom: 10vw;
    display: block;
  }
  .sec03 .flexbox .imagebox {
    width: 100%;
  }
  .sec03 .flexbox .textbox {
    width: 100%;
    margin-right: 0;
  }
  .sec03 .flexbox .textbox .box_header {
    margin-bottom: 5vw;
    padding-bottom: 3vw;
  }
  .sec03 .flexbox .textbox .box_header .box_title {
    font-size: 4.8vw;
  }
  .sec03 .flexbox .textbox .box_header .box_img {
    width: 30%;
  }
  .sec03 .bottom_box {
    padding: 10vw 5vw;
  }
  .sec03 .bottom_box .bg {
    width: 100%;
    height: 100vw;
    right: 50%;
    bottom: 10vw;
    transform: translateX(50%);
    padding: 10vw 5vw;
  }
  .sec03 .bottom_box .flexbox {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    align-items: flex-end;
  }
  .sec03 .bottom_box .imagebox {
    margin-right: 0;
    width: 100%;
  }
  .sec03 .bottom_box .imagebox::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 15vw;
    right: -5vw;
    top: -5vw;
    background: url(/images/first/kazari02.webp) center/contain no-repeat;
  }
  .sec03 .bottom_box .bottom_title {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .sec03 .bottom_box .textbox {
    margin-right: 0;
  }
  .sec03 .reverse .textbox {
    margin-right: 0;
    margin-left: 0;
  }
}/*# sourceMappingURL=first.css.map */