.mv {
  background: url("../images/mv_bg.webp") center center/cover;
  height: 100vh;
  position: relative;
}
.mv .tr1 {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFE334;
  max-width: 420px;
  width: 23vw;
  height: 90vh;
  clip-path: polygon(0 0, 0% 100%, 100% 0%);
}
.mv .tr2 {
  position: absolute;
  z-index: 3;
  bottom: -40px;
  right: 0;
  background: #FFE334;
  max-width: 270px;
  width: 15vw;
  height: 64vh;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.mv .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.mv .copy_in {
  max-width: 765px;
  margin: 0 auto;
  color: white;
  position: relative;
  z-index: 10;
}
.mv .time {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 0 30px;
}
.mv .time .time1 {
  text-align: center;
  background: #100376;
  border-radius: 10px;
  font-size: 3.3rem;
  font-family: serif;
  font-weight: bold;
  padding: 9px 0;
  position: relative;
}
.mv .time .time1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 30px;
  transform: rotate(-20deg);
  background: #100376;
  width: 20px;
  height: 20px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.mv .time h1 {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.mv .img_bx1 {
  position: relative;
}
.mv .img_bx1 h2 {
  display: block;
  margin: 20px auto;
  width: 81%;
  transform: translate(-20%, 80%) scale(0);
}
.mv .img_bx1 .badge {
  width: 22%;
  position: absolute;
  top: -30px;
  right: -12%;
}
.mv .img_bx1 .badge img {
  width: 100%;
  transform: translate(-20%, 80%) scale(0);
}
.mv .img_bx2 {
  margin: 20px 0 60px 0;
  position: relative;
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: end;
}
.mv .img_bx2 .im1 {
  transform: translate(-20%, 80%) scale(0);
}
.mv .img_bx2 .im2 {
  position: relative;
}
.mv .img_bx2 .num {
  padding-left: 20px;
  box-sizing: border-box;
  transform: translate(-20%, 80%) scale(0);
}
.mv .img_bx2 .off {
  opacity: 0;
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 36%;
}
.mv .btn2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
  top: 30px;
  position: relative;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.09, 2.08, 0.69, 0.38), opacity 0.3s ease;
}
.mv .btn2 a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.mv .btn2 a:hover {
  transform: scale(1.1);
  opacity: 0.9;
  z-index: 10;
}
.mv .anms {
  transform-origin: center center;
  transition: all 0.3s cubic-bezier(0.09, 2.08, 0.69, 0.38), opacity 0.3s ease;
}
.mv .anms.add.anm1 {
  transform: translate(0, 0) scale(1);
}
.mv .anms.add.anm2 {
  transform: translate(0, 0) scale(1);
}
.mv .anms.add.anm3 {
  transform: translate(0, 0) scale(1);
}
.mv .anms.add.anm4 {
  transform: translate(0, 0) scale(1);
}
.mv .anms.add.anm5 {
  opacity: 1;
}
.mv .anms.add.anm6 {
  top: 0;
  opacity: 1;
}
@media all and (max-width: 1000px) {
  .mv .copy_in {
    max-width: 560px;
  }
}
@media all and (max-width: 767px) {
  .mv {
    background: url("../images/mv_bg_sp.webp") center center/cover;
  }
  .mv .tr1 {
    height: 40vh;
  }
  .mv .tr2 {
    height: 24vh;
  }
  .mv .time {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .mv .time .time1 {
    font-size: 1.5rem;
    padding: 5px 0;
    display: inline-block;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
  }
  .mv .time h1 {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
  .mv .img_bx1 .badge {
    right: -8%;
  }
  .mv .img_bx2 {
    margin: 20px 0 25px 0;
    position: relative;
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .mv .img_bx2 .num {
    padding-left: 10px;
  }
  .mv .btn2 {
    grid-template-columns: 1fr;
    gap: 10px 0;
    top: 30px;
    max-width: 200px;
    margin: 0 auto;
  }
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#canvas2 {
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  position: absolute;
}

#canvas3 {
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  position: absolute;
}

.sec1 {
  background: #FBF8F7;
  padding: 200px 0 200px 0;
  position: relative;
  z-index: 2;
}
.sec1 h2 {
  text-align: center;
  color: #252F8B;
  font-size: 5.5rem;
  font-weight: bold;
}
.sec1 .lead {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec1 .lead i {
  background: linear-gradient(transparent 0%, #E3FF07 0%);
  display: inline;
  padding: 0 10px 0px;
}
.sec1 .bx1 {
  text-align: center;
  margin: 60px auto 0 auto;
  border-radius: 20px;
  background: white;
  border: 12px solid #E8E8E8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 50px 0;
  box-sizing: border-box;
}
.sec1 .bx1 .in {
  display: inline-block;
}
.sec1 .bx1 .in p {
  padding: 7px 0 7px 60px;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
  font-size: 2.2rem;
  background: url("../images/c0.png") center left no-repeat;
  background-size: 40px auto;
}
.sec1 .bx1 .in .b1 {
  background: url("../images/c1.png") center left no-repeat;
  background-size: 40px auto;
}
.sec1 .hum1 {
  position: absolute;
  left: -10px;
  bottom: -14px;
  width: 180px;
}
.sec1 .hum1 img {
  width: 100%;
}
@media all and (max-width: 1200px) {
  .sec1 .lead {
    text-align: left;
  }
  .sec1 .lead br {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .sec1 h2 {
    font-size: 4.5rem;
  }
  .sec1 .hum1 {
    left: -70px;
    width: 140px;
  }
}
@media all and (max-width: 767px) {
  .sec1 {
    padding: 100px 0 50px 0;
  }
  .sec1 h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .sec1 .lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .sec1 .bx1 {
    margin: 40px auto 0 auto;
    border-radius: 20px;
    border: 6px solid #E8E8E8;
    padding: 25px 0;
  }
  .sec1 .bx1 .in {
    border-radius: 10px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .sec1 .bx1 .in p {
    padding: 4px 0 4px 30px;
    font-size: 1.5rem;
    line-height: 1.4;
    background: url("../images/c0.png") center left no-repeat;
    background-size: 20px auto;
  }
  .sec1 .bx1 .in .b1 {
    background: url("../images/c1.png") center left no-repeat;
    background-size: 20px auto;
  }
  .sec1 .hum1 {
    left: auto;
    right: 0;
    bottom: -14px;
    width: 80px;
  }
}

.sec2 {
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, #FBF8F7 0%, #FBF8F7 50%, #fff 30%, #fff 100%);
  padding: 120px 0 120px 0;
  box-sizing: border-box;
}
.sec2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: auto auto;
  background-color: rgb(254, 234, 47);
  background-image: repeating-linear-gradient(102deg, transparent, transparent 17px, rgb(253, 241, 123) 17px, rgb(253, 241, 123) 31px);
  clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}
.sec2 .inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 460px 60%;
}
.sec2 h2 {
  font-weight: bold;
  font-size: 4.8rem;
  padding-top: 40px;
  line-height: 1.4;
}
.sec2 .txt {
  margin-top: 50px;
  font-weight: bold;
  line-height: 2;
}
.sec2 .mini {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .sec2 .inner {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .sec2 {
    padding: 60px 0;
  }
  .sec2:before {
    background-image: repeating-linear-gradient(102deg, transparent, transparent 8px, rgb(253, 241, 123) 8px, rgb(253, 241, 123) 14px);
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
  }
  .sec2 h2 {
    font-size: 2.4rem;
    padding-top: 20px;
  }
  .sec2 .txt {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .sec2 .mini {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.wrap {
  width: 100%;
}
.wrap section {
  width: 100%;
  height: 540px;
  aspect-ratio: 1/1;
  position: relative;
}
@media all and (max-width: 767px) {
  .wrap section {
    height: 310px;
  }
}

@media all and (max-width: 767px) {
  .chart_bx {
    margin-top: 20px;
  }
}

.charts {
  right: -10%;
}
.charts .g1, .charts .g2, .charts .g3, .charts .g4, .charts .ttlss {
  position: absolute;
  transition: all 0.5s ease;
  font-weight: bold;
  text-align: center;
}
.charts .g1 .num, .charts .g2 .num, .charts .g3 .num, .charts .g4 .num, .charts .ttlss .num {
  font-family: "DB", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #0070BB, 1px -1px 1px #0070BB, 1px -2px 1px #0070BB, 1px -3px 1px #0070BB, 1px -1px 1px #0070BB, 2px -2px 1px #0070BB, -1px -1px 1px #0070BB, -2px -2px 1px #0070BB, -3px -3px 1px #0070BB, -1px 1px 1px #0070BB, -2px 1px 1px #0070BB, -3px 1px 1px #0070BB, -1px 1px 1px #0070BB, -2px 2px 1px #0070BB, -3px 3px 1px #0070BB, 1px 1px 1px #0070BB, 2px 2px 1px #0070BB, 3px 3px 1px #0070BB, 4px 4px 1px #0070BB, 5px 5px 1px #0070BB, 6px 6px 1px #0070BB;
}
.charts .ttlss {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 10px;
  width: 260px;
  background: #000;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  padding: 26px 0;
  transition: all 1s ease;
}
.charts .g4 {
  top: -6%;
  left: 30%;
  transition-delay: 0.3s;
}
.charts .g3 {
  top: 21%;
  left: 3%;
  transition-delay: 0.4s;
}
.charts .g2 {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  bottom: 14%;
  left: 10%;
  transition-delay: 0.5s;
}
.charts .g2 .num {
  font-size: 7rem;
  top: 10px;
  position: relative;
}
.charts .g1 {
  font-size: 2.2rem;
  bottom: 14%;
  right: 8%;
  transition-delay: 0.6s;
}
.charts .g1 .num {
  font-size: 12rem;
  color: #E3FF0B;
  text-shadow: 1px 1px 1px #0070BB, 1px -1px 1px #0070BB, 1px -2px 1px #0070BB, 1px -3px 1px #0070BB, 1px -1px 1px #0070BB, 2px -2px 1px #0070BB, -1px -1px 1px #0070BB, -2px -2px 1px #0070BB, -3px -3px 1px #0070BB, -1px 1px 1px #0070BB, -2px 1px 1px #0070BB, -3px 1px 1px #0070BB, -1px 1px 1px #0070BB, -2px 2px 1px #0070BB, -3px 3px 1px #0070BB, 1px 1px 1px #0070BB, 2px 2px 1px #0070BB, 3px 3px 1px #0070BB, 4px 4px 1px #0070BB, 5px 5px 1px #0070BB, 6px 6px 1px #0070BB, 7px 7px 1px #0070BB, 8px 8px 1px #0070BB, 9px 9px 1px #0070BB, 10px 10px 1px #0070BB;
}
.charts .g1 .num em {
  font-size: 5rem;
}
.charts.show .ttlss {
  transition-delay: 0.1s;
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .charts {
    right: 0;
    max-width: 700px;
    margin: 40px auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .charts {
    max-width: 300px;
    margin: 20px auto 0 auto;
  }
  .charts .g1, .charts .g2, .charts .g3, .charts .g4, .charts .ttlss {
    line-height: 1.2;
  }
  .charts .g1 .num, .charts .g2 .num, .charts .g3 .num, .charts .g4 .num, .charts .ttlss .num {
    font-size: 3rem;
  }
  .charts .g1 .ttl, .charts .g2 .ttl, .charts .g3 .ttl, .charts .g4 .ttl, .charts .ttlss .ttl {
    margin-bottom: 5px;
  }
  .charts .ttlss {
    top: 50%;
    left: 50%;
    width: 140px;
    line-height: 1.4;
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .charts .g4 {
    left: 25%;
  }
  .charts .g3 {
    left: -8%;
  }
  .charts .g2 {
    font-size: 1.4rem;
    gap: 0 10px;
    bottom: 6%;
    left: -10%;
  }
  .charts .g2 .num {
    font-size: 4rem;
    top: 5px;
  }
  .charts .g1 {
    font-size: 1.5rem;
    bottom: 14%;
    right: -7%;
    transition-delay: 0.6s;
  }
  .charts .g1 .ttl {
    text-align: right;
  }
  .charts .g1 .num {
    font-size: 7rem;
  }
  .charts .g1 .num em {
    font-size: 3rem;
  }
}

.sec3 {
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: center;
  background: rgb(255, 255, 255);
}
.sec3 .ttl_bx {
  display: inline-block;
  position: relative;
}
.sec3 .ttl_bx .tl {
  font-size: 5rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 6px;
}
.sec3 .ttl_bx .moya {
  width: 70px;
  position: absolute;
  top: -30px;
  right: -40px;
  transform: rotate(15deg);
}
.sec3 .ttl_bx .line {
  width: 1px;
  height: 100px;
  margin: 30px auto;
  background: #707070;
}
.sec3 .bx1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0 20px;
  text-align: left;
}
.sec3 .bx1 h2 {
  font-size: 4rem;
  color: #252F8B;
  font-weight: bold;
  line-height: 1.4;
}
.sec3 .bx1 .txt {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.sec3 .bx1 .txt i {
  background: linear-gradient(transparent 60%, #f2cf39 0%);
  display: inline;
  padding: 0 1px 0px;
}
.sec3 .bx1 .img {
  text-align: center;
}
.sec3 .bx1 .img img {
  display: inline-block;
  width: 37%;
}
.sec3 .bx2 .ff {
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec3 .bx2 .ff i {
  color: white;
  background: #000;
}
.sec3 .ins {
  position: relative;
  left: -40px;
  width: calc(100% + 80px);
  background: #FBF8F7;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 40px;
  padding: 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sec3 .ins:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 80px;
  background-color: #FBF8F7;
  width: 26px;
  height: 20px;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
.sec3 .ins .bxx {
  border: 1px solid #E8E8E8;
  position: relative;
  background: white;
}
.sec3 .ins .bxx .tl2 {
  padding: 15px 0;
  text-align: center;
  position: relative;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  background: linear-gradient(to right, #6575D0 0%, #425EBA 100%);
}
.sec3 .ins .bxx .tl2:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7.5px;
  background-color: #4C65C0;
  width: 15px;
  height: 15px;
  clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
}
.sec3 .ins .bxx .ins2 {
  padding: 40px 40px 50px 40px;
  box-sizing: border-box;
}
.sec3 .ins .bxx .fb1 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  background: #EBEBEB;
  padding: 20px 40px;
  box-sizing: border-box;
  border-radius: 100px;
}
.sec3 .ins .bxx .c2 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 160px;
  align-items: center;
  gap: 0 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.sec3 .ins .bxx .c3 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
.sec3 .ins .bxx .c3 img {
  display: inline-block;
  height: 110px;
  width: auto;
}
.sec3 .ins .bxx .c3 .fb2 {
  font-weight: bold;
  margin-top: 10px;
}
.sec3 .ins .bxx .c3 .fb3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 4px;
  background: #333;
  background: linear-gradient(transparent 80%, #6575D0 0%);
  display: inline;
  padding: 0 1px 0px;
}
.sec3 .ins .bxx .fl {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sec3 .ins .bxx .fl img {
  display: inline-block;
  width: 200px;
  height: auto;
}
.sec3 .ins .bxx2 {
  border-left: none;
}
.sec3 .ins .bxx2 .fb1 {
  background: #4EBD8C;
  color: white;
}
.sec3 .ins .bxx2 .tl2 {
  background: linear-gradient(to right, #AFD065 0%, #42BA90 100%);
}
.sec3 .ins .bxx2 .tl2:before {
  background-color: #78C57B;
}
@media all and (max-width: 1200px) {
  .sec3 .bx1 {
    grid-template-columns: 1fr;
    gap: 30px 0;
    margin-bottom: 40px;
  }
  .sec3 .bx1 .img {
    order: 1;
    max-width: 500px;
    margin: 0 auto;
  }
  .sec3 .bx1 .cont {
    order: 2;
  }
  .sec3 .ins {
    grid-template-columns: 1fr;
  }
  .sec3 .ins .bxx .c3 {
    max-width: 510px;
    margin: 40px auto 0 auto;
  }
  .sec3 .ins .bxx .c2 {
    max-width: 510px;
    margin: 40px auto 0 auto;
  }
  .sec3 .bxx2 {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .sec3 {
    padding: 60px 0;
  }
  .sec3 .ttl_bx .tl {
    font-size: 2.4rem;
    letter-spacing: 6px;
    width: 24px;
    margin: 0 auto;
    line-height: 1;
  }
  .sec3 .ttl_bx .moya {
    width: 40px;
    top: -25px;
    right: -25px;
  }
  .sec3 .ttl_bx .line {
    height: 60px;
    margin: 20px auto;
  }
  .sec3 .bx1 h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .sec3 .bx1 .txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .sec3 .bx2 .ff {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .sec3 .ins {
    margin-top: 25px;
    padding: 20px 0;
  }
  .sec3 .ins .bxx .tl2 {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .sec3 .ins .bxx .ins2 {
    padding: 40px 40px 50px 40px;
    box-sizing: border-box;
  }
  .sec3 .ins .bxx .fb1 {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .sec3 .ins .bxx .c2 {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px 0;
    font-size: 1.6rem;
  }
  .sec3 .ins .bxx .c3 {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .sec3 .ins .bxx .c3 img {
    display: inline-block;
    height: 110px;
    width: auto;
  }
  .sec3 .ins .bxx .c3 .fb2 {
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.4;
  }
  .sec3 .ins .bxx .c3 .fb3 {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .sec3 .ins .bxx .fl {
    bottom: -10px;
  }
  .sec3 .ins .bxx .fl img {
    width: 120px;
  }
  .sec3 .ins .bxx2 .fb1 {
    width: 300px;
    margin: 0 auto;
  }
  .sec3 .ins .bxx2 .img2 {
    max-width: 150px;
    margin: 0 auto;
  }
}

.restw {
  position: relative;
  background: white;
  z-index: 2;
  padding-bottom: 200px;
}
@media all and (max-width: 767px) {
  .restw {
    padding-bottom: 100px;
  }
}

.rest_lead {
  padding: 80px 0;
  box-sizing: border-box;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: white;
  z-index: 2;
}
.rest_lead p {
  background: white;
  display: inline-block;
  position: relative;
  padding: 20px;
  z-index: 3;
}
.rest_lead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #707070;
}
@media all and (max-width: 767px) {
  .rest_lead {
    padding: 40px 0;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.sec4 {
  position: relative;
  padding: 60px 0 60px 0;
  box-sizing: border-box;
}
.sec4 .top {
  margin-top: -160px;
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: center;
  gap: 0 20px;
  position: relative;
  z-index: 3;
}
.sec4 .und {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.sec4 .bxb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
.sec4 .tatu21, .sec4 .tatu22 {
  transform: translate(-20%, 80%) scale(0);
  transform-origin: center center;
  transition: all 0.3s cubic-bezier(0.09, 2.08, 0.69, 0.38), opacity 0.3s ease;
}
.sec4.trigger .tatu21 {
  transform: translate(0, 0) scale(1);
}
.sec4.trigger .tatu22 {
  transform: translate(0, 0) scale(1);
}
.sec4 .ng45 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sec4 .ng45:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100px;
  background: white;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%, 100% 0%);
}
.sec4 .ng45:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 340px;
  background: white;
  clip-path: polygon(0% 30%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
}
.sec4 .ng45 .bg1 {
  background: url("../images/bgy.jpg") center center/cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media all and (max-width: 1060px) {
  .sec4 .ng45:before {
    height: 90px;
  }
  .sec4 .ng45:after {
    height: 90px;
  }
}
@media all and (max-width: 767px) {
  .sec4 .ng45:before {
    height: 60px;
  }
  .sec4 .ng45:after {
    height: 60px;
  }
  .sec4 .ng45 .bg1 {
    background: url("../images/bgy_sp.webp") center center/cover;
  }
}
.sec4 .price_bx {
  background: white;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 30px;
  margin-top: 20px;
}
.sec4 .price_bx:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -10px;
  background-color: white;
  width: 26px;
  height: 20px;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
.sec4 .price_bx .hum_bx {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px 20px;
  align-items: center;
  position: relative;
}
.sec4 .price_bx .hum_bx .talk {
  background: #FBF8F7;
  position: relative;
  border-radius: 30px;
  font-weight: bold;
  padding: 20px 30px;
}
.sec4 .price_bx .hum_bx .talk:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  background-color: #FBF8F7;
  width: 13px;
  height: 15px;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.sec4 .price_bx .tbls {
  margin-top: 20px;
}
.sec4 .price_bx .lines0 {
  display: grid;
  grid-template-columns: 130px 1fr 1fr;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 10px;
}
.sec4 .price_bx .lines0 .ttl {
  font-weight: bold;
  text-align: left;
}
.sec4 .price_bx .lines0 .prr {
  position: relative;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 6px 0;
  box-sizing: border-box;
  background: #425E71;
}
.sec4 .price_bx .lines0 .prr:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
  background-color: #425E71;
  width: 12px;
  height: 10px;
  clip-path: polygon(100% 0, 0% 0%, 50% 100%);
}
.sec4 .price_bx .lines0 .pr2 {
  background: #00A64F;
}
.sec4 .price_bx .lines0 .pr2:before {
  background-color: #00A64F;
}
.sec4 .price_bx .lines {
  display: grid;
  grid-template-columns: 130px 1fr 1fr;
  gap: 0 5px;
  text-align: right;
}
.sec4 .price_bx .lines .ttl {
  text-align: left;
  background: #F1F1F1;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.sec4 .price_bx .lines .ttl i {
  width: 100%;
  letter-spacing: 0;
}
.sec4 .price_bx .lines .ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background: #CDCDCD;
}
.sec4 .price_bx .lines .prr {
  text-align: center;
  padding: 20px 0 5px 0;
  position: relative;
}
.sec4 .price_bx .lines .prr:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background: #CDCDCD;
}
.sec4 .price_bx .lines .color1 {
  color: #425E71;
}
.sec4 .price_bx .lines .color2 {
  color: #009E47;
  background: #EFF2DF;
}
.sec4 .price_bx .lines .color3 {
  color: #F3F613;
  background: #486CF1;
}
.sec4 .price_bx .lines .p1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.sec4 .price_bx .lines .p1 .fb {
  font-family: "DB", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0;
}
.sec4 .price_bx .lines .ps {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  bottom: 5px;
}
.sec4 .price_bx .lines .ps em {
  font-family: "DB", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.sec4 .price_bx .lines .p0 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}
.sec4 .price_bx .lines .p0 em {
  font-family: "DB", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0;
  margin-left: 5px;
}
.sec4 .price_bx .lines .pt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.sec4 .price_bx .lines .pt em {
  font-family: "DB", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0;
}
.sec4 .price_bx .lines .pt.pt2 {
  font-size: 2.4rem;
  position: relative;
}
.sec4 .price_bx .lines .pt.pt2 em {
  font-family: "DB", sans-serif;
  font-size: 5rem;
  letter-spacing: 0;
}
.sec4 .price_bx .lines .pt.pt2 .bigs {
  font-size: 6rem;
  line-height: 1;
  font-family: "DB", sans-serif;
}
.sec4 .price_bx .lines .pt1 {
  position: relative;
  bottom: -5px;
}
.sec4 .price_bx .lines .pt2 {
  position: relative;
}
.sec4 .price_bx .lines .pt2 .st11 {
  width: 18px;
  position: absolute;
  top: 0;
  left: 11px;
}
.sec4 .price_bx .lines .pt2 .st12 {
  width: 18px;
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.sec4 .price_bx .lines .pt21 .st11 {
  left: 31px;
}
.sec4 .price_bx .lines .pt21 .st12 {
  right: 35px;
}
.sec4 .price_bx .lines .pt22 .st11 {
  top: -12px;
  left: 4px;
}
.sec4 .price_bx .lines .pt22 .st12 {
  right: 5px;
  bottom: -3px;
}
.sec4 .price_bx .lines .bigs_wrap {
  transform: scale(0);
  border-top: 1px solid #CDCDCD;
  transform-origin: center center;
  transition: all 0.3s cubic-bezier(0.09, 2.08, 0.69, 0.38) 0.5s;
}
.sec4 .price_bx .lines .bigs_wrap.trigger {
  transform: scale(1.15);
}
.sec4 .price_bx .lines.total .ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
.sec4 .price_bx .lines.total .ttl:before {
  content: none;
}
.sec4 .price_bx .lines.total .prr:before {
  content: none;
}
.sec4 .bx2 .lines0 .pr2 {
  background: #486CF1;
}
.sec4 .bx2 .lines0 .pr2:before {
  background-color: #486CF1;
}
.sec4 .btn_area {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}
.sec4 .btn_area a {
  position: relative;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  max-width: 370px;
  margin: 20px auto 0 auto;
  color: white;
  border: 4px solid #E30402;
  padding: 16px 0;
  font-size: 2rem;
  background: url("../images/mail.png") center right 20px no-repeat, linear-gradient(to right, #FF0000 0%, #B40707 100%);
  background-size: 24px auto, auto auto;
}
.sec4 .btn_area a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.sec4 .btn_area a:hover {
  background: url("../images/mail.png") center right 15px no-repeat, linear-gradient(to right, #FF0000 0%, #B40707 100%);
  background-size: 24px auto, auto auto;
  transform: scale(1.1);
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media all and (max-width: 1280px) {
  .sec4 .bxb {
    grid-template-columns: 1fr;
    gap: 30px 0;
    margin: 0 auto;
  }
  .sec4 .bx .img {
    max-width: 600px;
    margin: 0 auto;
  }
  .sec4 .bx2 {
    margin-top: 40px;
  }
  .sec4 .lines .bigs_wrap.trigger {
    transform: scale(1.1);
  }
}
@media all and (max-width: 767px) {
  .sec4 {
    padding: 60px 0 60px 0;
  }
  .sec4 .top {
    margin-top: -80px;
    grid-template-columns: 1fr;
    gap: 0 20px;
  }
  .sec4 .und {
    margin-top: 10px;
  }
  .sec4 .bxb {
    gap: 0 30px;
    position: relative;
    left: -6%;
    width: 112%;
  }
  .sec4 .price_bx {
    padding: 20px;
    box-sizing: border-box;
  }
  .sec4 .price_bx .hum_bx {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .sec4 .price_bx .hum_bx .img {
    width: 100px;
    margin: 0 auto;
  }
  .sec4 .price_bx .hum_bx .talk {
    border-radius: 20px;
    padding: 10px 15px;
  }
  .sec4 .price_bx .hum_bx .talk:before {
    top: -14px;
    left: 50%;
    margin-left: -6.5px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .sec4 .price_bx .tbls {
    margin-top: 20px;
  }
  .sec4 .price_bx .lines0 {
    display: grid;
    grid-template-columns: 85px 1fr 1fr;
    gap: 0 3px;
    margin-bottom: 10px;
  }
  .sec4 .price_bx .lines0 .ttl {
    font-size: 1.3rem;
  }
  .sec4 .price_bx .lines {
    font-size: 1.3rem;
    letter-spacing: 0;
    grid-template-columns: 85px 1fr 1fr;
    gap: 0 3px;
    text-align: right;
  }
  .sec4 .price_bx .lines .ttl {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0 0 5px;
  }
  .sec4 .price_bx .lines .prr {
    padding: 10px 0 5px 0;
  }
  .sec4 .price_bx .lines .p1 {
    font-size: 1.6rem;
  }
  .sec4 .price_bx .lines .p1 .fb {
    font-size: 2rem;
  }
  .sec4 .price_bx .lines .ps {
    font-size: 1.8rem;
    bottom: 0;
  }
  .sec4 .price_bx .lines .ps em {
    font-size: 1.6rem;
  }
  .sec4 .price_bx .lines .p0 {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1;
  }
  .sec4 .price_bx .lines .p0 em {
    font-size: 2rem;
    margin-left: 5px;
  }
  .sec4 .price_bx .lines .pt {
    font-size: 1.4rem;
  }
  .sec4 .price_bx .lines .pt em {
    font-size: 2rem;
  }
  .sec4 .price_bx .lines .pt.pt2 {
    font-size: 2rem;
  }
  .sec4 .price_bx .lines .pt.pt2 em {
    font-size: 2.8rem;
  }
  .sec4 .price_bx .lines .pt.pt2 .bigs {
    font-size: 3rem;
  }
  .sec4 .price_bx .lines .pt1 {
    bottom: 0;
    position: relative;
  }
  .sec4 .price_bx .lines .pt2 .st11 {
    width: 9px;
    top: 0;
    left: 11px;
  }
  .sec4 .price_bx .lines .pt2 .st12 {
    width: 9px;
    bottom: 12px;
    right: 15px;
  }
  .sec4 .price_bx .lines .pt21 .st11 {
    left: 31px;
  }
  .sec4 .price_bx .lines .pt21 .st12 {
    right: 35px;
  }
  .sec4 .price_bx .lines .pt22 .st11 {
    top: -3px;
    left: 11px;
  }
  .sec4 .price_bx .lines .pt22 .st12 {
    right: 5px;
  }
  .sec4 .price_bx .lines.total .ttl {
    font-size: 1.4rem;
  }
  .sec4 .bx .img {
    max-width: 300px;
  }
  .sec4 .bx2 {
    margin-top: 10px;
  }
  .sec4 .btn_area {
    width: 90%;
    margin: 30px auto;
  }
  .sec4 .btn_area a {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}

.sec5 {
  position: relative;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  background: white;
  z-index: 2;
}
.sec5 .inner {
  position: relative;
  z-index: 2;
}
.sec5:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: #FBF8F7;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
}
.sec5 h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #252F8B;
}
.sec5 .bx {
  margin-top: 50px;
  border-radius: 30px;
  background: white;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sec5 .bx .im1 {
  background: url("../images/ca1.jpg") top center/cover;
}
.sec5 .bx .im2 {
  background: url("../images/ca2.jpg") top center/cover;
}
.sec5 .bx .cont {
  padding: 40px 50px;
  box-sizing: border-box;
}
.sec5 .hum_bx {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px 20px;
  align-items: center;
  position: relative;
}
.sec5 .hum_bx .talk {
  background: #FBF8F7;
  position: relative;
  border-radius: 20px;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 0;
  line-height: 1.5;
}
.sec5 .hum_bx .talk:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  background-color: #FBF8F7;
  width: 13px;
  height: 15px;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.sec5 .txtb {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #D5D5D5;
  box-sizing: border-box;
}
.sec5 .txtb .lines {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.sec5 .txtb .lines .ttl {
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  background: #EFEFEF;
  letter-spacing: 0;
  padding: 5px;
}
.sec5 .txtb .lines .txt {
  font-weight: 500;
  letter-spacing: 0;
}
.sec5 .prices {
  display: grid;
  grid-template-columns: 130px 80px 1fr;
  align-items: flex-end;
  gap: 0 20px;
  margin-top: -40px;
}
.sec5 .price {
  letter-spacing: 0;
  margin-top: 40px;
}
.sec5 .price .sub {
  font-weight: bold;
  margin-bottom: 10px;
}
.sec5 .price .nums {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
}
.sec5 .price .nums i {
  font-family: "DB", sans-serif;
  font-size: 4.6rem;
  letter-spacing: 0;
  color: #FF0000;
}
.sec5 .price, .sec5 .zero, .sec5 .arws {
  transform: translate(-20%, 80%) scale(0);
  transform-origin: center center;
  transition: all 0.3s cubic-bezier(0.09, 2.08, 0.69, 0.38);
}
.sec5 .trigger .price, .sec5 .trigger .zero, .sec5 .trigger .arws {
  transition-delay: 0.3s;
  transform: translate(0, 0) scale(1);
}
@media all and (max-width: 1000px) {
  .sec5 .bx {
    grid-template-columns: 1fr;
  }
  .sec5 .bx .im1, .sec5 .bx .im2 {
    height: 450px;
  }
  .sec5 .bx .cont {
    padding: 40px 50px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  .sec5 {
    padding: 20px 0 40px 0;
  }
  .sec5:before {
    clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 100%);
  }
  .sec5 h2 {
    font-size: 2.4rem;
  }
  .sec5 .bx .cont {
    padding: 20px 20px;
  }
  .sec5 .bx .im1, .sec5 .bx .im2 {
    height: 220px;
  }
  .sec5 .bx .im1 {
    background: url("../images/ca1_sp.webp") top center/cover;
  }
  .sec5 .bx .im2 {
    background: url("../images/ca2_sp.webp") top center/cover;
  }
  .sec5 .hum_bx {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .sec5 .hum_bx .img {
    width: 80px;
    margin: 0 auto;
  }
  .sec5 .hum_bx .talk {
    padding: 10px 20px;
  }
  .sec5 .hum_bx .talk:before {
    top: -14px;
    left: 50%;
    margin-left: -6.5px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .sec5 .txtb {
    margin-top: 20px;
    padding-top: 20px;
  }
  .sec5 .txtb .lines {
    grid-template-columns: 1fr;
    gap: 10px 0;
    margin-bottom: 10px;
  }
  .sec5 .txtb .lines .ttl {
    font-size: 1.2rem;
    padding: 3px;
  }
  .sec5 .txtb .lines .tx {
    line-height: 1.5;
  }
  .sec5 .prices {
    grid-template-columns: 95px 50px 1fr;
    gap: 0 10px;
    margin-top: -20px;
  }
  .sec5 .price {
    margin-top: 0px;
  }
  .sec5 .price .sub {
    margin-bottom: 5px;
  }
  .sec5 .price .nums {
    font-size: 1.6rem;
  }
  .sec5 .price .nums i {
    font-size: 2.8rem;
  }
}

.sec6 {
  background: #FBF8F7;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 150px 0 150px 0;
}
.sec6 .inner {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 0 20px;
}
.sec6 .cont {
  background: white;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.sec6 .cont .in {
  width: 100%;
}
.sec6 .cont h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  font-family: serif;
  letter-spacing: 0;
}
.sec6 .cont .tlb {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #E8E8E8;
  box-sizing: border-box;
}
.sec6 .cont .tlb .ic {
  text-align: center;
}
.sec6 .cont .tlb .ic img {
  height: 35px;
  width: auto;
  display: inline-block;
}
.sec6 .cont .tlb .tx1 {
  margin-top: 10px;
  font-weight: bold;
}
.sec6 .cont .tx2 {
  margin-top: 20px;
}
.sec6 .cont .tx2 i {
  font-weight: bold;
}
.sec6 .img {
  position: relative;
  left: -30px;
  transform: scale(1.3);
}
.sec6 .timing {
  background: #EDEDED;
  border-radius: 10px;
  padding: 20px 40px;
  margin-top: 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 10px;
  align-items: center;
}
.sec6 .timing .tl1 {
  font-weight: bold;
  font-size: 2rem;
}
@media all and (max-width: 1000px) {
  .sec6 .inner {
    grid-template-columns: 1fr;
  }
  .sec6 .img {
    position: absolute;
    width: 200px;
    left: -30px;
    top: 220px;
    transform: scale(1);
  }
}
@media all and (max-width: 767px) {
  .sec6 {
    padding: 0 0 50px 0;
  }
  .sec6 .cont {
    padding: 20px;
    line-height: 1.5;
  }
  .sec6 .cont h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 40px;
  }
  .sec6 .cont .tlb {
    padding: 20px 0;
  }
  .sec6 .cont .tlb .ic img {
    height: 15px;
  }
  .sec6 .cont .tlb .tx1 {
    line-height: 1.4;
    margin-top: 10px;
  }
  .sec6 .cont .tx2 {
    margin-top: 10px;
  }
  .sec6 .img {
    width: 110px;
    left: -40px;
    top: 80px;
  }
  .sec6 .timing {
    padding: 20px;
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 0 10px;
    line-height: 1.4;
  }
  .sec6 .timing .tl1 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.6rem;
  }
}

.sec7 {
  position: relative;
  padding: 100px 0;
  box-sizing: border-box;
}
.sec7:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bgl.jpg") center center/cover;
  z-index: -1;
}
.sec7 .inner {
  position: relative;
  z-index: 2;
}
.sec7 .inner .c2 {
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: center;
  gap: 0 40px;
}
.sec7 .inner .im1 {
  margin-top: 50px;
}
.sec7 .btn_area {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  color: white;
}
.sec7 .btn_area .t1 {
  font-size: 2rem;
}
.sec7 .btn_area .t2 {
  margin-top: 10px;
}
.sec7 .btn_area a {
  position: relative;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  margin: 10px auto;
  color: white;
  border: 4px solid #E30402;
  padding: 16px 0;
  font-size: 2rem;
  background: url("../images/mail.png") center right 20px no-repeat, linear-gradient(to right, #FF0000 0%, #B40707 100%);
  background-size: 24px auto, auto auto;
  height: 70px;
}
.sec7 .btn_area .tel {
  background: linear-gradient(to right, #FF0000 0%, #B40707 100%);
  font-family: "DB", sans-serif;
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 0.6;
}
.sec7 .btn_area .tel i {
  position: relative;
  top: 7px;
  padding-left: 52px;
  background: url(../images/tel.png) top 10px left 20px no-repeat;
  background-size: 24px auto, auto auto;
}
.sec7 .btn_area .tel:hover {
  background: linear-gradient(to right, #FF0000 0%, #B40707 100%);
}
.sec7 .btn_area a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.sec7 .btn_area a:hover {
  background: url("../images/mail.png") center right 15px no-repeat, linear-gradient(to right, #FF0000 0%, #B40707 100%);
  background-size: 24px auto, auto auto;
  transform: scale(1.1);
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media all and (max-width: 767px) {
  .sec7 {
    padding: 50px 0;
  }
  .sec7 .inner .c2 {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .sec7 .inner .im1 {
    margin-top: 30px;
  }
  .sec7 .btn_area {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .sec7 .btn_area .t1 {
    font-size: 1.6rem;
  }
  .sec7 .btn_area .t2 {
    margin-top: 5px;
  }
  .sec7 .btn_area a {
    padding: 8px 0;
    font-size: 1.6rem;
    background: url("../images/mail.png") center right 20px no-repeat, linear-gradient(to right, #FF0000 0%, #B40707 100%);
    background-size: 24px auto, auto auto;
    height: auto;
  }
  .sec7 .btn_area .tel {
    font-size: 3rem;
    padding: 18px 0 10px 0;
  }
  .sec7 .btn_area .tel i {
    top: 0;
    padding-left: 20px;
    background: url(../images/tel.png) top 5px left no-repeat;
    background-size: 15px auto, auto auto;
  }
}

.form_wrap {
  background: #FBF8F7;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 10px 0 150px 0;
  letter-spacing: 0;
}
.form_wrap .lead {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin: 40px 0;
}
.form_wrap input, .form_wrap select, .form_wrap textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  color: #333;
}
.form_wrap input[type=text], .form_wrap input[type=email], .form_wrap input[type=tel], .form_wrap select, .form_wrap textarea {
  padding: 15px;
  border: #dedede 1px solid;
  border-radius: 4px;
  background: #eee;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.8rem;
}
.form_wrap select {
  max-width: 200px;
  width: 100%;
  background: url("../images/tria.png") center right 20px no-repeat, #eee;
  background-size: 12px auto;
}
.form_wrap h2 {
  text-align: center;
}
.form_wrap h2 img {
  display: inline-block;
  width: 90%;
  max-width: 800px;
  height: auto;
}
.form_wrap .from_in {
  margin-top: 40px;
  background: white;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.form_wrap .line {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 0 40px;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.form_wrap .line .ttl {
  font-weight: bold;
  position: relative;
  padding-top: 10px;
  box-sizing: border-box;
}
.form_wrap .line .ttl i {
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 8px;
  background: #425EBA;
  color: white;
  display: block;
  width: 70px;
  padding: 5px 10px;
  text-align: center;
  height: auto;
  font-size: 1.4rem;
}
.form_wrap .line .ttl0 {
  padding-top: 0;
}
.form_wrap .line .ttl0 i {
  top: -1px;
}
.form_wrap .line .radio .wpcf7-list-item-label {
  position: relative;
  margin-right: 1em;
  padding-left: 25px;
  cursor: pointer;
}
.form_wrap .line .radio .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
}
.form_wrap .line .radio .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.1s;
}
.form_wrap .line .radio .wpcf7-list-item {
  display: block;
  margin: 0 0 5px 0;
}
.form_wrap .line .radio input:checked + span::after {
  transform: scale(1);
}
.form_wrap .line_last {
  border-bottom: none;
}
.form_wrap .sub input {
  position: relative;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  color: white;
  padding: 16px 0;
  font-size: 3rem;
  width: 600px;
  border-radius: 100px;
  background: url("../images/mail.png") center right 20px no-repeat, linear-gradient(to right, #FF0000 0%, #B40707 100%);
  background-size: 24px auto, auto auto;
  border: 4px solid #E30402;
  cursor: pointer;
  margin: 30px auto 0 auto;
}
.form_wrap .sub input:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
@media all and (max-width: 1000px) {
  .form_wrap .line {
    grid-template-columns: 1fr;
    gap: 10px 0;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
  }
  .form_wrap .line .ttl {
    margin-bottom: 10px;
  }
  .form_wrap .line .ttl i {
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 8px;
    background: #425EBA;
    color: white;
    display: block;
    width: 70px;
    padding: 5px 10px;
    text-align: center;
    height: auto;
    font-size: 1.4rem;
  }
  .form_wrap .line .ttl0 {
    padding-top: 0;
  }
  .form_wrap .line .ttl0 i {
    top: -1px;
  }
  .form_wrap .line .radio .wpcf7-list-item-label {
    position: relative;
    margin-right: 1em;
    padding-left: 25px;
    cursor: pointer;
  }
  .form_wrap .line .radio .wpcf7-list-item-label:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .form_wrap .line .radio .wpcf7-list-item-label:after {
    position: absolute;
    content: "";
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.1s;
  }
  .form_wrap .line .radio .wpcf7-list-item {
    display: block;
    margin: 0 0 5px 0;
  }
  .form_wrap .line .radio input:checked + span::after {
    transform: scale(1);
  }
}
@media all and (max-width: 767px) {
  .form_wrap h2 {
    text-align: center;
  }
  .form_wrap h2 img {
    width: 80%;
  }
  .form_wrap .from_in {
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px;
  }
  .form_wrap .lead {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 20px 0;
  }
  .form_wrap input[type=text], .form_wrap input[type=email], .form_wrap input[type=tel], .form_wrap select, .form_wrap textarea {
    padding: 7px;
    font-size: 1.6rem;
  }
  .form_wrap .line {
    padding: 15px 0;
    line-height: 1.5;
  }
  .form_wrap .line .ttl {
    margin-bottom: 10px;
    padding-top: 0;
  }
  .form_wrap .line .ttl i {
    top: 8px;
    padding: 2px 5px;
    font-size: 1.2rem;
    width: 50px;
  }
  .form_wrap .line .ttl0 {
    padding-top: 0;
  }
  .form_wrap .line .ttl0 i {
    top: -1px;
  }
  .form_wrap .line .radio .wpcf7-list-item-label {
    position: relative;
    margin-right: 1em;
    padding-left: 25px;
    cursor: pointer;
  }
  .form_wrap .line .radio .wpcf7-list-item-label:before {
    top: -3px;
  }
  .form_wrap .line .radio .wpcf7-list-item-label:after {
    top: 1px;
  }
  .form_wrap .line .radio .wpcf7-list-item {
    display: block;
    margin: 0 0 5px 0;
  }
  .form_wrap .line .radio input:checked + span::after {
    transform: scale(1);
  }
  .form_wrap .sub input {
    padding: 8px 0;
    font-size: 1.8rem;
    width: 100%;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  display: none;
}
.modal .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.modal .modal_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 2;
  max-width: 800px;
  width: 80%;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.modal .modal_in a {
  position: relative;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  margin: 10px auto;
  color: white;
  max-width: 500px;
  border: 4px solid #E30402;
  padding: 16px 0;
  font-size: 2rem;
  background: linear-gradient(to right, #FF0000 0%, #B40707 100%);
  height: 70px;
}
.modal .modal_in a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.modal .modal_in a:hover {
  background: linear-gradient(to right, #FF0000 0%, #B40707 100%);
  transform: scale(1.1);
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.modal .modal_tl {
  width: 90%;
  max-width: 500px;
  margin: 40px auto 20px auto;
}
.modal .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 40px 0;
  letter-spacing: 0;
}
@media all and (max-width: 767px) {
  .modal .modal_tl {
    margin: 30px auto 20px auto;
  }
  .modal .modal_in {
    padding: 20px;
    width: 90%;
    border-radius: 15px;
  }
  .modal .modal_in a {
    padding: 7px 0;
    font-size: 1.4rem;
    height: auto;
  }
  .modal .txt {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

#canvas4 {
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  position: absolute;
}

#canvas5 {
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  position: absolute;
}

.fixnv_wrap {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
}
.fixnv_wrap.is-hidden {
  opacity: 0;
}

.fixnv {
  width: 160px;
  animation: fuwafuwa01 1s infinite ease-in-out;
  cursor: pointer;
  margin-left: 10px;
}
.fixnv img {
  width: 100%;
}
.fixnv:hover {
  opacity: 0.7;
}
.fixnv:nth-of-type(2) {
  animation: fuwafuwa01 1s infinite 0.5s ease-in-out;
}
@media all and (max-width: 767px) {
  .fixnv {
    bottom: 20px;
    right: 0px;
    width: 130px;
  }
}

@keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
footer {
  position: relative;
  z-index: 3;
  background: #0071BC;
  color: white;
  padding: 40px 0 0 0;
  text-align: center;
}
footer a {
  text-decoration: none;
  color: white;
}
footer .logos {
  display: block;
  width: 190px;
  margin: 0 auto;
}
footer .mn {
  margin: 20px auto;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 10px;
  width: 230px;
}
footer .mn a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .cps {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0 40px 0;
  box-sizing: border-box;
}

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