@charset "UTF-8";
main {
  position: relative;
}

br.pc {
  display: none;
}
@media (min-width: 768px) {
  br.pc {
    display: inline;
  }
}

.img_note {
  font-size: 10px;
  color: #000;
  text-align: right;
  line-height: 1;
  margin-top: 6px;
  padding: 0 2px;
  min-height: 2em;
}
.img_note.left {
  text-align: left;
}

.ac-ttl {
  width: 22%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  .ac-ttl {
    width: 40%;
    left: 5%;
    font-size: 7vw;
  }
}

.loc_p1 {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: #968d54;
  padding: 20px 0 0 0;
}
.loc_p1::before {
  content: "■";
  color: #89877d;
  position: absolute;
  top: 0;
  left: 100%;
}
@media (min-width: 580px) {
  .loc_p1 {
    font-size: 18px;
  }
}

.loc_p2 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.75;
}

.loc_1_head {
  padding: 0 20px;
  text-align: center;
  margin: 50px 0 0;
  font-weight: 400;
  letter-spacing: 0;
}
.loc_1_p1 {
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  margin-top: 30px;
  letter-spacing: 0;
}

.loc_2 {
  padding: 0 20px;
}
.loc_2_p {
  color: #968d54;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.loc_2_in {
  margin-top: 20px;
}
.loc_2_2 {
  padding-top: 20px;
}
@media (min-width: 580px) {
  .loc_2 {
    max-width: 860px;
    margin: 50px auto 0;
  }
  .loc_2_1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .loc_2_2 {
    display: flex;
    justify-content: space-between;
  }
  .loc_2_in {
    width: calc(50% - 10px);
  }
}
@media (min-width: 960px) {
  .loc_2_p {
    position: absolute;
    font-size: 36px;
    top: 100px;
    left: -30px;
    rotate: -90deg;
    transform-origin: 0% 50%;
  }
}

.loc_3 {
  margin: 50px auto 0;
  padding: 0 20px;
  max-width: 480px;
}
.loc_3_p {
  color: #968d54;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  width: 100%;
}
.loc_3_1_img1 {
  margin-top: 20px;
  display: flex;
}
.loc_3_1_img1_1 {
  width: 40.25%;
}
.loc_3_1_img1_2 {
  width: 59.75%;
}
.loc_3_1_img2_1, .loc_3_1_img2_2, .loc_3_1_img2_3 {
  margin-top: 20px;
}
@media (min-width: 580px) {
  .loc_3_1_img2 {
    display: flex;
  }
  .loc_3_1_img2_1 {
    width: 31.75%;
  }
  .loc_3_1_img2_1 .img_note.left span {
    display: inline-block;
  }
  .loc_3_1_img2_2 {
    width: 34.5%;
  }
  .loc_3_1_img2_2 .img_note.left span {
    display: inline-block;
  }
  .loc_3_1_img2_3 {
    width: 34.25%;
  }
  .loc_3_1_img2_3 .img_note.left span {
    display: inline-block;
  }
}
.loc_3_2 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .loc_3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1100px;
  }
  .loc_3_1 {
    width: calc(40% - 10px);
    max-width: 400px;
  }
  .loc_3_2 {
    width: calc(60% - 10px);
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .loc_3_p {
    position: absolute;
    width: auto;
    font-size: 36px;
    top: 100px;
    right: -170px;
    rotate: -90deg;
    transform-origin: 0% 50%;
  }
}

.loc_4 {
  background: #ebebe8;
  color: #968d54;
  font-size: 18px;
  line-height: 1.5;
  padding: 30px 20px;
  margin-top: 50px;
}
.loc_4_in {
  margin-top: 20px;
}
@media (min-width: 580px) {
  .loc_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .loc_4_in {
    width: calc(50% - 10px);
  }
  .loc_4_in.gc {
    display: grid;
    place-items: center;
  }
}
@media (min-width: 768px) {
  .loc_4 {
    max-width: 960px;
    margin: 50px auto 0;
  }
  .loc_4_in {
    width: calc(25% - 8px);
    max-width: 200px;
  }
}
.loc_4.bank::before {
  content: "Bank";
  color: #968d54;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
}
@media (min-width: 1100px) {
  .loc_4.bank::before {
    font-size: 32px;
    right: -50px;
  }
}

.loc_5 {
  margin: 50px auto 0;
  padding: 0 20px;
  max-width: 860px;
}
.loc_5_p1 {
  font-size: 12px;
  color: #968d54;
  line-height: 1.2;
}
.loc_5_p2 {
  font-size: 24px;
  color: #968d54;
  line-height: 1.2;
}
.loc_5_1 {
  max-width: 400px;
  margin-top: 20px;
}
.loc_5_2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.loc_5_2_in {
  width: calc(50% - 5px);
  max-width: 200px;
}
@media (min-width: 580px) {
  .loc_5 {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    max-width: 880px;
  }
  .loc_5_text {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
  }
  .loc_5_1, .loc_5_2 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .loc_5_p2 {
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  .loc_5_text {
    margin-right: -50px;
  }
}

.loc_6 {
  margin: 50px auto 0;
  padding: 0 20px;
  max-width: 860px;
}
.loc_6_p1 {
  font-size: 12px;
  color: #968d54;
  line-height: 1.2;
}
.loc_6_p2 {
  font-size: 24px;
  color: #968d54;
  line-height: 1.2;
}
.loc_6_1 {
  max-width: 400px;
  margin-top: 20px;
}
.loc_6_2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.loc_6_2_in {
  width: calc(50% - 5px);
  max-width: 200px;
}
@media (min-width: 580px) {
  .loc_6 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
  }
  .loc_6_text {
    width: 100%;
    display: flex;
    align-items: baseline;
  }
  .loc_6_1, .loc_6_2 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .loc_6 {
    margin-top: -50px;
  }
  .loc_6_p2 {
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  .loc_6_text {
    margin-left: -50px;
  }
}

.loc_7 {
  margin: 50px auto 0;
  padding: 0 20px;
  max-width: 860px;
}
.loc_7_p1 {
  font-size: 12px;
  color: #968d54;
  line-height: 1.2;
}
.loc_7_p2 {
  font-size: 24px;
  color: #968d54;
  line-height: 1.2;
}
.loc_7_1 {
  max-width: 400px;
  margin-top: 20px;
}
.loc_7_2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.loc_7_2_in {
  width: calc(50% - 5px);
  max-width: 200px;
}
@media (min-width: 580px) {
  .loc_7 {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 880px;
  }
  .loc_7_text {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .loc_7_1, .loc_7_2 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .loc_7 {
    margin-top: -50px;
  }
  .loc_7_text {
    transform: translateY(100px);
  }
}
@media (min-width: 960px) {
  .loc_7_text {
    translate: -50px 0;
  }
}

.loc_8 {
  margin: 50px auto 0;
  max-width: 1280px;
}
.loc_8_p1 {
  font-size: 24px;
  color: #968d54;
  line-height: 1;
  margin-top: 20px;
  padding: 0 20px;
}
.loc_8_p2 {
  font-size: 18px;
  color: #968d54;
  line-height: 1.5;
  padding: 20px 0 0 20px;
  margin-top: 20px;
}
.loc_8_p2::before {
  content: "■";
  color: #968d54;
  position: absolute;
  top: 0;
  left: 0;
}
.loc_8_p3 {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 20px;
  padding-left: 20px;
}
.loc_8_1 {
  padding: 0 20px;
}
.loc_8_1_img {
  display: flex;
}
.loc_8_1_img_1 {
  width: 69.6666666667%;
}
.loc_8_1_img_2 {
  width: 30.3333333333%;
}
.loc_8_2 {
  margin-top: 30px;
  padding: 0 20px;
}
.loc_8_3 {
  padding: 0 20px;
}
.loc_8_3_in {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.loc_8_3_in_in {
  width: calc(50% - 5px);
}
.loc_8_3_in_0 {
  margin-top: 20px;
}
@media (min-width: 580px) {
  .loc_8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
  .loc_8_1 {
    width: calc(40% - 10px);
    padding: 0;
  }
  .loc_8_2 {
    width: calc(60% - 10px);
    margin: 0;
    padding: 0;
  }
  .loc_8_3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .loc_8_3_in, .loc_8_3_in_0 {
    width: calc(33.333% - 6.6666px);
  }
}
@media (min-width: 768px) {
  .loc_8_p1 {
    font-size: 36px;
  }
}

.life {
  margin: 100px auto 0;
  max-width: 1280px;
}
.life_p1 {
  padding: 0 20px;
  text-align: center;
  font-size: 24px;
}
.life_hr {
  border-top: none;
  border-bottom: 1px solid #888;
}
.life_btns {
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
  margin: 0 auto;
}
.life_btns_btn {
  display: grid;
  place-items: center;
  font-size: 12px;
  width: 33.33%;
  height: 40px;
}
.life_btns_btn::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.life_btns_btn:nth-of-type(1)::before {
  background: #722b48;
}
.life_btns_btn:nth-of-type(2)::before {
  background: #62603f;
}
.life_btns_btn:nth-of-type(3)::before {
  background: #84a62b;
}
.life_btns_btn:nth-of-type(4)::before {
  background: #4e5e82;
}
.life_btns_btn:nth-of-type(5)::before {
  background: #5a9fc1;
}
.life_btns_btn:nth-of-type(6)::before {
  background: #2c6e3a;
}
.life_btns_btn.active::before {
  opacity: 1;
}
@media (min-width: 768px) {
  .life_btns_btn {
    width: 16.6666666667%;
  }
}
.life_body {
  margin: 30px auto 0;
}
.life_img {
  aspect-ratio: 1200/1152;
}
.life_img_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.life_img_in.active {
  opacity: 1;
}
.life_desc {
  aspect-ratio: 800/872;
  margin: 20px auto 0;
  width: calc(100% - 40px);
}
.life_desc_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.life_desc_in.active {
  opacity: 1;
}
@media (min-width: 580px) {
  .life_body {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .life_img {
    width: 65%;
    max-width: 800px;
  }
  .life_desc {
    width: calc(35% - 20px);
    max-width: 400px;
    margin: 0;
  }
}