@charset "UTF-8";
#content_wrapper {
  margin-top: 0;
}

/* -----------------------------------------------------
MV
----------------------------------------------------- */
#mv {
  position: relative;
  overflow-x: hidden;
  padding-top: calc(var(--header_header_y_offset) + var(--header_height) + 30px);
  padding-bottom: 50px;
}
#mv .read {
  font-size: 4.3rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 0 0 5px #000;
}
#mv .main_text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  transform: translateX(calc(-50% + 110px));
}
#mv .main_text .price {
  font-size: 8rem;
  text-align: left;
  line-height: 1;
  margin-bottom: 0;
}

#mv .main_text .price > span {
  display: block;
}
#mv .main_text .price > span.getsugaku {
  margin-top: -0.5em;
}
#mv .main_text .price strong {
  font-size: 20rem;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  vertical-align: -0.06em;
  margin: 0 6px 0 14px;
}

#mv .main_text .price .text-layer,
#mv .main_text .price .num-layer {
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1;
  color: var(--main_color);
  -webkit-text-stroke: 12px #fff;
  paint-order: stroke fill;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  #mv .main_text .price .text-layer::before,
  #mv .main_text .price .num-layer::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
  }
  #mv .main_text .price .shoki .text-layer::before {
    background-image: url('../../images/page/page_top_mv_main_shoki_text_bg.png');
  }
  #mv .main_text .price .shoki .num-layer::before {
    background-image: url('../../images/page/page_top_mv_main_shoki_num_bg.png');
  }
  #mv .main_text .price .getsugaku .text-layer::before {
    background-image: url('../../images/page/page_top_mv_main_getsugaku_text_bg.png');
  }
  #mv .main_text .price .getsugaku .num-layer::before {
    background-image: url('../../images/page/page_top_mv_main_getsugaku_num_bg.png');
  }
  #mv .main_text .price .text-layer.en::before {
    display: none;
  }
}

#mv .main_text .jisseki {
  width: 210px;
  height: 210px;
  background-color: var(--sub_color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -86px;
  left: -158px;
  z-index: -1;
  transform: rotate(348deg);
}
#mv .main_text .jisseki p {
  text-align: center;
  line-height: 1;
  padding-top: 5px;
}
#mv .main_text .jisseki span {
  display: block;
  font-weight: 600;
}
#mv .main_text .jisseki .seisaku {
  font-size: 30px;
}
#mv .main_text .jisseki .kensu {
  font-size: 27px;
  margin-top: 2px;
}
#mv .main_text .jisseki strong {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  font-size: 96px;
  vertical-align: -0.04em;
  margin-top: 10px;
}
#mv .main_text .jisseki .ijou {
  font-size: 29px;
  margin-top: -10px;
}

#mv .main_text .kokomade p {
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  color: var(--gray_color_dark);
  position: relative;
  width: fit-content;
  padding: 0 36px;
  margin: 0 auto;
}
#mv .main_text .kokomade p::before,
#mv .main_text .kokomade p::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 4px;
  height: 60px;
  border-radius: 2px;
  background-color: var(--gray_color_dark);
}
#mv .main_text .kokomade p::before {
  transform: translateY(-28px) rotate(328deg);
  left: 0;
}
#mv .main_text .kokomade p::after {
  transform: translateY(-28px) rotate(32deg);
  right: 0;
}
#mv .main_text .kokomade ul {
  display: flex;
  gap: 14px;
  margin-top: 14px;
}
#mv .main_text .kokomade li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: var(--gray_color_dark);
  border-radius: 8px;
  flex: 1;
  padding: 0.5em 0.5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

#mv .jump_person .person,
#mv .jump_person .person_bg {
  position: absolute;
  z-index: -1;
}

#mv .jump_person .person_bg.person_1 {
  bottom: 190px;
  left: 50%;
  transform: translateX(84px);
  width: 320px;
  aspect-ratio: 32 / 30;
  background-color: var(--sub_color);
  clip-path: polygon(0% 60%, /* 左下 */ 100% 100%, /* 右下 */ 50% 0% /* 上 */);
}
#mv .jump_person .person_bg.person_2 {
  bottom: 65px;
  left: 50%;
  transform: translateX(240px);
  width: 420px;
  aspect-ratio: 42 / 34;
  background-color: var(--main_color);
  clip-path: polygon(0% 55%, /* 左下 */ 66% 100%, /* 右下 */ 100% 0% /* 上 */);
}
#mv .jump_person .person.person_1 {
  bottom: 0;
  left: 50%;
  transform: translateX(70px);
}
#mv .jump_person .person.person_1 img {
  width: 350px;
}
#mv .jump_person .person.person_2 {
  bottom: 100px;
  left: 50%;
  transform: translateX(380px);
}
#mv .jump_person .person.person_2 img {
  width: 346px;
}

#mv .mv_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#mv .mv_bg .bg_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 6px;
  height: 640px;
  overflow: hidden;
  background-color: #333;
}
#mv .mv_bg .bg_grid img {
  width: 100%;
}
#mv .mv_bg .layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
}
#mv .mv_bg .layer::after {
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  height: calc(600px / 2);
  width: 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

@media (max-width: 1340px) {
  #mv {
    padding-top: calc(var(--header_header_y_offset) + var(--header_height) + 24px);
    padding-bottom: 40px;
  }
  #mv .mv_bg .bg_grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 4px;
    height: 560px;
  }
  #mv .mv_bg .layer::after {
    height: calc(560px / 2);
  }
  #mv .read {
    font-size: 3.6rem;
    margin-bottom: 8px;
  }
  #mv .main_text .price {
    font-size: 7rem;
  }
  #mv .main_text .price strong {
    font-size: 16rem;
  }
  #mv .main_text .kokomade p {
    font-size: 3.6rem;
    padding: 0 30px;
  }
  #mv .main_text .kokomade p::before,
  #mv .main_text .kokomade p::after {
    height: 42px;
  }
  #mv .main_text .kokomade p::before {
    transform: translateY(-20px) rotate(328deg);
  }
  #mv .main_text .kokomade p::after {
    transform: translateY(-20px) rotate(32deg);
  }
  #mv .main_text .kokomade li {
    border-radius: 6px;
    padding: 0.5em 0.5em;
    font-size: 1.8rem;
  }
  #mv .main_text .jisseki {
    width: 190px;
    height: 190px;
    top: -82px;
    left: -150px;
  }
  #mv .main_text .jisseki .seisaku {
    font-size: 26px;
  }
  #mv .main_text .jisseki .kensu {
    font-size: 24px;
  }
  #mv .main_text .jisseki strong {
    font-size: 86px;
    vertical-align: -0.04em;
    margin-top: 8px;
  }
  #mv .main_text .jisseki .ijou {
    font-size: 26px;
    margin-top: -8px;
  }
  #mv .jump_person .person.person_1 {
    transform: translateX(70px);
  }
  #mv .jump_person .person.person_2 {
    transform: translateX(324px);
    bottom: 80px;
  }
  #mv .jump_person .person.person_1 img {
    width: 288px;
  }
  #mv .jump_person .person.person_2 img {
    width: 284px;
  }

  #mv .jump_person .person_bg.person_1 {
    width: 280px;
    bottom: 140px;
    transform: translateX(84px);
  }
  #mv .jump_person .person_bg.person_2 {
    width: 370px;
    bottom: 42px;
    transform: translateX(184px);
  }
}

@media (max-width: 1120px) {
  #mv {
    padding-top: calc(var(--header_header_y_offset) + var(--header_height) + 24px);
    padding-bottom: 32px;
  }
  #mv .mv_bg .bg_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 4px;
    height: 500px;
  }
  #mv .mv_bg .layer::after {
    height: calc(500px / 2);
  }
  #mv .read {
    font-size: 3rem;
    margin-bottom: 6px;
  }
  #mv .main_text .price {
    font-size: 6.6rem;
  }
  #mv .main_text .price .text-layer,
  #mv .main_text .price .num-layer {
    line-height: 1.05;
    -webkit-text-stroke: 10px #fff;
  }
  #mv .main_text .price strong {
    font-size: 14rem;
  }
  #mv .main_text .kokomade p {
    font-size: 3.2rem;
    padding: 0 22px;
  }
  #mv .main_text .kokomade p::before,
  #mv .main_text .kokomade p::after {
    width: 4px;
    height: 36px;
    border-radius: 2px;
  }
  #mv .main_text .kokomade p::before {
    transform: translateY(-16px) rotate(328deg);
  }
  #mv .main_text .kokomade p::after {
    transform: translateY(-16px) rotate(32deg);
  }
  #mv .main_text .kokomade li {
    border-radius: 6px;
    padding: 0.5em 0.5em;
    font-size: 1.6rem;
  }
  #mv .main_text .jisseki {
    width: 160px;
    height: 160px;
    top: -74px;
    left: -123px;
  }
  #mv .main_text .jisseki .seisaku {
    font-size: 22px;
  }
  #mv .main_text .jisseki .kensu {
    font-size: 20px;
  }
  #mv .main_text .jisseki strong {
    font-size: 76px;
    vertical-align: -0.04em;
    margin-top: 8px;
  }
  #mv .main_text .jisseki .ijou {
    font-size: 22px;
    margin-top: -8px;
  }
  #mv .jump_person .person.person_1 {
    transform: translateX(70px);
  }
  #mv .jump_person .person.person_2 {
    transform: translateX(295px);
    bottom: 80px;
  }
  #mv .jump_person .person.person_1 img {
    width: 258px;
  }
  #mv .jump_person .person.person_2 img {
    width: 254px;
  }

  #mv .jump_person .person_bg.person_1 {
    width: 240px;
    bottom: 140px;
    transform: translateX(84px);
  }
  #mv .jump_person .person_bg.person_2 {
    width: 320px;
    bottom: 56px;
    transform: translateX(170px);
  }
}

@media (max-width: 990px) {
  #mv {
    padding-top: calc(var(--header_header_y_offset) + var(--header_height) + 20px);
    padding-bottom: 28px;
  }
  #mv .mv_bg .bg_grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 3px;
    height: 400px;
  }
  #mv .mv_bg .layer::after {
    height: calc(400px / 2);
  }
  #mv .read {
    font-size: 2.6rem;
    margin-bottom: 4px;
  }
  #mv .main_text .price {
    font-size: 6rem;
  }
  #mv .main_text .price .text-layer,
  #mv .main_text .price .num-layer {
    line-height: 1.05;
    -webkit-text-stroke: 8px #fff;
  }
  #mv .main_text .price strong {
    font-size: 12rem;
  }
  #mv .main_text .kokomade p {
    font-size: 2.8rem;
    padding: 0 18px;
  }
  #mv .main_text .kokomade p::before,
  #mv .main_text .kokomade p::after {
    width: 4px;
    height: 32px;
    border-radius: 2px;
  }
  #mv .main_text .kokomade p::before {
    transform: translateY(-16px) rotate(328deg);
  }
  #mv .main_text .kokomade p::after {
    transform: translateY(-16px) rotate(32deg);
  }
  #mv .main_text .kokomade li {
    border-radius: 4px;
    padding: 0.5em 0.5em;
    font-size: 1.4rem;
  }
  #mv .main_text .jisseki {
    width: 130px;
    height: 130px;
    top: -58px;
    left: -98px;
  }
  #mv .main_text .jisseki .seisaku {
    font-size: 18px;
  }
  #mv .main_text .jisseki .kensu {
    font-size: 16px;
  }
  #mv .main_text .jisseki strong {
    font-size: 61px;
    vertical-align: -0.04em;
    margin-top: 8px;
  }
  #mv .main_text .jisseki .ijou {
    font-size: 18px;
    margin-top: -6px;
  }
  #mv .jump_person .person.person_1 {
    transform: translateX(70px);
  }
  #mv .jump_person .person.person_2 {
    transform: translateX(256px);
    bottom: 66px;
  }
  #mv .jump_person .person.person_1 img {
    width: 218px;
  }
  #mv .jump_person .person.person_2 img {
    width: 214px;
  }

  #mv .jump_person .person_bg.person_1 {
    width: 200px;
    bottom: 123px;
    transform: translateX(84px);
  }
  #mv .jump_person .person_bg.person_2 {
    width: 280px;
    bottom: 40px;
    transform: translateX(142px);
  }
}

@media (max-width: 820px) {
  #mv {
    padding-top: calc(var(--header_header_y_offset) + var(--header_height) + 12px);
    padding-bottom: 24px;
  }
  #mv .mv_bg .bg_grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 3px;
    height: 360px;
  }
  #mv .mv_bg .layer::after {
    height: calc(360px / 2);
  }
  #mv .read {
    font-size: 2.2rem;
    margin-bottom: 4px;
  }
  #mv .main_text .price {
    font-size: 5.2rem;
  }
  #mv .main_text .price .text-layer,
  #mv .main_text .price .num-layer {
    line-height: 1.05;
    -webkit-text-stroke: 6px #fff;
  }
  #mv .main_text .price strong {
    font-size: 9rem;
  }
  #mv .main_text .kokomade p {
    font-size: 2rem;
    padding: 0 16px;
  }
  #mv .main_text .kokomade p::before,
  #mv .main_text .kokomade p::after {
    width: 4px;
    height: 28px;
    border-radius: 2px;
  }
  #mv .main_text .kokomade p::before {
    transform: translateY(-16px) rotate(328deg);
  }
  #mv .main_text .kokomade p::after {
    transform: translateY(-16px) rotate(32deg);
  }
  #mv .main_text .kokomade li {
    border-radius: 4px;
    padding: 0.5em 0.5em;
    font-size: 1.2rem;
  }
  #mv .main_text .jisseki {
    width: 100px;
    height: 100px;
    top: -53px;
    left: -75px;
  }
  #mv .main_text .jisseki .seisaku {
    font-size: 15px;
  }
  #mv .main_text .jisseki .kensu {
    font-size: 12px;
  }
  #mv .main_text .jisseki strong {
    font-size: 45px;
    vertical-align: -0.04em;
    margin-top: 8px;
  }
  #mv .main_text .jisseki .ijou {
    font-size: 14px;
    margin-top: -5px;
  }
  #mv .jump_person .person.person_1 {
    transform: translateX(70px);
  }
  #mv .jump_person .person.person_2 {
    transform: translateX(213px);
    bottom: 55px;
  }
  #mv .jump_person .person.person_1 img {
    width: 168px;
  }
  #mv .jump_person .person.person_2 img {
    width: 164px;
  }

  #mv .jump_person .person_bg.person_1 {
    width: 150px;
    bottom: 90px;
    transform: translateX(84px);
  }
  #mv .jump_person .person_bg.person_2 {
    width: 230px;
    bottom: 25px;
    transform: translateX(110px);
  }
}

@media (max-width: 620px) {
  #mv {
    padding-top: calc(var(--header_header_y_offset) + var(--header_height) + 12px);
    padding-bottom: 24px;
  }
  #mv .mv_bg .bg_grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 3px;
    height: 280px;
  }
  #mv .mv_bg .layer::after {
    height: calc(240px / 2);
  }
  #mv .read {
    font-size: 1.8rem;
    margin-top: 6px;
    margin-bottom: 4px;
  }
  #mv .main_text {
    transform: none;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
  #mv .main_text .price {
    font-size: 4.8rem;
    text-align: center;
    margin-top: 40px;
  }
  #mv .main_text .price .text-layer,
  #mv .main_text .price .num-layer {
    line-height: 1.1;
    -webkit-text-stroke: 6px #fff;
  }
  #mv .main_text .price strong {
    font-size: 9.6rem;
    margin: 0 4px 0 6px;
  }
  #mv .main_text .kokomade {
    width: 100%;
    margin-top: 130px;
  }
  #mv .main_text .kokomade ul {
    gap: 8px;
    margin-top: 8px;
  }
  #mv .main_text .kokomade p {
    font-size: 2rem;
    padding: 0 16px;
  }
  #mv .main_text .kokomade p::before,
  #mv .main_text .kokomade p::after {
    width: 4px;
    height: 28px;
    border-radius: 2px;
  }
  #mv .main_text .kokomade p::before {
    transform: translateY(-16px) rotate(328deg);
  }
  #mv .main_text .kokomade p::after {
    transform: translateY(-16px) rotate(32deg);
  }
  #mv .main_text .kokomade li {
    border-radius: 4px;
    padding: 0.8em 0.5em;
    font-size: 1.1rem;
  }
  #mv .main_text .jisseki {
    width: 80px;
    height: 80px;
    transform: rotate(8deg);
    top: 0;
    right: 0;
    left: auto;
  }
  #mv .main_text .jisseki .seisaku {
    font-size: 12px;
  }
  #mv .main_text .jisseki .kensu {
    font-size: 10px;
  }
  #mv .main_text .jisseki strong {
    font-size: 35px;
    vertical-align: -0.04em;
    margin-top: 8px;
  }
  #mv .main_text .jisseki .ijou {
    font-size: 12px;
    margin-top: -5px;
  }
  #mv .jump_person .person.person_1 {
    transform: translateX(-97px);
    bottom: 120px;
  }
  #mv .jump_person .person.person_2 {
    transform: translateX(24px);
    bottom: 130px;
  }
  #mv .jump_person .person.person_1 img {
    width: 86px;
  }
  #mv .jump_person .person.person_2 img {
    width: 86px;
  }

  #mv .jump_person .person_bg.person_1 {
    width: 120px;
    bottom: 130px;
    transform: translateX(-106px);
  }
  #mv .jump_person .person_bg.person_2 {
    width: 130px;
    bottom: 116px;
    transform: translateX(-22px);
  }
}

/* -----------------------------------------------------
実績ロゴ
----------------------------------------------------- */
#works_logo {
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 0;
}

#works_logo .infinity-scroll {
  display: flex;
  overflow: hidden;
}

#works_logo .infinity-scroll__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 50px;
  margin-right: 50px;
  animation: loop-slide 120s linear infinite;
}

#works_logo .infinity-scroll__item {
  display: flex;
  align-items: center;
}

#works_logo .infinity-scroll__item img {
  display: block;
  max-height: 40px;
  height: auto;
  width: auto;
  max-width: 160px;
}

@media (max-width: 1340px) {
  #works_logo .infinity-scroll__list {
    gap: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 1120px) {
  #works_logo .infinity-scroll__list {
    gap: 32px;
    margin-right: 32px;
  }
}

@media (max-width: 990px) {
  #works_logo .infinity-scroll__list {
    gap: 28px;
    margin-right: 28px;
  }
  #works_logo .infinity-scroll__item img {
    max-height: 33px;
    max-width: 130px;
  }
}

@media (max-width: 820px) {
  #works_logo .infinity-scroll__list {
    gap: 24px;
    margin-right: 24px;
  }
  #works_logo .infinity-scroll__item img {
    max-height: 28px;
    max-width: 110px;
  }
}

@media (max-width: 620px) {
  #works_logo .infinity-scroll__list {
    gap: 22px;
    margin-right: 22px;
  }
  #works_logo .infinity-scroll__item img {
    max-height: 23px;
    max-width: 90px;
  }
}

/* -----------------------------------------------------
リニューアル
----------------------------------------------------- */
#renewal {
  background-color: var(--gray_color_super_light);
  position: relative;
}
#renewal::after {
  position: absolute;
  content: '';
  display: block;
  top: 338px;
  left: 0;
  width: calc((100% - var(--contents_width)) / 2 - 366px);
  height: 76px;
  background-color: var(--main_color_dark);
}
#renewal h2 {
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 5.6rem;
  line-height: 1.35;
  margin-bottom: 0;
}
#renewal h2 span,
#renewal h2 strong {
  font-size: 6.8rem;
  display: block;
}
#renewal h2 strong {
  color: var(--main_color);
}

#renewal .wrap_renewal {
  display: flex;
  flex-direction: row-reverse;
  gap: 44px;
}
#renewal .text {
  position: relative;
}
#renewal .text::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -400px;
  width: 400px;
  height: 304px;
  background-image: url('../../images/page/page_top_renewal_h_bg.png');
}

#renewal h3,
#renewal .text p {
  padding-left: 40px;
}
#renewal h3 {
  font-size: 2.7rem;
  margin-bottom: 40px;
  color: #fff;
  background-color: var(--main_color);
  height: 76px;
  line-height: 76px;
  font-weight: 600;
  position: relative;
}

#renewal h3::before {
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  height: 76px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 40px solid var(--main_color);
  border-right: 0;
}

#renewal .text p::before {
  content: '';
  display: block;
  width: 100%;
  height: 240px;
  background-image: url('../../images/page/page_top_renewal_img.jpg');
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}

@media (max-width: 1120px) {
  #renewal h2 {
    font-size: 4.9rem;
  }
  #renewal h2 span,
  #renewal h2 strong {
    font-size: 5.8rem;
  }
  #renewal h3 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  #renewal .text p {
    font-size: 1.7rem;
  }
  #renewal .text p::before {
    height: 200px;
    margin-bottom: 24px;
  }
}

@media (max-width: 1000px) {
  #renewal .text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  #renewal h2 {
    font-size: 4.4rem;
  }
  #renewal h2 span,
  #renewal h2 strong {
    font-size: 5rem;
  }
  #renewal h3 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  #renewal .text p::before {
    height: 180px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  #renewal .text::before,
  #renewal h3::before {
    display: none;
  }

  #renewal .wrap_renewal {
    flex-flow: column;
    gap: 14px;
  }

  #renewal h2 {
    writing-mode: horizontal-tb;
    text-align: center;
  }
  #renewal h2,
  #renewal h2 span,
  #renewal h2 strong {
    font-size: 2.8rem;
  }
  #renewal h2 span {
    display: inline;
  }
  #renewal .text p {
    padding-left: 0;
  }
  #renewal h3 {
    font-size: 1.8rem;
    height: auto;
    line-height: 1;
    padding: 0.8em 1.5em;
    border-radius: 999px;
    width: fit-content;
    margin: 0 auto;
  }
  #renewal .text p::before {
    height: 140px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

/* -----------------------------------------------------
理念
----------------------------------------------------- */
section#rinen {
  background-color: var(--main_color);
  padding: 130px 0;
}

section#rinen .wrap_rinen {
  position: relative;
  display: flex;
  width: 100%;
}

section#rinen .split_text {
  width: 47%;
  color: #fff;
}
section#rinen h2 {
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1.45;
  border-left: 7px solid var(--black_color);
  padding-left: 0.8em;
  margin-bottom: 1.5em;
}
section#rinen h2 strong {
  color: var(--black_color);
}
section#rinen p {
  font-size: 1.9rem;
}
section#rinen p + p {
  margin-top: 1em;
}
section#rinen .wrap_rinen::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  height: 100%;
  background-image: url('../../images/page/page_top_rinen_img.png');
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
section#rinen .img_sp {
  display: none;
}
@media (max-width: 1630px) {
  section#rinen .split_text {
    width: 50%;
  }
  section#rinen h2 {
    font-size: 3.7rem;
  }
  section#rinen .wrap_rinen::after {
    width: 46%;
  }
}
@media (max-width: 1480px) {
  section#rinen .split_text {
    width: 52%;
  }
  section#rinen h2 {
    font-size: 3.4rem;
  }
  section#rinen .wrap_rinen::after {
    width: 44%;
  }
}
@media (max-width: 1350px) {
  section#rinen .split_text {
    width: 54%;
  }
  section#rinen h2 {
    font-size: 3rem;
  }
  section#rinen .wrap_rinen::after {
    width: 42%;
  }
}
@media (max-width: 1170px) {
  section#rinen .split_text {
    width: 56%;
  }
  section#rinen h2 {
    font-size: 2.8rem;
  }
  section#rinen .wrap_rinen::after {
    width: 40%;
  }
}
@media (max-width: 1070px) {
  section#rinen {
    padding: 80px 0;
  }
  section#rinen .wrap_rinen {
    flex-flow: column;
  }
  section#rinen .contents_inner.wide {
    padding-left: var(--side_padding);
    padding-right: var(--side_padding);
  }
  section#rinen .split_text {
    width: 100%;
  }
  section#rinen .wrap_rinen::after {
    display: none;
  }
  section#rinen h2 {
    font-size: 3.2rem;
  }
  section#rinen p {
    font-size: 1.7rem;
  }
  section#rinen .img_sp {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
  }
  section#rinen .img_sp img {
    width: 47.5%;
    border-radius: 12px;
  }
  section#rinen .rinen_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  section#rinen {
    padding: 50px 0;
  }
  section#rinen h2 {
    font-size: 2.5rem;
  }
  section#rinen p {
    font-size: 1.6rem;
  }
  section#rinen .img_sp {
    margin-top: 24px;
  }
}
@media (max-width: 640px) {
  section#rinen h2 {
    font-size: 2.3rem;
  }
  section#rinen p {
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------------
導入事例
----------------------------------------------------- */
section#case.contents_inner {
  position: relative;
}
section#case.contents_inner.wide {
  padding-left: var(--side_padding);
  padding-right: var(--side_padding);
}

section#case .title_arrow_link {
  position: absolute;
  right: 0;
  top: 116px;
  width: 100%;
}

@media (max-width: 1200px) {
  section#case .title_arrow_link {
    top: 113px;
  }
}
@media (max-width: 1000px) {
  section#case .title_arrow_link {
    top: 85px;
  }
}
@media (max-width: 900px) {
  section#case .title_arrow_link {
    top: 81px;
  }
}

@media (max-width: 767px) {
  section#case .title_arrow_link {
    top: 51px;
  }
}
@media (max-width: 640px) {
  section#case .title_arrow_link {
    top: 70px;
  }
}

section#case .more_bt_arrow {
  display: flex;
  justify-content: flex-end;
}
section#case .more_bt_arrow a {
  display: block;
  position: relative;
  width: fit-content;
}
section#case .more_bt_arrow a::before,
section#case .more_bt_arrow a::after {
  border-color: var(--main_color);
}

section#case .post_list_wrapper.case .title {
  font-size: 1.9rem;
}

section#case .more_bt {
  margin-top: 50px;
}

@media (max-width: 1300px) {
  .ua_pc section#case .post_list_wrapper.case .post_list {
    grid-template-columns: repeat(auto-fit, 32%);
    grid-gap: 20px 2%;
  }
}

@media (max-width: 1000px) {
  .ua_pc section#case .post_list_wrapper.case .post_list {
    grid-template-columns: repeat(auto-fit, 48%);
    grid-gap: 34px 4%;
  }
}
@media (max-width: 950px) {
  section#case .post_list_wrapper.case .title {
    font-size: 1.8rem;
  }
}
@media (max-width: 850px) {
  .ua_sp_tab .post_list_wrapper .horizontal_scroll:has(article + article) .post_list {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  section#case .post_list_wrapper.case .contents_swiper .post_list {
    margin: 0 60px;
  }
  section#case .contents_swiper .swiper-button-prev {
    left: 0;
  }
  section#case .contents_swiper .swiper-button-next {
    right: 0;
  }
}

/* -----------------------------------------------------
強み
----------------------------------------------------- */
section#strength {
  background-color: var(--gray_color_super_light);
}

section#strength .wrap_strength {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  gap: 40px;
  max-width: 1800px;
  margin: 0 auto;
}

section#strength .contents {
  width: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 80px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

section#strength .contents::after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  background-color: var(--main_color);
}

section#strength .contents .inner {
  max-width: calc(var(--contents_width) - 240px);
  display: inline-block;
}

section#strength .contents:nth-child(odd) .inner {
  padding-left: 200px;
}
section#strength .contents:nth-child(even) .inner {
  padding-right: 200px;
}

section#strength .contents:nth-child(odd) {
  text-align: left;
  margin-left: max(20px, calc((100% - 1200px) / 2));
  margin-right: 40px;
}

section#strength .contents:nth-child(odd)::after {
  left: 0;
}

section#strength .contents:nth-child(even) {
  text-align: right;
  margin-left: 40px;
  margin-right: max(20px, calc((100% - 1200px) / 2));
}

section#strength .contents:nth-child(even)::after {
  right: 0;
}
section#strength .contents h2,
section#strength .contents p {
  display: inline-block;
  text-align: left;
}
section#strength .contents h2 {
  font-size: 4.7rem;
  position: relative;
  margin-bottom: 0.8em;
  line-height: 1.35;
}
section#strength .contents h2 span {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--main_color);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.55;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#strength .contents h2::before {
  position: absolute;
  top: 78px;
  content: '';
  height: calc(30px / 2);
  width: 18px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: var(--main_color);
}
section#strength .contents:nth-child(odd) h2::before {
  left: -57px;
  transform: rotate(135deg);
}
section#strength .contents:nth-child(even) h2::before {
  right: -57px;
  transform: rotate(225deg);
}
section#strength .contents h2::after {
  content: '';
  position: absolute;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
section#strength .contents.strength_1 h2::after {
  width: 66px;
  aspect-ratio: 63 / 241;
  top: 116px;
  left: -124px;
  background-image: url('../../images/page/page_top_strength_img_1.jpg');
}
section#strength .contents.strength_2 h2::after {
  width: 80px;
  aspect-ratio: 63 / 241;
  top: 118px;
  right: -154px;
  background-image: url('../../images/page/page_top_strength_img_2.jpg');
}
section#strength .contents.strength_3 h2::after {
  width: 72px;
  aspect-ratio: 63 / 241;
  top: 118px;
  left: -130px;
  background-image: url('../../images/page/page_top_strength_img_3.jpg');
}
section#strength .contents h2 strong {
  background: linear-gradient(transparent 70%, var(--sub_color) 70%);
}
section#strength .contents h2 span {
  top: -43px;
}
section#strength .contents:nth-child(odd) h2 span {
  left: -180px;
}
section#strength .contents:nth-child(even) h2 span {
  right: -180px;
}

@media (max-width: 1100px) {
  section#strength .contents {
    padding: 80px 60px 80px 40px;
  }
  section#strength .contents h2 {
    font-size: 4rem;
  }
}
@media (max-width: 880px) {
  section#strength .contents {
    padding: 70px 50px 70px 30px;
  }
  section#strength .contents h2 {
    font-size: 3.5rem;
  }
  section#strength .contents p {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  section#strength .wrap_strength {
    gap: 30px;
  }
  section#strength .contents {
    padding: 30px 0;
  }
  section#strength .contents:nth-child(odd),
  section#strength .contents:nth-child(even) {
    margin-left: var(--side_padding);
    margin-right: var(--side_padding);
  }
  section#strength .contents .inner {
    max-width: none;
    padding: 0 var(--side_padding) 0 calc(var(--side_padding) + 10px) !important;
  }

  section#strength .contents:nth-child(even) {
    text-align: left;
  }
  section#strength .contents:nth-child(even)::after {
    right: auto;
    left: 0;
  }

  section#strength .contents h2 {
    font-size: 2.2rem;
    display: block;
    padding-top: 100px;
  }
  section#strength .contents:nth-child(odd) h2::before,
  section#strength .contents:nth-child(even) h2::before {
    top: 13px;
    left: 70px;
    right: auto;
    transform: rotate(270deg);
  }
  section#strength .contents h2 span {
    position: absolute;
    width: fit-content;
    height: auto;
    border-radius: 4px;
    font-size: 1.5rem;
    display: block;
    top: 0;
    left: 80px !important;
    right: auto;
    padding: 0.6em 0.9em;
    text-align: left;
  }

  section#strength .contents.strength_1 h2::after {
    width: 27px;
    top: -15px;
    left: 28px;
  }
  section#strength .contents.strength_2 h2::after {
    width: 38px;
    top: -14px;
    left: 22px;
  }
  section#strength .contents.strength_3 h2::after {
    width: 30px;
    top: -15px;
    left: 22px;
  }
  section#strength .contents p {
    font-size: 1.6rem;
  }

  section#strength .strength_pc {
    display: none;
  }
}

/* -----------------------------------------------------
資料ダウンロード
----------------------------------------------------- */
section#download {
  background-color: var(--sub_color);
  padding: 0;
  position: relative;
}
section#download .wrap_download {
  padding-top: 62px;
  padding-bottom: 80px;
  padding-right: 300px;
}
section#download h2 {
  font-size: 4.4rem;
  margin-bottom: 0.25em;
}
section#download::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: max(300px, calc((100% - var(--contents_width)) / 2 + 300px));
  height: 100%;
  background-image: url('../../images/page/page_top_download_bg.png');
  background-size: cover;
}
section#download .download_bt {
  margin-top: 20px;
}

section#download .tel_contact {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 18px 34px;
  margin-top: 30px;
  width: fit-content;
}
section#download .tel_open {
  display: flex;
  flex-flow: column;
  align-items: center;
}

section#download .download_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

section#download .download_tel .icon {
  font-size: 21px;
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
}
section#download .download_tel .number {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
section#download .business_hours {
  font-size: 1.3rem;
  margin-top: 2px;
  margin-left: 26px;
}
section#download .text {
  border-left: 1px solid var(--black_color);
  padding-left: 30px;
  font-size: 1.6rem;
}

@media (max-width: 1100px) {
  section#download .wrap_download {
    padding-right: 200px;
  }
  section#download::after {
    width: max(200px, calc((100% - var(--contents_width)) / 2 + 200px));
  }
}
@media (max-width: 980px) {
  section#download h2 {
    font-size: 4rem;
  }
  section#download h2 + p {
    font-size: 1.7rem;
  }
  section#download .download_tel .number {
    font-size: 2.4rem;
  }
  section#download .tel_contact {
    gap: 20px;
  }
  section#download .text {
    padding-left: 20px;
    font-size: 1.4rem;
  }
}
@media (max-width: 870px) {
  section#download .wrap_download {
    padding-right: 100px;
  }
  section#download::after {
    width: max(100px, calc((100% - var(--contents_width)) / 2 + 100px));
  }
}
@media (max-width: 767px) {
  section#download {
    padding: 40px 0 0 0;
  }
  section#download .wrap_download {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  section#download::after {
    width: 100%;
    height: 100px;
    position: static;
    margin-top: 24px;
    background-size: 150% auto;
  }
  section#download h2 {
    font-size: 3.2rem;
    text-align: center;
  }
  section#download h2 + p {
    font-size: 1.5rem;
  }
  section#download .download_bt a {
    margin: 0 auto;
    font-size: 1.6rem;
  }
  section#download .tel_contact {
    gap: 4px;
    flex-flow: column;
    padding: 12px 18px;
    margin: 20px auto 0 auto;
  }
  section#download .text {
    padding-left: 0;
    border-left: none;
    text-align: center;
    font-size: 1.3rem;
  }
  section#download .download_tel .icon {
    font-size: 18px;
  }
  section#download .business_hours {
    font-size: 1.2rem;
    margin-top: 0;
    margin-left: 14px;
  }
}

/* -----------------------------------------------------
選ばれる理由
----------------------------------------------------- */
section#reason {
  background: linear-gradient(90deg, transparent 0%, transparent 50%, var(--gray_color_super_light) 50%, var(--gray_color_super_light) 100%);
  margin-top: 110px;
  padding: 0 0 0 var(--side_padding);
}

section#reason .wrap_reason {
  background-color: var(--gray_color_super_light);
  border-radius: 80px 0 0 0;
  padding-top: 100px;
  padding-bottom: 80px;
}
section#reason .wrap_reason_inner {
  padding: 0 50px;
}

section#reason h2 {
  margin-bottom: 3.8em;
}
section#reason .wrap_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 60px 0;
}
section#reason .reason_contents {
  width: 48%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding-bottom: 240px;
}
section#reason .reason_contents:nth-child(odd) {
  transform: translateY(-80px);
}
section#reason .reason_contents .inner::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center top;
  border-radius: 0 0 20px 20px;
}
section#reason .reason_contents.gradation .inner::before {
  background-position: center bottom;
}
section#reason .reason_1 .inner::before {
  background-image: url(../../images/page/page_top_reason_img_1.jpg);
}
section#reason .reason_2 .inner::before {
  background-image: url(../../images/page/page_top_reason_img_2.jpg);
}
section#reason .reason_3 .inner::before {
  background-image: url(../../images/page/page_top_reason_img_3.jpg);
}
section#reason .reason_4 .inner::before {
  background-image: url(../../images/page/page_top_reason_img_4.jpg);
}
section#reason .reason_5 .inner::before {
  background-image: url(../../images/page/page_top_reason_img_5.jpg);
}
section#reason .reason_6 .inner::before {
  background-image: url(../../images/page/page_top_reason_img_6.jpg);
}
section#reason .reason_contents.gradation .inner::after {
  content: '';
  position: absolute;
  bottom: 160px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none;
}
section#reason .reason_contents .inner {
  padding: 40px 40px 20px 40px;
}
section#reason .reason_contents.gradation .inner {
  padding-bottom: 0;
}
section#reason .reason_contents::before {
  content: '“';
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  font-size: 205px;
  color: var(--gray_color_light);
  position: absolute;
  top: -44px;
  left: 22px;
  line-height: 1;
}
section#reason .strengths_ico {
  background-color: var(--main_color);
  color: #fff;
  padding: 0.4em 0.7em;
  border-radius: 4px;
  line-height: 1;
  margin-bottom: 1em;
  font-size: 1.7rem;
  width: fit-content;
  font-weight: 600;
}
section#reason h3 {
  font-size: 2.5rem;
  line-height: 1.4;
}
section#reason h3 strong {
  background: linear-gradient(transparent 70%, var(--sub_color) 70%);
}

@media (max-width: 1000px) {
  section#reason .wrap_reason {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  section#reason .wrap_reason_inner {
    padding: 0 20px;
  }
  section#reason .reason_contents {
    width: 48.5%;
  }
  section#reason .reason_contents:nth-child(odd) {
    transform: translateY(-60px);
  }
  section#reason .reason_contents::before {
    font-size: 180px;
    top: -39px;
  }
  section#reason .reason_contents .inner {
    padding: 40px 30px 20px 30px;
  }
  section#reason .strengths_ico {
    padding: 0.4em 0.6em;
    margin-bottom: 0.8em;
    font-size: 1.5rem;
  }
  section#reason h3 {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
  }
  section#reason p.text {
    font-size: 1.6rem;
  }
}

@media (max-width: 900px) {
  section#reason .wrap_reason_inner {
    padding: 0 10px;
  }
  section#reason .reason_contents .inner {
    padding: 40px 20px 20px 20px;
  }
  section#reason h3 {
    font-size: 2rem;
  }
  section#reason p.text {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  section#reason {
    margin-top: 50px;
  }
  section#reason .wrap_reason {
    border-radius: 60px 0 0 0;
  }
  section#reason .wrap_reason_inner {
    padding: 0;
  }
  section#reason .wrap_contents {
    gap: 50px 0;
  }
  section#reason .reason_contents {
    width: 100%;
    padding-bottom: 200px;
  }
  section#reason .reason_contents:nth-child(odd) {
    transform: none;
  }
  section#reason .reason_contents.gradation .inner {
    padding-bottom: 20px;
  }
  section#reason .reason_contents .inner::before {
    height: 200px;
  }
  section#reason .reason_contents.gradation .inner::after {
    bottom: 140px;
    height: 60px;
  }
  section#reason h2 {
    margin-bottom: 2.4em;
  }
  section#reason h3 {
    font-size: 2.2rem;
  }
  section#reason p.text {
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {
  section#reason .wrap_reason {
    border-radius: 46px 0 0 0;
  }
  section#reason h3 {
    font-size: 2rem;
  }
  section#reason p.text {
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------------
制作実績
----------------------------------------------------- */
section#works {
  background: linear-gradient(180deg, var(--gray_color_super_light) 0%, var(--gray_color_super_light) 50%, transparent 50%, transparent 100%);
  overflow: hidden;
  padding: 0;
}
section#works .inner {
  padding-right: var(--side_padding);
  background: linear-gradient(90deg, var(--main_color) 0%, var(--main_color) 50%, transparent 50%, transparent 100%);
}
section#works .wrap_works {
  background-color: var(--main_color);
  border-radius: 0 80px 80px 0;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  position: relative;
}
section#works h2 {
  margin-bottom: 1.4em;
}

section#works .title_arrow_link {
  position: absolute;
  right: 40px;
  top: 105px;
  width: 100%;
}
@media (max-width: 1200px) {
  section#works .title_arrow_link {
    top: 103px;
    right: 30px;
  }
}
@media (max-width: 900px) {
  section#works .title_arrow_link {
    top: 70px;
    right: 26px;
  }
  section#works p {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  section#works .title_arrow_link {
    top: 50px;
    right: 22px;
  }
}

@media (max-width: 640px) {
  section#works .title_arrow_link {
    top: 64px;
    right: 6px;
  }
  section#works p {
    font-size: 1.6rem;
  }
}
section#works .more_bt_arrow {
  display: flex;
  justify-content: flex-end;
}
section#works .more_bt_arrow a {
  display: block;
  position: relative;
  width: fit-content;
}
section#works .more_bt_arrow a::before,
section#works .more_bt_arrow a::after {
  border-color: #fff;
}

section#works .thumbnails {
  padding: 60px;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  width: 100vw;
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
section#works .wrap_loop {
  display: flex;
  overflow: hidden;
  gap: 10px;
}
section#works .wrap_loop.line2 {
  flex-flow: row-reverse;
}
section#works ul {
  display: flex;
  gap: 10px;
}
section#works .line1 ul {
  animation: loop-slide 100s linear infinite;
}
section#works .line2 ul {
  animation: loop-slide_gyaku 100s linear infinite;
}
section#works li {
  width: 340px;
  display: block;
  flex-shrink: 0;
}
section#works .more_bt {
  margin-top: 50px;
}

@media (max-width: 1000px) {
  section#works .wrap_works {
    padding-top: 70px;
    padding-bottom: 74px;
  }
  section#works .thumbnails {
    padding: 50px;
    margin-top: 40px;
  }
  section#works li {
    width: 300px;
  }
  section#works .more_bt {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  section#works .wrap_works {
    border-radius: 0 60px 60px 0;
    padding-top: 50px;
    padding-bottom: 56px;
  }
  section#works .thumbnails {
    padding: 40px;
    border-radius: 20px 0 0 20px;
    margin-top: 30px;
  }
  section#works li {
    width: 240px;
  }
  section#works .more_bt {
    margin-top: 36px;
  }
}

@media (max-width: 640px) {
  section#works .wrap_works {
    border-radius: 0 46px 46px 0;
  }
  section#works li {
    width: 200px;
  }
  section#works .more_bt {
    margin-top: 32px;
  }
}

/* -----------------------------------------------------
料金プラン
----------------------------------------------------- */
section#price {
  text-align: center;
}
section#price h2 {
  margin-bottom: 3.7em;
}
section#price h2::before {
  display: block;
  margin-right: 0;
  margin-bottom: 0.15em;
}
section#price .wrap_price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
section#price .price_contents {
  position: relative;
  padding: 24px 40px 30px 40px;
  border: 7px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #ff1e00, #ffc800) border-box;
  width: 32.8%;
  font-weight: 600;
  line-height: 1;
}

section#price .price_contents.entry {
  border-right: none;
  border-radius: 18px 0 0 18px;
}
section#price .price_contents.standard {
  padding-top: 50px;
  border-radius: 18px;
  width: 34.4%;
  transform: translateY(-26px);
  z-index: 1;
}
section#price .price_contents.premium {
  border-left: none;
  border-radius: 0 18px 18px 0;
}
section#price .no_1 {
  position: absolute;
  top: -55px;
  right: 55px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--main_color);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.35;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transform: translateX(110px);
}
section#price .no_1 strong {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
}
section#price .no_1::before {
  position: absolute;
  top: 86px;
  right: 86px;
  content: '';
  height: calc(30px / 2);
  width: 18px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: var(--main_color);
  transform: rotate(225deg);
}
section#price h3 {
  border-bottom: 1px solid var(--black_color);
  padding-bottom: 0.4em;
  margin-bottom: 0.9em;
  font-size: 2.6rem;
}
section#price .campaign {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
section#price .price_num {
  font-size: 3.8rem;
  font-weight: 700;
}
section#price .price_num.free {
  font-size: 3.4rem;
}
section#price .normal {
  display: block;
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
section#price .unit {
  font-size: 1.7rem;
}
section#price dl {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 12px;
}

section#price dl.getsugaku {
  margin-top: 30px;
  margin-bottom: 20px;
}
section#price dt {
  background-color: var(--main_color);
  color: #fff;
  border-radius: 999px;
  font-size: 1.5rem;
  width: 10em;
  padding: 0.5em 0;
}
section#price .premium .shoki dd {
  display: flex;
  align-items: center;
}
section#price .note {
  border-top: 1px solid var(--black_color);
  padding-top: 1.2em;
  font-size: 1.6rem;
  line-height: 1.55;
}

section#price .more_bt {
  margin-top: 30px;
}

section#price .price_sp {
  display: none;
}
@media (max-width: 1100px) {
  section#price .price_contents {
    padding: 24px 30px 30px 30px;
    border: 6px solid transparent;
  }

  section#price .no_1 {
    top: -36px;
    right: 45px;
    width: 90px;
    height: 90px;
    font-size: 1.3rem;
    transform: translateX(90px);
  }
  section#price .no_1::before {
    top: 70px;
    right: 74px;
    height: calc(26px / 2);
    width: 15px;
  }
  section#price .no_1 strong {
    font-size: 2.8rem;
  }

  section#price h3 {
    font-size: 2.2rem;
  }
  section#price .price_num {
    font-size: 3.3rem;
  }
  section#price .price_num.free {
    font-size: 3.2rem;
  }
  section#price .note {
    font-size: 1.4rem;
  }
}
@media (max-width: 900px) {
  section#price h3 .price_sp {
    display: block;
  }
}
@media (max-width: 800px) {
  section#price .price_contents {
    padding: 24px 20px 30px 20px;
    border: 5px solid transparent;
  }

  section#price .no_1 {
    top: -36px;
    right: 40px;
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    transform: translateX(80px);
  }
  section#price .no_1::before {
    top: 60px;
    right: 66px;
    height: calc(24px / 2);
    width: 14px;
  }
  section#price .no_1 strong {
    font-size: 2.4rem;
  }

  section#price h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
  section#price dt {
    font-size: 1.4rem;
  }
  section#price .price_num {
    font-size: 3rem;
  }
  section#price .price_num.free {
    font-size: 3rem;
  }
  section#price .normal {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  section#price .note {
    font-size: 1.3rem;
  }
}
@media (max-width: 640px) {
  section#price .price_contents.entry {
    border-radius: 8px 0 0 8px;
  }

  section#price .price_contents {
    padding: 14px 6px 20px 6px;
    border: 4px solid transparent;
  }
  section#price .price_contents.standard {
    padding-top: 30px;
    border-radius: 8px;
    transform: translateY(-16px);
  }
  section#price .price_contents.premium {
    border-radius: 0 8px 8px 0;
  }
  section#price .no_1 {
    top: -36px;
    right: 32px;
    width: 64px;
    height: 64px;
    font-size: 1rem;
    transform: translateX(64px);
  }
  section#price .no_1::before {
    top: 50px;
    right: 50px;
    height: calc(20px / 2);
    width: 12px;
  }
  section#price .no_1 strong {
    font-size: 1.7rem;
  }
  section#price h3 {
    font-size: 1.4rem;
  }
  section#price dl.getsugaku {
    margin-top: 18px;
    margin-bottom: 12px;
  }
  section#price dt {
    font-size: 1.2rem;
    width: 7em;
    border-radius: 4px;
  }
  section#price .getsugaku dt {
    line-height: 1.3;
  }
  section#price .campaign {
    font-size: 1.2rem;
  }
  section#price .price_num.free {
    font-size: 1.8rem;
  }
  section#price .price_num {
    font-size: 1.5rem;
  }
  section#price .unit {
    font-size: 1.2rem;
  }
  section#price .normal {
    font-size: 1.2rem;
  }
  section#price .note {
    font-size: 1.1rem;
  }
  section#price dt .price_sp {
    display: block;
  }
}

/* -----------------------------------------------------
充実のサポート
----------------------------------------------------- */
section#support {
  background-color: var(--sub_color);
  overflow: hidden;
}
section#support div.contents_inner {
  display: flex;
  align-items: flex-start;
  gap: 4%;
}
section#support div.contents_inner::after {
  content: '';
  flex-shrink: 0;
  display: block;
  max-width: 700px;
  aspect-ratio: 700 / 456;
  width: 60%;
  background-image: url('../../images/page/page_top_support_img.png');
  background-size: contain;
}
section#support h2 {
  font-size: 7.9rem;
  margin-bottom: 0.25em;
}
section#support .wrap_support {
  width: 58%;
  flex-shrink: 0;
}

section#support p + p {
  margin-top: 1.2em;
}

@media (max-width: 1200px) {
  section#support h2 {
    font-size: 7rem;
  }
  section#support p {
    font-size: 1.7rem;
  }
}
@media (max-width: 1000px) {
  section#support h2 {
    font-size: 6.5rem;
  }
}
@media (max-width: 767px) {
  section#support div.contents_inner {
    flex-flow: column;
    gap: 16px;
  }
  section#support .wrap_support {
    width: 100%;
  }
  section#support div.contents_inner::after {
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }

  section#support h2 {
    font-size: 4.8rem;
    text-align: center;
  }
  section#support p {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  section#support h2 {
    font-size: 3.2rem;
  }
  section#support p {
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------------
コラム
----------------------------------------------------- */
section#column {
  overflow: hidden;
  padding: 0;
  margin-top: 110px;
}
section#column .inner {
  padding-left: var(--side_padding);
  background: linear-gradient(90deg, transparent 0%, transparent 50%, var(--gray_color_light_dark) 50%, var(--gray_color_light_dark) 100%);
}
section#column .wrap_column {
  background-color: var(--gray_color_light_dark);
  border-radius: 80px 0 0 80px;
  padding-top: 100px;
  padding-left: 80px;
  padding-bottom: 140px;
  color: #fff;
  position: relative;
}
section#column .wrap_column_inner {
  padding: 0 50px;
}
section#column h2 {
  margin-bottom: 2em;
}
section#column .post_list_wrapper {
  width: calc(100vw - var(--side_padding) - ((100vw - 1032px) / 2));
  border-radius: 14px;
}
section#column article {
  width: calc(16.66% - 25px);
  margin-right: 30px;
}

section#column .swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 30px;
}
section#column .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: var(--gray_color_light);
  opacity: 1;
  margin: 0 8px;
}
section#column .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--sub_color);
}
section#column .swiper-pagination {
  position: static;
  text-align: left;
}

section#column .title_arrow_link {
  position: absolute;
  right: 0;
  top: 105px;
  width: 100%;
}
section#column .more_bt {
  display: none;
  margin-top: 30px;
}
section#column .more_bt a {
  background-color: var(--gray_color_super_light);
  color: var(--black_color);
}
section#column .more_bt a::before,
section#column .more_bt a::after {
  background-color: var(--black_color);
}
@media (max-width: 1200px) {
  section#column .title_arrow_link {
    top: 103px;
  }
}
@media (max-width: 900px) {
  section#column .title_arrow_link {
    display: none;
  }
  section#column p {
    font-size: 1.7rem;
  }

  section#column .more_bt {
    display: block;
  }
}
@media (max-width: 767px) {
  section#column .title_arrow_link {
    top: 50px;
  }
}

@media (max-width: 640px) {
  section#column .title_arrow_link {
    top: 64px;
    right: 6px;
  }
  section#column p {
    font-size: 1.6rem;
  }
}
section#column .more_bt_arrow {
  display: flex;
  justify-content: flex-end;
}
section#column .more_bt_arrow a {
  display: block;
  position: relative;
  width: fit-content;
}
section#column .more_bt_arrow a::before,
section#column .more_bt_arrow a::after {
  border-color: #fff;
}
@media (max-width: 2600px) {
  section#column article {
    width: calc(20% - 24px);
  }
}
@media (max-width: 1800px) {
  section#column article {
    width: calc(25% - 22px);
  }
}
@media (max-width: 1290px) {
  section#column .post_list_wrapper {
    width: calc(100vw - 127px - var(--side_padding));
  }
}
@media (max-width: 1200px) {
  section#column article {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 900px) {
  section#column .wrap_column {
    padding-right: 80px;
    padding-bottom: 80px;
  }
  section#column .post_list_wrapper {
    width: 100%;
  }
  section#column article {
    width: calc(50% - 15px);
  }
  section#column .post_list_wrapper.column .title {
    font-size: 1.5rem;
  }
  section#column .swiper-pagination {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  section#column {
    margin-top: 50px;
  }
  section#column .wrap_column {
    border-radius: 60px 0 0 60px;
    padding-top: 50px;
    padding-left: calc(var(--side_padding) + 20px);
    padding-right: calc(var(--side_padding) + 20px);
    padding-bottom: 70px;
    color: #fff;
  }
  section#column h2 {
    padding-right: 20px;
  }
  section#column .swiper-pagination {
    margin-top: 24px;
    text-align: center;
  }
  section#column .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
}
@media (max-width: 670px) {
  section#column h2::before {
    font-size: 6.5rem;
  }
}
@media (max-width: 640px) {
  section#column .wrap_column {
    border-radius: 46px 0 0 46px;
    padding-left: calc(var(--side_padding) * 2);
    padding-right: calc(var(--side_padding) * 2);
  }
  section#column .post_list_wrapper {
    width: 100%;
  }
}
@media (max-width: 540px) {
  section#column .wrap_column {
    padding-left: calc(var(--side_padding) * 2);
    padding-right: calc(var(--side_padding) * 2);
  }
  section#column .post_list_wrapper {
    max-width: 280px;
  }
}

/* -----------------------------------------------------
資料ダウンロードフォーム
----------------------------------------------------- */
section#download_form {
  background-color: var(--main_color);
  position: relative;
  padding-bottom: 40px;
  padding-left: var(--side_padding);
  padding-right: var(--side_padding);
}
section#download_form::before {
  content: '';
  display: block;
  width: 100%;
  height: 170px;
  background-color: var(--gray_color_dark);
  position: absolute;
  bottom: 0;
  left: 0;
}
section#download_form .contents_inner {
  position: relative;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc(var(--side_padding) * 3);
  padding-right: calc(var(--side_padding) * 3);
  border-radius: 30px;
}
section#download_form h2 {
  margin-bottom: 2.1em;
  color: #fff;
  text-align: center;
}
section#download_form h2::before {
  display: block;
  margin-right: 0;
  margin-bottom: 0.15em;
}

@media (max-width: 1100px) {
  section#download_form .contents_inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: calc(var(--side_padding) * 2);
    padding-right: calc(var(--side_padding) * 2);
  }
}
@media (max-width: 960px) {
  section#download_form .contents_inner {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}
@media (max-width: 640px) {
  section#download_form .contents_inner {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: calc(var(--side_padding) * 1.5);
    padding-right: calc(var(--side_padding) * 1.5);
  }
}

/* -----------------------------------------------------
よくある質問
----------------------------------------------------- */
section#faq .more_bt {
  margin-top: 50px;
}

/* -----------------------------------------------------
フッター
----------------------------------------------------- */
.site_footer {
  margin-top: 0;
}
