/* Reset default styles */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* Document */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Lists */
ul,
ol {
  list-style: none;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Images */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/* Forms */
input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}

button {
  cursor: pointer;
}

/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
::-moz-selection {
  color: #FFFDF7;
  background-color: #333;
}
::selection {
  color: #FFFDF7;
  background-color: #333;
}

a,
button {
  transition-duration: 0.3s;
}
a:hover,
button:hover {
  transition-duration: 0.5s;
}

.c-body {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 3840px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  color: #333;
  letter-spacing: 0.1em;
  background-color: #FFFDF7;
}
.c-body__is-noscroll {
  height: 100%;
  overflow: hidden;
}

.c-inner {
  width: 100%;
  border-inline: 4px solid #333;
}

.c-pc__inline {
  display: inline;
}
@media screen and (max-width: 750px) {
  .c-pc__inline {
    display: none;
  }
}

.c-sp__inline {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-sp__inline {
    display: inline;
  }
}

.c-main {
  padding-top: 3.646vw;
}
@media screen and (max-width: 750px) {
  .c-main {
    padding-top: 0;
  }
}

.c-mv__wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 3.646vw);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-mv__wrap {
    height: calc(100vh - 14.667vw);
    margin-top: calc(14.667vw - 3px);
  }
}
.c-mv__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 30.208vw;
  height: 30.208vw;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.c-mv__cont__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  text-align: center;
  transform: translate(-50%, -50%);
}
.c-mv__engtitle {
  font-size: 9.896vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-mv__engtitle {
    font-size: 14.667vw;
  }
}
.c-mv__title {
  font-size: 1.458vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-mv__title {
    font-size: 4.267vw;
    white-space: nowrap;
  }
}

.c-sec__inner {
  padding-inline: 2.917vw;
}
@media screen and (max-width: 750px) {
  .c-sec__inner {
    padding-inline: 5.333vw;
  }
}
.c-sec__loop {
  display: flex;
}
.c-sec__loop__title {
  flex: 0 0 auto;
  font-size: 6.771vw;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .c-sec__loop__title {
    font-size: 14.667vw;
  }
}
.c-sec__loop__title:nth-child(odd) {
  animation: loop01 20s -10s linear infinite;
}
.c-sec__loop__title:nth-child(even) {
  animation: loop02 20s linear infinite;
}
.c-sec__loop__title__icon {
  width: 1.927vw;
  height: 1.667vw;
  margin-inline: 3.75vw;
}
@media screen and (max-width: 750px) {
  .c-sec__loop__title__icon {
    width: 4vw;
    height: 3.467vw;
    margin-inline: 9.6vw;
  }
}

.c-linktext {
  color: #6389de;
  text-decoration: underline;
}

.c-header {
  position: fixed;
  top: 0;
  z-index: 200;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 3840px;
  height: 3.646vw;
  overflow: hidden;
  background-color: #FFFDF7;
  border-top: 4px solid #333;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 750px) {
  .c-header {
    align-items: center;
    height: 14.667vw;
    padding-inline: 4vw;
    border-bottom: 1px solid #333;
  }
}
.c-header__logo {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 21%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .c-header__logo {
    width: 42vw;
    height: 6.267vw;
  }
}
.c-header__logo__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.625vw 0 0.625vw 2.083vw;
}
@media screen and (max-width: 750px) {
  .c-header__logo__link {
    padding: 0;
  }
}
@media screen and (min-width: 751px) {
  .c-header__logo__link:hover {
    background-color: #FFFAE6;
  }
}
.c-header__logo__link__image {
  width: 13.281vw;
}
@media screen and (max-width: 750px) {
  .c-header__logo__link__image {
    width: 42vw;
    height: 6.267vw;
  }
}
.c-header__logo__link__image > img {
  width: 100%;
  max-width: initial;
}
.c-header__nav {
  width: 79%;
}
@media screen and (max-width: 750px) {
  .c-header__nav {
    position: fixed;
    top: 14.667vw;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-inline: 2px solid #333;
    opacity: 0;
    transition: 0.4s;
  }
}
.c-header__nav__list {
  display: flex;
  align-items: stretch;
  justify-content: end;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .c-header__nav__list {
    flex-wrap: wrap;
    width: calc(100% - 2px);
    height: calc(100vh - 14.667vw - 4px);
    background-color: #FFFDF7;
  }
}
.c-header__nav__list__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.6666666667%;
  font-size: 1.25vw;
  font-weight: 700;
  text-align: center;
  border-left: 2px solid #333;
}
@media screen and (max-width: 750px) {
  .c-header__nav__list__btn {
    width: 100%;
    font-size: 9.333vw;
    border-top: 1px solid #CBCBCB;
  }
}
.c-header__nav__list__btn__is-top .c-header__nav__list__link::before {
  background-color: #FFE2E2;
}
.c-header__nav__list__btn__is-service .c-header__nav__list__link::before {
  background-color: #E5D6FF;
}
.c-header__nav__list__btn__is-service.p-is__current .c-header__nav__list__link {
  background-color: #E5D6FF;
}
.c-header__nav__list__btn__is-webproduction .c-header__nav__list__link::before {
  background-color: #E0FFF9;
}
.c-header__nav__list__btn__is-webproduction.p-is__current .c-header__nav__list__link {
  background-color: #E0FFF9;
}
.c-header__nav__list__btn__is-company .c-header__nav__list__link::before {
  background-color: #D5F2FF;
}
.c-header__nav__list__btn__is-company.p-is__current .c-header__nav__list__link {
  background-color: #D5F2FF;
}
.c-header__nav__list__btn__is-mvv .c-header__nav__list__link::before {
  background-color: #d9e8cb;
}
.c-header__nav__list__btn__is-mvv.p-is__current .c-header__nav__list__link {
  background-color: #d9e8cb;
}
@media screen and (max-width: 750px) {
  .c-header__nav__list__btn__is-contact {
    border-top: none;
  }
}
.c-header__nav__list__btn__is-contact a {
  background-color: #C6D6F9;
}
@media screen and (min-width: 751px) {
  .c-header__nav__list__btn__is-contact a:hover {
    color: #333;
    background-color: #D5F2FF;
  }
}
.c-header__nav__list__link {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-header__nav__list__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 0%;
  height: 100%;
  content: "";
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .c-header__nav__list__link:hover::before {
    width: 100%;
  }
}
.c-header__nav__is-active {
  height: calc(100vh - 14.667vw);
  border-bottom: 4px solid #333;
  opacity: 1;
}
.c-header__hamburger {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-header__hamburger {
    position: relative;
    z-index: 100;
    display: block;
    width: 8vw;
    height: 2.133vw;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
  }
}
.c-header__hamburger__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8vw;
  height: 2px;
  background-color: #333;
  transition: 0.4s;
  transform: translateY(-50%);
}
.c-header__hamburger__line:nth-child(1) {
  top: 0;
}
.c-header__hamburger__line:nth-child(2) {
  top: 100%;
}
.c-header__hamburger.c-header__humburger__is-active .c-header__hamburger__line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.c-header__hamburger.c-header__humburger__is-active .c-header__hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.c-footer {
  border-top: 3px solid #333;
}
.c-footer__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .c-footer__content {
    flex-direction: column-reverse;
  }
}
.c-footer__content-little {
  justify-content: space-between;
  border-top: 1px solid #333;
  border-bottom: 4px solid #333;
}
@media screen and (max-width: 750px) {
  .c-footer__content-little {
    flex-direction: column;
    align-items: initial;
  }
}
.c-footer__colpat01 {
  padding: 10.208vw 5.833vw;
}
@media screen and (max-width: 750px) {
  .c-footer__colpat01 {
    padding: 5.333vw 0;
  }
}
.c-footer__colpat01:nth-child(1) {
  width: 58%;
}
@media screen and (max-width: 750px) {
  .c-footer__colpat01:nth-child(1) {
    width: 100%;
    border-top: 1px solid #333;
  }
}
.c-footer__colpat01:nth-child(2) {
  width: 42%;
  border-left: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .c-footer__colpat01:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 100%;
    border-left: none;
  }
}
.c-footer__colpat02 {
  padding-block: 2.083vw;
}
@media screen and (max-width: 750px) {
  .c-footer__colpat02 {
    padding-block: 5.333vw;
  }
}
.c-footer__colpat02:nth-child(1) {
  padding-left: 5.208vw;
}
@media screen and (max-width: 750px) {
  .c-footer__colpat02:nth-child(1) {
    padding-inline: 5.333vw;
  }
}
.c-footer__colpat02:nth-child(2) {
  padding-right: 5.208vw;
}
@media screen and (max-width: 750px) {
  .c-footer__colpat02:nth-child(2) {
    padding-inline: 5.333vw;
    padding-top: 0;
  }
}
.c-footer__link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.25vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-footer__link__list {
    gap: 6.667vw;
    justify-content: left;
    padding-inline: 5.333vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .c-footer__link__list li:first-child {
    width: 100%;
  }
}
.c-footer__link__list a {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-inline: 0.208vw;
}
.c-footer__link__list a::before {
  position: absolute;
  bottom: -0.208vw;
  left: 0;
  z-index: -100;
  width: 0%;
  height: 0.156vw;
  content: "";
  transition: 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
@media screen and (min-width: 751px) {
  .c-footer__link__list a:hover::before {
    width: 100%;
    transform: scale(1, 1);
  }
}
.c-footer__link__list__is-top a::before {
  background-color: #FFE2E2;
}
.c-footer__link__list__is-service a::before {
  background-color: #E5D6FF;
}
.c-footer__link__list__is-webproduction a::before {
  background-color: #E0FFF9;
}
.c-footer__link__list__is-company a::before {
  background-color: #D5F2FF;
}
.c-footer__link__list__is-mvv a::before {
  background-color: #d9e8cb;
}
.c-footer__link__list__is-contact a::before {
  background-color: #C6D6F9;
}
.c-footer__blank img {
  margin-left: 0.625vw;
}
.c-footer__logo {
  width: 30.104vw;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .c-footer__logo {
    width: 77.067vw;
  }
}
.c-footer__logo a {
  display: block;
}
@media screen and (min-width: 751px) {
  .c-footer__logo a:hover {
    opacity: 0.6;
  }
}
.c-footer__logo img {
  width: 100%;
}
.c-footer__text__link {
  font-size: 1.094vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-footer__text__link {
    font-size: 2.667vw;
  }
}
.c-footer__text__link img {
  width: 1.094vw;
  margin-left: 0.625vw;
}
@media screen and (max-width: 750px) {
  .c-footer__text__link img {
    width: 3.467vw;
    margin-left: 1.6vw;
  }
}
@media screen and (min-width: 751px) {
  .c-footer__text__link a:hover {
    opacity: 0.6;
  }
}
.c-footer__text__copyright {
  font-size: 0.938vw;
}
@media screen and (max-width: 750px) {
  .c-footer__text__copyright {
    font-size: 3.067vw;
  }
}

@keyframes loop01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.c-sec__contact__titlewrap {
  position: sticky;
  top: 3.646vw;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-block: 1.25vw;
  background-color: #FFFDF7;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .c-sec__contact__titlewrap {
    display: block;
    padding-block: 4.267vw;
  }
}
.c-sec__contact__loop {
  overflow-x: hidden;
  color: #C6D6F9;
}
.c-sec__contact__title {
  font-size: 1.563vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-sec__contact__title {
    font-size: 4vw;
  }
}
.c-sec__contact__subtitle {
  font-size: 1.354vw;
}
@media screen and (max-width: 750px) {
  .c-sec__contact__subtitle {
    margin-top: 4.267vw;
    font-size: 3.467vw;
  }
}
.c-sec__contact__subtitle::before {
  margin-inline: 1em;
  content: "|";
}
@media screen and (max-width: 750px) {
  .c-sec__contact__subtitle::before {
    display: none;
  }
}

.c-form input[type=radio],
.c-form input[type=checkbox] {
  display: none;
}
.c-form input[type=text] {
  padding: 0.417vw;
  margin-left: -0.417vw;
}
.c-form__title {
  font-size: 1.458vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-form__title {
    font-size: 4vw;
  }
}
.c-form__required {
  margin-left: 1em;
  font-size: 1.354vw;
}
@media screen and (max-width: 750px) {
  .c-form__required {
    margin-left: 0.5em;
    font-size: 2.8vw;
  }
}
.c-form__list > li:not(:first-child) {
  border-top: 1px solid #333;
}
.c-form__list__item {
  display: flex;
  flex-wrap: wrap;
}
.c-form__list__item__title {
  display: flex;
  align-items: center;
  width: 36%;
  padding: 4.688vw 0 4.688vw 9.792vw;
}
@media screen and (max-width: 750px) {
  .c-form__list__item__title {
    width: 100%;
    padding: 7.467vw 5.333vw 0;
  }
}
.c-form__list__item__detail {
  display: flex;
  align-items: center;
  width: 64%;
  padding: 4.688vw 6.354vw;
  font-size: 1.563vw;
  border-left: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .c-form__list__item__detail {
    width: 100%;
    padding: 7.467vw 5.333vw;
    font-size: 4vw;
    border-left: none;
  }
}
.c-form__list__item__detail__wrap {
  position: relative;
  z-index: 0;
  width: 100%;
}
.c-form__list__item__detail__label {
  width: 100%;
  color: #888;
}
.c-form__list__item__detail__label:valid {
  color: #333;
}
.c-form__radiocontent {
  flex-wrap: wrap;
}
.c-form__radio {
  width: 100%;
  margin-top: 2.917vw;
}
.c-form__radio:first-child {
  margin-top: 0;
}
.c-form__radio__label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-form__radio__label::before {
  display: inline-block;
  width: 1.563vw;
  height: 1.563vw;
  margin-right: 0.625vw;
  content: "";
  border: solid 1px #333;
  border-radius: 0.208vw;
}
@media screen and (max-width: 750px) {
  .c-form__radio__label::before {
    width: 4vw;
    height: 4vw;
    margin-right: 2.667vw;
    border-radius: 0.533vw;
  }
}
.c-form__radio > input:checked + label {
  color: #333;
}
.c-form__radio > input:checked + label::before {
  background-color: #333;
  border: 1px solid #333;
}
.c-form__radio > input:checked + label::after {
  position: absolute;
  top: calc(50% - 0.365vw);
  left: 0.781vw;
  display: block;
  width: 1.146vw;
  height: 0.938vw;
  content: "";
  background: url("/assets/images/common/icon/icon_check.svg") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .c-form__radio > input:checked + label::after {
    left: 2vw;
    width: 2.667vw;
    height: 1.6vw;
  }
}
.c-form__check > input + label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-form__check > input + label::before {
  display: inline-block;
  width: 1.563vw;
  height: 1.563vw;
  margin-right: 0.625vw;
  content: "";
  border: solid 1px #333;
  border-radius: 0.208vw;
}
@media screen and (max-width: 750px) {
  .c-form__check > input + label::before {
    width: 4vw;
    height: 4vw;
    margin-right: 2.667vw;
    border-radius: 0.533vw;
  }
}
.c-form__check > input:checked + label {
  color: #333;
}
.c-form__check > input:checked + label::before {
  background-color: #333;
  border: 1px solid #333;
}
.c-form__check > input:checked + label::after {
  position: absolute;
  top: calc(50% - 0.365vw);
  left: 0.781vw;
  display: block;
  width: 1.146vw;
  height: 0.938vw;
  content: "";
  background: url("/assets/images/common/icon/icon_check.svg") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .c-form__check > input:checked + label::after {
    left: 2vw;
    width: 2.667vw;
    height: 1.6vw;
  }
}
.c-form__submit__title {
  font-size: 1.25vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-form__submit__title {
    position: relative;
    width: 100%;
    font-size: 4vw;
    text-align: left;
  }
  .c-form__submit__title::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.467vw;
    height: 1.6vw;
    content: "";
    background: url("/assets/images/common/icon/icon_arrow_right.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
  }
}
.c-form__submit__btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-block: 1.667vw;
  padding-inline: 9.375vw 4.167vw;
  color: #333;
  border-top: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .c-form__submit__btn {
    padding-block: 7.467vw;
    padding-inline: 5.333vw;
  }
}
.c-form__submit__btn::after {
  position: absolute;
  top: 50%;
  right: 2.917vw;
  width: 1.354vw;
  height: 0.625vw;
  content: "";
  background: url("/assets/images/common/icon/icon_arrow_right.svg") no-repeat center center;
  background-size: contain;
  transition-duration: 0.2s;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .c-form__submit__btn::after {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .c-form__submit__btn:hover {
    background-color: #D5F2FF;
  }
}
.c-form__submit__btn:hover::after {
  right: 2.5vw;
  transition-duration: 0.3s;
}
.c-form__submit__text {
  font-size: 1.354vw;
}
@media screen and (max-width: 750px) {
  .c-form__submit__text {
    margin-top: 4vw;
    font-size: 3.467vw;
    text-align: left;
  }
}
.c-form__submit__text > a {
  color: #4838F9;
  text-decoration: underline;
}
.c-form__submit__text::before {
  margin-inline: 1em;
  content: "|";
}
@media screen and (max-width: 750px) {
  .c-form__submit__text::before {
    display: none;
  }
}
.c-form__error {
  position: absolute;
  bottom: -2.083vw;
  font-size: 1.146vw;
  color: #e73d3d;
}
@media screen and (max-width: 750px) {
  .c-form__error {
    bottom: -5.333vw;
    font-size: 2.933vw;
  }
}

.c-sec {
  border-top: 3px solid #333;
}

.p-mv__web-production__cont {
  width: 34.844vw;
  height: 31.146vw;
  white-space: nowrap;
  background: url("/assets/images/pages/web-production/mv_bg.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .p-mv__web-production__cont {
    width: 89.2vw;
    height: 79.733vw;
  }
}
@media screen and (max-width: 750px) {
  .p-mv__web-production__engtitle {
    font-size: 8.533vw;
  }
}

.p-sec__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-sec__wrap__col {
  padding-block: 9.375vw;
}
@media screen and (max-width: 750px) {
  .p-sec__wrap__col {
    padding-block: 5.333vw;
  }
}
.p-sec__wrap__col:nth-child(1) {
  width: 41%;
  padding-inline: 3.333vw;
  border-right: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-sec__wrap__col:nth-child(1) {
    width: 100%;
    padding-inline: 5.333vw;
    border-right: none;
  }
}
.p-sec__wrap__col:nth-child(2) {
  position: sticky;
  top: 0;
  width: 59%;
  padding-inline: 8.854vw;
}
@media screen and (max-width: 750px) {
  .p-sec__wrap__col:nth-child(2) {
    width: 100%;
    padding: 8.533vw 5.333vw;
    border-top: 1px solid #333;
  }
}
.p-sec__engtitle {
  font-size: 4.063vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-sec__engtitle {
    font-size: 10.667vw;
  }
}
.p-sec__engtitle img {
  width: 1.146vw;
  height: 1.042vw;
  margin-right: 1.354vw;
}
@media screen and (max-width: 750px) {
  .p-sec__engtitle img {
    width: 2.933vw;
    height: 2.667vw;
  }
}
.p-sec__jptitle {
  padding-left: 2.5vw;
  margin-top: 2.083vw;
  font-size: 1.667vw;
}
@media screen and (max-width: 750px) {
  .p-sec__jptitle {
    padding-left: 4.267vw;
    margin-top: 5.333vw;
    font-size: 4.267vw;
  }
}
.p-sec__subtitle {
  font-size: 1.875vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-sec__subtitle {
    font-size: 3.733vw;
  }
}
.p-sec__subtitle + .p-sec__text {
  margin-top: 3.333vw;
}
@media screen and (max-width: 750px) {
  .p-sec__subtitle + .p-sec__text {
    padding-block: 0;
    margin-top: 5.333vw;
  }
}
.p-sec__text {
  margin-block: 2em 8.333vw;
  font-size: 1.354vw;
  font-feature-settings: normal;
}
@media screen and (max-width: 750px) {
  .p-sec__text {
    padding-block: 8.533vw;
    margin-block: 0;
    font-size: 3.2vw;
  }
}
.p-sec__image {
  width: 100%;
  margin-top: 3.333vw;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .p-sec__image {
    margin-top: 8.533vw;
  }
}
.p-sec__recommend__list {
  display: flex;
  flex-wrap: wrap;
}
.p-sec__recommend__list:not(:first-child) {
  border-top: 1px solid #333;
}
.p-sec__recommend__list__title {
  width: 41%;
  padding: 2.5vw;
  font-size: 1.458vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-sec__recommend__list__title {
    width: 100%;
    padding: 8.533vw 5.333vw 0;
    font-size: 3.467vw;
  }
}
.p-sec__recommend__list__detail {
  width: 59%;
  padding: 2.5vw 8.333vw;
  font-size: 1.458vw;
  border-left: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-sec__recommend__list__detail {
    width: 100%;
    padding: 4.267vw 5.333vw 8.533vw;
    font-size: 3.2vw;
    border-left: none;
  }
}
.p-sec__flow__arrowarea {
  width: 100%;
  height: 4.167vw;
  border-top: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-sec__flow__arrowarea {
    height: 10.667vw;
  }
}
.p-sec__flow__list {
  counter-reset: listnum;
}
.p-sec__flow__list__item {
  min-height: 29.167vw;
  border-left: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-sec__flow__list__item {
    min-height: initial;
    border-left: none;
  }
}
.p-sec__flow__list__title {
  position: relative;
  z-index: 0;
  padding-block: 2.917vw;
  font-size: 1.302vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-sec__flow__list__title {
    padding: 8.533vw 5.333vw 0;
    font-size: 3.467vw;
    text-align: left;
  }
}
.p-sec__flow__list__title::before {
  content: counter(listnum) ".";
  counter-increment: listnum;
}
.p-sec__flow__list__title::after {
  position: absolute;
  top: 50%;
  right: -0.677vw;
  z-index: 0;
  width: 1.354vw;
  height: 0.625vw;
  content: "";
  background: url("/assets/images/common/icon/icon_arrow_right.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .p-sec__flow__list__title::after {
    display: none;
  }
}
.p-sec__flow__list__text {
  padding: 3.75vw 1.875vw 2.5vw;
  font-size: 1.146vw;
  border-top: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-sec__flow__list__text {
    padding: 4.267vw 5.333vw 8.533vw;
    font-size: 3.2vw;
    border-top: none;
  }
}
.p-sec__flow__list__text__anno {
  display: inline-block;
  margin-top: 1.25vw;
  font-size: 0.833vw;
}
@media screen and (max-width: 750px) {
  .p-sec__flow__list__text__anno {
    margin-top: 3.2vw;
    font-size: 2.667vw;
  }
}
.p-sec__flow__list__arrow {
  position: absolute;
  bottom: -2.292vw;
  z-index: 0;
  width: 1.354vw;
  height: 0.625vw;
}
@media screen and (max-width: 750px) {
  .p-sec__flow__list__arrow {
    bottom: calc(0px - 7.2vw);
    width: 3.467vw;
    height: 1.6vw;
    transform: translateY(-50%);
  }
}
.p-sec__flow__list__arrow img {
  display: block;
  width: 100%;
}
.p-sec__flow__list__prev {
  right: 8.125vw;
}
@media screen and (max-width: 750px) {
  .p-sec__flow__list__prev {
    right: 13.067vw;
  }
}
@media screen and (min-width: 751px) {
  .p-sec__flow__list__prev:hover {
    right: 8.333vw;
    transition-duration: 0.3s;
  }
}
.p-sec__flow__list__next {
  right: 2.917vw;
}
@media screen and (min-width: 751px) {
  .p-sec__flow__list__next:hover {
    right: 2.708vw;
    transition-duration: 0.3s;
  }
}
.p-sec__flow__list .slick-slide:last-child .p-sec__flow__list__title::after {
  display: none;
}
.p-sec__plan__contents {
  display: block;
}
.p-sec__plan__contents__menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-sec__plan__contents__menu__title {
  font-size: 1.563vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-sec__plan__contents__menu__title {
    font-size: 3.2vw;
  }
}
.p-sec__plan__contents__menu__subtitle {
  margin-top: 1.667vw;
}
@media screen and (max-width: 750px) {
  .p-sec__plan__contents__menu__subtitle {
    margin-top: 2.133vw;
    line-height: normal;
  }
}
.p-sec__plan__contents__menu__subtitle__volume {
  font-size: 1.563vw;
}
@media screen and (max-width: 750px) {
  .p-sec__plan__contents__menu__subtitle__volume {
    font-size: 3.2vw;
  }
}
.p-sec__plan__contents__menu__subtitle__price {
  font-size: 1.563vw;
  color: #888;
}
@media screen and (max-width: 750px) {
  .p-sec__plan__contents__menu__subtitle__price {
    font-size: 3.2vw;
  }
}
.p-sec__plan__contents__menu__subtitle__price::before {
  margin-inline: 0.5em;
  content: "|";
}
@media screen and (max-width: 750px) {
  .p-sec__plan__contents__menu__subtitle__price::before {
    display: none;
  }
}
.p-sec__plan__contents__menu__text {
  font-size: 1.146vw;
}
@media screen and (max-width: 750px) {
  .p-sec__plan__contents__menu__text {
    display: none;
  }
}
.p-sec__plan__contents__menu__item {
  width: calc((100% - 25vw) / 3);
  padding: 2.083vw 1.042vw;
  font-weight: 400;
  border-left: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-sec__plan__contents__menu__item {
    padding: 2.667vw 1.067vw;
  }
}
.p-sec__plan__contents__menu__item:first-child {
  width: 25vw;
  border-left: none;
}
.p-sec__plan__contents__detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-sec__plan__contents__detail:not(:first-child) {
  border-top: 1px solid #333;
}
.p-sec__plan__contents__detail:nth-child(2n-1) {
  background-color: #F2F0EA;
}
.p-sec__plan__contents__detail__item {
  width: calc((100% - 25vw) / 3);
  padding: 1.667vw 1.042vw;
  font-size: 1.25vw;
  text-align: center;
  border-left: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-sec__plan__contents__detail__item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
  }
}
.p-sec__plan__contents__detail__item:first-child {
  width: 25vw;
  padding-inline: 2.5vw;
  font-weight: 700;
  text-align: left;
  border-left: none;
}
@media screen and (max-width: 750px) {
  .p-sec__plan__contents__detail__item:first-child {
    padding: 2.667vw 1.067vw;
    text-align: center;
  }
}
.p-sec__plan__head, .p-sec__plan__body {
  display: block;
  width: 100%;
}
.p-sec__plan__head {
  position: sticky;
  top: 3.646vw;
  z-index: 100;
  background-color: #FFFDF7;
  border-bottom: 1px solid #333;
}
.p-sec__faq__list__q-head {
  font-size: 1.563vw;
  color: #888;
}
@media screen and (max-width: 750px) {
  .p-sec__faq__list__q-head {
    font-size: 5.333vw;
  }
}
.p-sec__faq__list__a-head {
  font-size: 1.563vw;
}
@media screen and (max-width: 750px) {
  .p-sec__faq__list__a-head {
    font-size: 5.333vw;
  }
}
.p-sec__faq__list__item {
  padding-block: 2.5vw;
  border-top: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-sec__faq__list__item {
    padding-block: 3.2vw 8.533vw;
  }
}
.p-sec__faq__list__item__wrap {
  display: flex;
  align-items: center;
  margin-top: 1.667vw;
}
@media screen and (max-width: 750px) {
  .p-sec__faq__list__item__wrap {
    align-items: flex-start;
    margin-top: 5.333vw;
  }
}
.p-sec__faq__list__question {
  margin-left: 8.021vw;
  font-size: 1.146vw;
}
@media screen and (max-width: 750px) {
  .p-sec__faq__list__question {
    font-size: 3.2vw;
  }
}
.p-sec__faq__list__answer {
  margin-left: 8.021vw;
  font-size: 1.146vw;
}
@media screen and (max-width: 750px) {
  .p-sec__faq__list__answer {
    font-size: 3.2vw;
  }
}

.p-secpat01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-secpat01__col:nth-child(1) {
  position: sticky;
  top: 0;
  width: 27%;
  padding: 4.167vw 2.917vw;
}
@media screen and (max-width: 750px) {
  .p-secpat01__col:nth-child(1) {
    display: none;
  }
}
.p-secpat01__col:nth-child(2) {
  width: 73%;
  border-left: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-secpat01__col:nth-child(2) {
    width: 100%;
  }
}
.p-secpat01__title {
  margin-top: 1.25vw;
  font-size: 1.042vw;
  font-weight: 700;
  color: #888;
}
.p-secpat01__title:first-child {
  margin-top: 0;
}
.p-secpat01__title.p-secpat01__is-active {
  color: #333;
}
.p-secpat01__list {
  padding: 4.167vw 8.333vw;
  border-top: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-secpat01__list {
    padding: 8.533vw 5.333vw;
  }
}
.p-secpat01__list:first-child {
  border-top: none;
}
.p-secpat01__list__title {
  font-size: 1.354vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-secpat01__list__title {
    font-size: 3.467vw;
  }
}
.p-secpat01__list__title__jp {
  display: none;
}
.p-secpat01__list__title__jp::before {
  margin-inline: 0.5em;
  color: #333;
  content: "|";
}
@media screen and (max-width: 750px) {
  .p-secpat01__list__title__jp {
    display: inline;
    font-size: 2.667vw;
    color: #888;
  }
}
.p-secpat01__list__detail {
  margin-top: 4.167vw;
  font-size: 1.354vw;
}
@media screen and (max-width: 750px) {
  .p-secpat01__list__detail {
    margin-top: 8.533vw;
    font-size: 2.933vw;
  }
}

.p-secpat02__engtitle {
  padding-block: 2.5vw;
  font-size: 4.167vw;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-secpat02__engtitle {
    font-size: 10.667vw;
  }
}
.p-secpat02__jptitle {
  position: sticky;
  top: 3.646vw;
  z-index: 100;
  padding-block: 1.25vw;
  font-size: 1.563vw;
  font-weight: 700;
  background-color: #F2F0EA;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .p-secpat02__jptitle {
    top: 14.667vw;
    padding-block: 3.2vw;
    font-size: 4vw;
  }
}/*# sourceMappingURL=index.css.map */