@charset "UTF-8";
/*============================
animation
============================*/
@keyframes moveleft {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    transform: translate3d(111%, 0, 0);
  }
}
@keyframes moveBg {
  100% {
    transform: translateX(0);
  }
}
@keyframes moveright {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    transform: translate3d(-111%, 0, 0);
  }
}
@keyframes moveLayer {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    transform: translateX(111%);
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadeinblock {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*===========================
reset style
===========================*/
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html, body {
  min-height: 100%;
}

body {
  text-align: center;
  letter-spacing: 1.2px;
  color: #1E1E1E;
  background: #F5F8FA;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #1E1E1E;
  font-weight: normal;
}

p {
  color: #1E1E1E;
  font-size: 16px;
}

ul, ol, li {
  list-style: none;
  color: #1E1E1E;
}

a {
  color: #1E1E1E;
  text-decoration: none;
}

address {
  color: #1E1E1E;
  font-style: normal;
}

img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  color: #1E1E1E;
}

main {
  display: block;
}

picture {
  display: block;
}

table, th, td {
  color: #1E1E1E;
}

header {
  display: block;
}

footer {
  display: block;
}

aside {
  display: block;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

data {
  display: block;
}

time {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

/*==========================
l-header
==========================*/
.l-header {
  width: 100%;
  height: 80px;
  padding: 0 60px;
  background-color: #0017A8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__tit {
  display: block;
}
.l-header__titLink {
  display: block;
}
.l-header__titLogo {
  display: block;
  width: 241px;
  aspect-ratio: 241/62;
}
.l-header-pc__navList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.l-header-pc__navLink {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding-block: 4px;
  display: inline-block;
  position: relative;
}
.l-header-pc__navLink::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.l-header-pc__navLink:hover::before {
  opacity: 1;
}
.l-header-pc__navLink--btn {
  width: 180px;
  height: 56px;
  color: #0017A8;
  padding: 0 22px;
  border-radius: 28px;
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s;
}
.l-header-pc__navLink--btn::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-color: #E6F2FE;
  border-radius: 50%;
  top: 8px;
  left: auto;
  right: 8px;
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}
.l-header-pc__navLink--btn::after {
  content: "";
  width: 24px;
  height: 18.8px;
  display: block;
  background-image: url(../img/global/header/icon_mail_blue.svg?20256818);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18.6px;
  right: 16px;
  z-index: 2;
  transition: 0.3s;
}
.l-header-pc__navLink--btn:hover {
  color: #1E1E1E;
  background-color: #E6F2FE;
}
.l-header-pc__navLink--btn:hover::before {
  background-color: #0017A8;
}
.l-header-pc__navLink--btn:hover::after {
  background-image: url(../img/global/header/icon_mail_white.svg?20256818);
}
.l-header-sp {
  display: none;
}
.l-header-sp__toggle {
  width: 56px;
  height: 56px;
  position: fixed;
  top: 7px;
  right: 5px;
  z-index: 1200;
}
.l-header-sp__toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}
.l-header-sp__toggle span:nth-child(1) {
  top: calc(50% - 8px);
  transform: translate(-50%, -50%);
}
.l-header-sp__toggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-header-sp__toggle span:nth-child(3) {
  top: calc(50% + 8px);
  transform: translate(-50%, -50%);
}
.l-header-sp__toggle.is-active span:nth-child(1) {
  background-color: #0017A8;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header-sp__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header-sp__toggle.is-active span:nth-child(3) {
  background-color: #0017A8;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header-sp__main {
  width: 100%;
  height: 100dvh;
  background-color: #E6E6E6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.l-header-sp__main.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header-sp__mainTit {
  width: 100%;
  height: 70px;
  padding-top: 4px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
}
.l-header-sp__mainTitLink {
  display: block;
}
.l-header-sp__mainTitLogo {
  width: 171px;
  aspect-ratio: 171/44;
}
.l-header-sp__nav {
  margin-top: 50px;
}
.l-header-sp__navList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.l-header-sp__navLink {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
.l-header-sp__navLink--btn {
  width: 200px;
  height: 56px;
  color: #0017A8;
  padding: 0 22px;
  border-radius: 28px;
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.l-header-sp__navLink--btn::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-color: #E6F2FE;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.l-header-sp__navLink--btn::after {
  content: "";
  width: 24px;
  height: 18.8px;
  display: block;
  background-image: url(../img/global/header/icon_mail_blue.svg?20256818);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18.6px;
  right: 16px;
  z-index: 2;
}

/*==========================
l-footer
==========================*/
.l-footer {
  width: 100%;
  margin-top: 100px;
}
.l-footer__bnr {
  width: 100%;
}
.l-footer__bnrList {
  display: flex;
}
.l-footer__bnrItem {
  width: 50%;
}
.l-footer__bnrLink {
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.3s;
}
.webp .l-footer__bnrLink--recruit {
  background-image: url(../img/global/footer/recruit_bg.webp?20256818);
}

.no-webp .l-footer__bnrLink--recruit {
  background-image: url(../img/global/footer/recruit_bg.jpg?20256818);
}
.webp .l-footer__bnrLink--contact {
  background-image: url(../img/global/footer/contact_bg.webp?20256818);
}

.no-webp .l-footer__bnrLink--contact {
  background-image: url(../img/global/footer/contact_bg.jpg?20256818);
}
.l-footer__bnrLink::after {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background-image: url(../img/global/footer/bnr_arrow.svg?20256818);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 36px;
  right: 36px;
  transition: 0.3s;
}
.l-footer__bnrLabel {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  color: #ffffff;
  transition: 0.3s;
}
.l-footer__bnrTxt {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
}
.l-footer__main {
  width: 100%;
  background-color: #0017A8;
  padding-block: 72px;
}
.l-footer__mainReturn {
  padding-inline: 70px;
  display: flex;
  justify-content: flex-end;
}
.l-footer__mainTit {
  width: 241px;
  aspect-ratio: 241/62;
  margin-inline: auto;
}
.l-footer__mainInformation {
  margin-top: 16px;
}
.l-footer__mainInformationTxt {
  color: #ffffff;
  line-height: 170%;
}
.l-footer__mainMenu {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
.l-footer__mainMenuUnit {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.l-footer__mainMenuItem:not(:first-child) {
  margin-top: 27px;
}
.l-footer__mainMenuLink {
  font-weight: 700;
  color: #ffffff;
  padding-block: 4px;
  display: inline-block;
  position: relative;
}
.l-footer__mainMenuLink::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.l-footer__mainMenuChild {
  margin-top: 16px;
}
.l-footer__mainMenuChildItem:not(:first-child) {
  margin-top: 15px;
}
.l-footer__mainMenuChildLink {
  color: #ffffff;
  padding-block: 4px;
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.l-footer__mainMenuChildLink::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
.l-footer__mainMenuChildLink::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.l-footer__mainSns {
  margin-top: 56px;
}
.l-footer__mainSnsList {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.l-footer__mainSnsLink {
  display: block;
  transition: 0.3s;
}
.l-footer__mainSnsLink--instagram {
  width: 28px;
  height: 28px;
}
.l-footer__mainSnsLink--facebook {
  width: 28px;
  height: 28px;
}
.l-footer__mainSnsLink--x {
  width: 27px;
  height: 28px;
}
.l-footer__mainSnsLink--youtube {
  width: 40px;
  height: 28px;
}
.l-footer__mainSnsLink img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__mainCopyright {
  margin-top: 56px;
  font-size: 12px;
  color: #ffffff;
}

/*============================
.l-main
============================*/
.l-main {
  margin-top: 80px;
}

/*============================
.l-container
============================*/
.l-container {
  /* IE11 */
  width: 100%;
  overflow: hidden;
}
_:-ms-lang(x)::-ms-backdrop, .l-container {
  overflow-x: hidden;
  overflow-y: visible;
}

/*============================
.l-section
============================*/
.l-section {
  width: 100%;
}
.l-section__inner {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
}
.l-section__inner--small {
  max-width: 780px;
}

/*============================
.l-pankuzu
============================*/
.l-pankuzu {
  width: 100%;
  max-width: 1160px;
  height: 65px;
  margin-inline: auto;
}
.l-pankuzu__list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-pankuzu__list > li {
  white-space: nowrap;
  font-size: 12px;
}
.l-pankuzu__list > li:last-child {
  color: #0017A8;
  text-overflow: ellipsis;
  overflow: hidden;
}
.l-pankuzu__list > li + li {
  margin-left: 10px;
}
.l-pankuzu__list > li a {
  color: #777777;
}

/*============================
m-pagetop
============================*/
.m-pagetop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  cursor: pointer;
}
.m-pagetop::after {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background-image: url(../img/global/footer/return_arrow.svg?20256818);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

/*============================
m-button
============================*/
.m-button {
  width: 250px;
  height: 60px;
  font-weight: 700;
  color: #ffffff;
  background-color: #0017A8;
  border: 2px solid #0017A8;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.m-button::before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: 0.3s;
}
.m-button::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../img/global/btn_arrow_black.svg?20256818);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.3s;
}
.m-button--external {
  width: 260px;
}
.m-button--external::after {
  width: 18px;
  height: 18px;
  background-image: url(../img/global/icon_link_black.svg?20256818);
  top: 19px;
  right: 19px;
}
.m-button--green {
  background-color: #007E64;
  border: 2px solid #007E64;
}
.m-button--return {
  padding-left: 64px;
  padding-right: 0;
}
.m-button--return::before {
  right: auto;
  left: 4px;
}
.m-button--return::after {
  top: 20px;
  right: auto;
  left: 20px;
  transform: rotate(180deg);
}

/*============================
m-hide
============================*/
.m-hide--pc {
  display: none;
}

/*============================
m-tit
============================*/
.m-tit {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.m-tit__en {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
}
.m-tit__jp {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 6px;
}
.m-tit--under {
  color: #0017A8;
}

/*==========================
共通タブ用 => .js-tab
==========================*/
.js-tab__switchItem {
  cursor: pointer;
}
.js-tab__main {
  position: relative;
}
.js-tab__mainItem {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tab__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tab__mainItem.is-active {
  opacity: 1;
  transition: 0.6s;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tab__mainItem.is-active.has-scroll {
  display: block;
}

/*===================
タブの中のタブ => .js-tab_inr
===================*/
.js-tabInr__switchItem {
  cursor: pointer;
}
.js-tabInr__main {
  position: relative;
}
.js-tabInr__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tabInr__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tabInr__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tabInr__mainItem.is-active.has-scroll {
  display: block;
}

/*==========================
共通トグル用 => .js-toggle
==========================*/
.js-toggle__switch {
  position: relative;
  cursor: pointer;
}
.js-toggle__switch.is-active {
  transition: 0.3s;
}
.js-toggle__next {
  display: none;
}

/*==================
js-fade
==================*/
.js-fade {
  opacity: 0;
  transition: 1s;
}
.js-fade-up {
  transform: translate(0, 50px);
}
.js-fade-up.is-active {
  transform: translate(0, 0);
  opacity: 1;
}
.js-fade-updelay {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 1s ease, transform 1s ease;
}
.js-fade-updelay.is-active {
  opacity: 1;
  transform: translateY(0);
}
.js-fade-updelay:nth-child(1) {
  transition-delay: 0s;
}
.js-fade-updelay:nth-child(2) {
  transition-delay: 0.3s;
}
.js-fade-updelay:nth-child(3) {
  transition-delay: 0.6s;
}
.js-fade-updelay:nth-child(4) {
  transition-delay: 0.9s;
}
.js-fade-updelay:nth-child(5) {
  transition-delay: 1.2s;
}
.js-fade-updelay:nth-child(6) {
  transition-delay: 1.5s;
}
.js-fade-updelay:nth-child(7) {
  transition-delay: 1.8s;
}
.js-fade-updelay:nth-child(8) {
  transition-delay: 2.1s;
}
.js-fade-updelay:nth-child(9) {
  transition-delay: 2.4s;
}
.js-fade-updelay:nth-child(10) {
  transition-delay: 2.7s;
}

/*==========================
共通スライダー用 => .js-slider
==========================*/
.js-slider__modulDots {
  position: relative;
}
.js-slider__modulArw {
  cursor: pointer;
}

/*==========================
マウスストーカー => .js-stalker
==========================*/
.js-stalker-small, .js-stalker-large {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 99999999;
}
.js-stalker-small {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: transform 0.15s ease, opacity 0.2s ease;
}
.js-stalker-small.is-hover {
  opacity: 0;
}
.js-stalker-large {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, width 0.3s ease, height 0.3s ease;
}
.js-stalker-large.is-hover {
  width: 80px;
  height: 80px;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*==========================
トップ
.p-top
==========================*/
.p-top-mv {
  width: 100%;
  padding-top: 40px;
}
.p-top-mv__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top-mv__image {
  width: 550px;
  opacity: 0;
  transform: translate(-120px, 0);
  transition: 1s;
}
.p-top-mv__image.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
.p-top-mv__main {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.p-top-mv__mainCopy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 64px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 6.4px;
}
.p-top-mv__mainCopy > span {
  display: block;
  overflow: hidden;
}
.p-top-mv__mainCopy > span span {
  display: block;
  transform: translateY(270%) skewY(25deg);
}
.p-top-mv__mainCopy > span:nth-child(1) span {
  transition: transform 0.7s;
}
.p-top-mv__mainCopy > span:nth-child(2) span {
  transition: transform 0.7s 0.35s;
}
.p-top-mv__mainCopy.is-show > span > span {
  transform: translateY(0) skewY(0);
}
.p-top-mv__mainTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 3px;
  margin-top: 40px;
  opacity: 0;
  transition: opacity 1s;
}
.p-top-mv__mainTxt.is-show {
  opacity: 1;
}
.p-top-pickup {
  width: 100%;
  margin-top: 48px;
}
.p-top-pickup__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
.p-top-pickup__link {
  width: 100%;
  height: 100px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 10px;
  padding-inline: 60px;
  box-shadow: 6px 6px 5px 0 rgba(15, 17, 114, 0.15);
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.p-top-pickup__date {
  display: block;
  font-weight: 700;
}
.p-top-pickup__category {
  height: 32px;
  font-weight: 700;
  background-color: #D9D9D9;
  border-radius: 16px;
  padding-left: 38px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.p-top-pickup__category::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #0017A8;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 20px;
}
.p-top-pickup__tit {
  flex: 1;
}
.p-top-pickup__titTxt {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
}
.p-top-pickup__titTxt::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #1E1E1E;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.p-top-about {
  text-align: left;
  margin-top: 160px;
}
.p-top-about__wrapper {
  width: 100%;
  margin-top: 64px;
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top-about__main {
  width: 574px;
}
.p-top-about__mainHeading {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
.p-top-about__mainTxt {
  font-weight: 700;
  line-height: 170%;
  margin-top: 25px;
}
.p-top-about__mainHeading + .p-top-about__mainTxt {
  margin-top: 40px;
}
.p-top-about__mainBtn {
  margin-top: 32px;
}
.p-top-about__img {
  width: 400px;
}
.p-top-service {
  margin-top: 160px;
  padding-block: 160px;
  background-color: #E6E6E6;
}
.p-top-service__menu {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  counter-reset: number;
}
.p-top-service__menuItem {
  counter-increment: number;
  width: 240px;
  height: 70px;
  font-weight: 700;
  line-height: 130%;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 0 rgba(15, 17, 114, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.p-top-service__menuItem::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #0017A8;
  border-radius: 50%;
}
.p-top-service__menuItem::after {
  content: counter(number, decimal-leading-zero);
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  color: #E6F2FE;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.p-top-service__menuItem.is-active {
  border: 2px solid #0017A8;
}
.p-top-service__detail {
  width: 1040px;
  margin-top: 40px;
  margin-inline: auto;
}
.p-top-service__detailUnit {
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 4px 4px 6px 0 rgba(15, 17, 114, 0.06);
  padding: 60px;
}
.p-top-service__detailIntro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top-service__detailIntroImg {
  width: 400px;
}
.p-top-service__detailIntroMain {
  width: 480px;
}
.p-top-service__detailIntroLogo--scop {
  width: 250px;
}
.p-top-service__detailIntroLogo--smart {
  width: 250px;
}
.p-top-service__detailIntroHeading {
  font-size: 32px;
  font-weight: 700;
  margin-top: 15px;
}
.p-top-service__detailIntroTxt {
  line-height: 170%;
  margin-top: 20px;
}
.p-top-service__detailPoint {
  margin-top: 48px;
  border-top: 1px solid #777777;
}
.p-top-service__detailPointWrapper {
  padding-top: 48px;
}
.p-top-service__detailPointToggle {
  display: none;
}
.p-top-service__detailPointMore {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #0017A8;
  padding-left: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  transition: 0.3s;
  cursor: pointer;
}
.p-top-service__detailPointMore::before {
  content: "";
  width: 16px;
  height: 2px;
  display: block;
  background-color: #0017A8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-top-service__detailPointMore::after {
  content: "";
  width: 2px;
  height: 16px;
  display: block;
  background-color: #0017A8;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}
.p-top-service__detailPointMore.is-hide {
  opacity: 0;
  visibility: hidden;
}
.p-top-service__detailPointClose {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #0017A8;
  padding-left: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.p-top-service__detailPointClose::before {
  content: "";
  width: 16px;
  height: 2px;
  display: block;
  background-color: #0017A8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-top-service__detailPointClose.is-show {
  opacity: 1;
  visibility: visible;
}
.p-top-service__detailPointHeading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
  color: #0017A8;
}
.p-top-service__detailPointHeading + .p-top-service__detailPointUnit {
  margin-top: 32px;
}
.p-top-service__detailPointUnit {
  display: flex;
  align-items: flex-start;
}
.p-top-service__detailPointUnit + .p-top-service__detailPointUnit {
  margin-top: 32px;
}
.p-top-service__detailPointLabel {
  width: 320px;
  position: relative;
  z-index: 1;
}
.p-top-service__detailPointLabel::after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  display: block;
  background-color: #D9D9D9;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: -1;
}
.p-top-service__detailPointLabelTxt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
  background-color: #ffffff;
  margin-right: 40px;
  padding-left: 26px;
  padding-right: 20px;
  position: relative;
}
.p-top-service__detailPointLabelTxt::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #0017A8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-top-service__detailPointTxt {
  flex: 1;
  font-weight: 500;
  line-height: 170%;
}
.p-top-service__detailPointItem {
  line-height: 170%;
  padding-left: 24px;
  position: relative;
}
.p-top-service__detailPointItem::before {
  content: "";
  width: 18px;
  height: 16px;
  display: block;
  background-image: url(../img/top/service_check_mark.svg?20256818);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-top-service__detailPointItem + .p-top-service__detailPointItem {
  margin-top: 8px;
}
.p-top-service__detailBtn {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.p-top-news {
  margin-top: 100px;
}
.p-top-news__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top-news__head {
  margin-top: 10px;
}
.p-top-news__btn {
  margin-top: 64px;
}
.p-top-news__post {
  width: 840px;
  text-align: left;
}
.p-top-news__postItem + .p-top-news__postItem {
  border-top: 1px solid #D9D9D9;
}
.p-top-news__postLink {
  display: block;
  padding: 30px 20px;
  transition: 0.3s;
}
.p-top-news__postInformation {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.p-top-news__postDate {
  display: block;
  font-weight: 700;
}
.p-top-news__postCategory {
  height: 32px;
  font-weight: 700;
  background-color: #D9D9D9;
  border-radius: 16px;
  padding-left: 38px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.p-top-news__postCategory::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #0017A8;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 20px;
}
.p-top-news__postTxt {
  font-weight: 500;
  line-height: 170%;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p-top-ir {
  margin-top: 100px;
}
.p-top-ir__inner {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.p-top-ir__inner::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-ir__head {
  margin-top: 10px;
}
.p-top-ir__btn {
  margin-top: 64px;
}
.p-top-ir__post {
  width: 840px;
  text-align: left;
}
.p-top-ir__postItem + .p-top-ir__postItem {
  border-top: 1px solid #D9D9D9;
}
.p-top-ir__postLink {
  display: block;
  padding: 30px 20px;
  transition: 0.3s;
}
.p-top-ir__postInformation {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.p-top-ir__postDate {
  display: block;
  font-weight: 700;
}
.p-top-ir__postCategory {
  height: 32px;
  font-weight: 700;
  background-color: #D9D9D9;
  border-radius: 16px;
  padding-left: 38px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.p-top-ir__postCategory::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #007E64;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 20px;
}
.p-top-ir__postTxt {
  font-weight: 500;
  line-height: 170%;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .l-header {
    height: 70px;
    padding: 0 20px;
  }
  .l-header__titLogo {
    width: 171px;
    aspect-ratio: 171/44;
  }
  .l-header-pc {
    display: none;
  }
  .l-header-sp {
    display: block;
  }
  .l-footer__bnrList {
    flex-direction: column;
  }
  .l-footer__bnrItem {
    width: 100%;
  }
  .l-footer__bnrLink {
    height: auto;
    aspect-ratio: 390/170;
  }
  .l-footer__bnrLink::after {
    width: 36px;
    height: 36px;
    bottom: 15px;
    right: 15px;
  }
  .l-footer__bnrLabel {
    font-size: 48px;
  }
  .l-footer__bnrTxt {
    font-size: 16px;
    margin-top: 3px;
  }
  .l-footer__main {
    padding-block: 36px;
  }
  .l-footer__mainReturn {
    padding-inline: 15px;
  }
  .l-footer__mainTit {
    margin-top: 36px;
  }
  .l-footer__mainMenu {
    flex-direction: column;
    padding-inline: 15px;
  }
  .l-footer__mainMenuUnit {
    width: 100%;
  }
  .l-footer__mainMenuUnit + .l-footer__mainMenuUnit {
    margin-top: 27px;
  }
  .l-footer__mainMenuChildList {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 12px;
  }
  .l-footer__mainMenuChildItem:not(:first-child) {
    margin-top: 0;
  }
  .l-main {
    margin-top: 70px;
  }
  .l-section {
    padding-inline: 15px;
  }
  .l-section__inner {
    max-width: 100%;
  }
  .l-pankuzu {
    padding-inline: 15px;
  }
  .m-hide--sp {
    display: none;
  }
  .m-hide--pc {
    display: block;
  }
  .m-tit__en {
    font-size: 48px;
  }
  .m-tit__jp {
    font-size: 16px;
  }
  .js-stalker {
    display: none;
  }
  .p-top-mv {
    padding-top: 48px;
    padding-inline: 15px;
  }
  .p-top-mv__inner {
    flex-direction: column;
  }
  .p-top-mv__image {
    order: 2;
    width: 100%;
    margin-top: 32px;
    transform: translate(0, 50px);
  }
  .p-top-mv__main {
    display: contents;
  }
  .p-top-mv__mainCopy {
    order: 1;
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
  }
  .p-top-mv__mainTxt {
    order: 3;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-top: 32px;
  }
  .p-top-pickup {
    padding-inline: 15px;
  }
  .p-top-pickup__link {
    height: auto;
    padding: 16px 20px;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
  .p-top-pickup__tit {
    flex: none;
    width: 100%;
  }
  .p-top-pickup__titTxt {
    -webkit-line-clamp: 2;
  }
  .p-top-about {
    margin-top: 100px;
  }
  .p-top-about__wrapper {
    margin-top: 48px;
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .p-top-about__main {
    width: 100%;
    margin-top: 40px;
  }
  .p-top-about__mainHeading {
    font-size: 22px;
  }
  .p-top-about__mainHeading + .p-top-about__mainTxt {
    margin-top: 32px;
  }
  .p-top-about__mainBtn {
    display: flex;
    justify-content: center;
  }
  .p-top-about__img {
    width: 80%;
  }
  .p-top-service {
    margin-top: 100px;
    padding-block: 100px;
  }
  .p-top-service__menu {
    margin-top: 48px;
    justify-content: space-between;
    gap: 16px;
  }
  .p-top-service__menuItem {
    width: calc((100% - 16px) / 2);
    height: 56px;
    box-shadow: 6px 6px 5px 0 rgba(15, 17, 114, 0.15);
  }
  .p-top-service__menuItem::after {
    font-size: 52px;
    top: calc(50% - 2px);
  }
  .p-top-service__detail {
    width: 100%;
  }
  .p-top-service__detailUnit {
    padding: 48px 20px;
    box-shadow: 6px 6px 5px 0 rgba(15, 17, 114, 0.15);
  }
  .p-top-service__detailIntro {
    flex-direction: column;
    justify-content: flex-start;
  }
  .p-top-service__detailIntroImg {
    width: 100%;
  }
  .p-top-service__detailIntroMain {
    width: 100%;
    margin-top: 30px;
  }
  .p-top-service__detailIntroLogo--scop {
    width: 156px;
  }
  .p-top-service__detailIntroLogo--smart {
    width: 156px;
  }
  .p-top-service__detailIntroHeading {
    font-size: 28px;
  }
  .p-top-service__detailPoint {
    margin-top: 32px;
  }
  .p-top-service__detailPointWrapper {
    padding-top: 32px;
    display: none;
  }
  .p-top-service__detailPointToggle {
    display: block;
    height: 22px;
    margin-top: 32px;
    position: relative;
  }
  .p-top-service__detailPointHeading {
    font-size: 20px;
    letter-spacing: 0;
  }
  .p-top-service__detailPointUnit {
    flex-direction: column;
  }
  .p-top-service__detailPointLabel::after {
    content: none;
  }
  .p-top-service__detailPointLabelTxt {
    margin-right: 0;
    padding-right: 0;
  }
  .p-top-service__detailPointTxt {
    margin-top: 16px;
  }
  .p-top-service__detailPointList {
    margin-top: 16px;
  }
  .p-top-news__inner {
    flex-direction: column;
  }
  .p-top-news__head {
    display: contents;
    margin-top: 0;
  }
  .p-top-news__tit {
    order: 1;
  }
  .p-top-news__btn {
    order: 3;
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  .p-top-news__post {
    order: 2;
    width: 100%;
    margin-top: 18px;
  }
  .p-top-news__postLink {
    padding: 30px 0;
  }
  .p-top-news__postInformation {
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .p-top-ir {
    margin-top: 60px;
  }
  .p-top-ir__inner {
    padding-top: 60px;
    flex-direction: column;
  }
  .p-top-ir__inner::before {
    width: calc(100% + 30px);
    left: -15px;
  }
  .p-top-ir__head {
    display: contents;
    margin-top: 0;
  }
  .p-top-ir__tit {
    order: 1;
  }
  .p-top-ir__btn {
    order: 3;
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  .p-top-ir__post {
    order: 2;
    width: 100%;
    margin-top: 18px;
  }
  .p-top-ir__postLink {
    padding: 30px 0;
  }
  .p-top-ir__postInformation {
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header {
    height: 6.6666666667vw;
    padding: 0 4.1666666667vw;
  }
  .l-header__titLogo {
    width: 20.0833333333vw;
  }
  .l-header-pc__navList {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
  .l-header-pc__navLink {
    font-size: 1.3333333333vw;
    padding-block: 0.3333333333vw;
  }
  .l-header-pc__navLink::before {
    height: 0.1666666667vw;
  }
  .l-header-pc__navLink--btn {
    width: 15vw;
    height: 4.6666666667vw;
    padding: 0 1.8333333333vw;
    border-radius: 2.3333333333vw;
  }
  .l-header-pc__navLink--btn::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    top: 0.6666666667vw;
    right: 0.6666666667vw;
  }
  .l-header-pc__navLink--btn::after {
    width: 2vw;
    height: 1.5666666667vw;
    top: 1.55vw;
    right: 1.3333333333vw;
  }
  .l-footer {
    margin-top: 8.3333333333vw;
  }
  .l-footer__bnrLink {
    height: 30vw;
  }
  .l-footer__bnrLink::after {
    width: 4vw;
    height: 4vw;
    bottom: 3vw;
    right: 3vw;
  }
  .l-footer__bnrLabel {
    font-size: 5.3333333333vw;
  }
  .l-footer__bnrTxt {
    font-size: 1.6666666667vw;
  }
  .l-footer__main {
    padding-block: 6vw;
  }
  .l-footer__mainReturn {
    padding-inline: 5.8333333333vw;
  }
  .l-footer__mainTit {
    width: 20.0833333333vw;
  }
  .l-footer__mainInformation {
    margin-top: 1.3333333333vw;
  }
  .l-footer__mainInformationTxt {
    font-size: 1.3333333333vw;
  }
  .l-footer__mainMenu {
    margin-top: 4.6666666667vw;
    -moz-column-gap: 10vw;
         column-gap: 10vw;
  }
  .l-footer__mainMenuItem:not(:first-child) {
    margin-top: 2.25vw;
  }
  .l-footer__mainMenuLink {
    font-size: 1.3333333333vw;
    padding-block: 0.3333333333vw;
  }
  .l-footer__mainMenuLink::before {
    height: 0.1666666667vw;
  }
  .l-footer__mainMenuChild {
    margin-top: 1.3333333333vw;
  }
  .l-footer__mainMenuChildItem:not(:first-child) {
    margin-top: 1.25vw;
  }
  .l-footer__mainMenuChildLink {
    font-size: 1.3333333333vw;
    padding-block: 0.3333333333vw;
    padding-left: 1.25vw;
  }
  .l-footer__mainMenuChildLink::before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    top: 1.0833333333vw;
  }
  .l-footer__mainSns {
    margin-top: 4.6666666667vw;
  }
  .l-footer__mainSnsList {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
  .l-footer__mainSnsLink--instagram {
    width: 2.3333333333vw;
    height: 2.3333333333vw;
  }
  .l-footer__mainSnsLink--facebook {
    width: 2.3333333333vw;
    height: 2.3333333333vw;
  }
  .l-footer__mainSnsLink--x {
    width: 2.25vw;
    height: 2.3333333333vw;
  }
  .l-footer__mainSnsLink--youtube {
    width: 3.3333333333vw;
    height: 2.3333333333vw;
  }
  .l-footer__mainCopyright {
    margin-top: 4.6666666667vw;
    font-size: 1vw;
  }
  .l-main {
    margin-top: 6.6666666667vw;
  }
  .l-section__inner {
    max-width: 96.6666666667vw;
  }
  .l-section__inner--small {
    max-width: 65vw;
  }
  .l-pankuzu {
    max-width: 96.6666666667vw;
    height: 5.4166666667vw;
  }
  .l-pankuzu__list > li {
    font-size: 1vw;
  }
  .l-pankuzu__list > li + li {
    margin-left: 0.8333333333vw;
  }
  .m-pagetop {
    font-size: 1.3333333333vw;
    -moz-column-gap: 0.8333333333vw;
         column-gap: 0.8333333333vw;
  }
  .m-pagetop::after {
    width: 3vw;
    height: 3vw;
  }
  .m-button {
    width: 20.8333333333vw;
    height: 5vw;
    font-size: 1.3333333333vw;
    border: 0.1666666667vw solid #0017A8;
    border-radius: 2.5vw;
    padding-left: 2.0833333333vw;
    padding-right: 5vw;
  }
  .m-button::before {
    width: 4vw;
    height: 4vw;
    top: 0.3333333333vw;
    right: 0.3333333333vw;
  }
  .m-button::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 1.6666666667vw;
    right: 1.6666666667vw;
  }
  .m-button--external {
    width: 21.6666666667vw;
  }
  .m-button--external::after {
    width: 1.5vw;
    height: 1.5vw;
    top: 1.5833333333vw;
    right: 1.5833333333vw;
  }
  .m-button--green {
    border: 0.1666666667vw solid #007E64;
  }
  .m-button--return {
    padding-left: 5.3333333333vw;
    padding-right: 0;
  }
  .m-button--return::before {
    left: 0.3333333333vw;
  }
  .m-button--return::after {
    left: 1.6666666667vw;
  }
  .m-tit__en {
    font-size: 5.3333333333vw;
  }
  .m-tit__jp {
    font-size: 2vw;
    margin-top: 0.5vw;
  }
  .p-top-mv {
    padding-top: 3.3333333333vw;
  }
  .p-top-mv__image {
    width: 45.8333333333vw;
    transform: translate(-10vw, 0);
  }
  .p-top-mv__mainCopy {
    font-size: 5.3333333333vw;
    letter-spacing: 0.5333333333vw;
  }
  .p-top-mv__mainTxt {
    font-size: 2.5vw;
    letter-spacing: 0.25vw;
    margin-top: 3.3333333333vw;
  }
  .p-top-pickup {
    margin-top: 4vw;
    padding-inline: 0.8333333333vw;
  }
  .p-top-pickup__link {
    height: 8.3333333333vw;
    border-radius: 0.8333333333vw;
    padding-inline: 5vw;
    box-shadow: 0.5vw 0.5vw 0.4166666667vw 0 rgba(15, 17, 114, 0.15);
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
  .p-top-pickup__date {
    font-size: 1.3333333333vw;
  }
  .p-top-pickup__category {
    height: 2.6666666667vw;
    font-size: 1.3333333333vw;
    border-radius: 1.3333333333vw;
    padding-left: 3.1666666667vw;
    padding-right: 1.6666666667vw;
  }
  .p-top-pickup__category::before {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
    top: 1vw;
    left: 1.6666666667vw;
  }
  .p-top-pickup__titTxt {
    font-size: 1.3333333333vw;
  }
  .p-top-about {
    margin-top: 13.3333333333vw;
  }
  .p-top-about__wrapper {
    margin-top: 5.3333333333vw;
    padding-left: 5vw;
  }
  .p-top-about__main {
    width: 47.8333333333vw;
  }
  .p-top-about__mainHeading {
    font-size: 3vw;
  }
  .p-top-about__mainTxt {
    font-size: 1.3333333333vw;
    margin-top: 2.0833333333vw;
  }
  .p-top-about__mainHeading + .p-top-about__mainTxt {
    margin-top: 3.3333333333vw;
  }
  .p-top-about__mainBtn {
    margin-top: 2.6666666667vw;
  }
  .p-top-about__img {
    width: 33.3333333333vw;
  }
  .p-top-service {
    margin-top: 13.3333333333vw;
    padding-block: 13.3333333333vw;
  }
  .p-top-service__menu {
    margin-top: 5.3333333333vw;
    gap: 1.6666666667vw;
  }
  .p-top-service__menuItem {
    width: 20vw;
    height: 5.8333333333vw;
    font-size: 1.3333333333vw;
    border: 0.1666666667vw solid #ffffff;
    border-radius: 0.8333333333vw;
    box-shadow: 0.25vw 0.25vw 0.4166666667vw 0 rgba(15, 17, 114, 0.06);
    gap: 0.6666666667vw;
  }
  .p-top-service__menuItem::before {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
  }
  .p-top-service__menuItem::after {
    font-size: 5.3333333333vw;
  }
  .p-top-service__menuItem.is-active {
    border: 0.1666666667vw solid #0017A8;
  }
  .p-top-service__detail {
    width: 86.6666666667vw;
    margin-top: 3.3333333333vw;
  }
  .p-top-service__detailUnit {
    box-shadow: 0.3333333333vw 0.3333333333vw 0.5vw 0 rgba(15, 17, 114, 0.06);
    padding: 5vw;
  }
  .p-top-service__detailIntroImg {
    width: 33.3333333333vw;
  }
  .p-top-service__detailIntroMain {
    width: 40vw;
  }
  .p-top-service__detailIntroLogo--scop {
    width: 20.8333333333vw;
  }
  .p-top-service__detailIntroLogo--smart {
    width: 20.8333333333vw;
  }
  .p-top-service__detailIntroHeading {
    font-size: 2.6666666667vw;
    margin-top: 1.25vw;
  }
  .p-top-service__detailIntroTxt {
    font-size: 1.3333333333vw;
    margin-top: 1.6666666667vw;
  }
  .p-top-service__detailPoint {
    margin-top: 4vw;
  }
  .p-top-service__detailPointWrapper {
    padding-top: 4vw;
  }
  .p-top-service__detailPointHeading {
    font-size: 1.5vw;
    letter-spacing: 0.09vw;
  }
  .p-top-service__detailPointHeading + .p-top-service__detailPointUnit {
    margin-top: 2.6666666667vw;
  }
  .p-top-service__detailPointUnit + .p-top-service__detailPointUnit {
    margin-top: 2.6666666667vw;
  }
  .p-top-service__detailPointLabel {
    width: 26.6666666667vw;
  }
  .p-top-service__detailPointLabel::after {
    width: calc(100% - 1.6666666667vw);
    top: 1.1666666667vw;
  }
  .p-top-service__detailPointLabelTxt {
    font-size: 1.5vw;
    letter-spacing: 0.09vw;
    margin-right: 3.3333333333vw;
    padding-left: 2.1666666667vw;
    padding-right: 1.6666666667vw;
  }
  .p-top-service__detailPointLabelTxt::before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .p-top-service__detailPointTxt {
    font-size: 1.3333333333vw;
  }
  .p-top-service__detailPointItem {
    font-size: 1.3333333333vw;
    padding-left: 2vw;
  }
  .p-top-service__detailPointItem::before {
    width: 1.5vw;
    height: 1.3333333333vw;
    top: 0.4166666667vw;
  }
  .p-top-service__detailPointItem + .p-top-service__detailPointItem {
    margin-top: 0.6666666667vw;
  }
  .p-top-service__detailBtn {
    margin-top: 4vw;
  }
  .p-top-news {
    margin-top: 6.6666666667vw;
  }
  .p-top-news__head {
    margin-top: 0.8333333333vw;
  }
  .p-top-news__btn {
    margin-top: 5.3333333333vw;
  }
  .p-top-news__post {
    width: 70vw;
  }
  .p-top-news__postLink {
    padding: 2.5vw 1.6666666667vw;
  }
  .p-top-news__postInformation {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
  .p-top-news__postDate {
    font-size: 1.3333333333vw;
  }
  .p-top-news__postCategory {
    height: 2.6666666667vw;
    font-size: 1.3333333333vw;
    border-radius: 1.3333333333vw;
    padding-left: 3.1666666667vw;
    padding-right: 1.6666666667vw;
  }
  .p-top-news__postCategory::before {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
    top: 1vw;
    left: 1vw;
  }
  .p-top-news__postTxt {
    font-size: 1.3333333333vw;
    margin-top: 1.6666666667vw;
  }
  .p-top-ir {
    margin-top: 6.6666666667vw;
  }
  .p-top-ir__inner {
    padding-top: 8.3333333333vw;
  }
  .p-top-ir__head {
    margin-top: 0.8333333333vw;
  }
  .p-top-ir__btn {
    margin-top: 5.3333333333vw;
  }
  .p-top-ir__post {
    width: 70vw;
  }
  .p-top-ir__postLink {
    padding: 2.5vw 1.6666666667vw;
  }
  .p-top-ir__postInformation {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
  .p-top-ir__postDate {
    font-size: 1.3333333333vw;
  }
  .p-top-ir__postCategory {
    height: 2.6666666667vw;
    font-size: 1.3333333333vw;
    border-radius: 1.3333333333vw;
    padding-left: 3.1666666667vw;
    padding-right: 1.6666666667vw;
  }
  .p-top-ir__postCategory::before {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
    top: 1vw;
    left: 1vw;
  }
  .p-top-ir__postTxt {
    font-size: 1.3333333333vw;
    margin-top: 1.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .webp .l-footer__bnrLink--recruit:hover {
    background-image: url(../img/global/footer/recruit_bg_hover.webp?20256818);
  }
  .no-webp .l-footer__bnrLink--recruit:hover {
    background-image: url(../img/global/footer/recruit_bg_hover.jpg?20256818);
  }
  .webp .l-footer__bnrLink--contact:hover {
    background-image: url(../img/global/footer/contact_bg_hover.webp?20256818);
  }
  .no-webp .l-footer__bnrLink--contact:hover {
    background-image: url(../img/global/footer/contact_bg_hover.jpg?20256818);
  }
  .l-footer__bnrLink:hover::after {
    background-image: url(../img/global/footer/bnr_arrow_hover.svg?20256818);
  }
  .l-footer__bnrLink:hover .l-footer__bnrLabel {
    color: #0017A8;
  }
  .l-footer__bnrLink:hover .l-footer__bnrTxt {
    color: #0017A8;
  }
  .l-footer__mainMenuLink:hover::before {
    opacity: 1;
  }
  .l-footer__mainMenuChildLink:hover::after {
    opacity: 1;
  }
  .l-footer__mainSnsLink:hover {
    opacity: 0.7;
  }
  .m-pagetop:hover::after {
    background-image: url(../img/global/footer/return_arrow_hover.svg?20256818);
  }
  .m-button:hover {
    color: #1E1E1E;
    background-color: #ffffff;
  }
  .m-button:hover::before {
    background-color: #0017A8;
  }
  .m-button:hover::after {
    background-image: url(../img/global/btn_arrow_white.svg?20256818);
  }
  .m-button--external:hover::after {
    background-image: url(../img/global/icon_link_white.svg?20256818);
  }
  .m-button--green:hover::before {
    background-color: #007E64;
  }
  .p-top-pickup__link:hover .p-top-pickup__titTxt::before {
    opacity: 1;
  }
  .p-top-service__menuItem:hover {
    border: 2px solid #0017A8;
  }
  .p-top-news__postLink:hover {
    background: rgba(230, 242, 254, 0.5);
    background-blend-mode: multiply;
  }
  .p-top-ir__postLink:hover {
    background: rgba(230, 242, 254, 0.5);
    background-blend-mode: multiply;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1200px) {
  .p-top-about__main {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (max-width: 1200px) {
  .p-top-service__menuItem:hover {
    border: 0.1666666667vw solid #0017A8;
  }
}
