.mv {
  background: #75D2EE;
  position: relative;
  padding-bottom: 160px;
  overflow: hidden;
}
.mv .side1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 23.3%;
  max-width: 336px;
}
.mv .side1 img {
  width: 100%;
}
.mv .side2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 22%;
  max-width: 316px;
}
.mv .side2 img {
  width: 100%;
}
.mv h1 {
  position: relative;
  z-index: 10;
  width: 75%;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}
.mv h1 img {
  width: 100%;
}
.mv .bg {
  top: 40%;
  left: 49%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1926px;
  height: auto;
}
@media all and (max-width: 1000px) {
  .mv .bg {
    top: 59%;
  }
}
@media all and (max-width: 767px) {
  .mv {
    padding-bottom: 50px;
    background: url("../images2/cloud_sp.png") center top/cover, #75D2EE;
  }
  .mv h1 {
    width: 97%;
    padding-top: 35px;
  }
  .mv .side1 {
    width: 38%;
    display: none;
  }
  .mv .side2 {
    width: 33%;
    display: none;
  }
  .mv .bg {
    display: none;
  }
}

.ttl_bx {
  text-align: center;
  color: #194F9F;
  font-size: 2.4rem;
  line-height: 1;
}
.ttl_bx .ic img {
  display: inline-block;
  width: 100%;
}
.ttl_bx .in_tx {
  margin-top: 30px;
  display: block;
  font-size: 2.4rem;
}
.ttl_bx .in_img_tx {
  margin-top: 5px;
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
}
.ttl_bx .in_img_tx img {
  height: 76px;
  width: auto;
  position: relative;
  bottom: -10px;
}
.ttl_bx .in_img_tx .in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 767px) {
  .ttl_bx {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .ttl_bx .in_tx {
    margin-top: 16px;
    font-size: 1.6rem;
  }
  .ttl_bx .in_img_tx {
    margin-top: 5px;
    font-size: 2.4rem;
  }
  .ttl_bx .in_img_tx img {
    height: 48px;
    bottom: -4px;
  }
  .ttl_bx .in_img_tx .in2 {
    white-space: nowrap;
  }
}

.sec1 {
  background: #EBF6FD;
  margin-top: -1px;
  padding-bottom: 50px;
}
.sec1 .c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0 60px;
  position: relative;
  margin-top: -140px;
}
.sec1 .c2 .plus1 {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -39px;
  margin-left: -40px;
}
.sec1 .c2 .bx {
  border-radius: 24px;
  background: white;
  border: 8px solid white;
  color: #194F9F;
  font-weight: 700;
  line-height: 1;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.04);
}
.sec1 .c2 .t1 {
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: left;
}
.sec1 .c2 .num {
  margin: 0 14px;
}
.sec1 .c2 .num img {
  height: 60px;
  width: auto;
}
.sec1 .c2 .t3 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
}
.sec1 .cont {
  text-align: center;
}
.sec1 .cont .inw {
  display: inline-block;
}
.sec1 .cont .in {
  padding: 35px 20px 30px 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.sec1 h2 {
  color: white;
  text-align: center;
  background: #194F9F;
  padding: 19px 10px;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 16px 16px 0 0;
  position: relative;
}
.sec1 h2:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -15px;
  background: #194F9F;
  width: 30px;
  height: 14px;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}
.sec1 .c1 {
  margin: 30px 0 0 0;
  background: white;
  border: 8px solid white;
  color: #194F9F;
  border-radius: 24px;
  position: relative;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.04);
}
.sec1 .c1 .flg {
  width: 250px;
  height: auto;
  z-index: 2;
  position: absolute;
  top: -60px;
  left: 0;
}
.sec1 .c1 .flg img {
  width: 250px;
  height: auto;
  aspect-ratio: 248/136;
}
.sec1 .c1 h2 {
  background: #E91255;
}
.sec1 .c1 h2:before {
  background: #E91255;
}
.sec1 .c1 .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
}
.sec1 .c1 .in:before, .sec1 .c1 .in:after {
  content: "";
  position: absolute;
  top: 50px;
  width: 30px;
  height: 36px;
}
.sec1 .c1 .in:before {
  left: -15px;
  background: url("../images2/lin1.png") center center/cover;
}
.sec1 .c1 .in:after {
  right: -15px;
  background: url("../images2/lin2.png") center center/cover;
}
.sec1 .c1 .t222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.sec1 .c1 .t2_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  color: #E91255;
  margin-left: 10px;
}
.sec1 .c1 .t2_4 .t11 {
  font-size: 2.2rem;
  line-height: 1.1;
  text-align: left;
}
.sec1 .c1 img {
  margin: 0 10px;
  height: 60px;
  width: auto;
}
.sec1 .chance {
  display: none;
}
.sec1 .t3_sp {
  display: none;
}
@media all and (max-width: 1140px) {
  .sec1 .c1 .in {
    display: block;
  }
  .sec1 .c1 .in:before, .sec1 .c1 .in:after {
    top: unset;
    bottom: 40px;
  }
  .sec1 .c1 .t1 {
    width: 100%;
    margin-bottom: 16px;
  }
  .sec1 .c1 .flg {
    width: 170px;
    top: -20px;
  }
}
@media all and (max-width: 1060px) {
  .sec1 .c2 {
    display: block;
    gap: 0;
    margin-top: -140px;
  }
  .sec1 .c2 .plus1 {
    width: 80px;
    position: relative;
    top: unset;
    left: unset;
    margin: -16px auto 0 auto;
    z-index: 5;
  }
  .sec1 .c2 .bx2 {
    margin-top: -16px;
  }
}
@media all and (max-width: 900px) {
  .sec1 .c1 .flg {
    width: 110px;
    top: 0;
    left: -10px;
  }
  .sec1 .c1 .in:before, .sec1 .c1 .in:after {
    content: none;
  }
}
@media all and (max-width: 767px) {
  .sec1 {
    padding-bottom: 32px;
  }
  .sec1 .c2 {
    margin-top: -24px;
  }
  .sec1 .c2 .plus1 {
    width: 42px;
    margin: -12px auto 0 auto;
  }
  .sec1 .c2 .bx {
    border-radius: 16px;
    border: 5px solid white;
  }
  .sec1 .c2 .bx2 {
    margin-top: -12px;
  }
  .sec1 .c2 .t1 {
    font-size: 1.3rem;
  }
  .sec1 .c2 .num {
    margin: 0 5px;
  }
  .sec1 .c2 .num img {
    height: 40px;
  }
  .sec1 .c2 .t3 {
    font-size: 1.8rem;
  }
  .sec1 .cont .in {
    padding: 21px 20px 16px 20px;
  }
  .sec1 h2 {
    padding: 14.5px 10px;
    font-size: 1.3rem;
    line-height: 1.2;
    border-radius: 11px 11px 0 0;
  }
  .sec1 h2:before {
    bottom: -7px;
    margin-left: -9.5px;
    width: 19px;
    height: 8px;
  }
  .sec1 .chance {
    display: block;
    width: 79%;
    margin: 16px auto 0 auto;
  }
  .sec1 .c1 {
    margin: 0;
    border-radius: 16px;
    border: 5px solid white;
    white-space: nowrap;
  }
  .sec1 .c1 .flg {
    display: none;
  }
  .sec1 .c1 .in {
    font-size: 1.8rem;
    padding: 17px 10px 16px 10px;
  }
  .sec1 .c1 .t1 {
    margin-bottom: 10px;
  }
  .sec1 .c1 .t2_4 {
    margin-left: 10px;
  }
  .sec1 .c1 .t2_4 .t11 {
    font-size: 1.5rem;
  }
  .sec1 .c1 img {
    margin: 0 5px;
    height: 40px;
  }
  .sec1 .c1 .t3 {
    display: none;
  }
  .sec1 .c1 .t3_sp {
    display: block;
    text-align: left;
    color: #E91255;
  }
}

.sec2 {
  padding: 80px 0 100px 0;
}
.sec2 .ic {
  width: 78px;
  margin: 0 auto;
}
.sec2 .lead {
  font-size: 2rem;
  text-align: center;
  margin-top: 32px;
}
.sec2 .bxw {
  margin-top: 48px;
  border: 8px solid white;
  box-sizing: border-box;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.sec2 .bxw .bg1, .sec2 .bxw .bg2 {
  position: absolute;
  height: 100%;
  top: 0;
}
.sec2 .bxw .bg1 {
  width: 47%;
  z-index: 2;
  background: #EBF6FD;
  left: 0;
}
.sec2 .bxw .bg1:before {
  right: -79px;
  content: "";
  position: absolute;
  background: white;
  width: 80px;
  height: 100%;
  z-index: 2;
  clip-path: polygon(0% 0%, 8px 0%, 100% 50%, 8px 100%, 0% 100%);
}
.sec2 .bxw .bg1:after {
  right: -69px;
  content: "";
  position: absolute;
  background: #EBF6FD;
  width: 70px;
  height: 100%;
  z-index: 3;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.sec2 .bxw .bg2 {
  width: 53%;
  z-index: 1;
  background: #D7EBF8;
  right: 0;
}
.sec2 .bxw .bg3, .sec2 .bxw .bg4 {
  display: none;
}
.sec2 .bxw .top {
  position: relative;
  z-index: 4;
  padding: 30px 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.sec2 .bxw h3 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  background: #194F9F;
  color: white;
  padding: 7.5px 0;
  border-radius: 100px;
  position: relative;
}
.sec2 .bxw h3 i {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
}
.sec2 .bxw h3 em {
  position: absolute;
  width: 100%;
  bottom: -32px;
  left: 0;
  color: #194F9F;
  font-size: 1.8rem;
}
.sec2 .bxw .im1 {
  margin-top: 50px;
  text-align: center;
}
.sec2 .bxw .im1 img {
  display: inline-block;
  width: 224px;
}
.sec2 .bxw .tx {
  position: absolute;
  text-align: center;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.4;
  width: 166px;
  left: 52%;
  top: 57%;
  margin-left: -84px;
  margin-top: -63.5px;
  color: #194F9F;
}
.sec2 .bxw .tx img {
  margin-top: 20px;
  display: inline-block;
  height: 35px;
  width: auto;
}
.sec2 .bxw .tx .sp1 {
  display: none;
}
.sec2 .bxw .bx1 {
  width: 46.6%;
}
.sec2 .bxw .bx2 {
  width: 46%;
  margin-right: 1%;
}
.sec2 .bxw .im2 {
  margin-top: 50px;
  text-align: right;
  padding-right: 3%;
  box-sizing: border-box;
}
.sec2 .bxw .im2 img {
  display: inline-block;
  width: 293px;
}
.sec2 .bxw .btm {
  position: relative;
  z-index: 4;
  max-width: 850px;
  width: 90%;
  margin: 0 auto 30px auto;
  border-radius: 24px;
  box-sizing: border-box;
  border: 5px solid #194F9F;
  display: grid;
  grid-template-columns: 295px 1fr;
}
.sec2 .bxw .btm h3 {
  border-radius: 18px 0 0 18px;
}
.sec2 .bxw .btm .ttl {
  display: flex;
  align-items: center;
  position: relative;
}
.sec2 .bxw .btm .ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  margin-left: -7px;
  margin-top: -10.5px;
  background: #194F9F;
  width: 14px;
  height: 21px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.sec2 .bxw .btm .ttl span {
  width: 100%;
}
.sec2 .bxw .btm .txt {
  background: white;
  border-radius: 0 18px 18px 0;
  text-align: center;
}
.sec2 .bxw .btm .txt .inw {
  display: inline-block;
}
.sec2 .bxw .btm .txt .in3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  color: #194F9F;
  font-size: 2.2rem;
  padding: 27px 0;
  box-sizing: border-box;
  position: relative;
}
.sec2 .bxw .btm .txt .in3:before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #FFF5BC;
  z-index: 1;
}
.sec2 .bxw .btm .txt .in3 img {
  position: relative;
  z-index: 2;
  display: inline-block;
  height: 60px;
  width: auto;
  margin: 0 10px;
}
.sec2 .bxw .btm .txt .in3 .t1 {
  position: relative;
  z-index: 2;
  top: 10px;
}
.sec2 .bxw .btm .txt .in3 .t2 {
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.1;
  text-align: left;
}
.sec2 .btnw {
  margin: 64px 0 0 0;
}
@media all and (max-width: 1060px) {
  .sec2 .bxw .top {
    display: block;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
  }
  .sec2 .bxw .bx1, .sec2 .bxw .bx2 {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .sec2 .bxw h3 {
    display: inline-block;
    padding: 7.5px 20px;
  }
  .sec2 .bxw .tx {
    position: relative;
    width: 290px;
    left: unset;
    top: unset;
    margin: 30px auto;
    z-index: 3;
  }
  .sec2 .bxw .tx br {
    display: none;
  }
  .sec2 .bxw .tx .sp0 {
    display: none;
  }
  .sec2 .bxw .tx .sp1 {
    display: block;
    width: 23px;
    height: auto;
    margin: 0 auto;
  }
  .sec2 .bxw .tx .sp1 img {
    width: 100%;
  }
  .sec2 .bxw .bg1, .sec2 .bxw .bg2 {
    display: none;
  }
  .sec2 .bxw .bg3, .sec2 .bxw .bg4 {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
  }
  .sec2 .bxw .bg3 {
    width: 100%;
    height: 42%;
    z-index: 2;
    background: #EBF6FD;
    left: 0;
  }
  .sec2 .bxw .bg3:before {
    right: 0;
    bottom: -79px;
    content: "";
    position: absolute;
    background: white;
    width: 100%;
    height: 80px;
    z-index: 2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 8px, 50% 100%, 0% 8px);
  }
  .sec2 .bxw .bg3:after {
    right: 0;
    bottom: -69px;
    content: "";
    position: absolute;
    background: #EBF6FD;
    width: 100%;
    height: 70px;
    z-index: 3;
    clip-path: polygon(0 0, 50% 100%, 100% 0%);
  }
  .sec2 .bxw .bg4 {
    width: 100%;
    height: 58%;
    top: 42%;
    z-index: 1;
    background: #D7EBF8;
    right: 0;
  }
  .sec2 .bxw .im2 {
    text-align: center;
    padding-right: 0;
  }
  .sec2 .bxw .btm {
    max-width: none;
    width: 100%;
    margin: 40px auto 30px auto;
  }
}
@media all and (max-width: 900px) {
  .sec2 .bxw .btm {
    display: block;
  }
  .sec2 .bxw .btm h3 {
    border-radius: 18px 18px 0 0;
  }
  .sec2 .bxw .btm .ttl:before {
    bottom: -13px;
    top: unset;
    left: 50%;
    margin-left: -15px;
    background: #194F9F;
    width: 30px;
    height: 14px;
    clip-path: polygon(0 0, 50% 100%, 100% 0%);
  }
  .sec2 .bxw .btm .txt {
    border-radius: 0 0 18px 18px;
  }
  .sec2 .bxw .btm .txt .inw {
    display: inline-block;
  }
  .sec2 .bxw .btm .txt .in3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    color: #194F9F;
    font-size: 2.2rem;
    padding: 27px 0;
    box-sizing: border-box;
    position: relative;
  }
  .sec2 .bxw .btm .txt .in3:before {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 12px;
    background: #FFF5BC;
    z-index: 1;
  }
  .sec2 .bxw .btm .txt .in3 img {
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 60px;
    width: auto;
    margin: 0 10px;
  }
  .sec2 .bxw .btm .txt .in3 .t1 {
    position: relative;
    z-index: 2;
  }
  .sec2 .bxw .btm .txt .in3 .t2 {
    position: relative;
    z-index: 2;
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1.1;
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .sec2 {
    padding: 48px 0;
  }
  .sec2 .ic {
    width: 58px;
  }
  .sec2 .lead {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 16px;
  }
  .sec2 .bxw {
    margin-top: 32px;
    border: 5px solid white;
    border-radius: 16px;
  }
  .sec2 .bxw h3 {
    padding: 5px 10px;
    font-size: 1.5rem;
  }
  .sec2 .bxw h3 i {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .sec2 .bxw h3 em {
    bottom: -24px;
    font-size: 1.4rem;
  }
  .sec2 .bxw .top {
    padding: 16px 0px;
  }
  .sec2 .bxw .im1 {
    margin-top: 24px;
  }
  .sec2 .bxw .im2 img {
    width: 217px;
  }
  .sec2 .bxw .tx {
    font-size: 2rem;
    margin: 24px auto;
  }
  .sec2 .bxw .tx .sp1 {
    margin: 4px auto;
  }
  .sec2 .bxw .bg3:before {
    bottom: -52px;
    height: 51px;
  }
  .sec2 .bxw .bg3:after {
    bottom: -42px;
    height: 43px;
  }
  .sec2 .bxw .bx2 h3 {
    padding: 5px 15px;
  }
  .sec2 .bxw .btm {
    margin: 32px auto 0 auto;
  }
  .sec2 .bxw .btm span br {
    display: none;
  }
  .sec2 .bxw .btm .ttl {
    font-size: 1.3rem;
    padding: 12px 0 12px 0;
  }
  .sec2 .bxw .btm .ttl:before {
    bottom: -7px;
    margin-left: -9.5px;
    width: 19px;
    height: 8px;
  }
  .sec2 .bxw .btm .txt .in3 {
    font-size: 1.5rem;
    padding: 19px 0;
  }
  .sec2 .bxw .btm .txt .in3:before {
    bottom: 17px;
    left: -4%;
    width: 105%;
  }
  .sec2 .bxw .btm .txt .in3 img {
    height: 40px;
  }
  .sec2 .bxw .btm .txt .in3 .t1 {
    line-height: 1.2;
    text-align: left;
    top: -1px;
  }
  .sec2 .bxw .btm .txt .in3 .t2 {
    font-size: 1.8rem;
  }
  .sec2 .btnw {
    margin: 32px 0 0 0;
  }
}

.sec3 {
  background: #FFEDED;
  padding: 100px 0;
  box-sizing: border-box;
}
.sec3 .ic {
  width: 65px;
  margin: 0 auto;
}
.sec3 .ld1 {
  color: #E91255;
  display: block;
  margin-top: 30px;
  font-size: 2.4rem;
}
.sec3 .c31 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #E91255;
  align-items: center;
  max-width: 890px;
  width: 100%;
  margin: 20px auto 0 auto;
}
.sec3 .c31 .t1 {
  font-size: 2.2rem;
  line-height: 1.1;
  text-align: left;
}
.sec3 .c31 .t2 {
  font-size: 4.8rem;
  line-height: 1.18;
  font-weight: 900;
}
.sec3 .c31 .t2 i {
  font-size: 4rem;
}
.sec3 .c31 .t2 br {
  display: none;
}
.sec3 .c31 img {
  display: inline-block;
  height: 60px;
  width: auto;
  margin: 0 5px;
}
.sec3 .lead {
  text-align: center;
  font-size: 2rem;
  margin-top: 30px;
}
.sec3 .bxw {
  background: white;
  border-radius: 24px;
  margin-top: 50px;
  padding: 50px 0 60px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.sec3 h3 {
  display: inline-block;
  font-size: 3.6rem;
  color: #E91255;
  position: relative;
}
.sec3 h3:before {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 98%;
  height: 12px;
  background: #FFEDED;
}
.sec3 h3 em {
  position: relative;
  z-index: 2;
  letter-spacing: 0.07em;
}
.sec3 h3 i {
  font-size: 2.4rem;
  color: #333;
}
.sec3 .im {
  margin: 10px auto 0 auto;
  max-width: 760px;
}
.sec3 .im img {
  width: 100%;
  margin-left: 6%;
}
.sec3 .im1, .sec3 .im2 {
  position: absolute;
}
.sec3 .im1 {
  left: 20px;
  bottom: -10px;
  width: 80px;
}
.sec3 .im2 {
  right: 20px;
  bottom: -10px;
  width: 120px;
}
@media all and (max-width: 1000px) {
  .sec3 .c31 {
    max-width: 505px;
    align-items: flex-start;
  }
  .sec3 .c31 .t1 {
    position: relative;
    top: 5px;
  }
  .sec3 .c31 .t2 br {
    display: block;
  }
  .sec3 .c31 .t2 .sp {
    font-size: 4.8rem;
    line-height: 1.18;
    font-weight: 900;
    position: relative;
    left: -60px;
  }
  .sec3 .im img {
    width: 88%;
    margin-left: 8%;
  }
}
@media all and (max-width: 767px) {
  .sec3 {
    padding: 48px 0 56px 0;
  }
  .sec3 .ic {
    width: 48px;
  }
  .sec3 .ld1 {
    margin-top: 24px;
    font-size: 1.6rem;
  }
  .sec3 .c31 {
    width: 100%;
    margin: 12px auto 0 auto;
    max-width: 323px;
  }
  .sec3 .c31 .t1 {
    font-size: 1.6rem;
    line-height: 1.1;
    text-align: left;
  }
  .sec3 .c31 .t2 {
    font-size: 2.8rem;
  }
  .sec3 .c31 .t2 i {
    font-size: 2rem;
  }
  .sec3 .c31 .t2 .sp {
    font-size: 2.8rem;
    left: -40px;
    top: 4px;
  }
  .sec3 .c31 img {
    height: 40px;
    position: relative;
    top: 3px;
  }
  .sec3 .lead {
    font-size: 1.4rem;
    margin-top: 24px;
    left: -2%;
    white-space: nowrap;
    width: 104%;
    position: relative;
  }
  .sec3 .bxw {
    margin-top: 32px;
    border-radius: 16px;
    padding: 24px 0 32px 0;
  }
  .sec3 h3 {
    font-size: 1.5rem;
  }
  .sec3 h3 i {
    font-size: 1.2rem;
  }
  .sec3 .im1 {
    left: -7px;
    bottom: -10px;
    width: 40px;
  }
  .sec3 .im2 {
    right: -10px;
    bottom: -10px;
    width: 60px;
  }
}

.sec4 {
  background: #EBF6FD;
  padding: 100px 0;
  box-sizing: border-box;
}
.sec4 .inner {
  max-width: 850px;
  margin: 0 auto;
}
.sec4 h2 {
  text-align: center;
  color: white;
  font-size: 2.8rem;
  font-weight: bold;
  background: #2B5AA0;
  padding: 13px 0;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 auto;
  width: calc(100% - 100px);
}
.sec4 h2 br {
  display: none;
}
.sec4 h2:before, .sec4 h2:after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 78px;
  height: 57px;
}
.sec4 h2:before {
  left: -50px;
  background: url("../images2/rl.png") center center/cover;
}
.sec4 h2:after {
  right: -50px;
  background: url("../images2/rr.png") center center/cover;
}
.sec4 .c3 {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 48px;
}
.sec4 .c3 .bx {
  background: white;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
}
.sec4 .c3 .bx .in {
  width: 100%;
}
.sec4 .c3 .img {
  max-width: 144px;
  width: 100%;
  margin: 0 auto;
}
.sec4 .c3 .txt {
  font-weight: bold;
  text-align: center;
}
.sec4 .txt2 {
  text-align: center;
  margin: 40px 0 24px 0;
}
.sec4 .txt2 p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.sec4 .txt2 p:before, .sec4 .txt2 p:after {
  content: "";
  position: absolute;
  top: 13px;
  width: 30px;
  height: 36px;
}
.sec4 .txt2 p:before {
  left: -45px;
  background: url("../images2/lin1.png") center center/cover;
}
.sec4 .txt2 p:after {
  right: -45px;
  background: url("../images2/lin2.png") center center/cover;
}
.sec4 a {
  max-width: 600px;
}
@media all and (max-width: 900px) {
  .sec4 h2 {
    line-height: 1.4;
  }
  .sec4 h2 br {
    display: block;
  }
  .sec4 .c3 {
    max-width: 500px;
    margin: 32px auto 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }
  .sec4 .c3 .bx {
    width: 240px;
    margin: 0 auto;
  }
  .sec4 .c3 .bx:nth-of-type(1) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .sec4 .c3 .bx:nth-of-type(2) {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .sec4 .c3 .bx:nth-of-type(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .sec4 .c3 .img {
    max-width: 144px;
    width: 100%;
    margin: 0 auto;
  }
  .sec4 .c3 .txt {
    font-weight: bold;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .sec4 {
    padding: 48px 0 48px 0;
  }
  .sec4 h2 {
    font-size: 2.2rem;
    padding: 8px 0;
    width: calc(100% - 40px);
  }
  .sec4 h2:before, .sec4 h2:after {
    bottom: -20px;
    width: 41px;
    height: 56px;
  }
  .sec4 h2:before {
    left: -27px;
    background: url("../images2/rl_sp.png") center center/cover;
  }
  .sec4 h2:after {
    right: -27px;
    background: url("../images2/rr_sp.png") center center/cover;
  }
  .sec4 .c3 {
    max-width: 340px;
    gap: 0 16px;
  }
  .sec4 .c3 .bx {
    width: 156px;
  }
  .sec4 .c3 .img {
    max-width: 90px;
  }
  .sec4 .c3 .txt {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .sec4 .txt2 {
    text-align: center;
    margin: 40px 0 16px 0;
  }
  .sec4 .txt2 p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .sec4 .txt2 p:before, .sec4 .txt2 p:after {
    top: 9px;
    width: 16px;
    height: 27px;
  }
  .sec4 .txt2 p:before {
    left: -25px;
    background: url("../images2/lin1_sp.png") center center/cover;
  }
  .sec4 .txt2 p:after {
    right: -25px;
    background: url("../images2/lin2_sp.png") center center/cover;
  }
  .sec4 a {
    padding: 18px 20px 18px 30px;
    text-align: left;
  }
}

.sec5 {
  background: #1467AE;
  padding: 64px 0;
  box-sizing: border-box;
}
.sec5 h2 {
  color: white;
  text-align: center;
  font-size: 2.2rem;
}
.sec5 h2 i {
  font-size: 2.8rem;
}
.sec5 h2 .in {
  display: inline-block;
  position: relative;
}
.sec5 h2 .in:before, .sec5 h2 .in:after {
  content: "";
  position: absolute;
  top: 13px;
  width: 18px;
  height: 20px;
}
.sec5 h2 .in:before {
  left: -25px;
  background: url("../images2/lin21.png") center center/cover;
}
.sec5 h2 .in:after {
  right: -25px;
  background: url("../images2/lin22.png") center center/cover;
}
.sec5 .bx {
  background: white;
  max-width: 900px;
  margin: 20px auto 0 auto;
  border-radius: 24px;
  padding: 40px;
  box-sizing: border-box;
}
.sec5 .top {
  text-align: center;
}
.sec5 h3 {
  display: inline-block;
  font-size: 2rem;
  color: white;
  text-align: center;
  border-radius: 100px;
  background: #194F9F;
  padding: 7px 45px;
  box-sizing: border-box;
  position: relative;
}
.sec5 h3:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  background: #194F9F;
  width: 18px;
  height: 10px;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}
.sec5 .tx_line {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 24px;
  color: #194F9F;
}
.sec5 .tx_line .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: end;
  position: relative;
}
.sec5 .tx_line .in:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: 1;
  background: #FFF5BC;
}
.sec5 .tx_line .in img {
  height: 60px;
}
.sec5 .tx_line .tx1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  top: -3px;
}
.sec5 .tx_line .tx2 {
  margin: 0 5px 0 10px;
  position: relative;
  bottom: -5px;
  z-index: 2;
}
.sec5 .tx_line .tx3 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
  z-index: 2;
  top: -3px;
}
.sec5 .lead {
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
.sec5 .lead:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #194F9F;
}
.sec5 .lead i {
  padding: 0 5px;
  display: inline-block;
  background: white;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
}
.sec5 .c2 {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 0 38px;
  padding: 0 24px;
}
.sec5 .bx2 {
  display: grid;
  grid-template-columns: 68px 125px 1fr;
  gap: 20px 12px;
  align-items: center;
}
.sec5 .bx2 a {
  text-decoration: none;
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.sec5 .bx2 a:hover {
  opacity: 0.7;
}
.sec5 .bx2 a p {
  margin-bottom: 3px;
}
.sec5 .bx21 {
  display: grid;
  grid-template-columns: 68px 153px 1fr;
}
.sec5 .sptx {
  display: none;
}
@media all and (max-width: 767px) {
  .sec5 {
    padding: 48px 0 40px 0;
  }
  .sec5 h2 {
    font-size: 1.6rem;
  }
  .sec5 h2 i {
    font-size: 2.1rem;
  }
  .sec5 h2 .in:before, .sec5 h2 .in:after {
    top: 26px;
    width: 16px;
    height: 27px;
  }
  .sec5 h2 .in:before {
    left: -25px;
    background: url("../images2/lin21_sp.png") center center/cover;
  }
  .sec5 h2 .in:after {
    right: -25px;
    background: url("../images2/lin22_sp.png") center center/cover;
  }
  .sec5 .bx {
    margin: 16px auto 0 auto;
    padding: 24px 16px;
  }
  .sec5 h3 {
    font-size: 1.3rem;
    padding: 7px 12px;
  }
  .sec5 h3:before {
    bottom: -6px;
    margin-left: -6px;
    width: 12px;
    height: 7px;
  }
  .sec5 .top {
    border-bottom: 2px dotted #194F9F;
  }
  .sec5 .tx_line {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .sec5 .tx_line .in:before {
    bottom: -4px;
  }
  .sec5 .tx_line .in img {
    height: 40px;
  }
  .sec5 .tx_line .tx1 {
    font-size: 1.5rem;
    text-align: left;
  }
  .sec5 .tx_line .tx2 {
    margin: 0 5px 0 5px;
    bottom: -1px;
  }
  .sec5 .tx_line .tx3 {
    font-size: 1.8rem;
    text-align: left;
  }
  .sec5 .lead {
    margin-bottom: 16px;
  }
  .sec5 .lead:before {
    content: none;
  }
  .sec5 .lead i {
    font-size: 1rem;
  }
  .sec5 .btm {
    padding-top: 8px;
  }
  .sec5 .c2 {
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    padding: 0 24px;
  }
  .sec5 .sptx {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
  .sec5 .bx2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .sec5 .bx2 a p {
    display: none;
  }
  .sec5 .bx2 .qr {
    display: none;
  }
  .sec5 .bx2 .ic {
    width: 56px;
    margin: 16px auto;
  }
  .sec5 .bx2 .app {
    width: 106px;
    margin: 0 auto;
  }
  .sec5 .bx21 {
    grid-template-columns: 1fr;
  }
  .sec5 .bx21 .qr {
    display: none;
  }
  .sec5 .bx21 .ic {
    width: 56px;
    margin: 16px auto;
  }
  .sec5 .bx21 .app {
    width: 130px;
    margin: 0 auto;
  }
}

.sec6 {
  padding: 80px 0 64px 0;
  box-sizing: border-box;
  background: #D7EBF8;
}
.sec6 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
.sec6 .bx {
  border-radius: 24px;
  background: white;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding-bottom: 168px;
}
.sec6 .tx {
  font-size: 1.4rem;
  margin-top: 16px;
}
.sec6 .bx:nth-of-type(1) a {
  text-align: left;
  padding-left: 40px;
}
.sec6 h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #194F9F;
  line-height: 1.4;
  margin-bottom: 24px;
}
.sec6 a {
  position: absolute;
  width: calc(100% - 80px);
  bottom: 40px;
  left: 40px;
  margin-top: 40px;
  font-size: 2.4rem;
  padding: 25px 0;
}
@media all and (max-width: 1140px) {
  .sec6 .inner {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .sec6 .bx {
    padding-bottom: 40px;
  }
  .sec6 .bx:nth-of-type(1) a {
    padding-left: 80px;
  }
  .sec6 a {
    margin: 40px auto 0 auto;
    position: relative;
    left: unset;
    bottom: unset;
  }
}
@media all and (max-width: 767px) {
  .sec6 {
    padding: 40px 0;
  }
  .sec6 .inner {
    gap: 0 24px;
  }
  .sec6 .bx {
    padding: 24px;
  }
  .sec6 .tx {
    font-size: 1.1rem;
    margin-top: 8px;
  }
  .sec6 .bx:nth-of-type(1) {
    margin-bottom: 32px;
  }
  .sec6 .bx:nth-of-type(1) a {
    padding-left: 24px;
  }
  .sec6 h2 {
    font-size: 2.1rem;
    margin-bottom: 16px;
  }
  .sec6 .lead {
    font-size: 1.4rem;
  }
  .sec6 a {
    font-size: 1.6rem;
    width: 100%;
    padding: 19px 0;
    margin: 24px auto 0 auto;
  }
}

.sec7 {
  padding: 80px 0;
  box-sizing: border-box;
  background: #F2F4F7;
}
.sec7 .acd {
  margin-top: 64px;
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.sec7 .acd:nth-of-type(1) {
  margin-top: 0;
}
.sec7 .acd .acd_ttl {
  color: #194F9F;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
  cursor: pointer;
}
.sec7 .acd .acd_ttl i {
  line-height: 1;
  width: 42px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.sec7 .acd .acd_ttl i img {
  width: 100%;
}
.sec7 .acd .acd_ttl.open i {
  transform: rotate(180deg);
}
.sec7 .acd .cont {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  padding: 20px 0 0 0;
}
.sec7 .acd .cont li {
  position: relative;
  padding-left: 14px;
}
.sec7 .acd .cont li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}
.sec7 .fb {
  font-weight: bold;
  color: #333;
  font-size: 1.4rem;
}
.sec7 ul {
  padding: 0 0 0 0;
}
.sec7 li {
  color: #333;
}
@media all and (max-width: 767px) {
  .sec7 {
    padding: 40px 0;
  }
  .sec7 .acd {
    margin-top: 32px;
    border-radius: 8px;
    padding: 22px 24px;
  }
  .sec7 .acd:nth-of-type(1) {
    margin-top: 0;
  }
  .sec7 .acd .acd_ttl {
    text-align: left;
    font-size: 2.1rem;
  }
  .sec7 .acd .acd_ttl i {
    width: 30px;
  }
  .sec7 .acd .cont {
    padding: 10px 0 0 0;
  }
  .sec7 .acd .cont li {
    position: relative;
    padding-left: 12px;
  }
  .sec7 .acd .cont li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
  }
  .sec7 .fb {
    margin-top: 10px;
  }
}

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