/*
Theme Name: shohousya-LP
Author: ryo saya
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  position: relative;
  width: 100%;
  background: #fff;
  color: #0162B1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

a {
  color: #0162B1;
  text-decoration: none;
  letter-spacing: 2px;
}

main {
  width: 100%;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style: none;
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #f1f9fb;
  padding: 10px 20px;
}
.l-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-header-inner-logo {
  width: 270px;
  margin-right: 20px;
}
.l-header-inner-logo img {
  width: 100%;
}
.l-header-inner-btn {
  margin-left: 20px;
}

@media (max-width: 780px) {
  .l-header {
    padding: 10px 20px;
  }
  .l-header-inner-logo {
    width: 120px;
  }
  .l-header-inner-btn {
    display: none;
  }
}
.m-fix-content-sp {
  display: none;
}

@media (max-width: 780px) {
  .m-fix-content-sp {
    position: fixed;
    display: block;
    z-index: 100;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    padding: 15px 0;
    transition: background-color 0.3s;
    text-align: center;
  }
  .m-fix-content-sp.is-scroll {
    background-color: #f0f0f0;
  }
}
.l-footer {
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.l-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.l-footer-inner-text {
  width: 50%;
}
.l-footer-inner-text-logo {
  width: 278px;
  margin-bottom: 10px;
}
.l-footer-inner-text-logo img {
  width: 100%;
}
.l-footer-inner-text-info {
  font-size: 16px;
  line-height: 1.8;
}
.l-footer-inner-menu {
  width: 50%;
}
.l-footer-inner-menu-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 120px;
}
.l-footer-inner-menu-nav-item {
  padding: 0 20px;
}
.l-footer-inner-menu-nav-item a {
  display: inline-block;
  font-size: 16px;
}
.l-footer-inner-menu-nav-item a:hover {
  opacity: 0.8;
}
.l-footer-inner-menu-cap {
  text-align: right;
  font-size: 12px;
}

@media (max-width: 780px) {
  .l-footer {
    padding: 60px 0 100px;
  }
  .l-footer-inner {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-footer-inner-text {
    width: 100%;
    margin-bottom: 60px;
  }
  .l-footer-inner-text-logo {
    width: 278px;
    margin: 0 auto 10px;
  }
  .l-footer-inner-text-info {
    text-align: center;
  }
  .l-footer-inner-menu {
    width: 100%;
  }
  .l-footer-inner-menu-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 60px;
    flex-wrap: wrap;
  }
  .l-footer-inner-menu-nav-item {
    padding: 0 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .l-footer-inner-menu-cap {
    text-align: center;
    font-size: 12px;
  }
}
.header-btn {
  display: inline-block;
  background-color: #E95389;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  position: relative;
  border-radius: 50px;
  width: 290px;
  transition: all ease 0.3s;
  border: 3px solid #f1f9fb;
}
.header-btn-lead {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.header-btn-main {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  padding-right: 10px;
  margin-top: -3px;
}
.header-btn::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 85%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  transform: rotate(-135deg);
  z-index: 1;
  transition: all ease 0.3s;
}
.header-btn:hover {
  background-color: #fff;
  color: #E95389;
  border: 3px solid #E95389;
}
.header-btn:hover .header-btn-lead {
  color: #E95389;
}
.header-btn:hover::before {
  left: 88%;
  border-left: 2px solid #E95389;
  border-bottom: 2px solid #E95389;
}

.fv-btn {
  width: 100%;
  height: 74px;
  background-color: #E95389;
  border: 3px solid #fff;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
  box-shadow: 3px 3px 5px #e96b99;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  transition: all ease 0.3s;
}
.fv-btn::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 85%;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 12px;
  height: 12px;
  background-color: transparent;
  z-index: 1;
  transition: all ease 0.3s;
}
.fv-btn:hover {
  background-color: #fff;
  border: 3px solid #E95389;
  color: #E95389;
}
.fv-btn:hover::before {
  left: 88%;
  border-bottom: 2px solid #E95389;
  border-right: 2px solid #E95389;
}

.cv-btn {
  width: 368px;
  height: 74px;
  background-color: #E95389;
  border: 3px solid #fff;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  transition: all ease 0.3s;
  margin: 0 auto;
}
.cv-btn::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 85%;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 12px;
  height: 12px;
  background-color: transparent;
  z-index: 1;
  transition: all ease 0.3s;
}
.cv-btn:hover {
  background-color: #fff;
  border: 3px solid #E95389;
  color: #E95389;
}
.cv-btn:hover::before {
  left: 88%;
  border-bottom: 2px solid #E95389;
  border-right: 2px solid #E95389;
}

.price-btn {
  width: 368px;
  height: 74px;
  background-color: #E95389;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  transition: all ease 0.3s;
  margin: 0 auto;
}
.price-btn::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 85%;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 12px;
  height: 12px;
  background-color: transparent;
  z-index: 1;
  transition: all ease 0.3s;
}
.price-btn:hover {
  background-color: #fff;
  border: 3px solid #E95389;
  color: #E95389;
}
.price-btn:hover::before {
  left: 88%;
  border-bottom: 2px solid #E95389;
  border-right: 2px solid #E95389;
}

@media (max-width: 780px) {
  .cv-btn {
    width: 300px;
    height: 64px;
    font-size: 20px;
  }
  .cv-btn::before {
    top: 54%;
    left: 85%;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 12px;
    height: 12px;
    background-color: transparent;
    z-index: 1;
    transition: all ease 0.3s;
  }
  .price-btn {
    width: 326px;
    height: 64px;
    font-size: 20px;
    padding-right: 10px;
  }
}
.js-fadeIn {
  transform: translateY(30px);
  opacity: 0;
}

.js-slideLeft {
  transform: translateX(40px);
}

.js-slideRight {
  transform: translateX(20px);
}

.p-faq__item.area-tag .c-faq__item__q {
  padding: 20px 50px 15px 15px;
}
.p-faq__item.area-tag .c-faq__item__q span::before {
  display: none;
}
.p-faq__item.area-tag .c-faq__item__a .c-faq__item__a_container {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding: 20px 30px 15px 15px;
}
.p-faq__item.area-tag .c-faq__item__a .c-faq__item__a_container p {
  line-height: 1.7;
}
.p-faq__item.area-tag .c-faq__item__a .c-faq__item__a_container::before {
  display: none;
}
.p-faq__item.area-tag .c-faq__item__a.j_accordion {
  height: 360px;
}

.p-faq__item.area-tag .c-faq__item__q span::after {
  display: none;
}

.p-faq__item.area-tag .c-faq__item__a .c-faq__item__a_container::after {
  display: none;
}

.p-area__wrapper .p-faq__container .p-faq__item:nth-of-type(4) {
  border-bottom: none;
}
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.25;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 0.4;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.m-fix-content {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 100;
  width: 290px;
}
.m-fix-content-inner {
  padding: 10px 0;
  display: block;
  width: 100%;
  background-color: #E95389;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: relative;
  text-align: center;
  border-radius: 10px 0 0 10px;
  transition: all ease 0.3s;
}
.m-fix-content-inner img {
  width: 227px;
  display: block;
  margin: 0 auto;
  transition: all ease 0.3s;
}
.m-fix-content-inner .hover-img {
  display: none;
}
.m-fix-content-inner p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.m-fix-content-inner::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 87%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  transform: rotate(-135deg);
  z-index: 1;
  transition: all ease 0.3s;
}
.m-fix-content-inner:hover {
  background-color: #fff;
  border-top: 3px solid #E95389;
  border-left: 3px solid #E95389;
  border-bottom: 3px solid #E95389;
}
.m-fix-content-inner:hover .hover-img {
  display: block;
  transition: all ease 0.3s;
}
.m-fix-content-inner:hover .pc-img {
  display: none;
}
.m-fix-content-inner:hover p {
  color: #E95389;
}
.m-fix-content-inner:hover::before {
  left: 90%;
  border-left: 2px solid #E95389;
  border-bottom: 2px solid #E95389;
}

@media (max-width: 780px) {
  .m-fix-content {
    display: none;
  }
}
.p-fv-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 60px;
}
.p-fv-section img {
  width: 100%;
}
.p-fv-section .sp-img {
  display: none;
}
.p-fv-section-kids {
  position: absolute;
  top: 13%;
  left: 1%;
  width: 100%;
  z-index: 1;
}
.p-fv-section-kids .sp-img {
  display: none;
}
.p-fv-section-title {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 42%;
}
.p-fv-section-head {
  position: absolute;
  top: 37%;
  left: 51%;
  transform: translateX(-50%);
  z-index: 1;
  width: 38%;
}
.p-fv-section-btn {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 370px;
}
.p-fv-section-promotion {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 70%;
}

.p-fv-bottom-section {
  width: 100%;
  position: relative;
  display: none;
}
.p-fv-bottom-section img {
  width: 100%;
}

.sp {
  display: none;
}

.p-about-section {
  width: 100%;
  position: relative;
  background-color: #E7F4F9;
  padding: 120px 0 80px;
}
.p-about-section-q {
  width: 95%;
  margin: 0 auto 30px;
  position: relative;
}
.p-about-section-q img {
  width: 100%;
}
.p-about-section-q .sp-img {
  display: none;
}
.p-about-section-q-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 580px;
  width: 60%;
  z-index: 1;
}
.p-about-section-q-head img {
  width: 100%;
}
.p-about-section-box {
  max-width: 1000px;
  margin: 0 auto 60px;
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-about-section-box-kids {
  margin-left: 50px;
  width: 38%;
}
.p-about-section-box-text {
  padding-left: 60px;
  width: calc(62% - 50px);
}
.p-about-section-box-text p {
  font-size: 20px;
  line-height: 2.3;
  font-weight: 600;
  letter-spacing: 3px;
}
.p-about-section-video {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.p-profile-section {
  width: 100%;
  position: relative;
  padding: 120px 0 0;
}
.p-profile-section-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
.p-profile-section-bg img {
  height: 100%;
}
.p-profile-section-bg .sp-img {
  display: none;
}
.p-profile-section-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-profile-section-inner-head {
  width: 520px;
  margin-bottom: 40px;
  margin-left: 20px;
}
.p-profile-section-inner-head img {
  width: 100%;
}
.p-profile-section-inner p {
  font-size: 20px;
  line-height: 2.3;
  font-weight: 600;
  letter-spacing: 3px;
}
.p-profile-section-inner-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -30px;
}
.p-profile-section-inner-image-logo {
  max-width: 412px;
  width: 41%;
}
.p-profile-section-inner-image-logo img {
  width: 100%;
}
.p-profile-section-inner-image-kids {
  width: 57%;
}
.p-profile-section-inner-image-kids img {
  width: 100%;
}

.p-service-section {
  width: 100%;
  background-color: #E7F4F9;
  padding: 120px 0 20px;
}
.p-service-section-inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
.p-service-section-inner-top {
  height: 79px;
  margin: 0 auto 10px;
}
.p-service-section-inner-top img {
  height: 100%;
  margin: 0 auto;
}
.p-service-section-inner-top .sp-img {
  display: none;
}
.p-service-section-inner-head {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 auto 4%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
}
.p-service-section-inner-head::before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: 30px;
  background-color: #ffe340;
  border-radius: 15px;
  top: 53%;
  left: -20px;
  z-index: -1;
}
.p-service-section-inner-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-service-section-inner-block-image {
  width: 50%;
  padding-left: 20px;
}
.p-service-section-inner-block-image img {
  width: 100%;
}
.p-service-section-inner-block-text {
  width: 50%;
  padding-right: 10px;
}
.p-service-section-inner-block-text-lead {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-service-section-inner-block-text p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 1px;
}
.p-service-section-block {
  max-width: 1200px;
  width: 90%;
  margin: 40px auto 60px;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 20px 40px;
  position: relative;
}
.p-service-section-block-head {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: 79px;
}
.p-service-section-block-head img {
  height: 79px;
}
.p-service-section-block-head .sp-img {
  display: none;
}
.p-service-section-block-image {
  width: 95%;
  margin: 0 auto;
}
.p-service-section-block-image img {
  width: 100%;
}
.p-service-section-block-image .sp-img {
  display: none;
}

.p-service-section-inner.second-service {
  margin: 0 auto 100px;
}

.p-cv-section {
  width: 100%;
  background-color: #ffe340;
  position: relative;
  padding: 120px 0 80px;
}
.p-cv-section-left-deco {
  position: absolute;
  top: 10%;
  left: 9%;
  width: 6%;
  z-index: 1;
}
.p-cv-section-left-deco .sp-img {
  display: none;
}
.p-cv-section-right-deco {
  position: absolute;
  top: 10%;
  left: 84%;
  width: 6%;
  z-index: 1;
}
.p-cv-section-right-deco .sp-img {
  display: none;
}
.p-cv-section-head {
  max-width: 900px;
  position: relative;
  z-index: 10;
  width: 80%;
  margin: 0 auto 40px;
}
.p-cv-section-head img {
  width: 100%;
}
.p-cv-section-head .sp-img {
  display: none;
}
.p-cv-section-btn {
  margin: 0 auto;
  text-align: center;
}

.p-ability-section {
  width: 100%;
  background-color: #0361b0;
  padding: 120px 0;
}
.p-ability-section-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-ability-section-inner-head {
  margin: 0 auto 20px;
}
.p-ability-section-inner-head-text {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}
.p-ability-section-inner-head-image {
  max-width: 597px;
  width: 90%;
  margin: 0 auto;
}
.p-ability-section-inner-head-image .sp-img {
  display: none;
}
.p-ability-section-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px;
}
.p-ability-section-inner-box-image {
  width: 36.8%;
}
.p-ability-section-inner-box-image img {
  width: 100%;
}
.p-ability-section-inner-box-image .sp-img {
  display: none;
}
.p-ability-section-inner-box-text {
  width: 60%;
  padding-left: 20px;
}
.p-ability-section-inner-box-text-top {
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.p-ability-section-inner-box-text-top p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 1px;
}
.p-ability-section-inner-box-text-head {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.p-ability-section-inner-box-text-head .colors {
  color: #ffe340;
}
.p-ability-section-inner-box-text-list {
  width: 100%;
}
.p-ability-section-inner-box-text-list-sentence {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.p-ability-section-inner-box-text-list-sentence-check {
  width: 18px;
  margin-right: 8px;
}
.p-ability-section-inner-box-text-list-sentence-check img {
  width: 100%;
}
.p-ability-section-inner-box-text-list-sentence-txt {
  width: calc(100% - 26px);
}
.p-ability-section-inner-box-text-list-sentence-txt p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #fff;
}

.p-online-section {
  width: 100%;
  padding: 120px 0;
  background-image: url(./images/network-bg.jpg);
  background-position: no-repeat;
  background-size: contain;
}
.p-online-section-head {
  margin: 0 auto 40px;
}
.p-online-section-head-text {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: center;
}
.p-online-section-head-title {
  max-width: 737px;
  width: 90%;
  margin: 0 auto;
}
.p-online-section-head-title img {
  width: 100%;
}
.p-online-section-head-title .sp-img {
  display: none;
}
.p-online-section-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-online-section-inner-image {
  width: 42.4%;
}
.p-online-section-inner-image img {
  width: 100%;
}
.p-online-section-inner-text {
  width: 57.4%;
  padding-right: 30px;
}
.p-online-section-inner-text-head {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.p-online-section-inner-text p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1.7;
}
.p-online-section-box {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-online-section-box-item {
  width: 31%;
}
.p-online-section-box-item img {
  width: 100%;
}
.p-online-section-box-item .sp-img {
  display: none;
}
.p-online-section-memo {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 60px;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}
.p-online-section-memo-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-online-section-memo-inner-text {
  width: 68.8%;
  padding-right: 20px;
}
.p-online-section-memo-inner-text-lead {
  width: 100%;
  margin: 0 auto 20px;
}
.p-online-section-memo-inner-text-lead img {
  width: 100%;
}
.p-online-section-memo-inner-text-lead .sp-img {
  display: none;
}
.p-online-section-memo-inner-text-sp {
  display: none;
  width: 90%;
  margin: 0 auto;
}
.p-online-section-memo-inner-text p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1.7;
  font-weight: 400;
}
.p-online-section-memo-inner-image {
  width: 31%;
}
.p-online-section-memo-inner-image img {
  width: 100%;
}
.p-online-section-sample {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 60px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  position: relative;
}
.p-online-section-sample-head {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: 79px;
}
.p-online-section-sample-head img {
  height: 100%;
}
.p-online-section-sample-head .sp-img {
  display: none;
}
.p-online-section-sample-image {
  width: 95%;
  margin: 0 auto;
}
.p-online-section-sample-image img {
  width: 100%;
}
.p-online-section-sample-image .sp-img {
  display: none;
}
.p-online-section-bottom {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-online-section-bottom-image {
  width: 52%;
}
.p-online-section-bottom-image img {
  width: 100%;
}
.p-online-section-bottom-text {
  width: 48%;
  padding-left: 40px;
}
.p-online-section-bottom-text-head {
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.p-online-section-bottom-text p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.p-online-section-inner-text.second-item {
  padding-right: 0;
  padding-left: 30px;
}

.p-online-section-inner.third-item {
  margin: 0 auto 100px;
}

.p-flow-section {
  width: 100%;
  position: relative;
  padding: 120px 0;
}
.p-flow-section-head {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
  margin: 0 auto 80px;
  height: 55px;
}
.p-flow-section-head img {
  height: 100%;
}
.p-flow-section-head .sp-img {
  display: none;
}
.p-flow-section-head::before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: 30px;
  background-color: #ffe340;
  border-radius: 15px;
  top: 70%;
  left: -20px;
  z-index: -1;
}
.p-flow-section-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-flow-section-inner-item {
  width: 31%;
  min-width: 250px;
  margin-bottom: 60px;
}
.p-flow-section-inner-item-image {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.p-flow-section-inner-item-image img {
  width: 100%;
}
.p-flow-section-inner-item-image-number {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.p-flow-section-inner-item-image-number img {
  width: 100%;
}
.p-flow-section-inner-item-head {
  color: #E85488;
  font-size: 20px;
  line-height: 2.3;
  padding-bottom: 10px;
}
.p-flow-section-inner-item p {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1.7;
  color: #555;
}

.p-table-section {
  width: 100%;
  position: relative;
  background-color: #0361b0;
  padding: 120px 0;
}
.p-table-section-head {
  height: 88px;
  margin: 0 auto 60px;
}
.p-table-section-head img {
  height: 100%;
  margin: 0 auto;
}
.p-table-section-head .sp-img {
  display: none;
}
.p-table-section-image {
  max-width: 1166px;
  width: 90%;
  margin: 0 auto;
}
.p-table-section-image .sp-img {
  display: none;
}

.p-price-section {
  width: 100%;
  position: relative;
  padding: 80px 0 0;
}
.p-price-section-inner {
  width: 90%;
  max-width: 995px;
  margin: 0 auto;
}
.p-price-section-inner-top {
  width: 100%;
  margin: 0 auto 10px;
}
.p-price-section-inner-top img {
  width: 100%;
}
.p-price-section-inner-top .sp-img {
  display: none;
}
.p-price-section-inner-center {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.p-price-section-inner-center-left {
  width: 50%;
  padding-right: 50px;
}
.p-price-section-inner-center-left img {
  width: 288px;
  margin: 0 auto 20px;
}
.p-price-section-inner-center-right {
  width: 50%;
  margin-top: -30px;
}
.p-price-section-inner-center-right img {
  width: 85%;
  margin-left: auto;
}

.p-voice-section {
  width: 100%;
  padding: 120px 0 90px;
  background-image: url(./images/voice-bg.jpg);
  background-position: no-repeat;
  background-size: contain;
}
.p-voice-section-head {
  height: 88px;
  margin: 0 auto 60px;
}
.p-voice-section-head img {
  height: 100%;
  margin: 0 auto;
}
.p-voice-section-head .sp-img {
  display: none;
}
.p-voice-section-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.p-voice-section-inner-item {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 80px;
  margin-bottom: 30px;
}
.p-voice-section-inner-item-box {
  width: 100%;
}
.p-voice-section-inner-item-box-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 20px;
}
.p-voice-section-inner-item-box-top-image {
  width: 23%;
}
.p-voice-section-inner-item-box-top-text {
  width: 77%;
  padding-left: 30px;
}
.p-voice-section-inner-item-box-top-text p {
  font-size: 20px;
  letter-spacing: 1.8;
  font-weight: 600;
  letter-spacing: 1px;
}
.p-voice-section-inner-item-box-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.p-voice-section-inner-item-box-list-part {
  width: 33%;
  padding: 0 15px 0 20px;
  position: relative;
}
.p-voice-section-inner-item-box-list-part::after {
  content: "";
  position: absolute;
  top: 10%;
  width: 1px;
  height: 130px;
  background-color: #cce0ef;
  right: 0;
  z-index: 1;
}
.p-voice-section-inner-item-box-list-part:nth-of-type(1) {
  padding: 0 15px 0 0;
}
.p-voice-section-inner-item-box-list-part:nth-of-type(3)::after {
  content: "";
  display: none;
}
.p-voice-section-inner-item-box-list-part-lead {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0162B1;
  padding: 5px 15px;
  border-radius: 30px 30px 30px 0;
  margin-bottom: 10px;
}
.p-voice-section-inner-item-box-list-part-lead p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}
.p-voice-section-inner-item-box-list-part p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.p-faq-section {
  width: 100%;
  padding: 120px 0;
}
.p-faq-section-head {
  height: 88px;
  margin: 0 auto 60px;
}
.p-faq-section-head img {
  height: 100%;
  margin: 0 auto;
}
.p-faq-section-box {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.p-faq-section-box-ul {
  width: 100%;
}
.p-faq-section-box-ul-list {
  padding: 20px 0 10px;
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
}
.p-faq-section-box-ul-list-q {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.p-faq-section-box-ul-list-q-mark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 1;
}
.p-faq-section-box-ul-list-q-mark img {
  width: 100%;
}
.p-faq-section-box-ul-list-q p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
.p-faq-section-box-ul-list-a {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.p-faq-section-box-ul-list-a-mark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 1;
}
.p-faq-section-box-ul-list-a-mark img {
  width: 100%;
}
.p-faq-section-box-ul-list-a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 780px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .p-fv-section {
    margin: 0 auto;
  }
  .p-fv-section .sp-img {
    display: block;
  }
  .p-fv-section .pc-img {
    display: none;
  }
  .p-fv-section-kids {
    position: absolute;
    top: 56%;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .p-fv-section-kids .sp-img {
    display: block;
  }
  .p-fv-section-kids .pc-img {
    display: none;
  }
  .p-fv-section-title {
    top: 13%;
    left: 49%;
    width: 90%;
  }
  .p-fv-section-head {
    position: absolute;
    top: 34%;
    left: 51%;
    transform: translateX(-50%);
    z-index: 1;
    width: 80%;
  }
  .p-fv-section-btn {
    display: none;
  }
  .p-fv-section-promotion {
    display: none;
  }
  .p-fv-bottom-section {
    display: block;
  }
  .p-about-section {
    padding: 80px 0 60px;
  }
  .p-about-section-q {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-about-section-q-head {
    width: 66%;
  }
  .p-about-section-q .sp-img {
    display: block;
  }
  .p-about-section-q .pc-img {
    display: none;
  }
  .p-about-section-box {
    margin: 0 auto 30px;
    width: 90%;
    flex-wrap: wrap;
  }
  .p-about-section-box-kids {
    width: 90%;
    margin: 0 auto 20px;
  }
  .p-about-section-box-kids img {
    width: 100%;
  }
  .p-about-section-box-text {
    padding: 0 10px;
    width: 100%;
  }
  .p-about-section-box-text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
  }
  .p-profile-section {
    padding: 80px 0 0;
  }
  .p-profile-section-bg {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
  }
  .p-profile-section-bg img {
    height: auto;
    width: 100%;
  }
  .p-profile-section-bg .sp-img {
    display: block;
  }
  .p-profile-section-bg .pc-img {
    display: none;
  }
  .p-profile-section-inner {
    width: 90%;
  }
  .p-profile-section-inner-head {
    width: 80%;
    margin: 0 auto 30px;
  }
  .p-profile-section-inner p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    padding: 0 10px;
  }
  .p-profile-section-inner-image {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .p-profile-section-inner-image-logo {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 40px;
  }
  .p-profile-section-inner-image-kids {
    width: 90%;
    margin: 0 auto;
  }
  .p-profile-section-inner-image-kids img {
    width: 100%;
  }
  .p-service-section {
    padding: 80px 0 20px;
  }
  .p-service-section-inner {
    width: 90%;
    margin: 0 auto 50px;
  }
  .p-service-section-inner-top {
    height: 64px;
    margin: 0 auto 10px;
  }
  .p-service-section-inner-top .pc-img {
    display: none;
  }
  .p-service-section-inner-top .sp-img {
    display: block;
  }
  .p-service-section-inner-head {
    font-size: 24px;
    letter-spacing: 3px;
    margin: 0 auto 25px;
    text-align: center;
  }
  .p-service-section-inner-head::before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 16px;
    background-color: #ffe340;
    border-radius: 8px;
    top: 82%;
    left: -10px;
    z-index: -1;
  }
  .p-service-section-inner-head::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    background-color: #ffe340;
    border-radius: 8px;
    top: 29%;
    left: 0;
    z-index: -1;
  }
  .p-service-section-inner-block {
    flex-wrap: wrap;
  }
  .p-service-section-inner-block-image {
    width: 90%;
    margin: 0 auto 30px;
    padding-left: 0px;
    order: 1;
  }
  .p-service-section-inner-block-image img {
    width: 100%;
  }
  .p-service-section-inner-block-text {
    width: 100%;
    padding: 0 10px;
    order: 2;
  }
  .p-service-section-inner-block-text-lead {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .p-service-section-block {
    width: 90%;
    margin: 40px auto 50px;
    padding: 60px 10px 40px;
  }
  .p-service-section-block-head {
    top: -30px;
    width: 80%;
    min-width: 240px;
    height: auto;
    z-index: 1;
  }
  .p-service-section-block-head img {
    height: auto;
  }
  .p-service-section-block-head .sp-img {
    display: block;
  }
  .p-service-section-block-head .pc-img {
    display: none;
  }
  .p-service-section-block-image {
    width: 95%;
    margin: 0 auto;
  }
  .p-service-section-block-image img {
    width: 100%;
  }
  .p-service-section-block-image .sp-img {
    display: block;
  }
  .p-service-section-block-image .pc-img {
    display: none;
  }
  .p-service-section-inner-top.third-item {
    height: 100px;
  }
  .p-service-section-inner-head.sec-head::after {
    width: 50%;
    height: 16px;
    background-color: #ffe340;
    border-radius: 8px;
    top: 29%;
    left: 25%;
    z-index: -1;
  }
  .p-service-section-inner-head.third-head::before {
    display: none;
  }
  .p-service-section-inner-head.third-head::after {
    width: calc(100% + 20px);
    height: 16px;
    background-color: #ffe340;
    border-radius: 8px;
    top: 55%;
    left: -10px;
    z-index: -1;
  }
  .p-service-section-inner.second-service {
    margin: 0 auto 60px;
  }
  .p-cv-section {
    padding: 80px 0 80px;
    overflow: hidden;
  }
  .p-cv-section-left-deco {
    top: 0;
    left: 0;
    width: 12%;
    z-index: 0;
  }
  .p-cv-section-left-deco .sp-img {
    display: block;
  }
  .p-cv-section-left-deco .pc-img {
    display: none;
  }
  .p-cv-section-right-deco {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 12%;
    z-index: 0;
  }
  .p-cv-section-right-deco .sp-img {
    display: block;
  }
  .p-cv-section-right-deco .pc-img {
    display: none;
  }
  .p-cv-section-head {
    max-width: 900px;
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto 40px;
  }
  .p-cv-section-head img {
    width: 100%;
  }
  .p-cv-section-head .sp-img {
    display: block;
  }
  .p-cv-section-head .pc-img {
    display: none;
  }
  .p-cv-section-btn {
    margin: 0 auto;
    text-align: center;
  }
  .p-ability-section {
    padding: 80px 0;
  }
  .p-ability-section-inner-head {
    margin: 0 auto;
  }
  .p-ability-section-inner-head-text {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .p-ability-section-inner-head-image {
    width: 55%;
    margin: 0 auto 30px;
  }
  .p-ability-section-inner-head-image .pc-img {
    display: none;
  }
  .p-ability-section-inner-head-image .sp-img {
    display: block;
  }
  .p-ability-section-inner-box {
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto 20px;
  }
  .p-ability-section-inner-box-image {
    width: 90%;
    margin: 0 auto 20px;
    order: 1;
  }
  .p-ability-section-inner-box-image .sp-img {
    display: block;
  }
  .p-ability-section-inner-box-image .pc-img {
    display: none;
  }
  .p-ability-section-inner-box-text {
    width: 100%;
    padding: 0;
    order: 2;
  }
  .p-ability-section-inner-box-text-top {
    padding: 15px 25px;
  }
  .p-ability-section-inner-box-text-head {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .p-ability-section-inner-box-text-list {
    width: 100%;
  }
  .p-ability-section-inner-box-text-list-sentence {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .p-ability-section-inner-box-text-list-sentence-check {
    width: 18px;
    margin-right: 5px;
  }
  .p-ability-section-inner-box-text-list-sentence-txt {
    width: calc(100% - 23px);
  }
  .p-ability-section-inner-box-text-list-sentence-txt p {
    line-height: 1.7;
  }
  .p-online-section {
    padding: 60px 0;
    background-image: url(./images/service-bg-sp.jpg);
  }
  .p-online-section-head {
    margin: 0 auto 40px;
  }
  .p-online-section-head-text {
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 5px;
  }
  .p-online-section-head-title {
    width: 65%;
    margin: 0 auto;
  }
  .p-online-section-head-title .pc-img {
    display: none;
  }
  .p-online-section-head-title .sp-img {
    display: block;
  }
  .p-online-section-inner {
    width: 87%;
    flex-wrap: wrap;
    margin: 0 auto 40px;
  }
  .p-online-section-inner-image {
    width: 100%;
    margin: 0 auto 20px;
    order: 1;
  }
  .p-online-section-inner-text {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .p-online-section-inner-text-head {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .p-online-section-inner-text p {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .p-online-section-box {
    width: 88%;
    margin: 0 auto 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-online-section-box-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-online-section-box-item .sp-img {
    display: block;
  }
  .p-online-section-box-item .pc-img {
    display: none;
  }
  .p-online-section-memo {
    width: 92%;
    margin: 0 auto 30px;
    padding: 30px 20px;
  }
  .p-online-section-memo-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-online-section-memo-inner-text {
    width: 100%;
    padding-right: 0px;
  }
  .p-online-section-memo-inner-text-lead {
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-online-section-memo-inner-text-lead img {
    width: 100%;
  }
  .p-online-section-memo-inner-text-lead .pc-img {
    display: none;
  }
  .p-online-section-memo-inner-text-lead .sp-img {
    display: block;
  }
  .p-online-section-memo-inner-text-sp {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
  }
  .p-online-section-memo-inner-text p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 400;
  }
  .p-online-section-memo-inner-image {
    display: none;
  }
  .p-online-section-sample {
    margin: 20px auto 30px;
    padding: 60px 20px 40px;
  }
  .p-online-section-sample-head {
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: auto;
    max-width: 270px;
    width: 90%;
  }
  .p-online-section-sample-head img {
    width: 100%;
    height: auto;
  }
  .p-online-section-sample-head .pc-img {
    display: none;
  }
  .p-online-section-sample-head .sp-img {
    display: block;
  }
  .p-online-section-sample-image {
    width: 95%;
    margin: 0 auto;
  }
  .p-online-section-sample-image .sp-img {
    display: block;
  }
  .p-online-section-sample-image .pc-img {
    display: none;
  }
  .p-online-section-bottom {
    flex-wrap: wrap;
  }
  .p-online-section-bottom-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-online-section-bottom-text {
    width: 100%;
    padding-left: 0px;
  }
  .p-online-section-bottom-text-head {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .p-online-section-inner-text.second-item {
    padding-left: 0px;
  }
  .p-flow-section {
    padding: 80px 0 40px;
  }
  .p-flow-section-head {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    margin: 0 auto 80px;
    height: auto;
    width: 90%;
    margin: 0 auto;
  }
  .p-flow-section-head img {
    height: auto;
  }
  .p-flow-section-head .sp-img {
    display: block;
  }
  .p-flow-section-head .pc-img {
    display: none;
  }
  .p-flow-section-head::before {
    display: none;
  }
  .p-flow-section-inner {
    width: 85%;
    justify-content: center;
    margin: 40px auto 0;
  }
  .p-flow-section-inner-item {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
  }
  .p-flow-section-inner-item-image {
    margin-bottom: 15px;
  }
  .p-flow-section-inner-item-image-number {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    z-index: 1;
  }
  .p-flow-section-inner-item-head {
    padding-bottom: 0px;
  }
  .p-flow-section-inner-item p {
    letter-spacing: 1px;
  }
  .p-table-section {
    padding: 60px 0;
  }
  .p-table-section-head {
    height: auto;
    width: 80%;
    max-width: 310px;
    margin: 0 auto 40px;
  }
  .p-table-section-head img {
    height: auto;
    margin: 0 auto;
  }
  .p-table-section-head .sp-img {
    display: block;
  }
  .p-table-section-head .pc-img {
    display: none;
  }
  .p-table-section-image {
    max-width: 1166px;
    width: 90%;
    margin: 0 auto;
  }
  .p-table-section-image .sp-img {
    display: block;
  }
  .p-table-section-image .pc-img {
    display: none;
  }
  .p-price-section {
    padding: 80px 0 0;
  }
  .p-price-section-inner {
    width: 90%;
    max-width: 995px;
    margin: 0 auto;
  }
  .p-price-section-inner-top {
    width: 95%;
    margin: 0 auto 30px;
  }
  .p-price-section-inner-top img {
    width: 100%;
  }
  .p-price-section-inner-top .sp-img {
    display: block;
  }
  .p-price-section-inner-top .pc-img {
    display: none;
  }
  .p-price-section-inner-center {
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-price-section-inner-center-left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .p-price-section-inner-center-left img {
    display: none;
  }
  .p-price-section-inner-center-right {
    width: 100%;
    margin-top: 0px;
  }
  .p-price-section-inner-center-right img {
    width: 95%;
    margin: 0 auto;
  }
  .p-voice-section {
    padding: 100px 0 80px;
    background-image: url(./images/voice-bg-sp.jpg);
  }
  .p-voice-section-head {
    height: auto;
    width: 58%;
    margin: 0 auto 40px;
  }
  .p-voice-section-head img {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .p-voice-section-head .sp-img {
    display: block;
  }
  .p-voice-section-head .pc-img {
    display: none;
  }
  .p-voice-section-inner {
    width: 95%;
  }
  .p-voice-section-inner-item {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .p-voice-section-inner-item-box-top {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .p-voice-section-inner-item-box-top-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-voice-section-inner-item-box-top-image img {
    width: 100%;
  }
  .p-voice-section-inner-item-box-top-text {
    width: 100%;
    padding-left: 0px;
  }
  .p-voice-section-inner-item-box-top-text p {
    font-size: 18px;
  }
  .p-voice-section-inner-item-box-list {
    flex-wrap: wrap;
  }
  .p-voice-section-inner-item-box-list-part {
    width: 100%;
    padding: 20px 0 15px 0;
    position: relative;
  }
  .p-voice-section-inner-item-box-list-part::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1px;
    background-color: #cce0ef;
    right: 0;
    z-index: 1;
  }
  .p-voice-section-inner-item-box-list-part:nth-of-type(1) {
    padding: 15px 0 15px 0;
  }
  .p-voice-section-inner-item-box-list-part-lead {
    padding: 5px 15px;
    border-radius: 30px 30px 30px 0;
  }
  .p-faq-section {
    padding: 80px 0;
  }
  .p-faq-section-head {
    height: auto;
    margin: 0 auto 60px;
    width: 55%;
  }
  .p-faq-section-head img {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .p-faq-section-box-ul-list {
    padding: 20px 0 15px;
  }
  .p-faq-section-box-ul-list-q {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .p-faq-section-box-ul-list-q-mark {
    top: 16px;
  }
  .p-faq-section-box-ul-list-a-mark {
    top: 16px;
  }
}/*# sourceMappingURL=style.css.map */