@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

/*
body {
  background-color: #f5f5f5;
  color: #333;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}
*/
.l-container {
  display: flex;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1126px;
  max-width: 70.375rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 580px;
    max-width: 36.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.l-main-content {
  flex: 1;
  /*overflow-x: clip;*/
  width: min(100%, 1172px);
  width: min(100%, 73.25rem);
}
@media screen and (max-width: 767px) {
  .l-main-content {
    width: 100%;
  }
}

.l-side-content {
  width: min(100%, 268px);
  width: min(100%, 16.75rem);
}
@media screen and (max-width: 767px) {
  .l-side-content {
    display: none;
  }
}

.c-title {
  color: #00aebb;
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title {
    display: flex;
    font-size: 24px;
    font-size: 1.5rem;
    justify-content: center;
    line-height: 1.4;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-title--nowrap {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .c-title--top {
    position: static;
    position: initial;
  }
}

.c-title::after {
  background-color: #00aebb;
  bottom: -8px;
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    bottom: -30px;
    bottom: -1.875rem;
    height: 4px;
    height: 0.25rem;
    left: 50%;
    translate: -50% 0;
    width: 80px;
    width: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title--top::after {
    display: none;
  }
}

.p-about-description {
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-description {
    flex-direction: column-reverse;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-about-description__box {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.p-about-description__heading {
  align-content: center;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
  color: #333;
  display: grid;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3333333333;
  padding: 24px;
  padding: 1.5rem;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-description__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-about-description__triangle {
  background: #fdd000;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  height: 18px;
  height: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-top: 1.75rem;
  width: 24px;
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-description__triangle {
    height: 30px;
    height: 1.875rem;
    width: 70px;
    width: 4.375rem;
  }
}

.p-about-description__target {
  color: #00aebb;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.8;
  margin-top: 25px;
  margin-top: 1.5625rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-description__target {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-about-description__target::after {
  background-color: #fdd000;
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-about-description__detail {
  align-items: center;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-description__detail {
    justify-content: center;
  }
}

.p-about-description__detail-label {
  align-content: center;
  background-color: #00aebb;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  height: 20px;
  height: 1.25rem;
  justify-content: center;
  line-height: 1.7142857143;
  place-content: center;
  width: 20px;
  width: 1.25rem;
}

.p-about-description__detail-link {
  -webkit-text-decoration: underline;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-about-description__detail-link {
    font-size: 16px;
    font-size: 1rem;
    justify-content: center;
  }
}

.p-about-description__img {
  display: block;
  max-width: 481px;
  max-width: 30.0625rem;
  width: 100%;
}

.p-about-description__img img {
  -o-object-fit: cover;
  aspect-ratio: 481/340;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-apply {
  padding-bottom: 124px;
  padding-bottom: 7.75rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-apply__img {
  display: block;
  max-width: 282px;
  max-width: 17.625rem;
  width: 100%;
}

.p-apply__img img {
  -o-object-fit: cover;
  aspect-ratio: 282/57;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-apply-mv__title {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-apply-mv__title {
    text-align: center;
  }
}

.p-apply-mv__title .c-title:last-child {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-apply-mv__title .c-title:last-child {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-apply-mv__text {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-apply-mv__text {
    line-height: 1.6;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-apply-mv__form {
  background-color: #fff;
  /*height: 938px;
  height: 58.625rem;*/
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-apply-mv__form {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-apply__heading {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-apply__content {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-apply__content + .p-apply__content {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-apply__read {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-apply__description {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-manual-index__title {
  color: #00aebb;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-manual-index__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-manual-index__block {
  background-color: #fff;
  border: 1px solid #00aebb;
  border: 0.0625rem solid #00aebb;
  border-radius: 0.3125rem;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 32px 24px 32px 72px;
  padding: 2rem 1.5rem 2rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual-index__block {
    padding: 20px;
    padding: 1.25rem;
  }
}

.p-manual-index__list {
  grid-gap: 23px 24px;
  display: grid;
  gap: 23px 24px;
  gap: 1.4375rem 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-manual-index__list {
    gap: 12px;
    gap: 0.75rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-manual-index__item:not(:nth-child(1)):not(:nth-child(5)) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-manual-index__item:not(:nth-child(1)):not(:nth-child(5)) {
    text-align: left;
  }
}

.p-manual-index__item:nth-child(2) {
  translate: -33px 0;
  translate: -2.0625rem 0;
}
@media screen and (max-width: 767px) {
  .p-manual-index__item:nth-child(2) {
    translate: initial;
  }
}

.p-manual-index__item:nth-child(3) {
  translate: -15px 0;
  translate: -0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .p-manual-index__item:nth-child(3) {
    translate: initial;
  }
}

.p-manual-index__item:nth-child(6) {
  translate: -33px 0;
  translate: -2.0625rem 0;
}
@media screen and (max-width: 767px) {
  .p-manual-index__item:nth-child(6) {
    translate: initial;
  }
}

.p-manual-index__item:nth-child(7) {
  translate: -15px 0;
  translate: -0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .p-manual-index__item:nth-child(7) {
    translate: initial;
  }
}

.p-manual-index__link {
  color: #00aebb;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-manual-index__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-manual-index__link::after {
  border-right: 1px solid #00aebb;
  border-top: 1px solid #00aebb;
  content: "";
  height: 7px;
  height: 0.4375rem;
  position: absolute;
  right: -10px;
  right: -0.625rem;
  rotate: 45deg;
  top: 56%;
  translate: 0 -50%;
  width: 7px;
  width: 0.4375rem;
}

.p-manual-section {
  margin-top: 79px;
  margin-top: 4.9375rem;
}

.p-manual-section:first-of-type {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section:first-of-type {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.p-manual-section--overview {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--overview {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-manual-section--screen {
  margin-top: 86px;
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--screen {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-manual-section--action {
  margin-top: 86px;
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--action {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-manual-section--turn-end {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--turn-end {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-manual-section--solution {
  margin-top: 86px;
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--solution {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-manual-section__title {
  color: #00aebb;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-manual-section__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-manual-section__text {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-manual-section__text:first-child {
  margin-top: 0;
}

.p-manual-section--access .p-manual-section__text:nth-of-type(2) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-manual-section--access .p-manual-section__text:nth-of-type(3) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-manual-section--screen .p-manual-section__text {
  margin-top: 0;
  margin-top: initial;
}

.p-manual-section--action .p-manual-section__text {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-manual-section__number-list + .p-manual-section__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__number-list + .p-manual-section__text {
    font-weight: 700;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.p-manual-section--turn-end .p-manual-section__title + .p-manual-section__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-manual-section__button {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-manual-section__link {
  background-color: #00aebb;
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 17px 40px;
  padding: 1.0625rem 2.5rem;
  text-align: center;
  width: 436px;
  width: 27.25rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__link {
    line-height: 1.2;
    width: 100%;
  }
}

.p-manual-section__under-link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-manual-section__img {
  display: block;
  max-width: 422px;
  max-width: 26.375rem;
  width: 100%;
}

.p-manual-section__img img {
  -o-object-fit: cover;
  aspect-ratio: 422/291;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-manual-section__sub-section {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__sub-section {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-manual-section__sub-section:first-of-type {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-manual-section--overview .p-manual-section__sub-section {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--overview .p-manual-section__sub-section {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.p-manual-section--screen .p-manual-section__sub-section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-manual-section--turn-end .p-manual-section__list + .p-manual-section__sub-section {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--turn-end .p-manual-section__list + .p-manual-section__sub-section {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-manual-section--turn-end .p-manual-section__list + .p-manual-section__sub-section + .p-manual-section__sub-section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-manual-section--turn-end .p-manual-section__list + .p-manual-section__sub-section + .p-manual-section__sub-section + .p-manual-section__sub-section {
  margin-top: 41px;
  margin-top: 2.5625rem;
}

.p-manual-section__sub-title {
  color: #2e2e2e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-manual-section__sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-manual-section__sub-title::before {
  background-color: #00aebb;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
  width: 0.25rem;
}

.p-manual-section__content {
  align-items: center;
  display: flex;
  gap: 44px;
  gap: 2.75rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__content {
    flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-manual-section--overview .p-manual-section__content {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--overview .p-manual-section__content {
    flex-direction: column-reverse;
    gap: 40px;
    gap: 2.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-manual-section--overview .p-manual-section__content + .p-manual-section__content {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--overview .p-manual-section__content + .p-manual-section__content {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.p-manual-section--overview .p-manual-section__sub-section .p-manual-section__content {
  margin-top: 0;
  margin-top: initial;
}
@media screen and (max-width: 767px) {
  .p-manual-section--overview .p-manual-section__sub-section .p-manual-section__content {
    display: flex;
    flex-direction: column;
    gap: initial;
  }
}

.p-manual-section--screen .p-manual-section__content {
  gap: 43px;
  gap: 2.6875rem;
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--screen .p-manual-section__content {
    flex-direction: column-reverse;
    gap: 40px;
    gap: 2.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-manual-section--screen .p-manual-section__content-text-box + .p-manual-section__content {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--screen .p-manual-section__content-text-box + .p-manual-section__content {
    flex-direction: column;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-manual-section--screen .p-manual-section__sub-section .p-manual-section__sub-title + .p-manual-section__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--screen .p-manual-section__sub-section .p-manual-section__sub-title + .p-manual-section__content {
    gap: 20px;
    gap: 1.25rem;
  }
}

.p-manual-section--screen .p-manual-section__sub-section .p-manual-section__content + .p-manual-section__content {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--screen .p-manual-section__sub-section .p-manual-section__content + .p-manual-section__content {
    gap: 20px;
    gap: 1.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-manual-section--overview .p-manual-section__sub-section .p-manual-section__sub-title + .p-manual-section__content {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--overview .p-manual-section__sub-section .p-manual-section__sub-title + .p-manual-section__content {
    flex-direction: column-reverse;
  }
}

.p-manual-section--action .p-manual-section__content {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--action .p-manual-section__content {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-manual-section--turn-end .p-manual-section__sub-title + .p-manual-section__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--turn-end .p-manual-section__sub-title + .p-manual-section__content {
    flex-direction: column-reverse;
  }
}

.p-manual-section--turn-end .p-manual-section__sub-title + .p-manual-section__content + .p-manual-section__content {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--turn-end .p-manual-section__sub-title + .p-manual-section__content + .p-manual-section__content {
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-manual-section__content-img-box {
    display: contents;
  }
}

.p-manual-section__content-text-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-manual-section__content-text-box {
    order: 2;
  }
}

.p-manual-section__content-text-box:first-child {
  margin-top: 0;
  margin-top: initial;
}

.p-manual-section--screen .p-manual-section__content-text-box {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-manual-section--screen .p-manual-section__content-img + .p-manual-section__content-text-box {
  margin-top: 0;
  margin-top: initial;
}

.p-manual-section--turn-end .p-manual-section__sub-title + .p-manual-section__content-text-box {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-manual-section__content-text-box-item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__content-text-box-item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-manual-section__content-text-box-title {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-manual-section__content-text-box-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-manual-section__content-text-box-title::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  height: 0.875rem;
  left: 0;
  position: absolute;
  top: 54%;
  translate: 0 -50%;
  width: 14px;
  width: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__content-text-box-title::before {
    top: 56%;
  }
}

.p-manual-section__content-text-box-title--red::before {
  background-color: #e83921;
}

.p-manual-section__content-text-box-title--green::before {
  background-color: #01a277;
}

.p-manual-section__content-text-box-title--blue::before {
  background-color: #06aebb;
}

.p-manual-section__content-text {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__content-text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-manual-section__content-text-box > .p-manual-section__content-text:first-of-type {
  margin-top: 0;
  margin-top: initial;
}

.p-manual-section--overview .p-manual-section__content-text {
  margin-top: 0;
  margin-top: initial;
}

.p-manual-section--overview .p-manual-section__sub-title + .p-manual-section__content-text {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-manual-section--overview .p-manual-section__sub-section .p-manual-section__sub-title + .p-manual-section__content-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-manual-section--overview .p-manual-section__content-text-box .p-manual-section__content-text--last {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-manual-section--screen .p-manual-section__content-text {
  margin-top: 0;
  margin-top: initial;
}

.p-manual-section--screen .p-manual-section__content-text + .p-manual-section__content-text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--screen .p-manual-section__content-text + .p-manual-section__content-text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-manual-section__content-img {
  display: block;
  flex-shrink: 0;
  max-width: 422px;
  max-width: 26.375rem;
  width: 100%;
}

.p-manual-section--access .p-manual-section__sub-section:nth-of-type(2) .p-manual-section__content-img {
  margin-top: -30px;
  margin-top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--access .p-manual-section__sub-section:nth-of-type(2) .p-manual-section__content-img {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-manual-section--overview .p-manual-section__content-img + .p-manual-section__content-img {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--overview .p-manual-section__content-img + .p-manual-section__content-img {
    margin-top: 20px;
    margin-top: 1.25rem;
    order: 3;
  }
}

.p-manual-section__content-img-box > .p-manual-section__content-img {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__content-img-box > .p-manual-section__content-img {
    margin-top: 40px;
    margin-top: 2.5rem;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-manual-section__content-img--point {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-manual-section__content-img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-manual-section__content-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    gap: 1.25rem;
  }
}

.p-manual-section__content-item-figcaption {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__content-item-figcaption {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-manual-section__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__list {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-manual-section--turn-end .p-manual-section__list {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section--turn-end .p-manual-section__list {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-manual-section__list-item {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-manual-section__number-list {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 986px;
  max-width: 61.625rem;
}

.p-manual-section__number-item {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.p-manual-section__solution {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-manual-section__solution {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-manual-solution {
    overflow-x: scroll;
  }
}

.p-manual-solution__table {
  border: 1px solid #d0d0d0;
  border: 0.0625rem solid #d0d0d0;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-manual-solution__table {
    min-width: 924px;
    min-width: 57.75rem;
  }
}
.p-manual-solution__table {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.p-manual-solution__th {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background-color: #eeeeee;
  border: 1px solid #d0d0d0;
  border: 0.0625rem solid #d0d0d0;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
  text-align: left;
  white-space: nowrap;
}

.p-manual-solution__th:nth-child(1) {
  width: 40px;
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual-solution__th:nth-child(1) {
    padding: 3px;
    padding: 0.1875rem;
    text-align: center;
    width: 32px;
    width: 2rem;
  }
}

.p-manual-solution__th:nth-child(2) {
  width: 250px;
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-manual-solution__th:nth-child(2) {
    width: 208px;
    width: 13rem;
  }
}

.p-manual-solution__th:nth-child(3) {
  width: 72px;
  width: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-manual-solution__th:nth-child(3) {
    padding: 3px;
    padding: 0.1875rem;
    width: 64px;
    width: 4rem;
  }
}

.p-manual-solution__th:nth-child(4) {
  font-size: 14px;
  font-size: 0.875rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-manual-solution__th:nth-child(4) {
    padding: 3px 14px;
    padding: 0.1875rem 0.875rem;
  }
}

.p-manual-solution__td {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border: 0.0625rem solid #d0d0d0;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 7px 7px;
  padding: 0.4375rem 0.4375rem;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-manual-solution__td:nth-child(1) {
    padding: 17.5px 11px;
    padding: 1.09375rem 0.6875rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-manual-solution__td:nth-child(2) {
    padding: 17.5px 5px;
    padding: 1.09375rem 0.3125rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-manual-solution__td:nth-child(3) {
    padding: 17.5px 11px;
    padding: 1.09375rem 0.6875rem;
    text-align: center;
  }
}

.p-manual-solution__td:nth-child(4) {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-manual-solution__td:nth-child(4) {
    letter-spacing: -0.01em;
    padding: 7px 12px 7px 14px;
    padding: 0.4375rem 0.75rem 0.4375rem 0.875rem;
  }
}

.p-manual {
  padding-bottom: 124px;
  padding-bottom: 7.75rem;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-manual {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.p-manual__title {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-manual__index {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-top-about {
  padding-top: 80px;
  padding-top: 5rem;
}

.p-top-about__text-box {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text-box {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-top-about__text {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.p-top-about__text + .p-top-about__text {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text + .p-top-about__text {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-top-about__heading {
  color: #00aebb;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-top-contact {
  position: relative;
}

.p-top-contact__img {
  display: block;
  width: 100%;
}

.p-top-contact__img img {
  -o-object-fit: cover;
  aspect-ratio: 1440/572;
  height: auto;
  max-height: 800px;
  max-height: 50rem;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-contact__img img {
    min-height: 400px;
    min-height: 25rem;
  }
}

.p-top-contact__box {
  background-color: #fff;
  border: 10px solid #00aebb;
  border: 0.625rem solid #00aebb;
  box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.25);
  padding: 70px 20px;
  padding: 4.375rem 1.25rem;
  position: absolute;
  right: calc(50% - 38.4375rem);
  text-align: center;
  top: 50%;
  translate: 0 -50%;
  width: 911px;
  width: 56.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__box {
    left: 50%;
    max-width: 345px;
    max-width: 21.5625rem;
    padding: 20px;
    padding: 1.25rem;
    right: auto;
    right: initial;
    translate: -50% -50%;
    width: 100%;
  }
}

.p-top-contact__heading {
  color: #00aebb;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .p-top-contact__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.p-top-contact__text {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-top-contact__button {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__button {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-top-contact__link {
  background-color: #00aebb;
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 28px 20px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  width: 320px;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__link {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 16px;
    padding: 1rem;
    width: 100%;
  }
}

.p-top-mv {
  /*padding-left: 48px;
  padding-left: 3rem;*/
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    height: 100vh;
    height: 100svh;
    padding-left: 0;
    padding-left: initial;
  }
}

.p-top-mv__img {
  display: block;
  height: inherit;
  width: 100%;
}

.p-top-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 1124/657;
  height: auto;
  max-height: 800px;
  max-height: 50rem;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__img img {
    aspect-ratio: 750/1282;
    height: 100vh;
    height: 100svh;
    max-height: none;
    max-height: initial;
  }
}

.p-top-mv__picture {
  display: block;
  max-width: 608px;
  max-width: 38rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__picture {
    display: none;
  }
}

.p-top-mv__picture img {
  -o-object-fit: cover;
  aspect-ratio: 1216/1536;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-mv__heading {
  display: block;
  left: 104px;
  left: 6.5rem;
  left: calc(50% - 30.125rem);
  max-width: 474px;
  max-width: 29.625rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading {
    left: 50%;
    max-width: 337.5px;
    max-width: 21.09375rem;
    translate: -50% -50%;
  }
}

.p-top-mv__heading img {
  -o-object-fit: cover;
  aspect-ratio: 474/128;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading img {
    aspect-ratio: 638/425;
  }
}

.p-top-recommend {
  background-color: #f4fbfc;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-top: 28px;
  padding-top: 1.75rem;
  width: 100vw;
}

.p-top-recommend__text {
  color: #3c3c3c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__text {
    line-height: 1.6;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-top-recommend__list {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-top-recommend__item {
  align-items: center;
  background-color: #fff;
  border: 1px solid #00aebb;
  border-radius: 1rem;
  display: flex;
  gap: 16px;
  gap: 1rem;
  padding: 15px 16px;
  padding: 0.9375rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__item {
    gap: 10px;
    gap: 0.625rem;
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
  }
}

.p-top-recommend__number {
  display: block;
  max-width: 40px;
  max-width: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__number {
    max-width: 30px;
    max-width: 1.875rem;
  }
}

.p-top-recommend__number img {
  -o-object-fit: cover;
  aspect-ratio: 1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-recommend__item-discription {
  color: #00aebb;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__item-discription {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__item-discription--spacing {
    letter-spacing: -0.03em;
  }
}

.p-top-recommend__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 864px;
  max-width: 54rem;
  width: 100%;
}

.p-top-recommend__img img {
  -o-object-fit: cover;
  aspect-ratio: 864/257;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-rule {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 114px;
  padding-top: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}

.p-top-rule__text {
  color: #3c3c3c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__text {
    line-height: 1.5;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-top-rule__definition {
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  gap: 47.86px;
  gap: 2.99125rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding: 28px 23.93px;
  padding: 1.75rem 1.495625rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__definition {
    flex-direction: column;
    gap: 40px;
    gap: 2.5rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-top-rule__definition:nth-of-type(2) {
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__definition:nth-of-type(2) {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-top-rule__term {
  color: #00aebb;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-top-rule__description {
  color: #333;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-rule__description {
    line-height: 1.6;
  }
}

.p-top-rule__description::before {
  background-color: #00aebb;
  content: "";
  display: block;
  height: 83.34%;
  left: -23.93px;
  left: -1.495625rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .p-top-rule__description::before {
    height: 1px;
    left: 50%;
    top: -20px;
    top: -1.25rem;
    translate: -50% 0;
    width: 100%;
  }
}

.p-top-rule__cards {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-rule__cards {
    flex-direction: column;
    gap: 64px;
    gap: 4rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-top-rule__card {
  background-color: #fff;
  border: 1px solid #fdd000;
  border-radius: 1rem;
  color: #333;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__card {
    border: 2px solid #fdd000;
    border: 0.125rem solid #fdd000;
    margin-top: 0;
    margin-top: initial;
    width: 100%;
  }
}

.p-top-rule__card:nth-child(2),
.p-top-rule__card:nth-child(3) {
  position: relative;
}

.p-top-rule__card:nth-child(2)::before,
.p-top-rule__card:nth-child(3)::before,
.p-top-rule__card:nth-child(2)::after,
.p-top-rule__card:nth-child(3)::after {
  background-color: #fdd000;
  border-radius: 100vmax;
  content: "";
  display: block;
  height: 3.09px;
  height: 0.193125rem;
  left: -60px;
  left: -3.75rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 30.85px;
  width: 1.928125rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__card:nth-child(2)::before,
  .p-top-rule__card:nth-child(3)::before,
  .p-top-rule__card:nth-child(2)::after,
  .p-top-rule__card:nth-child(3)::after {
    left: 50%;
    top: -32px;
    top: -2rem;
    translate: -50% 0;
  }
}

.p-top-rule__card:nth-child(2)::before,
.p-top-rule__card:nth-child(3)::before {
  rotate: 45deg;
}

.p-top-rule__card:nth-child(2)::after,
.p-top-rule__card:nth-child(3)::after {
  rotate: -45deg;
}

.p-top-rule__card-heading {
  background-color: #fdd000;
  border-radius: 0.9375rem 0.9375rem 0 0;
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  padding: 16px;
  padding: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-rule__card-heading {
    border-radius: 0.8125rem 0.8125rem 0 0;
  }
}

.p-top-rule__card__text {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 19px 24px;
  padding: 1.1875rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__card__text {
    padding: 30px 20px;
    padding: 1.875rem 1.25rem;
  }
}

.p-top-rule__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-top-rule__item {
  border: 1px solid #00aebb;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item {
    border: 2px solid #00aebb;
    border: 0.125rem solid #00aebb;
  }
}

.p-top-rule__item + .p-top-rule__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item + .p-top-rule__item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-top-rule__item-head {
  align-items: center;
  background-color: #00aebb;
  display: flex;
  gap: 48px;
  gap: 3rem;
  padding: 16px 24.07px;
  padding: 1rem 1.504375rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-head {
    gap: 40px;
    gap: 2.5rem;
    padding: 10px;
    padding: 0.625rem;
  }
}

.p-top-rule__item-number {
  display: block;
  max-width: 44px;
  max-width: 2.75rem;
  width: 100%;
}

.p-top-rule__item-number img {
  -o-object-fit: contain;
  aspect-ratio: 44/40;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-rule__item-title {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-top-rule__item-title::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 40px;
  height: 2.5rem;
  left: -24px;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-title::before {
    height: 100%;
    width: 2px;
    width: 0.125rem;
  }
}

.p-top-rule__item-content {
  padding: 24px 23.57px 30px;
  padding: 1.5rem 1.473125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-content {
    padding: 20px 20px 40px;
    padding: 1.25rem 1.25rem 2.5rem;
  }
}

.p-top-rule__item--02 .p-top-rule__item-content {
  padding: 24px 23.57px 29px;
  padding: 1.5rem 1.473125rem 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item--02 .p-top-rule__item-content {
    padding: 20px 20px 40px;
    padding: 1.25rem 1.25rem 2.5rem;
  }
}

.p-top-rule__item-text {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-text {
    line-height: 1.6;
  }
}

.p-top-rule__item-list {
  align-items: flex-start;
  display: flex;
  gap: 85.24px;
  gap: 5.3275rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-list {
    flex-direction: column;
    gap: 30px;
    gap: 1.875rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-top-rule__item--02 .p-top-rule__item-list {
  gap: 85.56px;
  gap: 5.3475rem;
  margin-left: 84px;
  margin-left: 5.25rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item--02 .p-top-rule__item-list {
    gap: 30px;
    gap: 1.875rem;
    margin-left: 0;
    margin-left: initial;
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-top: 0;
    padding-top: initial;
  }
}

.p-top-rule__item--03 .p-top-rule__item-list {
  gap: initial;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item--03 .p-top-rule__item-list {
    gap: 30px;
    gap: 1.875rem;
  }
}

.p-top-rule__item-list-item {
  text-align: center;
}

.p-top-rule__item-list-label {
  background-color: #fdd000;
  border-radius: 0.5rem;
  color: #333;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-list-label {
    line-height: 1.4;
    padding: 6px 30px;
    padding: 0.375rem 1.875rem;
  }
}

.p-top-rule__item-list-img {
  display: block;
  margin-top: 33px;
  margin-top: 2.0625rem;
  max-width: 284.79px;
  max-width: 17.799375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-list-img {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-top-rule__item-list-img img {
  -o-object-fit: cover;
  aspect-ratio: 284.79/170;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-rule__item-list-item:nth-child(1) .p-top-rule__item-list-img {
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 288.81px;
  max-width: 18.050625rem;
  width: 100%;
}

.p-top-rule__item-list-item:nth-child(1) .p-top-rule__item-list-img img {
  -o-object-fit: cover;
  aspect-ratio: 288.81/206;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-rule__item--02 .p-top-rule__item-list-item .p-top-rule__item-list-img {
  max-width: 287.87px;
  max-width: 17.991875rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item--02 .p-top-rule__item-list-item .p-top-rule__item-list-img {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-top-rule__item--02 .p-top-rule__item-list-item .p-top-rule__item-list-img img {
  aspect-ratio: 287.87/173;
}

.p-top-rule__item--02 .p-top-rule__item-list-item:nth-child(2) .p-top-rule__item-list-img {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 483px;
  max-width: 30.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item--02 .p-top-rule__item-list-item:nth-child(2) .p-top-rule__item-list-img {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-top-rule__item--02 .p-top-rule__item-list-item:nth-child(2) .p-top-rule__item-list-img img {
  aspect-ratio: 483/175;
}

.p-top-rule__item--03 .p-top-rule__item-list-item .p-top-rule__item-list-img {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 486.36px;
  max-width: 30.3975rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item--03 .p-top-rule__item-list-item .p-top-rule__item-list-img {
    display: none;
  }
}

.p-top-rule__item--03 .p-top-rule__item-list-item .p-top-rule__item-list-img img {
  aspect-ratio: 486.36/427;
}

.p-top-rule__item--03 .p-top-rule__item-list-item:nth-child(2) .p-top-rule__item-list-img {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 525.47px;
  max-width: 32.841875rem;
}

.p-top-rule__item--03 .p-top-rule__item-list-item:nth-child(2) .p-top-rule__item-list-img img {
  aspect-ratio: 525.47/427;
}

.p-top-rule__item-list-item-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-list-item-sp {
    background-color: #f5fbfc;
    border-radius: 0.75rem;
    display: block;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 30px;
    padding: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-rule__item-list-item-sp .p-top-rule__item-list-img-sp {
    display: block;
    width: 100%;
  }
}

.p-top-rule__item-list-item-sp--favorite .p-top-rule__item-list-img-sp {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-rule__item-list-item-sp .p-top-rule__item-list-img-sp img {
    -o-object-fit: cover;
    height: auto;
       object-fit: cover;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-rule__item-list-item-sp-text {
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

.p-top-rule__item-list-item-sp--favorite {
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}

.p-top-rule__item-box {
  display: flex;
  gap: 70.2px;
  gap: 4.3875rem;
}
@media screen and (max-width: 767px) {
  .p-top-rule__item-box {
    flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
  }
}

.p-top-rule__item-box .p-top-rule__item-text {
  max-width: 480.34px;
  max-width: 30.02125rem;
}

.p-top-rule__item--04 .p-top-rule__item-list-item .p-top-rule__item-list-img {
  margin-top: 0;
  margin-top: initial;
  max-width: 431.21px;
  max-width: 26.950625rem;
}

.p-top-rule__item--04 .p-top-rule__item-list-item .p-top-rule__item-list-img img {
  aspect-ratio: 431.21/280;
}

.p-top-two {
  padding-top: 99px;
  padding-top: 6.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-two {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}

.p-top-two__text {
  color: #3c3c3c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-two__text {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-top-two__list {
  align-items: center;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-two__list {
    flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
  }
}

.p-top-two__item {
  display: block;
  max-width: 426px;
  max-width: 26.625rem;
  width: 100%;
}

.p-top-two__item img {
  -o-object-fit: cover;
  aspect-ratio: 426/221;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-usage {
  background-color: #f4fbfc;
  padding-bottom: 98px;
  padding-bottom: 6.125rem;
  padding-top: 74px;
  padding-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-usage {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}

.p-top-usage__text {
  color: #3c3c3c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-usage__text {
    line-height: 1.5;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-top-usage__body > .p-top-usage__text {
  margin-top: 0;
  margin-top: initial;
}

.p-top-usage__read + .p-top-usage__text {
  margin-top: 0;
  margin-top: initial;
}
@media screen and (max-width: 767px) {
  .p-top-usage__read + .p-top-usage__text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-top-usage__block {
  background-color: #fff;
  border: 1px solid #00aebb;
  border-radius: 1rem;
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-usage__block {
    border: 2px solid #00aebb;
    border: 0.125rem solid #00aebb;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-top-usage__block + .p-top-usage__block {
  border: 1px solid #fdd000;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-usage__block + .p-top-usage__block {
    border: 2px solid #fdd000;
    border: 0.125rem solid #fdd000;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-top-usage__heading {
  background-color: #00aebb;
  border-radius: 0.9375rem 0.9375rem 0 0;
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 24px;
  padding: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-usage__heading {
    border-radius: 0.8125rem 0.8125rem 0 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
}

.p-top-usage__block + .p-top-usage__block .p-top-usage__heading {
  background-color: #fdd000;
  color: #231815;
}

.p-top-usage__body {
  padding: 24px 24px 32px;
  padding: 1.5rem 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-usage__body {
    padding: 20px 20px 40px;
    padding: 1.25rem 1.25rem 2.5rem;
  }
}

.p-top-usage__content {
  color: #3c3c3c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-usage__content {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-top-usage__content + .p-top-usage__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-usage__read {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-usage__read {
    line-height: 1.6;
  }
}

.p-top-usage__button {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-usage__link {
  background-color: #00aebb;
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 17px;
  padding: 1.0625rem;
  text-align: center;
  width: 437.22px;
  width: 27.32625rem;
}
@media screen and (max-width: 767px) {
  .p-top-usage__link {
    width: 100%;
  }
}

.p-top-video {
  padding-bottom: 96px;
  padding-bottom: 6rem;
  padding-top: 125px;
  padding-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-video {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}

.p-top-video__frame {
  display: block;
  margin-top: 46px;
  margin-top: 2.875rem;
  max-width: 1076px;
  max-width: 67.25rem;
  width: 100%;
}

.p-top-video__frame iframe {
  -o-object-fit: cover;
  aspect-ratio: 1076/610;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
