@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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 {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "BIZ UDPGothic", 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;
  width: 100vw;
}

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

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

.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 {
    padding-inline: 65px;
  }
}
@media screen and (max-width: 1279px) {
  .l-inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1159px) {
  .l-inner {
    max-width: 1040px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 569px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 20px;
  }
}

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

.l-header {
  border-top: 4px solid #25E68D;
  display: flex;
  height: 7.2222222222vw;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .l-header {
    height: 104px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 70px;
  }
}

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

.l-header__inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 100vw;
  padding-right: 3.4722222222vw;
  position: relative;
  transition: background-color 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-header__inner {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}

.l-header__logo {
  background-image: url(../images/common/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 2.4305555556vw;
  margin-left: 4.1666666667vw;
  margin-top: 2.5vw;
  width: 20.4861111111vw;
}
@media screen and (max-width: 1440px) {
  .l-header__logo {
    height: 35px;
    margin-left: 60px;
    margin-top: 36px;
    width: 295px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 40px;
    margin-left: 15px;
    margin-top: 15px;
    width: 210px;
  }
}
@media screen and (max-width: 569px) {
  .l-header__logo {
    height: 35px;
    margin-left: 0;
    width: 200px;
  }
}

.l-header__right {
  align-items: center;
  display: flex;
  gap: 4.5138888889vw;
  justify-content: space-between;
  width: 56.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .l-header__right {
    gap: 65px;
    justify-content: right;
    width: calc(700px + 120 * (100vw - 1280px) / 120);
  }
}
@media screen and (max-width: 1279px) {
  .l-header__right {
    gap: 30px;
    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: 1279px) {
  .l-header__right nav {
    display: none;
  }
}

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

.l-header-nav__item {
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 600;
  justify-content: center;
  line-height: 112.5%;
  padding: 0.8333333333vw 0;
  position: relative;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__item {
    padding: 12px 0;
  }
}

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

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

.l-header__contact-btn {
  align-items: center;
  display: flex;
  gap: 0.6944444444vw;
  justify-content: center;
  max-width: 16.6666666667vw;
  width: 16.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .l-header__contact-btn {
    width: calc(150px + 90 * (100vw - 1280px) / 90);
  }
}
@media screen and (max-width: 1279px) {
  .l-header__contact-btn {
    width: 150px;
  }
}

.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: 1279px) {
  .l-headerDrawer {
    background-color: #FFF;
    display: block;
    height: 100vh;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    text-align: left;
    top: 104px;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
}
@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: 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: 1279px) {
  .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-color: #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 {
    height: 2px;
  }
}

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

@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-footer {
  background-color: #F6F6F6;
  font-family: "BIZ UDPGothic", sans-serif;
  position: relative;
  z-index: 90;
}

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

@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/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 4.1666666667vw;
  margin-left: 0.8333333333vw;
  width: 20.1388888889vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__logo {
    height: 60px;
    margin-left: 12px;
    width: 290px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__logo {
    margin-inline: auto;
  }
}

.l-footer__info {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.1111111111vw;
  letter-spacing: -0.1px;
  line-height: 1.5;
  margin-left: 0.5555555556vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__info {
    font-size: 16px;
    margin-left: 8px;
    margin-top: 15px;
  }
}
@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: 380px;
  }
}

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

.l-footer__right {
  margin-left: auto;
  margin-right: 0.6944444444vw;
  margin-top: 4.8611111111vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__right {
    margin-top: 70px;
  }
}
@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(34, 34, 34, 0.6);
  display: flex;
  font-size: 1.1111111111vw;
  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;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    border-right: 0;
    width: auto;
  }
}

.l-footer-nav__item:nth-of-type(1) {
  width: 6.5972222222vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item:nth-of-type(1) {
    width: 95px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-of-type(1) {
    width: 100%;
  }
}

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

.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: 100%;
  }
}

.l-footer-nav__item:nth-of-type(5) {
  width: 9.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item:nth-of-type(5) {
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:nth-of-type(5) {
    width: 100%;
  }
}

.l-footer-nav__item:last-child {
  border-right: none;
  justify-content: flex-end;
  width: 7.8472222222vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__item:last-child {
    width: 113px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:last-child {
    width: 100%;
  }
}

.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: #0000B9;
  margin-top: 2.2222222222vw;
  padding-bottom: 1.1111111111vw;
  padding-top: 0.9027777778vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-footer__copyright {
    margin-top: 32px;
    padding-bottom: 16px;
    padding-top: 13px;
  }
}

.l-footer__copyright small {
  color: #FFF;
  font-family: "BIZ UDPGothic", sans-serif;
  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;
  }
}

.c-access__info {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.25vw;
  letter-spacing: 1.3px;
  line-height: 1.4;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .c-access__info {
    font-size: 18px;
    margin-top: 35px;
  }
}

.c-access:not(:first-child) .c-access__info {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .c-access:not(:first-child) .c-access__info {
    margin-top: 30px;
  }
}

.c-access__info-name {
  letter-spacing: 0.1px;
}

.c-access__info-address {
  letter-spacing: 1px;
}

.c-access__info-num {
  display: flex;
  gap: 0.6944444444vw;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1440px) {
  .c-access__info-num {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-access__info-num {
    flex-direction: column;
    gap: 0;
    margin-top: 5px;
  }
}

.c-access__map-wrap {
  display: flex;
  gap: 1.3888888889vw;
  justify-content: space-between;
  margin-top: 2.0833333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .c-access__map-wrap {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .c-access__map-wrap {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-access__map-wrap {
    flex-direction: column;
  }
}

.c-access__map,
.c-access__map iframe {
  width: 100%;
}

.c-access__btn-wrap {
  margin: 2.0833333333vw auto;
}
@media screen and (max-width: 1440px) {
  .c-access__btn-wrap {
    margin: 30px auto;
  }
}

.c-access__btn {
  align-items: center;
  display: flex;
  gap: 1.0416666667vw;
  justify-content: center;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .c-access__btn {
    gap: 15px;
    width: 200px;
  }
}

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

.c-breadcrumb__item {
  color: #4C4C4C;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.1111111111vw;
  letter-spacing: 0.5px;
}
@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 {
  font-family: "Montserrat", serif;
  text-decoration: underline;
}

.c-breadcrumb__arrow {
  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: #F77416;
  color: #FFF;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  padding-block: 0.9722222222vw;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-btn {
    font-size: 18px;
    padding-block: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 16px;
    padding-block: 12px;
  }
}

.c-btn--arrow:after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  display: block;
  height: 0.5555555556vw;
  rotate: -45deg;
  width: 0.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .c-btn--arrow:after {
    height: 8px;
    right: 15px;
    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;
  }
}

.c-contact__mail-form {
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__mail-form {
    margin-top: 38px;
  }
}

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

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

.c-contact-form__item:last-child {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-form__item:last-child {
    margin-top: 20px;
  }
}

.c-form-item__title {
  color: #0000B9;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
}

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

.c-form-item__detail {
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .c-form-item__detail {
    margin-top: 8px;
  }
}

.c-form-item__field {
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.3888888889vw;
  letter-spacing: 0.6px;
  padding: 1.0416666667vw 1.5277777778vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .c-form-item__field {
    font-size: 20px;
    padding: 15px 22px;
  }
}

.c-form-item__field::-moz-placeholder {
  color: #999;
}

.c-form-item__field::placeholder {
  color: #999;
}

textarea.c-form-item__field {
  height: 11.1111111111vw;
}
@media screen and (max-width: 1440px) {
  textarea.c-form-item__field {
    height: 160px;
  }
}

.c-contact__btnWrap {
  margin: 1.1805555556vw auto 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .c-contact__btnWrap {
    margin: 17px auto 0;
  }
}

.c-contact__btn {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F77416;
  border: none;
  color: #FFF;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 700;
  gap: 0.8333333333vw;
  justify-content: center;
  letter-spacing: 1px;
  max-width: 25vw;
  padding-block: 0.9722222222vw;
  width: 25vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__btn {
    font-size: 20px;
    font-weight: 700;
    gap: 12px;
    letter-spacing: 1px;
    min-width: 300px;
    padding-block: 14px;
    width: calc(400px + 68 * (100vw - 1280px) / 68);
  }
}
@media screen and (max-width: 768px) {
  .c-contact__btn {
    font-size: 18px;
    height: auto;
    padding-block: 14px;
    width: 100%;
  }
}

.c-form-item__privacy {
  align-items: center;
  display: flex;
  gap: 0.9027777778vw;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .c-form-item__privacy {
    gap: 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy {
    gap: 5px;
  }
}

.c-form-item__privacy input {
  border: 1px solid #333;
  cursor: pointer;
  height: 17px;
  width: 17px;
}

.c-form-item__privacy-link {
  color: #4c4c4c;
  font-size: 1.3888888889vw;
  font-weight: 600;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1440px) {
  .c-form-item__privacy-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy-link {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

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

.c-contact__privacy {
  color: #000;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__privacy {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__privacy {
    padding-top: 110px;
  }
}

.c-contact-privacy__list {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list {
    gap: 32px;
    margin-top: 30px;
  }
}

.c-contact-privacy__list-item {
  font-family: "BIZ UDPGothic", sans-serif;
}

.c-contact-privacy__list-title {
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-bottom: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-title {
    font-size: 24px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-title {
    font-size: 18px;
  }
}

.c-contact-privacy__list-text {
  color: #000;
  font-size: 1.1111111111vw;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.6;
  padding-top: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-text {
    font-size: 16px;
    padding-top: 5px;
  }
}

.c-newsList {
  display: flex;
  flex-direction: column;
  gap: 0.9722222222vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .c-newsList {
    margin-top: 30px;
  }
}

.c-newsList__item {
  border-bottom: 1px solid #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.1111111111vw;
  line-height: 1.4;
  padding-bottom: 0.9722222222vw;
}
@media screen and (max-width: 1440px) {
  .c-newsList__item {
    font-size: 16px;
    padding-bottom: 14px;
  }
}

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

.c-newsList__item-title {
  letter-spacing: 0.8px;
  margin-top: 0;
}

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

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

.c-pageFv:after {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 49.6527777778vw;
}
@media screen and (max-width: 1440px) {
  .c-pageFv:after {
    width: 715px;
  }
}
@media screen and (max-width: 1159px) {
  .c-pageFv:after {
    right: -45px;
    width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv:after {
    width: 400px;
  }
}
@media screen and (max-width: 569px) {
  .c-pageFv:after {
    right: -35px;
    width: 265px;
  }
}

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

.c-pageFv__title {
  color: #0000B9;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1159px) {
  .c-pageFv__title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title {
    margin-top: 15px;
  }
}

.c-pageFv__title-en {
  font-family: "Montserrat", serif;
  font-size: 5.9722222222vw;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title-en {
    font-size: 86px;
  }
}
@media screen and (max-width: 1279px) {
  .c-pageFv__title-en {
    font-size: 80px;
  }
}
@media screen and (max-width: 1159px) {
  .c-pageFv__title-en {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-en {
    font-size: 60px;
  }
}
@media screen and (max-width: 569px) {
  .c-pageFv__title-en {
    font-size: 36px;
  }
}

.c-pageFv__title-ja {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6666666667vw;
  margin-top: 0.5555555556vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title-ja {
    font-size: 24px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1279px) {
  .c-pageFv__title-ja {
    font-size: 32px;
  }
}
@media screen and (max-width: 1159px) {
  .c-pageFv__title-ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 569px) {
  .c-pageFv__title-ja {
    font-size: 18px;
  }
}

.c-title {
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-family: "BIZ UDPGothic", sans-serif;
}

.c-title__en {
  font-family: "Montserrat", serif;
  font-size: 5.1388888889vw;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .c-title__en {
    font-size: 74px;
  }
}
@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-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1440px) {
  .c-title__ja {
    font-size: 20px;
  }
}
@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--black .c-title__en,
.c-title--black .c-title__ja {
  font-weight: 700;
}

.c-title--black .c-title__en {
  color: #000;
  text-transform: capitalize;
}

.c-title--black .c-title__ja {
  color: #000;
}

.c-sec-title {
  align-items: center;
  background: #F6F6F6;
  color: #000;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.9444444444vw;
  gap: 0.6944444444vw;
  letter-spacing: 1.8px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-sec-title {
    font-size: 28px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-title {
    font-size: 20px;
  }
}

.c-sec-title:before {
  background: #25E68D;
  content: "";
  display: block;
  height: 4.5833333333vw;
  width: 0.625vw;
}
@media screen and (max-width: 1440px) {
  .c-sec-title:before {
    height: 66px;
    width: 9px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-title:before {
    height: 46px;
  }
}

.p-access {
  background: #FFF;
  border: 10px solid #25E68D;
  position: relative;
  width: calc(100vw - 15px);
}
@media screen and (max-width: 768px) {
  .p-access {
    width: 100%;
  }
}

.p-access:before {
  background-image: url(../images/top/access_text-bg.webp);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0.6944444444vw;
  content: "";
  height: 35.7638888889vw;
  position: absolute;
  right: 0.6944444444vw;
  width: 6.25vw;
}
@media screen and (max-width: 1440px) {
  .p-access:before {
    bottom: 10px;
    height: 515px;
    right: 10px;
    width: 90px;
  }
}
@media screen and (max-width: 1159px) {
  .p-access:before {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-access:before {
    bottom: -120px;
    height: 300px;
    right: 125px;
    rotate: -90deg;
    top: auto;
    width: 60px;
  }
}

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

.p-access__inner {
  padding-bottom: 1.3888888889vw;
  padding-top: 3.125vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-access__inner {
    gap: 63px;
    max-width: 86.8055555556vw;
    padding-bottom: 20px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__inner {
    gap: 50px;
    padding-bottom: 60px;
    padding-top: 65px;
  }
}

.p-access .c-title--black {
  text-align: center;
}

.p-access__title .c-title__en {
  font-size: 4.4444444444vw;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1440px) {
  .p-access__title .c-title__en {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__title .c-title__en {
    font-size: 48px;
  }
}

.p-access__title .c-title__ja {
  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: 20px;
  }
}

.p-access__wrap {
  margin-top: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .p-access__wrap {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1159px) {
  .p-access__wrap {
    gap: 15px;
    margin-top: 35px;
  }
}

.p-access__wrap .c-access__info {
  margin-top: 0;
  min-height: 9.7222222222vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-access__wrap .c-access__info {
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrap .c-access__info {
    min-height: 130px;
  }
}

.p-access__wrap .c-access__info-name {
  font-size: 1.1111111111vw;
  letter-spacing: -0.05px;
}
@media screen and (max-width: 1159px) {
  .p-access__wrap .c-access__info-name {
    font-size: 22px;
    min-height: 40px;
  }
}

.p-access__wrap .c-access__info-address {
  font-size: 1.25vw;
  letter-spacing: -0.1px;
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-access__wrap .c-access__info-address {
    font-size: 18px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrap .c-access__info-address {
    font-size: 16px;
    margin-top: 10px;
  }
}

.p-access__wrap .c-access__info-num {
  flex-direction: column;
  font-size: 1.25vw;
  gap: 0;
  letter-spacing: -0.01px;
  margin-top: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .p-access__wrap .c-access__info-num {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrap .c-access__info-num {
    font-size: 16px;
  }
}

.p-access__wrap .c-access__map-wrap {
  margin-top: 0;
}

.p-access__wrap .c-access__map iframe {
  aspect-ratio: 520/320;
}
@media screen and (max-width: 1159px) {
  .p-access__wrap .c-access__map iframe {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__wrap .c-access__map iframe {
    aspect-ratio: 520/240;
    height: 240px;
  }
}

.p-access__wrap .c-access__btn-wrap {
  margin-top: 2.5vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-access__wrap .c-access__btn-wrap {
    margin-top: 36px;
  }
}

.p-access__wrap .c-access__btn {
  letter-spacing: 1.5px;
  width: 12.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-access__wrap .c-access__btn {
    width: 176px;
  }
}

.p-blank {
  height: 58.6111111111vw;
  margin-inline: auto;
  position: relative;
  width: 89.9305555556vw;
}
@media screen and (max-width: 768px) {
  .p-blank {
    height: 100vh;
    width: 100%;
  }
}

.p-blank__contents {
  height: 47.0138888889vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-blank__contents {
    height: 80vh;
  }
}

.p-blank__title, .p-blank__sub-title {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}

.p-blank__title {
  bottom: 11.8055555556vw;
  left: 5.9027777778vw;
}
@media screen and (max-width: 1159px) {
  .p-blank__title {
    left: 2.4305555556vw;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-blank__title {
    bottom: 34.7222222222vw;
  }
}

.p-blank__sub-title {
  bottom: 6.5972222222vw;
  left: 5.9027777778vw;
}
@media screen and (max-width: 1159px) {
  .p-blank__sub-title {
    left: 2.4305555556vw;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-blank__sub-title {
    bottom: 27.0833333333vw;
  }
}

.p-blank__text-wrap {
  bottom: -1.0416666667vw;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .p-blank__text-wrap {
    bottom: -15px;
  }
}
@media screen and (max-width: 1279px) {
  .p-blank__text-wrap {
    bottom: -35px;
  }
}
@media screen and (max-width: 1159px) {
  .p-blank__text-wrap {
    bottom: -45px;
  }
}
@media screen and (max-width: 768px) {
  .p-blank__text-wrap {
    bottom: 9.7222222222vw;
  }
}
@media screen and (max-width: 569px) {
  .p-blank__text-wrap {
    bottom: 4.1666666667vw;
  }
}

.p-blank__text {
  bottom: 1.7361111111vw;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6666666667vw;
  left: 5.9027777778vw;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-blank__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1159px) {
  .p-blank__text {
    font-size: 20px;
    left: 2.4305555556vw;
    line-height: 1.9;
  }
}
@media screen and (max-width: 569px) {
  .p-blank__text {
    font-size: 18px;
    line-height: 2.25;
  }
}

.p-blank__text p {
  color: #FFF;
  display: block;
  line-height: 1.4;
  padding-block: 0.3472222222vw;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-blank__text p {
    padding-block: 5px;
  }
}
@media screen and (max-width: 569px) {
  .p-blank__text p {
    line-height: 1.6;
  }
}

.p-blank__text p:nth-child(1):before {
  width: 22.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .p-blank__text p:nth-child(1):before {
    width: 326px;
  }
}
@media screen and (max-width: 1159px) {
  .p-blank__text p:nth-child(1):before {
    width: 270px;
  }
}
@media screen and (max-width: 569px) {
  .p-blank__text p:nth-child(1):before {
    width: 245px;
  }
}

.p-blank__text p:before {
  background: rgba(0, 0, 139, 0.8);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  content: "";
  display: block;
  height: 2.4305555556vw;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .p-blank__text p:before {
    height: 35px;
  }
}
@media screen and (max-width: 569px) {
  .p-blank__text p:before {
    height: 30px;
  }
}

.p-blank__text span {
  padding: 0.3472222222vw 0.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-blank__text span {
    padding: 5px 8px;
  }
}

.p-business__inner {
  display: flex;
  gap: 2.7777777778vw;
  justify-content: center;
  max-width: 100vw;
  padding: 1.0416666667vw 2.7777777778vw 2.4305555556vw 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-business__inner {
    gap: 40px;
    padding: 15px 40px 35px 32px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__inner {
    align-items: flex-end;
    gap: 30px;
    padding: 20px 40px 35px 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__inner {
    gap: 0;
  }
}
@media screen and (max-width: 569px) {
  .p-business__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 10px 35px 10px;
  }
}

.p-business__left {
  background-image: url(../images/top/business_left-bg.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.2083333333vw 6.9444444444vw 0 9.0277777778vw;
}
@media screen and (max-width: 1440px) {
  .p-business__left {
    padding: 75px 100px 0 130px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__left {
    padding: 40px 30px 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__left {
    background-size: contain;
    padding: 20px 10px 0 30px;
  }
}

.no-webp .p-business__left {
  background-image: url(../images/top/company_left-bg.png);
}
@media screen and (max-width: 1159px) {
  .no-webp .p-business__left {
    background-image: url(../images/top/company_left-bg-pattern2.png);
  }
}

.p-business__title .c-title__en {
  font-size: 4.1666666667vw;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1440px) {
  .p-business__title .c-title__en {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__title .c-title__en {
    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__copy {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .p-business__copy {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__copy {
    margin-top: 20px;
  }
}

.p-business__copy img {
  width: 19.8611111111vw;
}
@media screen and (max-width: 1440px) {
  .p-business__copy img {
    width: 286px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__copy img {
    width: 240px;
  }
}

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

.p-business__text {
  font-size: 1.25vw;
  line-height: 1.65;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .p-business__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__text {
    font-size: 18px;
  }
}
@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: 12.1527777778vw;
}
@media screen and (max-width: 1440px) {
  .p-business__btn {
    gap: 18px;
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__btn {
    width: 200px;
  }
}

.p-business__right {
  flex-shrink: 0;
  width: 54.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-business__right {
    flex-shrink: 1;
    width: 780px;
  }
}
@media screen and (max-width: 569px) {
  .p-business__right {
    margin-top: 50px;
    width: 100%;
  }
}

.p-business__image {
  display: flex;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-business__image {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__image {
    gap: 5px;
  }
}

.p-businessContent__inner {
  padding-bottom: 4.8611111111vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__inner {
    padding-bottom: 70px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessContent__inner {
    padding-bottom: 85px;
    padding-top: 35px;
  }
}

.p-businessContent__section:not(:first-child) {
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__section:not(:first-child) {
    padding-top: 75px;
  }
}

.p-businessContent__image-list-wrap {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__image-list-wrap {
    margin-top: 30px;
  }
}

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

.p-businessContent__text {
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6666666667vw;
  letter-spacing: 0.1px;
  line-height: 1.7;
  margin-top: 2.3611111111vw;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__text {
    font-size: 24px;
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessContent__text {
    font-size: 18px;
  }
}

.p-businessContent__image-list {
  display: grid;
  gap: 1.3888888889vw 1.1111111111vw;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1440px) {
  .p-businessContent__image-list {
    gap: 20px 16px;
  }
}
@media screen and (max-width: 1159px) {
  .p-businessContent__image-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 569px) {
  .p-businessContent__image-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-businessContent__image-name {
  letter-spacing: -1.1px;
  line-height: 1.4;
}

.p-businessContent__table-wrap--achievement {
  margin-top: 5.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__table-wrap--achievement {
    margin-top: 77px;
  }
}

.p-businessContent__table {
  border-collapse: collapse;
  width: 100%;
}

.p-businessContent__table-wrap--achievement .p-businessContent__table th,
.p-businessContent__table-wrap--achievement .p-businessContent__table td {
  border: 1px solid #B2B2B2;
}

.p-businessContent__table tr {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.25vw;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__table tr {
    font-size: 18px;
    padding-block: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessContent__table tr {
    font-size: 16px;
  }
}

.p-businessContent__table th,
.p-businessContent__table td {
  letter-spacing: 0.8px;
  padding: 1.0069444444vw 1.0416666667vw;
}

.p-businessContent__table thead th {
  background: #0000B9;
  color: #FFF;
}

.p-businessContent__table-wrap--achievement .p-businessContent__table tbody td:nth-of-type(1) {
  width: 17.0138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__table-wrap--achievement .p-businessContent__table tbody td:nth-of-type(1) {
    width: 245px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessContent__table-wrap--achievement .p-businessContent__table tbody td:nth-of-type(1) {
    width: 140px;
  }
}
@media screen and (max-width: 569px) {
  .p-businessContent__table-wrap--achievement .p-businessContent__table tbody td:nth-of-type(1) {
    width: 120px;
  }
}

.p-businessContent__table-wrap--achievement .p-businessContent__table tbody td:nth-of-type(2) {
  width: 15.4861111111vw;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__table-wrap--achievement .p-businessContent__table tbody td:nth-of-type(2) {
    width: 223px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessContent__table-wrap--achievement .p-businessContent__table tbody td:nth-of-type(2) {
    width: 140px;
  }
}
@media screen and (max-width: 569px) {
  .p-businessContent__table-wrap--achievement .p-businessContent__table tbody td:nth-of-type(2) {
    width: 100px;
  }
}

.p-businessContent__table-wrap--equipment {
  margin-top: 2.5694444444vw;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__table-wrap--equipment {
    margin-top: 37px;
  }
}

.p-businessContent__table-wrap--equipment .p-businessContent__table tr:nth-child(odd) {
  background: #F6F6F6;
}

.p-businessContent__table-wrap--equipment .p-businessContent__table th,
.p-businessContent__table-wrap--equipment .p-businessContent__table td {
  border: 1px solid #D2D2D2;
}

.p-businessContent__table-wrap--equipment .p-businessContent__table th {
  width: 56.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-businessContent__table-wrap--equipment .p-businessContent__table th {
    width: 820px;
  }
}
@media screen and (max-width: 1159px) {
  .p-businessContent__table-wrap--equipment .p-businessContent__table th {
    width: 580px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessContent__table-wrap--equipment .p-businessContent__table th {
    width: 380px;
  }
}
@media screen and (max-width: 569px) {
  .p-businessContent__table-wrap--equipment .p-businessContent__table th {
    width: 260px;
  }
}

.p-company-recruit {
  position: relative;
}

.p-company-recruit:before {
  background-image: url(../images/top/business_text-bg.webp);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0.6944444444vw;
  content: "";
  height: 47.3611111111vw;
  left: 0.6944444444vw;
  position: absolute;
  width: 6.5277777778vw;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit:before {
    bottom: 10px;
    height: 682px;
    left: 10px;
    width: 94px;
  }
}
@media screen and (max-width: 1279px) {
  .p-company-recruit:before {
    width: 115px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company-recruit:before {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-recruit:before {
    bottom: -120px;
    height: 300px;
    left: 125px;
    rotate: -90deg;
    top: auto;
    width: 60px;
  }
}

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

.p-company-recruit__inner {
  display: flex;
  gap: 2.7777777778vw;
  justify-content: center;
  max-width: 100vw;
  padding: 5.0694444444vw 11.1111111111vw 5.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__inner {
    gap: 40px;
    padding: 73px 160px 78px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company-recruit__inner {
    padding: 73px 60px 78px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-recruit__inner {
    padding: 73px 40px 78px;
  }
}
@media screen and (max-width: 569px) {
  .p-company-recruit__inner {
    flex-direction: column;
  }
}

.p-company-recruit__left {
  max-width: 44.8611111111vw;
}
@media screen and (max-width: 1279px) {
  .p-company-recruit__left {
    max-width: 485px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company-recruit__left {
    max-width: 100%;
    min-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-recruit__left {
    min-width: 320px;
  }
}
@media screen and (max-width: 569px) {
  .p-company-recruit__left {
    min-width: auto;
  }
}

.p-company-recruit__title {
  white-space: nowrap;
}

.p-company-recruit__title .c-title__en {
  font-size: 4.4444444444vw;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__title .c-title__en {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-recruit__title .c-title__en {
    font-size: 48px;
    line-height: 1;
  }
}

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

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

.p-company-recruit__item {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6666666667vw;
  justify-content: space-between;
  padding: 1.5625vw 0.2777777778vw 1.5625vw 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__item {
    font-size: 24px;
    padding: 22.5px 4px 22.5px 0;
  }
}
@media screen and (max-width: 1159px) {
  .p-company-recruit__item {
    font-size: 18px;
    padding: 18px 4px 18px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-company-recruit__item {
    font-size: 16px;
    padding: 12px 4px 12px 0;
  }
}

.p-company-recruit__item:first-child {
  border-top: 1px solid #000;
}

.p-company-recruit__item:after {
  background-image: url(../images/top/right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.5208333333vw;
  width: 2.9166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__item:after {
    height: 7.5px;
    width: 42px;
  }
}

.p-company-recruit__item-text-wrap {
  align-items: center;
  display: flex;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__item-text-wrap {
    gap: 60px;
  }
}

.p-company-recruit__item-icon {
  border: 1px solid #000;
  border-radius: 50%;
  display: grid;
  font-size: 1.1111111111vw;
  height: 2.2916666667vw;
  place-items: center;
  position: relative;
  width: 2.2916666667vw;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__item-icon {
    font-size: 16px;
    height: 33px;
    width: 33px;
  }
}

.p-company-recruit__item-icon:after {
  background: #000;
  content: "";
  display: block;
  height: 0.0694444444vw;
  position: absolute;
  right: -0.625vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625vw;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__item-icon:after {
    height: 1px;
    right: -9px;
    width: 9px;
  }
}

.p-company-recruit__btn-wrap {
  display: flex;
  gap: 2.7777777778vw;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__btn-wrap {
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-recruit__btn-wrap {
    gap: 15px;
  }
}

.p-company-recruit__btn {
  align-items: center;
  display: flex;
  gap: 1.1111111111vw;
  justify-content: center;
  letter-spacing: 1.5px;
  width: 12.2916666667vw;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__btn {
    gap: 16px;
    width: 177px;
  }
}

.p-company-recruit__right {
  margin-top: 10.0694444444vw;
  max-width: 30.1388888889vw;
}
@media screen and (max-width: 1440px) {
  .p-company-recruit__right {
    margin-top: 145px;
    max-width: 434px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-recruit__right {
    margin-top: 160px;
  }
}
@media screen and (max-width: 569px) {
  .p-company-recruit__right {
    height: 285px;
    margin-top: 10px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
}

.p-companyInfo__content {
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__content {
    margin-top: 12px;
  }
}

.p-companyInfo__list-item {
  border-bottom: 1px solid #002A5F;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.25vw;
  letter-spacing: 1px;
  line-height: 1.35;
  padding-bottom: 1.6666666667vw;
  padding-top: 1.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__list-item {
    font-size: 18px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-companyInfo__list-item {
    flex-direction: column;
    gap: 20px;
  }
}

.p-companyInfo__list-title {
  font-weight: 700;
  min-width: 18.0555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__list-title {
    min-width: 260px;
  }
}
@media screen and (max-width: 1279px) {
  .p-companyInfo__list-title {
    min-width: 165px;
  }
}

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

.p-companyInfo__image {
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-companyInfo__image {
    padding-top: 80px;
  }
}

.p-companyBusiness {
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .p-companyBusiness {
    margin-top: 75px;
  }
}

.p-companyBusiness__inner {
  padding-bottom: 5vw;
}
@media screen and (max-width: 1440px) {
  .p-companyBusiness__inner {
    padding-bottom: 72px;
  }
}

.p-companyBusiness__container {
  display: flex;
  gap: 1.3888888889vw;
  justify-content: space-between;
  padding-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-companyBusiness__container {
    gap: 20px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 569px) {
  .p-companyBusiness__container {
    flex-direction: column;
    gap: 40px;
  }
}

.p-companyBusiness__text-wrap {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.25vw;
  letter-spacing: 0.05px;
  line-height: 1.62;
}
@media screen and (max-width: 1440px) {
  .p-companyBusiness__text-wrap {
    font-size: 18px;
  }
}

.p-companyBusiness__text-wrap:not(:first-child) {
  margin-top: 1.875vw;
}
@media screen and (max-width: 1440px) {
  .p-companyBusiness__text-wrap:not(:first-child) {
    margin-top: 27px;
  }
}

.p-companyBusiness__text {
  font-weight: 700;
}

.p-companyBusiness__text-image {
  width: 34.6527777778vw;
}
@media screen and (max-width: 1440px) {
  .p-companyBusiness__text-image {
    width: 499px;
  }
}
@media screen and (max-width: 569px) {
  .p-companyBusiness__text-image {
    width: 250px;
  }
}

.p-companyBusiness__list {
  margin-top: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .p-companyBusiness__list {
    margin-top: 18px;
  }
}

.p-companyBusiness__image {
  padding-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-companyBusiness__image {
    padding-top: 35px;
  }
}

.p-contact {
  background-image: url(../images/top/contact_bg.webp);
  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;
  }
}

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

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

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

.p-contact__title .c-title__en {
  font-size: 6.9444444444vw;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1440px) {
  .p-contact__title .c-title__en {
    font-size: 100px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__title .c-title__en {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__title .c-title__en {
    font-size: 48px;
  }
}
@media screen and (max-width: 569px) {
  .p-contact__title .c-title__en {
    font-size: 36px;
  }
}

.p-contact__link-wrap {
  color: #fff;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  justify-content: center;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-wrap {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-wrap {
    flex-direction: column;
  }
}

.p-contact__link {
  border-right: 2px solid #FFF;
  padding-bottom: 1.7361111111vw;
  padding-right: 4.1666666667vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-contact__link {
    padding-bottom: 25px;
    padding-right: 60px;
  }
}
@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 #FFF;
    border-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
}

.p-contact__link:not(:first-child) {
  border-right: none;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 7.6388888889vw;
  padding-bottom: 0;
  padding-right: 0;
}
@media screen and (max-width: 1440px) {
  .p-contact__link:not(:first-child) {
    margin-left: 110px;
  }
}
@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;
  width: 4.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-image {
    width: 60px;
  }
}
@media screen and (max-width: 1159px) {
  .p-contact__link-image {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-image {
    width: 40px;
  }
}

.p-contact__link-num--tel {
  font-size: 3.3333333333vw;
  letter-spacing: 3.2px;
  line-height: 1;
}
@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;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-num--fax {
    font-size: 20px;
    margin-top: 6px;
  }
}
@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 {
    font-size: 14px;
  }
}

.p-contact__link-text {
  font-size: 1.6666666667vw;
  margin-top: 1.5277777778vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-text {
    font-size: 24px;
    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 {
  left: 50%;
  max-width: 89.9305555556vw;
  position: absolute;
  top: 4.2361111111vw;
  transform: translateX(-50%);
  z-index: -99;
}
@media screen and (max-width: 768px) {
  .p-fv {
    max-width: 100%;
    width: 100%;
  }
}

.p-fv__inner {
  margin-inline: auto;
  position: relative;
  width: 89.9305555556vw;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    width: 100%;
  }
}

.p-fv__contents {
  height: 47.0138888889vw;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__contents {
    height: 47.0138888889vw;
    top: auto;
  }
}

.p-fv__contents video {
  height: 100%;
  margin-top: 5.9027777778vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-fv__contents video {
    margin-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__contents video {
    height: 68vh;
    margin-top: 100px;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__contents video {
    margin-top: 85px;
  }
}

.p-fv__contents:before, .p-fv__contents:after {
  content: "";
  display: block;
  position: absolute;
}

.p-fv__contents:before {
  background: url(../images/top/fv-bg-blue.webp) no-repeat center/contain;
  height: 60.7638888889vw;
  transform: translate(-4vw, 0.1vw);
  width: 97.9166666667vw;
  z-index: -1;
}
@media screen and (max-width: 1159px) {
  .p-fv__contents:before {
    transform: translate(-4vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-fv__contents:before {
    background-size: cover;
    height: 87vh;
    transform: translate(0, 15px);
    width: 100%;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__contents:before {
    height: 91vh;
  }
}

.no-webp .p-fv__contents:before {
  background: url(../images/top/fv-bg-blue.png) no-repeat center/contain;
}

.p-fv__contents:after {
  background: url(../images/top/fv-bg-lightblue.webp) no-repeat center/contain;
  height: 51.875vw;
  transform: translate(-4vw, 4vw);
  width: 98.125vw;
  z-index: -2;
}
@media screen and (max-width: 1159px) {
  .p-fv__contents:after {
    transform: translate(-4vw, 65px);
  }
}
@media screen and (max-width: 768px) {
  .p-fv__contents:after {
    background-size: cover;
    height: 79vh;
    transform: translate(0, 53px);
    width: 100%;
  }
}

.no-webp .p-fv__contents:after {
  background: url(../images/top/fv-bg-lightblue.webp) no-repeat center/cover;
}

.p-instagram {
  align-items: center;
  display: flex;
  gap: 5.0694444444vw;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-instagram {
    gap: 73px;
  }
}
@media screen and (max-width: 768px) {
  .p-instagram {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-instagram__left {
    display: contents;
  }
}

.p-instagram__icon {
  background: #fff;
  border-radius: 50%;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  display: grid;
  height: 8.3333333333vw;
  margin-inline: auto;
  place-items: center;
  width: 8.3333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-instagram__icon {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-instagram__icon {
    margin-inline: 0;
  }
}

.p-instagram__icon picture,
.p-instagram__icon img {
  height: 4.8611111111vw;
  width: 4.8611111111vw;
}
@media screen and (max-width: 1440px) {
  .p-instagram__icon picture,
  .p-instagram__icon img {
    height: 70px;
    width: 70px;
  }
}

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

.p-instagram__btn {
  align-items: center;
  display: flex;
  gap: 1.25vw;
  justify-content: center;
  letter-spacing: 2px;
  width: 12.1527777778vw;
}
@media screen and (max-width: 1440px) {
  .p-instagram__btn {
    gap: 18px;
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .p-instagram__btn {
    width: 200px;
  }
}

.p-instagram__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.p-instagram__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
  justify-content: space-between;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 1440px) {
  .p-instagram__list {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-instagram__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-instagram__item {
  width: 10.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-instagram__item {
    width: 150px;
  }
}

.p-news {
  position: relative;
  width: 100vw;
  z-index: 2;
}

.p-news__inner {
  max-width: 100vw;
  padding: 8.3333333333vw 11.1111111111vw 5.5555555556vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-news__inner {
    padding: 120px 160px 80px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    padding: 65px 40px 60px;
  }
}

.p-news__wrap {
  display: flex;
  gap: 4.375vw;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-news__wrap {
    gap: 63px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__wrap {
    flex-direction: column;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__wrap {
    gap: 30px;
  }
}

.p-news__left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2.7777777778vw;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1159px) {
  .p-news__left {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 45px;
    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__title .c-title {
  line-height: 1.2;
}

.p-news__title .c-title__en {
  font-size: 4.1666666667vw;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1440px) {
  .p-news__title .c-title__en {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__title .c-title__en {
    font-size: 48px;
  }
}

.p-news__title .c-title__ja {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-news__title .c-title__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__title .c-title__ja {
    font-size: 20px;
  }
}

.p-news__right {
  margin-top: 1.9444444444vw;
  width: 73%;
}
@media screen and (max-width: 1440px) {
  .p-news__right {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__right {
    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: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn-wrap {
    margin-top: 0;
    order: 3;
  }
}

.p-news__btn {
  align-items: center;
  display: flex;
  gap: 1.25vw;
  justify-content: center;
  letter-spacing: 2px;
  width: 12.1527777778vw;
}
@media screen and (max-width: 1440px) {
  .p-news__btn {
    gap: 18px;
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn {
    width: 200px;
  }
}

.p-news__item {
  border-bottom: 1px solid #000;
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  padding-bottom: 0.9722222222vw;
}
@media screen and (max-width: 1440px) {
  .p-news__item {
    padding-bottom: 14px;
  }
}

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

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

.p-news-item__title {
  letter-spacing: 0.8px;
}

.p-news__bottom {
  margin-top: 140px;
}

.p-pageAccess__inner {
  padding-bottom: 5.5555555556vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageAccess__inner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageAccess__inner {
    padding-bottom: 85px;
    padding-top: 35px;
  }
}

.p-pageCompany__inner {
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany__inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany__inner {
    padding-bottom: 85px;
    padding-top: 35px;
  }
}

.p-pageContact__inner {
  padding-bottom: 5.2777777778vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageContact__inner {
    padding-bottom: 76px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageContact__inner {
    padding-bottom: 85px;
    padding-top: 35px;
  }
}

.p-pageContact__text {
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.6;
}

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

.p-pageNews__inner {
  padding-block: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageNews__inner {
    padding-block: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageNews__inner {
    padding-top: 35px;
  }
}

.p-pageRecruit__inner {
  padding-bottom: 8.6805555556vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__inner {
    padding-bottom: 125px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__inner {
    padding-top: 35px;
  }
}

.p-pageRecruit__recruitment-list-wrap {
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-list-wrap {
    margin-top: 38px;
  }
}

.p-pageRecruit__recruitment-list {
  display: flex;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-list {
    gap: 24px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageRecruit__recruitment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-pageRecruit__recruitment-item {
  background: #FFF;
  box-shadow: 0 4px 20px #D4E7FE;
  font-family: "BIZ UDPGothic", sans-serif;
  padding-bottom: 0.6944444444vw;
  padding-top: 1.7361111111vw;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-item {
    padding-bottom: 10px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageRecruit__recruitment-item {
    width: 100%;
  }
}

.p-pageRecruit__recruitment-item img {
  height: 6.25vw;
  width: 6.25vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-item img {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-item img {
    height: 65px;
    width: 65px;
  }
}

.p-pageRecruit__recruitment-item-title {
  color: #222;
  font-size: 1.6666666667vw;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-item-title {
    font-size: 18px;
  }
}

.p-pageRecruit__recruitment-item-text {
  color: #0000B9;
  font-size: 3.8888888889vw;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-item-text {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-item-text {
    font-size: 36px;
  }
}

.p-pageRecruit__recruitment-item-text span {
  color: #222;
  font-size: 0.9027777778vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-item-text span {
    font-size: 13px;
  }
}

.p-pageRecruit__recruitment-table-wrap {
  margin-top: 5.9027777778vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table-wrap {
    margin-top: 85px;
  }
}

.p-pageRecruit__recruitment-table {
  border-collapse: collapse;
  margin-top: 2.2222222222vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table:first-child {
    margin-top: 20px;
  }
}

.p-pageRecruit__recruitment-table tr {
  display: flex;
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__recruitment-table tr {
    flex-direction: column;
  }
}

.p-pageRecruit__recruitment-table th,
.p-pageRecruit__recruitment-table td {
  border: 1px solid #FFF;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.25vw;
  letter-spacing: 0.9px;
  line-height: 1.39;
  padding-block: 1.5972222222vw;
  padding-left: 1.0416666667vw;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table th,
  .p-pageRecruit__recruitment-table td {
    font-size: 18px;
    padding-block: 23px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table th,
  .p-pageRecruit__recruitment-table td {
    font-size: 16px;
    padding-block: 16px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__recruitment-table th,
  .p-pageRecruit__recruitment-table td {
    font-size: 15px;
    padding-block: 12px;
    padding-left: 5px;
  }
}

.p-pageRecruit__recruitment-table th {
  align-items: center;
  background: #0000B9;
  color: #FFF;
  display: grid;
  font-weight: 400;
  width: 15.625vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table th {
    width: 225px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table th {
    width: 180px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__recruitment-table th {
    width: 100%;
  }
}

.p-pageRecruit__recruitment-table td {
  background: #F1F1F1;
  color: #000;
}

.p-pageRecruit__recruitment-table--mail {
  text-decoration: underline;
}

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

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