@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

html {
  font-size: 62.5% !important;
}

body {
  -webkit-text-size-adjust: 100%;
}

a {
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
}
a:hover {
  color: #FFF;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

input,
select,
button,
textarea {
  font: inherit;
}

input[type=text],
textarea {
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

#lp {
  background: #000;
  color: #FFF;
  font-size: 1.6rem;
  font-family: "Inter", "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#lp p {
  margin-bottom: 0;
}
#lp img {
  max-width: 100%;
  vertical-align: middle;
}
#lp .wp_social_bookmarking_light_clear {
  display: none !important;
}

.wp_social_bookmarking_light {
  display: none;
}

.l-header {
  background: linear-gradient(90deg, #292929 0%, rgba(63, 63, 63, 0.8) 50.48%, #292929 100%);
  color: #FFF;
}
.l-header__inner {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-inline: auto;
}
.l-header__logo {
  width: 24%;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__contact a {
  display: inline-block;
  width: 88px;
  font-size: 1.2rem;
  color: #FFF;
  background: #1D2C52;
  padding-block: 10px;
  text-align: center;
  transition: 0.4s;
}
.l-header__contact a:hover {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .l-header {
    background: linear-gradient(to right, #000000, #1a1a1a, #2b2b2b, #1a1a1a, #000000); /* 左右に暗い、中央やや明るめ */
    padding: 20px;
    color: #FFF;
  }
  .l-header__logo {
    max-width: 148px;
  }
  .l-header__contact a {
    width: 200px;
    font-size: 2rem;
  }
}
.l-footer {
  padding: 28px 20px;
  color: #FFF;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.l-footer__logo {
  width: 123px;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__info {
  width: calc(100% - 200px);
}
.l-footer__company + .l-footer__company {
  margin-top: 12px;
}
.l-footer__company-name {
  font-size: 1rem;
}
.l-footer__company-links {
  margin: 0 0 8px 8px;
  padding-left: 8px;
}
.l-footer__company-link {
  line-height: 1;
  list-style-type: disc;
}
.l-footer__company-link a {
  color: #FFF;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.4s;
}
.l-footer__company-link a:hover {
  color: #6897e5;
}
.l-footer__copyright {
  font-size: 1rem;
  text-align: center;
  margin-top: 28px;
}
.l-footer__copyright a {
  color: #FFF;
  text-decoration: none;
  transition: 0.4s;
}
.l-footer__copyright a:hover {
  color: #6897e5;
}

@media only screen and (min-width: 540px) {
  .l-footer__info {
    display: flex;
    justify-content: stretch;
    gap: 32px;
  }
  .l-footer__company + .l-footer__company {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 32px 20px;
    background-image: url(../img/lp/footer_bg@pc.png);
    background-position: top center;
    background-size: 100% auto;
    margin-top: 60px;
  }
  .l-footer__inner {
    max-width: 1200px;
    margin-inline: auto;
    gap: 3%;
  }
  .l-footer__logo {
    width: 24%;
    max-width: 220px;
  }
  .l-footer__info {
    width: 72%;
  }
  .l-footer__company + .l-footer__company {
    margin-top: 0;
  }
  .l-footer__company-name {
    font-size: 1.5rem;
  }
  .l-footer__company-links {
    margin: 0 0 12px 12px;
    padding-left: 12px;
  }
  .l-footer__company-link {
    line-height: 1.2;
  }
  .l-footer__company-link a {
    font-size: 1.3rem;
  }
  .l-footer__copyright {
    font-size: 1.5rem;
    margin-top: 72px;
  }
}
@media only screen and (min-width: 993px) {
  .l-footer__info {
    width: 57%;
  }
  .l-footer__company-link a {
    font-size: 1.5rem;
  }
}
.js-scroll-add-class {
  opacity: 0;
  visibility: hidden;
}
.js-scroll-add-class.is-animated {
  visibility: visible;
  -webkit-animation: scrollFadeIn 0.4s 1 both 0.1s;
          animation: scrollFadeIn 0.4s 1 both 0.1s;
}

@-webkit-keyframes scrollFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scrollFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-mv {
  max-width: 1200px;
  margin-inline: auto;
}
.p-mv__image {
  background-image: url(../img/lp/mv_bg@sp@2x.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 40px;
}
.p-mv__button {
  width: 55%;
  margin: 32px auto 0;
}

@media only screen and (min-width: 768px) {
  .p-mv__image {
    background-image: url(../img/lp/mv_bg@pc@2x.png);
    padding-top: 80px;
  }
  .p-mv__button {
    max-width: 390px;
    margin: 24px auto 0;
  }
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.p-information {
  color: #19294F;
  padding-inline: 20px;
  position: relative;
}
.p-information__bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  background-image: url(../img/lp/profile_bg@sp@2x.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  z-index: 0;
}
.p-information__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.p-information__inner {
  position: relative;
  padding-inline: 20px;
}

.c-profile {
  padding-block: 24px;
}
.c-profile__title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 8px;
}
.c-profile__image {
  width: 192px;
  margin-inline: auto;
  margin-bottom: 12px;
}
.c-profile__name {
  font-size: 2.4rem;
  text-align: center;
  padding-inline: 4px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-profile__name::before, .c-profile__name::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #19294F;
}
.c-profile__company {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  text-align: center;
}
.c-profile__description {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding: 32px 32px 40px;
}
.c-profile__portfolio {
  text-align: center;
  padding-inline: 32px;
}
.c-profile__portfolio-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 8px;
}

.c-intro__title {
  background-color: #202F54;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-block: 12px;
}
.c-intro__inner {
  padding: 12px 32px;
}
.c-intro__vimeo {
  background: rgba(30, 26, 26, 0.75);
  padding: 12px;
}
.c-intro__subtitle {
  background: #D9D9D9;
  color: #19294F;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding-block: 12px;
  margin: 12px 0 24px;
}
.c-intro__text {
  margin-top: 24px;
  color: #1E1A1A;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.c-intro__text + .c-intro__text {
  margin-top: 30px;
}
.c-intro__text:last-child {
  margin-top: 60px;
  padding-bottom: 32px;
}
.c-intro__important {
  display: inline-block;
  background-color: rgba(49, 82, 165, 0.5);
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  margin-top: 4px;
}

@media only screen and (min-width: 768px) {
  .p-information {
    padding-inline: 0;
    max-width: 1200px;
    margin-inline: auto;
  }
  .p-information__bg {
    background-image: url(../img/lp/profile_bg@pc@2x.png);
  }
  .p-information__inner {
    padding-inline: 0;
  }
  .c-profile {
    padding-block: 96px;
  }
  .c-profile__inner {
    max-width: 654px;
    margin-inline: auto;
  }
  .c-profile__title {
    font-size: 4.8rem;
    margin-bottom: 32px;
  }
  .c-profile__image {
    width: 380px;
    margin-inline: auto;
    margin-bottom: 32px;
  }
  .c-profile__name {
    font-size: 4.8rem;
    gap: 3rem;
  }
  .c-profile__company {
    font-size: 4rem;
  }
  .c-profile__description {
    font-size: 2.4rem;
    padding: 32px 0 64px;
  }
  .c-profile__portfolio {
    padding-inline: 0;
  }
  .c-profile__portfolio-title {
    font-size: 4rem;
    margin-bottom: 12px;
  }
  .c-intro__title {
    padding-block: 32px;
    font-size: 4rem;
  }
  .c-intro__inner {
    padding: 12px 32px;
    max-width: 1024px;
    margin-inline: auto;
    margin-top: 40px;
  }
  .c-intro__vimeo {
    padding: 36px;
  }
  .c-intro__subtitle {
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    margin: 64px 0 48px;
    height: 156px;
    position: relative;
  }
  .c-intro__subtitle .is-top {
    font-size: 3.2rem;
    position: absolute;
    left: 8%;
  }
  .c-intro__subtitle .is-bottom {
    position: absolute;
    right: 8%;
  }
  .c-intro__text {
    font-family: "Noto Serif JP", serif;
    font-size: 4rem;
  }
  .c-intro__important {
    font-size: 4.8rem;
    padding-inline: 40px;
  }
}
.p-intro-movie {
  max-width: 1200px;
  margin-inline: auto;
}
.p-intro-movie__inner {
  padding-top: 120px;
  padding-inline: 20px;
  background-image: url(../img/lp/intro-movie_bg@sp@2x.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
}
.p-intro-movie__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #EDEDED;
  width: calc(100% - 40px);
  height: 30px;
}
.p-intro-movie__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #EDEDED;
  height: 48px;
  width: 72vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-intro-movie__inner.is-navy::before, .p-intro-movie__inner.is-navy::after {
  background-color: #19294F;
}
.p-intro-movie__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin: 0 0 30px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(0, 102, 255, 0.6), 0 0 30px rgba(0, 102, 255, 0.4), 0 0 40px rgba(0, 102, 255, 0.3);
}
.p-intro-movie__text {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px !important;
}
.p-intro-movie__item {
  background-color: rgba(30, 26, 26, 0.9);
  padding: 24px 32px;
  margin-top: 28px;
}
.p-intro-movie__item + .p-intro-movie__item {
  margin-top: 48px;
}
.p-intro-movie__item.is-col1 {
  margin-bottom: 48px;
}
.p-intro-movie__item-movie {
  margin-bottom: 20px;
}
.p-intro-movie__item-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 12px;
}
.p-intro-movie__item-vimeo {
  margin-bottom: 12px;
}
.p-intro-movie__item-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.p-intro-movie__bottom {
  padding: 72px 20px 60px;
  background-color: #000000;
}
.p-intro-movie__description {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.p-intro-movie__button {
  width: 80%;
  max-width: 240px;
  margin: 64px auto 0;
}

@media only screen and (min-width: 768px) {
  .p-intro-movie {
    padding-top: 0;
    background-image: url(../img/lp/intro-movie_bg@pc@2x.jpg);
  }
  .p-intro-movie__title {
    font-size: 3.6rem;
    margin-bottom: 60px;
  }
  .p-intro-movie__inner {
    padding-top: 320px;
  }
  .p-intro-movie__inner::before {
    width: 100%;
    height: 100px;
  }
  .p-intro-movie__inner::after {
    top: 90px;
    height: 100px;
    width: 80%;
  }
  .p-intro-movie__title {
    font-size: 6.4rem;
    margin-bottom: 60px;
  }
  .p-intro-movie__item {
    max-width: 1024px;
    margin-inline: auto;
    padding: 72px 64px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }
  .p-intro-movie__item.is-col1 {
    display: block;
    margin-bottom: 48px;
  }
  .p-intro-movie__item.is-col1 .p-intro-movie__item-title {
    font-size: 2.8rem;
    text-align: center;
  }
  .p-intro-movie__item-title {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  .p-intro-movie__item-movie {
    width: 60%;
  }
  .p-intro-movie__item-text {
    font-size: 1.8rem;
    line-height: 1.6;
    width: calc(40% - 48px);
    text-align: left;
    margin-top: 40px;
  }
  .p-intro-movie__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-intro-movie__item:nth-child(2n) .p-intro-movie__item-title {
    text-align: right;
  }
  .p-intro-movie__item:last-child .p-intro-movie__item-text {
    margin-top: 40px;
  }
  .p-intro-movie__description {
    font-size: 3.2rem;
  }
  .p-intro-movie__button {
    max-width: 390px;
  }
  .p-intro-movie__bottom {
    padding: 96px 20px 196px;
    background-color: #000000;
  }
}
@media only screen and (min-width: 993px) {
  .p-intro-movie__item-text {
    font-size: 2.2rem;
    width: calc(40% - 48px);
  }
  .p-intro-movie__item.is-col1 .p-intro-movie__item-title {
    font-size: 3.6rem;
    text-align: center;
  }
  .p-intro-movie__text {
    font-size: 3rem;
  }
}
.p-feature {
  position: relative;
  min-height: 160vh;
  max-width: 1200px;
  margin-inline: auto;
}
.p-feature__title {
  background-image: url(../img/lp/feature_title_bg.png);
  background-position: top center;
  background-size: 200% auto;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 2.2rem;
  padding-block: 12px;
  text-align: center;
  margin: 0 -20px;
}
.p-feature__bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/lp/profile_bg@sp@2x.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  z-index: 0;
}
.p-feature__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.p-feature__inner {
  position: relative;
  padding-inline: 20px;
}
.p-feature__description {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  padding: 40px 0;
}

.c-about {
  color: #1E1A1A;
}
.c-about__title {
  background: rgba(49, 82, 165, 0.85);
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 16px;
  padding-block: 8px;
}
.c-about__subtitle {
  color: #1E1A1A;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 8px;
}
.c-about__flex {
  margin-top: 8px;
}
.c-about__flex-left {
  padding-inline: 20px;
}
.c-about__flex-right {
  margin-top: 16px;
  padding-inline: 20px;
}
.c-about__text {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.c-about__circle {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 60px;
}
.c-about__circle-row.is-double {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-left: 24px;
}
.c-about__circle-item {
  color: #FFF;
  background-image: url(../img/lp/circle_bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-about__description {
  font-size: 2.2rem;
  text-align: center;
}
.c-about__description span.u-text-orange {
  font-size: 3.2rem;
}
.c-about__subbox {
  color: #1E1A1A;
  padding-inline: 32px;
  padding-top: 72px;
  position: relative;
  overflow-x: hidden;
  margin-top: 40px;
}
.c-about__subbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #EDEDED;
  width: 100%;
  height: 30px;
}
.c-about__subbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #EDEDED;
  height: 48px;
  width: 72vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-about__subbox-title {
  background: rgba(49, 82, 165, 0.85);
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 -32px 16px;
  padding-block: 8px;
}
.c-about__subbox-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
}
.c-about__button {
  width: 80%;
  max-width: 210px;
  margin: 40px auto 0;
}

@media only screen and (min-width: 768px) {
  .p-feature__inner {
    padding-inline: 0;
    padding-bottom: 100px;
  }
  .p-feature__bg {
    background-image: url(../img/lp/profile_bg@pc@2x.png);
  }
  .p-feature__title {
    background-size: 100% auto;
    font-size: 4rem;
    padding-block: 24px;
    background-size: 100% 100%;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    margin-inline: auto;
  }
  .p-feature__description {
    font-size: 3.2rem;
    font-weight: 600;
  }
  .c-about {
    max-width: 1024px;
    margin-inline: auto;
    padding-bottom: 0;
  }
  .c-about__title {
    font-size: 4.8rem;
    padding-block: 24px;
    margin-bottom: 64px;
  }
  .c-about__subtitle {
    font-size: 3.6rem;
    padding-bottom: 20px;
  }
  .c-about__flex {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .c-about__flex-left {
    width: 50%;
    padding-left: 20px;
    padding-right: 0;
  }
  .c-about__flex-right {
    width: calc(50% - 16px);
    margin: 0;
    padding: 0;
  }
  .c-about__movie {
    background-color: rgba(30, 26, 26, 0.75);
    padding: 32px 36px;
  }
  .c-about__text {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .c-about__circle {
    display: flex;
    justify-content: center;
    gap: 64px;
    padding-top: 64px;
  }
  .c-about__circle-row, .c-about__circle-row.is-double {
    display: contents;
  }
  .c-about__circle-item {
    width: 200px;
    height: 200px;
    font-size: 2.4rem;
  }
  .c-about__description {
    font-size: 4rem;
  }
  .c-about__description span.u-text-orange {
    font-size: 6.4rem;
  }
  .c-about__subbox {
    padding-inline: 8px;
    margin-top: 0;
    padding-top: 212px;
    padding-bottom: 88px;
  }
  .c-about__subbox::before {
    width: 100%;
    height: 100px;
  }
  .c-about__subbox::after {
    top: 72px;
    height: 100px;
    width: 80%;
  }
  .c-about__subbox-inner {
    max-width: 1024px;
    margin-inline: auto;
    padding-bottom: 0;
  }
  .c-about__subbox-title {
    padding-block: 24px;
    font-size: 4.8rem;
    margin: 0 0 64px;
  }
  .c-about__subbox-text {
    font-size: 3.6rem;
    line-height: 2;
  }
  .c-about__button {
    max-width: 390px;
    margin: 48px auto 0;
  }
}
@media only screen and (min-width: 993px) {
  .c-about__text {
    font-size: 2rem;
    line-height: 1.3;
  }
  .c-about__flex {
    gap: 32px;
  }
  .c-about__flex-left {
    width: 50%;
    padding-left: 0;
  }
  .c-about__flex-right {
    width: calc(50% - 32px);
  }
  .c-about__circle-item {
    font-size: 3.6rem;
    width: 262px;
    height: 262px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-feature__title {
    width: calc(100% + 100px);
    margin-inline: -50px;
  }
}
.c-trouble {
  position: relative;
  overflow-x: hidden;
  margin-top: 40px;
  margin-inline: -20px;
}
.c-trouble::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #EDEDED;
  width: 100%;
  height: 30px;
}
.c-trouble::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #EDEDED;
  height: 48px;
  width: 72vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-trouble__title {
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.c-trouble__inner {
  background-image: url(../img/lp/trouble_bg@sp.png);
  background-position: top center;
  background-size: cover;
  position: relative;
  padding-top: 120px;
}
.c-trouble__voice {
  padding-inline: 40px;
}
.c-trouble__voice-box {
  background-image: url(../img/lp/trouble01@sp.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  color: #333;
  padding: 0;
  height: 220px;
  width: 300px;
  margin-inline: auto;
  position: relative;
}
.c-trouble__voice-outline {
  width: 190px;
  position: absolute;
  top: 44px;
  left: 40px;
}
.c-trouble__voice-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 8px;
}
.c-trouble__voice-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-trouble__voice--3 {
  margin-top: -20px;
  padding-inline: 20px;
}
.c-trouble__voice--3 .c-trouble__voice-box {
  background-image: url(../img/lp/trouble03@sp.png);
  padding: 0;
  background-size: auto 280px;
  height: 280px;
}
.c-trouble__voice--3 .c-trouble__voice-outline {
  top: 72px;
  left: 72px;
}
.c-trouble__voice--3 .c-trouble__voice-title {
  margin: 0 20px 8px 0;
}
.c-trouble__arrow {
  position: relative;
  overflow-x: hidden;
  margin-top: 0;
  height: 100px;
}
.c-trouble__arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #EDEDED;
  width: 100%;
  height: 30px;
}
.c-trouble__arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #EDEDED;
  height: 48px;
  width: 72vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media only screen and (max-width: 767px) {
  .c-trouble {
    padding-top: 30px;
    margin-top: 48px;
  }
  .c-trouble__title {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    margin-inline: auto;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .c-trouble {
    margin-top: 0;
    padding-top: 212px;
    margin-inline: 0;
  }
  .c-trouble::before {
    width: 100%;
    height: 100px;
  }
  .c-trouble::after {
    top: 72px;
    height: 100px;
    width: 80%;
  }
  .c-trouble__title {
    font-size: 5.6rem;
    margin: 0 0 24px;
  }
  .c-trouble__inner {
    background-image: url(../img/lp/trouble_bg@pc.png);
    padding-top: 280px;
  }
  .c-trouble__arrow {
    position: relative;
    overflow-x: hidden;
    margin-top: 0;
    height: 180px;
  }
  .c-trouble__arrow::before {
    width: 100%;
    height: 100px;
  }
  .c-trouble__arrow::after {
    top: 72px;
    height: 100px;
    width: 80%;
  }
  .c-trouble__voice {
    position: absolute;
    padding-inline: 0;
  }
  .c-trouble__voice-box {
    padding: 0;
  }
  .c-trouble__voice-outline {
    width: 220px;
    margin-inline: auto;
  }
  .c-trouble__voice-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .c-trouble__voice-text {
    font-size: 1.3rem;
  }
  .c-trouble__voice--1 {
    top: 40px;
    right: 0;
  }
  .c-trouble__voice--1 .c-trouble__voice-box {
    width: 380px;
    height: 320px;
    background-image: url(../img/lp/trouble01@pc.png);
  }
  .c-trouble__voice--1 .c-trouble__voice-outline {
    position: absolute;
    top: 74px;
    left: 104px;
  }
  .c-trouble__voice--2 {
    top: -30px;
    left: -8px;
    margin-top: 0;
  }
  .c-trouble__voice--2 .c-trouble__voice-box {
    width: 400px;
    height: 400px;
    background-image: url(../img/lp/trouble02@pc.png);
    padding: 0;
  }
  .c-trouble__voice--2 .c-trouble__voice-outline {
    position: absolute;
    top: 100px;
    left: 104px;
  }
  .c-trouble__voice--3 {
    bottom: 20px;
    right: 20px;
    margin-top: 0;
  }
  .c-trouble__voice--3 .c-trouble__voice-box {
    width: 320px;
    height: 320px;
    background-image: url(../img/lp/trouble03@pc.png);
    padding: 0;
    background-size: contain;
  }
  .c-trouble__voice--3 .c-trouble__voice-outline {
    position: absolute;
    top: 90px;
    left: 72px;
  }
}
@media only screen and (min-width: 993px) {
  .c-trouble__title {
    font-size: 6.4rem;
  }
  .c-trouble__voice-outline {
    width: 265px;
  }
  .c-trouble__voice-title {
    font-size: 2rem;
  }
  .c-trouble__voice-text {
    font-size: 1.4rem;
  }
  .c-trouble__voice--1 {
    top: 40px;
    right: 0;
  }
  .c-trouble__voice--1 .c-trouble__voice-box {
    width: 448px;
    height: 400px;
  }
  .c-trouble__voice--1 .c-trouble__voice-outline {
    position: absolute;
    top: 84px;
    left: 108px;
  }
  .c-trouble__voice--2 {
    top: 30px;
    left: -28px;
    margin-top: 0;
  }
  .c-trouble__voice--2 .c-trouble__voice-box {
    width: 480px;
    height: 480px;
    padding: 0;
  }
  .c-trouble__voice--2 .c-trouble__voice-outline {
    position: absolute;
    top: 124px;
    left: 108px;
  }
  .c-trouble__voice--3 {
    bottom: 50px;
    right: 70px;
    margin-top: 0;
  }
  .c-trouble__voice--3 .c-trouble__voice-box {
    width: 400px;
    height: 380px;
    padding: 0;
    background-size: contain;
  }
  .c-trouble__voice--3 .c-trouble__voice-outline {
    position: absolute;
    top: 130px;
    left: 72px;
  }
}
.c-solve {
  color: #1E1A1A;
  padding-top: 40px;
  padding-bottom: 60px;
}
.c-solve__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.c-solve__text + .c-solve__text {
  margin-top: 48px;
}
.c-solve__text-large {
  font-size: 2.6rem;
}
.c-solve__text-xlarge {
  font-size: 3.2rem;
}
.c-solve__text-xlarge .u-dot-top::before {
  width: 8px;
  height: 8px;
  background-color: rgba(212, 82, 71, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 768px) {
  .c-solve__text {
    font-size: 3.6rem;
  }
  .c-solve__text-large {
    font-size: 4.8rem;
  }
  .c-solve__text-xlarge {
    font-size: 6.4rem;
  }
  .c-solve__text-xlarge .u-dot-top::before {
    width: 20px;
    height: 20px;
  }
}
.c-reason__title {
  background: rgba(49, 82, 165, 0.85);
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 16px;
  padding-block: 8px;
}
.c-reason__title span {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
}
.c-reason__inner {
  padding-inline: 12px;
  padding-top: 24px;
}
.c-reason__item {
  background-image: url(../img/lp/reason_bg@sp@2x.png);
  background-position: top center;
  background-size: cover;
  color: #333;
  padding: 24px;
}
.c-reason__item + .c-reason__item {
  margin-top: 32px;
}
.c-reason__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 24px;
}
.c-reason__item-image {
  margin-bottom: 24px;
  text-align: center;
}
.c-reason__item-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-reason__description {
  margin-top: 60px;
  padding-top: 100px;
  position: relative;
}
.c-reason__description::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  right: 0;
  margin: auto;
  background-color: #EDEDED;
  width: calc(100% + 64px);
  height: 30px;
}
.c-reason__description::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #EDEDED;
  height: 48px;
  width: 72vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-reason__message {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.c-reason__message-large {
  font-size: 2.6rem;
}
.c-reason__message:nth-child(2) {
  margin-top: 60px;
}
.c-reason__message:nth-child(3) {
  margin-top: 20px;
  line-height: 2;
  padding-bottom: 20px;
}
.c-reason__button {
  width: 80%;
  max-width: 210px;
  margin: 64px auto 0;
}
.c-reason__soft {
  color: #1E1A1A;
  max-width: 780px;
  margin: 40px auto 0;
}
.c-reason__soft-title {
  font-size: 2.4rem;
  text-align: center;
  padding-inline: 12px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 20px 0 0;
}
.c-reason__soft-title::before, .c-reason__soft-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #1E1A1A;
}
.c-reason__soft-list {
  margin: 20px 0 0;
  padding: 0 0 0 16px;
}
.c-reason__soft-list li {
  font-size: 1.8rem;
  padding: 0 0 0 20px;
  margin: 0;
  position: relative;
}
.c-reason__soft-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.c-reason__soft-text {
  font-size: 1.4rem;
  margin: 12px 0 0;
  padding-left: 16px;
}

@media only screen and (min-width: 768px) {
  .c-reason {
    max-width: 1024px;
    margin-inline: auto;
    padding-bottom: 0;
  }
  .c-reason__title {
    font-size: 4.8rem;
  }
  .c-reason__title span {
    font-size: 8rem;
  }
  .c-reason__inner {
    padding-inline: 0;
    padding-top: 64px;
  }
  .c-reason__item {
    background-image: url(../img/lp/reason_bg@pc@2x.png);
    padding: 32px 20px 64px;
  }
  .c-reason__item + .c-reason__item {
    margin-top: 56px;
  }
  .c-reason__item-title {
    font-size: 3.6rem;
    margin-bottom: 32px;
  }
  .c-reason__item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-reason__item-image {
    width: 44%;
    padding-left: 40px;
    text-align: left;
  }
  .c-reason__item-text {
    font-size: 2.4rem;
    font-weight: 700;
    width: 56%;
    padding: 32px 36px 32px 44px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .c-reason__message {
    font-size: 3.6rem;
  }
  .c-reason__message-large {
    font-size: 4.8rem;
  }
  .c-reason__button {
    max-width: 390px;
    margin: 48px auto 0;
  }
  .c-reason__description {
    margin-top: 0;
    padding-top: 220px;
  }
  .c-reason__description::before {
    width: 100%;
    height: 100px;
  }
  .c-reason__description::after {
    top: 72px;
    height: 100px;
    width: 80%;
  }
  .c-reason__soft {
    margin-top: 56px;
  }
  .c-reason__soft-title {
    font-size: 4rem;
    padding-inline: 40px;
    gap: 40px;
  }
  .c-reason__soft-title::before, .c-reason__soft-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #1E1A1A;
  }
  .c-reason__soft-list {
    margin-top: 32px;
  }
  .c-reason__soft-list li {
    font-size: 3.6rem;
    padding: 0 0 0 40px;
  }
  .c-reason__soft-list li::before {
    border-left: 20px solid black;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
  .c-reason__soft-text {
    font-size: 2rem;
    margin: 20px 0 0;
  }
}
.c-plan {
  color: #333;
  padding: 60px 32px 80px;
}
.c-plan__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
}
.c-plan__title span.is-large {
  font-size: 3.2rem;
}
.c-plan__title span.is-small {
  display: block;
  font-size: 1.3rem;
}
.c-plan__item {
  font-family: "Inter", sans-serif;
}
.c-plan__item + .c-plan__item {
  margin-top: 40px;
}
.c-plan__item-title {
  background-color: #19294F;
  border-radius: 8px 8px 0 0;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 24px 20px;
  margin: 0;
}
.c-plan__item-box {
  background-color: #FFF;
  border-radius: 0 0 8px 8px;
  border: 1px solid #B9B9B9;
  padding: 32px;
  text-align: center;
}
.c-plan__item-price {
  font-size: 2.4rem;
  line-height: 1;
}
.c-plan__item-price span {
  font-size: 1.2rem;
  margin-top: 4px;
  display: block;
}
.c-plan__item-info {
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid #333;
}
.c-plan__item-info-title {
  background: #19294F;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  padding: 4px;
  margin: 0 0 28px !important;
}
.c-plan__item-text {
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
.c-plan__item-text span.is-large {
  font-size: 2.4rem;
}
.c-plan__item-text span.is-middle {
  font-size: 1.6rem;
}
.c-plan__item-text span.is-middle2 {
  font-size: 1.4rem;
}
.c-plan__item-text span.is-small {
  font-size: 1rem;
}
.c-plan__item--premium .c-plan__item-title {
  flex-direction: column;
}
.c-plan__item--premium .is-num {
  display: inline;
  color: #FF2D2D;
  font-size: 2rem;
}
.c-plan__item--premium .is-del {
  display: inline;
  text-decoration: line-through;
  color: #D9D9D9;
  margin-left: 8px;
}
.c-plan__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
.c-plan__list-item + .c-plan__list-item {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid;
}
.c-plan__list-item--premium .text-large2 {
  font-size: 2rem;
}
.c-plan__list-item--premium .is-num {
  color: #FF2D2D;
  font-size: 2.4rem;
}
.c-plan__list-item--premium .is-del {
  color: #D9D9D9;
  text-decoration: line-through;
  margin-left: 8px;
}
.c-plan__notes {
  font-family: "Inter", serif;
  margin: 30px 0 0;
  position: relative;
}
.c-plan__notes-title {
  display: inline-block;
  background: #1D2C52;
  color: #fff;
  font-size: 1.6rem;
  padding: 6px 16px;
  margin: 0;
  position: absolute;
  top: -16px;
  left: 0;
}
.c-plan__notes-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
  border: 1px solid #1E1A1A;
  padding: 20px 12px;
}
.c-plan__button {
  width: 80%;
  max-width: 210px;
  margin: 64px auto 0;
}
.c-plan__campaign {
  margin-top: 8px;
}
.c-plan__campaign-title {
  margin: 0 0 8px;
  font-size: 1.8rem;
  color: #FF2D2D;
}
.c-plan__campaign-text {
  font-size: 1.4rem;
  text-align: left;
}
.c-plan__campaign-text span {
  color: #FF2D2D;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .c-plan {
    padding-top: 120px;
  }
  .c-plan__title {
    font-size: 3.6rem;
  }
  .c-plan__title span.is-small {
    font-size: 2.4rem;
    display: inline;
  }
  .c-plan__table {
    max-width: 1024px;
    margin-inline: auto;
    border-collapse: collapse;
    margin-bottom: 12px;
  }
  .c-plan__table th {
    background: #19294F;
    border: 1px solid #b9b9b9;
    color: #FFF;
    font-family: "Inter", sans-serif;
    width: 25%;
    font-size: 2rem;
    text-align: center;
    vertical-align: middle;
    padding-block: 24px;
  }
  .c-plan__table td {
    background-color: #FFF;
    border: 1px solid #b9b9b9;
    font-family: "Inter", sans-serif;
    text-align: center;
    padding: 12px;
    vertical-align: middle;
  }
  .c-plan__table td.c-plan__table-label {
    font-size: 2.4rem;
    text-align: left;
  }
  .c-plan__table td span.text-xlarge {
    font-size: 3.2rem;
  }
  .c-plan__table td span.text-large {
    font-size: 2.4rem;
  }
  .c-plan__table td span.text-middle {
    font-size: 1.6rem;
  }
  .c-plan__table td span.text-small {
    font-size: 1.3rem;
    text-align: left;
    display: block;
  }
  .c-plan__table td span.text-xsmall {
    font-size: 1rem;
  }
  .c-plan__table td span.icon-x img {
    width: 48px;
    height: auto;
  }
  .c-plan__table--premium .text-large2 {
    font-size: 2.8rem;
  }
  .c-plan__table--premium .is-num {
    color: #FF2D2D;
    font-size: 3.2rem;
  }
  .c-plan__table--premium .is-del {
    color: #D9D9D9;
    text-decoration: line-through;
    margin-left: 8px;
  }
  .c-plan__notes {
    max-width: 1024px;
    margin-inline: auto;
    margin-top: 60px;
  }
  .c-plan__notes-title {
    font-size: 2.8rem;
    font-weight: 700;
    padding: 8px 40px;
    top: -24px;
  }
  .c-plan__notes-text {
    font-size: 2.4rem;
    font-weight: 700;
    padding: 40px;
  }
  .c-plan__inner {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    max-width: 1024px;
    margin-inline: auto;
  }
  .c-plan__item {
    flex: 1;
  }
  .c-plan__item + .c-plan__item {
    margin-top: 0;
  }
  .c-plan__item-title {
    padding: 60px 12px;
    font-size: 2.2rem;
  }
  .c-plan__item-box {
    padding: 60px 20px;
  }
  .c-plan__item-price {
    font-size: 3.6rem;
  }
  .c-plan__item-price span {
    font-size: 1.5rem;
  }
  .c-plan__item-info {
    padding-top: 60px;
    margin-top: 48px;
  }
  .c-plan__item-info-title {
    font-size: 2.4rem;
    padding: 8px;
  }
  .c-plan__item-info-title + .c-plan__item-price {
    font-size: 3.2rem;
  }
  .c-plan__item--premium .is-num {
    font-size: 3.2rem;
  }
  .c-plan__item--premium .is-del {
    margin-left: 12px;
  }
  .c-plan__button {
    max-width: 390px;
    margin: 160px auto 0;
  }
}
@media only screen and (min-width: 993px) {
  .c-plan__item-title {
    padding: 70px 20px;
    font-size: 2.8rem;
  }
  .c-plan__item-box {
    padding: 96px 32px;
  }
  .c-plan__item-info {
    padding-top: 84px;
    margin-top: 64px;
  }
  .c-plan__item-info-title {
    font-size: 2.8rem;
  }
  .c-plan__campaign {
    margin-top: 0;
    text-align: left;
  }
  .c-plan__campaign-text {
    font-size: 1.4rem;
  }
}
.c-button__cart a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 100vh;
}
.c-button__cart a:hover {
  text-decoration: none;
  color: #fbfbfb;
}
.c-button__cart a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  border-radius: 100vh;
  -webkit-animation: btn_animation 3s ease-in-out infinite;
          animation: btn_animation 3s ease-in-out infinite;
}

.c-button__movie {
  border: 2px solid #132D63;
  border-radius: 100vh;
  margin: 32px auto 0;
}
.c-button__movie a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
  background: #fff;
  color: #132D63;
  border: 1px solid #132D63;
  padding: 4px;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.4s;
}
.c-button__movie a span {
  border: 1px solid #132D63;
  border-radius: 100vh;
  padding: 4px;
  width: 100%;
  text-align: center;
  transition: all 0.4s;
}
.c-button__movie a:hover {
  background: #132D63;
  color: #fff;
}
.c-button__movie a:hover span {
  border-color: #fff;
}

@media only screen and (min-width: 768px) {
  .c-button__movie {
    border: 4px solid #132D63;
    margin: 64px auto 0;
  }
  .c-button__movie a {
    font-size: 4rem;
  }
}
.u-text-border {
  background: linear-gradient(to bottom, transparent 60%, rgba(49, 82, 165, 0.5) 60%);
}

.u-text-border--orange {
  background: linear-gradient(to bottom, transparent 60%, rgba(212, 82, 71, 0.5) 60%);
}

.u-text-border--blue {
  background: linear-gradient(to bottom, transparent 70%, rgba(49, 82, 165, 0.5) 70%);
}

.u-dot-top {
  position: relative;
  display: inline-block;
  padding-top: 4px;
}
.u-dot-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #D45247;
  border-radius: 50%;
}

.u-text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.u-text-orange {
  color: #D45247;
}

.u-text-navy {
  color: #19294F;
}

.u-hide-sp {
  display: none;
}

.u-hide-pc {
  display: block;
}

@media only screen and (min-width: 768px) {
  .u-dot-top::before {
    width: 8px;
    height: 8px;
  }
  .u-hide-sp {
    display: block;
  }
  .u-hide-pc {
    display: none;
  }
}
.c-loadmap {
  font-family: "Noto Serif JP", serif;
  margin-top: 60px;
}
.c-loadmap__inner {
  max-width: 1072px;
  margin-inline: auto;
  padding-bottom: 0;
  padding-inline: 24px;
}
.c-loadmap__title {
  background: #132D63;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 16px;
  padding-block: 8px;
}
.c-loadmap__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #D45247;
  text-align: center;
  margin-bottom: 20px !important;
}
.c-loadmap__heading span {
  font-size: 3.2rem;
}
.c-loadmap__description {
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 32px !important;
}
.c-loadmap__catch {
  color: #333;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 32px !important;
}
.c-loadmap__table {
  table-layout: fixed;
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  border-collapse: collapse;
  border: 0;
}
.c-loadmap__table tr {
  position: relative;
}
.c-loadmap__table tr::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 97%;
  background: #FFF;
  bottom: 0;
  height: 1px;
  content: "";
}
.c-loadmap__table th {
  border: 0;
  border-radius: 100vh 0 0 100vh;
  width: 60px;
  height: 40px;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
}
.c-loadmap__table th span {
  border-radius: 100vh;
  font-size: 1.4rem;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-loadmap__table td {
  border: 0;
  color: #333;
  vertical-align: middle;
  font-size: 1.4rem;
  width: 100%;
}
.c-loadmap__table td.td-title {
  padding-left: 8px;
  text-align: right;
  width: 80px;
}
.c-loadmap__table td.td-time {
  text-align: right;
  padding-inline: 12px;
  width: 52px;
  font-size: 1.2rem;
}
.c-loadmap__table .is-movie th {
  background: rgba(49, 82, 165, 0.35);
}
.c-loadmap__table .is-movie th span {
  background: #132D63;
  color: #fff;
}
.c-loadmap__table .is-movie td {
  background: rgba(49, 82, 165, 0.35);
}
.c-loadmap__table .is-action th {
  background: rgba(49, 82, 165, 0.15);
}
.c-loadmap__table .is-action th span {
  background: #627BAD;
  color: #fff;
}
.c-loadmap__table .is-action td {
  background: rgba(49, 82, 165, 0.15);
}
.c-loadmap__table .is-review th {
  background: rgba(84, 99, 134, 0.35);
}
.c-loadmap__table .is-review th span {
  background: #234CA0;
  color: #fff;
}
.c-loadmap__table .is-review td {
  background: rgba(84, 99, 134, 0.35);
  padding-left: 4px;
}
.c-loadmap__subtitle {
  color: #D45247;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}
.c-loadmap__subtitle p + p {
  margin-top: 20px;
}
.c-loadmap__card {
  background: #EEFAFF;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 40px 24px;
  max-width: 980px;
  margin: 40px auto 0;
}
.c-loadmap__text2 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-loadmap__title {
    font-size: 4.8rem;
    padding-block: 24px;
    margin-bottom: 64px;
  }
  .c-loadmap__heading {
    font-size: 4.8rem;
    margin-bottom: 40px !important;
  }
  .c-loadmap__heading span {
    font-size: 6rem;
  }
  .c-loadmap__description {
    font-size: 3.2rem;
    margin-bottom: 64px !important;
  }
  .c-loadmap__catch {
    font-size: 4rem;
    margin-bottom: 40px !important;
  }
  .c-loadmap__table {
    margin-bottom: 80px;
  }
  .c-loadmap__table tr::after {
    height: 1px;
  }
  .c-loadmap__table th {
    width: 170px;
    height: 80px;
  }
  .c-loadmap__table th span {
    font-size: 3rem;
    padding: 12px;
    height: 100%;
  }
  .c-loadmap__table td {
    font-size: 2.8rem;
  }
  .c-loadmap__table td.td-title {
    padding-left: 20px;
    width: 180px;
  }
  .c-loadmap__table td.td-time {
    width: 80px;
    font-size: 2.4rem;
  }
  .c-loadmap__table .is-review td {
    padding-left: 20px;
  }
  .c-loadmap__subtitle {
    font-size: 4.8rem;
  }
  .c-loadmap__card {
    font-size: 3rem;
    padding: 100px 80px;
    margin: 60px auto 0;
  }
  .c-loadmap__text2 {
    font-size: 3.2rem;
    margin-top: 60px;
  }
}
.c-point {
  color: #333;
  margin-top: 60px;
  margin-bottom: 80px;
}
.c-point__title {
  color: #D45247;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
}
.c-point__article {
  background: #F2D1CF;
  max-width: 980px;
  margin-inline: auto;
  position: relative;
  padding: 42px 20px 24px;
}
.c-point__article + .c-point__article {
  margin-top: 24px;
}
.c-point__article-num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #fff;
  background: #D45247;
  width: 104px;
  padding: 0px 8px 4px 8px;
  border-radius: 0 0 48px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
.c-point__article-num span {
  font-size: 3rem;
  margin-left: 8px;
}
.c-point__article-title {
  background: #fff;
  color: #1D2C52;
  padding: 8px 12px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 12px;
}
.c-point__article-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .c-point {
    margin-bottom: 120px;
  }
  .c-point__title {
    font-size: 4.8rem;
    margin-top: 120px;
    margin-bottom: 60px;
  }
  .c-point__article {
    padding: 80px 60px;
  }
  .c-point__article + .c-point__article {
    margin-top: 60px;
  }
  .c-point__article-num {
    width: 214px;
    padding: 10px 12px 12px 32px;
    border-radius: 0 0 72px 0;
    font-size: 3.6rem;
  }
  .c-point__article-num span {
    font-size: 4.8rem;
    margin-left: 12px;
  }
  .c-point__article-title {
    padding: 16px 24px;
    font-size: 3.6rem;
    margin: 0 0 32px;
  }
  .c-point__article-text {
    font-size: 2.2rem;
  }
}