@charset "UTF-8";
html {
  font-size: 69.5%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 0.695vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6vw;
  }
}
body {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #39383B;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

p {
  margin-top: 0;
  line-height: 1.5;
  font-weight: 500;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

#wpadminbar a {
  color: #fff !important;
}

.c-orange {
  color: #FF9500;
}

.slick-slide img {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 40rem;
}

.c-btn {
  background: #FF9500;
  color: #fff !important;
  max-width: 48rem;
  width: 90%;
  padding: 2rem 0;
  border-radius: 5rem;
  text-align: center;
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.l-header {
  padding: 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0.3rem;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header img {
    height: 4.9rem;
  }
}

.l-section__inner {
  width: 80%;
  margin: 0 auto;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .l-section__inner {
    width: 90%;
    padding: 3.5rem 0;
  }
}
.l-section__bg {
  background: #F8F9FE;
}
.l-section__title {
  font-size: 4.8rem;
  font-weight: bold;
  color: #5B70CC;
  padding-left: 7rem;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .l-section__title {
    font-size: 3.2rem;
    padding-left: 4rem;
  }
}
.l-section__title::before {
  content: "";
  display: block;
  background-image: url(../img/icon-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5.4rem;
  height: 6.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-section__title::before {
    width: 3.5rem;
    height: 4.5rem;
    top: 0;
    left: 0;
    transform: translate(0, 20%);
  }
}
.l-section__subtitle {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .l-section__subtitle {
    font-size: 2rem;
  }
}

.p-front__mv {
  width: 100%;
  position: relative;
}
.p-front__mv--inner {
  position: absolute;
  left: 16rem;
  top: 55%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-front__mv--inner {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 30rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-front__mv--img {
  width: 100%;
}
.p-front__mv--title {
  letter-spacing: 1px;
}
.p-front__mv--title p {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__mv--title p {
    font-size: 2rem;
    text-align: center;
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(83, 167, 138, 0.25);
  }
}
.p-front__mv--title h1 {
  position: relative;
  font-size: 6.3rem;
  padding-left: 7rem;
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__mv--title h1 {
    font-size: 4.4rem;
    padding-left: 4rem;
    text-align: center;
  }
}
.p-front__mv--title h1::before {
  content: "";
  display: block;
  background-image: url(../img/icon-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5.4rem;
  height: 6.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-front__mv--title h1::before {
    width: 3.7rem;
    height: 4.7rem;
  }
}
.p-front__mv--title span {
  color: #5B70CC;
  background-image: radial-gradient(circle at center, #5B70CC 20%, transparent 20%);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.5rem;
}
.p-front__mv--text {
  margin-top: 3rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--text {
    margin: 2rem 0;
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
  }
}
.p-front__mv--text span {
  color: #5B70CC;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__mv--text span {
    font-size: 2.1rem;
    margin-top: 1rem;
    display: block;
  }
}
.p-front__mv--btn--wrap p {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.p-front__tool--bg .l-section__inner {
  padding-bottom: 3rem;
}
.p-front__tool--wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-front__tool--wrap {
    flex-direction: column;
  }
}
.p-front__tool--left {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-front__tool--left {
    width: 15rem;
    margin: 0 auto 3rem;
  }
}
.p-front__tool--right {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-front__tool--right {
    width: 100%;
  }
}
.p-front__tool--block {
  width: 48%;
  padding: 2rem;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 4px rgba(83, 167, 138, 0.25);
}
@media screen and (max-width: 768px) {
  .p-front__tool--block {
    width: 100%;
    padding: 1.5rem 1rem;
  }
}
.p-front__tool--block h3 {
  color: #5B70CC;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__tool--block h3 {
    font-size: 2.2rem;
  }
}
.p-front__tool--block p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__tool--block p {
    margin-bottom: 0.5rem;
  }
}
.p-front__tool--block ul {
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__tool--block ul {
    margin-top: 2rem;
  }
}
.p-front__tool--block li {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__tool--block li {
    margin-right: 1.5rem;
    font-size: 1.3rem;
  }
}
.p-front__tool--block li:last-of-type {
  margin-right: 0;
}
.p-front__tool--block li img {
  margin-left: 0.5rem;
}
.p-front__tool--block--meo {
  box-shadow: unset;
  border: 2px solid #FF9500;
}
.p-front__tool--block--meo h3 {
  color: #FF9500;
}
.p-front__market--img img {
  width: 100%;
}
.p-front__market--text {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__market--text {
    font-size: 1.5rem;
    margin-top: 3rem;
    padding: 0 1rem;
  }
}
.p-front__market--text p {
  margin-bottom: 1rem;
}
.p-front__about {
  position: relative;
}
.p-front__about--bgimg {
  position: absolute;
  top: -2rem;
  right: -4rem;
}
.p-front__about--top {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: -1rem;
}
.p-front__about--top span {
  font-size: 2.8rem;
  color: #5B70CC;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__about--top p {
    text-align: center;
  }
  .p-front__about--top p:first-of-type {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgba(83, 167, 138, 0.25);
    line-height: 1.5;
    font-size: 1.8rem;
    margin-top: 4rem;
    padding: 1rem;
    width: 70%;
    margin: 4rem auto 3rem;
  }
  .p-front__about--top p:nth-of-type(2) {
    font-size: 1.5rem;
  }
  .p-front__about--top p:nth-of-type(3) {
    color: #5B70CC;
    font-size: 2.4rem;
  }
}
.p-front__about--wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--wrap {
    flex-direction: column;
    margin-top: 7rem;
  }
}
.p-front__about--block {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__about--block {
    width: 100%;
    margin-bottom: 5rem;
  }
  .p-front__about--block:last-of-type {
    margin-bottom: 0;
  }
}
.p-front__about--block--inner {
  background: #fff;
  box-shadow: 0 2px 4px rgba(83, 167, 138, 0.25);
  padding: 5rem 2rem 3rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--block--inner {
    padding-top: 6rem;
  }
}
.p-front__about--num {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #FF9500;
  font-size: 3.8rem;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-front__about--num span {
  font-size: 5.2rem;
}
.p-front__about--title {
  font-size: 2rem;
  color: #5B70CC;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--title {
    font-size: 1.8rem;
  }
}
.p-front__about--title span {
  font-size: 2.4rem;
}
.p-front__about--img {
  text-align: center;
}
.p-front__about--img img {
  width: 18rem;
}
.p-front__cta {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-front__cta {
    flex-direction: column-reverse;
  }
}
.p-front__cta--bg {
  background: #5B70CC;
}
.p-front__cta--bg .l-section__inner {
  padding: 3rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__cta--bg .l-section__inner {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.p-front__cta--content {
  width: 60%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__cta--content {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-front__cta--content h2 {
  font-size: 3.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-front__cta--content h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.p-front__cta--content h2 span {
  font-size: 4.2rem;
  color: #F3FF4A;
}
@media screen and (max-width: 768px) {
  .p-front__cta--content h2 span {
    font-size: 3.2rem;
  }
}
.p-front__cta--img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-front__cta--img {
    width: 60%;
    margin-bottom: 3rem;
  }
}
.p-front__cta--img img {
  width: 100%;
}
.p-front__cta--btn--wrap p {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__cta--btn--wrap p {
    font-size: 1.6rem;
  }
}
.p-front__cta--btn--wrap .c-btn {
  display: block;
  margin: 0 auto;
}
.p-front__merit--wrap {
  margin-top: 5rem;
}
.p-front__merit--block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 5rem 4rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(83, 167, 138, 0.25);
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__merit--block {
    flex-direction: column;
    padding: 4rem 2rem;
  }
}
.p-front__merit--num {
  position: absolute;
  top: -4rem;
  left: 4rem;
  color: #FF9500;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .p-front__merit--num {
    left: 3rem;
  }
}
.p-front__merit--content {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-front__merit--content {
    width: 100%;
  }
}
.p-front__merit--content h3 {
  color: #5B70CC;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__merit--content h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-front__merit--content p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__merit--content p {
    line-height: 1.85;
    font-size: 1.6rem;
  }
}
.p-front__merit--img {
  width: 45%;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .p-front__merit--img {
    width: 100%;
    text-align: center;
  }
}
.p-front__merit--img img {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-front__merit--img img {
    width: 100%;
  }
}
.p-front__merit--img p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.p-front__merit--block:nth-of-type(2) .p-front__merit--content {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .p-front__merit--block:nth-of-type(2) .p-front__merit--content {
    width: 100%;
  }
}
.p-front__merit--block:nth-of-type(2) .p-front__merit--img {
  text-align: start;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-front__merit--block:nth-of-type(2) .p-front__merit--img {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-front__merit--block:nth-of-type(3) .p-front__merit--content {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-front__merit--block:nth-of-type(3) .p-front__merit--content {
    width: 100%;
  }
}
.p-front__merit--block:nth-of-type(3) .p-front__merit--img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-front__merit--block:nth-of-type(3) .p-front__merit--img {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-front__merit--img--inner {
  display: flex;
  height: 100%;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .p-front__merit--img--inner {
    justify-content: center;
  }
}
.p-front__merit--img--inner .p-front__merit--video {
  width: 13rem;
  height: 26rem;
}
.p-front__merit--img--inner .p-front__merit--video:first-of-type {
  margin-right: 2rem;
}
.p-front__merit--img--inner p {
  max-width: 28rem;
  width: 100%;
  margin-left: auto;
  text-align: center;
}
.p-front__merit--img--inner .youtube {
  width: 100%;
  aspect-ratio: 1/2;
}
.p-front__merit--img--inner iframe {
  width: 100%;
  height: 89%;
  border-radius: 1rem;
}
.p-front__merit--sns {
  width: 100%;
  font-size: 1.8rem;
}
.p-front__merit--sns--inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-front__merit--sns--inner {
    flex-direction: column;
  }
}
.p-front__merit--sns h4 {
  color: #5B70CC;
  margin-bottom: 1rem;
}
.p-front__merit--sns p {
  margin-bottom: 0;
}
.p-front__merit--sns--block {
  border: 0.3rem solid rgb(216, 222, 255);
  padding: 1.5rem 3rem;
  margin-right: 4rem;
  width: 32rem;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-front__merit--sns--block {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
  }
}
.p-front__merit--sns--num span {
  color: #FF9500;
  font-size: 3.2rem;
}
.p-front__voice--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-front__voice--wrap {
    flex-direction: column;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}
.p-front__voice--block {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-front__voice--block {
    width: 100%;
    margin-bottom: 5rem;
  }
  .p-front__voice--block:last-of-type {
    margin-bottom: 0;
  }
}
.p-front__voice--block h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__voice--block h3 {
    font-size: 2.2rem;
  }
}
.p-front__voice--block img {
  margin-bottom: 3rem;
  display: block;
  margin: 0 auto 4rem;
  width: 13rem;
}
.p-front__voice--block p {
  margin-bottom: 0;
}
.p-front__flow--wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .p-front__flow--wrap {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.p-front__flow--block {
  width: 22%;
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(83, 167, 138, 0.25);
  position: relative;
  text-align: center;
  margin-right: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__flow--block {
    width: 80%;
    margin: 0 auto 4rem;
  }
  .p-front__flow--block:last-of-type {
    margin-bottom: 0;
  }
}
.p-front__flow--block::after {
  content: "▶︎";
  display: block;
  width: 1rem;
  height: 1rem;
  color: #5B70CC;
  position: absolute;
  top: 50%;
  right: -1.6rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-front__flow--block::after {
    content: "▼";
    top: unset;
    bottom: -2rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-front__flow--block:nth-of-type(4), .p-front__flow--block:nth-of-type(7) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-front__flow--block:nth-of-type(4), .p-front__flow--block:nth-of-type(7) {
    margin-right: auto;
  }
}
.p-front__flow--block:nth-of-type(4)::after, .p-front__flow--block:nth-of-type(7)::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-front__flow--block:nth-of-type(4)::after {
    display: block;
  }
}
.p-front__flow--block h3 {
  font-size: 2.4rem;
  color: #5B70CC;
  font-weight: 600;
  margin-bottom: 1rem;
}
.p-front__flow--block img {
  margin-bottom: 1rem;
  width: 10rem;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-front__flow--block img {
    height: unset;
  }
}
.p-front__flow--block p {
  margin-bottom: 0;
}
.p-front__flow--block span {
  font-size: 1.2rem;
}
.p-front__faq--wrap {
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .p-front__faq--wrap {
    margin-top: 3rem;
  }
}
.p-front__faq--block {
  background: #fff;
  border-radius: 1rem;
  background: #fff;
  position: relative;
  width: 90%;
  margin-bottom: 2rem;
  padding: 0 8rem;
  box-shadow: 0 2px 4px rgba(83, 167, 138, 0.25);
}
@media screen and (max-width: 768px) {
  .p-front__faq--block {
    width: 100%;
    padding: 0 2rem 2rem;
    padding-right: 5rem;
  }
}
.p-front__faq--q {
  position: relative;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-front__faq--q {
    padding: 1rem 0;
  }
}
.p-front__faq--q p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__faq--q p {
    flex-direction: column;
    align-items: start;
  }
}
.p-front__faq--q span {
  color: #5B70CC;
  font-size: 5rem;
  margin-right: 5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-front__faq--q span {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.p-front__faq--a {
  display: none;
  padding: 2rem 0;
  border-top: 1px solid #75E2C6;
}
@media screen and (max-width: 768px) {
  .p-front__faq--a {
    padding: 1rem 0;
    padding-top: 0;
  }
}
.p-front__faq--a p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__faq--a p {
    flex-direction: column;
    align-items: start;
  }
}
.p-front__faq--a span {
  color: #FF9500;
  font-size: 5rem;
  margin-right: 5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-front__faq--a span {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.p-front__faq--icon {
  background-color: #5B70CC;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: block;
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-front__faq--icon {
    width: 2rem;
    height: 2rem;
    right: -4rem;
  }
}
.p-front__faq--icon.active {
  background: #3B3938;
}
.p-front__faq--icon::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-front__faq--icon::before {
    width: 1rem;
  }
}
.p-front__faq--icon::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  .p-front__faq--icon::after {
    width: 1rem;
  }
}
.p-front__faq--icon.active::before {
  opacity: 0;
}
.p-front__faq--icon.active::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-front__partner--list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-front__partner--list {
    flex-direction: column;
    text-align: center;
  }
}
.p-front__partner--list img {
  width: 30rem;
}
.p-front__contact {
  max-width: 84rem;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 4px rgba(83, 167, 138, 0.25);
  border-radius: 1rem;
  padding: 5rem 10rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__contact {
    padding: 2rem;
    padding-bottom: 0;
    width: 100%;
  }
}
.p-front__contact h2 {
  color: #5B70CC;
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-front__contact h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-front__contact label {
  display: block;
  margin-bottom: 4rem;
}
.p-front__contact .item {
  border-radius: 1rem;
  border: 1px solid #999999;
  color: #999999;
  padding: 0 1rem;
  font-size: 1rem;
  text-align: center;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__contact .item {
    padding: 0 0.5rem;
    margin-right: 0.5rem;
  }
}
.p-front__contact .item-require {
  border-color: #FF9500;
  color: #FF9500;
}
.p-front__contact input[type=text], .p-front__contact textarea {
  background: #F8F8FB;
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
}
.p-front__contact input[type=text] {
  height: 4rem;
}
.p-front__contact textarea {
  height: 23rem;
  margin-bottom: 0;
}
.p-front__contact .wpcf7-submit {
  display: block;
  background: #5B70CC;
  border: unset;
  color: #fff;
  border-radius: 5rem;
  text-align: center;
  padding: 2rem 9rem;
  margin: 0rem auto;
}
@media screen and (max-width: 768px) {
  .p-front__contact .wpcf7-radio {
    display: block;
    margin-top: 2rem;
  }
}
.p-front__contact .wpcf7-radio label {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__contact .wpcf7-radio label {
    margin-bottom: 1.4rem;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-front__contact .wpcf7-radio .wpcf7-list-item {
    display: block;
  }
}

.l-footer {
  background: #39383B;
  color: #fff;
  text-align: center;
  padding: 5rem 0;
}
.l-footer a {
  color: #fff !important;
}
.l-footer__company {
  margin-bottom: 3rem;
}
.l-footer__list {
  margin-bottom: 3rem;
}
.l-footer__list li {
  margin-bottom: 1rem;
}

.post-11 {
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
}
.post-11 .wp-block-list {
  margin-left: 0;
  font-weight: 500;
  padding-left: 2rem;
}
.post-11 .wp-block-list strong {
  font-weight: 500;
}
.post-11 .wp-block-list li {
  list-style: auto;
  margin-bottom: 1rem;
}
.post-11 .wp-block-list li:first-of-type {
  margin-top: 1rem;
}
.post-11 .wp-block-list .wp-block-list li {
  list-style: none;
  text-indent: -2rem;
  padding-left: 1rem;
}
.post-11 h2 {
  color: #5B70CC;
  margin-top: 5rem;
  font-weight: 500;
}

.entry-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */