@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1380px) {
  html {
    font-size: 1.1594202899vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4D4D4D;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-company__contents {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-company__contents {
    margin-top: 0.875rem;
    max-width: 560px;
    margin-inline: auto;
  }
}

.l-contact {
  padding: 3.75rem 0 5.375rem;
  background: url(../images/bg_contact.jpg) center center/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 2.125rem 0 3.25rem;
    background-image: url(../images/bg_contact_sp.jpg);
  }
}

.l-contact__contents {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-contact__contents {
    max-width: 560px;
    margin-inline: auto;
    margin-top: 1.5rem;
  }
}

.l-footer {
  margin-top: 8.125rem;
  padding: 2.875rem 0 1.625rem;
  background: #004698;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 2.625rem;
    padding: 1.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: none;
  }
}

.l-footer__copy {
  margin-top: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 0;
  }
}

.l-header {
  color: #fff;
  position: absolute;
  top: 0.375rem;
  left: 0;
  right: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-header {
    top: 0;
    height: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .l-header.is-active,
  .l-header.is-scrolled {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 20;
  }
}

.l-header__inner {
  padding: 2.3125rem 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    height: 100%;
    padding: 1.5rem 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0.875rem 1.125rem;
  }
}

.l-header.is-active .l-header__inner,
.l-header.is-scrolled .l-header__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header__logo {
  width: 100%;
  max-width: 14.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 7rem;
  }
}

.l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__logo .is-active,
.l-header__logo .js-logo-scrolled {
  display: none;
}

.l-header.is-active .l-header__logo .js-logo-default,
.l-header.is-scrolled .l-header__logo .js-logo-default {
  display: none;
}

.l-header.is-active .l-header__logo .js-logo-scrolled,
.l-header.is-scrolled .l-header__logo .js-logo-scrolled {
  display: block;
}

.l-header__nav {
  margin-left: 7.125rem;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}

.l-information__contents {
  margin-top: 2.75rem;
  max-width: 68vw;
  min-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-information__contents {
    max-width: 560px;
    margin-inline: auto;
    margin-top: 0.8125rem;
    min-width: 0;
    min-width: initial;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1380px;
  padding-right: 5.625rem;
  padding-left: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

.l-privacy__contents {
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .l-privacy__contents {
    max-width: 560px;
    margin-inline: auto;
    margin-top: 1.375rem;
  }
}

.l-products {
  padding: 3.75rem 0 6rem;
  background: url(../images/bg_products.jpg) center center/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-products {
    padding: 2.125rem 0 3rem;
    background-image: url(../images/bg_products_sp.jpg);
  }
}

.l-products__contents {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-products__contents {
    margin-top: 1.625rem;
    max-width: 560px;
    margin-inline: auto;
  }
}

.l-service {
  padding-top: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-service {
    padding-top: 0;
  }
}

.l-service::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/2344;
  background: url(../images/bg_service.png) center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-service::before {
    top: 13.9375rem;
    aspect-ratio: 400/590;
    background-image: url(../images/bg_service_sp.png);
  }
}

.l-service__contents {
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .l-service__contents {
    margin-top: 2.125rem;
    max-width: 560px;
    margin-inline: auto;
  }
}

.l-top::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 91.25rem;
  aspect-ratio: 1460/1316;
  background: linear-gradient(to bottom right, #004698 0%, #004698 calc(50% - 1px), transparent calc(50% + 1px), transparent 100%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .l-top::before {
    width: 89%;
  }
}
@media screen and (max-width: 767px) {
  .l-top::before {
    max-width: 25rem;
    aspect-ratio: 357/322;
  }
}

.l-top__mv {
  margin-top: 7.875rem;
}
@media screen and (max-width: 1024px) {
  .l-top__mv {
    margin-top: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-top__mv {
    margin-top: 3rem;
  }
}

.l-top__information {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-top__information {
    margin-top: 2.25rem;
  }
}

.l-top__service {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .l-top__service {
    margin-top: 4.625rem;
  }
}

.l-top__products {
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .l-top__products {
    margin-top: 4rem;
  }
}

.l-top__company {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .l-top__company {
    margin-top: 2.625rem;
  }
}

.l-top__contact {
  margin-top: 7.25rem;
}
@media screen and (max-width: 767px) {
  .l-top__contact {
    margin-top: 2.625rem;
  }
}

.l-top__privacy {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .l-top__privacy {
    margin-top: 2.375rem;
  }
}

.c-copy {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.c-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-footer-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-footer-nav__item + .c-footer-nav__item::before {
  display: inline-block;
  content: "";
  height: 1em;
  width: 2px;
  background: #fff;
}

.c-footer-nav__link {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 500;
  padding: 0 1.25em;
}

.c-hamburger {
  display: none;
  width: 2.125rem;
  height: 2.125rem;
  position: relative;
  margin-left: auto;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  z-index: 24;
}
@media screen and (max-width: 1024px) {
  .c-hamburger {
    top: 1.5rem;
    right: 1.125rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    width: 1.375rem;
    height: 1.375rem;
    top: 0.875rem;
  }
}

.c-hamburger.is-scrolled {
  position: fixed;
}

.c-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #004698;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, top 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 0;
  left: 0;
}

.c-hamburger span:nth-child(1) {
  top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(1) {
    top: 0.25rem;
  }
}

.c-hamburger span:nth-child(2) {
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(2) {
    top: 0.6875rem;
  }
}

.c-hamburger span:nth-child(3) {
  top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(3) {
    top: 1.125rem;
  }
}

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

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

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

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-nav__item {
  border-left: 1px solid #fff;
}

.c-nav__item:last-child {
  border-right: 1px solid #fff;
}

.c-nav__link {
  width: clamp(8.75rem, 8.9583333333vw, 10.75rem);
  min-height: 3rem;
  padding: 0 clamp(0.375rem, 0.5208333333vw, 0.625rem);
  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;
  font-size: clamp(12px, 0.78125vw, 0.9375rem);
  font-weight: 700;
  line-height: 1;
}

.c-nav__link::after {
  display: inline-block;
  content: attr(data-en);
  font-size: clamp(10px, 0.625vw, 0.75rem);
  margin-top: 0.6875rem;
  font-family: "Zen Old Mincho", serif;
}

.c-pagetop {
  z-index: 10;
}

.c-pagetop--pc {
  position: fixed;
  top: 19.9375rem;
  left: 3.25rem;
  width: 2rem;
  height: 10.625rem;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
@media screen and (max-width: 767px) {
  .c-pagetop--pc {
    display: none;
  }
}

.c-pagetop--pc.is-scrolled {
  top: calc(100vh - 12.5rem);
}

.c-pagetop--sp {
  display: none;
  width: 2.125rem;
  height: 2.125rem;
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-pagetop--sp {
    display: block;
  }
}

.c-pagetop--sp.is-scrolled {
  opacity: 1;
}

.c-pagetop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-sub-title {
  font-size: 1.5625rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004698;
}
@media screen and (max-width: 767px) {
  .c-sub-title {
    font-size: 1.25rem;
  }
}

.c-sub-title__arrow {
  display: inline-block;
  width: 100%;
  max-width: 7rem;
  margin-left: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .c-sub-title__arrow {
    margin-left: 0.625rem;
  }
}

.c-title {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004698;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.125rem;
  }
}

.c-title::after {
  display: inline-block;
  content: attr(data-en);
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    margin-top: 0.4375rem;
    font-size: 0.625rem;
  }
}

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

.p-company__container {
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__container {
    padding: 2.125rem 0;
  }
}

.p-company__container:first-child {
  padding-top: 0;
}

.p-company__container:last-child {
  padding-bottom: 0;
}

.p-company__container + .p-company__container {
  border-top: 1px solid #4D4D4D;
}

.p-company__container--col2 {
  display: grid;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-company__container--col2 {
    row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }
}

.p-company__info + .p-company__info {
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company__info + .p-company__info {
    margin-top: 1.25rem;
  }
}

.p-company__container--col2 .p-company__info + .p-company__info {
  margin-top: 0;
}

.p-company__title {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 0.9375rem;
  }
}

.p-company__text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-company__text {
    font-size: 0.8125rem;
  }
}

.p-company__map {
  width: 100%;
  max-width: 31.375rem;
  aspect-ratio: 502/361;
}

.p-company__map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}

.p-company__table {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-company__table {
    font-size: 0.8125rem;
  }
}

.p-company__table th,
.p-company__table td {
  padding: 0;
  margin: 0;
}

.p-company__table th {
  font-weight: normal;
  text-align: left;
  text-align: initial;
  padding-right: 1.5rem;
}

.p-contact__text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.8125rem;
  }
}

.p-contact__items {
  margin-top: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
    margin-top: 2.875rem;
    padding-left: 2.5rem;
  }
}

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

.p-contact__item--fax,
.p-contact__item--tel {
  font-size: 1.875rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact__item--fax,
  .p-contact__item--tel {
    font-size: 0.9375rem;
  }
}

.p-contact__item--mail {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-contact__item--mail {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__item--mail {
    font-size: 0.9375rem;
  }
}

.p-contact__item::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.25rem;
}

.p-contact__item--tel:before {
  width: 2rem;
  height: 1.875rem;
  background-image: url(../images/icon01.svg);
}

.p-contact__item--fax:before {
  width: 2.125rem;
  height: 2rem;
  background-image: url(../images/icon02.svg);
}

.p-contact__item--mail:before {
  width: 2.25rem;
  height: 1.4375rem;
  background-image: url(../images/icon03.svg);
}

.p-drawer {
  background: #004698;
  color: #fff;
  max-width: 560px;
  width: 100%;
  position: fixed;
  right: 0;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 22;
}
@media screen and (max-width: 1024px) {
  .p-drawer {
    top: 5.625rem;
    height: calc(100vh - 5.625rem);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer {
    top: 3rem;
    height: calc(100vh - 3rem);
  }
}

.p-drawer.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-drawer__innner {
  padding: 0.375rem 1rem;
}

.p-drawer__item {
  border-bottom: 1px solid #fff;
  font-weight: 600;
  line-height: 1.7333333333;
}
@media screen and (max-width: 1024px) {
  .p-drawer__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__item {
    font-size: 0.9375rem;
  }
}

.p-drawer__link {
  display: inline-block;
  padding: 0.8125rem 0;
}

.p-drawer__overlay {
  display: none;
}

.p-drawer__overlay.is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  z-index: 18;
  display: block;
}

.p-info__item {
  border-top: 1px solid #004698;
  padding: 2.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-info__item {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-info__item {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-info__item {
    display: block;
    padding: 0.8125rem 0;
  }
}

.p-info__item:last-child {
  border-bottom: 1px solid #004698;
}

.p-info__days {
  -ms-flex-preferred-size: 14.6%;
      flex-basis: 14.6%;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.p-info__text {
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    font-weight: inherit;
  }
}

.p-mv {
  padding-left: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 0 1.125rem;
  }
}

.p-mv__contents {
  background: url(../images/bg_mv.jpg) center center/cover;
  padding: 3.875rem 0 5.5rem 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__contents {
    padding: 0.75rem 0 1.125rem 1.0625rem;
  }
}

.p-mv__main-copy {
  font-size: 7.75rem;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.85;
  margin-bottom: 1.875rem;
  margin-left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__main-copy {
    margin-bottom: 0.5rem;
    margin-left: -0.125rem;
    font-size: 2.5625rem;
  }
}

.p-mv__main-copy .text {
  display: block;
}

.p-mv__main-copy .plus {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0.9375rem 1.25rem;
  background: url(../images/img_mv_icon.svg) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-mv__main-copy .plus {
    width: 1.8125rem;
    height: 1.8125rem;
    margin: 0.375rem 0.5rem;
  }
}

.p-mv__texts .text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #004698;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  padding: 1.0625rem 2.375rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-mv__texts .text {
    font-size: 0.625rem;
    padding: 0.375rem 0.75rem;
    letter-spacing: 0.1em;
  }
}

.p-mv__texts .text + .text {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__texts .text + .text {
    margin-top: 0.25rem;
  }
}

.p-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-products {
    display: block;
  }
}

.p-products__container {
  -ms-flex-preferred-size: 29.2%;
      flex-basis: 29.2%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .p-products__container {
    margin-right: 0;
  }
}

.p-products__item {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-products__item {
    font-size: 0.8125rem;
  }
}

.p-products__images {
  -ms-flex-preferred-size: 65.8%;
      flex-basis: 65.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-products__images {
    margin-top: 1.5rem;
    gap: 1.25rem;
  }
}

.p-products__image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

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

.p-privacy__title {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 0.9375rem;
  }
}

.p-privacy__text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    padding-left: 1.25rem;
  }
}

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

.p-privacy__text + .p-privacy__text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__text + .p-privacy__text {
    margin-top: 1.375rem;
  }
}

.c-contact-info {
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .c-contact-info {
    margin-top: 1.75rem;
  }
}

.c-contact-info__title {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-contact-info__title {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-info__title {
    font-size: 0.9375rem;
  }
}

.c-contact-info__text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-contact-info__text {
    font-size: 0.8125rem;
  }
}

.p-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-service {
    display: block;
  }
}

.p-service__container {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__container {
    padding-top: 0;
  }
}

.p-service__item + .p-service__item {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-service__item + .p-service__item {
    margin-top: 2.75rem;
  }
}

.p-service__text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__text {
    margin-top: 0.75rem;
  }
}

.p-service__img {
  -ms-flex-preferred-size: 38.8%;
      flex-basis: 38.8%;
  margin-left: 18.7%;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    width: 66%;
    max-width: 18.75rem;
    margin: 1.125rem auto 0;
  }
}

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

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