@charset "UTF-8";
@import url(normalize.css);
/*
 * 経理スクール LP
*/
* {
  padding: 0;
  margin: 0;
}

:root {
  --side_padding: 40px;
}
@media screen and (max-width: 749px) {
  :root {
    --side_padding: 20px;
  }
}

body {
  background: #fff;
  color: #484848;
  font-family: Noto Sans JP, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  body {
    font-size: 14px;
  }
}

.l-content {
  padding-top: 0;
}

.l-container {
  width: 100%;
  max-width: calc(1020px + var(--side_padding) * 2);
  padding-left: var(--side_padding);
  padding-right: var(--side_padding);
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: #484848;
}

a, button {
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
}

strong {
  font-weight: 700 !important;
}

.inline-block {
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width: 999px) and (min-width: 750px) {
  .hide-tab {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .hide-sp {
    display: none;
  }
}
/* Typography */
.fc-primary {
  color: #e6931a;
}

.fc-sub {
  color: #32A0E5;
}

.fw-bold {
  font-weight: 700;
}

/* header
---------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.l-header .l-container {
  max-width: 100%;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
@media screen and (max-width: 749px) {
  .l-header__inner {
    height: 62px;
    padding: 0;
  }
}
.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .l-header__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.l-header .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
}
.l-header .header__logo span {
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  .l-header .header__logo img {
    width: 92px;
  }
}
.l-header .header__copy {
  font-size: 20px;
}
.l-header .header__copy span em {
  font-style: normal;
  font-size: 36px;
}
@media screen and (max-width: 1199px) {
  .l-header .header__copy {
    font-size: 14px;
  }
  .l-header .header__copy span em {
    font-size: 18px;
  }
}
@media screen and (max-width: 749px) {
  .l-header .header__copy {
    line-height: 1.2;
  }
}
.l-header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding-top: 5px;
  font-weight: 700;
}
.l-header .header__nav li a {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .header__nav li a:hover {
    opacity: 0.8;
  }
}
.l-header .header__nav li.-detail a {
  padding: 0 28px;
  background-color: #e05117;
  border-radius: 9999px;
  color: #fff;
  line-height: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .header__nav li.-detail a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 749px) {
  .l-header .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 10;
    display: block;
    width: 85%;
    max-width: 400px;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: rgba(50, 160, 229, 0.9);
    overflow: auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .l-header .header__nav li {
    width: 72%;
    margin: 0 auto;
    border-bottom: solid 1px #fff;
  }
  .l-header .header__nav li:not(.-detail) a {
    display: block;
    padding: 18px 0;
    text-align: left;
    color: #fff;
    font-size: 20px;
  }
  .l-header .header__nav li.-detail {
    padding-top: 32px;
    border-bottom: none;
  }
  .l-header .header__nav li.-detail a {
    width: 160px;
    border: solid 2px #fff;
    font-size: 20px;
    line-height: 36px;
  }
}
.l-header .header__toggleButton {
  display: none;
}
@media screen and (max-width: 749px) {
  .l-header .header__toggleButton {
    position: relative;
    z-index: 11;
    display: grid;
    gap: 4px;
    place-content: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: transparent;
    padding: 0.5em;
    margin-right: -0.5em;
  }
  .l-header .header__toggleButton span {
    display: block;
    width: 36px;
    height: 6px;
    background-color: #32A0E5;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
@media screen and (max-width: 999px) {
  .l-header .header__nav {
    gap: 16px;
  }
  .l-header .header__nav li a {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }
}

.header.-open .header__nav {
  right: 0;
}
.header.-open .header__toggleButton span {
  background-color: #fff;
}
.header.-open .header__toggleButton span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(8px);
          transform: rotate(45deg) translateY(6px) translateX(8px);
}
.header.-open .header__toggleButton span:nth-of-type(2) {
  opacity: 0;
}
.header.-open .header__toggleButton span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px) translateX(8px);
          transform: rotate(-45deg) translateY(-6px) translateX(8px);
}

/* Footer
---------------------------- */
.l-footer {
  padding: 18px 0 27px;
}
.l-footer__info {
  display: none;
}
.l-footer__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 999px) {
  .l-footer__sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.l-footer__nav > .menu-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 0.85em;
  margin-right: 0.7em;
}
.l-footer__nav > .menu-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background: #484848;
  right: 0;
  top: 0.3em;
}
.l-footer__nav > .menu-item:last-child::after {
  content: none;
}
.l-footer__nav > .menu-item > a {
  color: var(--color_text);
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav > .menu-item > a:hover {
    text-decoration: underline;
  }
}
.l-footer .copyright {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .l-footer .copyright {
    width: 100%;
    margin-top: 10px;
  }
}

/* Layout
---------------------------- */
.l-section {
  padding: 100px 0;
}
@media screen and (max-width: 749px) {
  .l-section {
    padding: 60px 0;
  }
}

/* Components
---------------------------- */
.c-title {
  text-align: center;
  margin-bottom: 80px;
  font-size: 32px;
  line-height: 1.75;
}
@media screen and (max-width: 749px) {
  .c-title {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 1.6;
  }
}

/* KV
---------------------------- */
.s-visual {
  text-align: center;
  padding: 90px 0 16px;
  background-image: url(../images/lp-accounting-school/kv-bg.webp), -webkit-gradient(linear, left top, left bottom, from(#FCF8F4), color-stop(50%, #FCF8F4), color-stop(50%, #C7D8F1), to(#C7D8F1));
  background-image: url(../images/lp-accounting-school/kv-bg.webp), linear-gradient(to bottom, #FCF8F4 0%, #FCF8F4 50%, #C7D8F1 50%, #C7D8F1 100%);
  background-repeat: no-repeat;
  background-size: 2440px auto, 100% auto;
  background-position: center bottom;
}
@media screen and (max-width: 1199px) {
  .s-visual {
    background-size: 180% auto;
    background-position: center 70%;
  }
}
@media screen and (max-width: 999px) {
  .s-visual {
    background-position: center 60%;
  }
}
@media screen and (max-width: 749px) {
  .s-visual {
    padding: 70px 0 0;
    background-image: url(../images/lp-accounting-school/kv-bg_sp.webp), -webkit-gradient(linear, left top, left bottom, from(#FCF8F4), color-stop(50%, #FCF8F4), color-stop(50%, #C7D8F1), to(#C7D8F1));
    background-image: url(../images/lp-accounting-school/kv-bg_sp.webp), linear-gradient(to bottom, #FCF8F4 0%, #FCF8F4 50%, #C7D8F1 50%, #C7D8F1 100%);
    background-size: 100% auto;
    background-position: center top 15px;
  }
}
.s-visual__title {
  position: relative;
  padding-top: 94px;
  margin: 0 0 32px;
}
.s-visual__title .-badge {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 287px;
  -webkit-transform: translateX(-242px);
          transform: translateX(-242px);
}
@media screen and (max-width: 999px) {
  .s-visual__title .-badge {
    width: 265px;
    -webkit-transform: translateX(-230px);
            transform: translateX(-230px);
  }
}
.s-visual__title > span {
  display: block;
  font-weight: 900;
}
.s-visual__title .-large {
  font-size: 52px;
  line-height: 1.307;
}
.s-visual__title .-sm {
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 749px) {
  .s-visual__title {
    padding-top: 47px;
    margin-bottom: 148px;
  }
  .s-visual__title .-badge {
    width: 138px;
    top: 0;
    left: 8px;
    -webkit-transform: unset;
            transform: unset;
    margin: 0;
  }
  .s-visual__title .-large {
    font-size: 28px;
  }
  .s-visual__title .-sm {
    margin-top: 5px;
    font-size: 16px;
  }
}
.s-visual__copy {
  margin-bottom: 22px;
}
@media screen and (max-width: 749px) {
  .s-visual__copy {
    margin: 0 -18px 0 -10px;
  }
}
.s-visual__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 23px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.s-visual__cta .text {
  font-size: 24px;
}
.s-visual__cta .button {
  display: grid;
  place-content: center;
  padding: 14px 28px;
  height: 72px;
  background-color: #e05117;
  border-radius: 9999px;
  color: #fff;
  font-size: 22px;
}
@media (hover: hover) and (pointer: fine) {
  .s-visual__cta .button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 999px) {
  .s-visual__cta {
    gap: 20px;
  }
  .s-visual__cta .text {
    font-size: 16px;
  }
  .s-visual__cta .button {
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .s-visual__cta {
    padding: 8px 10px 15px;
    margin: 0 -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
  .s-visual__cta .text {
    font-size: 12px;
  }
  .s-visual__cta .button {
    width: 290px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }
}

/* Intro
---------------------------- */
.s-intro .l-container {
  max-width: 1366px;
  padding: 0;
}
.s-intro__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 999px) {
  .s-intro__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 749px) {
  .s-intro__row {
    gap: 16px;
  }
}
.s-intro__image figure {
  max-width: 706px;
}
.s-intro__image figure img {
  width: 100%;
  height: 496px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 1149px) {
  .s-intro__image figure img {
    -o-object-position: 70% center;
       object-position: 70% center;
  }
}
@media screen and (max-width: 999px) {
  .s-intro__image figure {
    max-width: 100%;
    padding: 0 var(--side_padding);
  }
  .s-intro__image figure img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media screen and (max-width: 749px) {
  .s-intro__image figure {
    max-width: unset;
  }
  .s-intro__image figure img {
    width: calc(100% + 20px);
    max-width: none;
    margin-left: -10px;
  }
}
.s-intro__detail {
  padding-right: var(--side_padding);
}
.s-intro__text {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 0;
}
.s-intro__text:nth-of-type(n+2) {
  margin-top: 20px;
}
.s-intro__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 74px;
  bottom: 0;
  margin: auto;
  width: 152px;
  height: 152px;
  background-color: #e6931a;
  border-radius: 50%;
  opacity: 0.1;
}
.s-intro__text dt, .s-intro__text dd {
  position: relative;
  z-index: 1;
}
.s-intro__text dt {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .s-intro__text {
    max-width: 100%;
    text-align: center;
  }
  .s-intro__text::before {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 749px) {
  .s-intro__text {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 152px;
    padding: 0;
  }
  .s-intro__text:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .s-intro__text dt {
    font-size: 18px;
  }
  .s-intro__text dd {
    line-height: 1.8;
  }
}

/* Step
---------------------------- */
.s-step {
  background-color: #FCF8F4;
}
.s-step__box {
  max-width: 842px;
  padding: 80px 20px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  list-style: none;
}
@media screen and (max-width: 749px) {
  .s-step__box {
    padding: 20px 10px 40px;
  }
}
.s-step__item {
  position: relative;
  text-align: center;
  padding-top: 15px;
}
.s-step__item:nth-of-type(n+2) {
  margin-top: 120px;
}
.s-step__item .step {
  position: absolute;
  width: 228px;
  line-height: 60px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#e5bd13), to(#eb5614));
  background: linear-gradient(to right, #e5bd13 0%, #eb5614 100%);
  border-radius: 9999px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  -webkit-transform: rotate(-5deg) translateX(-95%);
          transform: rotate(-5deg) translateX(-95%);
}
.s-step__item .step span {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 1.8em;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
}
@media screen and (max-width: 999px) {
  .s-step__item .step {
    -webkit-transform: rotate(-5deg) translateX(-90%);
            transform: rotate(-5deg) translateX(-90%);
  }
}
.s-step__item .title {
  margin: 22px 0 12px;
  font-size: 24px;
}
@media screen and (max-width: 749px) {
  .s-step__item {
    padding-top: 38px;
  }
  .s-step__item:nth-of-type(n+2) {
    margin-top: 52px;
  }
  .s-step__item .step {
    margin: 0;
    width: 173px;
    line-height: 45px;
    font-size: 15px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .s-step__item:nth-of-type(1) .image img {
    width: 140px;
  }
  .s-step__item:nth-of-type(2) .image {
    margin-top: 10px;
  }
  .s-step__item:nth-of-type(2) .image img {
    width: 112px;
  }
  .s-step__item:nth-of-type(3) .image img {
    width: 160px;
  }
  .s-step__item .title {
    margin: 15px 0;
    font-size: 18px;
  }
  .s-step__item .text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

/* Bootcamp
---------------------------- */
.s-bootCamp__wrapper {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.s-bootCamp__flow {
  max-width: 70%;
  list-style: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .s-bootCamp__flow {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 749px) {
  .s-bootCamp__flow {
    margin-bottom: 16px;
  }
}
.s-bootCamp__item {
  display: grid;
  grid-template-columns: 206px 1fr;
  gap: 34px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1149px) {
  .s-bootCamp__item {
    grid-template-columns: 180px 1fr;
  }
}
.s-bootCamp__item .week {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
  height: 60px;
  margin-bottom: 81px;
  background-color: #32A0E5;
  border-radius: 999px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.s-bootCamp__item .week span {
  font-size: 36px;
}
.s-bootCamp__item .week::after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  width: 57px;
  height: 76px;
  background: url(../images/lp-accounting-school/arrow.png) no-repeat center;
  background-size: contain;
}
.s-bootCamp__item .detail {
  font-size: 20px;
}
.s-bootCamp__item .detail dt {
  font-weight: 700;
}
.s-bootCamp__item .detail dd ul {
  list-style: disc;
  margin-left: 1em;
}
.s-bootCamp__item .detail dd ul li::marker {
  color: #32A0E5;
}
.s-bootCamp__item:last-of-type .week {
  margin: 0;
}
.s-bootCamp__item:last-of-type .week::after {
  content: none;
}
@media screen and (max-width: 749px) {
  .s-bootCamp__item {
    grid-template-columns: 145px 1fr;
    gap: 17px;
  }
  .s-bootCamp__item .week {
    gap: 12px;
    height: 42px;
    line-height: 1.5;
    margin-bottom: 57px;
    font-size: 14px;
  }
  .s-bootCamp__item .week span {
    font-size: 27px;
  }
  .s-bootCamp__item .week::after {
    top: 42px;
    width: 40px;
    height: 54px;
  }
  .s-bootCamp__item .detail {
    font-size: 14px;
    line-height: 1.5;
  }
  .s-bootCamp__item .detail ul {
    padding-top: 0.2em;
  }
}
.s-bootCamp__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 522px;
}
@media screen and (max-width: 1269px) {
  .s-bootCamp__image {
    width: 450px;
  }
  .s-bootCamp__image img {
    width: 100%;
    height: 484px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1149px) {
  .s-bootCamp__image {
    width: 360px;
  }
}
@media screen and (max-width: 999px) {
  .s-bootCamp__image {
    position: initial;
    width: 100%;
    margin-bottom: 32px;
  }
  .s-bootCamp__image img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media screen and (max-width: 749px) {
  .s-bootCamp__image {
    padding: 0 var(--side_padding);
    margin-bottom: 16px;
  }
}
.s-bootCamp__text {
  text-align: center;
  padding: 0.4em 1em;
  background: -webkit-gradient(linear, left top, right top, from(#4bb0ef), to(#2851d9));
  background: linear-gradient(to right, #4bb0ef 0%, #2851d9 100%);
  color: #fff;
  font-size: 24px;
}
.s-bootCamp__text:nth-of-type(2) {
  margin-top: 16px;
}
@media screen and (max-width: 749px) {
  .s-bootCamp__text {
    font-size: 16px;
  }
  .s-bootCamp__text:nth-of-type(2) {
    margin-top: 10px;
  }
}

/* Voice
---------------------------- */
.s-voice {
  background-color: #FCF8F4;
}
.s-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-voice__item:nth-of-type(n + 2) {
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .s-voice__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.s-voice__item .image {
  width: 240px;
}
.s-voice__item .image figcaption {
  text-align: center;
  padding-top: 10px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 700;
}
.s-voice__item .image figcaption small {
  font-weight: 400;
  color: #e6931a;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .s-voice__item .image {
    width: 160px;
  }
  .s-voice__item .image figcaption {
    font-size: 18px;
  }
  .s-voice__item .image figcaption small {
    font-size: 14px;
  }
}
.s-voice__item .text {
  position: relative;
  display: grid;
  place-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  min-height: 208px;
  margin-top: 30px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 22px;
  line-height: 2;
}
.s-voice__item .text::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  bottom: -20px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 999px) {
  .s-voice__item .text {
    min-height: 180px;
    margin-top: 0;
    font-size: 18px;
  }
  .s-voice__item .text::after {
    top: 0;
    background-size: 100% 100%;
  }
}
.s-voice__item:nth-of-type(odd) .text {
  margin-left: 63px;
}
.s-voice__item:nth-of-type(odd) .text::after {
  left: -40px;
  right: -14px;
  background-image: url(../images/lp-accounting-school/blowing-left.png);
}
.s-voice__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.s-voice__item:nth-of-type(even) .text {
  margin-right: 63px;
}
.s-voice__item:nth-of-type(even) .text::after {
  right: -40px;
  left: -14px;
  background-image: url(../images/lp-accounting-school/blowing-right.png);
}
@media screen and (max-width: 749px) {
  .s-voice__item:nth-of-type(n + 2) {
    margin-top: 34px;
  }
  .s-voice__item .image {
    width: 80px;
  }
  .s-voice__item .image figcaption {
    font-size: 12px;
  }
  .s-voice__item .image figcaption small {
    font-size: 11px;
  }
  .s-voice__item .text {
    min-height: 103px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1.66;
  }
  .s-voice__item .text::after {
    bottom: -7px;
  }
  .s-voice__item:nth-of-type(odd) .text {
    margin-left: 26px;
  }
  .s-voice__item:nth-of-type(odd) .text::after {
    left: -21px;
    right: -9px;
  }
  .s-voice__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .s-voice__item:nth-of-type(even) .text {
    margin-right: 26px;
  }
  .s-voice__item:nth-of-type(even) .text::after {
    right: -21px;
    left: -9px;
  }
}

/* Cost
---------------------------- */
.s-cost__tuition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  height: 150px;
  margin-bottom: 60px;
  background-color: #FCF8F4;
  border: solid 2px #e6931a;
  font-weight: 500;
}
.s-cost__tuition .t1 {
  font-size: 32px;
}
.s-cost__tuition .t2 {
  font-size: 40px;
}
.s-cost__tuition .t3 {
  font-size: 20px;
}
@media screen and (max-width: 749px) {
  .s-cost__tuition {
    gap: 16px;
    height: 98px;
    margin-bottom: 24px;
  }
  .s-cost__tuition .t1 {
    font-size: 20px;
  }
  .s-cost__tuition .t2 {
    font-size: 25px;
  }
  .s-cost__tuition .t3 {
    font-size: 13px;
  }
  .s-cost__tuition img {
    width: 35px;
  }
}
.s-cost__features {
  text-align: center;
}
.s-cost__features li {
  padding: 38px 1rem;
  background-color: #EAF5FD;
  font-size: 20px;
  line-height: 2;
}
.s-cost__features li:first-of-type {
  border-radius: 30px 30px 0 0;
}
.s-cost__features li:last-of-type {
  border-radius: 0 0 30px 30px;
}
.s-cost__features li:nth-of-type(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  .s-cost__features li {
    padding: 20px 1rem;
    font-size: 14px;
    line-height: 1.8;
  }
  .s-cost__features li:first-of-type {
    border-radius: 10px 10px 0 0;
  }
  .s-cost__features li:last-of-type {
    border-radius: 0 0 10px 10px;
  }
}

/* Q&A
---------------------------- */
.s-faq {
  background-color: #FCF8F4;
}
.s-faq__item {
  background-color: #fff;
  padding: 22px 31px;
}
.s-faq__item:nth-of-type(n+2) {
  margin-top: 24px;
}
.s-faq__item dt {
  position: relative;
  padding: 0 0 22px 52px;
  border-bottom: solid 2px #F8DEB5;
  font-size: 20px;
  font-weight: 700;
}
.s-faq__item dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/lp-accounting-school/icon-q.png) no-repeat center;
  background-size: contain;
}
.s-faq__item dd {
  position: relative;
  padding: 22px 0 0 52px;
  line-height: 1.8;
}
.s-faq__item dd::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/lp-accounting-school/icon-a.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .s-faq__item {
    padding: 16px;
  }
  .s-faq__item:nth-of-type(n+2) {
    margin-top: 16px;
  }
  .s-faq__item dt {
    padding: 0 0 17px 36px;
    font-size: 14px;
  }
  .s-faq__item dt::before {
    width: 28px;
    height: 28px;
  }
  .s-faq__item dd {
    padding: 17px 0 0 36px;
  }
  .s-faq__item dd::before {
    top: 17px;
    width: 28px;
    height: 28px;
  }
}

/* Start
---------------------------- */
.s-start__text {
  text-align: center;
  margin-bottom: 23px;
  font-size: 24px;
}
@media screen and (max-width: 749px) {
  .s-start__text {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.s-start__entry {
  max-width: 808px;
  padding: 44px;
  margin: 0 auto;
  text-align: center;
  border: solid 2px #e6931a;
  background-color: #FCF8F4;
}
.s-start__entry .text {
  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;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 20px;
}
.s-start__entry .text::before, .s-start__entry .text::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.4em;
  background-color: #484848;
}
.s-start__entry .text::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.s-start__entry .text::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.s-start__entry .button {
  display: grid;
  place-content: center;
  width: 486px;
  height: 72px;
  margin: 0 auto;
  background-color: #e05117;
  border-radius: 999px;
  color: #fff;
  font-size: 22px;
}
@media (hover: hover) and (pointer: fine) {
  .s-start__entry .button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 749px) {
  .s-start__entry {
    padding: 16px;
  }
  .s-start__entry .text {
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .s-start__entry .button {
    width: 290px;
    height: 36px;
    font-size: 13px;
  }
}