@charset "UTF-8";
.fv {
  background-image: url(../img/fv_background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 43.75rem;
}
.fv .inner {
  width: 78%;
  margin: 0 3% 0 auto;
  padding-top: 3rem;
}
.fv h1 {
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Noto serif jp", serif;
  text-align: center;
  margin-bottom: 1rem;
}
.fv .text01 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}
.fv ul {
  gap: 10px;
}
.fv li {
  width: 11.75rem;
  height: 11.75rem;
  border-radius: 50%;
  border: 4px solid #e2e2e2;
  background: linear-gradient(127deg, rgba(31, 148, 215, 0.83) 50.41%, rgba(0, 133, 208, 0.83) 50.86%);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25) inset;
}
.fv .text02 {
  font-size: 1.375rem;
  font-family: "M PLUS 1", sans-serif;
  text-align: center;
  color: white;
}
.fv .text02 .big {
  color: #ffef62;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  font-size: 2.25rem;
}
.fv .text02 .small {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .fv {
    background-image: url(../img/fv_background-sp.webp);
    height: 74.13rem;
  }
  .fv .inner {
    width: 92%;
    margin: 0 auto;
    padding-top: 11.52rem;
    flex-direction: column;
    justify-content: space-between;
    height: 95%;
  }
  .fv h1 {
    font-size: 4.1rem;
    margin-bottom: 2.05rem;
  }
  .fv .text01 {
    font-size: 2.05rem;
  }
  .fv ul {
    gap: 1.02rem;
    flex-direction: row;
    width: 100%;
    justify-content: end;
  }
  .fv li {
    width: 18.05rem;
    height: 18.05rem;
  }
  .fv .text02 {
    font-size: 2.3rem;
  }
  .fv .text02 .big {
    font-size: 3.46rem;
  }
  .fv .text02 .small {
    font-size: 1.41rem;
  }
}
.section01 h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}
.section01 img {
  width: 34.375rem;
}
.section01 .text {
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.section01 .block01 {
  gap: 3.75rem;
}

@media (max-width: 768px) {
  .section01 h3 {
    font-size: 2.304rem;
    margin-bottom: 3.9rem;
  }
  .section01 img {
    width: 100%;
  }
  .section01 .text {
    flex: 1;
    font-size: 1.664rem;
  }
  .section01 .block01 {
    gap: 3.75rem;
    flex-direction: column;
  }
}
.section02 {
  padding: 2.5rem 0 5rem;
}
.section02 .inner {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 58px 0px rgba(0, 0, 0, 0.08);
  padding: 3.75rem;
}
.section02 .num {
  height: 1.875rem;
  margin: 0 auto 1.5rem;
}
.section02 ul {
  gap: 20px;
}
.section02 li {
  width: calc((100% - 40px) / 3);
  padding: 2rem 1.4rem 1.5rem;
}
.section02 li:nth-child(odd) {
  background: rgba(0, 133, 208, 0.13);
}
.section02 li:nth-child(even) {
  background: rgba(0, 133, 208, 0.08);
}
.section02 .heading {
  text-align: center;
  font-size: 1.75rem;
  color: #0085d0;
  margin-bottom: 1rem;
}
.section02 .text01 {
  color: rgba(0, 133, 208, 0.68);
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.section02 .text02 {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section02 {
    background: white;
    padding: 6.144rem 0;
  }
  .section02 .inner {
    box-shadow: none;
    padding: 0;
  }
  .section02 .num {
    height: 3.328rem;
    margin: 0 auto 2rem;
  }
  .section02 ul {
    gap: 17.5px;
  }
  .section02 li {
    width: 100%;
    padding: 4.096rem 3.584rem;
  }
  .section02 .heading {
    font-size: 3.072rem;
    margin-bottom: 1.5rem;
  }
  .section02 .text01 {
    font-size: 2.048rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
  }
  .section02 .text02 {
    font-size: 1.664rem;
  }
}
.section03 {
  background: #f7f7f7;
}
.section03 .block01 {
  background: white;
  padding: 4.25rem 3.75rem;
}
.section03 h3 {
  color: #0085d0;
  font-size: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.section03 h3::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 26px;
  background: #0085d0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section03 .wrap:not(:last-child) {
  margin-bottom: 3rem;
}
.section03 ul {
  gap: 15px;
}
.section03 li {
  width: calc((100% - 30px) / 3);
  border-radius: 2px;
  border: 1px solid #0085d0;
  background: #f7f7f7;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.13);
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  gap: 1.5rem;
  position: relative;
}
.section03 li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/arrow-blue.svg);
  background-size: cover;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.section03 .link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section03 .img {
  width: 2.6875rem;
}
.section03 .text {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 768px) {
  .section03 .block01 {
    padding: 4.096rem 1.152rem;
  }
  .section03 h3 {
    font-size: 1.92rem;
    padding-left: 2.25rem;
    margin-bottom: 2.048rem;
  }
  .section03 h3::before {
    width: 4px;
    height: 22px;
  }
  .section03 .wrap:not(:last-child) {
    margin-bottom: 4.096rem;
  }
  .section03 ul {
    gap: 8px;
  }
  .section03 li {
    width: calc((100% - 8px) / 2);
    padding: 2.048rem 2rem 2.048rem 1.024rem;
    gap: 8px;
  }
  .section03 li::before {
    width: 1.28rem;
    height: 1.28rem;
    right: 1.024rem;
  }
  .section03 .img {
    width: 3.2rem;
  }
  .section03 .text {
    font-size: 1.92rem;
  }
}
.section04 {
  padding: 5rem 0;
  background-image: url(../img/section04_background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section04 .inner {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.section04 .img {
  width: 4.75rem;
}
.section04 .imgWrap {
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  background: rgba(0, 133, 208, 0.03);
  box-shadow: 0px 0px 48px 0px rgba(255, 255, 255, 0.67), 0px 4px 22px 0px rgba(0, 0, 0, 0.25) inset;
  margin-bottom: 15px;
}
.section04 ul {
  gap: 3.1875rem;
}
.section04 li {
  width: calc((100% - 12.75rem) / 5);
}
.section04 li:not(:last-child) {
  position: relative;
}
.section04 li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2.3125rem;
  height: 2.3125rem;
  background-image: url(../img/arrow-white.svg);
  background-size: cover;
  right: -2.5rem;
  top: 55%;
  transform: translateY(-50%);
}
.section04 .num {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffef62;
}
.section04 .heading {
  color: white;
  font-size: 1.375rem;
  text-align: center;
}
.section04 .texts {
  gap: 1rem;
  margin-bottom: 10px;
  height: 3.875rem;
}
.section04 .text {
  color: white;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section04 {
    background-image: url(../img/section04_background-sp.webp);
    padding: 6.144rem 0;
  }
  .section04 .inner {
    width: 92%;
  }
  .section04 .img {
    width: 6.656rem;
  }
  .section04 .imgWrap {
    width: 14.08rem;
    height: 14.08rem;
  }
  .section04 ul {
    gap: 6.784rem;
    flex-direction: column;
  }
  .section04 li {
    width: 100%;
  }
  .section04 li:not(:last-child)::after {
    width: 4.736rem;
    height: 4.736rem;
    right: auto;
    top: auto;
    left: 50%;
    bottom: -6rem;
    transform: translateX(-50%) rotate(90deg);
  }
  .section04 .num {
    font-size: 3.072rem;
  }
  .section04 .heading {
    font-size: 2.56rem;
  }
  .section04 .texts {
    gap: 16px;
    margin-bottom: 16px;
    height: auto;
  }
  .section04 .text {
    font-size: 1.664rem;
    text-align: center;
  }
}
.section05 ul {
  gap: 1rem;
}
.section05 li {
  width: calc((100% - 2rem) / 3);
}
.section05 a {
  border-radius: 6px;
  background: rgba(0, 133, 208, 0.13);
  width: 100%;
  line-height: 1.7;
  padding: 1.6875rem 3.75rem 1.6875rem 1rem;
  position: relative;
}
.section05 a::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/arrow-black.svg);
  background-size: cover;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .section05 ul {
    gap: 8px;
  }
  .section05 li {
    width: calc((100% - 8px) / 2);
  }
  .section05 a {
    border-radius: 2px;
    line-height: 1.3;
    padding: 1.8rem 2.048rem 1.8rem 1.25rem;
    font-size: 1.92rem;
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.13);
  }
  .section05 a::before {
    width: 1.28rem;
    height: 1.28rem;
    right: 1rem;
  }
}
.section06 {
  background-image: url(../img/section06_background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7.5rem 0;
}
.section06 .inner {
  max-width: 1265px;
  width: 90%;
  margin: 0 3% 0 auto;
  gap: 6.5rem;
}
.section06 ul {
  gap: 2rem;
  margin-bottom: 3rem;
}
.section06 li {
  width: calc((100% - 4rem) / 3);
  position: relative;
  background: white;
}
.section06 .link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section06 .img {
  width: 100%;
}
.section06 .title {
  width: 8.5rem;
}
.section06 .block01 {
  flex: 1;
}
.section06 .tag {
  border-radius: 24px;
  background: #0085d0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  width: fit-content;
  margin-bottom: 8px;
  font-weight: 400;
}
.section06 .text {
  font-size: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section06 .texts {
  padding: 1.25rem;
}

@media (min-width: 1441px) {
  .section06 .inner {
    margin: 0 auto;
    max-width: 1160px;
  }
}
@media (max-width: 768px) {
  .section06 {
    background-image: url(../img/section06_background-sp.webp);
    background-position: top;
    padding: 6.144rem 0;
  }
  .section06 .inner {
    width: 85%;
    margin: 0 auto;
    gap: 1.5rem;
    flex-direction: column;
  }
  .section06 ul {
    gap: 4.096rem;
    margin-bottom: 4rem;
    flex-direction: column;
  }
  .section06 li {
    width: 100%;
  }
  .section06 .title {
    width: auto;
  }
  .section06 .tag {
    font-size: 1.408rem;
    padding: 1rem 2rem;
    margin-bottom: 8px;
  }
  .section06 .text {
    font-size: 2.56rem;
  }
  .section06 .texts {
    padding: 2.56rem;
  }
}
.section07 ul {
  gap: 3rem;
  margin-bottom: 3rem;
}
.section07 li {
  background: #f7f7f7;
  position: relative;
  padding: 2.1875rem 2.25rem 2rem;
  width: calc((100% - 6rem) / 3);
}
.section07 li::before, .section07 li::after {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 2rem;
  background-image: url(../img/icon_colon.svg);
  background-size: cover;
}
.section07 li::before {
  left: 7.5px;
  top: -15px;
}
.section07 li::after {
  right: 7.5px;
  bottom: -15px;
  transform: rotate(180deg);
}
.section07 li:nth-child(2) {
  margin-top: 2.25rem;
}
.section07 .heading {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.section07 .person {
  text-align: right;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.section07 .text {
  font-size: 1rem;
  line-height: 1.7;
}
.section07 .texts {
  position: relative;
  margin-bottom: 1rem;
}
.section07 .texts::after {
  display: block;
  position: relative;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(99deg, #62c6ff 9.95%, #0085d0 92.68%);
}

@media (max-width: 768px) {
  .section07 ul {
    gap: 6rem;
    margin-bottom: 5rem;
    flex-direction: column;
  }
  .section07 li {
    padding: 4rem;
    width: 100%;
  }
  .section07 li::before, .section07 li::after {
    width: 4.608rem;
    height: 4.096rem;
  }
  .section07 li:nth-child(2) {
    margin-top: 0;
  }
  .section07 .heading {
    font-size: 2.56rem;
    margin-bottom: 1.25rem;
  }
  .section07 .person {
    font-size: 1.92rem;
    margin-bottom: 2rem;
  }
  .section07 .text {
    font-size: 1.664rem;
  }
  .section07 .texts {
    margin-bottom: 1rem;
  }
}
.section08 {
  position: relative;
  padding-bottom: 5rem;
}
.section08::after {
  content: "";
  position: absolute;
  background: rgba(0, 133, 208, 0.1);
  width: 100%;
  height: 60%;
  bottom: 0;
  z-index: -1;
}
.section08 .inner {
  max-width: 1300px;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}
.section08 .block01 {
  gap: 8.4375rem;
  width: 96%;
  margin-top: 5rem;
}
.section08 li {
  background: white;
  width: 100%;
  padding: 2rem 2.5rem;
  position: relative;
  border-radius: 5px;
  gap: 3.0625rem;
}
.section08 li:not(:last-child) {
  margin-bottom: 8px;
}
.section08 ul {
  margin-bottom: 3rem;
}
.section08 .link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section08 .title {
  width: 6.3125rem;
}
.section08 .wrap {
  flex: 1;
}
.section08 .date {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
}
.section08 .tag {
  font-size: 1rem;
  color: white;
  border-radius: 20px;
  border: 1px solid #333;
  background: #385c86;
  padding: 5px 15px 7.5px;
  line-height: 1;
  font-weight: 400;
}
.section08 .text {
  font-size: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (min-width: 1441px) {
  .section08 .inner {
    margin: 0 auto;
    max-width: 1160px;
  }
  .section08 .block01 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section08 {
    padding: 0 0 6.144rem;
  }
  .section08::after {
    height: 80%;
  }
  .section08 .inner {
    width: 100%;
  }
  .section08 .img {
    width: 96%;
    margin-left: auto;
    margin-right: 0;
  }
  .section08 .block01 {
    gap: 0rem;
    width: 92%;
    flex-direction: column;
    margin: auto;
    margin-top: 7.5rem;
  }
  .section08 li {
    padding: 2.75rem 2.5rem;
    gap: 8px 24px;
    flex-wrap: wrap;
  }
  .section08 ul {
    margin-bottom: 6rem;
  }
  .section08 .title {
    width: auto;
  }
  .section08 .date {
    font-size: 1.92rem;
  }
  .section08 .tag {
    font-size: 1.408rem;
    padding: 5px 20px;
  }
  .section08 .text {
    font-size: 1.92rem;
  }
}
.section09 ul {
  gap: 1rem 2.5rem;
}
.section09 li {
  background: #f7f7f7;
  width: calc((100% - 5rem) / 3);
  padding: 1.75rem 3rem 1.75rem 1.5rem;
  position: relative;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.13);
}
.section09 li::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/arrow-blue.svg);
  background-size: cover;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.section09 .link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section09 .text {
  font-size: 1rem;
}
.section09 .text span {
  color: #0085d0;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .section09 ul {
    gap: 8px;
  }
  .section09 li {
    width: calc((100% - 8px) / 2);
    padding: 1.4rem 2rem 1.4rem 1.25rem;
  }
  .section09 li::after {
    width: 1.28rem;
    height: 1.28rem;
    right: 1.25rem;
  }
  .section09 .text {
    font-size: 1.664rem;
  }
  .section09 .text span {
    font-size: 1.92rem;
  }
}
.section10 {
  padding: 5rem 0;
}
.section10 .inner {
  max-width: 1260px;
  width: 90%;
  margin: 0 3% 0 auto;
}
.section10 .block01 {
  gap: 5.1875rem;
  width: 100%;
}
.section10 .wrap {
  flex: 1;
  gap: 2rem;
}
.section10 .texts {
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.section10 .texts img {
  width: 2.625rem;
}
.section10 .phone {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.section10 .fax {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-left: 3.125rem;
}
.section10 .map {
  max-width: 782px;
  width: 60%;
}
.section10 .map p {
  width: 100%;
  height: 100%;
}
.section10 .map iframe {
  width: 100%;
  height: 100%;
}
.section10 .company {
  font-size: 1.25rem;
}
.section10 .name {
  font-size: 2rem;
}
.section10 .name span {
  font-size: 1.25rem;
}
.section10 .time {
  font-size: 1.125rem;
}
.section10 .text {
  font-size: 1rem;
}

@media (min-width: 1441px) {
  .section10 .inner {
    margin: 0 auto;
    max-width: 1160px;
  }
}
@media (max-width: 768px) {
  .section10 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .section10 .block01 {
    gap: 4rem;
    width: 100%;
    flex-direction: column-reverse;
  }
  .section10 .wrap {
    gap: 2.5rem;
  }
  .section10 .texts {
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .section10 .texts img {
    width: 4.096rem;
  }
  .section10 .phone {
    font-size: 3.072rem;
  }
  .section10 .fax {
    font-size: 1.92rem;
    margin-left: 4.096rem;
  }
  .section10 .map {
    width: 100%;
    height: 275px;
  }
  .section10 .company {
    font-size: 1.92rem;
  }
  .section10 .name {
    font-size: 3.072rem;
  }
  .section10 .name span {
    font-size: 1.92rem;
  }
  .section10 .time {
    font-size: 1.92rem;
  }
  .section10 .text {
    font-size: 1.664rem;
    line-height: 1.7;
  }
}
.section11 {
  background: linear-gradient(180deg, rgba(0, 133, 208, 0) 0%, #abe1ff 30%);
  padding: 5rem 0;
}
.section11 .wrap {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 90%;
}
.section11 .wrap .title {
  margin-bottom: 0;
}
.section11 .coution {
  font-size: 1.25rem;
}
.section11 .swiper {
  padding: 0 2rem;
}
.section11 ul {
  margin: 0 auto 3rem;
}
.section11 li {
  padding: 2rem 1.9rem;
  background: white;
  width: 24.625rem !important;
  border-radius: 7px;
  position: relative;
}
.section11 li a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section11 .date {
  font-size: 1.4375rem;
  font-family: "Outfit", sans-serif;
}
.section11 .tag {
  border-radius: 24px;
  background: #0085d0;
  color: white;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  font-weight: 400;
}
.section11 .texts {
  margin-bottom: 1.3rem;
}
.section11 .heading {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.section11 .text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

@media (max-width: 768px) {
  .section11 .wrap {
    margin-bottom: 30px;
    width: 92%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section11 .wrap .title {
    text-align: center;
  }
  .section11 .wrap .title p {
    text-align: center;
    margin: 0 auto 2.048rem;
  }
  .section11 .coution {
    font-size: 1.664rem;
    margin-top: 30px;
  }
  .section11 ul {
    margin: 0 auto 3rem;
  }
  .section11 .swiper-slide {
    width: 41.984rem !important;
  }
  .section11 li {
    padding: 3.072rem;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .section11 .date {
    font-size: 1.92rem;
  }
  .section11 .tag {
    font-size: 1.408rem;
    padding: 0.75rem 1.8rem;
  }
  .section11 .texts {
    margin-bottom: 2.05rem;
  }
  .section11 .heading {
    font-size: 2.56rem;
    margin-bottom: 2.05rem;
  }
  .section11 .text {
    font-size: 1.66rem;
  }
}
.section12 {
  padding: 5rem 0;
}
.section12 .inner {
  border: 1px solid #bdbdbd;
  background: #fff;
  padding: 5rem 7rem;
  max-width: 65rem; /* 1040px ÷ 16 */
  width: 90%;
  margin: 0 auto;
}
.section12 .text {
  font-size: 1rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2.5rem; /* 40px ÷ 16 */
}
.section12 form .wrap {
  gap: 1.71875rem; /* 27.5px ÷ 16 */
}
.section12 form .wrap:not(:last-child) {
  margin-bottom: 0.5rem; /* 8px ÷ 16 */
}
.section12 form .texts {
  background: #f7f7f7;
  width: 37%;
  gap: 0.5rem; /* 8px ÷ 16 */
  padding: 0.8125rem 1.5rem 0.625rem; /* 13px 24px 10px ÷ 16 */
}
.section12 form .wpcf7-form-control-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.section12 form .wpcf7-form-control-wrap input[type=text], .section12 form .wpcf7-form-control-wrap input[type=email], .section12 form .wpcf7-form-control-wrap input[type=tel], .section12 form .wpcf7-form-control-wrap textarea {
  width: 100%;
  background: white;
  border: 1px solid #dedede;
}
.section12 form .wpcf7-form-control-wrap input[type=text], .section12 form .wpcf7-form-control-wrap input[type=email], .section12 form .wpcf7-form-control-wrap input[type=tel] {
  height: 2.875rem; /* 46px ÷ 16 */
}
.section12 form .wpcf7-form-control-wrap textarea {
  resize: none;
  height: 10.8125rem; /* 173px ÷ 16 */
}
.section12 form .wpcf7-form-control-wrap input[type=radio] {
  position: relative;
  width: 1rem; /* 16px ÷ 16 */
  height: 1rem; /* 16px ÷ 16 */
  border: 1px solid #000;
  background: white;
  border-radius: 50%;
  vertical-align: -0.125rem; /* -2px ÷ 16 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
.section12 form .wpcf7-form-control-wrap input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5625rem; /* 9px ÷ 16 */
  height: 0.5625rem; /* 9px ÷ 16 */
  border-radius: 50%;
  background: #000;
  content: "";
}
.section12 form .wpcf7-list-item.first {
  margin-left: 0;
}
.section12 form .label {
  font-size: 1rem; /* 16px ÷ 16 */
  font-weight: 600;
}
.section12 form .need {
  border-radius: 0.1875rem; /* 3px ÷ 16 */
  background: #0085d0;
  color: #fff;
  font-size: 0.6875rem; /* 11px ÷ 16 */
  line-height: 1;
  padding: 0.3125rem 0.46875rem; /* 5px 7.5px ÷ 16 */
}
.section12 form .submit_btn {
  background: #0085d0;
  line-height: 1;
  padding: 1rem 7.5rem; /* 16px 120px ÷ 16 */
  font-size: 1.0625rem; /* 17px ÷ 16 */
  text-align: center;
  color: white;
  margin: 0 auto;
  display: block;
}
.section12 form .wpcf7-form-control-wrap[data-name=acceptance-634] {
  margin: 2.5rem auto; /* 40px ÷ 16 */
  width: fit-content;
}
.section12 form .wpcf7-form-control-wrap[data-name=acceptance-634] a {
  display: inline-block;
  text-decoration: underline;
}
.section12 form .checkbox .wpcf7-list-item-label {
  font-size: 0.9375rem; /* 15px ÷ 16 */
}
.section12 form .wpcf7-response-output {
  display: none !important;
}
.section12-contact {
  padding: 4rem 0 0;
}
.section12-contact .inner {
  padding: 0;
  border: none;
  width: 100%;
}

@media (max-width: 768px) {
  .section12 .inner {
    border: none;
    padding: 5rem 0rem;
    width: 92%;
  }
  .section12 .text {
    font-size: 1.664rem; /* 13px ÷ 7.8125 */
    margin-bottom: 4.096rem; /* 32px ÷ 7.8125 */
  }
  .section12 form .wrap {
    flex-direction: column;
    gap: 1.024rem; /* 8px ÷ 7.8125 */
  }
  .section12 form .wrap:not(:last-child) {
    margin-bottom: 3.072rem; /* 24px ÷ 7.8125 */
  }
  .section12 form .texts {
    width: 100%;
    gap: 1.024rem; /* 8px ÷ 7.8125 */
    padding: 1.536rem 3.072rem 1.28rem; /* 12px 24px 10px ÷ 7.8125 */
  }
  .section12 form .wpcf7-form-control-wrap input[type=text], .section12 form .wpcf7-form-control-wrap input[type=email], .section12 form .wpcf7-form-control-wrap input[type=tel] {
    height: 5.888rem; /* 46px ÷ 7.8125 */
    font-size: 2rem;
  }
  .section12 form .wpcf7-form-control-wrap textarea {
    height: 19.2rem; /* 150px ÷ 7.8125 */
  }
  .section12 form .wpcf7-form-control-wrap input[type=radio] {
    width: 2.304rem; /* 18px ÷ 7.8125 */
    height: 2.304rem; /* 18px ÷ 7.8125 */
  }
  .section12 form .wpcf7-form-control-wrap input[type=radio]:checked:before {
    width: 1.28rem; /* 10px ÷ 7.8125 */
    height: 1.28rem; /* 10px ÷ 7.8125 */
  }
  .section12 form .wpcf7-form-control-wrap input[type=checkbox] {
    width: 2.304rem; /* 18px ÷ 7.8125 */
    height: 2.304rem; /* 18px ÷ 7.8125 */
  }
  .section12 form .wpcf7-list-item.first {
    margin: 0.64rem 4.096rem 0 3.072rem; /* 5px 32px 0 24px ÷ 7.8125 */
  }
  .section12 form .label {
    font-size: 1.664rem; /* 13px ÷ 7.8125 */
  }
  .section12 form .wpcf7-list-item label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.024rem; /* 8px ÷ 7.8125 */
  }
  .section12 form .need {
    font-size: 1.408rem; /* 11px ÷ 7.8125 */
    padding: 0.512rem 0.832rem 0.64rem; /* 4px 6.5px 5px ÷ 7.8125 */
    border-radius: 0.384rem; /* 3px ÷ 7.8125 */
  }
  .section12 form .submit_btn {
    padding: 1.408rem 12.16rem; /* 11px 95px ÷ 7.8125 */
    font-size: 1.664rem; /* 13px ÷ 7.8125 */
  }
  .section12 form .wpcf7-form-control-wrap[data-name=checkbox-207] {
    margin: 1.024rem auto 4.096rem; /* 8px 32px ÷ 7.8125 */
  }
  .section12 form .wpcf7-form-control-wrap[data-name=checkbox-207] .wpcf7-list-item.first {
    margin: 0;
  }
  .section12 form .checkbox .wpcf7-list-item-label {
    font-size: 1.664rem; /* 13px ÷ 7.8125 */
    text-align: center;
    width: 27.264rem; /* 213px ÷ 7.8125 */
  }
  .section12 form .wpcf7-list-item-label {
    font-size: 1.664rem; /* 13px ÷ 7.8125 */
  }
  .section12 form .wpcf7-not-valid-tip {
    font-size: 2rem;
  }
}
.anchor {
  display: block;
  margin-top: -75px;
  padding-top: 75px;
}/*# sourceMappingURL=top.css.map */