@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body {
  color: #000;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

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

a:hover {
  opacity: 0.6;
}

a[href^="tel:"], a[href^="fax:"] {
  pointer-events: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"], a[href^="fax:"] {
    pointer-events: auto;
  }
}

a[href^="tel:"]:hover, a[href^="fax:"]:hover {
  opacity: 1;
}

.l-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.l-footer {
  background-color: #3C96C8;
  color: #FFF;
  position: relative;
  z-index: 90;
}

.l-footer__inner {
  display: flex;
  padding-top: 3.8194444444vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__inner {
    padding-top: 55px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__inner {
    display: grid;
  }
}

@media screen and (max-width: 1159px) {
  .l-footer__left {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__left {
    margin-inline: auto;
    text-align: center;
  }
}

.l-footer__logo {
  background-image: url(../images/common/footer_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 4.1666666667vw;
  width: 13.3333333333vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__logo {
    height: 60px;
    width: 192px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__logo {
    margin-inline: auto;
  }
}

.l-footer__info {
  font-size: 1.1111111111vw;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin-top: 1.7361111111vw;
  padding-left: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__info {
    font-size: 16px;
    margin-top: 25px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__info {
    margin: 100px auto 0;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    margin-top: 420px;
  }
}

.l-footer__info address {
  font-style: normal;
}

.l-footer__right {
  margin-left: auto;
  margin-right: 0.2083333333vw;
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__right {
    margin-right: 3px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__right {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 90px auto 0;
  }
}

.l-footer__nav {
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: block;
  }
}

.l-footer-nav__item {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  color: #FFF;
  display: flex;
  font-size: 1.1111111111vw;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.3px;
  padding: 0.625vw 0.2083333333vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item {
    font-size: 16px;
    padding: 9px 3px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    border-right: 0;
  }
}

.l-footer-nav__item:nth-of-type(1) {
  width: 7.2916666667vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item:nth-of-type(1) {
    width: 105px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-of-type(1) {
    width: auto;
  }
}

.l-footer-nav__item:nth-of-type(4) {
  width: 8.3333333333vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item:nth-of-type(4) {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-of-type(4) {
    width: auto;
  }
}

.l-footer-nav__item:nth-of-type(2),
.l-footer-nav__item:nth-of-type(5) {
  width: 7.5vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item:nth-of-type(2),
  .l-footer-nav__item:nth-of-type(5) {
    width: 108px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-of-type(2),
  .l-footer-nav__item:nth-of-type(5) {
    width: auto;
  }
}

.l-footer-nav__item:nth-of-type(3) {
  width: 8.4722222222vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item:nth-of-type(3) {
    width: 122px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-of-type(3) {
    width: auto;
  }
}

.l-footer-nav__item:nth-of-type(6) {
  width: 7.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item:nth-of-type(6) {
    width: 112px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-of-type(6) {
    width: auto;
  }
}

.l-footer-nav__item:last-child {
  border-right: none;
  justify-content: flex-end;
}

.l-footer-nav__link {
  letter-spacing: -0.02px;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__link {
    padding-block: 10px;
  }
}

.l-footer__copyright {
  background: #163934;
  margin-top: 3.125vw;
  padding-block: 1.0416666667vw;
  padding-left: 3.125vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-footer__copyright {
    margin-top: 45px;
    padding-block: 15px;
    padding-left: 45px;
  }
}

.l-footer__copyright small {
  color: #FFF;
  font-size: 0.9722222222vw;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1440px) {
  .l-footer__copyright small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright small {
    font-size: 10px;
  }
}

.l-header {
  background: rgb(255, 255, 255);
  display: flex;
  height: 6.25vw;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
@media screen and (max-width: 1440px) {
  .l-header {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .is-open .l-header {
    background: #FFF !important;
  }
}

.l-container:has(.p-fv) .l-header {
  background: transparent;
}

.l-header__inner {
  display: flex;
  margin-inline: auto;
  max-width: 100vw;
  padding-right: 4.1666666667vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-header__inner {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    justify-content: center;
    padding-inline: 20px;
  }
}

.l-header__left {
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1159px) {
  .l-header__left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__left {
    padding-left: 0;
  }
}

.l-header__logo {
  background-image: url(../images/common/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 5.4861111111vw;
  margin-left: 2.0833333333vw;
  margin-top: 0.3472222222vw;
  width: 16.1111111111vw;
}
@media screen and (max-width: 1440px) {
  .l-header__logo {
    height: 79px;
    margin-left: 30px;
    margin-top: 5px;
    width: 232px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 50px;
    margin-left: 20px;
    margin-top: 10px;
    width: 150px;
  }
}

.l-header__right {
  align-items: center;
  display: flex;
  gap: 2.7777777778vw;
  justify-content: space-between;
  margin-left: 50.6944444444vw;
  width: 44.4444444444vw;
}
@media screen and (max-width: 1440px) {
  .l-header__right {
    gap: 40px;
    justify-content: right;
    margin-left: auto;
    width: 640px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__right {
    gap: 30px;
    margin-left: auto;
    width: auto;
  }
}

.l-header__right nav {
  max-width: 53.3333333333vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-header__right nav {
    max-width: 768px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__right nav {
    display: none;
  }
}

.l-header__nav {
  align-items: center;
  display: flex;
  gap: 1.3888888889vw;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .l-header__nav {
    gap: 20px;
  }
}

.l-header-nav__item {
  display: flex;
  justify-content: center;
  line-height: 112.5%;
  padding: 0.8333333333vw 0;
  position: relative;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
}

.l-header-nav__link {
  color: #000;
  font-size: 1.1111111111vw;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__link {
    font-size: 16px;
  }
}

.l-container:has(.p-fv) .l-header-nav__link {
  color: #FFF;
}

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

.l-header .l-header__contact-btn {
  align-items: center;
  display: flex;
  font-size: 1.3888888889vw;
  gap: 0.6944444444vw;
  justify-content: center;
  max-width: 13.8888888889vw;
  padding-right: 0;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1159px) {
  .l-header .l-header__contact-btn {
    font-size: 20px;
    max-width: 200px;
    width: 200px;
  }
}

.l-header__contact-btn:before {
  background-image: url(../images/common/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.8055555556vw;
  width: 1.8055555556vw;
}

.l-headerDrawer {
  display: none;
}
@media screen and (max-width: 1159px) {
  .l-headerDrawer {
    background-color: #FFF;
    display: block;
    height: 100vh;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    scrollbar-width: none;
    text-align: left;
    top: 90px;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 101;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer {
    top: 70px;
  }
}

@media screen and (max-width: 1440px) {
  .l-headerDrawer__inner {
    padding-bottom: 200px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__inner {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1440px) {
  .is-open .l-headerDrawer {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1440px) {
  .l-headerDrawer__nav {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 700;
    gap: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__nav {
    font-size: 18px;
    gap: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .l-headerDrawer__nav .l-header-nav__link {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__nav .l-header-nav__link {
    color: #000 !important;
    font-size: 16px;
  }
}

@media screen and (max-width: 1440px) {
  .l-headerDrawer__contact {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__contact {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .l-headerDrawer__contact-btn.c-btn {
    align-items: center;
    display: flex;
    font-size: 22px;
    gap: 8px;
    margin-inline: auto;
    padding: 14px 30px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__contact-btn.c-btn {
    font-size: 20px;
  }
}

.l-headerDrawer__contact-btn.c-btn:before {
  background-image: url(../images/common/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.8055555556vw;
  width: 1.8055555556vw;
}
@media screen and (max-width: 1279px) {
  .l-headerDrawer__contact-btn.c-btn:before {
    height: 23px;
    width: 23px;
  }
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1159px) {
  .l-header__hamburger {
    display: block;
  }
}

.l-header__hamburgerBtn {
  display: none;
}
@media screen and (max-width: 1440px) {
  .l-header__hamburgerBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 55px;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    transition: 0.3s;
    width: 55px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__hamburgerBtn {
    height: 50px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__hamburgerBtn {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .l-header__hamburgerBtnLine {
    background: #003478;
    display: block;
    height: 4px;
    margin-inline: auto;
    transition: transform 0.3s;
    width: 100%;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__hamburgerBtnLine {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__hamburgerBtnLine {
    background: #000 !important;
    height: 2px;
  }
}

.l-container:has(.p-fv) .l-header__hamburgerBtnLine {
  background: #FFF;
}

@media screen and (max-width: 1440px) {
  .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translateY(-12px);
  }
}
@media screen and (max-width: 1159px) {
  .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translateY(-8px);
  }
}

@media screen and (max-width: 1440px) {
  .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translateY(12px);
  }
}
@media screen and (max-width: 1159px) {
  .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translateY(8px);
  }
}

@media screen and (max-width: 1440px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translate(0, 4px) rotate(45deg);
  }
}
@media screen and (max-width: 1159px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translate(0, 3px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translate(0, 2px) rotate(45deg);
  }
}

@media screen and (max-width: 1440px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 1440px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translate(0, -4px) rotate(-45deg);
  }
}
@media screen and (max-width: 1159px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translate(0, -3px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translate(0, -2px) rotate(-45deg);
  }
}

.l-inner {
  height: 100%;
  margin-inline: auto;
  max-width: 86.8055555556vw;
  padding-inline: 4.5138888889vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .l-inner {
    max-width: 1250px;
    padding-inline: 65px;
  }
}
@media screen and (max-width: 569px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 20px;
  }
}

.l-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 6.25vw;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 1440px) {
  .l-main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 70px;
  }
}

.l-main:has(.p-fv) {
  margin-top: 0;
}

.l-pageContent {
  background: #FFF;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}

.c-access__info {
  font-weight: 700;
}
@media screen and (max-width: 1159px) {
  .c-access__info {
    text-align: center;
  }
}

.c-access__info-title {
  font-size: 1.5277777778vw;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1440px) {
  .c-access__info-title {
    font-size: 22px;
  }
}

.c-access__info-address {
  font-size: 1.25vw;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 1440px) {
  .c-access__info-address {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-access__info-address {
    font-size: 16px;
    margin-top: 15px;
  }
}

.c-access__info-num {
  font-size: 1.25vw;
  letter-spacing: -0.1px;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .c-access__info-num {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-access__info-num {
    font-size: 16px;
  }
}

.c-access__map-wrap {
  display: flex;
  height: 320px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .c-access__map-wrap {
    height: auto;
  }
}
@media screen and (max-width: 1159px) {
  .c-access__map-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-access__map-wrap {
    flex-direction: column;
  }
}

.c-access__map, .c-access__map-street {
  height: auto;
  width: 100%;
}

.c-access__map iframe, .c-access__map-street iframe {
  aspect-ratio: 570/320;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-access__map iframe, .c-access__map-street iframe {
    height: auto;
    width: 100%;
  }
}

.c-breadcrumb {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-breadcrumb__inner {
    padding-inline: 20px;
  }
}

.c-breadcrumb__item {
  color: #4c4c4c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.c-breadcrumb__link {
  color: #25539E;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.c-breadcrumb__arrow {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb__arrow {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__arrow {
    font-size: 17px;
    padding-right: 2px;
  }
}

.c-btn {
  background: linear-gradient(to right, #F8D904 0, #FF9500 100%);
  border-radius: 12px;
  color: #FFF;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.3888888889vw;
  padding: 0.7638888889vw 1.7361111111vw 0.7638888889vw 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-btn {
    font-size: 20px;
    padding: 11px 25px 11px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 18px;
  }
}

.c-btn--white {
  background: #FFF;
  color: #0084C9;
}

.c-btn--white:after {
  border-bottom: 2px solid #0084C9;
  border-right: 2px solid #0084C9;
}

.c-btn--blue:after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.c-btn--arrow:after {
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.7638888889vw;
  position: absolute;
  right: 1.7361111111vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .c-btn--arrow:after {
    height: 11px;
    right: 25px;
    width: 8px;
  }
}

.c-contact__inner {
  padding-bottom: 5.5555555556vw;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__inner {
    padding-bottom: 80px;
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__inner {
    padding-top: 35px;
  }
}

.c-contact__mail-form {
  background: #EBEBEB;
  margin-top: 45px;
  padding: 4.3055555556vw 7.5vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__mail-form {
    padding: 70px 110px;
  }
}
@media screen and (max-width: 1279px) {
  .c-contact__mail-form {
    padding: 70px 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__mail-form {
    margin-top: 25px;
    padding: 40px 20px;
  }
}

.c-contact-form__item {
  font-size: 1.3888888889vw;
  letter-spacing: 1.5px;
  margin-top: 1.5277777778vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-form__item {
    font-size: 20px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-form__item {
    font-size: 16px;
    margin-top: 15px;
  }
}

.c-contact-form__item:first-child {
  margin-top: 0;
}

.c-form-item__title {
  color: #4f4f4f;
  font-weight: 700;
}

.c-form-item__title .required {
  color: #DE1313;
}

.c-form-item__detail {
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .c-form-item__detail {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-item__detail {
    margin-top: 5px;
  }
}

.c-form-item__field {
  border: 2px solid #E5E5E5;
  padding: 0.5555555556vw 0.3472222222vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .c-form-item__field {
    padding: 8px 5px;
  }
}

textarea.c-form-item__field {
  height: 300px;
}

.c-form-item__privacy {
  align-items: center;
  display: flex;
  gap: 0.6944444444vw;
  justify-content: center;
  margin: 2.0833333333vw auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .c-form-item__privacy {
    gap: 10px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy {
    gap: 5px;
  }
}

.c-form-item__privacy input {
  height: 1.1805555556vw;
  width: 1.1805555556vw;
}
@media screen and (max-width: 1440px) {
  .c-form-item__privacy input {
    height: 17px;
    width: 17px;
  }
}

.c-form-item__privacy-link {
  font-size: 0.9722222222vw;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1440px) {
  .c-form-item__privacy-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy-link {
    letter-spacing: 1px;
  }
}

.c-form-item__privacy-link a {
  text-decoration: underline;
  text-underline-offset: 20%;
}

.c-contact__btnWrap {
  margin-top: 2.7777777778vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-contact__btnWrap {
    margin-top: 40px;
  }
}

.c-contact__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #FFF;
  font-size: 1.6666666667vw;
  font-weight: 500;
  height: 6.25vw;
  padding-right: 0;
  width: 34.7222222222vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__btn {
    font-size: 24px;
    height: 90px;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__btn {
    font-size: 18px;
    height: auto;
    padding-block: 14px;
    width: 100%;
  }
}

.c-contact-privacy__inner {
  padding-top: 5.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__inner {
    padding-top: 82px;
  }
}

.c-contact-privacy__list {
  padding-top: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list {
    padding-top: 5px;
  }
}

.c-contact-privacy__list-item {
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-item {
    margin-top: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-item {
    margin-top: 30px;
  }
}

.c-contact-privacy__list-item:first-child {
  margin-top: 0;
}

.c-contact-privacy__list-item:nth-child(2) {
  margin-top: 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-item:nth-child(2) {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-item:nth-child(2) {
    margin-top: 30px;
  }
}

.c-contact-privacy__list-title {
  color: #4f4f4f;
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-title {
    font-size: 18px;
  }
}

.c-contact-privacy__list-text {
  font-size: 1.1111111111vw;
  letter-spacing: 1.1px;
  line-height: 1.65;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-text {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-text {
    font-size: 15px;
    margin-top: 15px;
  }
}

.c-newsList {
  display: flex;
  flex-direction: column;
  gap: 1.8055555556vw;
}
@media screen and (max-width: 1440px) {
  .c-newsList {
    gap: 26px;
  }
}

.c-newsList__item {
  border-bottom: 1px solid #b1b1b1;
  font-size: 1.1111111111vw;
  padding-bottom: 1.1111111111vw;
}
@media screen and (max-width: 1440px) {
  .c-newsList__item {
    font-size: 16px;
    padding-bottom: 1.1111111111vw;
  }
}

.c-newsList__item-date {
  font-size: 1.1111111111vw;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 1440px) {
  .c-newsList__item-date {
    font-size: 16px;
  }
}

.c-newsList__item-title {
  letter-spacing: -0.01px;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .c-newsList__item-title {
    margin-top: 10px;
  }
}

.c-pageFv {
  background-image: url(../images/common/page_fv.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 23.6111111111vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .c-pageFv {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv {
    height: 180px;
  }
}

.no-webp .c-pageFv {
  background-image: url(../images/common/page_fv.png);
}

.c-pageFv__inner {
  align-items: center;
  display: flex;
  padding-inline: 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__inner {
    padding-inline: 65px;
  }
}
@media screen and (max-width: 1159px) {
  .c-pageFv__inner {
    padding-inline: 20px;
  }
}

.c-pageFv__title {
  font-weight: 700;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-pageFv__title {
    margin-top: 15px;
  }
}

.c-pageFv__title-en {
  color: #3C96C8;
  font-family: "Montserrat", serif;
  font-size: 5vw;
  line-height: 1.1;
  text-transform: capitalize;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title-en {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-en {
    font-size: 48px;
  }
}
@media screen and (max-width: 569px) {
  .c-pageFv__title-en {
    font-size: 36px;
  }
}

.c-pageFv__title-ja {
  color: #000;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title-ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-ja {
    font-size: 18px;
  }
}

.c-title {
  color: #FFF;
  display: flex;
  flex-direction: column;
}

.c-title__en {
  font-family: "Montserrat", serif;
  font-size: 4.1666666667vw;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 1.2;
  text-transform: capitalize;
}
@media screen and (max-width: 1440px) {
  .c-title__en {
    font-size: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .c-title__en {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__en {
    font-size: 48px;
  }
}

.c-title__ja {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1440px) {
  .c-title__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 1159px) {
  .c-title__ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__ja {
    font-size: 16px;
  }
}

.c-title--blue .c-title__en {
  color: #004098;
}

.c-title--blue .c-title__ja {
  color: #222;
}

.c-sec-title {
  align-items: center;
  background: #3C96C8;
  border-radius: 0 100vmax 100vmax 0;
  color: #FFF;
  display: flex;
  font-size: 1.9444444444vw;
  gap: 1.25vw;
  letter-spacing: 4px;
  margin-bottom: 2.4305555556vw;
  padding: 0.3472222222vw 0 0.3472222222vw 0.7638888889vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-sec-title {
    font-size: 28px;
    gap: 18px;
    margin-bottom: 35px;
    padding: 5px 0 5px 11px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-title {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 4px 14px;
  }
}

.c-sec-title:before {
  background: #FFF;
  content: "";
  display: block;
  height: 2.8472222222vw;
  width: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .c-sec-title:before {
    height: 41px;
    width: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-title:before {
    height: 36px;
  }
}

.c-sec-subTitle {
  border-bottom: 1px solid #3C96C8;
  color: #3C96C8;
  font-size: 1.5277777778vw;
  padding-bottom: 0.1388888889vw;
  padding-left: 1.6666666667vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-sec-subTitle {
    font-size: 22px;
    padding-bottom: 2px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 569px) {
  .c-sec-subTitle {
    font-size: 18px;
  }
}

.c-sec-subTitle:before,
.c-sec-subTitle:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .c-sec-subTitle:before,
  .c-sec-subTitle:after {
    width: 12px;
  }
}

.c-sec-subTitle:before {
  background: #3C96C8;
  bottom: 0;
  height: 100%;
}

.c-sec-subTitle:after {
  background: #EAF3FA;
  height: 0.8333333333vw;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .c-sec-subTitle:after {
    height: 12px;
  }
}
@media screen and (max-width: 569px) {
  .c-sec-subTitle:after {
    height: 10px;
  }
}

.p-access {
  background-image: url(../images/top/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.p-access:before {
  background: rgba(60, 150, 200, 0.1);
  border: 7px solid #3C96C8;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.p-access__inner {
  padding-bottom: 4.1666666667vw;
  padding-top: 3.8194444444vw;
}
@media screen and (max-width: 1440px) {
  .p-access__inner {
    padding-bottom: 60px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__inner {
    padding: 55px 50px 100px;
  }
}

.p-access__title {
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-access__title .c-title__en {
  color: #163934;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .p-access__title .c-title__en {
    line-height: 0.7;
  }
}

.p-access__title .c-title__ja {
  color: #000;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-access__title .c-title__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__title .c-title__ja {
    font-size: 16px;
    padding-top: 15px;
  }
}

.p-access__map {
  display: flex;
  flex-direction: column;
  gap: 4.5138888889vw;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-access__map {
    gap: 65px;
    margin-top: 35px;
  }
}

.p-access__bg {
  bottom: 0;
  height: 46.1111111111vw;
  position: absolute;
  right: -1.3888888889vw;
  width: 11.1111111111vw;
}
@media screen and (max-width: 1440px) {
  .p-access__bg {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__bg {
    bottom: -160px;
    height: auto;
    top: auto;
    width: 60px;
  }
}

.p-access__bg img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-business {
  position: relative;
}

.p-business:before,
.p-business:after {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}

.p-business:before {
  background-image: url(../images/top/business_bg-left.png);
  height: 31.1805555556vw;
  left: 1.0416666667vw;
  top: 0;
  width: 27.3611111111vw;
}
@media screen and (max-width: 569px) {
  .p-business:before {
    height: 300px;
    width: 200px;
  }
}

.p-business:after {
  background-image: url(../images/top/business_bg-right.png);
  bottom: 0;
  height: 29.5138888889vw;
  right: 1.0416666667vw;
  width: 25vw;
}
@media screen and (max-width: 569px) {
  .p-business:after {
    height: 200px;
    right: 0;
    width: 170px;
  }
}

.p-business__inner {
  display: flex;
  gap: 6.5972222222vw;
  justify-content: center;
  max-width: 97.2222222222vw;
  padding: 4.8611111111vw 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .p-business__inner {
    gap: 95px;
    max-width: 1380px;
    padding: 70px 40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__inner {
    align-items: center;
    flex-direction: column-reverse;
    gap: 80px;
    padding: 20px 65px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__inner {
    gap: 50px;
  }
}
@media screen and (max-width: 569px) {
  .p-business__inner {
    align-items: flex-start;
    padding: 40px 10px 35px 10px;
  }
}

.p-business__image-wrap {
  flex-shrink: 0;
  height: 39.3055555556vw;
  margin-left: 6.5972222222vw;
  position: relative;
  width: 40.8333333333vw;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .p-business__image-wrap {
    flex-shrink: 1;
    height: 566px;
    margin-left: 95px;
    width: 588px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__image-wrap {
    height: 460px;
    margin-left: 0;
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__image-wrap {
    margin-inline: auto;
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 569px) {
  .p-business__image-wrap {
    height: 400px;
    max-width: 400px;
  }
}

.p-business__image {
  position: absolute;
}

.p-business__image:nth-of-type(1) {
  bottom: 0;
  z-index: 2;
}

.p-business__image:nth-of-type(2) {
  right: 0;
}

.p-business__image img {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  height: 26.3888888889vw;
}
@media screen and (max-width: 1159px) {
  .p-business__image img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__image img {
    width: auto;
  }
}
@media screen and (max-width: 569px) {
  .p-business__image img {
    height: 250px;
  }
}

.p-business__title {
  margin-top: 6.5972222222vw;
}
@media screen and (max-width: 1440px) {
  .p-business__title {
    margin-top: 95px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__title {
    margin-top: 40px;
    text-align: center;
  }
}

.p-business__title .c-title {
  color: #163934;
  font-size: 4.1666666667vw;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1440px) {
  .p-business__title .c-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__title .c-title {
    font-size: 48px;
  }
}

.p-business__title .c-title__ja {
  font-size: 1.6666666667vw;
  letter-spacing: 0.1px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .p-business__title .c-title__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__title .c-title__ja {
    font-size: 20px;
  }
}

.p-business__text-wrap {
  font-family: "BIZ UDGothic", sans-serif;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-business__text-wrap {
    margin-top: 35px;
  }
}

.p-business__text {
  font-size: 1.3888888889vw;
  line-height: 1.65;
}
@media screen and (max-width: 1440px) {
  .p-business__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__text {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-business__text {
    font-size: 16px;
  }
}

.p-business__btn-wrap {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-business__btn-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__btn-wrap {
    margin-top: 35px;
  }
}

.p-business__btn {
  align-items: center;
  display: flex;
  gap: 1.25vw;
  justify-content: center;
  letter-spacing: 2px;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-business__btn {
    gap: 18px;
    width: 200px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__btn {
    margin-inline: auto;
  }
}

.p-company {
  background-image: url(../images/top/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.no-webp .p-company {
  background-image: url(../images/top/bg.png);
}

.p-company:before {
  background: #3C96C8;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 12.1527777778vw;
}

.p-company__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 95.1388888889vw;
  padding-bottom: 5.2083333333vw;
  padding-top: 5.2083333333vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-company__inner {
    max-width: 1370px;
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    padding: 50px 20px 75px;
    text-align: center;
  }
}

.p-company__left {
  flex-shrink: 0;
}

@media screen and (max-width: 1159px) {
  .p-company__title {
    text-align: center;
  }
}

.p-company__title .c-title {
  line-height: 1.1;
}

.p-company__title .c-title__en {
  color: #3C96C8;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .p-company__title .c-title__en {
    line-height: 0.7;
  }
}

.p-company__title .c-title__ja {
  color: #000;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-company__title .c-title__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__title .c-title__ja {
    font-size: 16px;
    padding-top: 15px;
  }
}

.p-company__text-wrap {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-company__text-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__text-wrap {
    text-align: center;
  }
}

.p-company__date {
  color: #163934;
  font-family: "Montserrat", serif;
  font-size: 2.7777777778vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-company__date {
    font-size: 40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__date {
    margin-inline: auto;
  }
}

.p-company__date:after {
  background-color: #3C96C8;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
}

.p-company__text {
  color: #3C96C8;
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.6;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-company__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .p-company__text {
    margin-top: 20px;
  }
}

.p-company__list-wrap {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-company__list-wrap {
    margin-top: 20px;
  }
}

.p-company__list-title {
  font-size: 1.3888888889vw;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1440px) {
  .p-company__list-title {
    font-size: 20px;
  }
}

.p-company__list {
  display: grid;
  gap: 0.9027777778vw 0.6944444444vw;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.5277777778vw;
}
@media screen and (max-width: 1440px) {
  .p-company__list {
    gap: 13px 10px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 569px) {
  .p-company__list {
    gap: 5px 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-company__list-warning {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1440px) {
  .p-company__list-warning {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__list-warning {
    text-align: center;
  }
}

.p-company__btn-wrap {
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-company__btn-wrap {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__btn-wrap {
    margin-top: 35px;
  }
}

.p-company__btn {
  align-items: center;
  display: flex;
  gap: 1.25vw;
  justify-content: center;
  letter-spacing: 2px;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-company__btn {
    gap: 18px;
    width: 200px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__btn {
    margin-inline: auto;
  }
}

.p-company__image {
  flex-shrink: 0;
  margin-top: 1.7361111111vw;
  position: relative;
  right: -1.0416666667vw;
  width: 50vw;
}
@media screen and (max-width: 1440px) {
  .p-company__image {
    margin-top: 25px;
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__image {
    margin-top: 45px;
    max-width: 400px;
    width: 100%;
  }
}

.p-contact {
  background-image: url(../images/top/contact_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-contact {
    height: 100%;
    padding-bottom: 50px;
  }
}

.p-contact__inner {
  padding-bottom: 9.375vw;
  padding-top: 4.8611111111vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-contact__inner {
    max-width: 100%;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-top: 50px;
    text-align: center;
  }
}

.p-contact__title {
  padding-right: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__title {
    padding-right: 18px;
  }
}

.p-contact__title .c-title {
  align-items: center;
}

.p-contact__title .c-title__en {
  color: #163934;
  font-family: "Montserrat", serif;
  font-size: 7.6388888889vw;
  font-weight: 400;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .p-contact__title .c-title__en {
    font-size: 110px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__title .c-title__en {
    font-size: 62px;
  }
}
@media screen and (max-width: 569px) {
  .p-contact__title .c-title__en {
    font-size: 46px;
  }
}

.p-contact__link-wrap {
  display: flex;
  justify-content: center;
  margin-right: 1.0416666667vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-wrap {
    margin-right: 15px;
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-wrap {
    flex-direction: column;
    margin-right: 0;
  }
}

.p-contact__link {
  border-right: 2px solid #163934;
  padding: 0.3472222222vw 7.9861111111vw 1.7361111111vw 0;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-contact__link {
    padding: 5px 115px 25px 0;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link {
    padding-right: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link {
    border-bottom: 2px solid #163934;
    border-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
}

.p-contact__link:not(:first-child) {
  border-right: none;
  margin-left: 8.3333333333vw;
  padding-right: 0;
}
@media screen and (max-width: 1440px) {
  .p-contact__link:not(:first-child) {
    margin-left: 120px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link:not(:first-child) {
    border-bottom: none;
    margin-left: 0;
    padding-top: 20px;
  }
}

.p-contact__link-image {
  margin-inline: auto;
}

.p-contact__link:nth-of-type(1) .p-contact__link-image {
  width: 3.125vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link:nth-of-type(1) .p-contact__link-image {
    width: 45px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link:nth-of-type(1) .p-contact__link-image {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link:nth-of-type(1) .p-contact__link-image {
    width: 40px;
  }
}

.p-contact__link:nth-of-type(2) .p-contact__link-image {
  width: 3.8194444444vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link:nth-of-type(2) .p-contact__link-image {
    width: 55px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link:nth-of-type(2) .p-contact__link-image {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link:nth-of-type(2) .p-contact__link-image {
    width: 40px;
  }
}

.p-contact__link-num--tel {
  font-size: 3.3333333333vw;
  letter-spacing: 3.2px;
  line-height: 1.25;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-num--tel {
    font-size: 48px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link-num--tel {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-num--tel {
    font-size: 28px;
  }
}

.p-contact__link-num--fax {
  font-size: 1.3888888889vw;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-num--fax {
    font-size: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link-num--fax {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-num--fax {
    margin-top: 0;
  }
}

.p-contact__link-text {
  font-size: 1.3888888889vw;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-text {
    font-size: 20px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-text {
    font-size: 16px;
    margin-top: 5px;
  }
}

.p-fv {
  background-image: url(../images/top/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 55.9027777778vw;
  position: relative;
}
@media screen and (max-width: 1159px) {
  .p-fv {
    height: 645px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 100svh;
  }
}

.no-webp .p-fv {
  background-image: url(../images/top/bg.png);
}

.p-fv__inner {
  height: 100%;
  position: relative;
}

.p-fv__side {
  align-items: center;
  background-image: url(../images/top/bg.png);
  background-size: cover;
  color: #3C96C8;
  content: "";
  display: flex;
  font-family: "Montserrat", serif;
  gap: 9.0277777778vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125vw;
  writing-mode: vertical-rl;
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .p-fv__side {
    gap: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__side {
    width: 4.5138888889vw;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__side {
    width: 30px;
  }
}

.p-fv__side-text {
  font-size: 1.25vw;
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.6px;
  margin-top: 22.5694444444vw;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .p-fv__side-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1159px) {
  .p-fv__side-text {
    font-size: 16px;
    margin-top: 230px;
  }
}

.p-fv__side-scroll {
  display: flex;
  font-weight: 500;
  gap: 0.8333333333vw;
}

.p-fv__side-scroll-text {
  letter-spacing: 1.5px;
}

.p-fv__slides-wrap {
  height: 100%;
  left: 20.4861111111vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-fv__slides-wrap {
    left: 295px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__slides-wrap {
    left: 200px;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__slides-wrap {
    height: calc(100svh - 10vh);
    left: 100px;
    margin-top: 10vh;
  }
}

.p-fv__slides-wrap:before {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: -10px;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1159px) {
  .p-fv__slides-wrap:before {
    background: none;
  }
}

.p-fv__slides {
  margin-block: 0.6944444444vw;
  position: relative;
  right: 12.1527777778vw;
}
@media screen and (max-width: 1440px) {
  .p-fv__slides {
    right: 175px;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__slides {
    right: 0;
  }
}

.p-fv__slide img {
  border-radius: 25px;
}
@media screen and (max-width: 1159px) {
  .p-fv__slide img {
    height: 625px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__slide img {
    height: calc(100% - 15px);
  }
}

.p-fv__text-wrap {
  left: 0;
  padding-left: 1.0416666667vw;
  padding-top: 21.875vw;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-fv__text-wrap {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1159px) {
  .p-fv__text-wrap {
    padding-top: 255px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    justify-content: center;
    padding-left: 20px;
    padding-top: 10vh;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__text-wrap {
    gap: 5px;
    padding-left: 20px;
  }
}

.p-fv__text {
  height: 12.2916666667vw;
  margin-block: 0;
  width: 83.3333333333vw;
}
@media screen and (max-width: 1159px) {
  .p-fv__text {
    min-height: 110px;
    min-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    height: auto;
    min-height: 0;
    min-width: 500px;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__text {
    min-width: 310px;
  }
}

.p-fv__sub-text {
  -webkit-text-stroke-color: #FFF;
  -webkit-text-stroke-width: 2px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #000;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.5277777778vw;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 1.95;
  margin-left: 1.25vw;
  margin-top: 0.3472222222vw;
  padding-block: 0.6944444444vw;
  paint-order: stroke fill;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-fv__sub-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__sub-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__sub-text {
    font-size: 14.5px;
  }
}

.p-fv__list-wrap {
  margin-left: 1.25vw;
  margin-top: 2.4305555556vw;
  width: 22.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-fv__list-wrap {
    width: 400px;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__list-wrap {
    margin-top: 20px;
    width: 270px;
  }
}

.p-fv__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6944444444vw;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .p-fv__list {
    gap: 10px;
  }
}

.p-fv__item {
  background: #3C96C8;
  border-radius: 12px;
  color: #FFF;
  font-size: 0.9722222222vw;
  height: 2.2916666667vw;
  padding: 0.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-fv__item {
    font-size: 14px;
    height: 33px;
    padding: 6px;
  }
}

.p-news {
  clip-path: inset(0);
  position: relative;
  width: 100vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-news {
    background-position: 65% bottom;
  }
}

.p-news__inner {
  display: flex;
  gap: 6.5972222222vw;
  justify-content: space-between;
  padding-bottom: 5.9027777778vw;
  padding-top: 2.4305555556vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-news__inner {
    gap: 95px;
    padding-bottom: 85px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    gap: 30px;
    padding-bottom: 60px;
    padding-top: 65px;
  }
}

.p-news__inner:after {
  background-image: url(../images/top/news_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-news__left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1440px) {
  .p-news__left {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__left {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__left {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-news__title {
    order: 1;
    width: 100%;
  }
}

.p-news__right {
  margin-top: 2.4305555556vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-news__right {
    order: 2;
  }
}

@media screen and (max-width: 1159px) {
  .p-news__btn-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn-wrap {
    margin-top: 0;
    order: 3;
  }
}

.p-news__btn {
  display: block;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-news__btn {
    width: 200px;
  }
}

.p-news__item {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .p-news__item {
    padding-bottom: 10px;
  }
}

.p-news__item:not(:first-child) {
  padding-top: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-news__item:not(:first-child) {
    padding-top: 12px;
  }
}

.p-news__item time {
  font-size: 16px;
  letter-spacing: 0.7px;
}

.p-news-item__title {
  font-family: "BIZ UDGothic", sans-serif;
  letter-spacing: 0.85px;
  margin-top: 0.2083333333vw;
}

.p-pageBusiness__inner {
  padding: 6.8055555556vw 5.5555555556vw 6.5972222222vw 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__inner {
    padding: 98px 80px 95px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageBusiness__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageBusiness__sales-text {
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 1.6;
  /* text-align: center; */

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  .image{
    aspect-ratio: 374/221;
    max-width: 370px;
    width: calc((374 / 1440) * 100vw);
    img{
      width:100%;
    }
  }
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__sales-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageBusiness__sales-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageBusiness__sales-text {
    font-size: 16px;
    .image{
      aspect-ratio: 374/221;
      max-width: 374px;
      width: 100%;
      img{
        width:100%;
      }
    }
  }
}

.p-pageBusiness__machine {
  margin-top: 6.5972222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__machine {
    margin-top: 95px;
  }
}

.p-pageBusiness__machine-list-wrap:not(:first-child) {
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__machine-list-wrap:not(:first-child) {
    margin-top: 35px;
  }
}

.p-pageBusiness__machine-sales-list-wrap {
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__machine-sales-list-wrap {
    margin-top: 35px;
  }
}

.p-pageBusiness__machine-list,
.p-pageBusiness__machine-sales-list {
  display: grid;
  gap: 1.3194444444vw 1.8055555556vw;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__machine-list,
  .p-pageBusiness__machine-sales-list {
    gap: 19px 26px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageBusiness__machine-list,
  .p-pageBusiness__machine-sales-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-pageBusiness__machine-list,
  .p-pageBusiness__machine-sales-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-pageBusiness__machine-item,
.p-pageBusiness__machine-sales-item {
  align-items: center;
  display: flex;
  font-size: 1.3888888889vw;
  gap: 0.6944444444vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__machine-item,
  .p-pageBusiness__machine-sales-item {
    font-size: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageBusiness__machine-item,
  .p-pageBusiness__machine-sales-item {
    font-size: max(16px, 1.8055555556vw);
  }
}

.p-pageBusiness__machine-item:before,
.p-pageBusiness__machine-sales-item:before {
  background: #3C96C8;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8333333333vw;
  width: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__machine-item:before,
  .p-pageBusiness__machine-sales-item:before {
    height: 12px;
    width: 12px;
  }
}

.p-pageBusiness__machine-sales-item span {
  letter-spacing: -2px;
}

.p-pageBusiness__machine-image-wrap {
  border-bottom: 1px solid #aaa;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 1.875vw;
  padding-bottom: 1.7361111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__machine-image-wrap {
    margin-top: 27px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageBusiness__machine-image-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 569px) {
  .p-pageBusiness__machine-image-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-pageCompany__inner {
  padding: 6.8055555556vw 5.5555555556vw 2.2222222222vw 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany__inner {
    padding: 98px 80px 32px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageCompany-greeting__box {
  background: #F1F3F5;
  border: 5px solid #3C96C8;
  margin-top: 2.2222222222vw;
  padding: 3.6111111111vw 6.9444444444vw 2.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-greeting__box {
    margin-top: 32px;
    padding: 52px 100px 38px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageCompany-greeting__box {
    padding: 50px 55px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-greeting__box {
    padding: 20px 25px 10px;
  }
}

.p-pageCompany-greeting__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-greeting__text-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-greeting__text-wrap {
    gap: 10px;
  }
}

.p-pageCompany-greeting__text {
  font-size: 1.25vw;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-greeting__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-greeting__text {
    font-size: 16px;
  }
}

.p-pageCompany-greeting__bottom-text {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-greeting__bottom-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-greeting__bottom-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-greeting__bottom-text {
    font-size: 16px;
  }
}

.p-pageCompany-greeting__bottom-text {
  text-align: right;
}

.p-pageCompany-greeting__bottom-text span {
  font-size: 2.2222222222vw;
  padding-left: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-greeting__bottom-text span {
    font-size: 32px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-greeting__bottom-text span {
    font-size: 22px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-greeting__bottom-text span {
    font-size: 20px;
  }
}

.p-pageCompany__text {
  margin-top: 6.8055555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany__text {
    margin-top: 98px;
  }
}

.p-pageCompany__text .c-sec-title {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany__text .c-sec-title {
    margin-bottom: 30px;
  }
}

.p-pageCompany-text__list {
  line-height: 1.65;
}

.p-pageCompany-text__item {
  display: flex;
  font-size: calc((22 / 1440) * 100vw);
  letter-spacing: -0.2px;
  padding: calc((26 / 1440) * 100vw) calc((40 / 1440) * 100vw);

  background: #FFF;
box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.12);

margin-bottom: calc((32 / 1440) * 100vw);
&:last-child {
  margin-bottom: 0;
}

}
@media screen and (max-width: 1440px) {
  .p-pageCompany-text__item {
    font-size: calc((22 / 1440) * 100vw);
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-text__item {
    font-size: 16px;
  }
}

.p-pageCompany-text__item:before {
  content: "";
  background-color:#3C96C8;
  border-radius: 50%;
  display: inline-block;
  height: calc((16 / 1440) * 100vw);
  width: calc((16 / 1440) * 100vw);
  min-width:calc((16 / 1440) * 100vw);
  font-size: calc((26 / 1440) * 100vw);
  font-weight: 700;
  margin-right: calc((40 / 1440) * 100vw);

  position: relative;
  top: calc((12 / 1440) * 100vw);
}

@media screen and (max-width: 569px) {
  .p-pageCompany-text__item:before {
    top: 9px;
    min-width: 8px;
    width: 8px;
    height: 8px;
    margin-right: 20px;
  }
}

.p-pageCompany__info {
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany__info {
    margin-top: 100px;
  }
}

.p-pageCompany-info__list-item {
  border-bottom: 1px solid #000;
  display: flex;
  line-height: 1.38;
  padding-bottom: 0.7986111111vw;
  padding-top: 1.1111111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__list-item {
    padding-bottom: 11.5px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-info__list-item {
    flex-direction: column;
    gap: 10px;
  }
}

.p-pageCompany-info__list-item:first-child {
  padding-bottom: 0.4166666667vw;
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__list-item:first-child {
    padding-bottom: 6px;
  }
}

.p-pageCompany-info__list-text {
  font-size: 1.25vw;
  letter-spacing: -0.5px;
  line-height: 1.575;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__list-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-info__list-text {
    font-size: 16px;
  }
}

.p-pageCompany-info__list-title {
  color: #25539E;
  letter-spacing: -0.02em;
  min-width: 20.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__list-title {
    min-width: 298px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageCompany-info__list-title {
    min-width: 125px;
  }
}

.p-pageCompany-info__list-detail {
  letter-spacing: -0.01em;
  width: 44.4444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__list-detail {
    width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-info__list-detail {
    width: 100%;
  }
}

.p-pageCompany-info__list-detail span {
  display: inline-block;
}

.p-pageCompany-info__list-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__list-text-wrap {
    gap: 28px;
  }
}

.p-pageCompany-history__list {
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-pageCompany-history__item {
  color: #222;
  display: grid;
  font-size: 1.25vw;
  font-weight: 700;
  gap: 1.3888888889vw;
  grid-template-columns: 10.625vw 1fr;
  height: 6.8055555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-history__item {
    font-size: 18px;
    gap: 20px;
    height: 98px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-history__item {
    gap: 10px;
    grid-template-columns: 65px 1fr;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-history__item {
    font-size: 16px;
  }
}

.p-pageCompany-history__year {
  letter-spacing: -0.5px;
}

.p-pageCompany-history__text {
  display: flex;
  gap: 1.5972222222vw;
  letter-spacing: -0.15px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-history__text {
    gap: 23px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-history__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-history__text {
    gap: 16px;
  }
}

.p-pageCompany-history__text:before,
.p-pageCompany-history__text:after {
  content: "";
  display: block;
  flex-shrink: 0;
  position: relative;
}

.p-pageCompany-history__text:before {
  background: #3C96C8;
  border-radius: 50%;
  height: 1.1111111111vw;
  top: 0.3472222222vw;
  width: 1.1111111111vw;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-history__text:before {
    height: 16px;
    top: 5px;
    width: 16px;
  }
}

.p-pageCompany-history__text:after {
  background: #b1b1b1;
  height: 6.25vw;
  left: 0.4861111111vw;
  position: absolute;
  top: 1.3888888889vw;
  width: 1px;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-history__text:after {
    height: 90px;
    left: 7px;
    top: 20px;
  }
}

.p-pageCompany-history__item:last-child .p-pageCompany-history__text:after {
  display: none;
}

.p-pageContact__inner {
  padding: 6.8055555556vw 5.5555555556vw 6.9444444444vw 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageContact__inner {
    padding: 98px 80px 100px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageContact__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageContact__text {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 1.65;
  padding-top: 1.7361111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageContact__text {
    padding-top: 25px;
  }
}

.p-pageContact__text span {
  color: #ff0000;
}

.p-pageNews__inner {
  padding: 7.0833333333vw 5.5555555556vw 6.9444444444vw 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageNews__inner {
    padding: 102px 80px 100px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageNews__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageProduct__inner {
  padding: 6.8055555556vw 5.5555555556vw 6.8055555556vw 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__inner {
    padding: 98px 80px 98px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageProduct__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageProduct__sales-text {
  letter-spacing: 1.85px;
  line-height: 1.8;
  margin-top: 1.1805555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__sales-text {
    margin-top: 17px;
  }
}

.p-pageProduct__work-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__work-wrap {
    gap: 30px;
    margin-top: 35px;
  }
}

.p-pageProduct__work-image {
  display: flex;
  gap: 2.0833333333vw;
  margin-top: 1.1111111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__work-image {
    gap: 30px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageProduct__work-image {
    gap: 15px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageProduct__work-image {
    flex-wrap: wrap;
  }
}

.p-pageProduct__work-image img {
  width: auto;
}

.p-pageProduct__work:nth-of-type(1) .p-pageProduct__work-image {
  height: 18.4027777778vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__work:nth-of-type(1) .p-pageProduct__work-image {
    height: 265px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__work:nth-of-type(1) .p-pageProduct__work-image {
    height: 212px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageProduct__work:nth-of-type(1) .p-pageProduct__work-image {
    height: auto;
  }
}

@media screen and (max-width: 569px) {
  .p-pageProduct__work:nth-of-type(1) .p-pageProduct__work-image img {
    height: 170px;
  }
}

.p-pageProduct__work:nth-of-type(2) .p-pageProduct__work-image {
  height: 14.0972222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__work:nth-of-type(2) .p-pageProduct__work-image {
    height: 203px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__work:nth-of-type(2) .p-pageProduct__work-image {
    height: 163px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageProduct__work:nth-of-type(2) .p-pageProduct__work-image {
    height: auto;
  }
}

@media screen and (max-width: 569px) {
  .p-pageProduct__work:nth-of-type(2) .p-pageProduct__work-image img {
    height: 133px;
  }
}

.p-pageProduct__section:not(:first-child) {
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__section:not(:first-child) {
    margin-top: 100px;
  }
}

.p-pageProduct__image-wrap {
  display: grid;
  gap: 4.1666666667vw 2.7777777778vw;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__image-wrap {
    gap: 60px 40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__image-wrap {
    gap: 40px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageProduct__image-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-pageProduct__image-wrap--onegrid {
  grid-template-columns: repeat(1, 1fr);
}

.p-pageProduct__image-wrap--twogrid {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.2916666667vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__image-wrap--twogrid {
    row-gap: 33px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap--twogrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-pageProduct__image-wrap--twogrid-auto {
  grid-template-columns: 1fr 17.3611111111vw;
}
@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap--twogrid-auto {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-pageProduct__image-wrap + .p-pageProduct__image-wrap--twogrid {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__image-wrap + .p-pageProduct__image-wrap--twogrid {
    margin-top: 60px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap + .p-pageProduct__image-wrap--twogrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-pageProduct__image {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__image {
    gap: 25px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__image {
    gap: 15px;
  }
}

.p-pageProduct__image-wrap--onegrid .p-pageProduct__image {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.p-pageProduct__image img {
  width: 17.3611111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__image img {
    width: 250px;
  }
}

.p-pageProduct__image-wrap--onegrid .p-pageProduct__image img,
.p-pageProduct__image-wrap--twogrid .p-pageProduct__image img,
.p-pageProduct__image-wrap--twogrid-auto .p-pageProduct__image img {
  width: auto;
}

.p-pageProduct__image-wrap--onegrid .p-pageProduct__image img {
  height: 17.3611111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__image-wrap--onegrid .p-pageProduct__image img {
    height: 250px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__image-wrap--onegrid .p-pageProduct__image img {
    height: 140px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap--onegrid .p-pageProduct__image img {
    height: auto;
  }
}

@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap--onegrid .p-pageProduct__image:nth-of-type(2) img {
    width: 160px;
  }
}

.p-pageProduct__image-wrap--onegrid-large .p-pageProduct__image img {
  height: 30.5555555556vw;
}
@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap--onegrid-large .p-pageProduct__image img {
    height: auto;
  }
}

.p-pageProduct__image-wrap--twogrid-auto .p-pageProduct__image img {
  height: 17.3611111111vw;
}
@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap--twogrid-auto .p-pageProduct__image img {
    height: auto;
  }
}

@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap--twogrid-auto .p-pageProduct__image:nth-of-type(2) img {
    width: 120px;
  }
}

.p-pageProduct__image-name {
  color: #3C96C8;
  font-size: 1.3888888889vw;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__image-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__image-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageProduct__image-name {
    font-size: 16px;
  }
}

.p-pageProduct__image-name span {
  color: #E60028;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__image-name span {
    font-size: 16px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageProduct__image-name span {
    font-size: 14px;
  }
}

@media screen and (max-width: 569px) {
  .p-pageProduct__image-wrap--twogrid-auto .p-pageProduct__image-name {
    text-align: left;
  }
}

.p-pageProduct__image-name .p-pageProduct__image-name--blue {
  color: #3C96C8;
}

.p-pageProduct__feature,
.p-pageProduct__use {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__feature,
  .p-pageProduct__use {
    margin-top: 30px;
  }
}

.p-pageProduct__feature-text,
.p-pageProduct__use-text {
  font-size: 1.25vw;
  letter-spacing: -0.2px;
  line-height: 1.6;
  margin-top: 1.1111111111vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__feature-text,
  .p-pageProduct__use-text {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__feature-text,
  .p-pageProduct__use-text {
    font-size: 17px;
  }
}

.p-pageProduct__use + .p-pageProduct__feature {
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__use + .p-pageProduct__feature {
    margin-top: 38px;
  }
}

.p-pageProduct__feature-text li,
.p-pageProduct__use-text li {
  display: flex;
}

.p-pageProduct__feature-text li:before,
.p-pageProduct__use-text li:before {
  content: "・";
  display: block;
}

.p-pageProduct__sub-text {
  color: #3C96C8;
  font-size: 1.25vw;
  font-weight: 700;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__sub-text {
    font-size: 18px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__sub-text {
    font-size: 16px;
  }
}

.p-pageProduct__image-warning {
  font-size: 1.25vw;
  margin-top: 1.1111111111vw;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__image-warning {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageProduct__image-warning {
    font-size: 16px;
  }
}

.p-pageProduct__use .p-pageProduct__image {
  gap: 0.6944444444vw;
  margin-top: 1.0416666667vw;
  width: 19.6527777778vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__use .p-pageProduct__image {
    gap: 10px;
    margin-top: 15px;
    width: 283px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageProduct__use .p-pageProduct__image {
    width: 200px;
  }
}

.p-pageProduct__use .p-pageProduct__image img {
  height: auto;
  width: 100%;
}

.p-pageProduct__use .p-pageProduct__image-name {
  font-size: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .p-pageProduct__use .p-pageProduct__image-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageProduct__use .p-pageProduct__image-name {
    font-size: 16px;
  }
}

.p-pageRecruit__inner {
  padding: 6.8055555556vw 5.5555555556vw 6.3888888889vw 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__inner {
    padding: 98px 80px 92px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageRecruit__image {
  overflow: hidden;
}

.p-pageRecruit__image img {
  height: 11.8055555556vw;
  left: 50%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__image img {
    height: 170px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__image img {
    height: 135px;
  }
}

.p-product {
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 1159px) {
  .p-product {
    background-position: bottom right;
    background-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-product {
    background-size: 60%;
  }
}
@media screen and (max-width: 569px) {
  .p-product {
    background-size: 80%;
  }
}

.p-product:before {
  background-image: url(../images/top/product_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 25vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-product:before {
    height: 360px;
  }
}
@media screen and (max-width: 1279px) {
  .p-product:before {
    height: 320px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product:before {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-product:before {
    height: 220px;
  }
}

.p-product__inner {
  -moz-column-gap: 4.8611111111vw;
       column-gap: 4.8611111111vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  max-width: 100%;
  padding: 2.4305555556vw 2.7777777778vw 4.0277777778vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-product__inner {
    padding: 35px 40px 58px;
  }
}
@media screen and (max-width: 1279px) {
  .p-product__inner {
    padding-inline: 48px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-product__inner {
    padding: 60px 48px 150px;
  }
}
@media screen and (max-width: 569px) {
  .p-product__inner {
    padding: 60px 10px 120px;
    text-align: center;
  }
}

.p-product__left {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-left: auto;
  width: 33.3333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-product__left {
    width: 480px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__left {
    margin-inline: auto;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__left {
    width: 95%;
  }
}

.p-product__title {
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 1159px) {
  .p-product__title {
    text-align: center;
  }
}

.p-product__title .c-title__en {
  color: #3C96C8;
}

.p-product__title .c-title__ja {
  color: #000;
}

.p-product__title-en {
  font-family: "Montserrat", serif;
  font-size: 4.1666666667vw;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .p-product__title-en {
    font-size: 60px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__title-en {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__title-en {
    font-size: 36px;
  }
}

.p-product__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .p-product__title-ja {
    font-size: 60px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__title-ja {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__title-ja {
    font-size: 32px;
  }
}

.p-product__text-wrap {
  letter-spacing: -0.1px;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-product__text-wrap {
    margin-top: 42px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__text-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-product__text-wrap {
    margin-left: 0;
  }
}

.p-product__text {
  color: #163934;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.58;
}
@media screen and (max-width: 1440px) {
  .p-product__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__text {
    letter-spacing: -0.5px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 569px) {
  .p-product__text {
    font-size: 18px;
  }
}

.p-product__sub-text {
  font-size: 1.3888888889vw;
  line-height: 1.6;
  margin-top: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .p-product__sub-text {
    font-size: 20px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__sub-text {
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 569px) {
  .p-product__sub-text {
    font-size: 15px;
  }
}

.p-product__copy {
  color: #163934;
  font-size: 1.3888888889vw;
  font-weight: 700;
  margin-top: 1.3888888889vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-product__copy {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__copy {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 569px) {
  .p-product__copy {
    font-size: 15px;
  }
}

.p-product__copy:after {
  background-color: #3C96C8;
  bottom: -2px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: calc(100% - 1.0416666667vw);
}

.p-product__btn-wrap {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .p-product__btn-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__btn-wrap {
    margin-top: 35px;
  }
}

.p-product__btn {
  align-items: center;
  display: flex;
  gap: 1.25vw;
  justify-content: center;
  letter-spacing: 2px;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-product__btn {
    gap: 18px;
    width: 200px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__btn {
    margin-inline: auto;
  }
}

.p-product__list-wrap {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 4.0277777778vw;
  position: relative;
  right: 0;
  top: -7.2916666667vw;
  width: 47.9166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-product__list-wrap {
    padding: 4.0277777778vw;
    top: -105px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__list-wrap {
    grid-column: 1/2;
    grid-row: 2/3;
    left: 50%;
    position: relative;
    right: auto;
    top: 40px;
    transform: translateX(-50%);
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__list-wrap {
    max-width: 500px;
    width: 100%;
  }
}

.p-product__list-title {
  background: linear-gradient(to right, #0054B6 0, #3C96C8 100%);
  color: #FFF;
  font-size: 1.6666666667vw;
  padding: 0.0694444444vw 0.5555555556vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-product__list-title {
    font-size: 24px;
    padding: 1px 8px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__list-title {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-product__list-title {
    font-size: 20px;
  }
}

.p-product__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7777777778vw 0.9027777778vw;
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 1279px) {
  .p-product__list {
    gap: 25px 13px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-product__list {
    gap: 20px 0;
    margin-top: 25px;
  }
}

.p-product__item {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 0.5555555556vw;
  line-height: 1;
  min-width: 12.5vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-product__item {
    min-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__item {
    gap: 5px;
    text-align: left;
  }
}
@media screen and (max-width: 569px) {
  .p-product__item {
    font-size: 15px;
  }
}

.p-product__item:before {
  background: #3C96C8;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 100%;
  width: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .p-product__item:before {
    width: 5px;
  }
}

.p-product__photo-list-wrap {
  border-top: 1px solid #ddd;
  grid-column: 1/3;
  grid-row: 2/3;
  left: 50%;
  max-width: 94.4444444444vw;
  overflow-x: auto;
  padding: 2.0833333333vw;
  position: relative;
  top: -2.7777777778vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .p-product__photo-list-wrap {
    top: -40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-product__photo-list-wrap {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 90px;
    top: 0;
  }
}

.simplebar-track .simplebar-scrollbar::before {
  background: #3C96C8;
  border-radius: 0;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #ddd;
  height: 7px !important;
}

.p-product__photo-list {
  display: flex;
  gap: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-product__photo-list {
    gap: 35px;
  }
}

.p-product__photo-item {
  flex-shrink: 0;
}

.p-product__photo-item-image {
  height: 6.5972222222vw;
  width: 6.5972222222vw;
}
@media screen and (max-width: 1440px) {
  .p-product__photo-item-image {
    height: 95px;
    width: 95px;
  }
}

.p-product__photo-item-name {
  font-weight: 700;
  line-height: 1;
  margin-top: 0.6944444444vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-product__photo-item-name {
    margin-top: 10px;
  }
}
@media screen and (max-width: 569px) {
  .p-product__photo-item-name {
    font-size: 15px;
  }
}

.p-recruit {
  background-image: url(../images/top/recruit_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 70.8333333333vw 100%;
  position: relative;
}
@media screen and (max-width: 1159px) {
  .p-recruit {
    background-position: 30% center;
    background-size: 150%;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit {
    background-size: 180%;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit {
    background-position: 55% center;
    background-size: 300%;
  }
}

.p-recruit__side-box-wrap {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.p-recruit__side-box {
  align-items: center;
  display: flex;
  font-size: 1.9444444444vw;
  letter-spacing: 7.7px;
  padding-top: 2.4305555556vw;
  width: 8.3333333333vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1440px) {
  .p-recruit__side-box {
    font-size: 28px;
    width: 120px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit__side-box {
    font-size: 18px;
    justify-content: center;
    padding-bottom: 20px;
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__side-box {
    font-size: 16px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__side-box {
    font-size: 14px;
    width: 30px;
  }
}

.p-recruit__side-box--left {
  background: #000;
  color: #FFF;
}

.p-recruit__side-box--right {
  background: #163934;
  width: 20.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__side-box--right {
    width: 300px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit__side-box--right {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__side-box--right {
    width: 130px;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__side-box--right {
    width: 110px;
  }
}

.p-recruit__inner {
  display: flex;
  gap: 6.25vw;
  justify-content: space-between;
  max-width: 100vw;
  padding: 2.7777777778vw 3.4722222222vw 8.6805555556vw 10.9722222222vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-recruit__inner {
    gap: 90px;
    padding: 40px 50px 125px 158px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit__inner {
    flex-direction: column;
    max-width: 1040px;
    padding: 40px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__inner {
    gap: 30px;
    padding: 30px 20px 30px 50px;
    z-index: 1;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__inner {
    padding: 30px 20px;
  }
}

.p-recruit__left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 3.4722222222vw;
  margin-top: 5.5555555556vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-recruit__left {
    gap: 50px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit__left {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__left {
    display: contents;
  }
}

@media screen and (max-width: 569px) {
  .p-recruit__title {
    order: 1;
  }
}

@media screen and (max-width: 1159px) {
  .p-recruit__right {
    margin-right: auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__right {
    margin-left: 20px;
    order: 2;
  }
}

@media screen and (max-width: 1159px) {
  .p-recruit__btn-wrap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__btn-wrap {
    margin-top: 8px;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__btn-wrap {
    margin-left: 25px;
    order: 3;
  }
}

.p-recruit__btn {
  background: transparent;
  border: 1px solid #FFF;
  display: flex;
  gap: 2.2222222222vw;
  justify-content: center;
  padding-block: 0.6944444444vw;
  padding-left: 0.8333333333vw;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__btn {
    gap: 32px;
    padding-block: 10px;
    padding-left: 12px;
    width: 200px;
  }
}

.p-recruit__text {
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 2.2222222222vw;
  font-weight: 700;
  gap: 0.6944444444vw;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1440px) {
  .p-recruit__text {
    font-size: 32px;
    gap: 10px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit__text {
    font-size: 24px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__text {
    font-size: 14.5px;
    left: -20px;
    position: relative;
    width: calc(100% + 20px);
  }
}

.p-recruit__text span {
  letter-spacing: -0.1px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-recruit__text span:after {
  background: #FFF;
  content: "";
  display: block;
  height: 0.1388888889vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-recruit__text span:after {
    height: 2px;
  }
}

.p-recruit__copy-wrap {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  gap: 0.4861111111vw;
  margin-top: 2.6388888889vw;
  padding: 0.4166666667vw 1.3888888889vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-recruit__copy-wrap {
    gap: 7px;
    margin-top: 38px;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit__copy-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__copy-wrap {
    gap: 0;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__copy-wrap {
    flex-direction: column;
    margin-top: 50px;
  }
}

.p-recruit__copy {
  align-items: center;
  border-right: 1px solid #FFF;
  display: flex;
  gap: 0.8333333333vw;
  padding-right: 1.1111111111vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__copy {
    gap: 12px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__copy {
    padding-right: 8px;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__copy {
    border: none;
    gap: 6px;
  }
}

.p-recruit__copy:not(:first-child) {
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__copy:not(:first-child) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__copy:not(:first-child) {
    padding-left: 0;
  }
}

.p-recruit__copy:last-child {
  border-right: 0;
}

.p-recruit__copy img {
  height: 2.2222222222vw;
  width: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-recruit__copy img {
    height: 32px;
    width: 32px;
  }
}

.p-recruit__copy span {
  color: #FFF;
  font-size: 1.3888888889vw;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-recruit__copy span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-recruit__copy span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__copy span {
    font-size: 14px;
  }
}
@media screen and (max-width: 569px) {
  .p-recruit__copy span {
    padding: 5px 10px;
  }
}

.u-alternative {
  font-size: 0;
  opacity: 0;
}

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

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