@charset "UTF-8";
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;1,100&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color: #333;
}

body {
  font-family: sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.06em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ais_lp2025 .fix_btn {
  display: none;
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 10;
}
.ais_lp2025 .fix_btn a {
  background-color: #f7b200;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 1.4em 1em;
  text-decoration: none;
  border-radius: 6px 0 0 6px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.ais_lp2025 .fv .main {
  background-image: url(../images/fv_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.ais_lp2025 .fv .main .text_box {
  display: flex;
  flex-direction: column;
  gap: min(4vw, 30px) 0;
  width: 84vw;
  margin: 9vw auto;
}
.ais_lp2025 .fv .main .fv_ttl > p {
  color: #fff;
  background-color: #1250a6;
  border-radius: 100px;
  padding: 0.2rem 1rem;
  display: inline-block;
  font-size: 0.9rem;
}
.ais_lp2025 .fv .main .fv_ttl > h1 .ttl {
  color: #1250a6;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 9vw;
}
.ais_lp2025 .fv .main .fv_ttl > h1 .ttl > strong {
  font-weight: 400;
  font-size: 1.2em;
  font-weight: 500;
}
.ais_lp2025 .fv .main .fv_ttl > h1 .jp {
  display: block;
  font-size: 0.8rem;
}
.ais_lp2025 .fv .main .fv_txt {
  display: flex;
  flex-direction: column;
  gap: min(2vw, 20px) 0;
}
.ais_lp2025 .fv .main .fv_txt p {
  letter-spacing: 1px;
  font-size: 6vw;
  line-height: 2;
}
.ais_lp2025 .fv .main .fv_txt p > span {
  display: inline-block;
  color: #fff;
  background-color: #1250a6;
  font-weight: bold;
  font-size: 8vw;
  padding: 0.3em 0.4em 0.5em 0.4em;
  margin-left: 0.2rem;
  line-height: 1;
}
.ais_lp2025 .fv .main .fv_number {
  display: block;
  margin: auto;
  width: 100%;
}
.ais_lp2025 .fv .main .fv_number .authority_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.ais_lp2025 .fv .main .fv_number .authority_list .img {
  width: min(46%, 20rem);
}
.ais_lp2025 .fv .main .fv_number small {
  display: inline-block;
  margin-top: 2em;
  font-size: 0.5em;
}
.ais_lp2025 .fv #form_wrap {
  background-color: #f7f7f7;
  width: 100vw;
}
.ais_lp2025 section .content {
  padding: 2rem;
}
.ais_lp2025 section .content > h3 .ttl {
  display: inline-block;
  color: #1250a6;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 8vw;
  letter-spacing: 0;
}
.ais_lp2025 section .content > h3 .ttl > strong {
  font-weight: 400;
  font-size: 10vw;
  font-weight: 500;
  margin-right: 1vw;
}
.ais_lp2025 section .link_btn {
  margin: 0 auto 5rem;
  width: 80%;
}
.ais_lp2025 section .link_btn a {
  display: block;
  text-align: center;
  background-color: #f7b200;
  color: #fff;
  padding: 1rem 2rem 1.2rem;
  font-size: 1.2rem;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}
.ais_lp2025 section .link_btn a:after {
  content: "≫";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-1rem, -50%);
  right: 1rem;
}
.ais_lp2025 .about .content h3 {
  margin-bottom: 1.5rem;
}
.ais_lp2025 .about .content .flex dl dt {
  font-size: 5.2vw;
  margin-bottom: 0.5rem;
}
.ais_lp2025 .about .content .flex dl dt:after {
  content: "─";
  display: block;
  font-size: 5vw;
}
.ais_lp2025 .about .content .flex dl dd {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 3.6vw;
  text-align: justify;
}
.ais_lp2025 .about .content .flex dl dd > span {
  display: inline-block;
  color: #fff;
  background-color: #1250a6;
  font-size: 4.2vw;
  font-weight: 500;
  padding: 0 3%;
  margin-inline: 1%;
}
.ais_lp2025 .about .content .flex .img {
  width: 100%;
}
.ais_lp2025 .worry {
  background-color: #eee;
}
.ais_lp2025 .worry .wrap {
  background-image: url(../images/worry_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.ais_lp2025 .worry .wrap .content {
  padding-top: 3rem;
}
.ais_lp2025 .worry .wrap .content > h3 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}
.ais_lp2025 .worry .wrap .content .list {
  width: 90%;
  margin: 0 auto;
}
.ais_lp2025 .worry .wrap .content .list dl {
  margin-bottom: 2rem;
}
.ais_lp2025 .worry .wrap .content .list dl dd {
  width: 80%;
  margin: 0 auto 0.5rem;
}
.ais_lp2025 .solution .content h3 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.ais_lp2025 .solution .content h3 > .ttl {
  line-height: 1;
}
.ais_lp2025 .solution .content .list dl {
  margin-bottom: 12vw;
}
.ais_lp2025 .solution .content .list dl dt {
  text-align: center;
  font-size: 5.4vw;
}
.ais_lp2025 .solution .content .list dl > img {
  display: block;
  width: 90%;
  margin: 0.8rem auto;
}
.ais_lp2025 .solution .content .list dl dd > strong {
  display: block;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #1250a6;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.ais_lp2025 .solution .content .list dl dd > p {
  line-height: 1.8;
  text-align: justify;
  font-size: min(3.6vw, 16px);
}
.ais_lp2025 .solution .content .list dl dd > p span {
  color: #1250a6;
  font-weight: 700;
}
.ais_lp2025 .feature {
  background-image: url(../images/feature_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.ais_lp2025 .feature .content h3 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.ais_lp2025 .feature .content h3 > .ttl {
  line-height: 1;
}
.ais_lp2025 .feature .content .list .box {
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.ais_lp2025 .feature .content .list .box dl dt {
  color: #1250a6;
  font-weight: 700;
  font-size: 7vw;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1250a6;
  line-height: 1;
}
.ais_lp2025 .feature .content .list .box dl dt > small {
  display: block;
  color: #333;
  font-weight: 400;
  font-size: 4.4vw;
  margin-top: 0.4em;
}
.ais_lp2025 .feature .content .list .box dl dd {
  margin-bottom: 1rem;
}
.ais_lp2025 .feature .content .list .box dl dd > strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 4.4vw;
  font-weight: 700;
}
.ais_lp2025 .feature .content .list .box dl dd > strong > span {
  color: #1250a6;
}
.ais_lp2025 .feature .content .list .box dl dd > p {
  font-size: 0.8rem;
}
.ais_lp2025 .recommend .content {
  padding-top: 3rem;
}
.ais_lp2025 .recommend .content h3 {
  font-size: 7vw;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
.ais_lp2025 .recommend .content h3 > span {
  display: inline-block;
  color: #1250a6;
  font-weight: 700;
}
.ais_lp2025 .recommend .content .list .box {
  border: 1px solid #1250a6;
  padding: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.ais_lp2025 .recommend .content .list .box:after {
  display: inline-block;
  position: absolute;
  font-family: "Roboto", sans-serif;
  color: #1250a6;
  opacity: 0.1;
  font-size: 200px;
  line-height: 200px;
}
.ais_lp2025 .recommend .content .list .box:nth-child(1):after {
  content: "01";
  bottom: -1rem;
  right: 0;
}
.ais_lp2025 .recommend .content .list .box:nth-child(2):after {
  content: "02";
  bottom: -1rem;
  right: 0.5rem;
}
.ais_lp2025 .recommend .content .list .box:nth-child(3) {
  margin-bottom: -0.1px;
}
.ais_lp2025 .recommend .content .list .box:nth-child(3):after {
  content: "03";
  bottom: -1rem;
  right: 0.5rem;
}
.ais_lp2025 .recommend .content .list .box > h4 {
  font-size: 4.8vw;
  margin-bottom: 1rem;
  font-weight: bold;
}
.ais_lp2025 .recommend .content .list .box > ul {
  font-size: 3.6vw;
  letter-spacing: 0.5px;
  line-height: 1.8;
  text-align: justify;
}
.ais_lp2025 .recommend .content .list .box > ul li {
  text-indent: -0.5rem;
  padding-left: 0.5rem;
}
.ais_lp2025 .recommend .content .list .box > ul li:before {
  content: "・";
}
.ais_lp2025 .recommend .content .list .box > ul span {
  display: inline;
  color: #1250a6;
  font-weight: bold;
}
.ais_lp2025 .recommend .content .arrow {
  display: block;
  width: 113.1px;
  height: 90px;
  background: #b7cae4;
  clip-path: polygon(0 37.1%, 19.1% 37.1%, 19.1% 0, 80.9% 0, 80.9% 37.1%, 100% 37.1%, 50% 100%);
  margin: 0 auto;
}
.ais_lp2025 .recommend .content .reco {
  padding: 1rem 0;
}
.ais_lp2025 .recommend .content .reco > h5 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.ais_lp2025 .recommend .content .reco > img {
  width: 100%;
}
.ais_lp2025 .effect {
  background-color: #f1fafb;
}
.ais_lp2025 .effect .content h3 {
  font-size: 7vw;
  margin-bottom: 1rem;
  text-align: center;
  color: #1250a6;
  font-weight: 700;
}
.ais_lp2025 .effect .content .wrap {
  background-color: #fff;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  margin-bottom: 1rem;
}
.ais_lp2025 .effect .content .wrap h4 {
  color: #1250a6;
  font-weight: 700;
  font-size: 6vw;
  border-bottom: 1px solid #1250a6;
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}
.ais_lp2025 .effect .content .wrap h4 > span {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 0.5rem;
}
.ais_lp2025 .effect .content .wrap .box h5 {
  margin-bottom: 1rem;
}
.ais_lp2025 .effect .content .wrap .box h5 span {
  background-color: #f7b200;
  padding: 0.4em;
  font-size: 0.8rem;
  line-height: 1;
  margin-right: 0.4em;
}
.ais_lp2025 .effect .content .wrap .box h5 small {
  font-size: 0.7rem;
}
.ais_lp2025 .effect .content .wrap .box dl {
  margin-bottom: 0.5rem;
}
.ais_lp2025 .effect .content .wrap .box dl dd {
  width: 100%;
  margin: 1rem auto 2rem;
}
.ais_lp2025 .link {
  background-image: url(../images/link_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 3rem;
}
.ais_lp2025 .link .content {
  padding: 3em 1em;
  text-align: center;
}
.ais_lp2025 .link .content p {
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.ais_lp2025 .link .content p.yellow {
  color: #fddf78;
  font-size: 6vw;
  font-weight: 500;
}
.ais_lp2025 .link .content p .ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0;
}
.ais_lp2025 .link .content p .ttl > strong {
  font-weight: 500;
  font-size: 2.5rem;
}
.ais_lp2025 .link .content p > strong {
  color: #1250a6;
  background-color: #fff;
  padding: 0.2rem 0.4rem;
  margin: 0 0.2rem;
  font-size: 1.5rem;
}
.ais_lp2025 .link .content p:last-child {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.ais_lp2025 .link > .link_btn {
  margin-bottom: 0;
}

.footer p {
  text-align: center;
  font-size: 12px;
  padding: 1rem;
}

@media screen and (min-width: 767px) {
  .ais_lp2025 .fv {
    display: flex;
  }
  .ais_lp2025 .fv .main {
    width: 65vw;
    max-width: 1250px;
    background-image: url(../images/fv_bg_pc.jpg);
  }
  .ais_lp2025 .fv .main .text_box {
    width: 85%;
    margin: 0 auto;
  }
  .ais_lp2025 .fv .main .fv_ttl > p {
    padding: 0.4em 1.2em;
    font-size: 1.25vw;
    font-weight: 500;
  }
  .ais_lp2025 .fv .main .fv_ttl > h1 .ttl {
    font-size: 5.2083333333vw;
    line-height: 1;
  }
  .ais_lp2025 .fv .main .fv_ttl > h1 .ttl > strong {
    font-size: 6.1458333333vw;
    font-weight: 500;
  }
  .ais_lp2025 .fv .main .fv_ttl > h1 .jp {
    margin-top: 0.6em;
    font-size: 0.8333333333vw;
  }
  .ais_lp2025 .fv .main .fv_txt p {
    font-size: 1.6666666667vw;
    font-weight: 500;
  }
  .ais_lp2025 .fv .main .fv_txt p > span {
    font-size: 3.3333333333vw;
    margin-left: unset;
    margin-right: 0.3em;
  }
  .ais_lp2025 .fv .main .fv_number {
    display: block;
    margin: auto;
  }
  .ais_lp2025 .fv .main .fv_number .authority_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ais_lp2025 .fv .main .fv_number .authority_list .img {
    width: 23.5%;
  }
  .ais_lp2025 .fv .main .fv_number small {
    display: inline-block;
    margin-top: 2em;
    font-size: 0.5em;
  }
  .ais_lp2025 .fv #form_wrap {
    width: 35vw !important;
  }
  .ais_lp2025 section .content {
    padding: 6rem 0;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  .ais_lp2025 section .content > h3 {
    font-size: 2.6041666667vw;
  }
  .ais_lp2025 section .content > h3 .ttl {
    font-size: 3.75vw;
    margin-right: 0.1em;
  }
  .ais_lp2025 section .content > h3 .ttl > strong {
    font-size: 4.8958333333vw;
    font-weight: 500;
  }
  .ais_lp2025 section .link_btn {
    margin: 0 auto 5rem;
    width: 80%;
    max-width: 350px;
  }
  .ais_lp2025 section .link_btn a {
    padding: 1rem 4rem 1.5rem;
    font-size: 26px;
  }
  .ais_lp2025 .about .content h3 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .ais_lp2025 .about .content .flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .ais_lp2025 .about .content .flex dl {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    left: -5rem;
    margin-bottom: 10%;
  }
  .ais_lp2025 .about .content .flex dl dt {
    font-size: 1.875vw;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 0.2em;
    white-space: nowrap;
  }
  .ais_lp2025 .about .content .flex dl dt:after {
    font-size: 0.9375vw;
  }
  .ais_lp2025 .about .content .flex dl dd {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 1.0416666667vw;
    white-space: nowrap;
  }
  .ais_lp2025 .about .content .flex dl dd > span {
    font-size: 1.4583333333vw;
    font-weight: 500;
    padding: 0 0.7rem 0.2rem 0.7rem;
    line-height: 1.5;
    margin: 0.2rem 0.4rem 0.2rem 0;
  }
  .ais_lp2025 .about .content .flex .img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .ais_lp2025 .worry .wrap {
    background-image: url(../images/worry_bg.png);
  }
  .ais_lp2025 .worry .wrap .content {
    padding-top: 5rem;
  }
  .ais_lp2025 .worry .wrap .content > h3 {
    font-size: 2.6041666667vw;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 3rem;
  }
  .ais_lp2025 .worry .wrap .content .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ais_lp2025 .worry .wrap .content .list dl {
    margin-bottom: 2rem;
    text-align: center;
  }
  .ais_lp2025 .worry .wrap .content .list dl dd {
    width: 80%;
    margin: 0 auto 0.5rem;
  }
  .ais_lp2025 .worry .wrap .content .list dl dt {
    margin-top: 1rem;
    font-size: 1.0416666667vw;
  }
  .ais_lp2025 .solution .content h3 {
    font-size: 2.6041666667vw;
    margin-bottom: 4rem;
  }
  .ais_lp2025 .solution .content h3 > .ttl {
    line-height: 1;
  }
  .ais_lp2025 .solution .content .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .ais_lp2025 .solution .content .list dl {
    width: 31%;
    max-width: 400px;
    margin-bottom: 0;
  }
  .ais_lp2025 .solution .content .list dl dt {
    font-size: 1.3541666667vw;
  }
  .ais_lp2025 .solution .content .list dl > img {
    width: 100%;
    margin: 2em auto 1.2em;
  }
  .ais_lp2025 .solution .content .list dl dd > strong {
    font-size: 1.3020833333vw;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
  }
  .ais_lp2025 .solution .content .list dl dd > p {
    font-size: 0.8333333333vw;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
  }
  .ais_lp2025 .feature {
    background-image: url(../images/feature_bg.jpg);
  }
  .ais_lp2025 .feature .content h3 {
    font-size: 2.6041666667vw;
    margin-bottom: 2rem;
  }
  .ais_lp2025 .feature .content h3 > .ttl {
    line-height: 1;
  }
  .ais_lp2025 .feature .content .list .box {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin-bottom: 2.5rem;
  }
  .ais_lp2025 .feature .content .list .box dl {
    width: 42%;
  }
  .ais_lp2025 .feature .content .list .box dl dt {
    font-size: 2.0833333333vw;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .ais_lp2025 .feature .content .list .box dl dt > small {
    font-size: 1.25vw;
  }
  .ais_lp2025 .feature .content .list .box dl dd {
    margin-bottom: 1rem;
  }
  .ais_lp2025 .feature .content .list .box dl dd > strong {
    font-size: 1.25vw;
    margin-bottom: 1rem;
  }
  .ais_lp2025 .feature .content .list .box dl dd > p {
    font-size: 0.9375vw;
  }
  .ais_lp2025 .feature .content .list .box .img {
    width: 56%;
    max-width: 650px;
  }
  .ais_lp2025 .recommend .content {
    padding-top: 6rem;
  }
  .ais_lp2025 .recommend .content h3 {
    font-size: 2.6041666667vw;
    margin-bottom: 1em;
  }
  .ais_lp2025 .recommend .content .list {
    display: flex;
    justify-content: space-between;
  }
  .ais_lp2025 .recommend .content .list .box {
    width: 31%;
    padding: 2rem;
    margin-bottom: 0;
    text-align: justify;
  }
  .ais_lp2025 .recommend .content .list .box:after {
    font-size: 10.4166666667vw;
    line-height: 1;
  }
  .ais_lp2025 .recommend .content .list .box:nth-child(1):after {
    bottom: 0;
  }
  .ais_lp2025 .recommend .content .list .box:nth-child(2):after {
    bottom: 0;
    right: 1rem;
  }
  .ais_lp2025 .recommend .content .list .box:nth-child(3) {
    margin-bottom: -0.1px;
  }
  .ais_lp2025 .recommend .content .list .box:nth-child(3):after {
    bottom: 0;
    right: 1rem;
  }
  .ais_lp2025 .recommend .content .list .box > h4 {
    font-size: 1.1458333333vw;
    margin-bottom: 1rem;
  }
  .ais_lp2025 .recommend .content .list .box > ul {
    font-size: 0.8333333333vw;
  }
  .ais_lp2025 .recommend .content .arrow {
    margin: 0 auto;
  }
  .ais_lp2025 .recommend .content .reco {
    padding: 1rem 0;
  }
  .ais_lp2025 .recommend .content .reco > h5 {
    font-size: 1.6666666667vw;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .ais_lp2025 .effect .content h3 {
    font-size: 2.6041666667vw;
    margin-bottom: 1em;
  }
  .ais_lp2025 .effect .content .wrap {
    padding: 3rem;
    margin-bottom: 2rem;
  }
  .ais_lp2025 .effect .content .wrap h4 {
    font-size: 2.34375vw;
    border-bottom: none;
  }
  .ais_lp2025 .effect .content .wrap h4 > span {
    font-size: 1.5625vw;
    padding-left: 0.5rem;
  }
  .ais_lp2025 .effect .content .wrap .box {
    margin-top: 3%;
  }
  .ais_lp2025 .effect .content .wrap .box h5 {
    margin-bottom: 1rem;
    font-size: 1.25vw;
    font-weight: 500;
  }
  .ais_lp2025 .effect .content .wrap .box h5 span {
    font-size: 1.0416666667vw;
  }
  .ais_lp2025 .effect .content .wrap .box h5 small {
    font-size: 16px;
  }
  .ais_lp2025 .effect .content .wrap .box dl {
    margin-bottom: 1rem;
  }
  .ais_lp2025 .effect .content .wrap .box dl dd {
    width: 100%;
  }
  .ais_lp2025 .link {
    background-image: url(../images/link_bg_pc.jpg);
    padding-bottom: 5rem;
  }
  .ais_lp2025 .link .content {
    padding: 5rem 0 2rem;
  }
  .ais_lp2025 .link .content p {
    margin-bottom: 1em;
    font-size: 1.6666666667vw;
    line-height: 1.4;
  }
  .ais_lp2025 .link .content p.yellow {
    font-size: 2.0833333333vw;
    margin-bottom: 0;
  }
  .ais_lp2025 .link .content p .ttl {
    font-size: 3.75vw;
  }
  .ais_lp2025 .link .content p .ttl > strong {
    font-size: 4.8958333333vw;
  }
  .ais_lp2025 .link .content p > strong {
    padding: 0.5rem 0.8rem;
    margin: 0 0.5rem;
    font-size: 2.5vw;
  }
  .ais_lp2025 .link .content p:last-child {
    margin-top: 1rem;
    font-size: 1.875vw;
  }
  .ais_lp2025 .link > .link_btn {
    margin-bottom: 0;
  }
}
#form {
  padding: 8vw;
}
#form h2 {
  text-align: center;
  margin-bottom: 5vw;
  font-size: min(4vw, 1.2rem);
}
#form h2 > strong {
  font-size: 1.2em;
}
#form form dl {
  margin-bottom: 4vw;
}
#form form dl dt {
  margin-bottom: 0.5rem;
}
#form form dl dt > span {
  display: inline-block;
  color: #fff;
  background-color: #1250a6;
  font-size: 0.8rem;
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
  margin-right: 0.3rem;
}
#form form dl dd input[type=text],
#form form dl dd input[type=email],
#form form dl dd input[type=tell] {
  width: 100%;
  font-size: 20px;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#form form dl dd input[type=text]::-moz-placeholder, #form form dl dd input[type=email]::-moz-placeholder, #form form dl dd input[type=tell]::-moz-placeholder {
  font-size: 0.75em;
  color: #aaa;
}
#form form dl dd input[type=text]::placeholder,
#form form dl dd input[type=email]::placeholder,
#form form dl dd input[type=tell]::placeholder {
  font-size: 0.75em;
  color: #aaa;
}
#form form dl dd.flex {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
#form form dl dd input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 0.2rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#form form dl dd label {
  display: flex;
  align-items: center;
}
#form form dl dd select {
  width: 100%;
  font-size: 16px;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#form form dl dd textarea {
  width: 100%;
  height: 5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1.8;
  padding: 1em;
  text-align: justify;
}
#form form .privacy {
  margin-bottom: 4vw;
}
#form form .privacy > p {
  font-size: min(3vw, 12px);
  margin-bottom: 1rem;
  line-height: 2;
}
#form form .privacy > p a {
  display: inline-block;
  color: #1250a6;
  text-decoration: underline;
  padding-bottom: 0.3rem;
  line-height: 1;
}
#form form .privacy .check {
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
}
#form form .privacy .check input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 0.2rem;
}
#form form .form_btn input[type=submit] {
  display: block;
  border: none;
  border-radius: 1vw;
  width: 80%;
  margin: 0 auto;
  background-color: #1250a6;
  color: #fff;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
#form form p.caveat {
  font-size: min(3vw, 12px);
  margin-top: 2em;
}
#form.confirm form dl {
  margin-bottom: 2rem;
}
#form.confirm form dl dd {
  border-bottom: 1px solid #1250a6;
}
#form.thanks {
  padding: 3rem 2rem;
}
#form.thanks h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
#form.thanks p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media screen and (min-width: 767px) {
  #form {
    padding: 3rem 4rem;
    overflow: scroll;
  }
  #form h2 {
    font-size: 1.3541666667vw;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  #form form dl {
    margin-bottom: 1.2rem;
  }
  #form form dl dt {
    font-size: 16px;
    margin-bottom: 0.5rem;
    display: flex;
  }
  #form form dl dt > span {
    font-size: 12px;
    padding: 4px 8px;
    letter-spacing: 1px;
    margin-right: 0.3rem;
  }
  #form form dl dd input[type=text],
  #form form dl dd input[type=email],
  #form form dl dd input[type=tell] {
    width: 100%;
    font-size: 20px;
    padding: 0.7em;
  }
  #form form dl dd input[type=radio] {
    width: 26px;
    height: 26px;
    margin-right: 0.2rem;
  }
  #form form dl dd.flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  #form form dl dd.flex > label {
    margin-right: 1rem;
  }
  #form form dl dd label {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  #form form dl dd select {
    width: 100%;
    font-size: 20px;
    padding: 0.7em;
  }
  #form form dl dd textarea {
    width: 100%;
    height: 120px;
    padding: 1em;
  }
  #form form .privacy {
    margin-bottom: 2rem;
  }
  #form form .privacy > p {
    font-size: 12px;
    margin-bottom: 1rem;
    line-height: 2;
  }
  #form form .privacy > p a {
    padding-bottom: 0.3rem;
    line-height: 1;
  }
  #form form .privacy .check {
    letter-spacing: -0.5px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 1rem;
  }
  #form form .privacy .check input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 0.2rem;
  }
  #form form .privacy .check > label {
    font-size: 12px;
  }
  #form form .form_btn input[type=submit] {
    border-radius: 4px;
    width: 80%;
    max-width: 390px;
    margin: 0 auto 1rem;
    padding: 1rem 3rem;
    font-size: 26px;
    letter-spacing: 2px;
  }
  #form.confirm form dl {
    margin-bottom: 3rem;
  }
  #form.thanks {
    padding: 4rem;
  }
}/*# sourceMappingURL=style.css.map */