html {
  font-size: 62.5%;
}

body {
  /* font-family: YakuHanJP, "Noto Sans JP", sans-serif; */
  font-size: 1.6rem;
  color: #111;
  line-height: 1.45;
  text-align: left;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-wrapper {}

.txt-logo {
  width: 100%;
  margin-left: auto;
  max-width: 200px;
  margin-top: 20px;
}

.txt-logo img {
  width: 100%;
  height: auto;
}


@media all and (max-width: 767px) {
  .txt-logo {
    margin-right: 3%;
  }

  @media screen and (max-width: 500px) {
    #floating {
      top: 70vh !important;
      bottom: auto;
    }
  }
}

@media all and (max-width: 900px) {
  .pcbr {
    display: none;
  }

  .sp_slide .txts.txts--type2 {
    max-width: 39%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
  }
}

.spbr {
  display: none;
}

@media all and (max-width: 900px) {
  .spbr {
    display: block;
  }
}

.inner {
  width: 95%;
  max-width: 1086px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .inner {
    width: 89%;
  }
}

.pairgenic-btn {
  width: auto;
  height: auto;
  padding: 11.5px 26.5px;
  box-sizing: border-box;
}

.pairgenic-btn i {
  font-style: normal;
}

.pairgenic-btn em {
  white-space: nowrap;
  font-style: normal;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  .pairgenic-btn {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 6px 4.5px;
    text-align: center;
  }

  .pairgenic-btn em {
    margin-right: 0;
  }
}

@media all and (max-width: 767px) {
  .pairgenic-header_title {
    margin: 0;
    padding: 15px 24px;
    box-sizing: border-box;
    height: auto;
  }
}

.mv {
  /* margin-top: 137px; */
  background: url("../img/mv_ver2.jpg") center bottom/cover;
  text-align: center;
  color: white;
  font-weight: bold;
}

/* @media all and (max-width: 940px) {
  .mv {
    margin-top: 60px;
  }
} */

.mv .inner {
  padding: 30px 0 10px 0;
  box-sizing: border-box;
  min-height: 72vw;
  display: flex;
  flex-direction: column;
}

.mv__bottom {
  margin-top: auto;
  padding-bottom: 100px;
}

@media all and (max-width: 767px) {
  .mv .inner {
    padding: 30px 0 10px 0;
    min-height: 124vw;
  }

  .mv__bottom {
    padding-bottom: 10px;
  }
}

.mv .tl2 {
  font-size: 2rem;
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .mv .tl2 {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.mv h1 {
  font-size: 5.8rem;
  line-height: 1.3;
  margin-top: 35px;
  letter-spacing: 0.06em;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .mv h1 {
    margin-top: 5px;
    line-height: 1.1;
    font-size: 4.5rem;
  }
}

.mv .mini {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  font-family: "Shippori Mincho", system-ui;
  font-weight: 800;
}

@media all and (max-width: 767px) {
  .mv .mini {
    margin-top: 5px;
  }
}

.mv .tx {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .mv .tx {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.mv .caps {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 50px;
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (max-width: 767px) {
  .mv .caps {
    text-align: left;
    margin-top: 10px;
    padding-left: 0;
    text-indent: 0;
    line-height: 1.4;
  }
}

.mv .img {
  max-width: 660px;
  width: 90%;
  margin: 30px auto 0 auto;
}

.mv .img img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .mv .img {
    width: 92%;
    position: relative;
    margin: 20px auto 0 auto;
  }
}

.sec1 {
  background: url("../img/bgg.jpg");
  background-size: 64px auto;
  padding: 70px 0;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .sec1 {
    padding: 36px 0 20px 0;
  }
}

.sec1 .ttl_bx1 {
  text-align: center;
  font-size: 2.4rem;
  color: #2e1700;
}

.sec1 .t1 {
  font-weight: bold;
  position: relative;
  letter-spacing: 0.06em;
}

.sec1 .t1 i {
  top: -20px;
  font-style: normal;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

@media all and (max-width: 767px) {
  .sec1 .t1 {
    margin-top: 5px;
  }
}

.sec1 .t2 {
  letter-spacing: 0;
  margin-left: 20px;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .sec1 .t2 {
    margin-top: 5px;
    display: block;
    margin-left: 0;
  }
}

.sec1 .s1c2 {

  margin-top: 40px;
  text-align: center;
}

.sec1 .s1c2 img {
  width: 50%;
  margin: 0 auto;
}

.sec1 .s1c2 .txt {
  margin-top: 15px;
  font-weight: bold;
  color: #2E1700;
}

.sec1 .s1c2 .mini {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

.sec1 .s1c2 .tx {
  font-size: 2.4rem;
  line-height: 1.4;
}

.sec1 .s1c2 .tx span {
  letter-spacing: 0.06em;
}

@media all and (max-width: 767px) {
  .sec1 .s1c2 {
    width: 110%;
    margin-left: -5%;
  }

  .sec1 .s1c2 img {
    width: 83%;
  }

  .sec1 .s1c2 .mini {
    font-size: 1.1rem;
  }

  .sec1 .s1c2 .bx {
    margin-top: 10px;
  }

  .sec1 .s1c2 .tx {
    font-size: 1.6rem;
  }
}

.sec1 .btn1 {
  max-width: 530px;
  width: 90%;
  margin: 50px auto 0 auto;
}

@media all and (max-width: 767px) {
  .sec1 .btn1 {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}

.sec1 .btn1 .pairgenic-btn {
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {
  .sec1 .btn1 .pairgenic-btn {
    padding: 15px 4.5px;
  }
}

@media all and (max-width: 767px) {
  .sec1_under {
    padding: 60px 0;
  }

  .sec1_under .s1c2 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
  }

  .sec1_under .s1c2 .bx {
    margin-top: 40px;
  }

  .sec1_under .s1c2 .mini {
    font-size: 1.4rem;
  }

  .sec1_under .s1c2 .tx {
    font-size: 2.4rem;
  }

  .sec1_under .s1c2 .txt {
    margin-top: 5px;
  }

  .sec1_under .s1c2 img {
    width: 88%;
  }

  .sec1_under .btn1 {
    margin: 50px auto 0 auto;
  }
}

.sec2 {
  text-align: center;
  position: relative;
  color: white;
}

.sec2 img {
  width: 100%;
}

.sec2 h2 {
  font-size: 6rem;
  font-weight: 100;
  width: 100%;
  text-align: center;
  /* font-family: YakuHanJP, "Noto Sans JP", sans-serif; */
  line-height: 1;
  background: rgba(46, 23, 0, 0.75);
  padding: 28px 10px 34px 10px;
}

@media all and (max-width: 900px) {
  .sec2 h2 {
    font-size: 4.4rem;
  }
}

@media all and (max-width: 767px) {
  .sec2 h2 span {
    padding-left: 20px;
  }

}

.sec2 .caps {
  font-size: 1.3rem;
  width: 100%;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  left: 0;
}

@media all and (max-width: 900px) {
  .sec2 .caps {
    text-align: center;
    bottom: 70px;
  }
}

.sec3 {
  background: url("../img/bgg.jpg");
  background-size: 64px auto;
}

@media all and (max-width: 900px) {
  .sec3 .inner {
    width: 100%;
  }
}

.sec-title {
  max-width: 716px;
  padding: 28px 10px 34px 10px;
  font-size: 6rem;
  font-weight: 100;
  width: 100%;
  text-align: center;
  /* font-family: YakuHanJP, "Noto Sans JP", sans-serif; */
  line-height: 1;
  margin: 0 auto 0 auto;
  color: #fff;
  line-height: 1.45;
}

.sec3 h2 {
  font-size: 3.8rem;
  color: white;
  font-weight: 500;
  line-height: 1;
  background: rgba(46, 23, 0, 0.75);
  padding: 28px 10px 34px 10px;
  box-sizing: border-box;
  text-align: center;
  max-width: 716px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 900px) {
  .sec-title {
    font-size: 4.4rem;
  }

  .sec3 h2 {
    font-size: 2.4rem;
    padding: 15px 10px 21px 10px;
    width: 89%;
    margin: 0px auto 0 auto;
  }
}

.sec3 .brown {
  position: relative;
  z-index: 2;
  margin: 0 auto 0 auto;
  padding: 30px 0 0 0;
  box-sizing: border-box;
}

.sec3 .brown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: rgba(70, 50, 31, 0.8);
  width: 716px;
  margin-left: -358px;
  height: 100%;
  z-index: -1;
}

@media all and (max-width: 900px) {
  .sec3 .brown:before {
    width: 89%;
    margin-left: 0;
    left: 5.5%;
  }
}

.sec3 .brown .ins {
  position: relative;
  z-index: 2;
}

.sec3 .brown .txt {
  font-size: 1.8rem;
  text-align: center;
  color: white;
  line-height: 1.45;
}

@media all and (max-width: 900px) {
  .sec3 .brown .txt {
    font-size: 1.35rem;
    padding: 0 20px;
  }
}

.sec3 .cir1 {
  max-width: 332px;
  margin: 30px auto 0 auto;
}

.sec3 .cir1 img {
  width: 100%;
  margin: 0 auto;
}

.sec3 .anker {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2px;
  margin-top: -100px;
}

.sec3 .anker a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.sec3 .anker a:hover {
  opacity: 0.8;
}

.sec3 .anker .tx {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 3px 8px 6px 8px;
  box-sizing: border-box;
  background: rgba(46, 23, 0, 0.95);
}

.sec3 .anker .tx img {
  display: block;
  margin: 0 auto;
  width: 13px;
  height: auto;
}

@media all and (max-width: 767px) {
  .sec3 .anker .tx {
    font-size: 1.3rem;
    padding: 1px 8px 2px 8px;
  }

  .sec3 .anker .tx img {
    width: 10px;
  }
}

@media all and (max-width: 900px) {
  .sec3 .anker {
    grid-template-columns: 1fr 1fr;
    margin-top: -110px;
  }
}

.sec3 .anker2 {
  grid-template-columns: 1fr 1fr;
  max-width: 540px;
  margin: -100px auto 0 auto;
}

@media all and (max-width: 900px) {
  .sec3 .anker2 {
    margin: -110px auto 0 auto;
  }
}

.sec3 .cross {
  width: 80px;
  margin: 30px auto;
}

.sec3 .cross img {
  width: 100%;
}

.sec3 .cir2 {
  max-width: 332px;
  margin: 30px auto 0 auto;
}

.sec3 .cir2 img {
  width: 100%;
  margin: 0 auto;
}

.sec3 .caps {
  max-width: 716px;
  margin: 30px auto 0 auto;
  font-size: 1.3rem;
  color: white;
  padding: 20px 30px;
  box-sizing: border-box;
}

@media all and (max-width: 900px) {
  .sec3 .caps {
    margin: 30px auto 0 auto;
    padding: 20px 26px 20px 35px;
  }
}

.sec4 {
  background: #2E1700;
  color: white;
  padding: 30px 0 120px 0;
  box-sizing: border-box;
  position: relative;
}

.sec4 .sub {
  color: #BEB4A4;
  font-size: 2rem;
  text-align: center;
}

.sec4 .sub span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 40px;
  box-sizing: border-box;
}

.sec4 .sub span:before,
.sec4 .sub span:after {
  content: "";
  width: 16px;
  height: 3px;
  background: #BEB4A4;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}

.sec4 .sub span:after {
  left: auto;
  right: 0;
}

.sec4 .plan {
  position: absolute;
  left: 0;
  top: 20px;
}

.sec4 .plan img {
  height: 87px;
  width: auto;
}

@media all and (max-width: 900px) {
  .sec4 {
    padding: 30px 0 40px 0;
  }

  .sec4 .plan {
    top: 0;
  }

  .sec4 .sub {
    margin-top: 40px;
  }

  .sec4 .sub span {
    line-height: 1.5;
  }
}

.bxw1 {
  margin-top: 70px;
}

@media all and (max-width: 900px) {

  .bxw1 .img,
  .bxw1 .bx {
    display: none !important;
  }
}

.bxw2,
.bxw3,
.bxw4 {
  margin-top: 110px;
}

@media all and (max-width: 900px) {

  .bxw2,
  .bxw3,
  .bxw4 {
    margin-top: 50px;
  }

  .bxw2 .img,
  .bxw2 .bx,
  .bxw3 .img,
  .bxw3 .bx,
  .bxw4 .img,
  .bxw4 .bx {
    display: none !important;
  }

  .bxw2 .tx1,
  .bxw3 .tx1,
  .bxw4 .tx1 {
    display: none;
  }
}

.sp_slide {
  display: none;
  margin-bottom: 30px;
  position: relative;
}

.sp_slide .txts {
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
}

.sp_slide img {
  width: 100%;
}

.sp_slide .min {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
}

.sp_slide .tx_reg {
  font-size: 1.4rem;
  padding: 10px;
}

.sp_slide .tx_mid {
  font-size: 1.2rem;
  padding: 10px;
  font-weight: 500;
}

.sp_slide .txt_righ {
  text-align: right;
  color: white;
  font-weight: 500;
  padding: 10px;
}

.sp_slide .swiper-button-next,
.sp_slide .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* width: 12px;
  height: 54px; */
  width: 44px;
  height: 54px;
  margin-top: 0;
  z-index: 10;
}

/* .sp_slide .swiper-button-next:after,
.sp_slide .swiper-button-prev:after {
  content: none;
} */

.sp_slide .swiper-button-next {
    right: 0;
}
.sp_slide .swiper-button-prev {
    left: 0;
}

.sp_slide .swiper-button-next::after {
    content: "";
    width: 12px;
    height: 54px;  
    background: url("../img/nx.png") center center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

.sp_slide .swiper-button-prev::after {
    content: "";
    width: 12px;
    height: 54px;  
    background: url("../img/pre.png") center center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.6));
}

.sp_slide .swiper-horizontal>.swiper-pagination-bullets,
.sp_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.sp_slide .swiper-pagination-custom,
.sp_slide .swiper-pagination-fraction {
  bottom: -30px;
}

.sp_slide .swiper-pagination-bullet {
  background: #604E3D;
  opacity: 1;
}

.sp_slide .swiper-pagination-bullet-active {
  background: white;
}

@media all and (max-width: 900px) {
  .sp_slide {
    display: block;
  }
}

.bx_wrap {
  position: relative;
  overflow: hidden;
}

.bx_wrap:before {
  content: "";
  width: 100%;
  height: auto;
  background: url("../img/tri1.png") top center no-repeat;
  background-size: 100% auto;
  aspect-ratio: 4.17/1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media all and (max-width: 900px) {
  .bx_wrap:before {
    top: 30px;
  }
}

.bx_wrap .inner {
  position: relative;
  z-index: 2;
}

@media all and (max-width: 900px) {
  .bx_wrap .inner {
    width: 100%;
  }
}

.bx_wrap .c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.bx_wrap .c2 .txt_bx {
  max-width: 330px;
  width: 100%;
  min-width: 330px;
  font-size: 2rem;
  font-weight: 400;
}

.bx_wrap .c2 .txt_bx h2 {
  font-size: 4.6rem;
  font-weight: 300;
  margin-bottom: 20px;
}

#p2.bx_wrap .c2 .txt_bx {
  max-width: none;
  width: 100%;
}



.bx_wrap .c2 .img {
  width: 65%;
  flex: 1;
  margin-right: calc(50% - 50vw);
}

@media all and (max-width: 900px) {
  .bx_wrap .c2 {
    display: block;
  }

  .bx_wrap .c2 .txt_bx {
    max-width: none;
    min-width: 0;
    font-size: 1.8rem;
    width: 89%;
    margin: 0 auto;
  }

  #p2.bx_wrap .c2 .txt_bx {
    max-width: none;
    min-width: 0;
    font-size: 1.8rem;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .bx_wrap .c2 .txt_bx .txt {
    line-height: 1.45;
  }

  .bx_wrap .c2 .img {
    width: 100%;
    flex: unset;
    margin-right: 0;
    margin-top: 30px;
  }
}

.bx_wrap .c22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}

.bx_wrap .c22 .bx {
  width: 50%;
}

.bx_wrap .c22 .bx:nth-of-type(1) {
  padding-right: 85px;
  box-sizing: border-box;
}

.bx_wrap .c22 .bx img {
  width: 100%;
}

.bx_wrap .c22 .bx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}

.bx_wrap .c22 .bx2 .bxin {
  width: 49.5%;
}

.bx_wrap .c22 .txt {
  margin-top: 5px;
}

.bx_wrap .c22 .txf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 500;
}

.bx_wrap .c22 .txf .mini {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (max-width: 900px) {
  .bx_wrap .c22 {
    display: block;
    width: 89%;
    margin: 30px auto 0 auto;
  }

  .bx_wrap .c22 .bx {
    width: 100%;
  }

  .bx_wrap .c22 .bx:nth-of-type(1) {
    padding-right: 0;
  }

  .bx_wrap .c22 .bx2 {
    display: block;
    margin-bottom: 14px;
  }

  .bx_wrap .c22 .bx2 .bxin {
    width: 100%;
    margin-top: 30px;
  }

  .bx_wrap .c22 .txt {
    margin-top: 10px;
  }

  .bx_wrap .c22 .txf {
    display: block;
    font-size: 1.4rem;
  }

  .bx_wrap .c22 .mini {
    margin-top: 5px;
  }
}

.bx_wrap .c3,
.bx_wrap .c4 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}

.bx_wrap .c3 .txt,
.bx_wrap .c4 .txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
}

.bx_wrap .c3 .bx:first-child .txt {
  max-width: 48%;
  margin-left: auto;
}

@media all and (max-width: 900px) {

  .bx_wrap .c3,
  .bx_wrap .c4 {
    width: 89%;
    margin: 40px auto 0 auto;
    grid-template-columns: 1fr;
  }

  .bx_wrap .c3 .txt,
  .bx_wrap .c4 .txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .bx_wrap .c3 img,
  .bx_wrap .c4 img {
    width: 100%;
  }

  .bx_wrap .c3 .bx,
  .bx_wrap .c4 .bx {
    margin-top: 40px;
  }

  .bx_wrap .c3 .bx:nth-of-type(1),
  .bx_wrap .c4 .bx:nth-of-type(1) {
    margin-top: 0;
  }
}

.bx_wrap .c4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media all and (max-width: 900px) {
  .bx_wrap .c4 {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .bx_wrap .c4 .bx {
    margin-top: 30px;
  }

  .bx_wrap .c4 .bx img {
    height: auto;
    width: 100%;
    aspect-ratio: 335/184;
    object-fit: cover;
  }
}

.bx_wrap .c2_rev {
  flex-direction: row-reverse;
}

.bx_wrap .c2_rev .img {
  width: 100%;
  flex: 1;
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}

.bx_wrap .c2_rev .caps {
  font-weight: 500;
  padding: 5px 15px;
  box-sizing: border-box;
  display: inline-block;
}

.bx_wrap .c2_rev .txt_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media all and (max-width: 900px) {
  .bx_wrap .c2_rev .txt_bx {
    display: block;
  }

  .bx_wrap .c2_rev .img {
    margin-left: 0;
  }

  .bx_wrap .c2_rev .caps {
    font-size: 1.3rem;
    text-align: center;
    width: 89%;
    margin: 10px auto 0 auto;
    padding: 0;
  }
}

.bx_wrap .tx_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bx_wrap .tx_c2 .tx1 {
  font-weight: 500;
  margin-top: 5px;
}

.bx_wrap .tx_c2 .tx2 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  margin-top: 10px;
}

@media all and (max-width: 900px) {
  .bx_wrap .tx_c2 {
    display: block;
    max-width: 89%;
    margin: 0 auto;
  }

  .bx_wrap .tx_c2 .tx1 {
    font-size: 1.4rem;
  }

  .bx_wrap .tx_c2 .tx2 {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media all and (max-width: 767px) {
  .bxw2 .c4 {
    margin-top: 30px;
  }
}

.bxw_rev:before {
  background: url("../img/tri2.png") top center no-repeat;
  background-size: 100% auto;
}

@media all and (max-width: 900px) {
  .bxw_rev .c3 .img {
    margin-top: 30px;
  }

  .bxw_rev .c3 .img:nth-of-type(1) {
    margin-top: 0;
  }
}

.quo {
  margin-top: 110px;
}

@media all and (max-width: 900px) {
  .quo {
    margin-top: 30px;
  }
}

.quo img {
  height: 87px;
  width: auto;
}

@media all and (max-width: 767px) {
  .bxw4 .tx_c2 .tx2 {
    margin-top: 50px;
    width: 110%;
    margin-left: -3%;
    font-size: 1.1rem;
  }

  .bxw4 .tx_c2 .tx2 p {
    line-height: 1.4;
  }
}

.bxw5 {
  margin-top: 40px;
}

.bxw5 .imgc3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.bxw5 .imgc3 .im11,
.bxw5 .imgc3 .im12,
.bxw5 .imgc3 .im13 {
  position: relative;
}

.bxw5 .imgc3 .im11 .tx,
.bxw5 .imgc3 .im12 .tx,
.bxw5 .imgc3 .im13 .tx {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: white;
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {

  .bxw5 .imgc3 .im11 .tx,
  .bxw5 .imgc3 .im12 .tx,
  .bxw5 .imgc3 .im13 .tx {
    font-size: 1.5rem;
  }
}

.bxw5 .imgc3 .im11 img,
.bxw5 .imgc3 .im12 img,
.bxw5 .imgc3 .im13 img {
  object-fit: cover;
  height: 100%;
}

.bxw5 .imgc3 .im11 {
  grid-row: 1/2;
}

.bxw5 .imgc3 .im13 .tx {
  color: #333;
}

@media all and (max-width: 900px) {
  .bxw5 {
    margin-top: 30px;
  }

  .bxw5 .imgc3 {
    display: none;
  }

  .bxw5 .sp_slide {
    margin-top: 30px;
  }

  .sec4 .sp_slide .imgs--sp {
    aspect-ratio: 1 / 1.005;
  }
  .sec4 .sp_slide .imgs--sp img {
    object-fit: cover;
    height: 100%;
  }

  .bxw5 .c2 .img {
    width: 89%;
    margin: 30px auto;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}

.bxw6 {
  margin-top: 120px;
}

.bxw6 .imgc3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.bxw6 .imgc3 .im11,
.bxw6 .imgc3 .im12,
.bxw6 .imgc3 .im13 {
  position: relative;
}

.bxw6 .imgc3 .im11 .txtin,
.bxw6 .imgc3 .im12 .txtin,
.bxw6 .imgc3 .im13 .txtin {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 2rem;
}

.bxw6 .imgc3 .im11 .txtin i,
.bxw6 .imgc3 .im12 .txtin i,
.bxw6 .imgc3 .im13 .txtin i {
  font-size: 1rem;
  font-style: normal;
  vertical-align: super;
}

.bxw6 .imgc3 .im11 .mini,
.bxw6 .imgc3 .im12 .mini,
.bxw6 .imgc3 .im13 .mini {
  font-size: 1.2rem;
}

.bxw6 .imgc3 .im11 img,
.bxw6 .imgc3 .im12 img,
.bxw6 .imgc3 .im13 img {
  object-fit: cover;
  height: 100%;
}

.bxw6 .imgc3 .im13 {
  grid-row: 1/3;
  grid-column: 2/3;
}

@media all and (max-width: 900px) {
  .bxw6 {
    padding-top: 0;
    margin-top: 40px;
  }

  .bxw6 .imgc3 {
    display: none;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }

  .bxw6 .imgc3 .im13 {
    grid-row: unset;
    grid-column: unset;
  }

  .bxw6 .imgc3 .im11,
  .bxw6 .imgc3 .im12 {
    width: 89%;
    margin: 0 auto;
  }

  .bxw6 .sp_slide {
    margin-top: 30px;
  }
}

.sec5 {
  background: #95A8AF;
  padding: 110px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.sec5 h2 {
  font-size: 3.8rem;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.sec5 .bxs {
  margin-top: 40px;
}

.sec5 .top {
  background: #32597C;
  color: white;
  text-align: center;
  padding: 40px 0 30px 0;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
}

.sec5 .top h2 {
  font-size: 5.2rem;
  font-weight: 400;
  margin-top: 30px;
}

.sec5 .top h2 span {
  position: relative;
}

.sec5 .top h2 span i {
  font-style: normal;
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  text-align: center;
  font-size: 1.5rem;
}

.sec5 .top .t2 {
  line-height: 1.45;
  margin-top: 30px;
}

.sec5 .btm {
  background: url("../img/bg2.png");
  background-size: 64px auto;
  padding: 50px 0 20px 0;
  box-sizing: border-box;
}

.sec5 .c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec5 .c2 .img {
  width: 47%;
  /* flex: 1; */
  margin-left: -90px;
}

.sec5 .c2 .img img {
  width: 100%;
}

.sec5 .c2 .txt_bx {
  width: 56%;
  padding-right: 40px;
  box-sizing: border-box;
}

.sec5 .c2 .mini {
  font-size: 1.3rem;
}

.sec5 .c2 .tx12 {
  margin-top: 10px;
}

.sec5 .c2 .img1 {
  width: 91%;
  margin-top: 20px;
}

.sec5 .c2 .tx11 {
  color: #4582B9;
  font-size: 2.6rem;
  font-weight: bold;
}

.sec5 .c2 .tx11 i {
  font-size: 1.4rem;
  vertical-align: super;
  position: relative;
  top: -2px;
}

.sec5 .c2 .tx11 .i2 {
  left: -5px;
}

.sec5 .c21 {
  max-width: 880px;
  width: 90%;
  margin: 30px auto 0 auto;
  border: 1px solid #32597C;
  padding: 40px 50px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 40px;
}

.sec5 .c21 .picts {
  text-align: center;
  order: 1;
}

.sec5 .c21 .txts {
  order: 2;
}

.sec5 .c21 .name {
  margin-top: 10px;
}

.sec5 .c21 .sub {
  color: #32597C;
  font-size: 2.4rem;
  line-height: 1.4;
}

.sec5 .c21 h3 {
  font-weight: 400;
  color: #32597C;
  font-size: 3rem;
  line-height: 1.4;
}

.sec5 .c21 .txt {
  margin-top: 10px;
  font-size: 1.8rem;
}

.sec5 .caps {
  margin-top: 50px;
  padding-left: 30px;
  box-sizing: border-box;
}

.sec5 .open1 {
  display: none;
}

.sec5 .fbb,
.sec5 .minis {
  display: none;
}

.sec5 .minis2 {
  font-size: 1.3rem;
  margin-top: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}

@media all and (max-width: 900px) {
  .sec5 {
    padding: 90px 0 40px 0;
  }

  .sec5 h2 {
    font-size: 3rem;
  }

  .sec5 .bxs {
    margin-top: 30px;
  }

  .sec5 .top {
    padding: 30px 0 120px 0;
    font-size: 1.8rem;
  }

  .sec5 .top h2 {
    font-size: 3.8rem;
    margin-top: 30px;
  }

  .sec5 .top h2 span i {
    top: -10px;
    font-size: 1.3rem;
  }

  .sec5 .top .t2 {
    font-size: 1.6rem;
  }

  .sec5 .btm {
    background: url("../img/bg2.png");
    background-size: 64px auto;
    padding: 50px 0 20px 0;
    box-sizing: border-box;
  }

  .sec5 .open1 {
    display: block;
    text-align: center;
    color: #4582B9;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 10px;
    border: 2px solid #4582B9;
    box-sizing: border-box;
    font-size: 2.2rem;
    padding: 10px;
  }

  .sec5 .open1 img {
    margin: 5px auto 0 auto;
    display: block;
    width: 16px;
    height: auto;
  }

  .sec5 .open1 span {
    display: block;
    width: 248px;
    margin: 0 auto;
  }

  .sec5 .open1.open {
    font-size: 1.6rem;
    border-radius: 0;
    max-width: 146px;
    margin: 30px auto 0 auto;
    position: relative;
    padding: 5px;
  }

  .sec5 .open1.open span {
    width: auto;
    padding-right: 16px;
  }

  .sec5 .open1.open img {
    position: absolute;
    top: 16px;
    margin: 0;
    width: 10px;
    right: 37px;
    display: block;
    transform: rotate(-180deg);
  }
}

@media all and (max-width: 900px) and (max-width: 767px) {
  .sec5 .in1 {
    display: none;
  }

  .sec5 .in1 .fbb {
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    margin: 20px 0 20px -5%;
    width: 110%;
  }

  .sec5 .in1 .minis {
    font-size: 1.3rem;
    line-height: 1.45;
  }
}

@media all and (max-width: 900px) {
  .sec5 .c2 {
    display: block;
  }

  .sec5 .c2 .img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .sec5 .c2 .txt_bx {
    width: 89%;
    padding-right: 0;
    margin: 0 auto;
  }

  .sec5 .c2 .img1 {
    width: 100%;
  }

  .sec5 .c2 .mini {
    margin-top: 10px;
    line-height: 1.3;
  }

  .sec5 .c2 .mini p {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }

  .sec5 .c2 .tx11 {
    font-size: 2.2rem;
  }
}

@media all and (max-width: 900px) {
  .sec5 .c21 {
    max-width: none;
    width: 89%;
    margin: 30px auto 0 auto;
    padding: 20px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sec5 .c21 .picts {
    width: 150px;
    margin: 0 auto;
    order: 2;
  }

  .sec5 .c21 .txts {
    order: 1;
  }

  .sec5 .c21 .name {
    margin-top: 10px;
  }

  .sec5 .c21 .sub {
    font-size: 2.2rem;
  }

  .sec5 .c21 h3 {
    font-size: 2.8rem;
  }

  .sec5 .c21 .txt {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

@media all and (max-width: 900px) {
  .sec5 .caps {
    padding-left: 0;
    width: 89%;
    font-size: 1.3rem;
    line-height: 1.45;
    margin: 20px auto 0 auto;
  }
}

@media all and (max-width: 900px) {

  .sec5 .fbb,
  .sec5 .minis {
    display: block;
  }
}

@media all and (max-width: 900px) {
  .sec5 .minis2 {
    display: none;
  }
}

.sec6 {
  background: #2E1700;
  padding: 90px 0 130px 0;
  box-sizing: border-box;
}

.sec6 .ttl_bx2 {
  text-align: center;
  color: white;
}

.sec6 .ttl_bx2 .tx1 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

.sec6 .ttl_bx2 h2 {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.sec6 .ttl_bx2 .tx2 {
  font-size: 5.2rem;
  font-weight: 100;
  line-height: 1.6;
}

.sec6 .lead {
  text-align: center;
  color: white;
  margin-top: 30px;
}

.sec6 .lead .tx1 {
  font-size: 2.2rem;
}

.sec6 .lead .mini {
  font-size: 1.3rem;
}

.sec6 .fbx {
  max-width: 910px;
  margin: 80px auto 0 auto;
}

.sec6 .fbx .txt {
  color: white;
  text-align: right;
  margin-top: 10px;
  font-size: 1.8rem;
}

.sec6 .fbx1 {
  margin: 50px auto 0 auto;
}

@media all and (max-width: 900px) {
  .sec6 {
    padding: 70px 0 60px 0;
  }

  .sec6 .inner {
    width: 100%;
  }

  .sec6 .sp_slide {
    margin-top: 30px;
  }

  .sec6 .ttl_bx2 h2 {
    font-size: 4.6rem;
    line-height: 1.5;
  }

  .sec6 .ttl_bx2 .tx2 {
    font-size: 4.6rem;
    line-height: 1.6;
  }

  .sec6 .lead {
    margin-top: 20px;
  }

  .sec6 .lead .tx1 {
    font-size: 1.8rem;
  }

  .sec6 .fbx {
    display: none;
    max-width: none;
    margin: 50px auto 0 auto;
  }

  .sec6 .fbx .txt {
    margin-top: 10px;
    font-size: 1.6rem;
    padding-right: 3.5%;
    box-sizing: border-box;
  }

  .sec6 .fbx1 {
    margin: 40px auto 0 auto;
  }
}

.sec7 {
  padding: 130px 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, #E0F4FF 10%, #E0F4FF 90%, transparent 100%);
}

.sec7 .sub {
  text-align: center;
  font-size: 2.2rem;
  color: #153152;
}

.sec7 h2 {
  color: #153152;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
}

.sec7 .lead {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #153152;
  align-items: center;
  max-width: 900px;
  width: 90%;
  margin: 50px auto 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #153152;
}

.sec7 .lead .t1 {
  white-space: nowrap;
  font-size: 2rem;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  min-width: 240px;
}

.sec7 .lead .t2 {
  width: 100%;
}

.sec7 .c5 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.sec7 .c5 .bx3 {
  margin-top: -6px;
}

.sec7 .c5 .bx2 {
  max-width: 130px;
  z-index: 5;
  position: relative;
}

.sec7 .c5 .bx2 img {
  min-width: 144px;
}

.sec7 .c5 .bx4 {
  max-width: 130px;
  z-index: 5;
  position: relative;
}

.sec7 .c5 .bx4 img {
  min-width: 145px;
  position: relative;
  right: 15px;
}

.sec7 .c5 .b1 {
  position: relative;
  z-index: 2;
}

.sec7 .c5 .b2 {
  text-align: center;
  margin-top: 5px;
  color: #162C47;
}

.sec7 .c5 .b2 img {
  width: 200px;
  margin: -20px auto 0 auto;
}

.sec7 .c5 .b2 i {
  font-size: 1.2rem;
  vertical-align: super;
}

.sec7 .atn {
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 1.45;
}

.sec7 .atn p {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.sec7 .fb {
  margin-top: 40px;
  text-align: center;
  font-size: 4rem;
  color: #153152;
}

.sec7 .fb i {
  font-style: normal;
  font-size: 1.4rem;
  vertical-align: super;
  position: relative;
  color: #333;
  top: -7px;
  margin: 0 5px;
}

.sec7 .btn1 {
  max-width: 530px;
  margin: 30px auto 0 auto;
  font-size: 1.8rem;
}

.sec7 .btn1 .pairgenic-btn {
  font-size: 1.8rem;
}

@media all and (max-width: 900px) {
  .sec7 {
    padding: 100px 0 80px 0;
  }

  .sec7 .inner {
    width: 100%;
  }

  .sec7 .sub {
    font-size: 2rem;
  }

  .sec7 h2 {
    width: 89%;
    margin: 0 auto;
    font-size: 3.6rem;
  }

  .sec7 .lead {
    border-radius: 40px;
    max-width: none;
    width: 89%;
    margin: 30px auto 0 auto;
    padding: 20px 20px 20px 20px;
    display: block;
    line-height: 1.4;
  }

  .sec7 .lead .t1 {
    padding: 0 20px 10px 20px;
  }

  .sec7 .c5 {
    margin-top: 40px;
    display: block;
  }

  .sec7 .c5 .bx1 img {
    width: 67%;
    margin: 0 auto 0 auto;
  }

  .sec7 .c5 .bx3 {
    margin-top: 0;
  }

  .sec7 .c5 .bx2 {
    max-width: 130px;
    margin: 20px auto;
    text-align: center;
  }

  .sec7 .c5 .bx2 img {
    margin: 0 auto;
    min-width: 0;
  }

  .sec7 .c5 .bx4 {
    max-width: 295px;
    margin: 10px auto 30px auto;
  }

  .sec7 .c5 .bx4 img {
    min-width: 0;
    right: auto;
  }

  .sec7 .c5 .b1 {
    text-align: center;
  }

  .sec7 .c5 .b2 img {
    width: 210px;
    margin: -10px auto 0 auto;
  }

  .sec7 .c5 .bx5 img {
    width: 67%;
    margin: 0 auto 0 auto;
  }

  .sec7 .atn {
    width: 89%;
    margin: 60px auto 0 auto;
  }

  .sec7 .fb {
    margin-top: 40px;
    font-size: 3.2rem;
  }

  .sec7 .btn1 {
    width: 89%;
    margin: 30px auto 0 auto;
    font-size: 1.8rem;
  }

  .sec7 .btn1 .pairgenic-btn {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

.l-footer {
  padding: 50px 0;
  box-sizing: border-box;
}

.l-footer .l-footer__logo {
  display: block;
  text-align: center;
}

.l-footer .l-footer__logo img {
  display: inline-block;
  width: auto;
  height: 50px;
  margin: 0 auto;
}

.l-footer .l-footer__nav {
  width: 360px;
  margin: 50px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer .l-footer__nav li:nth-of-type(1) {
  margin-right: 20px;
}

.l-footer .l-footer__nav a {
  background: url("../img/link_out.svg") center right no-repeat;
  background-size: 13px auto;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.l-footer .l-footer__copyright {
  text-align: center;
  margin-top: 60px;
}

@media all and (max-width: 900px) {
  .l-footer {
    width: 89%;
    margin: 0 auto;
    padding: 50px 0 90px 0;
  }

  .l-footer .l-footer__logo {
    text-align: center;
  }

  .l-footer .l-footer__logo img {
    height: 50px;
  }

  .l-footer .l-footer__nav {
    width: auto;
    margin: 25px auto 0 auto;
    display: block;
  }

  .l-footer .l-footer__nav li {
    text-align: center;
    line-height: 1.5;
  }

  .l-footer .l-footer__nav li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .l-footer .l-footer__nav a {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .l-footer .l-footer__copyright {
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 25px;
    line-height: 1.5;
  }
}

@media all and (max-width: 767px) {
  .sp_fixed li:nth-of-type(1) {
    width: 58%;
  }

  .sp_fixed li:nth-of-type(2) {
    width: 38%;
  }

  .sp_fixed ul {
    height: auto;
    padding: 3.2vw 0;
    box-sizing: border-box;
  }
}

.sec_1_1 {
  background: url("../img/ptn.svg");
  padding: 40px 0 50px 0;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .sec_1_1 .inner {
    width: 100%;
    padding: 30px 0;
  }
}

.sec_1_1 h2 {
  text-align: center;
  color: white;
  font-size: 2.4rem;
}

.sec_1_1 h2 span {
  font-size: 3.1rem;
  margin-left: 20px;
}

@media all and (max-width: 767px) {
  .sec_1_1 h2 span {
    display: block;
    margin-left: 0;
  }
}

.sec_1_1 .c3 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 50px;
}

@media all and (max-width: 767px) {
  .sec_1_1 .c3 {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}

.sec_1_1 .c3 .img {
  position: relative;
}

.sec_1_1 .c3 .case {
  position: absolute;
  top: -1px;
  left: 0;
}

.sec_1_1 .c3 .case img {
  height: 33px;
  width: auto;
}

.sec_1_1 .c3 .txts {
  color: white;
  font-size: 1.9rem;
  border-left: 4px solid #BEB4A4;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 10px;
  position: relative;
}

@media all and (max-width: 767px) {
  .sec_1_1 .c3 .txts {
    width: 88%;
    margin: 20px auto 0 auto;
  }
}

.sec_1_1 .c3 .btn1 {
  position: absolute;
  right: 0;
  background: #BEB4A4;
  border-radius: 100%;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  line-height: 1.2;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 13px;
  box-sizing: border-box;
}

.sec_1_1 .c3 .btn1 i {
  display: block;
  margin: 5px auto 0 auto;
  position: relative;
  width: 17px;
  height: 17px;
}

.sec_1_1 .c3 .btn1 i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #000;
}

.sec_1_1 .c3 .btn1 i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  margin-left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}

.sec_1_1 .btn2 {
  display: none;
}

.sec_1_1 .cap {
  display: none;
  font-size: 1.3rem;
  width: 88%;
  margin: 60px auto 0 auto;
  color: white;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .sec_1_1 .cap {
    display: block;
  }
}

@media all and (max-width: 1080px) {
  .sec_1_1 .c3 .txts {
    font-size: 1.3rem;
  }

  .sec_1_1 .c3 .btn1 {
    width: 50px;
    font-size: 1rem;
    padding-top: 11px;
  }

  .sec_1_1 .c3 .btn1 i {
    margin: 3px auto 0 auto;
    width: 7px;
    height: 7px;
  }
}

@media all and (max-width: 767px) {
  .sec_1_1 .c3 .txts {
    font-size: 1.9rem;
  }

  .sec_1_1 .c3 .btn1 {
    display: none;
  }

  .sec_1_1 .btn2 {
    position: absolute;
    right: 0;
    background: #BEB4A4;
    border-radius: 100%;
    width: 80px;
    height: auto;
    aspect-ratio: 1/1;
    line-height: 1.2;
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 7px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  .sec_1_1 .btn2 .ins {
    width: 100%;
  }

  .sec_1_1 .btn2 span {
    display: block;
    width: 50px;
    margin: 0 auto;
  }

  .sec_1_1 .btn2 i img {
    width: 12px;
    height: auto;
  }

  .sec_1_1 .btn2 .cl {
    display: none;
  }

  .sec_1_1 .btn2.open {
    border: 1px solid white;
    box-sizing: border-box;
    color: white;
    background: #46321F;
  }

  .sec_1_1 .btn2.open .op {
    display: none;
  }

  .sec_1_1 .btn2.open .cl {
    display: block;
  }
}

.acdc {
  display: none;
}

.acdc .names {
  margin: 30px auto;
  width: 88%;
  font-size: 1.5rem;
  color: white;
  border: 1px solid white;
  box-sizing: border-box;
  text-align: center;
  padding: 2.5px 0;
}

.acdc .ac_tx {
  padding: 30px 5.5%;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  box-sizing: border-box;
  background: url(../img/bgg.jpg);
  background-size: 64px auto;
}

.acdc .ac_tx span {
  background: linear-gradient(transparent 70%, #F2DD87 30%);
}

.acdc .cl2 {
  display: block;
  text-decoration: none;
  color: white;
  text-align: center;
  background: #46321F;
  padding: 15px 0;
  box-sizing: border-box;
}

.acdc .cl2 span {
  background: url("../img/close2.png") center right no-repeat;
  background-size: 12px auto;
  padding-right: 26px;
}

.iziModal {
  max-width: 1280px !important;
  width: 90%;
  border-radius: 0 !important;
  z-index: 1050 !important;
  background: none !important;
  box-shadow: none !important;
}

.iziModal .close {
  position: absolute;
  right: -25px;
  top: -50px;
}

.iziModal .close a {
  cursor: pointer;
  padding: 13px 0;
  box-sizing: border-box;
  display: block;
  background: #46321F;
  width: 160px;
  text-align: center;
  color: white;
}

.iziModal .close a:hover {
  color: white;
  opacity: 0.5;
}

.iziModal .close span {
  padding-right: 20px;
  box-sizing: border-box;
  background: url("../img/close1.png") center right no-repeat;
  background-size: 16px auto;
}

.md_in {
  color: white;
}

.md_in .ttls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}

.md_in .case img {
  height: 33px;
  width: auto;
}

.md_in .areas {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 30px 0 15px;
}

.md_in .cps {
  font-size: 2.4rem;
  font-weight: 500;
}

.md_in .conts {
  background: white;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 290px 395px;
}

.md_in .conts .main {
  background: url("../img/md11.jpg") center center/cover;
}

.md_in .conts .subs {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.md_in .conts .subs .s11 {
  height: 33.3333%;
  background: url("../img/s11.jpg") center center/cover;
}

.md_in .conts .subs .s12 {
  height: 33.3333%;
  background: url("../img/s12.jpg") center center/cover;
}

.md_in .conts .subs .s13 {
  height: 33.3333%;
  background: url("../img/s13.jpg") center center/cover;
}

.md_in .conts .txts {
  color: #333;
  background: url("../img/mdbg.jpg");
  padding: 12px 26px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.md_in .conts .txts .txi {
  padding: 20px 0;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.md_in .conts .txts .txi span {
  background: linear-gradient(transparent 60%, #F2DD87 70%);
}

@media all and (max-width: 1200px) {
  .md_in .ttls {
    flex-wrap: wrap;
  }

  .md_in .ttls .cps {
    width: 100%;
  }
}

@media all and (max-width: 1080px) {
  .md_in .conts {
    grid-template-columns: 1fr 366px;
  }

  .md_in .conts .subs {
    display: none;
  }
}

.mbi2 .conts .main {
  background: url("../img/md21.jpg") center center/cover;
}

.mbi2 .conts .subs .s21 {
  height: 33.3333%;
  background: url("../img/s21.jpg") center center/cover;
}

.mbi2 .conts .subs .s22 {
  height: 33.3333%;
  background: url("../img/s22.jpg") center center/cover;
}

.mbi2 .conts .subs .s23 {
  height: 33.3333%;
  background: url("../img/s23.jpg") center center/cover;
}

.mbi3 .conts {
  grid-template-columns: 1fr 241px 414px;
}

.mbi3 .conts .main {
  background: url("../img/md31.jpg") center center/cover;
}

.mbi3 .conts .txts {
  padding: 10px 25px;
}

.mbi3 .conts .txts .txi {
  padding: 14px 0;
}

.mbi3 .conts .subs .s31 {
  height: 33.3333%;
  background: url("../img/s31.jpg") center center/cover;
}

.mbi3 .conts .subs .s32 {
  height: 33.3333%;
  background: url("../img/s32.jpg") center center/cover;
}

.mbi3 .conts .subs .s33 {
  height: 33.3333%;
  background: url("../img/s33.jpg") center center/cover;
}

@media all and (max-width: 1080px) {
  .mbi3 .conts {
    grid-template-columns: 1fr 414px;
  }
}

.close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 150000;
}

.close a {
  color: white;
}

.close a:hover {
  color: #333;
}

.iziModal-navigate>button {
  opacity: 1;
  background-size: auto !important;
  top: 30px;
}

.iziModal-navigate-next {
  background: url("../img/next.svg") center left 10px no-repeat;
  background-size: 21px auto;
}

.iziModal-navigate-next:hover {
  transition: all 0.3s ease !important;
  opacity: 0.5 !important;
}

@media all and (max-width: 1340px) {
  .iziModal-navigate-next {
    position: absolute;
    margin-right: 0 !important;
    right: 10px;
    width: 37px !important;
  }
}

.iziModal-navigate-prev {
  background: url("../img/prev.svg") center right 10px no-repeat;
  background-size: 21px auto;
}

.iziModal-navigate-prev:hover {
  transition: all 0.3s ease !important;
  opacity: 0.5 !important;
}

@media all and (max-width: 1340px) {
  .iziModal-navigate-prev {
    position: absolute;
    margin-left: 0 !important;
    left: 10px;
    width: 37px !important;
  }
}

.iziModal-navigate-caption {
  display: none !important;
}

.iziModal-navigate {
  z-index: 1020 !important;
}

.iziModal-overlay {
  z-index: 1010 !important;
  background: url(../img/ptn.svg);
  transition: all 0.3s ease;
}

.iziModal-overlay.fadeOut {
  opacity: 1 !important;
}

.iziModal-overlay.fadeIn {
  opacity: 1 !important;
}

.iziModal-overlay.close {
  opacity: 0 !important;
}

/*# sourceMappingURL=add.css.map */