@charset "UTF-8";
.cta {
  position: relative;
  padding: 15vw 0 70px;
}
@media (max-width: 800px) {
  .cta {
    padding: 28vw 0 50px;
  }
}
@media (max-width: 700px) {
  .cta {
    padding: 43% 0 30%;
  }
}
@media (max-width: 480px) {
  .cta {
    padding: 43% 0 24%;
  }
}
.cta:after {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  background-image: url(../img/section-deco3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 6.25vw;
}
@media (max-width: 800px) {
  .cta:after {
    height: 17.25vw;
  }
}
.cta .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cta .inner {
    position: relative;
    width: 91.667vw;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .cta .inner {
    width: 89vw;
  }
}
.cta .inner .cta_bg {
  position: relative;
}
.cta .inner .cta_bg:before {
  position: absolute;
  top: -75px;
  left: 0;
  background-image: url(../img/btn_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 422px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .cta .inner .cta_bg:before {
    position: absolute;
    top: -6.25vw;
    left: 0;
    background-image: url(../img/btn_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    width: 100%;
    height: 35.167vw;
    z-index: -1;
  }
}
@media (max-width: 700px) {
  .cta .inner .cta_bg:before {
    background-image: url(../img/btn_sp_bg.webp);
    height: 142%;
    top: -15.25vw;
  }
}
@media (max-width: 480px) {
  .cta .inner .cta_bg:before {
    height: 137%;
  }
}
@media (max-width: 430px) {
  .cta .inner .cta_bg:before {
    height: 138%;
  }
}
.cta .inner .cta_bg .c_ttl {
  font-size: 38px;
  text-align: center;
  color: #433715;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cta .inner .cta_bg .c_ttl {
    font-size: 3.167vw;
    text-align: center;
    color: #433715;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 700px) {
  .cta .inner .cta_bg .c_ttl {
    font-size: 5.767vw;
    line-height: 1.75;
  }
}
.cta .inner .cta_bg .c_ttl .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .cta .inner .cta_bg .c_ttl .sp_only {
    display: block;
  }
}
.cta .inner .cta_bg .cta_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .cta .inner .cta_bg .cta_btn_wrap {
    gap: 2.5vw;
  }
}
@media (max-width: 700px) {
  .cta .inner .cta_bg .cta_btn_wrap {
    flex-direction: column;
    margin-top: 5vw;
  }
}
.cta .inner .cta_bg .cta_btn_wrap .cta_btn_b {
  width: 465px;
}
@media (max-width: 1200px) {
  .cta .inner .cta_bg .cta_btn_wrap .cta_btn_b {
    width: 38.75vw;
  }
}
@media (max-width: 700px) {
  .cta .inner .cta_bg .cta_btn_wrap .cta_btn_b {
    width: 80%;
    margin: 0 auto;
  }
}
.cta .inner .cta_bg .cta_btn_wrap .cta_btn_b a img {
  width: 100%;
}

.fv_main {
  position: relative;
}
.fv_main img.pc_only {
  width: 100%;
  vertical-align: bottom;
}
@media (max-width: 700px) {
  .fv_main img.pc_only {
    display: none;
  }
}
.fv_main img.sp_only {
  display: none;
  vertical-align: bottom;
}
@media (max-width: 700px) {
  .fv_main img.sp_only {
    width: 100%;
    display: block;
  }
}
.fv_main .fv_btn_con {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
}
@media (max-width: 700px) {
  .fv_main .fv_btn_con {
    width: 90%;
    bottom: 4%;
  }
}
.fv_main .fv_btn_con .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 3.448vw;
}
@media (max-width: 700px) {
  .fv_main .fv_btn_con .btn_wrap {
    flex-direction: column;
  }
}
.fv_main .fv_btn_con .btn_wrap .btn {
  width: 32.759vw;
}
@media (max-width: 700px) {
  .fv_main .fv_btn_con .btn_wrap .btn {
    width: 100%;
  }
}
.fv_main .fv_btn_con .btn_wrap .btn a img {
  width: 100%;
}

.cta.last {
  padding-bottom: 120px;
}

.about_wedding {
  padding: 40px 0;
  background: linear-gradient(to bottom, #f5f1f1, #F5F5F7);
}
@media (max-width: 480px) {
  .about_wedding {
    padding: 30px 0;
  }
}
.about_wedding .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .about_wedding .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .about_wedding .inner {
    width: calc(100% - 40px);
  }
}
.about_wedding .inner .a_w_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1125px) {
  .about_wedding .inner .a_w_wrap {
    gap: 50px;
    align-items: flex-start;
  }
}
@media (max-width: 800px) {
  .about_wedding .inner .a_w_wrap {
    flex-direction: column;
  }
}
.about_wedding .inner .a_w_wrap .left .a_w_ttl {
  font-size: 36px;
  color: #433715;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .about_wedding .inner .a_w_wrap .left .a_w_ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.about_wedding .inner .a_w_wrap .left .a_w_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .about_wedding .inner .a_w_wrap .left .a_w_ttl .sp_only {
    display: block;
  }
}
.about_wedding .inner .a_w_wrap .left .a_w_txt {
  font-size: 22px;
  line-height: 2;
}
@media (max-width: 480px) {
  .about_wedding .inner .a_w_wrap .left .a_w_txt {
    font-size: 18px;
    line-height: 1.75;
  }
}
@media (max-width: 800px) {
  .about_wedding .inner .a_w_wrap .left .a_w_txt .sp_only {
    display: none;
  }
}
.about_wedding .inner .a_w_wrap .left .a_w_txt .ssp_only {
  display: none;
}
@media (max-width: 800px) {
  .about_wedding .inner .a_w_wrap .left .a_w_txt .ssp_only {
    display: block;
  }
}
.about_wedding .inner .a_w_wrap .right {
  width: 435px;
}
@media (max-width: 800px) {
  .about_wedding .inner .a_w_wrap .right {
    width: 100%;
  }
}
.about_wedding .inner .a_w_wrap .right img {
  width: 100%;
}

.reason {
  position: relative;
  padding: 9vw 0 30px;
  background: #f3ecea;
}
@media (max-width: 800px) {
  .reason {
    padding: 26vw 0 30px;
  }
}
@media (max-width: 480px) {
  .reason {
    padding: 26vw 0 10px;
  }
}
.reason:after {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  background-image: url(../img/section-deco1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 6.25vw;
}
@media (max-width: 800px) {
  .reason:after {
    height: 17.25vw;
  }
}
.reason .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .reason .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .reason .inner {
    width: calc(100% - 40px);
  }
}
.reason .inner .r_ttl {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .reason .inner .r_ttl {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .reason .inner .r_ttl {
    font-size: 24px;
  }
}
.reason .inner .r_ttl .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .reason .inner .r_ttl .sp_only {
    display: block;
  }
}
.reason .inner .r_txt {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 2;
}
@media (max-width: 480px) {
  .reason .inner .r_txt {
    font-size: 18px;
    line-height: 1.75;
  }
}
.reason .inner .reason_pic_con .reason_pic_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .reason .inner .reason_pic_con .reason_pic_wrap {
    gap: 30px;
  }
}
@media (max-width: 700px) {
  .reason .inner .reason_pic_con .reason_pic_wrap {
    flex-direction: column;
  }
}
.reason .inner .reason_pic_con .reason_pic_wrap .reason_pic_b {
  width: 340px;
}
@media (max-width: 700px) {
  .reason .inner .reason_pic_con .reason_pic_wrap .reason_pic_b {
    width: 100%;
  }
}
.reason .inner .reason_pic_con .reason_pic_wrap .reason_pic_b img.pc_only {
  width: 100%;
}
@media (max-width: 700px) {
  .reason .inner .reason_pic_con .reason_pic_wrap .reason_pic_b img.pc_only {
    display: none;
  }
}
.reason .inner .reason_pic_con .reason_pic_wrap .reason_pic_b img.sp_only {
  display: none;
}
@media (max-width: 700px) {
  .reason .inner .reason_pic_con .reason_pic_wrap .reason_pic_b img.sp_only {
    display: block;
    width: 100%;
  }
}

.special {
  position: relative;
  padding: 9vw 0 30px;
  background: linear-gradient(to bottom, #f8f8f8, #F5F5F7);
}
@media (max-width: 800px) {
  .special {
    padding: 26vw 0 30px;
  }
}
@media (max-width: 480px) {
  .special {
    padding: 26vw 0 10px;
  }
}
.special:after {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  background-image: url(../img/section-deco2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 6.25vw;
}
@media (max-width: 800px) {
  .special:after {
    height: 17.25vw;
  }
}
.special .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .special .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .special .inner {
    width: calc(100% - 40px);
  }
}
.special .inner .s_ttl {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .special .inner .s_ttl {
    font-size: 26px;
  }
}
.special .inner .s_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .special .inner .s_ttl .sp_only {
    display: block;
  }
}
.special .inner .s_txt {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 2;
}
@media (max-width: 480px) {
  .special .inner .s_txt {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.75;
  }
}
@media (max-width: 800px) {
  .special .inner .s_txt .sp_only {
    display: none;
  }
}
.special .inner .special_pic_con .special_pic_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .special .inner .special_pic_con .special_pic_wrap {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .special .inner .special_pic_con .special_pic_wrap {
    flex-wrap: wrap;
    gap: 2.5%;
  }
}
.special .inner .special_pic_con .special_pic_wrap .special_pic_b {
  width: 256px;
}
@media (max-width: 700px) {
  .special .inner .special_pic_con .special_pic_wrap .special_pic_b {
    width: 48%;
    margin-bottom: 2.5%;
  }
}
.special .inner .special_pic_con .special_pic_wrap .special_pic_b img {
  width: 100%;
  vertical-align: bottom;
}

.what {
  position: relative;
  background: #F3ECEA;
  padding: 9vw 0 30px;
}
@media (max-width: 800px) {
  .what {
    padding: 26vw 0 30px;
  }
}
@media (max-width: 480px) {
  .what {
    padding: 26vw 0 10px;
  }
}
.what:after {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  background-image: url(../img/section-deco1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 6.25vw;
}
@media (max-width: 800px) {
  .what:after {
    height: 17.25vw;
  }
}
.what .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .what .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .what .inner {
    width: calc(100% - 40px);
  }
}
.what .inner .w_ttl {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 480px) {
  .what .inner .w_ttl {
    font-size: 26px;
  }
}
.what .inner .w_ttl:after {
  display: block;
  background: #DDBD79;
  width: 160px;
  height: 5px;
  border-radius: 9999px;
  content: "";
  margin: 0 auto;
  margin-top: 20px;
}
.what .inner .w_txt {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 2;
}
@media (max-width: 480px) {
  .what .inner .w_txt {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.75;
  }
}
.what .inner .w_con .w_wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 800px) {
  .what .inner .w_con .w_wrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .what .inner .w_con .w_wrap {
    gap: 45px;
  }
}
.what .inner .w_con .w_wrap .left {
  width: 436px;
  flex: 0 0 436px;
}
@media (max-width: 800px) {
  .what .inner .w_con .w_wrap .left {
    flex: none;
    width: 100%;
  }
}
.what .inner .w_con .w_wrap .left img {
  width: 100%;
}
.what .inner .w_con .w_wrap .right {
  font-size: 22px;
  line-height: 2;
}
@media (max-width: 480px) {
  .what .inner .w_con .w_wrap .right {
    font-size: 18px;
    line-height: 1.75;
  }
}
@media (max-width: 800px) {
  .what .inner .w_con .w_wrap .right .sp_only {
    display: none;
  }
}
.what .inner .flow_con {
  background: #F3ECEA;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .what .inner .flow_con {
    padding: 60px 0 10px;
  }
}
.what .inner .flow_con .flow_ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .what .inner .flow_con .flow_ttl {
    line-height: 1.25;
    margin-bottom: 0;
  }
}
.what .inner .flow_con .flow_ttl span {
  display: inline-block;
  color: #fff;
  background: #AD8C49;
  border-radius: 9999px;
  padding: 6px 60px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 520px) {
  .what .inner .flow_con .flow_ttl span {
    font-size: 24px;
    padding: 8px 15px;
  }
}
.what .inner .flow_con .flow_ttl .sp_only {
  display: none;
}
@media (max-width: 520px) {
  .what .inner .flow_con .flow_ttl .sp_only {
    display: block;
  }
}
.what .inner .flow_con .flow_con2 .flow_b {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b {
    margin-top: 10px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b:after {
  display: block;
  margin-top: 30px;
  background-image: url(../img/flow-arrow-img.webp);
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b:after {
    height: 15px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap {
  display: flex;
  gap: 30px;
}
@media (max-width: 800px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap {
    display: block;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b {
  width: 380px;
  flex: 0 0 380px;
}
@media (max-width: 800px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b {
    flex: none;
    width: 100%;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b img {
  width: 100%;
  vertical-align: bottom;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap {
    padding-top: 20px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num1 {
  width: 43px;
  flex: 0 0 43px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num1 {
    width: 33px;
    flex: 0 0 33px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num1 img {
  width: 100%;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num2 {
  width: 58px;
  flex: 0 0 58px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num2 {
    width: 48px;
    flex: 0 0 48px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num2 img {
  width: 100%;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num3 {
  width: 64px;
  flex: 0 0 64px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num3 {
    width: 54px;
    flex: 0 0 54px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num3 img {
  width: 100%;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num4 {
  width: 73px;
  flex: 0 0 73px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num4 {
    width: 55px;
    flex: 0 0 55px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num4 img {
  width: 100%;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num5 {
  width: 73px;
  flex: 0 0 73px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num5 {
    width: 55px;
    flex: 0 0 55px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num5 img {
  width: 100%;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num6 {
  width: 55px;
  flex: 0 0 55px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num6 {
    width: 49px;
    flex: 0 0 49px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num6 img {
  width: 100%;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num7 {
  width: 52px;
  flex: 0 0 52px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num7 {
    width: 48px;
    flex: 0 0 48px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num7 img {
  width: 100%;
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num_txt {
  font-size: 25px;
  color: #AD8C49;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num_txt {
    font-size: 24px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num_txt .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap .num_txt .sp_only {
    display: block;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap {
  gap: 20px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap {
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap.pc_only {
    display: none;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap.sp_only {
  display: none;
}
@media (max-width: 800px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .num_wrap.sp_only {
    display: flex;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt {
  font-size: 22px;
  line-height: 1.75;
}
@media (max-width: 800px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt .pc_only {
    display: none;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_txt .sp_only {
    display: block;
  }
}
.what .inner .flow_con .flow_con2 .flow_b .flow_wrap .ps_txt {
  text-align: right;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .what .inner .flow_con .flow_con2 .flow_b .flow_wrap .ps_txt {
    margin-top: 10px;
    font-size: 16px;
  }
}
.what .inner .flow_con .flow_con2 .flow_b:last-of-type:after {
  display: none;
}

.can {
  position: relative;
  padding-top: 9vw;
  background: #F5F5F7;
}
@media (max-width: 800px) {
  .can {
    padding-top: 25vw;
  }
}
@media (max-width: 480px) {
  .can {
    padding-top: 28vw;
  }
}
.can:after {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  background-image: url(../img/section-deco2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 6.25vw;
}
@media (max-width: 800px) {
  .can:after {
    height: 17.25vw;
  }
}
.can .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .can .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .can .inner {
    width: calc(100% - 40px);
  }
}
.can .inner h2.w_ttl {
  font-size: 36px;
  text-align: center;
}
@media (max-width: 480px) {
  .can .inner h2.w_ttl {
    font-size: 26px;
  }
}
.can .inner h2.w_ttl:after {
  display: block;
  background: #DDBD79;
  width: 160px;
  height: 5px;
  border-radius: 9999px;
  content: "";
  margin: 0 auto;
  margin-top: 20px;
}
.can .inner .w_txt {
  margin: 30px auto 50px;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 700px) {
  .can .inner .w_txt {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .can .inner .w_txt {
    font-size: 18px;
  }
}
.can .inner .w_txt .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .can .inner .w_txt .sp_only {
    display: block;
  }
}
.can .inner .can_img_con .can_img_wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 700px) {
  .can .inner .can_img_con .can_img_wrap {
    flex-direction: column;
  }
}
.can .inner .can_img_con .can_img_wrap .can_img1 {
  width: 605px;
}
@media (max-width: 700px) {
  .can .inner .can_img_con .can_img_wrap .can_img1 {
    width: 100%;
  }
}
.can .inner .can_img_con .can_img_wrap .can_img1 img.pc_only {
  width: 100%;
}
@media (max-width: 700px) {
  .can .inner .can_img_con .can_img_wrap .can_img1 img.pc_only {
    display: none;
  }
}
.can .inner .can_img_con .can_img_wrap .can_img1 img.sp_only {
  display: none;
}
@media (max-width: 700px) {
  .can .inner .can_img_con .can_img_wrap .can_img1 img.sp_only {
    width: 100%;
    display: block;
  }
}
.can .inner .can_img_con .can_img_wrap .can_img2 {
  width: 470px;
}
@media (max-width: 700px) {
  .can .inner .can_img_con .can_img_wrap .can_img2 {
    width: 100%;
  }
}
.can .inner .can_img_con .can_img_wrap .can_img2 img.pc_only {
  width: 100%;
}
@media (max-width: 700px) {
  .can .inner .can_img_con .can_img_wrap .can_img2 img.pc_only {
    display: none;
  }
}
.can .inner .can_img_con .can_img_wrap .can_img2 img.sp_only {
  display: none;
}
@media (max-width: 700px) {
  .can .inner .can_img_con .can_img_wrap .can_img2 img.sp_only {
    width: 100%;
    display: block;
  }
}

.achieve {
  position: relative;
  background: #F3ECEA;
  padding: 100px 0;
  padding: 9vw 0 30px;
}
@media (max-width: 800px) {
  .achieve {
    padding: 26vw 0 30px;
  }
}
@media (max-width: 480px) {
  .achieve {
    padding: 26vw 0 10px;
  }
}
.achieve:after {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  background-image: url(../img/section-deco4.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 6.25vw;
}
@media (max-width: 800px) {
  .achieve:after {
    height: 17.25vw;
  }
}
.achieve .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .achieve .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .achieve .inner {
    width: calc(100% - 40px);
  }
}
.achieve .inner h2.a_ttl {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 480px) {
  .achieve .inner h2.a_ttl {
    font-size: 24px;
  }
}
.achieve .inner h2.a_ttl:after {
  display: block;
  background: #DDBD79;
  width: 160px;
  height: 5px;
  border-radius: 9999px;
  content: "";
  margin: 0 auto;
  margin-top: 20px;
}
.achieve .inner .a_txt {
  margin: 30px auto 50px;
  font-size: 22px;
}
@media (max-width: 480px) {
  .achieve .inner .a_txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.achieve .inner .a_txt .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .achieve .inner .a_txt .sp_only {
    display: block;
  }
}
.achieve .inner .achieve_con .achieve_wrap {
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  .achieve .inner .achieve_con .achieve_wrap {
    gap: 30px;
  }
}
@media (max-width: 700px) {
  .achieve .inner .achieve_con .achieve_wrap {
    flex-direction: column;
  }
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b {
  position: relative;
  flex: 1;
  width: 100%;
  aspect-ratio: 538 / 415;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b.achieve_vaccine {
  background-image: url(../img/achievements01.webp);
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b.achieve_cloth {
  background-image: url(../img/achievements02.webp);
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 8% 8%;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row {
  font-size: 32px;
  font-weight: 600;
  color: #433715;
  margin-bottom: 0;
  line-height: 1.5;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row .a_label {
  font-size: 32px;
  margin-right: 0.5em;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row .a_num {
  font-size: 32px;
  margin-right: 6px;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row .a_unit {
  font-size: 27px;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total {
  font-size: 44px;
  margin: 0 0 5px 0;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total .a_label {
  font-size: 44px;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total .a_num {
  font-size: 44px;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total .a_unit {
  font-size: 28px;
}
.achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_caption {
  font-size: 21px;
  color: #433715;
  font-weight: 600;
}

.achieve_txt .sp_only{
  display: none;
}

@media (max-width: 1200px) {
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row .a_label {
    font-size: 1.8vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row .a_num {
    font-size: 1.8vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row .a_unit {
    font-size: 1.3vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total {
    font-size: 2.5vw;
    margin: 1.3vw 0;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total .a_label {
    font-size: 2.5vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total .a_num {
    font-size: 2.5vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total .a_unit {
    font-size: 1.5vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_caption {
    font-size: 1.3vw;
  }
}
@media (max-width: 700px) {
  .achieve .inner .achieve_con .achieve_wrap .achieve_b {
    aspect-ratio: 1049 / 1184;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b.achieve_vaccine {
    background-image: url(../img/achievements02-sp.webp);
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b.achieve_cloth {
    background-image: url(../img/achievements01-sp.webp);
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt {
    top: 34%;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row {
    font-size: 6.3vw;
    margin-bottom: 0.5vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row .a_label {
    font-size: 4.9vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row .a_num {
    font-size: 6.8vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row .a_unit {
    font-size: 4.9vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total {
    font-size: 8vw;
    margin: 1vw 0 3vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total .a_label {
    font-size: 5.9vw;
    margin-right: 0.3wm;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total .a_num {
    font-size: 8vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_row.a_total .a_unit {
    font-size: 3.5vw;
  }
  .achieve .inner .achieve_con .achieve_wrap .achieve_b .achieve_txt .a_caption {
    font-size: 5.0vw;
    line-height: 1.5;
  }

  .achieve_txt .sp_only{
    display: block;
  }
}
.achieve .inner .achieve_con .time {
  text-align: right;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .achieve .inner .achieve_con .time {
    margin-top: 10px;
  }
}

.voice {
  position: relative;
  padding: 9vw 0 30px;
  background: #F5F5F7;
}
@media (max-width: 800px) {
  .voice {
    padding: 28vw 0 30px;
  }
}
@media (max-width: 480px) {
  .voice {
    padding: 26vw 0 10px;
  }
}
.voice:after {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  background-image: url(../img/section-deco2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 6.25vw;
}
@media (max-width: 800px) {
  .voice:after {
    height: 17.25vw;
  }
}
.voice .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .voice .inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .voice .inner {
    width: calc(100% - 40px);
  }
}
.voice .inner h2.v_ttl {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 480px) {
  .voice .inner h2.v_ttl {
    font-size: 26px;
  }
}
.voice .inner h2.v_ttl:after {
  display: block;
  background: #DDBD79;
  width: 160px;
  height: 5px;
  border-radius: 9999px;
  content: "";
  margin: 0 auto;
  margin-top: 20px;
}
.voice .inner .v_con {
  margin-top: 50px;
}
.voice .inner .v_con .v_wrap {
  position: relative;
  background: #fff;
  display: flex;
  gap: 20px;
  padding: 100px 30px 20px;
  box-shadow: 0 4px 14px rgba(67, 55, 21, 0.2);
  margin-left: 25px;
  margin-bottom: 50px;
}
@media (max-width: 850px) {
  .voice .inner .v_con .v_wrap {
    padding-top: 166px;
  }
}
@media (max-width: 700px) {
  .voice .inner .v_con .v_wrap {
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .voice .inner .v_con .v_wrap {
    padding: 160px 20px 20px;
    margin-bottom: 20px;
  }
}
.voice .inner .v_con .v_wrap:last-of-type {
  margin-bottom: 0;
}
.voice .inner .v_con .v_wrap:before {
  position: absolute;
  top: 20px;
  left: -25px;
  background-image: url(../img/voice-pc-deco1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 738px;
  height: 70px;
}
@media (max-width: 850px) {
  .voice .inner .v_con .v_wrap:before {
    background-image: url(../img/voice-sp-deco1.webp);
    width: 292px;
    height: 120px;
    left: -11px;
  }
}
.voice .inner .v_con .v_wrap .left {
  width: 205px;
  flex: 0 0 205px;
}
@media (max-width: 700px) {
  .voice .inner .v_con .v_wrap .left {
    margin: 0 auto;
  }
}
.voice .inner .v_con .v_wrap .left img {
  width: 100%;
}
.voice .inner .v_con .v_wrap .right {
  font-size: 24px;
}
@media (max-width: 480px) {
  .voice .inner .v_con .v_wrap .right {
    font-size: 18px;
  }
}
.voice .inner .v_con .v_wrap:last-of-type:before {
  position: absolute;
  top: 20px;
  left: -25px;
  background-image: url(../img/voice-pc-deco3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 738px;
  height: 70px;
}
@media (max-width: 850px) {
  .voice .inner .v_con .v_wrap:last-of-type:before {
    background-image: url(../img/voice-sp-deco3.webp);
    width: 292px;
    height: 120px;
    left: -11px;
  }
}
.voice .inner .v_con .v_wrap.reverse {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  padding: 100px 30px 20px;
  margin-left: 25px;
}
@media (max-width: 850px) {
  .voice .inner .v_con .v_wrap.reverse {
    padding-top: 166px;
  }
}
@media (max-width: 700px) {
  .voice .inner .v_con .v_wrap.reverse {
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .voice .inner .v_con .v_wrap.reverse {
    padding: 160px 20px 20px;
    margin-bottom: 20px;
  }
}
.voice .inner .v_con .v_wrap.reverse:before {
  position: absolute;
  top: 20px;
  right: -25px;
  left: auto;
  background-image: url(../img/voice-pc-deco2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 738px;
  height: 70px;
}
@media (max-width: 850px) {
  .voice .inner .v_con .v_wrap.reverse:before {
    background-image: url(../img/voice-sp-deco2.webp);
    width: 292px;
    height: 120px;
    left: -11px;
    right: auto;
  }
}
.voice .inner .v_con .v_wrap.reverse .left {
  width: 205px;
  flex: 0 0 205px;
}
.voice .inner .v_con .v_wrap.reverse .left img {
  width: 100%;
}
.voice .inner .v_con .v_wrap.reverse .right {
  font-size: 24px;
}
@media (max-width: 480px) {
  .voice .inner .v_con .v_wrap.reverse .right {
    font-size: 18px;
  }
}

.qa {
  position: relative;
  padding: 9vw 0 30px;
  background: #F5F5F7;
}
@media (max-width: 800px) {
  .qa {
    padding: 26vw 0 30px;
  }
}
@media (max-width: 480px) {
  .qa {
    padding: 26vw 0 10px;
  }
}
.qa:after {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  background-image: url(../img/section-deco4.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 6.25vw;
}
@media (max-width: 800px) {
  .qa:after {
    height: 17.25vw;
  }
}
.qa .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .qa .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 700px) {
  .qa .inner {
    width: calc(100% - 60px);
  }
}
.qa .inner h2.w_ttl {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 480px) {
  .qa .inner h2.w_ttl {
    font-size: 26px;
  }
}
.qa .inner h2.w_ttl:after {
  display: block;
  background: #DDBD79;
  width: 160px;
  height: 5px;
  border-radius: 9999px;
  content: "";
  margin: 0 auto;
  margin-top: 20px;
}
.qa .inner .qa_con {
  margin-top: 50px;
  /* 必須 */
}
.qa .inner .qa_con .accordion-content {
  display: none;
}
.qa .inner .qa_con .accordion-header {
  background: #E9D9D6;
  padding: 12px 45px 10px 20px;
  margin: 30px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  padding-left: 2.9em;
  text-indent: -1.6em;
}
@media (max-width: 768px) {
  .qa .inner .qa_con .accordion-header {
    padding: 12px 55px 10px 20px;
    padding-left: 2.9em;
  }
}
.qa .inner .qa_con .accordion-header:first-of-type {
  margin: 0;
}
.qa .inner .qa_con .accordion-header::before,
.qa .inner .qa_con .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background: #433715;
}
.qa .inner .qa_con .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.qa .inner .qa_con .accordion-header.active::after {
  transform: rotate(0deg);
}
.qa .inner .qa_con .accordion-content {
  padding: 12px 20px 10px;
  margin: 20px auto;
  line-height: 1.75;
  padding-left: 2.9em;
  text-indent: -1.6em;
}
@media (max-width: 768px) {
  .qa .inner .qa_con .accordion-content {
    padding: 0;
    padding-left: 2.9em;
  }
}
.qa .inner .qa_con .accordion-header span {
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .qa .inner .qa_con .accordion-header span {
    font-size: 18px;
  }
}
.qa .inner .qa_con .accordion-content span {
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .qa .inner .qa_con .accordion-content span {
    font-size: 18px;
  }
}
.qa .inner .qa_con .accordion-content span a {
  text-decoration: underline;
}

.ftr_main {
  padding: 50px 100px;
  background: #DA8B90;
}
@media (max-width: 1150px) {
  .ftr_main {
    padding: 50px;
  }
}
@media (max-width: 700px) {
  .ftr_main {
    padding: 50px 30px;
  }
}
.ftr_main .inner .ftr_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .ftr_main .inner .ftr_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.ftr_main .inner .ftr_wrap nav ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 700px) {
  .ftr_main .inner .ftr_wrap nav ul {
    flex-direction: column-reverse;
  }
}
.ftr_main .inner .ftr_wrap nav ul li a {
  text-decoration: underline;
  color: #fff;
}
.ftr_main .inner .ftr_wrap .copyright {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */