@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@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 {
  display: block;
  max-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: #222;
  font-family: "Noto Sans JP", 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:"] {
  pointer-events: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

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

.l-container:after {
  background: #0000FF;
  content: "";
  display: block;
  height: calc(100% - 88px);
  position: absolute;
  right: 0;
  top: 88px;
  width: 23px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-container:after {
    height: calc(100% - 72px);
    top: 72px;
    width: 8px;
  }
}

.l-footer {
  background: #BFCDFF;
  font-family: "BIZ UDPGothic", sans-serif;
}

.l-footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  padding-top: 58px;
}
@media screen and (max-width: 999px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 40px;
  }
}

.l-footer__logo {
  background-image: url(../images/common/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 41px;
  width: 274px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 200px;
  }
}

.l-footer__info {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 25px;
}
@media screen and (max-width: 999px) {
  .l-footer__info {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    font-size: 16px;
  }
}

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

.l-footer__right {
  margin-top: 8px;
}

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

.l-footer-nav__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.3px;
  min-width: 100px;
  padding: 11px 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    font-size: 15px;
  }
}

.l-footer-nav__item:after {
  background-color: rgba(34, 34, 34, 0.16);
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: -5px;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item:after {
    display: none;
  }
}

.l-footer-nav__item:last-child {
  padding-right: 2px;
}
@media screen and (max-width: 999px) {
  .l-footer-nav__item:last-child {
    padding: 11px 12px;
  }
}

.l-footer-nav__item:last-child:after {
  display: none;
}

.l-footer__copyright {
  background: #0000FF;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1.6px;
  padding-bottom: 14px;
  padding-top: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 13px;
  }
}

.l-header {
  background: rgba(255, 255, 255, 0.86);
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  padding: 16px 0px;
  width: 100%;
}

.l-header__logo {
  background-image: url(../images/common/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 33.93px;
  width: 274px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: auto;
    width: 200px;
  }
}

.l-header__right {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  max-width: 871px;
  width: 100%;
}

.l-header__right nav {
  max-width: 655px;
  width: 100%;
}
@media screen and (max-width: 1220px) {
  .l-header__right nav {
    display: none;
  }
}

.l-header__nav {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.l-header-nav__item {
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  line-height: 112.5%;
  max-width: 124.6px;
  padding: 12px 5px;
  position: relative;
  text-overflow: ellipsis;
  width: 100%;
}

.l-header-nav__item:after {
  background-color: rgb(34, 34, 34);
  content: "";
  display: block;
  height: 48px;
  position: absolute;
  right: -5px;
  top: 0;
  width: 1px;
}

.l-header-nav__item:last-child:after {
  display: none;
}

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

.l-header__contact-btn {
  width: 200px;
}

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

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

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

@media screen and (max-width: 1220px) {
  .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: 1220px) {
  .l-headerDrawer__contact {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerDrawer__contact {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1220px) {
  .l-headerDrawer__contact-btn.c-btn {
    font-size: 22px;
    margin-inline: auto;
    padding: 12px 30px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 1220px) {
  .l-headerDrawer__contact-btn.c-btn:after {
    height: 10px;
    margin-top: 0;
    right: 25px;
    width: 10px;
  }
}

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

.l-header__hamburgerBtn {
  display: none;
}
@media screen and (max-width: 1220px) {
  .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: 768px) {
  .l-header__hamburgerBtn {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 1220px) {
  .l-header__hamburgerBtnLine {
    background-color: #222;
    display: block;
    height: 4px;
    margin-inline: auto;
    transition: transform 0.3s;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-header__hamburgerBtnLine {
    height: 2px;
  }
}

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

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

@media screen and (max-width: 1220px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(1) {
    transform: translate(0, 4px) 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: 1220px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 1220px) {
  .is-open .l-header__hamburgerBtnLine:nth-of-type(3) {
    transform: translate(0, -4px) 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: 1240px;
  padding-inline: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.l-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}

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

.c-access__info {
  font-family: "BIZ UDPGothic", sans-serif;
}

.c-access__info-title {
  color: #0000FF;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-access__info-title {
    font-size: 18px;
  }
}

.c-access__info-address {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-access__info-address {
    font-size: 15px;
  }
}

.c-access__info-num {
  letter-spacing: 0.3px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-access__info-num {
    font-size: 13px;
  }
}

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

.c-access__map iframe, .c-access__map-street iframe {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-access__map iframe, .c-access__map-street iframe {
    width: 100%;
  }
}

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

.c-breadcrumb__item {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.c-breadcrumb__link {
  color: #1E4B9E;
  text-decoration: underline;
}

.c-breadcrumb__arrow {
  font-size: 18px;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__arrow {
    font-size: 17px;
    padding-right: 2px;
  }
}

.c-btn {
  align-items: center;
  background: #0000FF;
  border-radius: 12px;
  color: #FFF;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  padding-block: 13px;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 16px;
  }
}

.c-btn:after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  display: block;
  height: 8px;
  rotate: -45deg;
  width: 8px;
}

.c-btn--white {
  background: #FFF;
  color: #0000FF;
}

.c-btn--white:after {
  border-color: #0000FF;
}

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

.c-contact__mail-form {
  background: #BFCDFF;
  margin-top: 45px;
  padding: 70px 110px;
}
@media screen and (max-width: 999px) {
  .c-contact__mail-form {
    padding: 70px 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__mail-form {
    margin-top: 25px;
    padding: 40px 20px;
  }
}

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

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

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

.c-form-item__title .required {
  color: #DE1313;
  font-family: "Noto Sans JP", sans-serif;
}

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

.c-form-item__field {
  border: 2px solid #E5E5E5;
  padding: 8px 5px;
  width: 100%;
}

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

.c-form-item__privacy {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy {
    gap: 5px;
  }
}

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

.c-form-item__privacy-link {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 14px;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 768px) {
  .c-form-item__privacy-link {
    letter-spacing: 1px;
  }
}

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

.c-contact__btnWrap {
  margin-top: 40px;
  text-align: center;
}

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

.c-contact-privacy__inner {
  padding-top: 60px;
}

.c-contact-privacy__list {
  padding-top: 48px;
}

.c-contact-privacy__list-item {
  font-family: "BIZ UDPGothic", sans-serif;
  margin-top: 40px;
}
@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: 65px;
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-item:nth-child(2) {
    margin-top: 30px;
  }
}

.c-contact-privacy__list-title {
  color: #0E318D;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.9px;
}
@media screen and (max-width: 768px) {
  .c-contact-privacy__list-title {
    font-size: 18px;
  }
}

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

.c-newsList__item {
  border-bottom: 1px solid #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  padding-bottom: 14px;
  padding-top: 11px;
}
@media screen and (max-width: 768px) {
  .c-newsList__item {
    font-size: 15px;
  }
}

.c-newsList__item-date {
  font-weight: 700;
  letter-spacing: 0.4px;
}

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

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

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

.c-pageFv__title {
  bottom: -5px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-pageFv__title {
    bottom: 0;
  }
}

.c-pageFv__title > * {
  position: relative;
}

.c-pageFv__title-ja {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 0.55;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .c-pageFv__title-ja {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-ja {
    font-size: 24px;
    line-height: 0.85;
  }
}

.c-pageFv__title-en {
  color: #0000FF;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 0.85;
  mix-blend-mode: multiply;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .c-pageFv__title-en {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageFv__title-en {
    font-size: 55px;
    letter-spacing: -2px;
  }
}

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

.c-title__en {
  color: #FFF;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-title__en {
    font-size: 46px;
  }
}

.c-title__ja {
  color: #F8F8F8;
  font-size: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .c-title__ja {
    font-size: 18px;
  }
}

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

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

.c-sec-title {
  background: linear-gradient(to right, #E3ECFF, #BFCDFF);
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  padding: 13px 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-sec-title {
    font-size: 19px;
    padding: 7px 16px;
  }
}

.c-sec-title:before {
  background: #0000FF;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.p-access {
  margin-top: 225px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-access {
    margin-top: 80px;
  }
}

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

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

.p-access__bg {
  height: 722px;
  left: 0;
  position: absolute;
  top: 160px;
  width: 215px;
}
@media screen and (max-width: 768px) {
  .p-access__bg {
    bottom: -150px;
    height: auto;
    top: auto;
    width: 80px;
  }
}

.p-business {
  background-image: url(../images/top/business_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 537px;
  margin-top: 160px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-business {
    margin-top: 100px;
  }
}

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

.p-business:after {
  background-image: url(../images/top/mkg_bg.webp);
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 760px;
  left: calc(50% - 100px);
  max-width: 1240px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .p-business:after {
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p-business:after {
    bottom: 0;
    height: 540px;
    top: auto;
    transform: none;
  }
}

.no-webp .p-business:after {
  background-image: url(../images/top/mkg_bg.png);
}

.p-business__content-wrap {
  margin-inline: auto;
  max-width: 1440px;
  position: relative;
  top: 28px;
}

.p-business__content-wrap:before {
  background: #0000FF;
  border-radius: 12px;
  content: "";
  height: 337px;
  left: 0;
  max-width: 538px;
  position: absolute;
  width: 38vw;
  z-index: 2;
}
@media screen and (max-width: 1220px) {
  .p-business__content-wrap:before {
    min-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__content-wrap:before {
    height: 275px;
    left: 50%;
    min-width: 0;
    transform: translateX(-50%);
    width: 80%;
  }
}

.p-business__content {
  margin-inline: auto;
  max-width: 1240px;
  padding-left: 60px;
  padding-top: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-business__content {
    padding-inline: 0;
    text-align: center;
  }
}

.p-business__list {
  color: #FFF;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 20px;
  line-height: 2;
  margin-left: 15px;
  margin-top: 20px;
  padding-top: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-business__list {
    font-size: 16px;
    margin-left: 0;
  }
}

.p-business__list:before {
  background: #FFF;
  content: "";
  height: 100%;
  position: absolute;
  transform: translateX(-10px);
  width: 1px;
}
@media screen and (max-width: 768px) {
  .p-business__list:before {
    display: none;
  }
}

.p-business__btn-wrap {
  margin-right: 55px;
  margin-top: 75px;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-business__btn-wrap {
    left: 50%;
    margin-top: 160px;
    right: auto;
    transform: translateX(-50%);
  }
}

.p-business__btn {
  background: #0000FF;
  color: #FFF;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .p-business__btn {
    width: 200px;
  }
}

.p-business__btn:after {
  border-color: #FFF;
}

.p-businessContent__inner {
  padding-bottom: 20px;
  padding-top: 78px;
}
@media screen and (max-width: 768px) {
  .p-businessContent__inner {
    padding-top: 35px;
  }
}

.p-businessContent__list-wrap {
  padding-bottom: 60px;
  padding-top: 15px;
}
@media screen and (max-width: 999px) {
  .p-businessContent__list-wrap {
    padding-top: 32px;
  }
}

.p-businessContent__list {
  align-items: flex-start;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 999px) {
  .p-businessContent__list {
    display: block;
  }
}

.p-businessContent__list--license {
  gap: 102px;
}

.p-businessContent__list-item {
  font-family: "BIZ UDPGothic", sans-serif;
}

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

.p-businessContent__list-item .p-businessContent__list-content {
  padding-top: 17px;
}
@media screen and (max-width: 999px) {
  .p-businessContent__list-item .p-businessContent__list-content {
    padding-top: 0;
  }
}

.p-businessContent__list-content li {
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 1.62;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-businessContent__list-content li {
    font-size: 15px;
  }
}

.p-businessContent__list-content li:before {
  content: "・";
  display: block;
  font-size: 20px;
  left: 7px;
  position: absolute;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-businessContent__list-content li:before {
    top: 50%;
  }
}

.p-businessContent__case-wrap {
  padding-bottom: 65px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-businessContent__case-wrap {
    padding-top: 35px;
  }
}

.p-businessContent__case-content {
  padding-top: 52px;
}

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

.p-businessContent__case-title {
  border-bottom: 2px solid #0265DC;
  color: #0265DC;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-businessContent__case-title {
    font-size: 18px;
  }
}

.p-businessContent__case-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-businessContent__case-list {
    gap: 6px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-businessContent__case-list {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-businessContent__case-list {
    padding-top: 17px;
  }
}

.p-businessContent__equipment {
  padding-bottom: 60px;
  padding-top: 27px;
}

.p-businessContent__inspection {
  padding-bottom: 62px;
  padding-top: 32px;
}

.p-businessContent__equipment-table, .p-businessContent__inspection-table {
  border-collapse: collapse;
}

.p-businessContent__equipment-table th, .p-businessContent__equipment-table td, .p-businessContent__inspection-table th, .p-businessContent__inspection-table td {
  border: 2px solid #0000FF;
  font-family: "BIZ UDPGothic", sans-serif;
  padding-block: 14.5px;
}
@media screen and (max-width: 768px) {
  .p-businessContent__equipment-table th, .p-businessContent__equipment-table td, .p-businessContent__inspection-table th, .p-businessContent__inspection-table td {
    padding-block: 10px;
  }
}

.p-businessContent__equipment-table th, .p-businessContent__inspection-table th {
  background: #E0E7FF;
  color: #0000FF;
  font-size: 16px;
  font-weight: 700;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-businessContent__equipment-table th, .p-businessContent__inspection-table th {
    font-size: 15px;
  }
}

.p-businessContent__equipment-table td, .p-businessContent__inspection-table td {
  font-size: 16px;
  padding-left: 38px;
  width: 640px;
}
@media screen and (max-width: 768px) {
  .p-businessContent__equipment-table td, .p-businessContent__inspection-table td {
    font-size: 15px;
    padding-left: 13px;
  }
}

.p-company {
  background: #3141FB;
  margin-top: 150px;
  position: relative;
}

.p-company__inner {
  padding-bottom: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    padding-top: 20px;
  }
}

.p-company:after {
  background-image: url(../images/top/company_bg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

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

.p-company__head {
  padding-top: 65px;
}
@media screen and (max-width: 999px) {
  .p-company__head {
    text-align: center;
  }
}

.p-company__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-company__body {
    flex-direction: column;
  }
}

.p-company__content {
  color: #FFF;
  font-family: "BIZ UDPGothic", sans-serif;
  max-width: 554px;
  padding-top: 28px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .p-company__content {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-company__content {
    max-width: 100%;
  }
}

.p-company__copy {
  font-size: 28px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .p-company__copy {
    font-size: 25px;
  }
}

.p-company__text {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.8;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-company__text {
    font-size: 15px;
  }
}

.p-company__btn-wrap {
  margin-top: 45px;
}
@media screen and (max-width: 999px) {
  .p-company__btn-wrap {
    margin-top: 20px;
  }
}

.p-company__btn {
  font-weight: 700;
  width: 230px;
}
@media screen and (max-width: 999px) {
  .p-company__btn {
    margin-inline: auto;
  }
}

.p-company__btn:after {
  border-color: #0000FF;
}

.p-company__image {
  display: flex;
  max-width: 100%;
  position: relative;
  right: -18px;
  top: -160px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .p-company__image {
    right: auto;
    top: 60px;
  }
}

.p-company__image-item {
  flex-shrink: 1;
  max-width: 200px;
}

.p-company__image-item img {
  box-shadow: 7px 7px 0 0 rgba(0, 123, 128, 0.4);
  position: relative;
  width: 100%;
}

.p-company__image-item:nth-of-type(1) img {
  top: 120px;
}
@media screen and (max-width: 999px) {
  .p-company__image-item:nth-of-type(1) img {
    top: 0;
  }
}

.p-company__image-item:nth-of-type(3) img {
  top: 70px;
}
@media screen and (max-width: 999px) {
  .p-company__image-item:nth-of-type(3) img {
    top: 0;
  }
}

.p-companyGreeting__text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 1.6;
  padding-bottom: 64px;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-companyGreeting__text {
    font-size: 15px;
  }
}

.p-companyInfo__list {
  padding-top: 16px;
}

.p-companyInfo__list-item {
  border-bottom: 1px solid #1E4B9E;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  padding-bottom: 12px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-companyInfo__list-item {
    flex-direction: column;
    font-size: 15px;
  }
}

.p-companyInfo__list-title {
  color: #0000FF;
  min-width: 300px;
}
@media screen and (max-width: 999px) {
  .p-companyInfo__list-title {
    min-width: 150px;
  }
}

.p-companyInfo__list-text {
  font-family: "BIZ UDPGothic", sans-serif;
}

.p-contact {
  background: #E0E7FF;
  margin-top: 75px;
  position: relative;
}

.p-contact__inner {
  padding-block: 124px;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-block: 90px;
  }
}

.p-contact__content {
  border: 6px solid #0000FF;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-contact__content {
    flex-direction: column;
  }
}

.p-contact__info {
  background: #FFF;
  color: #222;
  font-weight: 700;
  padding-block: 90px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-contact__info {
    min-height: 165px;
    padding-block: 20px;
    width: 100%;
  }
}

.p-contact__info address {
  font-size: 20px;
  font-style: normal;
  line-height: 1.7;
}
@media screen and (max-width: 999px) {
  .p-contact__info address {
    font-size: max(1.3888888889vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .p-contact__info address {
    font-size: 16px;
  }
}

.p-contact__info-tel {
  align-items: center;
  color: #0000FF;
  display: flex;
  font-size: 40px;
  gap: 10px;
  justify-content: center;
  letter-spacing: 2.5px;
  margin-top: 8px;
}
@media screen and (max-width: 999px) {
  .p-contact__info-tel {
    font-size: max(2.7777777778vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .p-contact__info-tel {
    font-size: 24px;
    margin-top: 5px;
  }
}

.p-contact__info-tel:before {
  background-image: url(../images/top/contact_tel_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__info-tel:before {
    height: 32px;
    width: 32px;
  }
}

.p-contact__info-fax {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-contact__info-fax {
    font-size: 16px;
    margin-top: 5px;
  }
}

.p-contact__link {
  background: #0000FF;
  color: #FFF;
  font-size: 24px;
  letter-spacing: 0.5px;
  width: 50%;
}
@media screen and (max-width: 999px) {
  .p-contact__link {
    font-size: max(1.6666666667vw, 19px);
  }
}
@media screen and (max-width: 768px) {
  .p-contact__link {
    min-height: 165px;
    padding-block: 20px;
    width: 100%;
  }
}

.p-contact__link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.p-contact__link a:before {
  background-image: url(../images/top/contact_mail_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact__link a:before {
    height: 80px;
    width: 80px;
  }
}

.p-contact__bg {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 999px) {
  .p-contact__bg {
    width: 95%;
  }
}

.p-fv {
  position: relative;
  z-index: 1;
}

.p-fv__slide:before {
  background: #0000FF;
  content: "";
  height: 722px;
  left: -85.5vw;
  position: absolute;
  top: 88px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-fv__slide:before {
    height: calc(100svh - 42px);
    top: 72px;
  }
}

.p-fv__inner {
  max-width: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    padding-right: 0;
  }
}

.p-fv__slide {
  left: 40px;
  position: relative;
  width: calc(100% + 20px);
}
@media screen and (max-width: 768px) {
  .p-fv__slide {
    left: 0;
    width: 100%;
  }
}

.p-fv__slide:after {
  background-image: url(../images/top/mkg_bg.png);
  background-position: 20% 88px;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 760px;
  left: 0;
  max-width: 1240px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1220px) {
  .p-fv__slide:after {
    background-position: 20% bottom;
  }
}

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

.p-fv__text {
  color: #FDFDFD;
  padding-left: 5px;
  padding-top: 365px;
  position: absolute;
  text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.44), 0 4px 4px rgba(0, 0, 0, 0.84);
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .p-fv__text {
    left: 24px;
    padding-right: 23px;
    padding-top: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    bottom: 0;
    padding-top: 0;
    top: auto;
  }
}

.p-fv__copy {
  font-family: "M PLUS 1", sans-serif;
  font-size: 88px;
  line-height: 1.1;
  max-width: 100%;
}
@media screen and (max-width: 1220px) {
  .p-fv__copy {
    font-size: 70px;
  }
}
@media screen and (max-width: 999px) {
  .p-fv__copy {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__copy {
    font-size: 45px;
  }
}

.p-fv__sub-copy {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  padding-top: 5px;
}
@media screen and (max-width: 999px) {
  .p-fv__sub-copy {
    font-size: 28px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__sub-copy {
    font-size: 20px;
  }
}

.p-news {
  background-image: url(../images/top/news_bg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-news {
    background-position: 65% bottom;
    margin-top: 90px;
  }
}

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

.p-news__inner {
  align-items: center;
  display: flex;
  gap: 75px;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-top: 85px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-news__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    gap: 50px;
    padding-bottom: 60px;
    padding-top: 65px;
  }
}

.p-news__left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-news__left {
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__left {
    display: contents;
  }
}

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

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

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

.p-news__btn {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .p-news__btn {
    width: 200px;
  }
}

.p-news__list {
  padding-top: 11px;
}

.p-news__item {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-family: "BIZ UDPGothic", sans-serif;
  padding-bottom: 15px;
  padding-right: 15px;
}

.p-news__item:not(:first-child) {
  padding-top: 10px;
}

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

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

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

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

.p-pageNews__inner {
  padding-bottom: 80px;
  padding-top: 62px;
}
@media screen and (max-width: 768px) {
  .p-pageNews__inner {
    padding-top: 35px;
  }
}

.p-pageRecruit__inner {
  padding-bottom: 80px;
  padding-top: 75px;
}

.p-pageRecruit__recruitment-list {
  padding-top: 16px;
}

.p-pageRecruit__recruitment-list-item {
  border-bottom: 1px solid #1E4B9E;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  padding-bottom: 12px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-pageRecruit__recruitment-list-item {
    flex-direction: column;
    font-size: 15px;
  }
}

.p-pageRecruit__recruitment-list-title {
  color: #0000FF;
  min-width: 300px;
}
@media screen and (max-width: 999px) {
  .p-pageRecruit__recruitment-list-title {
    min-width: 150px;
  }
}

.p-pageRecruit__recruitment-list-text {
  font-family: "BIZ UDPGothic", sans-serif;
}

.p-recruit {
  background-image: url(../images/top/recruit_image_bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 75px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit {
    background-position: 40%;
  }
}

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

.p-recruit__inner {
  padding-bottom: 185px;
  padding-top: 115px;
}
@media screen and (max-width: 768px) {
  .p-recruit__inner {
    padding-bottom: 165px;
    padding-top: 155px;
  }
}

.p-recruit__body {
  display: flex;
  position: relative;
}

.p-recruit__btn-wrap {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-recruit__btn-wrap {
    margin-top: 30px;
  }
}

.p-recruit__btn {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .p-recruit__btn {
    width: 180px;
  }
}

.p-recruit__image {
  bottom: -185px;
  height: 484px;
  left: calc(50% + 190px);
  position: absolute;
  transform: translateX(-50%);
  width: 584px;
}
@media screen and (max-width: 999px) {
  .p-recruit__image {
    height: auto;
    left: calc(50% + 130px);
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__image {
    bottom: -165px;
    left: auto;
    right: 0;
    transform: translateX(0);
    width: 250px;
  }
}

.p-recruit__image img {
  height: 100%;
  max-height: 484px;
  max-width: 584px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-recruit__image img {
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__image img {
    max-width: none;
  }
}

.p-recruit__bg {
  height: 612px;
  mix-blend-mode: screen;
  opacity: 0.6;
  position: absolute;
  right: 23px;
  top: 0;
  width: 125px;
}
@media screen and (max-width: 768px) {
  .p-recruit__bg {
    height: auto;
    right: 0;
    width: 80px;
  }
}

.p-side__text {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 40px;
  letter-spacing: 0.6px;
  position: absolute;
  right: 2px;
  top: 308px;
  writing-mode: vertical-rl;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-side__text {
    mix-blend-mode: lighten;
    top: 100px;
  }
}

.p-side__text:after {
  background-image: url(../images/top/side_text_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 230px;
  width: 6px;
}

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

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

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