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

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* 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,
picture {
  max-width: 100%;
  display: block;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 15px;
}
@media (max-width: 375px) {
  html {
    font-size: 5.12vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.7142857143vw;
  }
}
@media (min-width: 1120px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #202020;
  background: #FDFDFD;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.5;
  }
}

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

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}

.l-header {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 14px 0;
  }
}

.l-inner {
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1170px;
    padding: 0 25px;
  }
}

.l-section {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 6.25rem;
  }
}

.c-button {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  background: #599CC2;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #599CC2;
  border-radius: 50px;
  padding: 0.9375rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-button {
    max-width: 100%;
  }
}

.c-button:hover {
  background: #fff;
  color: #599CC2;
  opacity: 1;
}

.c-button--white {
  background: #fff;
  color: #599CC2;
}

.c-button--white:hover {
  background: #599CC2;
  color: #fff;
  opacity: 1;
}

.c-button2 {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: inline-block;
  background: #599CC2;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0.5rem 0.625rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-button2 {
    max-width: 100%;
    min-width: 200px;
    font-size: 16px;
  }
}

.c-button2:hover {
  background: #fff;
  color: #599CC2;
  border: 1px solid #599CC2;
  opacity: 1;
}

.c-button2__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.c-button2 img {
  width: 20px;
}

.c-button2__bg {
  position: relative;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
}

.c-button2__text {
  width: 86.6666666667%;
  font-size: 14px;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.458rem + 1.667vw, 0.875rem);
  flex: 1;
}
@media screen and (min-width: 400px) {
  .c-button2__text {
    width: 81.4285714286%;
    font-size: 14px;
    font-size: clamp(12px, 4vw, 14px);
  }
}

.c-button2--black {
  color: #202020;
  background: #fff;
  border: 1px solid #202020;
}

.c-button2--black:hover {
  color: #fff;
  background: #202020;
  border: 1px solid #202020;
}

.c-button2--black .c-button2__bg {
  background: #202020;
}

.c-button--form {
  max-width: 390px;
}
@media screen and (min-width: 768px) {
  .c-button--form {
    max-width: 326px;
  }
}

.c-table-wrap {
  position: relative;
  overflow-x: scroll;
  padding-top: 3.125rem;
  margin-left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table-wrap {
    overflow-x: auto;
    padding-top: 5rem;
    margin-left: 0;
  }
}

.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.625rem 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-table {
    white-space: inherit;
    table-layout: inherit;
  }
}

.c-table th:first-child,
.c-table td:first-child {
  width: auto;
  min-width: 150px;
}
@media screen and (min-width: 768px) {
  .c-table th:first-child,
  .c-table td:first-child {
    width: 35.16%;
  }
}

.c-table th:not(:first-child),
.c-table td:not(:first-child) {
  min-width: 232px;
}
@media screen and (min-width: 768px) {
  .c-table th:not(:first-child),
  .c-table td:not(:first-child) {
    width: 21.6133333333%;
  }
}

.c-table__head,
.c-table__data {
  font-size: 14px;
  padding: 0.1rem 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-table__head,
  .c-table__data {
    font-size: 16px;
    padding: 0.375rem 0.625rem;
  }
}

.c-table__main {
  padding: 0.5rem 1.25rem;
}

.c-table__row:first-child .c-table__main {
  padding: 1.875rem 1.25rem 0.5rem;
}

.c-table__row:nth-child(4) .c-table__main {
  padding: 0.5rem 1.25rem 1.875rem;
}

.c-table__row td:nth-child(2) {
  border-left: 6px solid #599CC2;
  border-right: 6px solid #599CC2;
}

.c-table__row td:nth-child(2) {
  border-left: 6px solid #599CC2;
  border-right: 6px solid #599CC2;
}

.c-table__row:first-child td:nth-child(2) {
  border-top: 6px solid #599CC2;
}

.c-table__row:last-child td:nth-child(2) {
  border-bottom: 6px solid #599CC2;
}

.c-table__row td:nth-child(3) {
  border-left: 6px solid #A1A1A1;
  border-right: 6px solid #A1A1A1;
}

.c-table__row:first-child td:nth-child(3) {
  border-top: 6px solid #A1A1A1;
}

.c-table__row:last-child td:nth-child(3) {
  border-bottom: 6px solid #A1A1A1;
}

.c-table__row td:nth-child(4) {
  border-left: 6px solid #DCDCDC;
  border-right: 6px solid #DCDCDC;
}

.c-table__row:first-child td:nth-child(4) {
  border-top: 6px solid #DCDCDC;
}

.c-table__row:last-child td:nth-child(4) {
  border-bottom: 6px solid #DCDCDC;
}

.c-table__row--gray {
  background: #F5F5F5;
}

.c-table__head-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.c-table__head-title span {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-table__head-title span {
    font-size: 18px;
  }
}

.c-table__head-text-wap {
  vertical-align: top;
}

.c-table__head-text {
  font-size: 14px;
  -moz-text-align-last: left;
       text-align-last: left;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .c-table__head-text {
    font-size: 16px;
  }
}

.c-table__head-price-wrap {
  white-space: nowrap;
}

.c-table__head-price {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.c-table__head-price--small {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
}

.c-table__head-price span {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.c-table__data-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.c-table__head-btn .c-button {
  width: 100%;
  max-width: 180px;
  padding: 0.59375rem 0;
}

.c-table__scroll {
  display: none;
  position: relative;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 1;
}

.c-table__scroll span {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #000;
  writing-mode: horizontal-tb;
}

.c-table__scroll:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 12px;
  height: 3px;
  background: #000;
  transform: skewY(45deg);
}

.c-table__scroll:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 100px;
  height: 2px;
  background: #000;
}

@keyframes arrowmove {
  0% {
    right: 1%;
  }
  50% {
    right: 3%;
  }
  100% {
    right: 1%;
  }
}
.c-heading {
  text-align: center;
}

.c-heading__main {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-heading__main {
    font-size: 62px;
  }
}

.c-heading__sub {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-heading__sub {
    font-size: 18px;
  }
}

.c-heading--white {
  color: #fff;
}

.p-about {
  position: static;
}
@media screen and (min-width: 768px) {
  .p-about {
    position: absolute;
    width: 100%;
    margin: auto;
    bottom: -104px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-about__inner {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    max-width: 950px;
    padding: 0 25px;
  }
}

.p-about__contents {
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDFDFD;
  box-shadow: none;
  padding: 2.0625rem 1.875rem;
  gap: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  }
}

.p-about__image img {
  max-width: 136px;
}

.p-about__heading {
  text-align: center;
}

.p-about__heading-main {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about__heading-main {
    font-size: 24px;
  }
}

.p-about__heading-sub-wrap {
  display: inline-flex;
  flex-direction: column;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__heading-sub-wrap {
    margin-top: 0.9375rem;
  }
}

.p-about__heading-sub {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.p-about__heading-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url(../../../images/top/check-icon.svg) no-repeat center center/contain;
}

.p-about__heading-sub:not(:first-child) {
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__heading-sub:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.p-account {
  position: relative;
  background: linear-gradient(180deg, #599CC2 0%, #8BBFDD 100%);
  padding: 3.125rem 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-account {
    padding: 6.25rem 0;
  }
}

.p-account::before {
  content: "";
  width: 100%;
  height: 15%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  background: url(../../../images/top/logo_yoko_white.jpg) no-repeat center center/cover;
  -webkit-mask-image: url(../../../images/top/logo_yoko_white.svg);
  mask-image: url(../../../images/top/logo_yoko_white.svg);
  mask-mode: alpha;
  -webkit-mask-size: contain;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-account::before {
    height: 50%;
    max-width: 1440px;
    bottom: 30px;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .p-account::before {
    height: 30%;
    bottom: 4%;
  }
}

.p-account__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-account__items {
    flex-direction: row;
    align-items: stretch;
  }
}

.p-account__item {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  border: 1px solid #FDFDFD;
  background: #FDFDFD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-account__item {
    width: calc(50% - 0.9375rem);
    max-width: 100%;
    padding: 3.125rem;
  }
}

.p-account__title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-account__title {
    font-size: 18px;
  }
}

.p-account__icon {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .p-account__icon {
    width: 50px;
    height: 50px;
  }
}

.p-account__btn {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-account__btn {
    margin-top: 2rem;
  }
}

.p-account__btn .c-button2 {
  width: 100%;
  max-width: 385px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-account__btn .c-button2 {
    max-width: 385px;
  }
}

.p-card {
  height: 100%;
  border-radius: 15px;
  background: #FDFDFD;
  display: flex;
  flex-direction: column;
}

.p-card__image img {
  aspect-ratio: 300/168;
  border-radius: 15px 15px 0 0;
}

.p-card__contents {
  padding: 1.25rem 1.875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-card__contents {
    padding: 1.25rem 1.875rem 1.875rem;
  }
}

.p-card__text {
  margin-top: 1.25rem;
}

.p-card__title {
  font-weight: 400;
  text-align: center;
}

.p-card__text {
  font-size: 14px;
}

.p-company {
  padding: 3.125rem 0;
  background: url(../../../images/top/company-bg-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding: 6.25rem 0;
    background: url(../../../images/top/company-bg.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-company__inner {
    width: 100%;
    max-width: 950px;
    margin: auto;
  }
}

.p-company__dl-wrap {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__dl-wrap {
    margin-top: 4.375rem;
  }
}

.p-company__dl {
  color: #FDFDFD;
  border-bottom: 1px solid #FDFDFD;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-company__dl {
    flex-direction: row;
  }
}

.p-company__dt,
.p-company__dd {
  width: 100%;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__dt,
  .p-company__dd {
    width: auto;
    margin: 0;
    padding: 0.5rem;
  }
}

.p-company__dt {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-company__dt {
    min-width: 200px;
    text-align: center;
  }
}

.p-company__dd-text {
  padding: 0.5rem 0;
}

.p-company__dd ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__dd ul {
    gap: 1.25rem;
  }
}

.p-company__dd ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__dd ul li {
    gap: 2.375rem;
  }
}

.p-company__dd ul li span {
  display: inline-block;
}

.p-company__dd--inline {
  width: auto;
  display: inline-block;
  margin-right: auto;
  margin-left: 0;
}

.p-contact {
  background: #F5F5F5;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 6.25rem 0;
  }
}

.p-contact__inner {
  max-width: 950px;
  margin: auto;
}

.p-contact__text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 4.375rem;
  }
}

.p-contact__form-wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-wrap {
    margin-top: 3.125rem;
  }
}

.p-contact__form-dt {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-contact__form-dl:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-dl:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-contact__form-required {
  color: #FDFDFD;
  font-size: 12px;
  background: #599CC2;
  font-weight: 700;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .p-contact__form-required {
    font-weight: 400;
    padding: 5px 10px;
  }
}

.p-contact__form-dt label {
  font-size: 18px;
  font-weight: 700;
}

.p-contact__form-dd {
  margin-top: 5px;
}

.your-select,
.your-name,
.your-company,
.your-department,
.your-mail,
.your-tel,
.your-message {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #D9D9D9;
  outline: none;
}
@media screen and (min-width: 768px) {
  .your-select,
  .your-name,
  .your-company,
  .your-department,
  .your-mail,
  .your-tel,
  .your-message {
    padding: 12px 20px;
  }
}
.your-select:focus,
.your-name:focus,
.your-company:focus,
.your-department:focus,
.your-mail:focus,
.your-tel:focus,
.your-message:focus {
  border: 1px solid #599CC2;
}

.your-select::-moz-placeholder, .your-name::-moz-placeholder, .your-company::-moz-placeholder, .your-department::-moz-placeholder, .your-mail::-moz-placeholder, .your-tel::-moz-placeholder, .your-message::-moz-placeholder {
  color: #A1A1A1;
}

.your-select::placeholder,
.your-name::placeholder,
.your-company::placeholder,
.your-department::placeholder,
.your-mail::placeholder,
.your-tel::placeholder,
.your-message::placeholder {
  color: #A1A1A1;
}

.your-select-wrap {
  position: relative;
}

.your-select-wrap::after,
.your-select-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 2px;
  background-color: #599CC2;
  transition: transform 0.3s ease;
}

.your-select-wrap::after {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.your-select-wrap::before {
  transform: translateY(-50%) rotate(-45deg);
}

.your-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #A1A1A1;
  cursor: pointer;
}

.your-message {
  height: 92px;
}

.p-contact__form-text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-text {
    max-width: 700px;
    margin: auto;
    margin-top: 3.125rem;
  }
}

.p-contact__form_check {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 14px;
}

.your-checks {
  display: none;
}

.p-contact__form_checkbox {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}

.p-contact__form_checkbox::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #D9D9D9;
  background: #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
}

.p-contact__form_checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px;
  height: 15px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-color: #599CC2;
  opacity: 0;
}

.your-checks:checked + .p-contact__form_checkbox::after {
  opacity: 1;
}

.p-contact__form_button {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__form_button {
    margin-top: 3.125rem;
  }
}

.c-button--form {
  padding: 1.09375rem 0;
}
@media screen and (min-width: 768px) {
  .c-button--form {
    padding: 0.9375rem 0;
  }
}

.error-message {
  display: none;
  color: #C92323;
  font-size: 18px;
  font-weight: 700;
  margin-left: 8px;
}

.checkbox-error-message {
  display: none;
  color: #C92323;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}

@media screen and (max-width: 450px) {
  .p-contact__form-dt {
    flex-wrap: wrap;
  }
  .error-message {
    width: 100%;
  }
}
.p-drawer__icon {
  position: fixed;
  top: 36px;
  right: 26px;
  z-index: 1000;
}

.p-drawer__icon.is-active {
  top: 35px;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1 {
  width: 30px;
  top: 50%;
  right: 20px;
  transform: rotate(-45deg);
}

.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  width: 30px;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
}

.p-drawer__icon-bars {
  width: 30px;
  height: 10px;
  display: block;
  position: relative;
  z-index: 1000;
}

.p-drawer__icon-bar1,
.p-drawer__icon-bar3 {
  position: absolute;
  width: 30px;
  height: 1px;
  background: #111111;
  top: 0;
  left: 0;
  transition: ease 0.5s;
  border-radius: 5px;
}

.p-drawer__icon-bar1 {
  top: 0px;
}

.p-drawer__icon-bar3 {
  top: 8px;
}

.p-drawer__content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 250;
  transform: translateX(105%);
  transition: all 0.5s;
  overflow-y: scroll;
}

.p-drawer__content.is-active {
  transform: translateX(0);
}

.p-drawer__content-items {
  text-align: center;
  padding-top: 100px;
  padding: 9.375rem 20px 13.125rem;
}

.p-drawer__content-item {
  text-align: center;
}

.p-drawer__content-item:not(:first-child) {
  margin-top: 2rem;
}

.p-drawer__content-item a {
  transition: all 0.3s ease-in-out;
}

.p-drawer__content-item a:hover {
  color: #599CC2;
  opacity: 1;
}

.p-drawer__content-item .c-button2--black:hover {
  color: #fff;
  background: #202020;
}

.p-drawer__content-items .u-mt65 {
  margin-top: 4.0625rem;
}

.p-drawer__content-items .c-button2 {
  padding: 0.875rem 0.625rem;
  max-width: 300px;
}

.p-drawer__content-items .u-mt20 {
  margin-top: 1.25rem;
}

.p-footer {
  color: #FDFDFD;
  background: #202020;
  padding: 1.5625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 1.875rem 3.125rem;
  }
}

.p-footer__inner {
  width: 100%;
  max-width: 1340px;
  margin: auto;
}

.p-footer__contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    justify-content: space-between;
  }
}

.p-footer__nav-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3125rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-items {
    gap: 2.5rem;
    justify-content: end;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-item:first-child {
    padding-left: 0.9375rem;
  }
}

.p-footer__account {
  position: relative;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__account {
    padding-left: 0.625rem;
  }
}

.p-footer__account::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.9375rem;
  background: #FDFDFD;
}
@media screen and (min-width: 768px) {
  .p-footer__account::before {
    height: 32px;
  }
}

.p-footer__nav-item a,
.p-footer__nav-items2 a {
  color: #FDFDFD;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .p-footer__nav-item a,
  .p-footer__nav-items2 a {
    font-size: clamp(12px, 1.5vw, 14px);
  }
}

.p-footer__copyright {
  color: #FDFDFD;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .p-footer__copyright {
    font-size: clamp(12px, 1.5vw, 14px);
  }
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 12px;
  }
}

.p-footer__nav-items2-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 0.625rem;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-items2-wrap {
    gap: 2.5rem;
    margin-top: 1.875rem;
    flex-direction: row;
  }
}

.p-footer__nav-items2 {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-items2 {
    gap: 2.5rem;
  }
}

.p-footer__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    display: block;
  }
}

.p-footer__logo-image {
  max-width: 172px;
}

.p-footer__logo-image img {
  aspect-ratio: 172/116;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__text {
  font-size: 14px;
  margin-top: 1.25rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    margin-top: 0.625rem;
    text-align: center;
  }
}

.p-function {
  background: #F5F5F5;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-function {
    padding: 6.25rem 0;
  }
}

.p-function__inner {
  width: 100%;
  max-width: 950px;
}

.p-function__items {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-function__items {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.375rem;
  }
}

.p-function__item {
  width: 100%;
  max-width: 500px;
  border-radius: 5px;
  border: 1px solid #F5F5F5;
  background: #FDFDFD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 2rem 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-function__item {
    width: calc(50% - 1rem);
    max-width: 100%;
    padding: 1.8125rem;
  }
}

.p-function__titles {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-function__icon {
  width: 36px;
  height: 36px;
}

.p-function__title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-function__title {
    font-size: 24px;
  }
}

.p-function__text {
  font-size: 14px;
  margin-top: 0.75rem;
}

.p-header__inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0 30px;
  }
}

.p-header__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header__logo {
  position: relative;
  z-index: 1001;
}

.p-header__logo a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.p-header__logo img {
  width: 100%;
  max-width: 10.3125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    max-width: 12.5rem;
  }
}

.p-header__items {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2.5rem;
}

.p-header__nav-item a {
  display: block;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item a {
    font-size: 14px;
    font-weight: 700;
    flex: 1;
    padding: 0.9375rem 0;
  }
}

.p-header__nav-item a:hover {
  color: #599CC2;
  opacity: 1;
}

.u-underline {
  position: relative;
}

.u-underline::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #599CC2;
  position: absolute;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.p-header__nav-item .u-underline:hover {
  color: #202020;
}

.p-header__nav-item .u-underline:hover::before {
  opacity: 1;
}

.p-header__account {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.625rem;
  padding-left: 0.625rem;
}

.p-header__account::before {
  content: "";
  width: 1px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.9375rem;
  background: #599CC2;
}

.p-header__nav-item .c-button {
  padding: 0.9375rem;
  min-width: 200px;
}

.p-mv {
  position: relative;
  padding: 3.375rem 0rem;
  background: url(../../../images/top/mv_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding: 7.5rem 0rem 14.0625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-mv {
    padding: 3.125rem 0rem 9.625rem;
  }
}

@media screen and (min-width: 1441px) {
  .p-mv__inner {
    position: relative;
  }
}

.p-mv__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-mv__contents {
    flex-direction: row;
    gap: 2%;
    padding-left: 1.25rem;
  }
}

.p-mv__heading {
  color: #fff;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__heading {
    max-width: 600px;
  }
}

.p-mv__heading__main {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__heading__main {
    font-size: 52px;
  }
}

.p-mv__heading__main span {
  color: #599CC2;
  font-size: 38px;
}
@media screen and (min-width: 768px) {
  .p-mv__heading__main span {
    font-size: 72px;
  }
}

.p-mv__heading__sub {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__heading__sub {
    margin-top: 1.25rem;
    font-size: 18px;
  }
}

.p-mv__heading__catch {
  line-height: 1.5;
  font-size: 13px;
  display: flex;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__heading__catch {
    font-size: 18px;
    font-weight: 700;
    margin-top: 1.875rem;
  }
}

.p-mv__heading__circle {
  position: relative;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .p-mv__heading__circle {
    width: 6.375rem;
    height: 6.375rem;
  }
}

.p-mv__heading__circle:not(:first-child)::before,
.p-mv__heading__circle:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: -8px;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .p-mv__heading__circle:not(:first-child)::before,
  .p-mv__heading__circle:not(:first-child)::after {
    width: 25px;
    left: -13px;
  }
}

.p-mv__heading__circle:not(:first-child)::before {
  transform: translateY(-50%) rotate(45deg);
}

.p-mv__heading__circle:not(:first-child)::after {
  transform: translateY(-50%) rotate(-45deg);
}

.p-mv__heading__circle span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.p-mv__contact {
  background: #FDFDFD;
  padding: 1.875rem 1.25rem;
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
}
@media screen and (min-width: 1441px) {
  .p-mv__contact {
    top: -4.6875rem;
    right: -5.3125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-mv__contact {
    position: static;
    min-width: 300px;
  }
}

.p-mv__contact-btn-wrap {
  width: 100%;
  margin-top: 2.625rem;
}

.p-mv__contact-dl {
  padding: 0 1.4375rem;
}

.p-mv__contact-dl:not(:first-child) {
  margin-top: 0.625rem;
}

.p-contact-dt {
  font-size: 12px;
  font-weight: 700;
}

.p-contact-dd {
  margin-top: 0.3125rem;
}

.your-email,
.your-password,
.your-confirm-password {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #f5f5f5;
  font-size: 12px;
  padding: 0.625rem;
}

.your-email::-moz-placeholder, .your-password::-moz-placeholder, .your-confirm-password::-moz-placeholder {
  color: #A1A1A1;
}

.your-email::placeholder,
.your-password::placeholder,
.your-confirm-password::placeholder {
  color: #A1A1A1;
}

.contact-form_check {
  margin-top: 0.9375rem;
  font-size: 12px;
  padding: 0 0.3125rem;
}

.your-check {
  display: none;
}

.contact-form_check span a {
  position: relative;
  color: #599CC2;
}

.contact-form_checkbox {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}

.contact-form_checkbox::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #D9D9D9;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contact-form_checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-color: #599CC2;
  opacity: 0;
}

.your-check:checked + .contact-form_checkbox::after {
  opacity: 1;
}

.p-mv__contact-btn {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__contact-btn {
    margin-top: 0.9375rem;
  }
}

.p-mv__contact-btn .c-button2 {
  padding: 0.875rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__contact-btn .c-button2 {
    padding: 0.5rem 0.625rem;
  }
}

.c-button2--width {
  width: 100%;
  max-width: 390px;
}
@media screen and (min-width: 768px) {
  .c-button2--width {
    max-width: 280px;
    padding: 0.5rem;
  }
}

.p-mv__contact-choice {
  position: relative;
  text-align: center;
  margin-top: 1.0625rem;
  padding: 0 1.25rem;
}

.p-mv__contact-choice::before,
.p-mv__contact-choice::after {
  content: "";
  width: 43.2203389831%;
  width: 6.375rem;
  height: 1px;
  background: #202020;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-mv__contact-choice::before,
  .p-mv__contact-choice::after {
    width: 35%;
  }
}

.p-mv__contact-choice::before {
  right: 1.25rem;
}

.p-mv__contact-choice::after {
  left: 1.25rem;
}

.p-mv__contact-btn--mt {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__contact-btn--mt {
    margin-top: 1.0625rem;
  }
}

.p-PickUp {
  background: url(../../../images/top/pickup_bg.png) no-repeat center center/cover;
  padding: 3.125rem 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-PickUp {
    padding: 6.25rem 0 11.375rem;
  }
}

.p-PickUp__swiper-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-PickUp__swiper-wrap {
    width: 86.25%;
    max-width: 100%;
    margin-top: 4.375rem;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  height: auto;
}

.p-PickUp__swiper-wrap {
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -50px;
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -90px;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  }
}

.swiper-pagination-bullet-active {
  background: #599CC2;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
  }
}

.swiper-button-next::before,
.swiper-rtl .swiper-button-prev::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-next::before,
  .swiper-rtl .swiper-button-prev::before {
    display: block;
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../../images/top/arrow-right.png);
    background-size: contain;
  }
}

.swiper-button-prev::before,
.swiper-rtl .swiper-button-next::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev::before,
  .swiper-rtl .swiper-button-next::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../images/top/arrow-left.svg);
    background-size: contain;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    display: block;
    width: 42px;
    left: -4.8125rem;
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: block;
    width: 42px;
    right: -4.8125rem;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  opacity: 0;
}

.p-price {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-price {
    padding: 6.25rem 0;
  }
}

.p-price__supplement {
  margin-top: 3.125rem;
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-price__supplement {
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-top: 4.6875rem;
    padding: 0 1.25rem;
  }
}

.p-price__title {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #599CC2;
}
@media screen and (min-width: 768px) {
  .p-price__title {
    font-size: 18px;
  }
}

.p-price__text span {
  color: #599CC2;
  font-weight: 700;
}

.p-question {
  background: #F5F5F5;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-question {
    padding: 6.25rem 0;
  }
}

.p-question__inner {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-question__inner {
    max-width: 950px;
  }
}

.p-question__items {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-question__items {
    max-width: 100%;
    margin-top: 4.375rem;
  }
}

.p-question__item {
  position: relative;
  border-radius: 15px;
  background: #FDFDFD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 21px 20px;
}
@media screen and (min-width: 768px) {
  .p-question__item {
    padding: 32px 50px;
  }
}

.p-question__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-question__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.p-question__item-q {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-question__item-q {
    font-size: 18px;
    padding-left: 27px;
    padding-right: 0;
  }
}

.p-question__item::before {
  content: "Q.";
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #599CC2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-question__item::before {
    top: 27px;
    left: 50px;
    font-size: 24px;
  }
}

.p-question__item-a {
  display: none;
  position: relative;
  margin-top: 1.25rem;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-question__item-a {
    display: block;
    font-size: 14px;
    margin-top: 2rem;
    padding-left: 30px;
  }
}

.p-question__item-a::before {
  display: none;
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #599CC2;
}
@media screen and (min-width: 768px) {
  .p-question__item-a::before {
    display: block;
  }
}

.p-question__item-a::after {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #599CC2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-question__item-a::after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 24px;
  }
}

.p-question__item-toggle {
  position: relative;
  display: block;
}

.p-question__item-q::before {
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background: #599CC2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-question__item-q::before {
    display: none;
  }
}

.p-question__item-q::after {
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background: #599CC2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-question__item-q::after {
    display: none;
  }
}

.p-question__item.is-active .p-question__item-q::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-reason {
  background: #F5F5F5;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding: 12.5rem 0 6.25rem;
  }
}

.p-reason__items {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-reason__items {
    max-width: 100%;
    margin-top: 4.375rem;
  }
}

.p-reason__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.4375rem;
  padding: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    flex-direction: row;
    justify-content: end;
    padding: 2.1875rem 0;
    gap: 3.25rem;
  }
}

.p-reason__item:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item:not(:first-child) {
    margin-top: 4.5rem;
  }
}

.p-reason__item::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-reason__item::before {
    display: block;
    content: "";
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 100%;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, transparent 0%, transparent 30.556%, #fff 30.556%, #fff 100%);
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__image {
    width: 40.8035714286%;
  }
}

.p-reason__image img {
  aspect-ratio: 390/216;
}
@media screen and (min-width: 768px) {
  .p-reason__image img {
    aspect-ratio: 457/329;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__contents {
    width: 100%;
    max-width: 35.0625rem;
    padding: 0 3.125rem;
  }
}

.p-reason__number {
  color: #599CC2;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason__number {
    font-size: 18px;
    margin-top: 0;
  }
}

.p-reason__title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
}

.p-reason__title::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #599CC2;
}

.p-reason__text {
  margin-top: 2.6875rem;
}

.p-reason__item:nth-child(even) {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-reason__item:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.p-reason__item:nth-child(even)::before {
  left: 0;
  right: auto;
  background: linear-gradient(-90deg, transparent 0%, transparent 30.556%, #fff 30.556%, #fff 100%);
}

.p-vision {
  padding: 3.125rem 0;
  background: url(../../../images/top/vision_bg-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-vision {
    padding: 6.25rem 0;
    background: url(../../../images/top/vision_bg.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-vision__inner {
    max-width: 1070px;
  }
}

.p-vision__items {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-vision__items {
    max-width: 100%;
    margin-top: 4.375rem;
  }
}

.p-vision__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-vision__item {
    flex-direction: row;
    gap: 3.125rem;
  }
}

.p-vision__item:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-vision__item:not(:first-child) {
    margin-top: 7.5rem;
  }
}

.p-vision__item:nth-child(even) {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-vision__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-vision__contents {
    flex: 1;
    max-width: 570px;
  }
}

.p-vision__title {
  color: #599CC2;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-vision__title {
    font-size: 32px;
  }
}

.p-vision__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-vision__text-wrap {
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-vision__image {
    width: 39.2156862745%;
  }
}

.p-vision__image img {
  aspect-ratio: 390/216;
}
@media screen and (min-width: 768px) {
  .p-vision__image img {
    aspect-ratio: 400/300;
  }
}

.u-is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-is-pc {
    display: block;
  }
}

.u-is-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-is-sp {
    display: none;
  }
}

.u-is-1120pc {
  display: none;
}
@media screen and (min-width: 1121px) {
  .u-is-1120pc {
    display: block;
  }
}

.u-is-1120sp {
  display: block;
}
@media screen and (min-width: 1121px) {
  .u-is-1120sp {
    display: none;
  }
}

.u-font-14 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .u-font-14 {
    font-size: 16px;
  }
}

.u-w500 {
  font-weight: 500;
}

.u-w700 {
  font-weight: 700;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-shadow {
  box-shadow: 0 0 13px rgba(238, 238, 238, 0.5);
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-mt0 {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */
