.mv {
  margin-top: 83px;
}
@media all and (max-width: 1000px) {
  .mv {
    margin-top: 68px;
  }
}
@media all and (max-width: 767px) {
  .mv {
    margin-top: 80px;
  }
}

.ttl_bx1 {
  text-align: center;
  position: relative;
}
.ttl_bx1 h2 {
  color: #2B4F9C;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.ttl_bx1 .ic {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -127.5px;
  margin-left: -65px;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .ttl_bx1 h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .ttl_bx1 .ic {
    width: 94px;
    margin-top: -78px;
    margin-left: -47px;
  }
}

.btn_r1, .btn_r2 {
  display: block;
  cursor: pointer;
  width: 400px;
  margin: 0 auto;
  border-radius: 100px;
  font-weight: bold;
  font-size: 2rem;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 14px 0;
  background: url("../images/arw1.png") center right 20px no-repeat, #E76B2B;
  background-size: 32px auto;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.btn_r1:hover, .btn_r2:hover {
  opacity: 0.7;
}
.btn_r1 span, .btn_r2 span {
  padding-right: 24px;
}
@media all and (max-width: 767px) {
  .btn_r1, .btn_r2 {
    width: 100%;
    font-size: 1.3rem;
    background: url("../images/arw1.png") center right 16px no-repeat, #E76B2B;
    background-size: 18px auto;
  }
}

.btn_r2 {
  font-size: 2.8rem;
  width: 520px;
}
.btn_r2 span {
  padding-right: 0;
}
.btn_r2 em {
  background: #F5AB52;
  color: white;
  border-radius: 8px;
  font-size: 1.6rem;
  padding: 4px 11px;
  position: relative;
  top: -4px;
  margin-left: 8px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .btn_r2 {
    font-size: 1.5rem;
    width: 100%;
    max-width: 280px;
  }
  .btn_r2 em {
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 4px 11px;
    top: -1px;
    margin-left: 8px;
  }
}

.fk {
  background: white;
  aspect-ratio: 1/1;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.fk:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 15px;
  background: white;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}
.fk .in {
  width: 100%;
  color: #2B4F9C;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
.fk .ic {
  width: 43px;
  margin: 0 auto 12px auto;
}
@media all and (max-width: 767px) {
  .fk:before {
    bottom: -7.5px;
    margin-left: -4.5px;
    width: 9px;
    height: 7.5px;
  }
}

.sec1 {
  padding-top: 100px;
  box-sizing: border-box;
}
.sec1 .txt {
  margin-top: 48px;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.sec1 .gr1, .sec1 .gr2 {
  margin-top: 72px;
  text-align: center;
}
.sec1 .gr1 h3, .sec1 .gr2 h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  background: #2B4F9C;
  color: white;
  display: inline-block;
  letter-spacing: 3px;
  width: 100%;
  max-width: 720px;
  padding: 6px 0;
}
.sec1 .gr1 .cap, .sec1 .gr2 .cap {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.sec1 .gr1 .cap i, .sec1 .gr2 .cap i {
  color: #E76B2B;
}
.sec1 .gr1 .mini, .sec1 .gr2 .mini {
  font-size: 1.2rem;
  line-height: 1.8;
  display: inline-block;
  margin-top: 40px;
}
.sec1 .gr1 .mini .in, .sec1 .gr2 .mini .in {
  text-align: left;
}
.sec1 .gr2 {
  margin-top: 80px;
}
.sec1 .gr2 h3 {
  background: #E76B2B;
}
.sec1 .gr1_js, .sec1 .gr2_js {
  max-width: 900px;
  width: 900px;
  margin: 32px auto;
  position: relative;
}
.sec1 .g10 {
  position: relative;
}
.sec1 .g10 .arw3 {
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.sec1 .g10.is-active .arw3 {
  opacity: 1;
}
.sec1 .graph_in {
  height: 186px;
  position: absolute;
  bottom: 7px;
  left: 79px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.sec1 .graph_in p {
  transition: all 1s ease;
}
.sec1 .graph_in .gb1 {
  width: 29.6%;
  height: 100%;
  padding: 0 7px 0 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0 17px;
  align-items: end;
}
.sec1 .graph_in .gb1 p {
  background: #B3C5CF;
}
.sec1 .graph_in .gb1 p:nth-of-type(1) {
  height: 25%;
}
.sec1 .graph_in .gb1 p:nth-of-type(2) {
  height: 25%;
}
.sec1 .graph_in .gb1 p:nth-of-type(3) {
  height: 25%;
}
.sec1 .graph_in .gb1 p:nth-of-type(4) {
  height: 63%;
}
.sec1 .graph_in .gb1 p:nth-of-type(5) {
  height: 100%;
}
.sec1 .graph_in .gb1 p:nth-of-type(6) {
  height: 63%;
}
.sec1 .graph_in .gb1 p:nth-of-type(7) {
  height: 38%;
}
.sec1 .graph_in .gb2 {
  width: 45.5%;
  height: 100%;
  padding: 0 10px 0 11px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0 17px;
  align-items: end;
}
.sec1 .graph_in .gb2 p {
  background: #EB6100;
}
.sec1 .graph_in .gb2 p:nth-of-type(1) {
  height: 25%;
}
.sec1 .graph_in .gb2 p:nth-of-type(2) {
  height: 25%;
}
.sec1 .graph_in .gb2 p:nth-of-type(3) {
  height: 13%;
}
.sec1 .graph_in .gb2 p:nth-of-type(4) {
  height: 0%;
}
.sec1 .graph_in .gb2 p:nth-of-type(5) {
  height: 0%;
}
.sec1 .graph_in .gb2 p:nth-of-type(6) {
  height: 0%;
}
.sec1 .graph_in .gb2 p:nth-of-type(7) {
  height: 0%;
}
.sec1 .graph_in .gb2 p:nth-of-type(8) {
  height: 13%;
}
.sec1 .graph_in .gb2 p:nth-of-type(9) {
  height: 25%;
}
.sec1 .graph_in .gb2 p:nth-of-type(10) {
  height: 59%;
}
.sec1 .graph_in .gb2 p:nth-of-type(11) {
  height: 88%;
}
.sec1 .graph_in .gb3 {
  width: 24.9%;
  height: 100%;
  padding: 0 14px 0 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0 17px;
  align-items: end;
}
.sec1 .graph_in .gb3 p {
  background: #B3C5CF;
}
.sec1 .graph_in .gb3 p:nth-of-type(1) {
  height: 88%;
}
.sec1 .graph_in .gb3 p:nth-of-type(2) {
  height: 88%;
}
.sec1 .graph_in .gb3 p:nth-of-type(3) {
  height: 88%;
}
.sec1 .graph_in .gb3 p:nth-of-type(4) {
  height: 75%;
}
.sec1 .graph_in .gb3 p:nth-of-type(5) {
  height: 63%;
}
.sec1 .graph_in .gb3 p:nth-of-type(6) {
  height: 38%;
}
.sec1 .graph_in.is-active .gb1 p {
  background: #2EA7E0;
}
.sec1 .graph_in.is-active .gb1 p:nth-of-type(3) {
  height: 37%;
}
.sec1 .graph_in.is-active .gb1 p:nth-of-type(4) {
  height: 50%;
}
.sec1 .graph_in.is-active .gb1 p:nth-of-type(5) {
  height: 50%;
}
.sec1 .graph_in.is-active .gb1 p:nth-of-type(6) {
  height: 50%;
}
.sec1 .graph_in.is-active .gb2 p:nth-of-type(1) {
  height: 0%;
}
.sec1 .graph_in.is-active .gb2 p:nth-of-type(2) {
  height: 0%;
}
.sec1 .graph_in.is-active .gb2 p:nth-of-type(3) {
  height: 0%;
}
.sec1 .graph_in.is-active .gb2 p:nth-of-type(8) {
  height: 0%;
}
.sec1 .graph_in.is-active .gb2 p:nth-of-type(9) {
  height: 0%;
}
.sec1 .graph_in.is-active .gb2 p:nth-of-type(10) {
  height: 12%;
}
.sec1 .graph_in.is-active .gb2 p:nth-of-type(11) {
  height: 25%;
}
.sec1 .graph_in.is-active .gb3 p {
  background: #2EA7E0;
}
.sec1 .graph_in.is-active .gb3 p:nth-of-type(1) {
  height: 25%;
}
.sec1 .graph_in.is-active .gb3 p:nth-of-type(2) {
  height: 25%;
}
.sec1 .graph_in.is-active .gb3 p:nth-of-type(3) {
  height: 50%;
}
.sec1 .graph_in.is-active .gb3 p:nth-of-type(5) {
  height: 50%;
}
.sec1 .graph_in.is-active .gb3 p:nth-of-type(6) {
  height: 25%;
}
@media all and (max-width: 1000px) {
  .sec1 .gr1 .cap, .sec1 .gr2 .cap {
    font-size: 2.6rem;
  }
  .sec1 .gr1_js, .sec1 .gr2_js {
    max-width: 670px;
    width: 670px;
  }
  .sec1 .g10 {
    position: relative;
  }
  .sec1 .g10 .arw3 {
    top: 41px;
  }
  .sec1 .graph_in {
    height: 126px;
    bottom: 5px;
    left: 55px;
  }
  .sec1 .graph_in .gb1 {
    padding: 0 7px 0 18px;
    gap: 0 12px;
  }
  .sec1 .graph_in .gb2 {
    padding: 0 4px 0 14px;
    gap: 0 12px;
  }
  .sec1 .graph_in .gb3 {
    padding: 0 6px 0 11px;
    gap: 0 12px;
  }
}
@media all and (max-width: 767px) {
  .sec1 {
    padding-top: 78px;
  }
  .sec1 .txt {
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 1.8;
    white-space: nowrap;
  }
  .sec1 .gr1, .sec1 .gr2 {
    margin-top: 40px;
  }
  .sec1 .gr1 h3, .sec1 .gr2 h3 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .sec1 .gr1 .cap, .sec1 .gr2 .cap {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .sec1 .gr1 .mini, .sec1 .gr2 .mini {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 24px;
  }
  .sec1 .gr2 {
    margin-top: 30px;
  }
  .sec1 .gr1_js, .sec1 .gr2_js {
    max-width: unset;
    width: 340px;
    margin: 16px auto;
  }
  .sec1 .graph_in {
    height: 110px;
    bottom: 1px;
    left: 29px;
    width: 85%;
  }
  .sec1 .graph_in .gb1 {
    padding: 0 2px 0 8px;
    gap: 0 6px;
  }
  .sec1 .graph_in .gb1 p:nth-of-type(5) {
    height: 93%;
  }
  .sec1 .graph_in .gb2 {
    padding: 0 2px 0 5px;
    gap: 0 6px;
  }
  .sec1 .graph_in .gb3 {
    padding: 0 3px 0 4px;
    gap: 0 6px;
  }
  .sec1 .graph_in.is-active .gb1 p {
    background: #2EA7E0;
  }
  .sec1 .graph_in.is-active .gb1 p:nth-of-type(3) {
    height: 37%;
  }
  .sec1 .graph_in.is-active .gb1 p:nth-of-type(4) {
    height: 50%;
  }
  .sec1 .graph_in.is-active .gb1 p:nth-of-type(5) {
    height: 50%;
  }
  .sec1 .graph_in.is-active .gb1 p:nth-of-type(6) {
    height: 50%;
  }
  .sec1 .graph_in.is-active .gb2 p:nth-of-type(1) {
    height: 0%;
  }
  .sec1 .graph_in.is-active .gb2 p:nth-of-type(2) {
    height: 0%;
  }
  .sec1 .graph_in.is-active .gb2 p:nth-of-type(3) {
    height: 0%;
  }
  .sec1 .graph_in.is-active .gb2 p:nth-of-type(8) {
    height: 0%;
  }
  .sec1 .graph_in.is-active .gb2 p:nth-of-type(9) {
    height: 0%;
  }
  .sec1 .graph_in.is-active .gb2 p:nth-of-type(10) {
    height: 12%;
  }
  .sec1 .graph_in.is-active .gb2 p:nth-of-type(11) {
    height: 25%;
  }
  .sec1 .graph_in.is-active .gb3 p {
    background: #2EA7E0;
  }
  .sec1 .graph_in.is-active .gb3 p:nth-of-type(1) {
    height: 25%;
  }
  .sec1 .graph_in.is-active .gb3 p:nth-of-type(2) {
    height: 25%;
  }
  .sec1 .graph_in.is-active .gb3 p:nth-of-type(3) {
    height: 50%;
  }
  .sec1 .graph_in.is-active .gb3 p:nth-of-type(5) {
    height: 50%;
  }
  .sec1 .graph_in.is-active .gb3 p:nth-of-type(6) {
    height: 25%;
  }
  .sec1 .g10 .arw3 {
    top: 33px;
  }
}

.sec2 {
  margin-top: 120px;
  padding: 180px 0 120px 0;
  box-sizing: border-box;
  background: #EBF3FD;
  border-radius: 80px 80px 0 0;
}
.sec2 .ttl_v2 {
  text-align: center;
  border-radius: 20px;
  border: 5px solid #84ACDF;
  width: 770px;
  margin: 0 auto;
  position: relative;
  top: -84px;
  background: white;
}
.sec2 .ttl_v2 h2 {
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 35px 0;
  position: relative;
  z-index: 2;
}
.sec2 .ttl_v2 h2 i {
  color: #2B4F9C;
}
.sec2 .ttl_v2 h2 em {
  color: #E76B2B;
}
.sec2 .ttl_v2 .ic {
  position: absolute;
  width: 80px;
  right: 20px;
  bottom: 0;
  z-index: 1;
}
.sec2 .ttl_v2:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -16.5px;
  background-color: #84ACDF;
  width: 33px;
  height: 28px;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}
.sec2 .ttl_v2:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -16.5px;
  background-color: white;
  width: 33px;
  height: 28px;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}
.sec2 .bx {
  border-radius: 24px;
  background: white;
  text-align: center;
  padding: 0 64px 64px 64px;
  box-sizing: border-box;
}
.sec2 .lead {
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  margin-top: -30px;
}
.sec2 .lead i {
  vertical-align: super;
  font-size: 1.2rem;
}
.sec2 .fb {
  color: #2B4F9C;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-top: 32px;
}
.sec2 .im11 {
  max-width: 450px;
  width: 100%;
  margin: 20px auto 0 auto;
}
.sec2 .imt {
  width: 100%;
  max-width: 790px;
  margin: 32px auto 0 auto;
  position: relative;
}
.sec2 .imt .img {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -60px;
  width: 122px;
  z-index: 2;
}
.sec2 .imt .tx {
  width: calc(100% - 70px);
  margin-left: 70px;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  background: #FFFDF0;
  border-radius: 16px;
  border: 3px solid #84ACDF;
  box-sizing: border-box;
  padding: 24px 0 24px 80px;
  text-align: left;
}
.sec2 .imt .tx i {
  background: linear-gradient(transparent 70%, #FEDF8F 30%);
}
.sec2 .minis {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 32px;
}
.sec2 .minis .in {
  text-align: left;
}
.sec2 .bx2 {
  margin-top: 150px;
}
.sec2 .fb2 {
  border-radius: 100px;
  background: #E76B2B;
  color: white;
  width: 100%;
  max-width: 580px;
  margin: 32px auto;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 3px 0;
  box-sizing: border-box;
}
.sec2 .fb2 i {
  vertical-align: super;
  font-size: 1.4rem;
}
.sec2 .img2 {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.sec2 .acd {
  width: 100%;
  max-width: 780px;
  margin: 32px auto 0 auto;
  border-radius: 8px;
  border: 2px solid #E5E5E5;
  overflow: hidden;
}
.sec2 .acd .ttl {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  position: relative;
  background: #F7F7F7;
  padding: 12px 0 12px 32px;
  box-sizing: border-box;
}
.sec2 .acd .ttl .plus {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 17px;
  transition: all 0.3s ease;
}
.sec2 .acd .ttl .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 16px;
  height: 2px;
  border-radius: 100px;
  background: #333;
}
.sec2 .acd .ttl .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 16px;
  border-radius: 100px;
  background: #333;
  transition: all 0.3s ease;
}
.sec2 .acd .ttl.open .plus {
  transform: rotate(180deg);
}
.sec2 .acd .ttl.open .plus:after {
  opacity: 0;
}
.sec2 .acd .txt {
  border-radius: 0 0 8px 8px;
  border-top: 2px solid #E5E5E5;
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 0;
  padding: 20px 0;
  box-sizing: border-box;
}
.sec2 .acd .txt .name {
  font-size: 1.3rem;
}
.sec2 .acd .txt ul {
  margin: 0;
  padding: 0;
}
.sec2 .acd .txt ul li {
  text-align: left;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
}
.sec2 .acd .txt ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #333;
}
.sec2 .point {
  margin-top: 72px;
  border-radius: 24px;
  background: #D1E5FB;
  padding: 40px 5%;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 48px;
  align-items: center;
}
.sec2 .point .txt {
  display: grid;
  grid-template-columns: 1fr 337px;
  gap: 0 48px;
  align-items: center;
}
.sec2 .point .fb3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.sec2 .point .tx1 {
  font-weight: 500;
  line-height: 1.8;
}
.sec2 .point .tx1 i {
  font-size: 1.2rem;
  vertical-align: super;
}
.sec2 .point .tx2 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.sec2 .point .right img {
  border-radius: 8px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .sec2 .point {
    grid-template-columns: 1fr;
  }
  .sec2 .fk {
    width: 300px;
    margin: 0 auto 20px auto;
    aspect-ratio: unset;
    border-radius: 100px;
  }
  .sec2 .fk br {
    display: none;
  }
  .sec2 .fk .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 46px;
    gap: 0 8px;
  }
  .sec2 .fk .ic {
    width: 43px;
    margin: 0;
  }
}
@media all and (max-width: 1000px) {
  .sec2 .ttl_v2 {
    width: 90%;
  }
  .sec2 .imt .tx {
    padding: 18px 24px 18px 80px;
    line-height: 1.6;
  }
  .sec2 .bx {
    padding: 0 32px 32px 32px;
  }
  .sec2 .point .txt {
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
  .sec2 .point .fb3 {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .sec2 {
    margin-top: 64px;
    padding: 72px 0 56px 0;
    border-radius: 32px 32px 0 0;
  }
  .sec2 .ttl_v2 {
    border: 2px solid #84ACDF;
    border-radius: 10px;
    width: 100%;
    top: -42px;
  }
  .sec2 .ttl_v2 h2 {
    font-size: 1.5rem;
    padding: 15px 0;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .sec2 .ttl_v2 .ic {
    width: 30px;
    right: 5px;
  }
  .sec2 .ttl_v2:before {
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 14px;
  }
  .sec2 .ttl_v2:after {
    bottom: -12px;
    margin-left: -8px;
    width: 16px;
    height: 14px;
  }
  .sec2 .bx {
    border-radius: 12px;
    padding: 0 24px 32px 24px;
  }
  .sec2 .lead {
    margin-top: -20px;
  }
  .sec2 .lead i {
    vertical-align: super;
    font-size: 1rem;
  }
  .sec2 .fb {
    font-size: 1.2rem;
    margin-top: 16px;
  }
  .sec2 .im11 {
    max-width: 230px;
    margin: 16px auto 0 auto;
  }
  .sec2 .imt {
    margin: 16px auto 0 auto;
  }
  .sec2 .imt .img {
    top: 0;
    left: -7px;
    margin-top: 0;
    width: 56px;
  }
  .sec2 .imt .tx {
    width: calc(100% - 28px);
    margin-left: 28px;
    text-align: center;
    font-size: 1.35rem;
    border-radius: 8px;
    border: 1.5px solid #84ACDF;
    padding: 12px 0 12px 18px;
    white-space: nowrap;
  }
  .sec2 .minis {
    font-size: 1.1rem;
    margin-top: 16px;
    line-height: 1.6;
  }
  .sec2 .bx2 {
    margin-top: 70px;
  }
  .sec2 .fb2 {
    margin: 16px auto;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .sec2 .fb2 i {
    font-size: 1rem;
  }
  .sec2 .img2 {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
  }
  .sec2 .acd {
    margin: 32px auto 0 auto;
  }
  .sec2 .acd .ttl {
    font-size: 1.4rem;
    padding: 12px 0 12px 20px;
  }
  .sec2 .acd .ttl .plus {
    right: 16px;
    top: 17px;
  }
  .sec2 .acd .txt {
    grid-template-columns: 1fr;
    gap: 5px 0;
    padding: 20px;
  }
  .sec2 .acd .txt .name {
    text-align: left;
  }
  .sec2 .acd .txt ul {
    margin-left: 10px;
  }
  .sec2 .acd .txt ul li {
    font-size: 1.1rem;
  }
  .sec2 .acd .txt ul li:before {
    top: 7px;
  }
  .sec2 .point {
    margin-top: 48px;
    border-radius: 12px;
    padding: 24px;
  }
  .sec2 .point .fk {
    width: 200px;
    margin: 0 auto 10px auto;
  }
  .sec2 .point .fk .in {
    padding: 10px 24px;
    font-size: 1.4rem;
  }
  .sec2 .point .fk .ic {
    width: 22px;
  }
  .sec2 .point .txt {
    gap: 16px 0;
  }
  .sec2 .point .fb3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .sec2 .point .tx1 {
    font-size: 1.3rem;
  }
  .sec2 .point .tx1 i {
    font-size: 1rem;
  }
  .sec2 .point .tx2 {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .sec2 .point .right img {
    border-radius: 8px;
    overflow: hidden;
  }
}

.sec3 {
  background: #EBF3FD;
}
.sec3 h2 {
  text-align: center;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  font-size: 3.6rem;
  background: #84ACDF;
  padding: 80px 0 200px 0;
}
.sec3 .tp1 {
  position: relative;
}
.sec3 .tp1 .bgs3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url("../images/bgs3.png") center top/cover;
  background-size: 140% auto;
}
.sec3 .inner {
  max-width: 1020px;
}
.sec3 .bx {
  background: white;
  border-radius: 20px;
  position: relative;
  padding: 100px 72px 72px 72px;
  box-sizing: border-box;
  text-align: center;
}
.sec3 .bx .nums {
  position: absolute;
  top: -53px;
  left: 56px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  text-align: center;
}
.sec3 .bx .nums .eg {
  font-weight: 500;
  font-size: 2.4rem;
  color: #2B4F9C;
}
.sec3 .bx .nums .num {
  font-weight: 300;
  font-size: 8.8rem;
  color: #E76B2B;
}
.sec3 .bx .top {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 0 36px;
  text-align: left;
}
.sec3 .bx .top .fb {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 4.8px;
  color: #2B4F9C;
}
.sec3 .bx .top .fb i {
  font-size: 1.6rem;
  vertical-align: super;
}
.sec3 .bx .top .tx1 {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 500;
}
.sec3 .bx .top .tx2 {
  font-size: 1.2rem;
  margin-top: 24px;
}
.sec3 .bx .mid1 {
  background: #D1E5FB;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 48px;
  align-items: center;
  padding: 32px 56px;
  margin-top: 56px;
  box-sizing: border-box;
  line-height: 1.8;
  text-align: left;
  font-weight: 500;
}
.sec3 .bx .mid1 .fb2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.sec3 .bx .mid1 .c2 {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 0 8px;
  margin: 8px 0;
}
.sec3 .bx .mid1 .c2 p {
  background: white;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  box-sizing: border-box;
}
.sec3 .bx .mid1 .c2 i {
  padding-left: 29px;
  background: url("../images/ch1.png") center left no-repeat;
  background-size: 24px auto;
}
.sec3 .bx .fbl {
  margin-top: 56px;
  background: #84ACDF;
  border-radius: 100px;
  color: white;
  text-align: center;
  font-size: 2.4rem;
  padding: 5px 0;
  font-weight: bold;
}
.sec3 .bx .btm1 {
  margin: 40px 40px 24px 40px;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 0 48px;
  align-items: center;
  line-height: 1.8;
  font-weight: 500;
}
.sec3 .bx .btm1 i {
  font-size: 2.4rem;
  font-weight: bold;
}
.sec3 .bx .btm1 em {
  color: #E76B2B;
}
.sec3 .bx .mini {
  display: inline-block;
  padding: 0 40px;
}
.sec3 .bx .mini .in {
  text-align: left;
  font-size: 1.2rem;
}
.sec3 .bx2 {
  margin-top: 88px;
}
.sec3 .bx2 .top {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 0 24px;
  align-items: center;
}
.sec3 .bx2 .c22 {
  padding: 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 0 24px;
  line-height: 2;
  font-weight: 500;
  text-align: left;
  align-items: center;
}
.sec3 .bx2 .c23 {
  padding: 40px 40px 0 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 256px;
  gap: 0 24px;
  line-height: 2;
  font-weight: 500;
  text-align: left;
  align-items: center;
}
.sec3 .squ {
  border: 4px solid #D1E5FB;
  border-radius: 24px;
  margin: 0 24px;
  padding: 32px 48px 48px 48px;
  box-sizing: border-box;
}
.sec3 .squ h3 {
  color: #385AA2;
  font-weight: bold;
  font-size: 2.4rem;
}
.sec3 .squ h3 i {
  padding: 5px 0 5px 50px;
  background: url("../images/yen.png") center left no-repeat;
  background-size: 42px auto;
}
.sec3 .squ .table2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.sec3 .squ .table2 p {
  font-size: 1.2rem;
  text-align: left;
}
.sec3 .squ .table2 .name {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.sec3 .squ .table2 .name:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 6px;
  border-radius: 100px;
  background: #84ACDF;
}
.sec3 .squ .table2 table {
  width: 100%;
  margin: 12px 0;
  border-top: 1px solid #939393;
  border-left: 1px solid #939393;
  border-collapse: collapse;
}
.sec3 .squ .table2 table th {
  border-bottom: 1px solid #939393;
  border-right: 1px solid white;
  background: #2B4F9C;
  color: white;
  padding: 5px 0;
  font-size: 1.4rem;
}
.sec3 .squ .table2 table th:last-of-type {
  border-right: 1px solid #939393;
}
.sec3 .squ .table2 table td {
  padding: 10px 0;
  border-bottom: 1px solid #939393;
  border-right: 1px solid #939393;
  background: #EBF3FD;
  font-weight: bold;
  line-height: 1.4;
}
.sec3 .squ .table2 table .td2 td {
  background: #EEEEEF;
}
.sec3 .squ .table2 .tb1 th {
  width: 33.3%;
}
.sec3 .squ .table2 .tb2 th {
  width: 50%;
}
.sec3 .squ .txw {
  margin-top: 30px;
  font-weight: 500;
}
.sec3 .btnw {
  margin: 24px 0 0 0;
}
.sec3 .bx3 {
  margin-top: 56px;
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid #E76B2B;
}
.sec3 .bx3 h3 {
  background: #E76B2B;
  color: white;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding: 9px 0;
  box-sizing: border-box;
}
.sec3 .bx3 h3:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 15px;
  z-index: 2;
  background: #E76B2B;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}
.sec3 .bx3 h3 i {
  position: relative;
}
.sec3 .bx3 h3 i:before, .sec3 .bx3 h3 i:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 17px;
}
.sec3 .bx3 h3 i:before {
  top: 11px;
  left: -24px;
  background: url("../images/dl.png") center center/cover;
}
.sec3 .bx3 h3 i:after {
  top: 11px;
  right: -20px;
  background: url("../images/dr.png") center center/cover;
}
.sec3 .bx3 .txt {
  background: #FFFDF0;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 32px 0;
}
.sec3 .bx3 .txt .im1 {
  width: 130px;
  position: absolute;
  left: 70px;
  bottom: 0;
}
.sec3 .bx3 .txt .im2 {
  width: 120px;
  position: absolute;
  right: 70px;
  bottom: 20px;
}
.sec3 .mdd {
  display: none;
}
@media all and (max-width: 1200px) {
  .sec3 .tp1 .bgs3 {
    background: url("../images/bgs3.png") center top/cover;
    background-size: 140% 101%;
  }
  .sec3 .bx .mid1 {
    grid-template-columns: 1fr;
  }
  .sec3 .fk {
    width: 300px;
    margin: 0 auto 20px auto;
    aspect-ratio: unset;
    border-radius: 100px;
  }
  .sec3 .fk br {
    display: none;
  }
  .sec3 .fk .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 46px;
    gap: 0 8px;
  }
  .sec3 .fk .ic {
    width: 43px;
    margin: 0;
  }
}
@media all and (max-width: 1000px) {
  .sec3 h2 {
    font-size: 3.2rem;
  }
  .sec3 .bx {
    padding: 100px 32px 32px 32px;
  }
  .sec3 .bx .pcd {
    display: none;
  }
  .sec3 .bx .mdd {
    display: block;
    max-width: 260px;
    margin: 20px auto;
  }
  .sec3 .bx .top {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }
  .sec3 .bx .btm1 {
    margin: 40px 40px 24px 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 48px;
  }
  .sec3 .bx .btm1 .img {
    width: 230px;
    margin: 0 auto 30px auto;
  }
  .sec3 .bx2 .c22 {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .sec3 .bx2 .c22 .txt {
    order: 2;
  }
  .sec3 .bx2 .c22 .img {
    width: 400px;
    margin: 0 auto;
    order: 1;
  }
  .sec3 .bx2 .c23 {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .sec3 .bx2 .c23 .txt {
    order: 2;
  }
  .sec3 .bx2 .c23 .txt br {
    display: none;
  }
  .sec3 .bx2 .c23 .img {
    width: 300px;
    margin: 0 auto;
    order: 1;
  }
  .sec3 .squ {
    padding: 24px 32px 32px 32px;
  }
  .sec3 .squ .table2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sec3 .bx3 .txt .im1 {
    left: 0;
    width: 120px;
  }
  .sec3 .bx3 .txt .im2 {
    width: 100px;
    right: 0px;
  }
}
@media all and (max-width: 767px) {
  .sec3 {
    padding-bottom: 10px;
  }
  .sec3 h2 {
    font-size: 2.4rem;
    padding: 64px 0 96px 0;
  }
  .sec3 .tp1 {
    position: relative;
  }
  .sec3 .tp1 .bgs3 {
    bottom: 0;
    left: 0;
    height: 54px;
    background: url("../images/bgs3.png") center top/cover;
    background-size: 140% 101%;
  }
  .sec3 .bx {
    border-radius: 16px;
    padding: 48px 24px 40px 24px;
    margin-top: 20px;
  }
  .sec3 .bx .nums {
    top: -48px;
    left: 24px;
  }
  .sec3 .bx .nums .eg {
    font-size: 1.8rem;
  }
  .sec3 .bx .nums .num {
    font-size: 6.6rem;
  }
  .sec3 .bx .top .fb {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  .sec3 .bx .top .fb i {
    font-size: 1.4rem;
  }
  .sec3 .bx .top .tx1 {
    font-size: 1.4rem;
    text-align: left;
  }
  .sec3 .bx .top .tx2 {
    text-align: left;
    font-size: 1.2rem;
  }
  .sec3 .bx .mdd {
    max-width: 195px;
    margin: 16px auto;
  }
  .sec3 .bx .mid1 {
    margin-top: 24px;
    border-radius: 12px;
    padding: 24px 16px;
  }
  .sec3 .bx .mid1 .fb2 {
    margin-top: 8px;
    text-align: center;
    font-size: 1.6rem;
  }
  .sec3 .bx .mid1 .tcc {
    font-size: 1.3rem;
  }
  .sec3 .bx .mid1 .c2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
  .sec3 .bx .mid1 .c2 p {
    font-size: 1.3rem;
    text-align: left;
    padding-left: 24px;
  }
  .sec3 .bx .mid1 .c2 i {
    padding-left: 24px;
    background: url(../images/ch1.png) center left no-repeat;
    background-size: 18px auto;
  }
  .sec3 .bx .fk {
    width: 200px;
    margin: 0 auto 10px auto;
  }
  .sec3 .bx .fk .in {
    padding: 10px 24px;
    font-size: 1.4rem;
  }
  .sec3 .bx .fk .ic {
    width: 22px;
  }
  .sec3 .bx .fbl {
    margin-top: 32px;
    font-size: 1.4rem;
    padding: 6px 0;
    line-height: 1.4;
  }
  .sec3 .bx .btm1 {
    margin: 24px 0;
  }
  .sec3 .bx .btm1 .img {
    width: 150px;
    margin: 0 auto 20px auto;
  }
  .sec3 .bx .btm1 .tx1 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .sec3 .bx .btm1 i {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .sec3 .bx .mini {
    padding: 0;
  }
  .sec3 .bx .mini .in {
    font-size: 1.1rem;
  }
  .sec3 .bx2 {
    margin-top: 72px;
  }
  .sec3 .bx2 .c22 {
    padding: 0;
    display: grid;
    gap: 16px 0;
  }
  .sec3 .bx2 .c22 .img {
    margin-top: 24px;
    width: 100%;
  }
  .sec3 .bx2 .c22 .txt {
    line-height: 1.6;
  }
  .sec3 .bx2 .c23 {
    padding: 20px 0 0 0;
  }
  .sec3 .bx2 .c23 .img {
    width: 220px;
  }
  .sec3 .bx2 .c23 .txt {
    line-height: 1.6;
  }
  .sec3 .squ {
    margin: 32px 0 0 0;
    padding: 24px 16px;
    border-radius: 12px;
  }
  .sec3 .squ h3 {
    font-size: 1.5rem;
    width: 107%;
    position: relative;
    left: -3.5%;
  }
  .sec3 .squ h3 i {
    padding: 5px 0 5px 30px;
    background: url(../images/yen.png) center left no-repeat;
    background-size: 24px auto;
    white-space: nowrap;
  }
  .sec3 .squ .table2 {
    margin-top: 20px;
    gap: 16px;
  }
  .sec3 .squ .table2 p {
    font-size: 1.1rem;
  }
  .sec3 .squ .table2 .name {
    font-size: 1.3rem;
    padding-left: 17px;
  }
  .sec3 .squ .table2 .name:before {
    top: 10px;
    left: 0;
    width: 10px;
    height: 4px;
  }
  .sec3 .squ .table2 table th {
    font-size: 1.05rem;
  }
  .sec3 .squ .table2 table td {
    font-size: 1.2rem;
  }
  .sec3 .squ .txw {
    margin-top: 24px;
  }
  .sec3 .squ .txw .txt {
    font-size: 1.3rem;
    white-space: nowrap;
    width: 105%;
    position: relative;
    left: -2.5%;
  }
  .sec3 .bx3 {
    margin-top: 48px;
    border-radius: 12px;
  }
  .sec3 .bx3 h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 9px 0;
  }
  .sec3 .bx3 .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 24px 0;
  }
  .sec3 .bx3 .txt .im1 {
    width: 84px;
    left: 5px;
    bottom: -14px;
  }
  .sec3 .bx3 .txt .im2 {
    width: 58px;
    right: 0;
    bottom: 5px;
  }
  .sec3 .mdd {
    display: none;
  }
}

.sec4 {
  background: #FFFDF0;
  padding-top: 220px;
  padding-bottom: 100px;
  box-sizing: border-box;
  position: relative;
}
.sec4 .bgs32 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../images/bgs32.png) center bottom/cover;
  background-size: 140% auto;
}
.sec4 .ttl_v3 {
  text-align: center;
}
.sec4 .ttl_v3 .jp {
  display: inline-block;
  background: white;
  border-radius: 100px;
  color: #2B4F9C;
  font-weight: bold;
  padding: 10px 0;
  width: 380px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec4 .ttl_v3 h2 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 16px;
  color: #2B4F9C;
}
.sec4 .c3 {
  max-width: 950px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 40px;
}
.sec4 .tx {
  text-align: center;
  font-weight: 500;
}
.sec4 .btn_r2 {
  margin-top: 24px;
}
@media all and (max-width: 1200px) {
  .sec4 .bgs32 {
    background: url(../images/bgs32.png) center bottom/cover;
    background-size: 140% 121%;
  }
}
@media all and (max-width: 767px) {
  .sec4 {
    padding-top: 110px;
    padding-bottom: 56px;
  }
  .sec4 .bgs32 {
    height: 60px;
    background: url(../images/bgs32.png) center bottom/cover;
    background-size: 140% 101%;
  }
  .sec4 .ttl_v3 .jp {
    width: auto;
    padding: 0 24px;
    display: inline-block;
  }
  .sec4 .ttl_v3 h2 {
    font-size: 2rem;
    margin-top: 16px;
    white-space: nowrap;
  }
  .sec4 .c3 {
    margin: 24px auto;
    grid-template-columns: 1fr 1fr;
    gap: 0 8px;
  }
  .sec4 .c3 p:nth-of-type(1) {
    grid-row: 1/2;
    grid-column: 1/3;
    width: 50%;
    margin: 0 auto;
  }
  .sec4 .c3 p:nth-of-type(2) {
    margin-top: -10px;
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .sec4 .c3 p:nth-of-type(3) {
    margin-top: -10px;
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .sec4 .tx {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .sec4 .btn_r2 {
    margin-top: 24px;
  }
}

.sec5 {
  background: #FDF0E5;
  padding: 80px 0 100px 0;
}
.sec5 h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #2B4F9C;
  margin-bottom: 56px;
}
@media all and (max-width: 767px) {
  .sec5 {
    padding: 48px 0;
  }
  .sec5 h2 {
    font-size: 2.1rem;
    margin-bottom: 32px;
  }
}

.sec6 {
  background: #EBF3FD;
  padding: 100px 0 120px 0;
}
.sec6 h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #2B4F9C;
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .sec6 {
    padding: 48px 0;
  }
  .sec6 h2 {
    font-size: 2.1rem;
    margin-bottom: 32px;
  }
}

.faq_bx {
  margin-bottom: 48px;
}
.faq_bx:last-of-type {
  margin-bottom: 0;
}
.faq_bx .ttl {
  border-radius: 100px;
  background: #D1E5FB;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 0;
  box-sizing: border-box;
}
.faq_bx span {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: #84ACDF;
}
.faq_bx span .plus {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -8px;
  margin-right: -8px;
  transition: all 0.3s ease;
}
.faq_bx span .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 16px;
  height: 2px;
  border-radius: 100px;
  background: white;
}
.faq_bx span .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 16px;
  border-radius: 100px;
  background: white;
  transition: all 0.3s ease;
}
.faq_bx span.open .plus {
  transform: rotate(180deg);
}
.faq_bx span.open .plus:after {
  opacity: 0;
}
.faq_bx .open span .plus {
  transform: rotate(180deg);
}
.faq_bx .open span .plus:after {
  opacity: 0;
}
.faq_bx .num {
  color: white;
  font-weight: bold;
  font-size: 2.7rem;
  font-family: "Poppins", sans-serif;
  padding: 0 60px;
}
.faq_bx .tx {
  color: #2B4F9C;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 5px;
}
.faq_bx .ans {
  margin: 32px 56px 0 56px;
}
.faq_bx .ans .bx {
  background: white;
  border-radius: 20px;
  padding: 48px 64px;
  margin-bottom: 24px;
}
.faq_bx .ans .bx:last-of-type {
  margin-bottom: 0;
}
.faq_bx .ans .qtx {
  background: url("../images/q.png") top 4px left no-repeat;
  background-size: 33px auto;
  padding-left: 48px;
  color: #2B4F9C;
  line-height: 1.6;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.faq_bx .ans .atx {
  background: url("../images/a.png") top 4px left no-repeat;
  background-size: 33px auto;
  padding: 5px 0 5px 48px;
}
@media all and (max-width: 1000px) {
  .faq_bx .num {
    padding: 0 30px;
  }
  .faq_bx .tx {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .faq_bx span {
    right: 12px;
    top: 9px;
  }
  .faq_bx .ans {
    margin: 32px 0 0 0;
  }
  .faq_bx .ans .bx {
    padding: 24px 32px;
  }
  .faq_bx .ans .qtx {
    font-size: 2rem;
    padding: 5px 0 5px 48px;
  }
  .faq_bx .ans .qtx br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .faq_bx {
    margin-bottom: 43px;
  }
  .faq_bx .ttl {
    padding: 13px 0;
  }
  .faq_bx span {
    width: 32px;
    height: 32px;
    top: 14px;
  }
  .faq_bx span .plus {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: -6px;
  }
  .faq_bx span .plus:before {
    width: 12px;
  }
  .faq_bx span .plus:after {
    height: 12px;
  }
  .faq_bx .num {
    font-size: 2rem;
    padding: 0 20px;
  }
  .faq_bx .tx {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .faq_bx .ans .bx {
    padding: 20px 16px;
    border-radius: 8px;
  }
  .faq_bx .ans .qtx {
    background: url(../images/q.png) top 4px left no-repeat;
    background-size: 24px auto;
    padding: 5px 0 5px 30px;
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .faq_bx .ans .atx {
    background: url(../images/a.png) top 4px left no-repeat;
    background-size: 24px auto;
    padding: 5px 0 5px 30px;
    font-size: 1.3rem;
  }
  .faq_bx .ans .imgsp {
    position: relative;
    left: -30px;
    width: calc(100% + 30px);
  }
}

footer ul {
  margin: 0;
  padding: 0;
}
footer .atn {
  font-size: 1.5rem;
  margin: 50px 0;
}
footer .atn li {
  position: relative;
  padding-left: 14px;
  line-height: 1.6;
}
footer .atn li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 100%;
}
footer .ft_logo {
  display: block;
  width: 210px;
  margin: 80px auto 0 auto;
}
footer .copyright {
  text-align: center;
  margin: 24px 0 60px 0;
  font-size: 1.1rem;
}
@media all and (max-width: 767px) {
  footer .atn {
    font-size: 1.3rem;
    margin: 40px 0;
  }
  footer .ft_logo {
    width: 160px;
    margin: 60px auto 0 auto;
  }
  footer .copyright {
    margin: 24px 0 20px 0;
    line-height: 1.2;
    padding-bottom: 25px;
    font-size: 1rem;
  }
}

#modal-1 {
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  height: 100%;
}
#modal-1.is-open {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  max-width: 1012px;
  max-height: 100vh;
  width: 90%;
  position: relative;
  box-sizing: border-box;
}
@media all and (max-width: 1100px) {
  .modal__container {
    max-height: 90vh;
  }
}

.md_in {
  background: #EBF3FD;
  padding: 48px;
  overflow: scroll;
  border-radius: 24px;
  max-height: 80vh;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media all and (max-width: 767px) {
  .md_in {
    padding: 20px;
    border-radius: 16px;
  }
}

.md_in::-webkit-scrollbar {
  display: none;
}

.modal__close {
  background: transparent;
  border: 0;
  width: 24px;
  position: absolute;
  right: 20px;
  top: -40px;
}
.modal__close img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .modal__close {
    width: 18px;
    right: 12px;
    top: -30px;
  }
}

.md_top2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
.md_top2 .bx {
  background: white;
  border-radius: 16px;
  padding: 32px;
}
.md_top2 .tpi {
  display: grid;
  grid-template-columns: 182px 1fr;
  align-items: center;
}
.md_top2 .txx {
  color: #2B4F9C;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
}
.md_top2 a {
  width: 100%;
  font-size: 2.2rem;
  padding: 20px 0;
  margin-top: 24px;
}
.md_top2 a i {
  padding-right: 5px;
}
.md_top2 a em {
  top: -2px;
  margin-left: 18px;
}
@media all and (max-width: 1100px) {
  .md_top2 {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .md_top2 .tpi {
    max-width: 370px;
    margin: 0 auto;
  }
  .md_top2 a {
    font-size: 1.8rem;
    text-align: left;
    padding: 20px 0 20px 48px;
    max-width: 370px;
    margin: 24px auto 0 auto;
  }
  .md_top2 a i {
    padding-right: 5px;
  }
  .md_top2 a em {
    font-size: 1.4rem;
    top: -1px;
    margin-left: 13px;
    border-radius: 3px;
  }
}
@media all and (max-width: 767px) {
  .md_top2 .bx {
    padding: 16px;
  }
  .md_top2 .txx {
    font-size: 2rem;
  }
  .md_top2 .tpi {
    grid-template-columns: 126px 1fr;
  }
  .md_top2 a {
    font-size: 1.5rem;
    text-align: center;
    padding: 14px 0;
    margin: 16px auto 0 auto;
  }
  .md_top2 a em {
    margin-left: 7px;
    border-radius: 3px;
    padding: 1px 8px;
  }
}

.md_fb {
  margin-top: 32px;
  color: #2B4F9C;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 767px) {
  .md_fb {
    margin-top: 24px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.tel_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px 48px;
  margin: 24px 0;
}
.tel_area a {
  text-decoration: none;
  color: #2B4F9C;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
}
.tel_area a .name {
  font-size: 1.4rem;
  font-weight: 500;
}
.tel_area a .tel {
  padding-left: 24px;
  background: url("../images/ictel.png") center left no-repeat;
  background-size: 18px auto;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
@media all and (max-width: 1100px) {
  .tel_area {
    grid-template-columns: 1fr 1fr;
    gap: 4px 24px;
    max-width: 520px;
    margin: 24px auto;
  }
}
@media all and (max-width: 767px) {
  .tel_area {
    grid-template-columns: 1fr;
    max-width: 230px;
    margin: 16px auto;
  }
  .tel_area a {
    grid-template-columns: 72px 1fr;
  }
  .tel_area a .name {
    font-size: 1.3rem;
  }
  .tel_area a .tel {
    padding-left: 17px;
    background: url("../images/ictel.png") center left no-repeat;
    background-size: 14px auto;
    font-size: 1.8rem;
  }
}

.times {
  text-align: center;
}
.times .in {
  display: inline-block;
}
.times .in2 {
  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 16px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2B4F9C;
}
.times .in2 .t2 {
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .times .in2 {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
  .times .in2 .t2 {
    font-size: 1.2rem;
  }
}

.sp_contact {
  display: none;
}
@media all and (max-width: 767px) {
  .sp_contact {
    display: block;
    position: fixed;
    z-index: 8;
    bottom: 0;
    background: #E76B2B;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-decoration: none;
    padding: 13.5px 0;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .sp_contact em {
    background: #F5AB52;
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 2px 7px;
    margin-left: 10px;
    position: relative;
    top: -1px;
  }
  .sp_contact.act1 {
    opacity: 1;
    visibility: visible;
  }
  .sp_contact.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
}

.gtp {
  position: absolute;
  right: 32px;
  bottom: 50px;
  display: block;
  width: 34px;
  height: auto;
  transition: all 0.3s ease;
}
.gtp:hover {
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .gtp {
    bottom: 60px;
    right: 12px;
  }
}

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