html {
  scroll-behavior: smooth;
}

.campaign {
  height: 0;
  height: 110px;
  background: linear-gradient(90deg, #0040E2 2%, #0072FA 10%, #0072FA 90%, #0040E2 98%);
  transition: 0.3s;
}
@media screen and (max-width: 1099px) {
  .campaign {
    height: 82px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 660px) {
  .campaign {
    height: max(72px, 15.1515151515vw);
  }
}
.campaign:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.campaign a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
}
@media screen and (max-width: 1350px) {
  .campaign a {
    padding: 0;
  }
}
.campaign img {
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .campaign img.cpbanner-l {
    display: none;
  }
}
.campaign img.cpbanner-m {
  display: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
  .campaign img.cpbanner-m {
    display: block;
  }
}

.mv {
  width: 100%;
  height: 600px;
  padding-top: 80px;
  background: radial-gradient(circle, #F4F9FF, #E2EEFC 100%);
  position: relative;
}
.mv::before {
  content: "";
  width: min(80vw, 525px);
  height: 186px;
  background-image: url("../img/bg-shape--top.webp");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1099px) {
  .mv::before {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .mv::before {
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  .mv::before {
    height: 50px;
  }
}
.mv::after {
  content: "";
  width: min(40vw, 1495px);
  width: 75vw;
  height: 23.6578707916vw;
  max-height: 459px;
  background-image: url("../img/bg-shape--bottom.webp");
  background-position-x: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv::after {
    width: 80%;
    height: 35%;
  }
}
@media screen and (max-width: 1099px) {
  .mv {
    height: auto;
    padding: 80px 32px 96px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 48px 32px 0;
  }
}
@media screen and (max-width: 400px) {
  .mv {
    padding: 48px 0px 0;
  }
}
.mv__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1099px) {
  .mv__inner {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mv__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    margin-bottom: -24px;
  }
}
.mv__inner::before {
  width: 0;
  height: 0;
  content: "";
  background-image: url("../img/img--mv-02-sp.webp");
  background-size: contain;
  position: absolute;
  top: -48px;
  right: -32px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__inner::before {
    width: min(50%, 240px);
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .mv__inner::before {
    right: 0px;
  }
}
.mv__text {
  margin-top: 24px;
  font-weight: 800;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .mv__text {
    margin: 0;
    text-align: center;
  }
}
.mv__text p {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media screen and (max-width: 1099px) {
  .mv__text p {
    font-size: max(18px, 2.1838034577vw);
  }
}
@media screen and (max-width: 400px) {
  .mv__text p {
    margin: 0 16px 16px;
    font-size: 14px;
  }
}
.mv__text h1 {
  font-size: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 1099px) {
  .mv__text h1 {
    font-size: 4.5495905369vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__text h1 {
    font-size: 30px;
  }
}
.mv__text h1 span {
  font-weight: 800;
}
.mv picture {
  width: 500px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .mv picture {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .mv picture {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mv picture img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv picture img {
    width: 69.5vw;
    max-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .mv picture::before {
    content: "";
    width: 22.5vw;
    max-width: 112px;
    height: 100%;
    background-image: url("../img/img--mv-01-sp.webp");
    background-position: bottom;
    background-size: contain;
    position: absolute;
    bottom: -18px;
    left: -40px;
    z-index: 1;
  }
}

.mv__bottom {
  height: 80px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__bottom {
    height: auto;
  }
}
.mv__bottom-inner {
  width: min(100%, 1080px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
@media screen and (max-width: 1099px) {
  .mv__bottom-inner {
    padding: 0 32px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mv__bottom-inner {
    justify-content: center;
    padding: 48px 32px 40px;
    text-align: center;
  }
}
.mv__bottom-inner img {
  width: 360px;
  margin-top: -270px;
}
@media screen and (max-width: 1099px) {
  .mv__bottom-inner img {
    width: 32.7570518653vw;
    margin-top: -24.567788899vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__bottom-inner img {
    display: none;
  }
}
.mv__bottom-inner p {
  font-weight: 800;
  color: #FFF;
  font-size: 22px;
}
@media screen and (max-width: 1099px) {
  .mv__bottom-inner p {
    font-size: max(16px, 2.0018198362vw);
  }
}
@media screen and (max-width: 768px) {
  .mv__bottom-inner p {
    font-size: 18px;
  }
}
.mv__bottom-inner p span {
  color: #F8E735;
}

.cloudsecure {
  background: #BCE6FB;
  padding: 64px 32px;
}
@media screen and (max-width: 768px) {
  .cloudsecure {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 400px) {
  .cloudsecure {
    padding: 48px 16px;
  }
}
.cloudsecure-inner {
  background: #FFF;
  width: min(100%, 880px);
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px #BCE6FB;
  padding: 20px 40px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cloudsecure-inner {
    padding: 32px 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .cloudsecure-inner {
    padding: 24px 32px;
    row-gap: 16px;
  }
}
.cloudsecure-logo {
  height: 32px;
}
@media screen and (max-width: 1099px) {
  .cloudsecure-logo {
    height: 28px;
  }
}
@media screen and (max-width: 400px) {
  .cloudsecure-logo {
    height: 26px;
  }
}
.cloudsecure-text {
  font-weight: 400;
  color: #3F515F;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 40px;
  border-left: solid 1px #C5D4DC;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .cloudsecure-text {
    padding: 32px 0 0;
    border: none;
    border-top: solid 1px #C5D4DC;
  }
}
@media screen and (max-width: 400px) {
  .cloudsecure-text {
    padding-top: 16px;
  }
}
.cloudsecure-text a {
  display: inline;
  color: #3F515F;
  text-decoration: underline;
}
.cloudsecure-text a:hover {
  color: #1E82D9;
}

.outline {
  padding: 80px 32px;
  background: linear-gradient(90deg, #CFDAE4 0, #FAFAFC 50%, #CFDAE4 100%);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .outline {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .outline {
    padding: 56px 16px;
  }
}
.outline::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  border-top: 56px solid #F8F8FB;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .outline::after {
    margin-left: -40px;
    border-top: 28px solid #F8F8FB;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }
}
.outline__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/bg-outline.webp");
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  opacity: 0.35;
}
.outline__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: overlay;
}
.outline__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.outline__top {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.outline__title {
  font-weight: 800;
  font-size: 36px;
}
@media screen and (max-width: 1099px) {
  .outline__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .outline__title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.outline__subtitle {
  font-weight: 800;
  font-size: 20px;
  color: #0F5195;
  padding: 8px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .outline__subtitle {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
.outline__text {
  font-weight: 500;
  max-width: 962px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .outline__text {
    text-align: left;
  }
}
.outline__text a {
  display: inline-block;
  margin: 0 4px;
  font-weight: 400;
  font-size: 12px;
  color: #3F515F;
  text-decoration: underline;
}
.outline__text a:hover {
  color: #1E82D9;
}
.outline__cards {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 28px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1099px) {
  .outline__cards {
    -moz-column-gap: max(16px, 2.5477707006vw);
         column-gap: max(16px, 2.5477707006vw);
  }
}
@media screen and (max-width: 768px) {
  .outline__cards {
    width: min(100%, 450px);
    margin: 0 auto;
    padding: 0 10px;
  }
}
.outline__card {
  background: #859FAD;
  padding: 18px 32px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  box-shadow: 0 4px 20px #9DB5C3;
  flex: 1;
}
@media screen and (max-width: 1099px) {
  .outline__card {
    padding: 20px 16px 32px;
  }
}
@media screen and (max-width: 768px) {
  .outline__card {
    padding: 18px 28px 32px;
  }
}
.outline__card-title {
  width: 222px;
  background: #486172;
  border-radius: 4px;
  padding: 7px 28px;
  margin: 0 auto 12px;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
}
.outline__card span {
  color: #F8E735;
}
.outline__arrow {
  height: 60px;
  margin-bottom: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .outline__arrow {
    width: 100%;
  }
}
.outline__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1099px) {
  .outline__bottom {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.outline__bottom img {
  width: 180px;
}
@media screen and (max-width: 1099px) {
  .outline__bottom img {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .outline__bottom img {
    display: none;
  }
}
.outline__bottom-subtext {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 16px;
  color: #6E8FA2;
}
@media screen and (max-width: 768px) {
  .outline__bottom-subtext {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .outline__bottom-subtext {
    margin: 0 -8px 16px;
    text-align: center;
  }
}
.outline__bottom-text {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 1099px) {
  .outline__bottom-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .outline__bottom-text {
    font-size: 20px;
    line-height: 1.8;
  }
}
.outline__bottom-text span {
  font-weight: 800;
  color: #0F5195;
  background: #FFF;
  padding: 4px 8px 6px;
  margin: 0 4px;
}
@media screen and (max-width: 1099px) {
  .outline__bottom-text.pc {
    display: none;
  }
}
.outline__bottom-text.lg-2 {
  display: none;
  text-align: left;
}
@media screen and (max-width: 1099px) {
  .outline__bottom-text.lg-2 {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .outline__bottom-text.lg-2 {
    margin: 0 -8px;
    text-align: center;
  }
}

.about {
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  padding: 136px 0 80px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .about {
    padding: 136px 32px 80px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 32px 56px;
  }
}
@media screen and (max-width: 400px) {
  .about {
    padding: 56px 16px;
  }
}
.about::after {
  content: "";
  width: 80vw;
  height: 665px;
  background-image: url("../img/bg-about.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.about__title {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 48px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 1099px) {
  .about__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 22px;
  }
}
.about__title .english {
  font-weight: 600;
  font-size: 41px;
}
@media screen and (max-width: 1099px) {
  .about__title .english {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .about__title .english {
    font-size: 22px;
  }
}
.about__title .color {
  color: #F8E735;
}
.about__title .annotation {
  font-weight: 400;
  font-size: 12px;
}
.about__title .annotation a {
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
}
.about__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about__content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.about__content-left {
  width: 472px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1099px) {
  .about__content-left {
    width: 42.9481346679vw;
  }
}
@media screen and (max-width: 768px) {
  .about__content-left {
    width: 77vw;
    max-height: 260px;
  }
}
.about__content-right {
  flex: 1;
  text-align: center;
}
.about__content-right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  .about__content-right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about__content-right p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.about__content-right p .annotation {
  font-weight: 400;
  font-size: 12px;
}
.about__content-right p .annotation a {
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
}
.about__content-img.pc {
  width: 100%;
  max-height: 114px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .about__content-img.pc {
    display: none;
    font-size: 16px;
  }
}
.about__content-img.sp {
  display: none;
  width: 100%;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .about__content-img.sp {
    display: block;
  }
}
.about__points {
  background: #E2EEFC;
  padding: 40px 0;
  border-radius: 12px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .about__points {
    width: min(100%, 450px);
    margin: 0 auto;
    flex-direction: column;
    padding: 8px 16px;
  }
}
.about__point {
  padding: 0 32px;
  border-right: solid 2px rgba(61, 167, 241, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  color: #3F515F;
  flex: 1;
}
@media screen and (max-width: 1099px) {
  .about__point {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .about__point {
    padding: 32px 0;
    border-right: none;
    border-bottom: solid 2px rgba(61, 167, 241, 0.3);
  }
}
.about__point:last-child {
  border: none;
}
.about__point .point-num {
  font-weight: 800;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  padding: 6px 16px;
  letter-spacing: 0.05rem;
  border-radius: 100px;
}
.about__point .point-title {
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1099px) {
  .about__point .point-title {
    font-size: max(18px, 2.1838034577vw);
  }
}
@media screen and (max-width: 768px) {
  .about__point .point-title {
    font-size: 24px;
  }
}
.about__point .point-text {
  font-weight: 400;
  text-align: justify;
}
.about__point img {
  width: 200px;
  height: auto;
}

.function {
  background: #F1F7FE;
  padding: 80px 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .function {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .function {
    padding: 56px 16px;
  }
}
.function__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .function__inner {
    width: min(100%, 450px);
    margin: 0 auto;
    flex-direction: column;
  }
}
.function__content {
  width: min(48%, 520px);
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .function__content {
    row-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .function__content {
    width: 100%;
    row-gap: 40px;
  }
}
.function__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
@media screen and (max-width: 1099px) {
  .function__content-inner {
    height: 530px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 870px) {
  .function__content-inner {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .function__content-inner {
    height: auto;
  }
}
.function__content-title {
  width: 100%;
  font-weight: 800;
  font-size: 24px;
  color: #FFF;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  padding: 24px 0;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 768px) {
  .function__content-title {
    font-size: 22px;
    padding: 20px 0;
  }
}
.function__content-head {
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1099px) {
  .function__content-head {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .function__content-head {
    font-size: 20px;
  }
}
.function__content-img {
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1099px) {
  .function__content-img {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .function__content-img {
    width: 100%;
  }
}
.function__content-text {
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  margin: 0 30px;
  text-align: justify;
}
@media screen and (max-width: 490px) {
  .function__content-text {
    margin: 0;
  }
}
.function .accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.function .accordion__item {
  border-radius: 12px;
  overflow: hidden;
}
.function .accordion__header {
  background: #E2EEFC;
  padding: 16px 24px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.function .accordion__header span {
  font-weight: 700;
  font-size: 18px;
  color: #0F5195;
}
.function .accordion__header::after {
  content: "";
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  mask-image: url("../img/icon--plus.svg");
  -webkit-mask-image: url("../img/icon--plus.svg");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.function .accordion__header.open::after {
  mask-image: url("../img/icon--minus.svg");
  -webkit-mask-image: url("../img/icon--minus.svg");
}
.function .accordion__content {
  font-weight: 400;
  display: none;
  background: #FFF;
  text-align: justify;
  padding: 16px 24px;
}

.siteseal {
  padding: 64px 32px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
}
@media screen and (max-width: 768px) {
  .siteseal {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .siteseal {
    padding: 56px 16px;
  }
}
.siteseal__title {
  font-weight: 800;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .siteseal__title {
    font-size: 28px;
  }
}
.siteseal__title span {
  color: #F8E735;
}
.siteseal__inner {
  width: min(100%, 840px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 24px;
  padding: 32px 32px 32px 40px;
  background: #F1F7FE;
  border-radius: 8px;
}
@media screen and (max-width: 700px) {
  .siteseal__inner {
    flex-direction: column;
    padding: 32px 24px;
  }
}
.siteseal__text-main {
  font-weight: 400;
  margin-bottom: 16px;
  word-break: break-all;
  text-align: justify;
}
.siteseal__text-note {
  font-weight: 400;
  color: #6E8FA2;
  font-size: 14px;
  padding-left: 28px;
  position: relative;
}
.siteseal__text-note::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon--left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .siteseal__text-note::before {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
  }
}

.plan {
  padding: 80px 32px;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .plan {
    padding: 56px 16px;
  }
}
.plan__inner {
  width: min(100%, 1080px);
  margin: 0 auto 40px;
  display: flex;
}
.plan__data-title {
  padding-top: 170px;
  padding-top: 210px;
  width: 200px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .plan__data-title {
    display: none;
  }
}
.plan__data-title p {
  font-weight: 700;
  font-size: 14px;
  padding: 17px 16px;
  border-bottom: solid 1px #C5D4DC;
}
.plan__data-title p.height-2line {
  height: 80px;
  line-height: 80px;
  padding: 0 16px;
}
.plan__data-title a {
  color: #3F515F;
  text-decoration: underline;
}
.plan__data-title a:hover {
  color: #1E82D9;
}
.plan__data-title-sp {
  display: none;
  width: 96px;
  font-weight: 500;
  font-size: 14px;
  color: #6E8FA2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .plan__data-title-sp {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .plan__data-title-sp {
    width: 88px;
  }
}
@media screen and (max-width: 370px) {
  .plan__data-title-sp {
    width: 23.7837837838vw;
    font-size: 3.7837837838vw;
  }
}
.plan__data-title-sp a {
  color: #6E8FA2;
  text-decoration: underline;
}
.plan__table {
  border-collapse: collapse;
  border-radius: 12px;
  box-shadow: 0 4px 10px #E0E9ED;
  position: relative;
  flex: 1;
}
.plan__table tr:nth-child(2n) {
  background: #F3F7F8;
}
.plan__table-wrapper {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .plan__table-wrapper {
    flex-direction: column;
    row-gap: 32px;
    row-gap: 16px;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .plan__table.standardplan {
    display: none;
  }
}
.plan__table.standardplan tr {
  background: #F3F7F8;
}
.plan__table.standardplan::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.8);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  position: absolute;
  top: 0;
  border-radius: 12px;
}
.plan__table.standardplan::before {
  content: "";
  width: 134px;
  height: 34px;
  background-image: url("../img/img_plan-preparation.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 4px;
  z-index: 1;
}
.plan__text-preparation {
  display: none;
  font-weight: 400;
  color: #6E8FA2;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .plan__text-preparation {
    display: block;
  }
}
.plan__head {
  color: #FFF;
  line-height: 1;
  height: 170px;
  height: 210px;
  padding: 16px;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan__head.entryplan {
  background: #49C2F2;
}
.plan__head.standardplan {
  background: #469FEA;
}
.plan__head-title {
  font-weight: 800;
  font-size: 22px;
  width: 240px;
  padding-bottom: 20px;
  border-bottom: solid 1px #FFF;
  margin: 0 auto 18px;
}
.plan__head-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.plan__head-strikethrough {
  font-weight: 700;
  color: #C5D4DC;
  text-decoration: line-through;
  font-size: 16px;
}
.plan__head-strikethrough span {
  font-weight: 700;
}
.plan__head-price {
  font-weight: 700;
  font-size: 18px;
}
.plan__head-price span {
  font-weight: 700;
  font-size: 28px;
  margin: 0 4px;
}
.plan__head-campaign {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  background: #ED5C74;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 8px auto 0;
  position: relative;
}
.plan__head-campaign span {
  font-weight: 700;
}
.plan__head-campaign::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -4px;
  border-bottom: 8px solid #ED5C74;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.plan__data-content {
  font-weight: 700;
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan__data-content {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 450px) {
  .plan__data-content {
    padding: 16px;
    -moz-column-gap: 6.6666666667vw;
         column-gap: 6.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
.plan__data-content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 768px) {
  .plan__data-content-inner {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 450px) {
  .plan__data-content-inner {
    -moz-column-gap: 3.5555555556vw;
         column-gap: 3.5555555556vw;
  }
}
.plan__data-content.hr {
  background: #C5D4DC;
  width: 1px;
  height: 48px;
  padding: 0;
}
.plan__data-content span {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 375px) {
  .plan__data-content span {
    font-size: 4.8vw;
  }
}
.plan__data-label {
  font-weight: 400;
  font-size: 13px;
}
@media screen and (max-width: 375px) {
  .plan__data-label {
    font-size: 3.4666666667vw;
  }
}
.plan__data-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
}
.plan__data-btn {
  width: 240px;
  height: 68px;
  background: #ED5C74;
  border-radius: 100px;
  margin: 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  position: relative;
  transition: 80ms;
}
.plan__data-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/icon--chevron-right.svg");
  background-size: contain;
  filter: invert(94%) sepia(94%) saturate(24%) hue-rotate(5deg) brightness(105%) contrast(108%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 16px;
}
.plan__data-btn:hover {
  background: #D7274D;
  transition: 80ms;
}
.plan__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.step {
  background: #F1F7FE;
  padding: 80px 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .step {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .step {
    padding: 56px 16px;
  }
}
.step__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  .step__inner {
    -moz-column-gap: max(16px, 2.9117379436vw);
         column-gap: max(16px, 2.9117379436vw);
  }
}
@media screen and (max-width: 768px) {
  .step__inner {
    padding-top: 13px;
    flex-direction: column;
    row-gap: 40px;
  }
}
.step__item {
  background: #FFF;
  padding: 40px 24px 24px;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 24px;
  flex: 1;
}
@media screen and (max-width: 1099px) {
  .step__item {
    padding: 40px 16px 24px;
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .step__item {
    padding: 40px 24px;
    width: 100%;
    flex-direction: row;
    -moz-column-gap: 24px;
         column-gap: 24px;
    align-items: flex-start;
  }
}
.step__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -16px;
  border-left: 16px solid #FFF;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
@media screen and (max-width: 768px) {
  .step__item::after {
    left: 50%;
    top: 100%;
    margin: 0;
    margin-left: -16px;
    border-top: 16px solid #FFF;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
  }
}
.step__item-num {
  font-weight: 800;
  font-size: 14px;
  color: #FFF;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  padding: 6px 16px;
  border-radius: 100px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .step__item-num {
    top: -13px;
  }
}
.step__item-img {
  height: 120px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1099px) {
  .step__item-img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .step__item-img {
    height: 96px;
    width: 96px;
  }
}
@media screen and (max-width: 768px) {
  .step__item-content {
    text-align: left;
  }
}
.step__item-title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .step__item-title {
    margin-bottom: 24px;
  }
}
.step__item-text {
  font-weight: 400;
  text-align: justify;
}
.step__item:last-child::after {
  display: none;
}
.step__item:last-child .step__item-title {
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step__item:last-child .step__item-text {
  font-weight: 700;
  color: #1E82D9;
}
@media screen and (max-width: 768px) {
  .step__item:last-child .step__item-img {
    width: 140px;
  }
}
.step__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.news {
  padding: 80px 32px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .news {
    padding: 56px 16px;
  }
}
.news__list {
  width: min(100%, 820px);
  margin: 0 auto 40px;
}
.news__item {
  font-weight: 400;
  color: #3F515F;
  padding: 20px 0;
  border-bottom: solid 1px #C5D4DC;
  display: flex;
  align-items: center;
  -moz-column-gap: 27px;
       column-gap: 27px;
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 22px;
  }
}
.news__item-date {
  font-weight: 400;
  width: 90px;
}
.news__item:hover .news__item-text {
  color: #1E82D9;
}
.news__btn {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .news__btn {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.news__btn .common__btn.newwindow::after {
  background-image: url("../img/icon--link.svg");
}

.faq {
  background: #F1F7FE;
  padding: 80px 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 400px) {
  .faq {
    padding: 56px 16px;
  }
}
.faq__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  .faq__inner {
    -moz-column-gap: max(16px, 2.9117379436vw);
         column-gap: max(16px, 2.9117379436vw);
  }
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding-top: 13px;
    flex-direction: column;
    row-gap: 40px;
  }
}
.faq .accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.faq .accordion__item {
  border-radius: 12px;
  overflow: hidden;
}
.faq .accordion__header {
  background: #FFF;
  padding: 16px 88px 16px 72px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq .accordion__header {
    padding: 16px 72px 16px 64px;
  }
}
.faq .accordion__header span {
  font-weight: 700;
  font-size: 18px;
  color: #3F515F;
}
@media screen and (max-width: 768px) {
  .faq .accordion__header span {
    font-size: 16px;
  }
}
.faq .accordion__header::before {
  content: "Q";
  font-weight: 700;
  font-size: 19px;
  color: #FFF;
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq .accordion__header::before {
    font-size: 17px;
    left: 16px;
  }
}
.faq .accordion__header::after {
  content: "";
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  mask-image: url("../img/icon--plus.svg");
  -webkit-mask-image: url("../img/icon--plus.svg");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.faq .accordion__header.open::after {
  mask-image: url("../img/icon--minus.svg");
  -webkit-mask-image: url("../img/icon--minus.svg");
}
.faq .accordion__content {
  font-weight: 400;
  display: none;
  background: #FFF;
  text-align: justify;
  padding: 16px 24px 24px 72px;
  position: relative;
}
.faq .accordion__content::before {
  content: "A";
  font-weight: 700;
  font-size: 19px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: 32px;
  height: 32px;
  border: solid 2px #1E82D9;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq .accordion__content::before {
    font-size: 17px;
    left: 16px;
  }
}/*# sourceMappingURL=style.css.map */