@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  background-color: #FAFAFA;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* アンカーリンク用のスクロールマージン（固定ヘッダー対応） */
[id] {
  scroll-margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  [id] {
    scroll-margin-top: 8.125rem;
  }
}

/* pcの電話番号発信対応 */
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
}

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

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

/* 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]) {
  text-decoration-skip-ink: auto;
}

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

/* 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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          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;
}

.l-company {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-company {
    margin-top: 3.75rem;
  }
}

.l-contact {
  margin: 40px 0;
  margin: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin: 3.75rem 0;
  }
}

.l-corporate {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-corporate {
    margin-top: 3.75rem;
  }
}

.l-download {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-download {
    margin-top: 3.75rem;
  }
}

.l-faq-single {
  margin-top: 32px;
  margin-top: 2rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-faq-single {
    margin-top: 3.75rem;
    padding-bottom: 6.125rem;
  }
}

.l-faq {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-faq {
    margin-top: 3.75rem;
  }
}

.l-footer {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-format {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-format {
    margin-top: 7.5rem;
  }
}

.l-format__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-format__contents {
    margin-top: 5rem;
  }
}

.l-greeting {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-greeting {
    margin-top: 3.75rem;
  }
}

.l-header {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-header {
    margin-top: 0;
  }
}

.l-history {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-history {
    margin-top: 3.75rem;
  }
}

.l-inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding: 0 1.25rem;
  }
}

.l-news {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 3.75rem;
  }
}

.l-office {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-office {
    margin-top: 3.75rem;
  }
}

.l-order {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-order {
    margin-top: 3.75rem;
  }
}

.l-page-contact {
  margin-top: 200px;
  margin-top: 12.5rem;
}

.l-parts {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-parts {
    margin-top: 3.9375rem;
  }
}

.l-privacy-policy {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-privacy-policy {
    margin-top: 3.75rem;
  }
}

.l-recruit {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-recruit {
    margin-top: 3.75rem;
  }
}

.l-single {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-single {
    margin-top: 3.75rem;
  }
}

.l-specification {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  .l-specification {
    margin-top: 6.6875rem;
  }
}

.l-standard {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-standard {
    margin-top: 3.75rem;
  }
}

.l-top-about {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-about {
    margin-top: 7.5rem;
  }
}

.l-top-access {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-access {
    margin-top: 7.5rem;
  }
}

.l-top-contact {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.l-top-news {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-news {
    margin-top: 7.5rem;
  }
}

.l-top-order {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-order {
    margin-top: 7.5rem;
  }
}

.l-top-parts-feeder {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-parts-feeder {
    margin-top: 6.0625rem;
  }
}

.l-top-standard {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-top-standard {
    margin-top: 7.5rem;
  }
}

.c-button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 20px 5px 15px;
  padding: 0.3125rem 1.25rem 0.3125rem 0.9375rem;
  background-color: #093CA3;
  color: #fff;
  max-width: 150px;
  max-width: 9.375rem;
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c-button--w100 {
    max-width: 6.25rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding: 0.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-top-button {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  background-color: #032A88;
  color: #fff;
  padding: 4px 16px 4px 24px;
  padding: 0.25rem 1rem 0.25rem 1.5rem;
  border-radius: 624.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-top-button {
    padding: 0.5rem 1.5rem 0.5rem 2.5rem;
  }
}

.c-top-button img {
  width: 8px;
  width: 0.5rem;
  height: 11px;
  height: 0.6875rem;
}

.p-pc-nav__item a.c-button--contact {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.12em;
  font-weight: 400;
  background-color: #032A88;
  color: #fff;
  padding: 7px 20.6px 7px 15px;
  padding: 0.4375rem 1.2875rem 0.4375rem 0.9375rem;
  border-radius: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button--contact img {
  width: 22.45px;
  width: 1.403125rem;
  height: 15.43px;
  height: 0.964375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.c-top-button--arrow {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #032A88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 768px) {
  .c-top-button--arrow {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-top-button--arrow + .c-top-button--arrow {
  margin-top: 16px;
  margin-top: 1rem;
}

.c-top-button--right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-top-button--arrow img {
  width: 7px;
  width: 0.4375rem;
  height: 10px;
  height: 0.625rem;
  margin-left: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.c-hamburger {
  position: relative;
  width: 23px;
  height: 16px;
  z-index: 100;
  margin-top: 5px;
  margin-top: 0.3125rem;
  z-index: 999999;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  position: absolute;
  width: inherit;
  height: 1px;
  background-color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 11%;
}

.c-hamburger span:nth-child(2) {
  top: 55%;
  opacity: 1;
}

.c-hamburger span:nth-child(3) {
  top: 100%;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 60%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  top: 51%;
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 60%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-pagetop {
  position: fixed;
  right: 8px;
  right: 0.5rem;
  bottom: 20px;
  bottom: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 999999999;
}
@media screen and (min-width: 768px) {
  .c-pagetop {
    right: 5.833333%;
  }
}

.c-pagetop a {
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-pagetop a {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.c-pagetop a span {
  position: absolute;
  background: transparent;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background-image: url(../images/common/topbtn.png);
  background-size: contain;
  background-size: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-pagetop a span {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.c-section-header {
  color: #032A88;
  text-align: center;
}

.c-section-header__jatitle {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-section-header__jatitle {
    font-size: 0.875rem;
    line-height: 1.42857143;
    letter-spacing: 0;
  }
}

.c-section-header__engtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-header__engtitle {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .c-section-header--left {
    text-align: left;
  }
}

.c-section-header--white {
  color: #fff;
}

.c-section-header__subpage {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-section-header__subpage {
    font-size: 2rem;
  }
}

.c-section-header {
  text-align: center;
  color: #032A88;
}

.c-section-header__engtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-section-header__engtitle {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.c-section-header__jatitle {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-header__jatitle {
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-company__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-company__title {
  text-align: left;
}

.p-company__title h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-transform: initial;
}
@media screen and (min-width: 768px) {
  .p-company__title h1 {
    font-size: 3rem;
    line-height: 1.3541666667;
    letter-spacing: 0.05em;
  }
}

.p-company__title h1::first-letter {
  text-transform: uppercase;
}

.p-company__image {
  margin: 2.5rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-company__image {
    width: 100%;
    margin: 0;
    max-width: 40rem;
  }
}

.p-company__image img {
  aspect-ratio: 640/375;
}

.p-company__wrapper {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-company__wrapper {
    padding: 0 4rem;
    margin-top: 10rem;
  }
}

.p-contact__title {
  text-align: left;
}

.p-contact__title h1 {
  text-transform: none;
  text-transform: initial;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-contact__title h1 {
    font-size: 3rem;
    line-height: 1.3125;
    font-weight: 400;
  }
}

.p-contact__title h1::first-letter {
  text-transform: capitalize;
}

.p-contact__form-title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2083333333;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__form-title h3 {
    font-size: 1.5rem;
  }
}

.p-contact__form-title h3::before {
  content: "";
  width: 4px;
  width: 0.25rem;
  height: 20px;
  height: 1.25rem;
  background-color: #032A88;
  display: inline-block;
  margin-right: 16px;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-title h3::before {
    width: 0.375rem;
    height: 2rem;
  }
}

.p-contact__title-link {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title-link {
    padding: 0 4.375rem;
    margin-top: 3.75rem;
  }
}

.p-contact__title-link a {
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-contact__title-link a {
    font-size: 1rem;
  }
}

.p-contact__personal {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__personal {
    text-align: center;
  }
}

.p-contact__personal-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-contact__personal-text a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-corporate__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-corporate__title {
  text-align: left;
}

.p-corporate__title h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-corporate__title h1 {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

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

.p-corporate__container {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-corporate__container {
    margin-top: 7.3125rem;
  }
}

.p-corporate__content-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-corporate__content-title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.p-corporate__content-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  width: 0.375rem;
  height: 26px;
  height: 1.625rem;
  background-color: #032A88;
  margin-right: 16px;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-corporate__content-title::before {
    height: 2rem;
  }
}

.p-corporate__text-items {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-corporate__text-items {
    margin-left: 1.4375rem;
    line-height: 2;
  }
}

.p-corporate__text-item {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 1em;
  text-indent: -1.2em;
}
@media screen and (min-width: 768px) {
  .p-corporate__text-item {
    margin-top: 1.25rem;
  }
}

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

.p-corporate__company {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-corporate__company {
    max-width: 38.3125rem;
    width: 100%;
    margin-top: 7.3125rem;
  }
}

.p-corporate__company-item {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 1em;
  text-indent: -1.2em;
}
@media screen and (min-width: 768px) {
  .p-corporate__company-item {
    margin-top: 2rem;
  }
}

.p-corporate__company-item:first-child {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-corporate__company-item:first-child {
    margin-top: 1.25rem;
  }
}

.p-corporate__image-block {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-corporate__image-block {
    margin-top: 0;
  }
}

.p-corporate__image {
  width: 70%;
  margin: 0 auto;
  max-width: 308.7px;
  max-width: 19.29375rem;
}
@media screen and (min-width: 768px) {
  .p-corporate__image {
    aspect-ratio: 441/504;
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.p-corporate__image-text {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-corporate__image-text {
    text-align: left;
    margin-top: 2.5rem;
  }
}

.p-corporate__image-text-top {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-corporate__image-text-top {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-corporate__image-text-bottom {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-corporate__image-text-bottom {
    font-size: 2rem;
    line-height: 1.4375;
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
  }
}

.p-download__title {
  text-align: left;
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-download__title h1 {
  text-transform: none;
  text-transform: initial;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3076923077;
}
@media screen and (min-width: 768px) {
  .p-download__title h1 {
    font-size: 3rem;
    line-height: 1.3125;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.p-download__title h1::first-letter {
  text-transform: capitalize;
}

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

.p-download__lead-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-download__lead-text {
    line-height: 2;
  }
}

.p-download__contents {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-download__contents {
    margin-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 19.1875rem;
  }
}

.p-download__box-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-download__box-title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.p-download__box-title::before {
  content: "";
  height: 20px;
  height: 1.25rem;
  width: 4px;
  width: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  background-color: #032A88;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-download__box-title::before {
    height: 2rem;
    width: 0.375rem;
    margin-right: 1rem;
  }
}

.p-download__box + .p-download__box {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-download__box + .p-download__box {
    margin-top: 0;
  }
}

.p-download__box img {
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
  aspect-ratio: 174/246;
  max-width: 174px;
  max-width: 10.875rem;
}
@media screen and (min-width: 768px) {
  .p-download__box img {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.p-download__parts {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-download__parts {
    margin-top: 7.5rem;
  }
}

.p-download__parts-inner {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-download__parts-inner {
    padding-right: 1.25rem;
  }
}

.p-download__parts-item + .p-download__parts-item {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-download__parts-item + .p-download__parts-item {
    margin-top: 7.5rem;
  }
}

.p-download__parts-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-download__parts-title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.p-download__parts-title::before {
  content: "";
  height: 20px;
  height: 1.25rem;
  width: 4px;
  width: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  background-color: #032A88;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-download__parts-title::before {
    height: 2rem;
    width: 0.375rem;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-parts-box__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-download__parts-box {
  margin-top: 16px;
  margin-top: 1rem;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .p-download__parts-box {
    overflow-x: visible;
    max-width: 29.625rem;
    width: 100%;
    margin-top: 1.5rem;
  }
}

.p-download__parts-box + .p-download__parts-box {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-download__parts-box + .p-download__parts-box {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-parts-box__text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5625rem;
    letter-spacing: 0;
  }
}

.p-parts-box__text span {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.p-parts-box__table {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  border-spacing: 0;
  max-width: 474px;
  max-width: 29.625rem;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-parts-box__table {
    overflow-x: visible;
    overflow-x: initial;
  }
}

.p-parts-box__table-title {
  background-color: #E8ECEF;
  padding: 10px 0;
  padding: 0.625rem 0;
  font-weight: 500;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-parts-box__table-title {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.625rem 0;
  }
}

.p-parts-box__table-description {
  border: 1px solid #E8ECEF;
  text-align: center;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-parts-box__table-description {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }
}

.p-parts-box__table-description--red {
  color: red;
}

.p-parts-box__table-description a {
  display: inline-block;
  color: #032A88;
  width: inherit;
  height: inherit;
}

.p-parts-box__table-description a.p-parts-box__table--contact {
  font-size: 14px;
  font-size: 0.875rem;
  color: red;
}

.p-explain__block {
  border-bottom: 1px dashed #ABB8C3;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-explain__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 1.5625rem;
  }
}

.p-explain__block + .p-explain__block {
  padding: 16px 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-explain__block + .p-explain__block {
    margin-top: 0;
    padding: 1.75rem 0;
  }
}

.p-explain__header {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-explain__header {
    max-width: 14.25rem;
    width: 100%;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-explain__header span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-explain__header span {
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-explain__description {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-explain__description {
    line-height: 2;
    margin-top: 0;
    width: 77.51938%;
  }
}

.p-explain__office-block {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

@media screen and (min-width: 768px) {
  .p-explain__office-block + .p-explain__office-block {
    padding: 2rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-explain__office-block .p-explain__header {
    max-width: 17.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-explain__office-block .p-explain__description--w400 {
    width: 100%;
    max-width: 25rem;
  }
}

.p-faq-single__card {
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__card {
    background-color: #fff;
    padding: 3.75rem 4rem 6.25rem;
  }
}

.p-faq-single__body {
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
}

.p-faq-single__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-faq-single__title {
    font-size: 1.375rem;
    line-height: 1.0909090909;
    letter-spacing: 0.05em;
  }
}

.p-faq-single__title--big {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__title--big {
    font-size: 1.375rem;
  }
}

.p-faq-single__title-line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__title-line {
    margin-top: 0.9375rem;
  }
}

.p-faq-single__title-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 72px;
  width: 4.5rem;
  height: 2px;
  background-color: #032a88;
}

.p-faq-single__section-line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__section-line {
    margin-top: 1.1875rem;
  }
}

.p-faq-single__section-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 72px;
  width: 4.5rem;
  height: 2px;
  background-color: #032a88;
}

.p-faq-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  gap: 0.5625rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-left: 2px;
  padding-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__meta {
    margin-top: 0.625rem;
  }
}

.p-faq-single__meta::before {
  display: block;
  content: "";
  max-width: 13px;
  max-width: 0.8125rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../images/common/faq-date-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-faq-single__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.07em;
}

.p-faq-single__intro {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-faq-single__intro {
    margin-top: 2.125rem;
  }
}

.p-faq-single__section {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__section {
    margin-top: 3.8125rem;
  }
}

.p-faq-single__section--mt100 {
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__section--mt100 {
    margin-top: 6.25rem;
  }
}

.p-faq-single__section-heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__section-heading {
    font-size: 1.125rem;
    line-height: 1.3888888889;
    gap: 0.3125rem;
  }
}

.p-faq-single__section-heading::before {
  content: "";
  width: 3px;
  width: 0.1875rem;
  height: 18px;
  height: 1.125rem;
  border-radius: 9999px;
  background-color: #032a88;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-faq-single__section-heading::before {
    height: 1.25rem;
  }
}

.p-faq-single__text {
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-faq-single__text {
    letter-spacing: 0.03em;
  }
}

.p-faq-single__text--summary {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__text--summary {
    margin-top: 1.0625rem;
  }
}

.p-faq-single__text p + p {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-faq-single__footnote {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #303030;
}

.p-faq-single__text p + .p-faq-single__footnote {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-faq-single__sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
  letter-spacing: 0.03em;
  line-height: 1;
}

.p-faq-single__contact-inner {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.p-faq-single__contact-card {
  display: block;
  margin-top: 17px;
  margin-top: 1.0625rem;
  background-color: #032a88;
  border-radius: 0.625rem;
  padding: 24px 26px 28px;
  padding: 1.5rem 1.625rem 1.75rem;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media screen and (min-width: 768px) {
  .p-faq-single__contact-card {
    max-width: 42.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.75rem;
    padding: 2.6875rem 3.0625rem 2.0625rem 3.0625rem;
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-single__contact-card:hover {
    background-color: #fff;
    border-color: #032a88;
  }
}
.p-faq-single__contact-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-faq-single__contact-label {
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-faq-single__contact-label {
    font-size: 0.75rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-single__contact-card:hover .p-faq-single__contact-label {
    color: #032a88;
  }
}
.p-faq-single__contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  gap: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: -3px;
  margin-top: -0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__contact-title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 2.375rem;
    gap: 0.875rem;
    letter-spacing: 0.08em;
    margin-top: -0.0625rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-single__contact-card:hover .p-faq-single__contact-title {
    color: #032a88;
  }
}
.p-faq-single__contact-title::after {
  display: block;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url(../images/common/contact-mail-icon.svg);
  mask-image: url(../images/common/contact-mail-icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 22px;
  max-width: 1.375rem;
  width: 100%;
  height: auto;
  aspect-ratio: 22/17;
}
@media screen and (min-width: 768px) {
  .p-faq-single__contact-title::after {
    max-width: 2.375rem;
    aspect-ratio: 19/15;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-single__contact-card:hover .p-faq-single__contact-title::after {
    background-color: #032a88;
  }
}
.p-faq-single__contact-desc {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-faq-single__contact-desc {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 2.2142857143;
    margin-top: 1.0625rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-single__contact-card:hover .p-faq-single__contact-desc {
    color: #032a88;
  }
}
.p-faq-single__contact-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  background-color: #fff;
  color: #032a88;
  border-radius: 9999px;
  padding: 0 16px;
  padding: 0 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.5833333333;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq-single__contact-btn {
    width: auto;
    margin-top: -0.625rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-single__contact-card:hover .p-faq-single__contact-btn {
    background-color: #032a88;
    color: #fff;
  }
}
.p-faq-single__contact-btn img {
  max-width: 21px;
  max-width: 1.3125rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq-single__contact-btn img {
    position: static;
    top: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-single__contact-card:hover .p-faq-single__contact-btn img {
    opacity: 0;
  }
}
.p-faq-single__contact-btn::after {
  content: "";
  display: block;
  background-image: url(../images/common/contact-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-faq-single__contact-btn::after {
    right: 1rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-single__contact-card:hover .p-faq-single__contact-btn::after {
    opacity: 1;
  }
}
.p-faq-single__back {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-faq-single__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  color: #032a88;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.p-faq-single__back-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 4px 0;
  border-width: 0.25rem 0.4375rem 0.25rem 0;
  border-color: transparent #032a88 transparent transparent;
}

.p-faq-single__back-link:hover {
  text-decoration: underline;
}

.p-faq .l-inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-faq .l-inner {
    padding: 0 1.25rem;
  }
}

.p-faq__title-block {
  padding: 0 24px;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__title-block {
    padding: 0;
  }
}

.p-faq__title {
  text-align: left;
}

.p-faq__title h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__title h1 {
    font-size: 2.5rem;
  }
}

.p-faq__lead {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__lead {
    margin-top: 2.625rem;
  }
}

.p-faq__lead-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-faq__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 17px 24px 40px;
  padding: 1.0625rem 1.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__contents {
    margin-top: 6.25rem;
    padding: 1.875rem 4rem 3.125rem;
  }
}

.p-faq__content {
  border-bottom: 1px solid #D9D9D9;
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-faq__content {
    padding: 1.21875rem 1.0625rem 1.25rem 0;
  }
}

.p-faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  gap: 0.625rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-faq-question {
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-faq-q-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 24px;
  max-width: 1.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #032a88;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .p-faq-q-icon {
    font-size: 1.25rem;
    max-width: 1.875rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.p-faq-q-icon::after {
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-faq-q-icon::after {
    height: 0;
  }
}

.p-faq-q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-faq-q-text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-faq-toggle {
  position: relative;
  height: 16px;
  height: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq-toggle {
    height: 1.25rem;
    width: 1.25rem;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}

.p-faq-toggle::before,
.p-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #032a88;
}

.p-faq-toggle::before {
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  border-radius: 624.9375rem;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
}

.p-faq-toggle::after {
  width: 2px;
  width: 0.125rem;
  height: 16px;
  height: 1rem;
  border-radius: 624.9375rem;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-faq__content.active .p-faq-toggle::after {
  -webkit-transform: translate(-50%, -50%) translateZ(0) rotate(90deg);
          transform: translate(-50%, -50%) translateZ(0) rotate(90deg);
}

.p-faq-panel {
  display: none;
  padding-top: 17px;
  padding-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-faq-panel {
    padding-top: 1.25rem;
  }
}

.p-faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq-answer {
    gap: 1.25rem;
    padding-right: 3.125rem;
  }
}

.p-faq-a-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 24px;
  max-width: 1.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #032a88;
  color: #032a88;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (min-width: 768px) {
  .p-faq-a-icon {
    max-width: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-faq-a-icon::after {
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq-a-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.04em;
  color: #303030;
}
@media screen and (min-width: 768px) {
  .p-faq-a-text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-faq-link {
  line-height: 1;
  margin-top: 6px;
  margin-top: 0.375rem;
  padding-left: 34px;
  padding-left: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-link {
    padding-left: 3.0625rem;
    margin-top: 0.625rem;
  }
}

.p-faq-link a {
  color: #032a88;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq-link a {
    letter-spacing: 0.04em;
    font-size: 0.875rem;
    gap: 0.75rem;
  }
}

.p-faq-link a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-faq-link a svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-footer {
  padding: 40px 0;
  padding: 2.5rem 0;
  background-color: #032A88;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 5rem 0 2.5rem 0;
  }
}

.footer__inner {
  padding: 0 32px;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 0 5.25rem;
  }
}

.footer__container {
  display: block;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__container {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17.5rem;
  }
}

.p-footer__logo {
  max-width: 529px;
  max-width: 33.0625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    padding: 0;
    margin: 0;
    margin: initial;
    aspect-ratio: 529/51;
  }
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
}

.p-footer__address {
  color: #fff;
  max-width: 529px;
  max-width: 33.0625rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    max-width: 14.8125rem;
    margin: 0;
    margin: initial;
  }
}

.p-footer__address p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}

.p-footer__address p.p-footer__text {
  margin-top: 0;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-top: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 27px;
  gap: 1.6875rem;
  max-width: 529px;
  max-width: 33.0625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
    max-width: 25.375rem;
    width: 100%;
    margin-top: 0;
  }
}

.p-footer__nav-list {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-footer__nav-item + .p-footer__nav-item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item + .p-footer__nav-item {
    margin-top: 1.5rem;
  }
}

.p-footer__nav-item:first-child,
.p-footer__nav-item:nth-child(2) {
  padding-top: 0;
}

.p-footer__accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  cursor: pointer;
}

.p-footer__accordion-label {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__accordion-label {
    font-size: 1rem;
  }
}

.js-footer-accordion .p-footer__accordion-toggle {
  position: relative;
  width: 18px;
  width: 1.125rem;
  height: 15px;
  height: 0.9375rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.js-footer-accordion .p-footer__accordion-toggle::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-left: 0.375rem solid transparent;
  border-right: 6px solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 8px solid #fff;
  border-top: 0.5rem solid #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.js-footer-accordion.active .p-footer__accordion-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-footer__accordion-panel {
  display: none;
}

.p-footer__nav-item ul {
  text-indent: 1em;
}

.p-footer__nav-item-child {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-footer__nav-item a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item a {
    font-size: 1rem;
  }
}

.p-footer__button {
  margin-top: 5px;
  margin-top: 0.3125rem;
  max-width: 100%;
  color: #032A88;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  padding: 8px 0;
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__button {
    padding: 0.625rem 0;
    font-size: 1.25rem;
    margin-top: 0.625rem;
    max-width: 14.0625rem;
  }
}

.p-footer__button::after {
  content: "＞";
}

small {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 100;
  margin-top: 60px;
  margin-top: 3.75rem;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  small {
    font-size: 0.875rem;
    margin-top: 4.375rem;
  }
}

.p-top-footer {
  margin-top: 0;
}

.p-form {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-form {
    margin-top: 3.75rem;
  }
}

.p-form__contents {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-form__contents {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-form__item + .p-form__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__item + .p-form__item {
    margin-top: 3.125rem;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.p-form__item dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    width: 27.672414%;
  }
}

.p-form__item dd {
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item dd {
    width: 68.965517%;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 0;
    display: block;
  }
}

.p-form__item dd label {
  margin-right: 69px;
  margin-right: 4.3125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dd label {
    margin-bottom: 0;
  }
}

.p-form__item dd input::-webkit-input-placeholder {
  text-align: start;
}

.p-form__item dd input::-moz-placeholder {
  text-align: start;
}

.p-form__item dd input::-ms-input-placeholder {
  text-align: start;
}

.p-form__item dd input::placeholder {
  text-align: start;
}

.p-form__item .p-from__check-product label {
  margin-right: 51px;
  margin-right: 3.1875rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: inline-block;
}

.p-form__item .p-from__check-product label:nth-child(4) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-form__item textarea {
    margin-top: 0;
  }
}

.p-form__customer {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__customer {
    margin-top: 5rem;
  }
}

.p-form__customer-content {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-form__customer-content {
    margin-top: 2.5rem;
  }
}

.p-form__customer-content + .p-form__customer-content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__customer-content + .p-form__customer-content {
    margin-top: 3.125rem;
  }
}

.p-form__customer__content-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__customer__content-title {
    width: 27.672414%;
  }
}

.p-form__required {
  color: #E40211;
}

.p-form__customer__content-title span.p-form__customer__content-description {
  color: #707070;
  line-height: 1.5;
}

.p-form__customer-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__customer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  gap: 0.875rem;
}

.p-form__customer-item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  gap: 0.625rem;
}

.p-form__customer-item dd input::-webkit-input-placeholder {
  text-align: start;
  line-height: 1;
}

.p-form__customer-item dd input::-moz-placeholder {
  text-align: start;
  line-height: 1;
}

.p-form__customer-item dd input::-ms-input-placeholder {
  text-align: start;
  line-height: 1;
}

.p-form__customer-item dd input::placeholder {
  text-align: start;
  line-height: 1;
}

.p-form__customer-content dd.p-form__postal-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  max-width: 175px;
  max-width: 10.9375rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
}

.p-form__postal-code input::-webkit-input-placeholder {
  text-align: start;
}

.p-form__postal-code input::-moz-placeholder {
  text-align: start;
}

.p-form__postal-code input::-ms-input-placeholder {
  text-align: start;
}

.p-form__postal-code input::placeholder {
  text-align: start;
}

.p-form__btn {
  text-align: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    margin-top: 7.5rem;
  }
}

.p-form__btn input[type=submit] {
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-form__btn input[type=submit] {
    letter-spacing: 0.05em;
  }
}

.p-form__btn input[type=button] {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__btn input[type=button] {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    padding: 0.75rem 0;
    max-width: 21.375rem;
    width: 100%;
  }
}

.p-form__customer-content .p-form__customer-item {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__customer-content .p-form__customer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.25rem;
  }
}

.p-form__customer-content .p-form__address {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.p-form__customer-content .p-form__address dd {
  width: 100%;
}

.p-form__content--w {
  max-width: 560px;
  max-width: 35rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__content--w {
    width: 68.965517%;
  }
}

.p-form__customer-content .p-form__name {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__customer-content .p-form__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.9375rem;
    max-width: 30.9375rem;
  }
}

.p-form__customer-item dd.p-form__name-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}

.p-form__address-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__address-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-form__select {
  max-width: 201px;
  max-width: 12.5625rem;
}

.p-form__prefecture {
  max-width: 356px;
  max-width: 22.25rem;
  width: 100%;
}

.p-form__building-name {
  max-width: 356px;
  max-width: 22.25rem;
  width: 100%;
}

#prefecture::-webkit-input-placeholder,
#building_name::-webkit-input-placeholder {
  text-align: start;
}

#prefecture::-moz-placeholder,
#building_name::-moz-placeholder {
  text-align: start;
}

#prefecture::-ms-input-placeholder,
#building_name::-ms-input-placeholder {
  text-align: start;
}

#prefecture::placeholder,
#building_name::placeholder {
  text-align: start;
}

.p-format__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-format__title--sp {
  color: #032A88;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-format__title--sp {
    display: none;
  }
}

.p-format__title {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 15px;
  margin-right: 0.9375rem;
  display: none;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-format__title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.45;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 3rem;
  }
}

.p-format__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-format__list li {
  padding: 0 10px;
  padding: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-format__list li::before {
  content: "";
}

.p-format__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-format__content-title {
    margin-bottom: 1.5rem;
  }
}

.p-format__content-title ul li {
  color: #0B62E5;
}

.p-format__content-title ul li a {
  color: #0B62E5;
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-format__content-title ul li a .fa-play::before {
  color: #0B62E5;
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  line-height: 1.8;
}

.p-format__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
  gap: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-format__content ul {
    font-size: 1.25rem;
    gap: 2rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .p-format__content-img {
    width: 80%;
    margin: 0 auto;
  }
}

.p-format__img + .p-format__img {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-format__img + .p-format__img {
    margin-top: 0;
  }
}

.p-greeting__title {
  text-align: left;
}

.p-greeting__title h1 {
  text-transform: none;
  text-transform: initial;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3846153846;
}
@media screen and (min-width: 768px) {
  .p-greeting__title h1 {
    letter-spacing: 0.05em;
    font-size: 3rem;
    line-height: 1.3541666667;
  }
}

.p-greeting__title h1::first-letter {
  text-transform: capitalize;
}

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

.p-greeting__title .c-section-header__engtitle {
  font-weight: 400;
}

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

.p-greeting__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__contents {
    margin-top: 5.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-greeting__subtitle {
    padding-left: 10.25rem;
  }
}

.p-greeting__subtitle h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2222222222;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "source-han-serif-japanese", serif;
}
@media screen and (min-width: 768px) {
  .p-greeting__subtitle h3 {
    text-align: start;
    font-weight: 400;
    font-size: 2.5rem;
    padding-left: 3.4em;
    text-indent: -3.4em;
    line-height: 3;
  }
}

.p-greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-greeting__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.5rem;
    margin-top: 2.9375rem;
  }
}

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

.p-greeting__block p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-greeting__block p {
    font-size: 1.125rem;
  }
}

.p-greeting__block .p-greeting__name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  margin-top: 8px;
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-greeting__block .p-greeting__name {
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 1.4375;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .p-greeting__image {
    aspect-ratio: 396/520;
    max-width: 24.75rem;
    padding: 0;
    margin-top: 0;
  }
}

.p-greeting__text-block {
  width: 100%;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__text-block {
    margin-top: 7.5rem;
  }
}

.p-greeting__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-greeting__text {
    line-height: 2;
  }
}

.p-greeting__text + .p-greeting__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__text + .p-greeting__text {
    margin-top: 2rem;
  }
}

.p-header {
  height: 50px;
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FAFAFA;
  z-index: 1000000000000000000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 7.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header.scroll {
    height: 6.875rem;
    -webkit-box-shadow: 0 1px 5px #DDD;
            box-shadow: 0 1px 5px #DDD;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
  padding: 0 1.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    max-width: 84.8125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-header__search {
  position: relative;
  border: 1px solid #032a88;
  border: 0.0625rem solid #032a88;
  border-radius: 624.9375rem;
  overflow: hidden;
}

.p-header__search input::-webkit-input-placeholder {
  text-align: left;
}

.p-header__search input::-moz-placeholder {
  text-align: left;
}

.p-header__search input::-ms-input-placeholder {
  text-align: left;
}

.p-header__search input::placeholder {
  text-align: left;
}

.p-header__search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* デフォルトのサーチキャンセルボタンを非表示にする場合 */
  cursor: pointer;
  background-image: url(../images/common/search-cancel.png);
  /* デフォルトのサーチキャンセルボタンを非表示にすること */
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 0px;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  /* キャンセルボタンのサイズを個別に設定する場合 */
  display: none;
}

.p-header__search input[type=image] {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__logo {
  position: relative;
  height: 50px;
  height: 3.125rem;
  width: 90px;
  width: 5.625rem;
  image-rendering: -webkit-optimize-contrast;
}
.p-header__logo img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 8.9rem;
    height: 4.9rem;
  }
}

.p-header__block {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-header__block__search {
    margin-right: 1.125rem;
    margin-top: 2.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}

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

.p-header__block__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__block__search input[type=search] {
  padding: 7px 16px;
  padding: 0.4375rem 1rem;
  display: inline-block;
  font-style: normal;
  font-weight: lighter;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  border-radius: 0;
  border-radius: initial;
  border: none;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
}

::-webkit-input-placeholder {
  text-align: right;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0;
}

::-moz-placeholder {
  text-align: right;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0;
}

::-ms-input-placeholder {
  text-align: right;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0;
}

::placeholder {
  text-align: right;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0;
}

.p-header__block .c-button {
  max-width: 180px;
  max-width: 11.25rem;
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
  gap: 1.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.12em;
  font-weight: 400;
  border-radius: 9999px;
}

.p-header__block .c-button img {
  max-width: 16px;
  max-width: 1rem;
}

.p-header__breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 6px 0;
  padding: 0.375rem 0;
  background-color: #DCE3E9;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__breadcrumb {
    margin-top: 9.5625rem;
    letter-spacing: 0.05em;
  }
}

.p-header__overlay {
  display: none;
  background: rgba(112, 112, 112, .5);
  height: 1000vh;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-history__title {
  text-align: left;
}

.p-history__title h1 {
  text-transform: none;
  text-transform: initial;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3846153846;
}
@media screen and (min-width: 768px) {
  .p-history__title h1 {
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.3541666667;
  }
}

.p-history__title h1::first-letter {
  text-transform: capitalize;
}

.p-history__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-history__content {
    margin-top: 7.5rem;
    padding: 0 4rem;
  }
}

.p-history__items {
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-history__items {
    padding-bottom: 3.75rem;
  }
}

.p-history__items:after {
  content: "";
  position: absolute;
  height: 98%;
  width: 1px;
  width: 0.0625rem;
  top: 15px;
  top: 0.9375rem;
  left: 70px;
  left: 4.375rem;
  background-color: #ABB8C3;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-history__items:after {
    left: 6.5625rem;
    top: 0.1875rem;
    height: 99%;
  }
}

.p-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-history__item {
  overflow: hidden;
  margin: 0;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-history__item + .p-history__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-history__item + .p-history__item {
    margin-top: 2.5rem;
  }
}

.p-history__item-date {
  padding-right: 14px;
  padding-right: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-history__item-date {
    padding-right: 2.5rem;
  }
}

.p-history__item-date:before {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: #ABB8C3;
  position: absolute;
  left: 65px;
  left: 4.0625rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-history__item-date:before {
    width: 1.25rem;
    height: 1.25rem;
    left: 6rem;
  }
}

.p-history__item-content {
  width: 78%;
  float: left;
  padding-left: 14px;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-history__item-content {
    width: 75%;
    padding-left: 3.75rem;
  }
}

.p-mv {
  position: relative;
  height: 330px;
  height: 20.625rem;
  z-index: -100;
  max-width: 1440px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 39.75rem;
    margin-top: 8.4375rem;
  }
}

.p-mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 298px;
  height: 18.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#60abe3), to(#032a88));
  background: linear-gradient(#60abe3 0%, #032a88 100%);
  top: 32px;
  top: 2rem;
  left: 0;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .p-mv::after {
    height: 35.125rem;
    top: 4.625rem;
    width: 90%;
  }
}

.p-mv__img {
  position: absolute;
  content: "";
  height: 290px;
  height: 18.125rem;
  width: 91.45%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  top: 0;
  right: 0;
  z-index: -9;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    height: 35.13625rem;
    width: 86%;
  }
}

.p-mv__img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(158, 158, 158, .3);
  top: 0;
  left: 0;
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.p-mv__block {
  color: #fff;
}

.p-mv__title {
  position: absolute;
  right: 19px;
  right: 1.1875rem;
  top: 36px;
  top: 2.25rem;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-orientation: upright;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "source-han-serif-japanese", serif;
  line-height: 1.6875;
  text-shadow: 2px 2px 2px rgba(12, 45, 92, .6);
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 4.2rem;
    line-height: 1.2597402597;
    right: 8.25rem;
    top: 3.375rem;
    letter-spacing: 0.25em;
  }
}

.p-mv__subtitle--en {
  position: absolute;
  bottom: 72px;
  bottom: 4.5rem;
  left: 24px;
  left: 1.5rem;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "source-han-sans-japanese", sans-serif;
  text-shadow: 2px 2px 4px rgba(12, 45, 92, .5);
}
@media screen and (min-width: 768px) {
  .p-mv__subtitle--en {
    font-size: 3.8rem;
    line-height: 1.3243243243;
    letter-spacing: 0.08em;
    font-family: "Roboto", sans-serif;
    left: 10%;
    bottom: 8rem;
  }
}

.p-mv__subtitle {
  position: absolute;
  bottom: 52px;
  bottom: 3.25rem;
  left: 24px;
  left: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(12, 45, 92, .3);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-mv__subtitle {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    left: 10%;
    bottom: 5rem;
  }
}

.p-news__title {
  text-align: left;
}

.p-news__title h1 {
  text-transform: none;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3076923077;
}
@media screen and (min-width: 768px) {
  .p-news__title h1 {
    font-size: 3rem;
    line-height: 1.3125;
    letter-spacing: 0.05em;
  }
}

.p-news__title h1::first-letter {
  text-transform: capitalize;
}

.p-news__items {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-news__items {
    margin-top: 5rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-news__item + .p-news__item {
  padding: 16px 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-news__item + .p-news__item {
    margin-top: 0;
  }
}

.p-news-content {
  border-bottom: 1px dashed #ABB8C3;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-news-content {
    padding: 1.25rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news-content:first-child {
    border-top: 1px dashed #707070;
  }
}

.p-news-content--f_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-news-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-content__meta {
    max-width: 15.125rem;
    width: 100%;
  }
}

.p-news-content__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news-content__date {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-news-content__date span {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-content__date span {
    margin-left: 1.25rem;
  }
}

.p-news-content__category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-left: 20px;
  margin-left: 1.25rem;
  max-width: 70px;
  max-width: 4.375rem;
  width: 100%;
  padding: 2px 0;
  padding: 0.125rem 0;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news-content__category {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    max-width: 5.625rem;
    padding: 0.125rem 0;
    margin-left: 2.5rem;
  }
}

.p-news-content__category--red {
  color: #E40211;
}

.p-news-content__category--blue {
  color: #0B62E5;
}

.p-news-content__category--green {
  color: #3DA61A;
}

.p-news-content__link {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-content__link {
    margin-top: 0;
    margin-left: 2.53125rem;
  }
}

.p-news__content__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news__content__text {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-news__content__text-link {
  color: #0B62E5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #0B62E5;
}

.p-news-content__text-link:hover {
  opacity: 0.7;
}

.p-nyuryoku__table-row + .p-nyuryoku__table-row {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-nyuryoku__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-nyuryoku__btn-1 {
  max-width: 163px;
  max-width: 10.1875rem;
}

.p-nyuryoku__btn-1 img {
  -webkit-filter: none;
          filter: none;
  max-width: 163px;
  max-width: 10.1875rem;
}

.p-nyuryoku__btn-2 {
  max-width: 115px;
  max-width: 7.1875rem;
}

.p-nyuryoku__btn-2 img {
  -webkit-filter: none;
          filter: none;
  max-width: 115px;
  max-width: 7.1875rem;
}

.p-office__title {
  text-align: left;
}

.p-office__title h1 {
  text-transform: none;
  text-transform: initial;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-office__title h1 {
    font-size: 3rem;
    line-height: 1.3541666667;
    letter-spacing: 0.05em;
  }
}

.p-office__title h1::first-letter {
  text-transform: uppercase;
}

.p-office__wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-office__wrapper {
    margin-top: 7.5rem;
    padding: 0 4rem;
  }
}

.p-order {
  margin-bottom: 169px;
  margin-bottom: 10.5625rem;
}

@media screen and (min-width: 768px) {
  .p-order__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-order__title {
  text-align: left;
}

.p-order__title h1 {
  text-transform: none;
  text-transform: initial;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-order__title h1 {
    font-size: 3rem;
    line-height: 1.3125;
    letter-spacing: 0.05em;
  }
}

.p-order__title h1::first-letter {
  text-transform: capitalize;
}

.p-order__lead {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-order__lead {
    margin-top: 4.5625rem;
  }
}

.p-order__lead-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-order__lead-text {
    font-size: 1.25rem;
  }
}

.p-order__image {
  aspect-ratio: 327/178;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-order__image {
    margin-top: 0;
    aspect-ratio: 464/284;
    max-width: 29rem;
    width: 100%;
    height: 100%;
  }
}

.p-order__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-order__image img {
    height: 100%;
  }
}

.p-order__text-block {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-order__text-block {
    margin-top: 4.6875rem;
  }
}

.p-order__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-order__text {
    line-height: 2.5;
    padding: 0 0.3125rem;
  }
}

.p-order__systems {
  margin-top: 77px;
  margin-top: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .p-order__systems {
    margin-top: 9.5rem;
  }
}

.p-system__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-system__title {
    font-size: 2rem;
    line-height: 1.4375;
    letter-spacing: 0.05em;
  }
}

.p-system__title::before {
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 26px;
  height: 1.625rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  background-color: #032A88;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-system__title::before {
    height: 2rem;
    margin-right: 1rem;
  }
}

.p-system__text-block {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-system__text-block {
    margin-top: 1.5rem;
  }
}

.p-system__subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-system__subtitle {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}

.p-system__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-system__text {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-system__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-system__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 2.5rem;
    gap: 1.25rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-order__system + .p-order__system {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-order__system + .p-order__system {
    margin-top: 10rem;
  }
}

.p-system__content-list {
  list-style: inside;
}

.p-system__content-list--number {
  list-style: none;
}
.p-system__content-list--number li {
  padding-left: 0;
  text-indent: 0;
}

.p-system__content-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1.4em;
}
@media screen and (min-width: 768px) {
  .p-system__content-item {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-system__content-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-system__content-text {
    line-height: 1.5;
    font-size: 1rem;
    margin-top: -0.3125rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-system__content-text--mt24 {
    margin-top: 1.5rem;
  }
}

.p-system__content-text--fw700 {
  font-weight: 700;
}

.p-system__content-text span {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.p-system__link {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #0B62E5;
  margin-top: 30px;
  margin-top: 1.875rem;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-system__link {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-system__link img {
  width: 5px;
  width: 0.3125rem;
  height: 7.5px;
  height: 0.46875rem;
  margin-left: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-system__image {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-system__image {
    max-width: 21.875rem;
    margin-top: 0;
  }
}

.p-order__btn {
  text-align: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-order__btn {
    margin-top: 10rem;
  }
}

.p-order__btn-box {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-order__btn-box .c-top-button {
  max-width: 314px;
  max-width: 19.625rem;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4583333333;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 16.5px 0;
  padding: 1.03125rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-order__btn-box .c-top-button {
    max-width: 34.125rem;
    font-size: 1.3rem;
    padding: 0.5rem;
    gap: 2.5rem;
  }
}

.p-page-contact {
  background-image: url(../images/common/contact.jpg);
  background-color: rgba(255, 255, 255, .8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 87px 0 83px;
  padding: 5.4375rem 0 5.1875rem;
  height: 100%;
}

.p-page-contact__inner {
  max-width: 757px;
  max-width: 47.3125rem;
}

.p-page-contact__contents {
  padding: 22px 8px;
  padding: 1.375rem 0.5rem;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .p-page-contact__contents {
    background-color: #fff;
    padding: 2.5625rem 5.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-contact__title h2 {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
  }
}

.p-page-contact__text-block {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-page-contact__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-page-contact__text {
    font-weight: 700;
    line-height: 2;
  }
}

.p-page-contact__text-tel {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 400;
  margin-top: 16px;
  margin-top: 1rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-page-contact__text-tel {
    font-size: 2rem;
    line-height: 2;
  }
}

.fa-phone {
  margin-right: 6px;
  margin-right: 0.375rem;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .fa-phone {
    font-size: 1.6875rem;
    margin-right: 0.89375rem;
  }
}

.p-page-contact__btn {
  margin-top: 19px;
  margin-top: 1.1875rem;
  margin: 19px 9px 0;
  margin: 1.1875rem 0.5625rem 0;
  text-align: center;
}

.p-page-contact__btn .c-button {
  max-width: 250px;
  max-width: 15.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  padding: 8px 0;
  padding: 0.5rem 0;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-page-contact__btn .c-button {
    max-width: 27.25rem;
    font-size: 1.3rem;
    line-height: 1.4583333333;
  }
}

.p-parts__inner {
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-parts__inner {
    padding: 0;
    padding: initial;
  }
}

.p-parts__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #032A88;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 8px;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-parts__title {
    font-size: 1.5rem;
    padding-left: 0;
  }
}

.p-parts__title::before {
  content: "";
  height: 20px;
  height: 1.25rem;
  width: 4px;
  width: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  background-color: #032A88;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 4px;
  top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-parts__title::before {
    height: 2.5rem;
    width: 0.375rem;
    margin-right: 1rem;
    position: static;
  }
}

@media screen and (min-width: 768px) {
  .p-parts__point {
    margin-left: 1.5625rem;
  }
}

.p-parts__list {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-parts__list {
    margin-top: 0;
    margin-left: 1.5625rem;
  }
}

.p-parts__item {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-parts__item {
    font-size: 1rem;
    margin-top: 1.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-parts__item + .p-parts__item {
    margin-top: 1.25rem;
  }
}

.p-parts__item--active {
  padding-left: 0;
}

.p-parts__item--active a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-parts__item--active a .fa-play {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-parts__contents-block {
    max-width: 23.4375rem;
    width: 100%;
  }
}

.p-parts__contents {
  margin-top: 0;
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-parts__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5rem;
    gap: 2.1875rem;
  }
}

.p-parts__contents--db {
  display: block;
}

.p-parts__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-parts__img {
    max-width: 23.4375rem;
    width: 100%;
    margin-top: 0;
  }
}

.p-parts__img img {
  aspect-ratio: 335/210;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .p-parts__img img {
    aspect-ratio: 375/210;
  }
}

.p-parts__stock-number {
  margin-top: 82px;
  margin-top: 5.125rem;
  color: #032A88;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-parts__stock-number {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-top: 2.5rem;
  }
}

.p-parts__stock-number img {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-parts__stock-number img {
    margin-top: 0.5rem;
    max-width: 35rem;
  }
}

.p-parts__content {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-parts__content {
    margin-top: 0;
  }
}

.p-parts__content__title {
  color: #032A88;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-parts__content__title {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

.p-parts__content ul {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-parts__content ul {
    margin-top: 1.125rem;
    line-height: 2;
  }
}

.p-parts__content ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-parts__content .p-parts-indent0 li {
  padding-left: 0;
  text-indent: 0;
}

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

.p-pc-nav {
  margin-top: 14.4px;
  margin-top: 0.9rem;
}

.p-pc-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: 1.5;
}

.p-pc-nav__list--ver2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  line-height: 1.5;
}

.p-pc-nav__item {
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.p-pc-nav__item a {
  display: inline-block;
  text-decoration: none;
  color: #032A88;
  padding: 0 16px;
  padding: 0 1rem;
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-pc-nav__item a {
    font-size: 0.875rem;
  }
}

.p-pc-nav__item:last-child a {
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-pc-nav__item--contact a {
  padding: 0;
}

.p-pc-nav__list a::after {
  position: absolute;
  /*親要素であるaタグを基準に位置を指定*/
  left: 25px;
  left: 1.5625rem;
  /*アンダーラインを各メニュー（aタグ）の左端に指定*/
  content: "";
  /*アンダーラインを各aタグの幅に合わせる*/
  height: 2px;
  height: 0.125rem;
  /*アンダーラインの高さ（太さ）*/
  background: #032A88;
  /*アンダーラインの色*/
  visibility: hidden;
  bottom: -10px;
  bottom: -0.625rem;
  left: 10%;
  /*線の形状*/
  width: 80%;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top; /*上部中央基点 */
}

.p-pc-nav__list a:hover::after {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-pc-nav__dropdown-items {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; /*表示の変化を0.3秒に指定*/
  width: 100%;
  color: #000;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-pc-nav__dropdown-items {
    visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 11.6875rem;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, .16);
            box-shadow: 0px 6px 6px rgba(0, 0, 0, .16);
  }
}

.has-child:hover .p-pc-nav__dropdown-items {
  visibility: visible;
  opacity: 1;
  background-color: #fff;
}

.p-pc-nav__dropdown-item a {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 0.875rem;
}

.p-pc-nav__dropdown-item a::after {
  display: none;
}

.p-pc-nav__dropdown-item a:hover {
  background-color: #EFF1F5;
}

.p-pc-nav__dropdown-item a img {
  max-width: 12px;
  max-width: 0.75rem;
  width: 100%;
  height: 17px;
  height: 1.0625rem;
}

.p-privacy-policy__title {
  text-align: left;
}

.p-privacy-policy__title h1 {
  text-transform: none;
  text-transform: initial;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3076923077;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__title h1 {
    font-size: 3rem;
    line-height: 1.3125;
    letter-spacing: 0.05em;
  }
}

.p-privacy-policy__title h1::first-letter {
  text-transform: capitalize;
}

.p-privacy-policy__contents {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__contents {
    margin-top: 7.1875rem;
  }
}

.p-privacy-policy__content + .p-privacy-policy__content {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__content + .p-privacy-policy__content {
    margin-top: 4rem;
  }
}

.p-privacy-policy__content-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__content-title {
    line-height: 2;
  }
}

.p-privacy-policy__content-title span {
  font-weight: 400;
}

.p-privacy-policy__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__text {
    line-height: 2;
  }
}

.p-privacy-policy__text.p-privacy-policy__text--mt32 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__text.p-privacy-policy__text--mt32 {
    margin-top: 2rem;
  }
}

.p-privacy-policy__text-indent {
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .p-recruit__title-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recruit__title {
  text-align: left;
}

.p-recruit__title h1 {
  text-transform: none;
  text-transform: initial;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit__title h1 {
    font-size: 3rem;
    line-height: 1.3125;
    letter-spacing: 0.05em;
  }
}

.p-recruit__title h1::first-letter {
  text-transform: capitalize;
}

.p-recruit__lead {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__lead {
    margin-top: 5rem;
  }
}

.p-recruit__lead-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-recruit__lead-text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-recruit__image {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__image {
    margin-top: 0;
    max-width: 29rem;
  }
}

.p-recruit__contents {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__contents {
    margin-top: 6.25rem;
  }
}

.p-recruit__content + .p-recruit__content {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__content + .p-recruit__content {
    margin-top: 6.25rem;
  }
}

.p-recruit__content-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 2px solid #DCE3E9;
  border-bottom: 0.125rem solid #DCE3E9;
  position: relative;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__content-title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.p-recruit__content-title::after {
  content: "";
  height: 2px;
  height: 0.125rem;
  width: 20px;
  width: 1.25rem;
  background-color: #032A88;
  display: block;
  position: absolute;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__content-title::after {
    width: 1.875rem;
  }
}

.p-recruit__content-subtitle {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recruit__content-subtitle {
    font-size: 1.125rem;
    text-align: center;
    margin-top: 1rem;
  }
}

.p-recruit__content-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__content-text {
    line-height: 2;
  }
}

.p-recruit__link-block {
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
  max-width: 285px;
  max-width: 17.8125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__link-block {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-recruit__link-button {
  border-radius: 9999px;
  background-color: #032a88;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  gap: 22px;
  gap: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recruit__link-button {
    padding: 0.875rem 2rem;
    font-size: 1.125rem;
  }
}

.p-recruit__link-button img {
  max-width: 8px;
  max-width: 0.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 8/12;
}

.p-recruit__link {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__link {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-recruit__link img {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  aspect-ratio: 327/92;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__link img {
    aspect-ratio: 372/103.62;
  }
}

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

.p-recruit__content-item + .p-recruit__content-item {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-recruit__content-item-header {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-recruit__content-item-header::before {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  display: inline-block;
  background-image: url(../images/common/recruit-dotte.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-recruit__content-item-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: 1em;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-recruit__content-btn {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 360px;
  max-width: 22.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__content-btn {
    margin-left: 0;
  }
}

.p-recruit__content-btn .c-top-button {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  border-radius: 9999px;
  gap: 22px;
  gap: 1.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__content-btn .c-top-button {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}

.p-recruit__content-btn .c-top-button img {
  max-width: 9px;
  max-width: 0.5625rem;
  width: 100%;
  height: auto;
  aspect-ratio: 9/12;
}

.p-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__meta {
    gap: 1.25rem;
  }
}

.p-single__date {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 1rem;
  }
}

.p-single__category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 2px 6px;
  padding: 0.125rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-single__category {
    font-size: 1rem;
    padding: 0.3125rem 0.875rem;
  }
}

.p-single__category--green {
  color: #3DA61A;
  border: 1px solid #3DA61A;
}
@media screen and (min-width: 768px) {
  .p-single__category--green {
    border: 2px solid #3DA61A;
  }
}

.p-single__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  position: relative;
  border-bottom: 2px solid #DCE3E9;
  border-bottom: 0.125rem solid #DCE3E9;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    margin-top: 1.0625rem;
    padding-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 1;
  }
}

.p-single__title::after {
  content: "";
  height: 2px;
  height: 0.125rem;
  width: 72px;
  width: 4.5rem;
  background-color: #032A88;
  display: block;
  position: absolute;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__title::after {
    width: 6.5315625rem;
    margin-top: 1rem;
  }
}

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

.p-single__thumbnail--w1080 {
  max-width: 1080px;
  max-width: 67.5rem;
  width: 100%;
}

.p-single__thumbnail--w1080 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail--w1080 img {
    width: 70%;
  }
}

.p-single__content {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-single__content--thumbnail {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single__content--thumbnail {
    margin-top: 2.375rem;
  }
}

.p-single__content--spmt16 {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-single__content--spmt16 {
    margin-top: 2.375rem;
  }
}

.p-single__text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-single__text + .p-single__text {
  margin-top: 1.5em;
}

.p-single__button {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single__button {
    margin-top: 2.5625rem;
    text-align: left;
  }
}

.p-single__button .c-button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 282.12px;
  max-width: 17.6325rem;
  border-radius: 624.9375rem;
  padding: 10.5px 30px;
  padding: 0.65625rem 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-single__button .c-button {
    padding: 0.625rem 1.875rem;
  }
}

.p-single__button .c-button--left {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-single__button .c-button--left {
    margin-left: 0;
    padding: 0.625rem 1.875rem;
    max-width: 16.32rem;
  }
}

.p-single__button--wide .c-button--left {
  max-width: 329px;
  max-width: 20.5625rem;
}

.p-single__button--fit .c-button--left {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  gap: 0.9375rem;
}

.p-single__button .c-button img {
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
}

.p-single__block {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .p-single__block {
    margin-top: 7.5rem;
  }
}

.p-single__subtitle {
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #DCE3E9;
  border-bottom: 0.125rem solid #DCE3E9;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  max-width: 131px;
  max-width: 8.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single__subtitle {
    max-width: 10.3125rem;
    font-size: 1.25rem;
    padding-bottom: 0.875rem;
  }
}

.p-single__subtitle::after {
  content: "";
  height: 2px;
  height: 0.125rem;
  background-color: #032A88;
  width: 39.605px;
  width: 2.4753125rem;
  display: block;
  position: absolute;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-single__subtitle::after {
    width: 3.11775rem;
    margin-top: 0.875rem;
  }
}

.p-single__table {
  margin-top: 15px;
  margin-top: 0.9375rem;
  max-width: 550px;
  max-width: 34.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single__table {
    margin-top: 2.5rem;
  }
}

.p-single__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.625rem;
  }
}

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

.p-single__row + .p-single__row--mt48 {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-single__label {
  max-width: 68px;
  max-width: 4.25rem;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__label {
    font-weight: 400;
  }
}

.p-single__description {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-single__description a {
  color: #0037FF;
}

.p-single__table-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-single__table-text a {
  color: #0037FF;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single__table-text a {
    font-weight: 400;
  }
}

.p-single__img-block {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 835px;
  max-width: 52.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single__img-block {
    margin-top: 2.5rem;
  }
}

.p-single__img-block--w619 {
  max-width: 619px;
  max-width: 38.6875rem;
}

.p-single__pagination {
  margin-top: 110.98px;
  margin-top: 6.93625rem;
}
@media screen and (min-width: 768px) {
  .p-single__pagination {
    margin-top: 12.5rem;
  }
}

.p-single__pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 12px;
  gap: 0.75rem;
  color: #093CA3;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__pagination a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    gap: 1.125rem;
  }
}

.p-single__pagination a img {
  max-width: 17px;
  max-width: 1.0625rem;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-single__pagination a img {
    max-width: 1.75rem;
  }
}

.p-sp-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 1000vh;
  background-color: #fff;
  z-index: 9999;
  overflow: hidden;
}

.p-sp-nav.is-active {
  display: block;
}

.p-sp-nav__logo {
  width: 71px;
  width: 4.4375rem;
  height: 38px;
  height: 2.375rem;
  position: absolute;
  top: 17px;
  top: 1.0625rem;
  left: 20px;
  left: 1.25rem;
}

.p-sp-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 75px 20px 80px;
  padding: 4.6875rem 1.25rem 5rem;
  list-style: none;
}

.p-sp-nav__item {
  width: 100%;
  border-top: 0.5px solid #ABB8C3;
  border-top: 0.03125rem solid #ABB8C3;
}

.js-sp-nav__item a {
  padding: 16px 0;
  padding: 1rem 0;
}

.p-sp-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  padding: 1rem 0;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.p-sp-nav__item a img {
  max-width: 7px;
  max-width: 0.4375rem;
  width: 100%;
  height: 10px;
  height: 0.625rem;
}

.p-sp-nav__dropdown-item {
  border-top: 0.5px solid #ABB8C3;
  border-top: 0.03125rem solid #ABB8C3;
}

.p-sp-nav__dropdown-item a {
  padding: 16px 10px;
  padding: 1rem 0.625rem;
}

.p-sp-nav__search {
  position: relative;
  border: 1px solid #032a88;
  border: 0.0625rem solid #032a88;
  border-radius: 624.9375rem;
  overflow: hidden;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-sp-nav__search input[type=search] {
  margin-top: 0;
  padding: 9px 20px;
  padding: 0.5625rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border: none;
}

.p-sp-nav__search input::-webkit-input-placeholder {
  text-align: left;
}

.p-sp-nav__search input::-moz-placeholder {
  text-align: left;
}

.p-sp-nav__search input::-ms-input-placeholder {
  text-align: left;
}

.p-sp-nav__search input::placeholder {
  text-align: left;
}

.p-sp-nav__search input::-webkit-search-cancel-button {
  -webkit-appearance: none; /* デフォルトのサーチキャンセルボタンを非表示にする場合 */
  cursor: pointer;
  background-image: url(../images/common/search-cancel.png); /* デフォルトのサーチキャンセルボタンを非表示にすること */
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 0px;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem; /* キャンセルボタンのサイズを個別に設定する場合 */
  display: none;
}

.p-sp-nav__search input[type=image] {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-sp-nav .c-button {
  max-width: 100%;
  width: 100%;
  padding: 10px 20px 10px 20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  gap: 72px;
  gap: 4.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 400;
  border-radius: 9999px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sp-nav__item a.c-button img {
  max-width: 16px;
  max-width: 1rem;
  height: auto;
  position: absolute;
  right: 31px;
  right: 1.9375rem;
}

.p-sp-nav__dropdown-items {
  display: none;
}

.p-sp-nav__item a.p-sp-nav__toggle {
  position: relative;
}
.p-sp-nav__item a.p-sp-nav__toggle img {
  max-width: 10px;
  max-width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-sp-nav__toggle::before {
  content: "";
  background-color: #000;
  content: "";
  height: 1.5px;
  height: 0.09375rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  width: 0.625rem;
  border-radius: 624.9375rem;
}

.p-sp-nav__toggle::after {
  content: "";
  height: 10px;
  height: 0.625rem;
  right: 4.5px;
  right: 0.28125rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 1.5px;
  width: 0.09375rem;
  background-color: #000;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 624.9375rem;
}

.is-open img {
  display: none;
}

.is-open::after {
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-specification__inner {
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-specification__inner {
    padding: 0 1.5rem;
  }
}

.p-specification__title {
  color: #032A88;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-specification__title {
    font-size: 1.25rem;
  }
}

.p-specification__contents {
  overflow-x: scroll;
  white-space: nowrap;
  margin-top: 0;
  padding-top: 20px;
  padding-top: 1.25rem;
  max-width: 1160px;
  max-width: 72.5rem;
}
@media screen and (min-width: 768px) {
  .p-specification__contents {
    overflow-x: auto;
    max-width: 100%;
    padding-top: 0;
    margin-top: 1rem;
    overflow: visible;
  }
}

.p-specification__content {
  width: 100%;
  border-spacing: 0;
}

.p-specification__content th {
  border: 1px solid #fff;
}

.p-specification__content td {
  border: 1px solid #E8ECEF;
}

.p-specification__content th,
.p-specification__content td {
  padding: 7px 5px;
  padding: 0.4375rem 0.3125rem;
}

.p-specification__content th {
  background-color: #E8ECEF;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-specification__content td {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.p-specification__content td span {
  display: block;
  background-color: #E8ECEF;
  line-height: 1.3;
  padding: 5px 0;
  padding: 0.3125rem 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-specification__content .p-specification--flex span {
  background-color: #fff;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.p-specification__content td span.text-red {
  color: red;
  background-color: #fff;
}

.p-specification__content td span.p-specification--red {
  display: inline-block;
  background-color: #fff;
  color: red;
  vertical-align: text-top;
}
@media screen and (min-width: 768px) {
  .p-specification__content td span.p-specification--red {
    display: inline-block;
  }
}

.p-specification__content--hold {
  position: sticky;
  top: 0;
  left: 0;
}

.p-specification--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-specification--flex span {
  display: block;
  text-align: left;
}

.p-specification__content--p0 td {
  padding: 0;
  padding-left: 8px;
  padding-left: 0.5rem;
  border: none;
}

.p-specification__content--p0 td:first-child {
  padding-left: 0;
}

.p-specification__table-inner {
  margin: 0 auto;
}

.p-specification__btn {
  text-align: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-specification__btn {
    margin-top: 8.75rem;
  }
}

.p-specification__button {
  text-decoration: none;
  font-weight: 400;
  padding: 12px 0;
  padding: 0.75rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 8px 24px 8px 40px;
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-specification__button {
    font-size: 1.25rem;
    line-height: 1.4583333333;
  }
}

.p-specification__button img {
  width: 8px;
  width: 0.5rem;
  height: 11px;
  height: 0.6875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-specification__content--p0 td.p-specification--pl8 {
  padding-left: 8px;
  padding-left: 0.5rem;
}

.p-specification__head {
  position: relative; /* このセルを基準に配置 */
  vertical-align: bottom; /* 見出し文字は下に寄せる */
  z-index: -1;
}

.p-specification__note {
  position: absolute;
  top: -20px;
  top: -1.25rem; /* セルの外、真上に配置 */
  left: 50%; /* セルの中央に寄せる */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 完全中央寄せ */
  color: red;
  font-size: 12px;
  font-size: 0.75rem;
  white-space: nowrap; /* 折り返し防止 */
}

@media screen and (min-width: 768px) {
  .p-standard__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-standard__title {
  text-align: left;
}

.p-standard__title h1 {
  text-transform: none;
  text-transform: initial;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-standard__title h1 {
    font-size: 3rem;
    line-height: 1.3125;
    letter-spacing: 0.05em;
  }
}

.p-standard__title h1::first-letter {
  text-transform: uppercase;
}

.p-standard__lead {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-standard__lead {
    margin-top: 5rem;
  }
}

.p-standard__lead-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-standard__lead-text {
    font-size: 1.25rem;
    line-height: 1.3333333333;
    font-weight: 400;
  }
}

.p-standard__image {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-standard__image {
    max-width: 29rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-standard__image img {
    aspect-ratio: 464/272;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-standard__text-block {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-standard__text-block {
    margin-top: 4.75rem;
  }
}

.p-standard__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-standard__text {
    line-height: 2;
  }
}

.p-standard__item-block {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-standard__item-block {
    margin-top: 9.6875rem;
  }
}

.p-standard__items {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-standard__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-standard__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 1.5rem;
  }
}

.p-standard__items + .p-standard__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-standard__items + .p-standard__items {
    margin-top: 5.1875rem;
  }
}

.p-standard__item {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-standard__item {
    max-width: 100%;
    width: calc(50% - 1.875rem);
  }
}
@media screen and (min-width: 768px) {
  .p-standard__item {
    max-width: 17rem;
    width: auto;
    width: initial;
  }
}

.p-standard__item + .p-standard__item {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 600px) {
  .p-standard__item + .p-standard__item {
    margin-top: 0;
  }
}

.p-standard__item img {
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .p-standard__item img {
    aspect-ratio: 272/162;
  }
}

.p-standard__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #0B62E5;
  text-align: center;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-standard__item-title {
    letter-spacing: 0.05em;
    margin-top: 1rem;
  }
}

.p-standard__item-text {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-standard__item-text {
    margin-top: 0.5rem;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
}

.p-thanks__text {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-thanks__text h3 {
  font-size: ren(24);
  text-align: center;
}

.p-thanks__text p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-top-about {
  position: relative;
  background-color: #EFF1F5;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding-bottom: 0;
    background-color: transparent;
    background-color: initial;
  }
}

.p-top-about__inner {
  position: relative;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__inner {
    padding-bottom: 2.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__title {
    text-align: left;
  }
}

.p-top-about__title .c-section-header__engtitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-about__title .c-section-header__engtitle {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.p-top-about__title .c-section-header__jatitle {
  line-height: 1.4166666667;
  margin-top: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-about__title .c-section-header__jatitle {
    letter-spacing: 0.05em;
  }
}

.p-top-about__contents {
  background: #EFF1F5;
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__contents {
    position: relative;
    aspect-ratio: 886/508;
    max-width: 55.375rem;
    padding-top: 2.5rem;
    padding-left: 4rem;
    padding-bottom: 2.5rem;
    padding-right: 1.25rem;
    z-index: 2;
  }
}

.p-top-about__text-block {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__text-block {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 2.1875rem;
  }
}

.p-top-about__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    width: 64.987715%;
    line-height: 2.5;
  }
}

.p-top-about__image {
  width: 100%;
  margin-left: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-about__image {
    margin-bottom: -2rem;
    max-width: 32.5rem;
    width: 100%;
    margin-left: -16.25rem;
  }
}

.p-top-about__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 327/158;
}
@media screen and (min-width: 768px) {
  .p-top-about__image img {
    aspect-ratio: 520/372;
    width: 100%;
    height: 100%;
  }
}

.p-top-access__inner {
  display: block;
  max-width: 1160px;
  max-width: 72.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-access__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-access__title {
    text-align: left;
  }
}

.p-top-access__title .c-section-header__engtitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3181818182;
}
@media screen and (min-width: 768px) {
  .p-top-access__title .c-section-header__engtitle {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.p-top-access__title .c-section-header__jatitle {
  line-height: 1.4166666667;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-access__title .c-section-header__jatitle {
    margin-top: 0;
  }
}

.p-top-access__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-access__content {
    margin-top: 4.09375rem;
  }
}

.p-top-access__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-access__text {
    letter-spacing: 0;
  }
}

.p-top-access__map {
  aspect-ratio: 328/173;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-access__map {
    max-width: 35.75rem;
    width: 100%;
    margin-top: 0;
    aspect-ratio: 572/300;
  }
}

.p-top-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-top-contact {
  background-image: url(../images/common/contact-sp.jpg);
  background-color: rgba(255, 255, 255, .6);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 43px 0;
  padding: 2.6875rem 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-contact {
    padding: 5.4375rem 0 5.1875rem;
    background-image: url(../images/common/contact.jpg);
    background-color: rgba(255, 255, 255, .8);
  }
}

.p-top-contact__inner {
  max-width: 757px;
  max-width: 47.3125rem;
}

.p-top-contact__contents {
  padding: 22px 8px;
  padding: 1.375rem 0.5rem;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .p-top-contact__contents {
    background-color: #fff;
    padding: 2.5625rem 5.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact__title h2 {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
  }
}

.p-top-contact__text-block {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-top-contact__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-contact__text {
    font-weight: 700;
    line-height: 2;
  }
}

.p-top-contact__text-tel {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 400;
  margin-top: 16px;
  margin-top: 1rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top-contact__text-tel {
    font-size: 2rem;
    line-height: 2;
  }
}

.fa-phone {
  margin-right: 6px;
  margin-right: 0.375rem;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .fa-phone {
    font-size: 1.6875rem;
    margin-right: 0.89375rem;
  }
}

.p-top-contact__btn {
  margin-top: 19px;
  margin-top: 1.1875rem;
  margin: 19px 9px 0;
  margin: 1.1875rem 0.5625rem 0;
  text-align: center;
}

.p-top-contact__btn .c-button {
  max-width: 250px;
  max-width: 15.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  padding: 8px 0;
  padding: 0.5rem 0;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-top-contact__btn .c-button {
    max-width: 27.25rem;
    font-size: 1.3rem;
    line-height: 1.4583333333;
  }
}

.p-top-news-content {
  border-bottom: 1px dashed #707070;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news-content {
    padding-top: 1rem;
    padding-bottom: 1.3125rem;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news-content:first-child {
    border-top: 1px dashed #707070;
  }
}

.p-top-news-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-news-content__meta {
    max-width: 13.9375rem;
    width: 100%;
  }
}

.p-top-news-content__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-news-content__date {
    letter-spacing: 0.05em;
  }
}

.p-top-news-content__date span {
  margin-left: 3px;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-news-content__date span {
    margin-left: 1.25rem;
  }
}

.p-top-news-content__category {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 400;
  margin-left: 16px;
  margin-left: 1rem;
  max-width: 64px;
  max-width: 4rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-news-content__category {
    margin-left: 2.40625rem;
    letter-spacing: 0.05em;
    max-width: 4.375rem;
    padding: 0;
  }
}

.p-top-news-content__category--red {
  color: #E40211;
  border: 1px solid #E40211;
  letter-spacing: 0.3em;
}

.p-top-news-content__category--blue {
  color: #032A88;
  border: 1px solid #032A88;
}

.p-top-news-content__category--green {
  color: #3DA61A;
  border: 1px solid #3DA61A;
}

.p-top-news-content__link {
  margin-top: 0;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-top-news-content__link {
    margin-top: 0;
    margin-left: 2.40625rem;
    line-height: 1.5;
  }
}

.p-top-news-content__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.p-top-news__title .c-section-header__engtitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3181818182;
}
@media screen and (min-width: 768px) {
  .p-top-news__title .c-section-header__engtitle {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.p-top-news__title .c-section-header__jatitle {
  line-height: 1.4166666667;
  margin-top: 0;
}

.p-top-news__items {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__items {
    margin-top: 2.625rem;
    max-width: 52.96875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__inner {
    padding: 0 9.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-top-news__item + .p-top-news__item {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__item + .p-top-news__item {
    margin-top: 0;
  }
}

.p-top-news__btn {
  text-align: center;
  margin-top: 21px;
  margin-top: 1.3125rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    margin-top: 2.25rem;
  }
}

.p-top-news__btn .c-button {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn .c-button {
    max-width: 10.625rem;
    padding: 0.59375rem 0;
    text-align: center;
  }
}

.p-top-order {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 42, 136, .7)), to(rgba(3, 42, 136, .7))), url(../images/common/top-order-bgi.jpg);
  background: linear-gradient(rgba(3, 42, 136, .7), rgba(3, 42, 136, .7)), url(../images/common/top-order-bgi.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-top-order__inner {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-order__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-top-order__wrapper {
  background-color: #fff;
  padding-top: 25px;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-order__wrapper {
    padding-top: 1.9375rem;
    margin-top: 0;
  }
}

.p-top-order__jatitle {
  line-height: 1.4166666667;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-order__jatitle {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    letter-spacing: 0.04em;
  }
}

.p-top-order__title .c-section-header__engtitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3181818182;
}
@media screen and (min-width: 768px) {
  .p-top-order__title .c-section-header__engtitle {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.p-top-order__contents {
  margin-top: 22px;
  margin-top: 1.375rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-order__contents {
    margin-top: 2.5625rem;
    padding-bottom: 2.25rem;
  }
}

.p-top-order__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #333333;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-top-order__lead {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4583333333;
    color: #333333;
  }
}

.p-top-order__block {
  margin-top: 44px;
  margin-top: 2.75rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-order__block {
    max-width: 56.25rem;
    margin: 0 auto;
    margin-top: 3.25rem;
    padding: 0;
  }
}

.p-top-order__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-order__text {
    line-height: 2;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-top-order__text-point {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-order__text-point {
    margin-top: 1.875rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-top-order__text-point span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .p-top-order__text-point span {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.p-top-order__text--mt30 {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-order__text--mt30 {
    margin-top: 2rem;
  }
}

.p-top-order__btn {
  text-align: center;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0 24px;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-order__btn {
    padding: 0 4rem;
    margin-top: 0;
  }
}

.p-top-order__btn .c-top-button {
  font-weight: 500;
  max-width: 285px;
  max-width: 17.8125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2222222222;
  padding: 10px 0;
  padding: 0.625rem 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-order__btn .c-top-button {
    font-size: 1.125rem;
    padding: 0.875rem 2rem;
  }
}

.p-top-order__btn .c-top-button img {
  width: 8px;
  width: 0.5rem;
  height: 12px;
  height: 0.75rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-top-order__images {
  padding-top: 32px;
  padding-top: 2rem;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-top-order__images {
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }
}

.p-top-order__contact {
  padding-top: 24px;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-order__contact {
    padding-top: 2.5rem;
  }
}

.p-top-order__contact-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-order__contact-text {
    font-size: 1.25rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
  }
}

.p-top-order__contact-button {
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 285px;
  max-width: 17.8125rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #032A88;
  background-color: #fff;
  border-radius: 9999px;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  gap: 1.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-order__contact-button {
    text-align: center;
    margin-top: 0.575rem;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.875rem 2rem;
    border-radius: 1.9375rem;
  }
}

.p-top-order__contact-button img {
  width: 8px;
  width: 0.5rem;
  height: 12px;
  height: 0.75rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-top-parts-feeder {
  background-color: #EFF1F5;
}
@media screen and (min-width: 768px) {
  .p-top-parts-feeder {
    background-color: #FAFAFA;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-parts-feeder::after {
    content: "";
    width: 100%;
    height: 10rem;
    background-image: url(../images/common/top-parts-feeder-bgi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

.p-top-parts-feeder__inner {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.p-top-parts-feeder__container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-parts-feeder__container {
    padding: 2.5rem 4rem;
    background-color: #EFF1F5;
    position: relative;
    z-index: 2;
  }
}

.p-top-parts-feeder__title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-parts-feeder__title {
    text-align: center;
  }
}

.p-top-parts-feeder__title .c-section-header__engtitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3181818182;
}
@media screen and (min-width: 768px) {
  .p-top-parts-feeder__title .c-section-header__engtitle {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.p-top-parts-feeder__title .c-section-header__jatitle {
  line-height: 1.4166666667;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-parts-feeder__title .c-section-header__jatitle {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    font-weight: 500;
    margin-top: 0;
  }
}

.p-top-parts-feeder__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-parts-feeder__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 4.4rem;
    margin-top: 2.25rem;
  }
}

.p-top-parts-feeder__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-parts-feeder__text {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0;
    padding: 0;
  }
}

.p-top-parts-feeder__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-parts-feeder__img {
    margin-top: 0.5rem;
    max-width: 26.600625rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-parts-feeder__img img {
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 425.61/289.26;
    width: 100%;
    height: 100%;
  }
}

.p-top-standard {
  position: relative;
  max-width: 1440px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (min-width: 768px) {
  .p-top-standard__inner {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
    padding-bottom: 3.375rem;
    padding-right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (min-width: 768px) {
  .p-top-standard__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-bottom: 3.75rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-top-standard__contents {
    max-width: 37.75rem;
    width: 100%;
    padding-left: 4rem;
  }
}

.p-top-standard__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-standard__content {
    max-width: 33.75rem;
    width: 100%;
    padding-bottom: 5.75rem;
    margin-top: 2.5rem;
  }
}

.p-top-standard__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-standard__title {
    text-align: left;
  }
}

.p-top-standard__title .c-section-header__engtitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3181818182;
}
@media screen and (min-width: 768px) {
  .p-top-standard__title .c-section-header__engtitle {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.p-top-standard__title .c-section-header__jatitle {
  line-height: 1.4166666667;
  margin-top: 0;
}

.p-top-standard__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-top-standard__text {
    line-height: 2;
    padding: 0;
  }
}

.p-top-standard__btn {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-standard__btn {
    text-align: left;
    margin-top: 2.5rem;
  }
}

.p-top-standard__btn .c-button {
  max-width: 210px;
  max-width: 13.125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-standard__btn .c-button {
    max-width: 14.5625rem;
    width: 100%;
    padding: 0.625rem 0;
    text-align: center;
  }
}

.p-top-standard__img {
  padding: 16px 23px 0;
  padding: 1rem 1.4375rem 0;
}
@media screen and (min-width: 768px) {
  .p-top-standard__img {
    padding: 0;
    max-width: 45.75rem;
    width: 100%;
    margin-bottom: -2.125rem;
    margin-left: -2.3125rem;
    height: 100%;
    aspect-ratio: 711/447;
  }
}

.p-top-standard__img img {
  width: 100%;
  height: 100%;
}
.p-top-worries {
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-worries {
    margin-top: 2rem;
  }
}

.p-top-worries__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 6px;
  gap: 0.5rem 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-worries__items {
    gap: 1rem 0.5rem;
    max-width: 54.125rem;
    margin: auto;
    padding-bottom: 1.875rem;
  }
}

.p-top-worries__items::after {
  content: "";
  max-width: 886px;
  max-width: 55.375rem;
  width: 100%;
  height: 17px;
  height: 1.0625rem;
  background-image: url(../images/common/top-order-made-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 100%;
}

.p-top-worries__item {
  background-color: #707070;
  color: #fff;
  border-radius: 22px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 8px 0;
  padding: 0.5rem 0;
  text-align: center;
  width: calc(50% - 0.4375rem);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-worries__item {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0.375rem 0;
    width: calc(25% - 1.875rem);
  }
}

.p-top-worries__block {
  margin-top: 35px;
  margin-top: 2.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-worries__block {
    margin-top: 3.55rem;
  }
}

.p-top-worries__block::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/caution-mark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 28px;
  width: 1.75rem;
  height: 58.6px;
  height: 3.6625rem;
}
@media screen and (min-width: 768px) {
  .p-top-worries__block::after {
    height: 4.375rem;
    width: 2.5rem;
  }
}

.p-top-worries__text {
  color: #032A88;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-worries__text {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 2.525rem;
    line-height: 1.4583333333;
    letter-spacing: 0;
  }
}

.p-tab-wrap {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-tab-wrap {
    padding-top: 0;
    padding-bottom: 0.625rem;
  }
}

.p-tab-label {
  color: #0B62E5;
  cursor: pointer;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0 5px;
  padding: 0 0.3125rem;
  position: relative;
  text-align: center;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: calc(33.3% - 1.25rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-tab-label {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    width: auto;
    width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0B62E5;
    margin-right: 1.375rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
}

.p-tab-label .fa-play {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.p-tab-label--pl0 {
  padding-left: 0;
}

.p-tab-label::before {
  /*親要素であるaタグを基準に位置を指定*/
  left: 0;
  /*アンダーラインを各メニュー（aタグ）の左端に指定*/
  content: "";
  /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーラインなので何も記載しない*/
  width: 11px;
  width: 0.6875rem;
  /*アンダーラインを各aタグの幅に合わせる*/
  height: 11px;
  height: 0.6875rem;
  /*アンダーラインの高さ（太さ）*/
  /*アンダーラインの色*/
  visibility: hidden;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-tab-label:hover::before {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-tab-switch:checked + .p-tab-label {
  color: #0B62E5;
}

.p-tab-switch:checked + .p-tab-label::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  background-image: url(../images/common/fa-play.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  width: 0.75rem;
  height: 11px;
  height: 0.6875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.p-tab-content {
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: opacity 0.3s 40ms, -webkit-transform 0.3s 40ms;
  transition: opacity 0.3s 40ms, -webkit-transform 0.3s 40ms;
  transition: transform 0.3s 40ms, opacity 0.3s 40ms;
  transition: transform 0.3s 40ms, opacity 0.3s 40ms, -webkit-transform 0.3s 40ms;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-tab-content {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
  }
}

.p-tab-switch:checked + .p-tab-label + .p-tab-content {
  height: auto;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-tab-switch:checked + .p-tab-label + .p-tab-content {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
}

.fa-play {
  vertical-align: middle;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .fa-play {
    margin-right: initial;
    font-size: 0.75rem;
    margin-right: 0.3125rem;
  }
}

/*デフォルト色の指定*/
/*サイズ等の指定*/
/*ボタン系の指定*/
/*ラジオボタンの指定*/
/*チェックボックスの指定*/
/*テキストエリアの指定*/
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
  /*↓リセットCSS */
  border: none;
  border-radius: 0.375rem;
  background-image: none;
  font-family: inherit;
  /*↓カスタム */
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border: 1px solid #AAAAAA;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  background: #fff;
  /*↓↓↓↓不要ならコメントアウト or 削除 */
  /*↓↓選択されているときの色*/
}
@media screen and (min-width: 768px) {
  [type=text],
  [type=search],
  [type=tel],
  [type=url],
  [type=email],
  [type=password],
  [type=date],
  textarea {
    max-width: 100%;
    margin-top: 0;
  }
}
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
  border: 1px solid #391E88;
}

[type=tel] {
  max-width: 318px;
  max-width: 19.875rem;
  width: 100%;
}

button,
[type=button],
[type=submit] {
  /*↓リセットCSS */
  margin: 0;
  background-image: none;
  width: auto;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 0;
  /*↓カスタム */
  padding: 8.5px 96.5px;
  padding: 0.53125rem 6.03125rem;
  background: #032A88;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 1.8125rem;
  line-height: 1.5;
}

[type=radio] {
  display: none;
}
[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  padding: 0 0 0 1.75rem;
  margin: 0 35px 0 0;
  margin: 0 2.1875rem 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  cursor: pointer;
}
[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  display: block;
}
[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 3px;
  left: 0.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #391E88;
  border-radius: 50%;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  display: block;
  opacity: 1;
}

[type=checkbox] {
  display: none;
}
[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: block;
  border-radius: 0.25rem;
}
[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  opacity: 1;
  /*チェックマークじゃない場合は以下を変更する*/
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 14.4px;
  width: 0.9rem;
  height: 8px;
  height: 0.5rem;
  margin-top: -0.1em;
  margin-left: 0.1em;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
}

select {
  /*↓リセットCSS */
  border-radius: 0;
  font-family: inherit;
  border: none;
  cursor: pointer;
  color: #909090;
  width: 100%;
  /*↓カスタム */
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  border: 1px solid #AAAAAA;
  border-radius: 0.375rem;
  /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  /*↓デフォルトではないアイコンを使う場合は入力する*/
}
select:focus {
  border: 1px solid #391E88;
}
select option {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}

[type=date] {
  position: relative;
  /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  /*↓デフォルトではないアイコンを使う場合は入力する*/
}
[type=date]:focus {
  border-color: 1px solid #391E88;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

textarea {
  height: 183px;
  height: 11.4375rem;
  width: 100%;
  border-radius: 0.25rem;
}

input::-webkit-input-placeholder {
  color: #909090;
  font-size: 14px;
  font-size: 0.875rem;
}

input::-moz-placeholder {
  color: #909090;
  font-size: 14px;
  font-size: 0.875rem;
}

input::-ms-input-placeholder {
  color: #909090;
  font-size: 14px;
  font-size: 0.875rem;
}

input::placeholder {
  color: #909090;
  font-size: 14px;
  font-size: 0.875rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.number {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border: 1px solid #000;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.sample-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  bottom: initial;
}

span.swiper-pagination-bullet {
  background-color: #fff;
}
/*# sourceMappingURL=styles.css.map */
