body {
  margin: 0;
}

.fixedBox {
  position: fixed;
  bottom: 0;
  z-index: 9999999;
}

.lp_kok_g3 {
  color: #333;
  font-family: "Noto Sans JP";
}
.lp_kok_g3 .pc {
  display: block !important;
}
.lp_kok_g3 .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .lp_kok_g3 .pc {
    display: none !important;
  }
  .lp_kok_g3 .sp {
    display: block !important;
  }
}
.lp_kok_g3 figure {
  text-align: center;
  margin: 0 auto 1.5em;
  line-height: 0;
}
.lp_kok_g3 figure img {
  line-height: 1;
  max-width: 100%;
  margin: 0 auto;
}
.lp_kok_g3 figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp_kok_g3 figure {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.lp_kok_g3 p {
  font-size: clamp(13px, 4.2vw, 15px);
  line-height: 1.5em;
}
.lp_kok_g3 .mb0 {
  margin-bottom: 0 !important;
}
.lp_kok_g3 .t_c {
  text-align: center;
}
.lp_kok_g3 .t_l {
  text-align: left;
}
.lp_kok_g3 section {
  padding: 2.5% 0;
  background: none;
  margin: 0 auto;
}
.lp_kok_g3 section .inner {
  box-sizing: border-box;
  max-width: calc(1000px + 4%);
  width: 100%;
  padding: 0 2%;
  margin: 0 auto 7%;
}
.lp_kok_g3 section .inner:last-of-type {
  margin-bottom: 0;
}



.lp_kok_g3 .box_1{
  background-color: #fff;
  padding: 5.4%;
  border-radius: 20px;
}
.lp_kok_g3 .box_1 .ttl_h2_1,
.lp_kok_g3 .box_1 .ttl_h2_2{
  color: #2446a7;
  font-size: clamp(22px, 5.7vw, 30px);
  letter-spacing: .05em;
  font-weight: 600;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.lp_kok_g3 .box_1 .ttl_h2_1 span,
.lp_kok_g3 .box_1 .ttl_h2_2 span{
  background-color: #2446a7;
  color: #fff;
  width: fit-content;
  text-align: center;
  padding: .4em 1.5em;
  border-radius: 30px;
  font-size: clamp(18px, 4.7vw, 24px);
  display: inline-block;
  margin-right: .75em;
}
.lp_kok_g3 .box_1 .ttl_h2_2{
  color: #2aa4e0;
  margin-top: 5%;
}
.lp_kok_g3 .box_1 .ttl_h2_2 span{
  background-color: #2aa4e0;
  color: #fff;
}

/* BEGIN リンカイ!第2弾用 */
.lp_kok_g3 .box_1 .ttl_h2_1.mizu{
  color: #2aa4e0;
}
.lp_kok_g3 .box_1 .ttl_h2_1.mizu span{
  background-color: #2aa4e0;
}
.lp_kok_g3 .box_1 .ttl_h2_2.kon{
  color: #2446a7;
}
.lp_kok_g3 .box_1 .ttl_h2_2.kon span{
  background-color: #2446a7;
}
/* END リンカイ!第2弾用 */

.lp_kok_g3 .box_1 p{
  font-weight: 600;
  font-size: clamp(16px, 4.3vw, 18px);
  line-height: 1.65em;
  margin-bottom: 1em;
}
.lp_kok_g3 .box_1 p.txt_sg{
  color: #666;
  font-size: clamp(14px, 3.7vw, 16px);
  font-weight: 400;
}
.lp_kok_g3 .box_1 p.stg{
  font-style: normal;
  font-weight: 700;
  font-size: clamp(22px, 5.7vw, 30px);
}
.lp_kok_g3 .box_1 h3{
  position: relative;
  color: #2446a7;
  font-size: clamp(18px, 4.7vw, 20px);
  margin: 1.25em 0 .25em;
  padding-left: 1em;
}
.lp_kok_g3 .box_1 h3::after{
  position: absolute;
  display: block;
  content: '';
  width: .6em;
  height: .6em;
  background-color: #2446a7;
  inset: 0;
  margin: auto auto auto 0;
  z-index: 1;
  transform: rotate(45deg);
}

/* BEGIN リンカイ!第2弾用 */
.lp_kok_g3 .box_1 h3.mizu{
  position: relative;
  color: #2aa4e0;
  font-size: clamp(18px, 4.7vw, 20px);
  margin: 1.25em 0 .25em;
  padding-left: 1em;
}
.lp_kok_g3 .box_1 h3.mizu::after{
  position: absolute;
  display: block;
  content: '';
  width: .6em;
  height: .6em;
  background-color: #2aa4e0;
  inset: 0;
  margin: auto auto auto 0;
  z-index: 1;
  transform: rotate(45deg);
}
/* END リンカイ!第2弾用 */




.lp_kok_g3 .box_1 .btn_1{
  margin-top: 1.5em;
  display: flex;
  flex-flow: column;
}
.lp_kok_g3 .box_1 .btn_1 span{
  padding-top: 1em;
  font-size: clamp(14px, 3.7vw, 14px);
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .box_1 .ttl_h2_1,
  .lp_kok_g3 .box_1 .ttl_h2_2{
    flex-flow: column;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    width: 100%;
  }
  .lp_kok_g3 .box_1 .ttl_h2_1 span,
  .lp_kok_g3 .box_1 .ttl_h2_2 span{
    margin: 0 auto .5em 0;
    padding: .8em 1em;
  }
  .lp_kok_g3 .box_1 .ttl_h2_2{
    margin-top: 12%;
  }
  .lp_kok_g3 .box_1 p.stg{
    text-align: center;
  }
}


.lp_kok_g3 .sec_3 .box_1_2{
  border: #65c2f0 solid 4px;
  color: #2aa4e0;
  line-height: 1.45em;
  font-weight: 600;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 60px;
  text-align: center;
  padding: 1em 3em;
  margin-top: 2em;
  font-size: clamp(18px, 4.7vw, 24px);
  background: url(../img/icon_arw_2.png) no-repeat 95%;
  transition-duration: .5s;
}
.lp_kok_g3 .sec_3 .box_1_2 figure{
  position: absolute;
  left: -1%;
  top: -22px;
}
.lp_kok_g3 .sec_3 .box_1_2 .box_tgl{
  display: none;
}
.lp_kok_g3 .sec_3 .box_1_2 .box_tgl figure{
  position: relative;
  width: 85%;
  margin: 10% auto 2%;
}
.lp_kok_g3 .sec_3 .box_1_2.active{
  background: url(../img/icon_arw_2u.png) no-repeat 95%;
}
.lp_kok_g3 .sec_3 .box_1_2.active .box_tgl{
  display: block;
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .sec_3 .box_1_2{
    border-radius: 20px;
    margin-top: 20vw;
    padding: 10vw 0;
    background: url(../img/icon_arw_2.png) no-repeat center 95%;
    background-size: 7vw auto;
  }
  .lp_kok_g3 .sec_3 .box_1_2.active{
    background: url(../img/icon_arw_2u.png) no-repeat center 95%;
    background-size: 7vw auto;
  }
  .lp_kok_g3 .sec_3 .box_1_2 figure{
    top: -15vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 24vw;
  }
  .lp_kok_g3 .sec_3 .box_1_2 .box_tgl figure{
    top: 0;
    margin: 6% auto;
    width: 95%;
  }
}

.lp_kok_g3 .box_1_3{
  background-color: #fff;
  position: relative;
  padding: 7% 3% 3%;
  box-shadow: #aaa 0 0 6px;
  border-radius: 20px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1%;
  margin-top: 12%;
}
.lp_kok_g3 .box_1_3::before{
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  border: #65c2f0 solid 4px;
  border-radius: 16px;
  inset: 0;
  margin: auto;
}
.lp_kok_g3 .box_1_3 .ttl{
  position: absolute;
  top: -9.5%;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto 5%;
}
.lp_kok_g3 .box_1_3 .ttl img{
  max-width: 756px;
  width: 85%;
}
.lp_kok_g3 .box_1_3 .item{
  width: 42%;
}
.lp_kok_g3 .box_1_3 .item span{
  display: block;
  color: #2446a7;
  font-size: clamp(14px, 3.7vw, 22px);
  padding-top: .5em;
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .box_1_3{
    flex-flow: column;
    margin-top: 22vw;
    padding: 15% 0 8%;
  }
  .lp_kok_g3 .box_1_3::before{
    width: calc(100% - .5em);
    height: calc(100% - .5em);
    border: #65c2f0 solid 2px;
    border-radius: 16px;
  }
  .lp_kok_g3 .box_1_3 .ttl{
    top: -4%;
  }
  .lp_kok_g3 .box_1_3 .item{
    width: 86%;
  }
  .lp_kok_g3 .box_1_3 .item+.item{
    margin-top: .5em;
  }
}


.lp_kok_g3 .box_1_4{
  display: flex;
  align-items: flex-start;
  gap: 4%;
}

.lp_kok_g3 .box_1_4 .item{
  width: 49%;
}
.lp_kok_g3 .box_1_4 .item.photo{
  width: 45%;
}
.lp_kok_g3 .box_1_4 .item h3{
  font-size: clamp(20px, 4.7vw, 24px);
  margin: 1em 0;
  font-style: normal;
}
.lp_kok_g3 .box_1_4 .item p{
  font-style: normal;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2em;
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .box_1_4{
    flex-flow: column;
  }
  .lp_kok_g3 .box_1_4 .item{
    width: 100%;
  }
  .lp_kok_g3 .box_1_4 .item.photo{
    width: 100%;
  }
  .lp_kok_g3 .box_1 .ttl_h2_1 span{
    width: fit-content;
  }
}


.lp_kok_g3 .box_2{
  border: #fff solid 4px;
  padding: 4% 1%;
  font-size: clamp(13px, 3.5vw, 24px);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  border-radius: 20px;
  margin-bottom: 1em;
}
.lp_kok_g3 .box_2 dl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.lp_kok_g3 .box_2 dt{
  color: #fff;
}
.lp_kok_g3 .box_2 dd{

}
.lp_kok_g3 .box_2 dd span{
  background:linear-gradient(transparent 70%, #04aae0 70%);
  padding: .4em .2em .2em;
  color: #fff;
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .box_2{
    flex-flow: column;
    align-items: flex-start;
    padding: 4%;
  }
  .lp_kok_g3 .box_2 dl{
    margin-top: .75em;
  }
  .lp_kok_g3 .box_2 dt{
    width: 6em;
  }
}
.lp_kok_g3 .box_3{
  display: flex;
  justify-content: space-between;
  gap: 4%;
  background-color: #022357;
  border-radius: 20px;
  padding: 3%;
  font-size: clamp(16px, 4.3vw, 30px);
  font-weight: 600;
  margin-top: 3%;
}
.lp_kok_g3 .box_3 span{
  width: 30%;
  background-color: #fff;
  color: #022357;
  border-radius: 16px;
  text-align: center;
  padding: 1em .2em;
  position: relative;
}
.lp_kok_g3 .box_3 span:not(:nth-of-type(3))::before{
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 24px;
  background: url(../img/arw_1.png) no-repeat center top;
  inset: 0 -12.5% 0 0;
  margin: auto 0 auto auto;
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .box_3{
    flex-flow: column;
    padding: 4%;
  }
  .lp_kok_g3 .box_3 span{
    width: 100%;
  }
  .lp_kok_g3 .box_3 span+span{
    margin-top: 2em;
  }
  .lp_kok_g3 .box_3 span:not(:nth-of-type(3))::before{
    inset: 0 0 -8vw 0;
    margin: auto auto 0;
    transform:  rotate(90deg) scale(.8);
  }
}
.lp_kok_g3 .box_4{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  background-color: #fff;
  gap: 3%;
  padding: 3% 4%;
  position: relative;
  margin-top: 10%;
  border-radius: 20px;
}
.lp_kok_g3 .box_4 figure.ttl{
  width: 100%;
  margin: -7% auto 1.5em;
}
.lp_kok_g3 .box_4 figure{
  width: 27%;
}
.lp_kok_g3 .box_4 figure span{
  display: block;
  padding-top: .5em;
  font-weight: 600;
}
.lp_kok_g3 .box_4 .txt{
  width: 69%;
}
.lp_kok_g3 .box_4 .txt p{
  font-size: clamp(16px, 4.3vw, 18px);
  letter-spacing: .025em;
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .box_4{
    flex-flow: column;
    margin-top: 15%;
    padding: 4% 5% 5%;
  }
  .lp_kok_g3 .box_4 figure.ttl{
    width: 86%;
    margin: -9% auto 1.5em;
  }
  .lp_kok_g3 .box_4 figure{
    width: 90%;
  }
  .lp_kok_g3 .box_4 .txt{
    width: 100%;
  }
}

.lp_kok_g3 .txt_box_tgl{
  max-height: 360px;
  position: relative;
  overflow: hidden;
}
.lp_kok_g3 .txt_box_tgl::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
  inset: 0;
  margin: auto auto 0;
}
.lp_kok_g3 .txt_box_tgl.active::before{
  display: none;
}
.lp_kok_g3 .txt_box_tgl a.txt_btn{
  position: absolute;
  inset: 0;
  margin: auto auto 0;
  display: block;
  z-index: 2;
  height: fit-content;
}
.lp_kok_g3 .txt_box a img,
.lp_kok_g3 .txt_box_tgl a.txt_btn img{
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.lp_kok_g3 .txt_box_tgl.active {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-bottom: 0;
  transition-duration: 0.5s;
}
.lp_kok_g3 .txt_box_tgl.active a.txt_btn{
  position: relative;
}
@media screen and (max-width:767px) {
.lp_kok_g3 .txt_box_tgl a.txt_btn{
  bottom: 0;
}
}




.lp_kok_g3 .sec_1{
  padding: 0;
}
.lp_kok_g3 .sec_1 img{
  width: 100%;
}
.lp_kok_g3 .sec_2{
  background: #fff url(../img/bg_1.png) no-repeat center 80px;
  padding-bottom: 0;
}
.lp_kok_g3 .sec_2 .btn_box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4%;
  margin: 0 auto;
}
.lp_kok_g3 .sec_2 .ttl_1{
  margin-top: 10%;
}
.lp_kok_g3 .sec_2 p{
  color: #021c65;
}

@media screen and (min-width:1025px) {
  .lp_kok_g3 .sec_2 .btn_box a{
    opacity: 1;
    transition-duration: .5s;
  }
  .lp_kok_g3 .sec_2 .btn_box a:hover{
    opacity: .75;
    transform: scale(1.05);
  }
}
.lp_kok_g3 .sec_2.yosoh,
.lp_kok_g3 .sec_2.syutsuba{
  background: #fff;
  padding-bottom: 9%;
}
.lp_kok_g3 .sec_2 .photo_1{
  max-width: 100%;
  width: 100%;
  margin-top: 4%;
}
.lp_kok_g3 .sec_2 .photo_1 img{
  width: 100%;
}
@media screen and (max-width:1024px) {
  .lp_kok_g3 .sec_2{
    background: #fff url(../img/bg_1_sp.png) no-repeat center 14vw;
    background-size: 100% 100%;
  }
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .sec_2 .btn_box{
    gap: 1%;
  }
  .lp_kok_g3 .sec_2 .ttl_1{
    margin: 16vw auto 1em;
  }
}
.lp_kok_g3 .sec_3{
  background: #fff url(../img/bg_2.png) no-repeat center top;
  padding: 192px 0 16%;
  margin-top: -110px;
}
.lp_kok_g3 .sec_3 .ttl_1{
  margin-bottom: 19%;
}
.lp_kok_g3 .sec_3 .ttl_2{
  position: relative;
  margin: -26% auto 2%;
}
.lp_kok_g3 .sec_3 .ttl_2 img{
  width: 100%;
}
@media screen and (max-width:1024px) {
.lp_kok_g3 .sec_3{
    background: #fff url(../img/bg_2_sp.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 18vw 0 32vw;
    margin-top: -12vw;
  }
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .sec_3 .ttl_1{
    width: 80%;
    margin-bottom: 21vw;
  }
}
.lp_kok_g3 .sec_4{
  background: url(../img/bg_3.png) no-repeat center top;
  padding-top: 14%;
  margin-top: -10%;
}
.lp_kok_g3 .sec_4 .ttl_2{
  position: relative;
  margin: -22% auto 2%;
}
.lp_kok_g3 .sec_4 .photo_2{
  max-width: 100%;
  width: 100%;
  margin-top: 4%;
}
@media screen and (max-width:1024px) {
  .lp_kok_g3 .sec_4{
    background: url(../img/bg_3_sp.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 24vw 0 0;
    margin-top: -14vw;
  }
}
@media screen and (max-width:767px) {

  .lp_kok_g3 .sec_4 .ttl_2{
    margin: -18vw auto 2%;
  }
}
.lp_kok_g3 .sec_5{
  background: #fff url(../img/bg_4.png) no-repeat center top;
  background-size: cover;
  padding: 150px 0 10%;
  margin-top: -155px;
}
.lp_kok_g3 .sec_5 .ttl_1{
  width: 35%;
  max-width: 379px;
}
.lp_kok_g3 .sec_5 .box_1 .ttl_h2_1{
  margin-top: 1em;
}
@media screen and (max-width:1024px) {
  .lp_kok_g3 .sec_5{
    background: url(../img/bg_4_sp.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 18% 0 25%;
    margin-top: -18%;
  }
  .lp_kok_g3 .sec_5 .ttl_2{
    width: 90%;
    max-width: 500px;
  }
}
@media screen and (max-width:768px) {
  .lp_kok_g3 .sec_5 .ttl_1{
    width: 40%;
  }
}
@media screen and (max-width:600px) {
  .lp_kok_g3 .sec_5 .ttl_2{
    max-width: 234px;
  }
}
.lp_kok_g3 .sec_6{
  background: url(../img/bg_5.png) no-repeat center top;
  padding: 16% 0 16%;
  margin-top: -240px;
}
.lp_kok_g3 .sec_6 .txt_1{
  margin: 1em auto .5em;
  color: #fff;
  line-height: 2em;
  font-weight: 600;
  font-size: clamp(16px, 4.3vw, 24px);
  text-align: center;
}
.lp_kok_g3 .sec_6 .txt_1 span{
  font-size: clamp(20px, 5.7vw, 36px);
  color: #fbd709;
}
.lp_kok_g3 .sec_6 .txt_2{
  font-size: clamp(30px, 5.7vw, 72px);
  color: #fbd709;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: .5em;
}
.lp_kok_g3 .sec_6.yosoh,
.lp_kok_g3 .sec_6.syutsuba{
  background: url(../img/bg_8.png) no-repeat center top;
  padding: 12% 0 4%;
  margin-top: -12%;
}
.lp_kok_g3 .sec_6.yosoh .box_2+figure,
.lp_kok_g3 .sec_6.yosoh .box_4+figure,
.lp_kok_g3 .sec_6.syutsuba .box_2+figure,
.lp_kok_g3 .sec_6.syutsuba .box_4+figure
{
  margin-top: 3%;
}
@media screen and (max-width:1024px) {
  .lp_kok_g3 .sec_6,
  .lp_kok_g3 .sec_6.syutsuba,
  .lp_kok_g3 .sec_6.yosoh{
    background: url(../img/bg_5_sp.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 22% 0 20%;
    margin-top: -14%;
  }
  .lp_kok_g3 .sec_6.syutsuba,
  .lp_kok_g3 .sec_6.yosoh{
    padding: 14% 0 20%;
    margin-top: -8%;
  }
}
@media screen and (max-width:767px) {

  .lp_kok_g3 .sec_6 .arw{
    width: 58%;
  }
}
.lp_kok_g3 .sec_7{
  background: url(../img/bg_6.png) no-repeat center top;
  padding: 3% 0 5%;
  margin-top: -14%;
}
.lp_kok_g3 .sec_7 .box_4{
  background: none;
  border: #fff solid 4px;
}
.lp_kok_g3 .sec_7 .box_4 .ttl{
  background-color: #021c65;
  width: fit-content;
}
.lp_kok_g3 .sec_7 .box_4 figure{
  width: 41%;
}
.lp_kok_g3 .sec_7 .box_4 .txt{
  width: 55%;
}
.lp_kok_g3 .sec_7 .box_4 .txt h3{
  position: relative;
  color: #48c1fc;
  font-style: italic;
  font-size: clamp(18px, 5.7vw, 30px);
  margin: 1em 0;
}

.lp_kok_g3 .sec_7 .box_4 .txt h3 span{
  position: relative;
  padding-right: .5em;
  background-color: #021c65;
  display: inline-block;
  z-index: 2;
}
.lp_kok_g3 .sec_7 .box_4 .txt h3::after{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #48c1fc;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.lp_kok_g3 .sec_7 .box_4 .txt p{
  color: #fff;
  font-size: clamp(16px, 4.3vw, 18px);
  line-height: 1.75em;
  letter-spacing: .05em;
}
@media screen and (max-width:1024px) {
  .lp_kok_g3 .sec_7{
    background: url(../img/bg_6_sp.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 12% 0 5%;
    margin-top: -17%;
  }
}
@media screen and (max-width:767px) {

  .lp_kok_g3 .sec_7 .box_4{
    margin-top: 20%;
  }
  .lp_kok_g3 .sec_7 .box_4 figure.ttl{
    margin-top: -22%;
  }
  .lp_kok_g3 .sec_7 .box_4 figure{
    width: 90%;
  }
  .lp_kok_g3 .sec_7 .box_4 .txt{
    width: 100%;
  }
}


.lp_kok_g3 .lp_footer{
  background: url(../img/bg_7.png) no-repeat center top;
}
.lp_kok_g3 .lp_footer .box_5{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1%;
  margin-top: 1em;
}
.lp_kok_g3 .lp_footer .box_5 a{
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.lp_kok_g3 .lp_footer p{
  text-align: center;
  color: #fff;
  font-size: clamp(16px, 4.3vw, 18px);
  margin-top: 2em;
}
@media screen and (max-width:1024px) {
  .lp_kok_g3 .lp_footer{
    background: url(../img/bg_7.png) no-repeat center top;
    background-size: 100% 100%;
  }
}
@media screen and (max-width:767px) {
  .lp_kok_g3 .lp_footer .box_5{
    flex-flow: wrap;
    gap: 4%;
    width: 96%;
    margin: 1em auto 0;
  }
  .lp_kok_g3 .lp_footer .box_5 a{
    width: 48%;
    margin: 0 auto .5em;
  }
  /*.lp_kok_g3 .lp_footer .box_5 a:nth-child(2){
    padding: 0 4%;
  }*/

}

.BtnPagetop{
  position: fixed;
  right: 3%;
  bottom: 3%;
  width: 10%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.BtnPagetop a{
  display: block;
}
.BtnPagetop.show {
  opacity: 1;
  visibility: visible;
}

.BtnPagetop img{
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .BtnPagetop{
    width: 20%;
  }
}
