@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@100..900&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=Shippori+Mincho:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&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: #FFF;
  position: relative;
  z-index: 90;
}

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

@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: 2.3611111111vw;
  width: 15.7638888889vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__logo {
    height: 34px;
    width: 227px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer__logo {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    height: 50px;
    width: 150px;
  }
}

.l-footer__info {
  font-size: 1.1111111111vw;
  letter-spacing: -0.01px;
  line-height: 1.6;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__info {
    font-size: 16px;
    margin-top: 20px;
  }
}
@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: 300px;
  }
}

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

.l-footer__right {
  margin-left: auto;
  margin-top: 9.375vw;
}
@media screen and (max-width: 1440px) {
  .l-footer__right {
    margin-top: 135px;
  }
}
@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 {
    flex-direction: column;
    gap: 15px;
  }
}

.l-footer-nav__item {
  align-items: center;
  border-left: 1px solid #E5E5E5;
  display: flex;
  justify-content: center;
  letter-spacing: 0.3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    border: none;
  }
}

.l-footer-nav__link {
  font-size: 1.1111111111vw;
  letter-spacing: 0.8px;
  padding-inline: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .l-footer-nav__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav__link {
    padding-inline: 25px;
  }
}

.l-footer__copyright {
  background: #003391;
  margin-top: 5.4166666667vw;
  padding-block: 1.0416666667vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-footer__copyright {
    margin-top: 78px;
    padding-block: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 50px;
  }
}

.l-footer__copyright small {
  color: #FFF;
  font-size: 1.1111111111vw;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1440px) {
  .l-footer__copyright small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright small {
    font-size: 12px;
  }
}

.l-header {
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.l-header.is-scrolled {
  background: #FFF;
}

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

.l-header__inner {
  align-items: center;
  display: flex;
  max-width: 100vw;
  padding: 1.3888888889vw 2.7777777778vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-header__inner {
    padding: 20px 40px;
  }
}
@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: 5px 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.3611111111vw;
  width: 15.7638888889vw;
}
@media screen and (max-width: 1440px) {
  .l-header__logo {
    height: 34px;
    width: 227px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 50px;
    width: 150px;
  }
}

.l-header__right {
  align-items: center;
  display: flex;
  gap: 2.7777777778vw;
  justify-content: space-between;
  margin-left: auto;
  padding-top: 0.1388888889vw;
}
@media screen and (max-width: 1440px) {
  .l-header__right {
    gap: 40px;
    justify-content: right;
    padding-top: 2px;
  }
}
@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;
  justify-content: space-between;
}

.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 {
  border-right: 1px solid #000;
  font-size: 1.1111111111vw;
  font-weight: 600;
  padding-left: 2.6388888889vw;
  padding-right: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .l-header-nav__link {
    font-size: 16px;
  }
}

@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.25vw;
  gap: 1.3888888889vw;
  justify-content: center;
  max-width: 13.8888888889vw;
  padding-right: 1.3888888889vw;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1159px) {
  .l-header .l-header__contact-btn {
    font-size: 20px;
    max-width: 200px;
    padding-right: 20px;
    width: 200px;
  }
}

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

@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: 60px;
  }
}

@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;
  }
}

.l-headerDrawer__nav .l-header-nav__link {
  border: none;
}
@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-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: #003391;
    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;
}

body.is-open .l-container:has(.p-fv) .l-header__hamburgerBtnLine,
.l-container:has(.p-fv) .l-header.is-scrolled .l-header__hamburgerBtnLine {
  background: #003391;
}

@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;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 60px;
  }
}

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

.c-access__info {
  font-size: 1.25vw;
  letter-spacing: 0.9px;
  line-height: 1.75;
}
@media screen and (max-width: 1440px) {
  .c-access__info {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-access__info {
    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 {
  height: auto;
  width: 100%;
}

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

.c-breadcrumb {
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb {
    margin-top: 38px;
  }
}
@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-size: 1.1111111111vw;
  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: #095AAF;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  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: #EC680A;
  border: 1px solid #FFF;
  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.6944444444vw;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__inner {
    padding-bottom: 82px;
    padding-top: 75px;
  }
}

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

.c-contact-form__item {
  font-size: 1.3888888889vw;
  margin-top: 2.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-form__item {
    font-size: 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-form__item {
    margin-top: 25px;
  }
}
@media screen and (max-width: 569px) {
  .c-contact-form__item {
    font-size: 18px;
  }
}

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

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

.c-form-item__title {
  color: #095AAF;
  letter-spacing: 1px;
}

.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 {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-feature-settings: "palt";
  letter-spacing: 1px;
  padding: 1.0555555556vw 1.6666666667vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .c-form-item__field {
    font-size: 20px;
    padding: 15.2px 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-item__field {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 569px) {
  .c-form-item__field {
    font-size: 16px;
  }
}

.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-top: 1.3888888889vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-contact__btnWrap {
    margin-top: 20px;
  }
}

.c-contact__btn {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: linear-gradient(to right, #5A5A5A 0, #2B2B2B 100%);
  border: 1px solid #FFF;
  box-shadow: 2px 2px 10px rgb(0, 0, 0);
  color: #FFF;
  font-size: 1.25vw;
  justify-content: center;
  letter-spacing: 1px;
  margin-inline: auto;
  max-width: 21.5277777778vw;
  padding-block: 0.9722222222vw;
  position: relative;
  width: 21.5277777778vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__btn {
    font-size: 18px;
    letter-spacing: 1px;
    min-width: 300px;
    padding-block: 14px;
    width: calc(300px + 10 * (100vw - 1280px) / 10);
  }
}
@media screen and (max-width: 768px) {
  .c-contact__btn {
    font-size: 18px;
    height: auto;
    padding-block: 14px;
    width: 100%;
  }
}

.c-contact__btn.c-btn--arrow:after {
  height: 1.0416666667vw;
  right: 3.4722222222vw;
  width: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .c-contact__btn.c-btn--arrow:after {
    height: 15px;
    right: 50px;
    width: 12px;
  }
}

.c-form-item__privacy {
  align-items: center;
  display: flex;
  gap: 0.9027777778vw;
  justify-content: center;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@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 #222;
  cursor: pointer;
  height: 17px;
  width: 17px;
}

.c-form-item__privacy-link {
  font-size: 1.3888888889vw;
  letter-spacing: 1px;
}
@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;
  }
}

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

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

.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: 2.9166666667vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-item:nth-child(2) {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-item:nth-child(2) {
    margin-top: 30px;
  }
}

.c-contact-privacy__list-title {
  font-size: 1.6666666667vw;
  letter-spacing: 1.8px;
}
@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.3px;
  line-height: 1.65;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 1440px) {
  .c-contact-privacy__list-text {
    font-size: 16px;
    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: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .c-newsList {
    gap: 12px;
  }
}

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

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

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

.c-pageFv {
  background-image: url(../images/common/page_fv.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 29.5138888889vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .c-pageFv {
    height: 425px;
  }
}
@media screen and (max-width: 1159px) {
  .c-pageFv {
    height: 325px;
  }
}
@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;
  justify-content: center;
  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 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__inner {
    padding-inline: 20px;
  }
}

.c-pageFv__title {
  color: #003391;
  line-height: 1.3;
  margin-top: 3.4722222222vw;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1159px) {
  .c-pageFv__title {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title {
    margin-top: 15px;
  }
}

.c-pageFv__title-en {
  font-family: "Montserrat", serif;
  font-size: 4.1666666667vw;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title-en {
    font-size: 60px;
  }
}
@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 {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.6666666667vw;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .c-pageFv__title-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-ja {
    font-size: 18px;
  }
}

.c-title {
  color: #003391;
  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: uppercase;
}
@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-size: 1.6666666667vw;
  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-sec-title {
  align-items: center;
  background: #003391;
  color: #FFF;
  display: flex;
  font-size: 1.6666666667vw;
  gap: 0.6944444444vw;
  letter-spacing: 2px;
  padding: 0.6944444444vw 0 0.6944444444vw 0.8333333333vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-sec-title {
    font-size: 24px;
    gap: 10px;
    padding: 10px 0 10px 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-title {
    font-size: 20px;
    padding: 4px 14px;
  }
}

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

.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/access_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.p-access:before {
  border: 9px solid #003391;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.p-access__inner {
  padding-bottom: 5.6944444444vw;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .p-access__inner {
    padding-bottom: 82px;
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__inner {
    padding: 55px 65px 100px;
  }
}
@media screen and (max-width: 569px) {
  .p-access__inner {
    padding-inline: 30px;
  }
}

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

.p-access__title .c-title__en {
  letter-spacing: 2px;
  line-height: 1.3;
  text-shadow: 0 4px 4px rgba(34, 34, 34, 0.25);
}
@media screen and (max-width: 768px) {
  .p-access__title .c-title__en {
    line-height: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .p-access__title .c-title__ja {
    padding-top: 15px;
  }
}

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

.p-access__card .c-access__map-wrap {
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-access__card .c-access__map-wrap {
    margin-top: 8px;
  }
}

.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__btn-wrap {
  margin-top: 2.3611111111vw;
}
@media screen and (max-width: 1440px) {
  .p-access__btn-wrap {
    margin-top: 34px;
  }
}

.p-access__btn {
  align-items: center;
  display: flex;
  font-size: 1.25vw;
  justify-content: center;
  margin-inline: auto;
  padding: 0.6944444444vw 1.3888888889vw 0.6944444444vw 0;
  width: 13.8888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-access__btn {
    font-size: 18px;
    gap: 8px;
    padding: 10px 20px 10px 0;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__btn {
    font-size: 20px;
  }
}

.p-business__inner {
  display: flex;
  gap: 1.3888888889vw;
  justify-content: space-between;
  max-width: 100vw;
  padding: 2.7777777778vw 2.7777777778vw 0 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .p-business__inner {
    padding: 40px 40px 0 40px;
  }
}
@media screen and (max-width: 1279px) {
  .p-business__inner {
    gap: 15px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__inner {
    align-items: flex-end;
    padding-inline: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__inner {
    gap: 0;
  }
}
@media screen and (max-width: 569px) {
  .p-business__inner {
    align-items: center;
    flex-direction: column;
    padding: 40px 10px 0 10px;
  }
}

.p-business__left {
  background-image: url(../images/top/business_left-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.8194444444vw 6.9444444444vw 0 8.3333333333vw;
}
@media screen and (max-width: 1279px) {
  .p-business__left {
    padding-bottom: 4.1666666667vw;
    padding-left: 4.1666666667vw;
    padding-right: 2.0833333333vw;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__left {
    padding: 20px 0 60px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 569px) {
  .p-business__left {
    padding: 20px 30px 300px;
    text-align: center;
    width: 95%;
  }
}

.p-business__title .c-title {
  color: #003391;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-business__title .c-title {
    margin-top: 20px;
  }
}

.p-business__title .c-title__en {
  letter-spacing: 0.1px;
}

.p-business__title .c-title__ja {
  font-weight: 400;
}

.p-business__copy {
  color: #2B2B2B;
  font-size: 2.2222222222vw;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.5vw;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .p-business__copy {
    font-size: 32px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__copy {
    font-size: 23px;
  }
}

.p-business__text-wrap {
  margin-top: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .p-business__text-wrap {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1159px) {
  .p-business__text-wrap {
    width: 40vw;
  }
}
@media screen and (max-width: 569px) {
  .p-business__text-wrap {
    width: 100%;
  }
}

.p-business__text {
  font-size: 1.25vw;
  letter-spacing: 0.8px;
  line-height: 1.72;
}
@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__list {
  display: flex;
  gap: 0.8333333333vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1440px) {
  .p-business__list {
    gap: 12px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 569px) {
  .p-business__list {
    gap: 6px;
    justify-content: center;
  }
}

.p-business__item {
  border-bottom: 1px solid #2B2B2B;
  border-right: 1px solid #2B2B2B;
  font-size: 1.25vw;
  padding: 0.3472222222vw 0.7638888889vw;
}
@media screen and (max-width: 1440px) {
  .p-business__item {
    font-size: 18px;
    padding: 5px 11px;
  }
}
@media screen and (max-width: 569px) {
  .p-business__item {
    font-size: 15px;
    padding: 2px 8px;
  }
}

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

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

.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: 1159px) {
  .p-business__right {
    position: absolute;
    right: 40px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-business__right {
    width: 40vw;
  }
}
@media screen and (max-width: 569px) {
  .p-business__right {
    margin-top: 625px;
    right: auto;
    width: 100%;
  }
}

.p-businessGreeting__inner {
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .p-businessGreeting__inner {
    padding-bottom: 75px;
  }
}

.p-businessGreeting__text {
  font-size: 1.3888888889vw;
  letter-spacing: 0.01px;
  line-height: 1.82;
  padding-top: 1.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-businessGreeting__text {
    font-size: 20px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessGreeting__text {
    font-size: 16px;
  }
}

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

.p-businessGreeting__president {
  font-size: 1.3888888889vw;
  letter-spacing: 1px;
  margin-top: 2.5vw;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .p-businessGreeting__president {
    font-size: 20px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessGreeting__president {
    font-size: 16px;
  }
}

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

.p-businessGreeting__image {
  display: flex;
  gap: 1.3888888889vw;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-businessGreeting__image {
    gap: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-businessGreeting__image {
    gap: 10px;
  }
}
@media screen and (max-width: 569px) {
  .p-businessGreeting__image {
    flex-direction: column;
    gap: 5px;
  }
}

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

.p-businessInfo__list-item {
  border-bottom: 1px solid #0265DC;
  display: flex;
  letter-spacing: 0.8px;
  line-height: 1.38;
  padding-block: 1.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-businessInfo__list-item {
    padding-block: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessInfo__list-item {
    flex-direction: column;
    gap: 10px;
  }
}

.p-businessInfo__list-item:first-child {
  padding-bottom: 1.25vw;
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .p-businessInfo__list-item:first-child {
    padding-bottom: 18px;
  }
}

.p-businessInfo__list-title {
  min-width: 18.0555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-businessInfo__list-title {
    min-width: 260px;
  }
}
@media screen and (max-width: 1279px) {
  .p-businessInfo__list-title {
    min-width: 125px;
  }
}

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

.p-businessInfo__list-text {
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 1440px) {
  .p-businessInfo__list-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .p-businessInfo__list-text {
    font-size: 16px;
  }
}

.p-businessInfo__list-link {
  margin-left: 1.0416666667vw;
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .p-businessInfo__list-link {
    margin-left: 15px;
  }
}

.p-business__image-wrap {
  display: flex;
  gap: 1.3888888889vw;
  justify-content: center;
}
@media screen and (max-width: 1159px) {
  .p-business__image-wrap {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .p-business__image-wrap {
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 569px) {
  .p-business__image-wrap {
    justify-content: center;
  }
}

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

.p-company {
  position: relative;
}

.p-company__inner {
  max-width: 95.1388888889vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-company__inner {
    max-width: 1370px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    text-align: center;
  }
}

.p-company__box {
  background: rgba(144, 166, 206, 0.19);
  bottom: -4.8611111111vw;
  margin: 0 auto;
  padding: 4.1666666667vw 5.5555555556vw;
  position: relative;
  width: 77.7777777778vw;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-company__box {
    bottom: -70px;
    padding: 60px 80px;
    width: 1120px;
  }
}
@media screen and (max-width: 1279px) {
  .p-company__box {
    width: 100%;
  }
}
@media screen and (max-width: 569px) {
  .p-company__box {
    padding: 40px 10px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .p-company__title .c-title__ja {
    padding-top: 15px;
  }
}

.p-company__text-wrap {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 1440px) {
  .p-company__text-wrap {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1159px) {
  .p-company__text-wrap {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}

.p-company__copy {
  font-size: 1.9444444444vw;
  font-weight: 700;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .p-company__copy {
    font-size: 28px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 569px) {
  .p-company__copy {
    font-size: 20px;
  }
}

.p-company__text {
  font-size: 1.5277777778vw;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1440px) {
  .p-company__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 569px) {
  .p-company__text {
    font-size: 15px;
    letter-spacing: 0.4px;
    margin-top: 20px;
  }
}

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

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

.p-company__image {
  margin: 1.7361111111vw auto 0;
  position: relative;
  width: 81.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-company__image {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-company__image {
    margin-top: 45px;
    width: 100%;
  }
}

.p-company__image img {
  bottom: -0.5555555556vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-company__image img {
    bottom: -8px;
  }
}

.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: 8.3333333333vw;
  padding-top: 7.9861111111vw;
  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 .c-title {
  align-items: center;
}

@media screen and (max-width: 1159px) {
  .p-contact__title .c-title__en img {
    display: block;
    margin-inline: auto;
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__title .c-title__en img {
    width: 70%;
  }
}

.p-contact__link-wrap {
  display: flex;
  justify-content: center;
  margin-left: 2.9166666667vw;
  margin-top: 1.8055555556vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-wrap {
    margin-left: 42px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link-wrap {
    flex-direction: column;
    margin-right: 0;
  }
}
@media screen and (max-width: 569px) {
  .p-contact__link-wrap {
    margin-left: 0;
  }
}

.p-contact__link {
  border-right: 2px solid #FFF;
  color: #FFF;
  padding: 0.3472222222vw 9.7222222222vw 2.2916666667vw 0;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-contact__link {
    padding: 5px 140px 33px 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 #FFF;
    border-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
}

.p-contact__link:not(:first-child) {
  border-right: none;
  margin-left: 5.5555555556vw;
  padding-right: 0;
}
@media screen and (max-width: 1440px) {
  .p-contact__link:not(:first-child) {
    margin-left: 80px;
  }
}
@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 {
  margin-top: 0.3472222222vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-num {
    margin-top: 5px;
  }
}

.p-contact__link-num--tel {
  font-size: 2.7777777778vw;
  letter-spacing: 3.2px;
  line-height: 1.25;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-num--tel {
    font-size: 40px;
  }
}
@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.6666666667vw;
  letter-spacing: -0.1px;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-contact__link-text {
    font-size: 24px;
    margin-top: 28px;
  }
}
@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 {
  position: relative;
}

.p-fv__inner {
  height: 100svh;
  position: relative;
}
@media screen and (max-width: 569px) {
  .p-fv__inner {
    height: calc(100svh - 60px);
  }
}

.p-fv__side {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.p-fv__side img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 569px) {
  .p-fv__side img {
    width: 50px;
  }
}

.p-fv__video {
  height: 100svh;
  position: relative;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 569px) {
  .p-fv__video {
    height: calc(100svh - 60px);
  }
}

.p-fv__video video {
  bottom: 0;
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.p-fv__text-wrap {
  left: 0;
  padding-left: 9.0277777778vw;
  padding-top: 12.2916666667vw;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-fv__text-wrap {
    padding-left: 130px;
    padding-top: 177px;
  }
}
@media screen and (max-width: 1159px) {
  .p-fv__text-wrap {
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    justify-content: center;
    padding-left: 60px;
    padding-top: 0;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__text-wrap {
    gap: 5px;
    height: calc(100svh - 60px);
    padding-left: 45px;
    padding-right: 20px;
    width: 100%;
  }
}

.p-fv__sub-text {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 1.1111111111vw;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 2;
  padding-bottom: 1.7361111111vw;
  padding-right: 2.9166666667vw;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-fv__sub-text {
    font-size: 16px;
    padding-bottom: 25px;
    padding-right: 42px;
  }
}
@media screen and (max-width: 1159px) {
  .p-fv__sub-text {
    max-width: 488px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__sub-text {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__sub-text {
    font-size: 10px;
    padding: 15px 0;
  }
}

.p-fv__copy {
  height: 6.9444444444vw;
  margin-top: 1.7361111111vw;
  width: 76.3888888889vw;
}
@media screen and (max-width: 1159px) {
  .p-fv__copy {
    margin-top: 25px;
    min-width: 620px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__copy {
    height: auto;
    margin-top: 0;
    min-height: 0;
    min-width: 300px;
    width: 50%;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__copy {
    margin-top: 5px;
    min-width: 250px;
  }
}

.p-fv__text {
  background-image: url(../images/top/fv_text-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 1.25vw;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 1.5px;
  line-height: 1.6;
  margin-top: 0.8333333333vw;
  padding: 1.3888888889vw 0 1.3888888889vw 2.0833333333vw;
  position: relative;
  width: 43.2638888889vw;
}
@media screen and (max-width: 1440px) {
  .p-fv__text {
    font-size: 18px;
    margin-top: 12px;
    padding: 20px 0 20px 30px;
    width: 623px;
  }
}
@media screen and (max-width: 1159px) {
  .p-fv__text {
    gap: 20px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    background-size: contain;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 0;
    max-width: 100%;
    padding-inline: 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__text {
    background-position: left center;
    background-size: 100% 100%;
    font-size: 11px;
    gap: 25px;
  }
}

.p-fv__list {
  display: flex;
  gap: 0.6944444444vw;
  margin-top: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .p-fv__list {
    gap: 10px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__list {
    margin-top: 10px;
  }
}

.p-fv__item {
  background: #EC680A;
  color: #FFF;
  font-weight: 700;
  padding: 0.5555555556vw 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .p-fv__item {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__item {
    font-size: 12px;
  }
}

.p-fv__image {
  mix-blend-mode: overlay;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 52.2916666667vw;
}
@media screen and (max-width: 1440px) {
  .p-fv__image {
    width: 753px;
  }
}
@media screen and (max-width: 1279px) {
  .p-fv__image {
    min-width: 460px;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
  }
}
@media screen and (max-width: 569px) {
  .p-fv__image {
    bottom: 0;
    min-width: 280px;
    top: auto;
    transform: none;
  }
}

.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: 5.2083333333vw;
  justify-content: space-between;
  padding-bottom: 5.4166666667vw;
  padding-top: 4.5138888889vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-news__inner {
    gap: 75px;
    padding-bottom: 78px;
    padding-top: 65px;
  }
}
@media screen and (max-width: 1279px) {
  .p-news__inner {
    gap: 30px;
    padding-inline: 85px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__inner {
    gap: 20px;
    padding-inline: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    align-items: center;
    flex-direction: column;
    gap: 40px;
    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__list-wrap {
  -moz-column-gap: 7.2916666667vw;
       column-gap: 7.2916666667vw;
  display: grid;
  flex-shrink: 0;
  margin-top: 1.3888888889vw;
  width: 46.1805555556vw;
}
@media screen and (max-width: 1440px) {
  .p-news__list-wrap {
    margin-top: 20px;
    width: 665px;
  }
}
@media screen and (max-width: 1279px) {
  .p-news__list-wrap {
    display: block;
    margin-top: 0;
    width: 46.1805555556vw;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__list-wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    min-width: 320px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list-wrap {
    width: 80%;
  }
}

.p-news__title {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .p-news__title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .p-news__title {
    margin-top: 0;
  }
}

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

.p-news__list {
  grid-column: 2/3;
  grid-row: 1/3;
  width: 25vw;
}
@media screen and (max-width: 1440px) {
  .p-news__list {
    width: 360px;
  }
}
@media screen and (max-width: 1279px) {
  .p-news__list {
    margin-top: 30px;
    width: 100%;
  }
}

.p-news__btn-wrap {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 1279px) {
  .p-news__btn-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__btn-wrap {
    margin-top: 40px;
  }
}

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

.p-news__item {
  border-bottom: 1px dashed #2B2B2B;
  color: #2B2B2B;
  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-weight: 700;
  letter-spacing: 0.85px;
  margin-top: 0.2083333333vw;
}

.p-news__movie-wrap {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  height: 18.0555555556vw;
  padding: 1.0416666667vw 0.6944444444vw 0.6944444444vw;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-news__movie-wrap {
    height: 260px;
    padding: 15px 10px 10px;
    width: 380px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__movie-wrap {
    flex-shrink: 0;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 300px;
    width: 35%;
  }
}

.p-news__movie-title {
  display: flex;
  justify-content: center;
}

.p-news__movie-title img {
  width: 7.6388888889vw;
}
@media screen and (max-width: 1440px) {
  .p-news__movie-title img {
    width: 110px;
  }
}

.p-news__movie {
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 1440px) {
  .p-news__movie {
    margin-top: 10px;
  }
}

.p-news__movie span {
  background: #DDD;
  display: grid;
  height: 14.0972222222vw;
  place-items: center;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-news__movie span {
    height: 203px;
  }
}

.p-news__movie iframe {
  aspect-ratio: 360/203;
  height: auto;
  max-width: 25vw;
  -o-object-fit: contain;
     object-fit: contain;
  width: 25vw;
}
@media screen and (max-width: 1440px) {
  .p-news__movie iframe {
    max-width: 360px;
    width: 360px;
  }
}
@media screen and (max-width: 1159px) {
  .p-news__movie iframe {
    width: 100%;
  }
}

.p-pageAccess__inner {
  padding: 5.6944444444vw 4.5138888889vw 5.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .p-pageAccess__inner {
    padding: 82px 65px 78px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageAccess__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageAccess__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.7361111111vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageAccess__wrap {
    gap: 25px;
    margin-top: 30px;
  }
}

.p-pageAccess__card .c-access__map-wrap {
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageAccess__card .c-access__map-wrap {
    margin-top: 8px;
  }
}

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

.p-pageBusiness-type__list-wrap {
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-type__list-wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageBusiness-type__list-wrap {
    margin-inline: auto;
    width: 95%;
  }
}

.p-pageBusiness-type__list {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-type__list {
    gap: 30px;
  }
}

.p-pageBusiness-type__name {
  font-size: 1.3888888889vw;
  letter-spacing: 0.8px;
  padding-left: 1.0416666667vw;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-type__name {
    font-size: 20px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageBusiness-type__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageBusiness-type__name {
    font-size: 16px;
  }
}

.p-pageBusiness-type__name:before {
  background: #003391;
  content: "";
  display: block;
  height: 1.5277777778vw;
  left: 0;
  margin-right: 0.6944444444vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-type__name:before {
    height: 22px;
    margin-right: 10px;
    width: 3px;
  }
}

.p-pageBusiness-type__tag-list {
  display: flex;
  gap: 0.5555555556vw;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-type__tag-list {
    gap: 8px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageBusiness-type__tag-list {
    flex-wrap: wrap;
  }
}

.p-pageBusiness-type__tag {
  border: 1px solid #003391;
  color: #003391;
  font-size: 1.1111111111vw;
  padding: 0.2777777778vw 0.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-type__tag {
    font-size: 16px;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageBusiness-type__tag {
    font-size: 14px;
    padding: 4px;
  }
}

.p-pageBusiness-type__text {
  font-size: 1.1111111111vw;
  letter-spacing: 0.64px;
  line-height: 1.8;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-type__text {
    font-size: 16px;
    margin-top: 20px;
  }
}

.p-pageBusiness-type__image-wrap {
  display: flex;
  gap: 1.6666666667vw;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-type__image-wrap {
    gap: 24px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageBusiness-type__image-wrap {
    gap: 12px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageBusiness-type__image-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-pageBusiness-type__image {
  width: 100%;
}

.p-pageBusiness__stock {
  margin-top: 5vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness__stock {
    margin-top: 72px;
  }
}

.p-pageBusiness-stock__table-wrap {
  margin-top: 1.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-stock__table-wrap {
    margin-top: 28px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageBusiness-stock__table-wrap {
    padding-left: 20px;
  }
}

.p-pageBusiness-stock__item {
  font-size: 1.25vw;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-stock__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageBusiness-stock__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageBusiness-stock__item {
    font-size: 15px;
  }
}

.p-pageBusiness-stock__name {
  font-weight: 400;
  line-height: 1.65;
  width: 10.0694444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageBusiness-stock__name {
    width: 145px;
  }
}

.p-pageCompany-stock__image {
  margin-top: 1.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-stock__image {
    margin-top: 28px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-stock__image {
    overflow: hidden;
  }
}

@media screen and (max-width: 569px) {
  .p-pageCompany-stock__image img {
    left: 50%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    transform: translateX(-50%);
    width: 180%;
  }
}

.p-pageCompany__inner {
  padding: 5.6944444444vw 4.5138888889vw 5.2083333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany__inner {
    padding: 82px 65px 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageCompany-greeting__wrap {
  display: flex;
  gap: 3.8194444444vw;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-greeting__wrap {
    margin-top: 35px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-greeting__wrap {
    flex-direction: column;
  }
}

.p-pageCompany-greeting__text-wrap {
  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 {
  display: flex;
  flex-direction: column;
  font-size: 1.1111111111vw;
  font-weight: 700;
  gap: 1.5277777778vw;
  letter-spacing: 1.25px;
  line-height: 1.45;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-greeting__text {
    font-size: 16px;
  }
}

.p-pageCompany-greeting__president {
  margin-top: 2.2222222222vw;
  width: 19.3055555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-greeting__president {
    margin-top: 32px;
    width: 278px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-greeting__president {
    width: 240px;
  }
}

.p-pageCompany-greeting__image {
  flex-shrink: 0;
  width: 17.7083333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-greeting__image {
    width: 255px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-greeting__image {
    width: 180px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-greeting__image {
    margin: 20px auto 0;
    width: 140px;
  }
}

.p-pageCompany__purpose {
  margin-top: 5vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany__purpose {
    margin-top: 72px;
  }
}

.p-pageCompany-purpose__list {
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-purpose__list {
    margin-top: 32px;
  }
}

.p-pageCompany-purpose__item {
  align-items: flex-start;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.12);
  display: flex;
  gap: 7.6388888889vw;
  line-height: 1.95;
  padding: 1.7361111111vw 0 1.875vw 2.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-purpose__item {
    gap: 110px;
    padding: 25px 0 27px 40px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageCompany-purpose__item {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-purpose__item {
    padding-inline: 15px;
  }
}

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

.p-pageCompany-purpose__title {
  align-items: center;
  color: #003391;
  display: flex;
  flex-shrink: 0;
  gap: 1.0416666667vw;
  letter-spacing: 2.5px;
  line-height: 1.4;
  margin-top: 0.3472222222vw;
  width: 16.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-purpose__title {
    gap: 15px;
    width: 240px;
  }
}

.p-pageCompany-purpose__title img {
  height: 2.0138888889vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-purpose__title img {
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-purpose__title img {
    height: 24px;
  }
}

.p-pageCompany-purpose__title span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-purpose__title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-purpose__title span {
    font-size: 14px;
  }
}

.p-pageCompany-purpose__text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8055555556vw;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-purpose__text {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCompany-purpose__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-purpose__text {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
}

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

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

.p-pageCompany-info__list-item {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  padding-bottom: 1.6666666667vw;
  padding-top: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__list-item {
    padding-bottom: 24px;
    padding-top: 32px;
  }
}
@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: 1.3888888889vw;
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__list-item:first-child {
    padding-bottom: 20px;
  }
}

.p-pageCompany-info__list-text {
  font-size: 1.25vw;
  letter-spacing: 0.9px;
  line-height: 1.7;
}
@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;
    letter-spacing: 0.1px;
  }
}

.p-pageCompany-info__list-text span {
  margin-right: 0.625vw;
}

.p-pageCompany-info__list-text span:last-child {
  margin-right: 0;
}

.p-pageCompany-info__list-title {
  letter-spacing: -0.02em;
  min-width: 18.0555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__list-title {
    min-width: 260px;
  }
}
@media screen and (max-width: 1159px) {
  .p-pageCompany-info__list-title {
    min-width: 125px;
  }
}

.p-pageCompany-info__list-detail {
  letter-spacing: -0.01em;
}
@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-info__image {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageCompany-info__image {
    margin-top: 80px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageCompany-info__image {
    overflow: hidden;
  }
}

@media screen and (max-width: 569px) {
  .p-pageCompany-info__image img {
    left: 50%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    transform: translateX(-50%);
    width: 180%;
  }
}

.p-pageContact__inner {
  padding: 5.6944444444vw 4.5138888889vw 5.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageContact__inner {
    padding: 82px 65px 84px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageContact__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageContact__text {
  font-size: 1.1111111111vw;
  letter-spacing: 0.3px;
  line-height: 1.5;
  padding-top: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageContact__text {
    font-size: 16px;
    padding-top: 32px;
  }
}

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

.p-pageNews__inner {
  padding: 5.6944444444vw 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageNews__inner {
    padding: 82px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageNews__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageNews__list {
  margin-top: 1.9444444444vw;
}
@media screen and (max-width: 1440px) {
  .p-pageNews__list {
    margin-top: 28px;
  }
}

.p-pageRecruit__inner {
  padding: 5.6944444444vw 4.5138888889vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__inner {
    padding: 82px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__inner {
    padding: 35px 20px 65px;
  }
}

.p-pageRecruit__message-text {
  font-size: 1.1111111111vw;
  font-weight: 700;
  letter-spacing: 1.28px;
  padding-top: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__message-text {
    font-size: 16px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__message-text {
    font-size: 14px;
    padding-top: 24px;
  }
}

.p-pageRecruit__recruitment {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment {
    margin-top: 50px;
  }
}

.p-pageRecruit__recruitment-table-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table-wrap {
    gap: 45px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table-wrap {
    gap: 35px;
  }
}

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

.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-size: 1.25vw;
  font-weight: 400;
  letter-spacing: -0.05px;
  line-height: 1.75;
  padding-block: 1.0694444444vw;
  padding-left: 1.3888888889vw;
  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: 15.4px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table th,
  .p-pageRecruit__recruitment-table td {
    font-size: 16px;
    padding-block: 8px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__recruitment-table th,
  .p-pageRecruit__recruitment-table td {
    font-size: 15px;
    padding-block: 4px;
    padding-left: 5px;
  }
}

.p-pageRecruit__recruitment-table th {
  align-items: center;
  background: #003391;
  color: #FFF;
  display: grid;
  flex-shrink: 0;
  width: 20.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .p-pageRecruit__recruitment-table th {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-table th {
    width: 150px;
  }
}
@media screen and (max-width: 569px) {
  .p-pageRecruit__recruitment-table th {
    width: 100%;
  }
}

.p-pageRecruit__recruitment-table td {
  color: #222;
}

.p-pageRecruit__recruitment-table tr:nth-child(even) td {
  background: #FFF;
}

.p-pageRecruit__recruitment-table tr:nth-child(odd) td {
  background: #f2f2f2;
}

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

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

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