@charset "UTF-8";

.p-service {
  padding-block: 80px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-service {
    padding-block: 150px;
  }
}
.p-service .l-inner {
  padding-inline: 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-service .l-inner {
    padding-inline: 59px;
  }
}
@media screen and (min-width:1200px) {
  .p-service .l-inner {
    padding-inline: 99px;
  }
}
@media screen and (min-width:1367px) {
  .p-service .l-inner {
    padding-inline: calc((100vw - 1168px) / 2);
  }
}

.p-service__top {
  padding-bottom: 100px;
}
@media screen and (min-width:768px) {
  .p-service__top {
    padding-bottom: 171px;
  }
}

.p-service__head-title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 3.6px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-service__head-title {
    font-size: 24px;
  }
}

.p-service__head-desc {
  margin-top: 39px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
  max-width: 825px;
}
@media screen and (min-width:768px) {
  .p-service__head-desc {
    letter-spacing: 1.2px;
  }
}

.p-service__top-body {
  margin-top: 69px;
  position: relative;
}
.p-service__top-body::before {
  content: "";
  position: absolute;
  top: -141px;
  left: -141px;
  width: 244px;
  height: 244px;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #9fd3f4 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 0.23;
  z-index: -1;
}
.p-service__top-body::after {
  content: "";
  position: absolute;
  top: 470px;
  right: -147px;
  width: 244px;
  height: 244px;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #9fd3f4 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 0.23;
  z-index: -1;
}

.p-service__course {
  padding-block: 80px;
  padding-inline: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 1158px;
}
@media screen and (min-width:1024px) {
  .p-service__course {
    padding-inline: 70px;
  }
}

.p-service__course + .p-service__course {
  margin-top: 70px;
}
.p-service__course-top {
  position: relative;
}

.p-service__course-top::before {
  content: "";
  position: absolute;
  bottom: -127px;
  left: -123px;
  width: 528px;
  height: 528px;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #9fd3f4 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 0.23;
  z-index: -1;
}

.p-service__course-bottom {
  background: #f1f8fe;
  position: relative;
}
.p-service__course-bottom .p-service__plan-price {
  background: #ffffff;
}
.p-service__course-bottom .p-service__plan-box {
  background: #ffffff;
}
.p-service__course-bottom::before {
  content: "";
  position: absolute;
  top: 228px;
  right: -213px;
  width: 329px;
  height: 329px;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #9fd3f4 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 0.23;
  z-index: -1;
}
.p-service__course-bottom::after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  bottom: -201px;
  left: -166px;
  width: 268px;
  height: 268px;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #9fd3f4 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 0.23;
  z-index: -1;
}

.p-service__course-title {
  padding-bottom: 21px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 3.6px;
  font-weight: 700;
  border-bottom: 1px solid #88a5cc;
}

.p-service__course-plan {
  padding-top: 60px;
}
.p-service__course-plan + .p-service__course-plan {
  padding-top: 112px;
}

.p-service__plan-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28.5px;
}
@media screen and (min-width:768px) {
  .p-service__plan-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service__plan-title {
  padding-left: 26.5px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.2px;
  font-weight: 500;
  position: relative;
}
.p-service__plan-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background: #184ea4;
  border-radius: 50%;
}

.p-service__plan-price {
  padding: 15px 20px;
    color: #184EA4;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  font-weight: 700;
  background: #f1f8fe;
  border-radius: 27px;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-service__plan-desc {
  padding-top: 32px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  max-width: 1018px;
}

.p-service__plan-flow {
  padding-top: 46px;
}

.p-service__flow-title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-weight: 500;
}

.p-service__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 300px;
}
@media screen and (min-width:768px) {
  .p-service__boxes {
    max-width: none;
  }
}

.p-service__plan-items {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 40px;
}
@media screen and (min-width:768px) {
  .p-service__plan-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-service__plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .p-service__plan-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-service__plan-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f9fb;
  border-radius: 5px;
  min-width: 229px;
  min-height: 150px;
  text-align: center;
  position: relative;
}
.p-service__plan-box.w66 {
  min-width: 66px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-service__plan-box.w104 {
  min-width: 104px;
}
.p-service__plan-box.w150 {
  min-width: 150px;
}

.p-service__bottom-text {
  position: absolute;
  bottom: -23px;
  left: 50%;
  translate: -50%;
  color: #606060;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.96px;
}

.p-service__bottom-text-ak {
  position: absolute;
  bottom: -23px;
  color: #606060;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.96px;
  text-align: center;
}
.p-service__bottom-text-ak.w71 {
  width: calc(100% - 71px);
  left: 71px;
}
.p-service__bottom-text-ak.w80 {
  width: calc(100% - 80px);
  left: 80px;
}


.p-service__plan-icon {
  margin-top: 30px;
}
.p-service__plan-icon.mail {
  margin-top: 18px;
}

.p-service__plan-text {
  padding-block: 19px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  text-align: center;
}
.p-service__plan-arrow {
  width: 80px;
  height: 110.93px;
  background: url(../images/arrow.png) no-repeat center right/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow {
    width: 147.5px;
    height: 16.93px;
    background: url(../images/arrow.png) no-repeat right center/cover;
        -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow.w26 {
    width: 26.5px;
    height: 16.93px;
  }
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow.w33 {
    width: 33.5px;
    height: 16.93px;
  }
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow.w39 {
    width: min(39.5px, 100vw - 1327px);
    height: 16.93px;
  }
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow.w42 {
    width: 42.5px;
    height: 16.93px;
  }
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow.w55 {
    width: 55.5px;
    height: 16.93px;
  }
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow.w71 {
    width: 71.5px;
    height: 16.93px;
  }
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow.w80 {
    width: 80px;
    height: 16.93px;
  }
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow.w86 {
    width: 86.5px;
    height: 16.93px;
  }
}
@media screen and (min-width:768px) {
  .p-service__plan-arrow.w110 {
    width: 110px;
    height: 16.93px;
  }
}

.p-service__second {
  padding-block: 100px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-service__second {
    padding-block: 191px 207.57px;
  }
}
.p-service__second::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background: url(../images/service-bg-top.png) no-repeat center center/cover;
  pointer-events: none;
  z-index: -1;
}

.p-service__second-body {
  margin-top: 79px;
  padding: 50px 45px 50px 46px;
  max-width: 1168px;
  background: #ffffff;
  border-radius: 10px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .p-service__second-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:1024px) {
  .p-service__second-body {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-service__item {
  max-width: 332px;
}

.p-service__item-img {
  aspect-ratio: 332/240;
  max-width: 332px;
}
.p-service__item-img img {
  border-radius: 10px;
}

.p-service__item-text {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 700;
  text-align: center;
}

.p-service__caution {
  padding-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: center;
}

.p-service__faq {
  padding-block: 70px 80px;
}
@media screen and (min-width:768px) {
  .p-service__faq {
    padding-block: 144.43px 170px;
  }
}

.p-service__faq-body {
  margin-top: 69px;
}

.p-service__faq-box {
  padding: 30px 40px;
  background: #f8f9fb;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.p-service__faq-box:nth-of-type(2) {
  background: #ebf7ff;
}
.p-service__faq-box:nth-of-type(n + 2) {
  margin-top: 20px;
}

.p-service__faq-q {
  padding-left: 38px;
  padding-top: 1px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  font-weight: 700;
  position: relative;
}
.p-service__faq-q::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../images/service__faq-icon.png) no-repeat center center/cover;
}

.p-service__faq-a {
  padding-top: 25px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  position: relative;
}
.p-service__faq-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c6c6c6;
}

.p-service__table-content {
  padding-block: 80px 60px;
}
@media screen and (min-width:768px) {
  .p-service__table-content {
    padding-block: 153.43px 120px;
  }
}

.p-service__table-container {
  margin-top: 50px;
  width: 100%;
  max-width: 1153px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-service__table-img {
  width: 1153px;
}

.p-service__table {
  width: 1153px;
  display: grid;
  grid-template-columns: minmax(185px, 1.5fr) minmax(120px, 1fr) repeat(5, minmax(165px, 1fr));
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  border-bottom: none;
  overflow: hidden;
}
.p-service__table .p-service__table-row {
  display: contents;
}
.p-service__table .p-service__table-row:first-child .p-service__table-cell--header {
  background: #f1f8fe;
  border-bottom: 1px solid #c6c6c6;
  min-height: 49px;
}

.p-service__table .p-service__table-row.p-service__table-header-items .p-service__table-cell--header {
  background: #f1f8fe;
  min-height: 68px;
}

.p-service__table-cell {
  padding: 10px;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
}
.p-service__table-cell p {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 1.2px;
  text-align: center;
}
.p-service__table-cell:last-child {
  border-right: none;
}
.p-service__table-cell--header {
  text-align: center;
  background: #f1f8fe;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 1.2px;
}
.p-service__table-cell--row-header p {
  text-align: center;
}
.p-service__table-cell--span2 {
  grid-column: span 2/span 2;
}
.p-service__table-cell--span3 {
  grid-column: span 3/span 3;
}
.p-service__table-cell--colspan1-rowspan2 {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.p-service__table-cell--colspan2-rowspan2 {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.p-service__table-cell--rowspan3-col1 {
  grid-row: 3/span 3;
  padding-top: 12px;
}
.p-service__table-cell--rowspan3-col2 {
  grid-column: 2;
  grid-row: 3/span 3;
  padding-top: 12px;
}
.p-service__table-cell--rowspan3-col3 {
  grid-column: 3;
  grid-row: 3/span 3;
  padding-top: 12px;
  border-right: 1px solid #c6c6c6;
}

.p-service__table-cell .shade {
  line-height: 2.2;
}


.p-service__table-desc {
  margin-top: 50px;
  padding: 30px 36px;
  background: #f8f9fb;
  border-radius: 10px;
  max-width: 1168px;
}
@media screen and (min-width:768px) {
  .p-service__table-desc {
    padding: 30px 50px;
  }
}

.p-service__table-desc-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
}

.p-service__rule {
  padding-block: 60px 70px;
}
@media screen and (min-width:768px) {
  .p-service__rule {
    padding-block: 120px 140px;
  }
}

.p-service__head-title-s {
  padding-left: 26.5px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.2px;
  font-weight: 500;
  position: relative;
}
.p-service__head-title-s::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background: #184ea4;
  border-radius: 50%;
}

.p-service__rule-body {
  padding-top: 5px;
  max-width: 1166px;
  margin-inline: auto;
}

.p-service__rule-text {
  padding-block: 30px 29px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
}
.p-service__rule-text::before {
  content: "・";
  position: absolute;
  top: 30px;
  left: 0;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
}

.lesp17 {
  letter-spacing: 1.7px;
  @include mq(pc) {
    letter-spacing: 1.2px;
  }
}