@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=Noto+Sans+JP:wght@100..900&family=Titillium+Web:wght@400;700&display=swap");
/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

/* ===============================
	base
 =============================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  height: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

html {
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
  height: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: currentColor;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.mo a img {
  background-color: rgba(255, 255, 255, 0.01);
}

.l-parent {
  /* ===============================
  header
  =============================== */
  /* ===============================
  footer
  =============================== */
  /* ===============================
  common
  =============================== */
}
.l-parent li {
  list-style: none;
}
.l-parent .header-nav-container {
  z-index: 400;
}
.l-parent .header {
  background-color: #1b2870;
  font-weight: bold;
  color: #fff;
}
.l-parent .header-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.l-parent .header-logo {
  width: 230px;
  padding: 0 30px 0 0;
  line-height: 0;
  display: block;
}
.l-parent .header-nav {
  width: calc(100% - 330px);
}
.l-parent .header-nav-toggle {
  display: none;
}
.l-parent .header-nav-container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.l-parent .header-nav-item {
  padding: 0 20px 0 0;
}
.l-parent .header-nav-item:last-child {
  padding: 0;
}
.l-parent .header-nav-link {
  display: block;
  padding: 0 0 0 25px;
  line-height: 20px;
  background-image: url("https://www.limousinebus.co.jp/www/images/icon-arrow-circle-01.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.l-parent .header-nav-link:hover {
  color: #ccc;
}
.l-parent .header-language {
  padding: 0 0 0 30px;
  width: 100px;
  position: relative;
}
.l-parent .header-language-mark {
  background-image: url("https://www.limousinebus.co.jp/www/images/icon-global-01.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  padding: 22px 0 0;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  display: block;
}
.l-parent .header-language-box {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  width: 150px;
  display: none;
}
.l-parent .header-language-list {
  position: relative;
  z-index: 2;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.36);
}
.l-parent .header-language-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: 24px;
  z-index: 1;
  width: 20px;
  height: 20px;
  transform: rotate(50deg) skewX(20deg) skewY(10deg);
  background-color: #f2f2f2;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
}
.l-parent .header-language-list-item {
  position: relative;
  z-index: 2;
  border-bottom: 1px #ccc solid;
  background-color: #f2f2f2;
  transition: all 0.2s ease-in-out;
}
.l-parent .header-language-list-item:first-child {
  border-radius: 6px 6px 0 0;
}
.l-parent .header-language-list-item:last-child {
  border-radius: 0 0 6px 6px;
}
.l-parent .header-language-list-item:hover {
  background-color: #fff;
}
.l-parent .header-language-list-link {
  display: block;
  padding: 5px 30px;
  color: #222;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .l-parent .header-container {
    padding: 20px;
    position: relative;
    height: 70px;
  }
  .l-parent .header-logo {
    width: 150px;
    padding: 0;
  }
  .l-parent .header-nav {
    width: auto;
    padding: 10px 10px 5px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .l-parent .header-nav-toggle {
    display: block;
    width: 25px;
    padding-top: 20px;
    background-image: url("https://www.limousinebus.co.jp/www/images/icon-sp-menu-01.svg");
    background-position: center top 2px;
    background-repeat: no-repeat;
    background-size: auto 15px;
    cursor: pointer;
  }
  .l-parent .header-nav-text {
    font-size: 10px;
    line-height: 1;
    white-space: normal;
    text-align: center;
    transform: scale(0.8);
    display: block;
    transform-origin: left;
  }
  .l-parent .header-nav-toggle .header-nav-active {
    display: none;
  }
  .l-parent .header-nav-toggle--active .header-nav-active {
    display: block;
  }
  .l-parent .header-nav-toggle--active .header-nav-inactive {
    display: none;
  }
  .l-parent .header-nav-screen {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: -10px;
    top: 60px;
    width: 100vw;
    height: calc(100vh - 70px);
    display: none;
  }
  .l-parent .header-nav-container {
    position: absolute;
    right: -10px;
    top: 60px;
    width: 100vw;
    display: none;
    border-top: 1px #ccc solid;
  }
  .l-parent .header-nav-item {
    padding: 0;
    background-color: #1b2870;
    border-bottom: 1px #ccc solid;
  }
  .l-parent .header-nav-item:last-child {
    padding: 0;
  }
  .l-parent .header-nav-link {
    display: block;
    padding: 10px 0 10px 45px;
    background-position: left 20px center;
    background-size: 20px;
    font-size: 15px;
  }
  .l-parent .header-nav-link:hover {
    color: #fff;
  }
  .l-parent .header-language {
    width: auto;
    position: static;
  }
  .l-parent .header-language-mark {
    padding: 20px 0 5px;
    background-position: center top 2px;
    background-size: 16px;
    font-size: 0;
    position: absolute;
    top: 20px;
    right: 70px;
  }
  .l-parent .header-language-text {
    font-size: 10px;
    line-height: 1;
    display: block;
    transform: scale(0.8);
  }
  .l-parent .header-language-box {
    top: 100%;
    right: 62px;
  }
  .l-parent .header-language-list-item:hover {
    background-color: #f2f2f2;
  }
}
.l-parent .footer {
  background-color: #000;
  color: #fff;
}
.l-parent .footer-pagetop {
  display: block;
  background-color: #ccc;
  height: 45px;
  cursor: pointer;
  background-image: url("https://www.limousinebus.co.jp/www/images/icon-pagetop-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px auto;
  transition: all 0.2s ease-in-out;
}
.l-parent .footer-pagetop:hover {
  background-color: #ddd;
}
.l-parent .footer-menu {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.l-parent .footer-menu-item {
  padding: 0 10px;
}
.l-parent .footer-corp {
  margin: 170px auto 0;
  width: 170px;
}
.l-parent .footer-copy {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .l-parent .footer-pagetop:hover {
    background-color: #ccc;
  }
  .l-parent .footer-menu {
    max-width: 940px;
    padding: 30px 10px;
  }
  .l-parent .footer-menu-item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .l-parent .footer-corp {
    margin: 150px auto 0;
    width: 170px;
  }
  .l-parent .footer-copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 730px) {
  .l-parent .footer-menu {
    justify-content: flex-start;
  }
}
.l-parent .footer-sns-box {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.l-parent .footer-sns-item {
  margin: 24px 24px 0;
}
@media screen and (max-width: 730px) {
  .l-parent .footer-sns-item {
    margin: 24px 12px 0;
  }
}
.l-parent .page-twitter {
  padding: 24px;
  height: 48px;
  background-image: url("https://www.limousinebus.co.jp/www/images/top/ico_sns_twitter.png");
  background-repeat: no-repeat;
  background-size: 48px auto;
}
.l-parent .page-facebook {
  padding: 24px;
  height: 48px;
  background-image: url("https://www.limousinebus.co.jp/www/images/top/ico_sns_facebook.png");
  background-repeat: no-repeat;
  background-size: 48px auto;
}
.l-parent .page-instagram {
  padding: 24px;
  height: 48px;
  background-image: url("https://www.limousinebus.co.jp/www/images/top/ico_sns_instagram.png");
  background-repeat: no-repeat;
  background-size: 48px auto;
}
.l-parent .footer {
  position: relative;
  z-index: 1;
}
.l-parent .common-slider {
  position: relative;
}
.l-parent .common-slider .slick-next {
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 1px #ccc solid;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("https://www.limousinebus.co.jp/www//images/icon-arrow-right-white-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.l-parent .common-slider .slick-next:hover {
  opacity: 0.7;
}
.l-parent .common-slider .slick-prev {
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 1px #ccc solid;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("https://www.limousinebus.co.jp/www//images/icon-arrow-left-white-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.l-parent .common-slider .slick-prev:hover {
  opacity: 0.7;
}
.l-parent .common-slider .slick-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 10px 0 0;
}
.l-parent .common-slider .slick-dots li button {
  display: none;
}
.l-parent .common-slider .slick-dots li {
  margin: 0 5px;
  background-color: #666;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 0.8;
  cursor: pointer;
}
.l-parent .common-slider .slick-dots li.slick-active {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-parent .common-slider .slick-next {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }
  .l-parent .common-slider .slick-next:hover {
    opacity: 1;
  }
  .l-parent .common-slider .slick-prev {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }
  .l-parent .common-slider .slick-prev:hover {
    opacity: 1;
  }
}
.l-parent .common-ta-c {
  text-align: center;
}
.l-parent .common-ta-r {
  text-align: right;
}
.l-parent .common-pc-ta-c {
  text-align: center;
}
.l-parent .common-sp-visible {
  display: none;
}
.l-parent .common-inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .l-parent .common-pc-ta-c {
    text-align: inherit;
  }
  .l-parent .common-pc-visible {
    display: none;
  }
  .l-parent .common-sp-visible {
    display: block;
  }
}
.l-parent .common-pc-pd-0 {
  padding: 0px !important;
}
.l-parent .common-pc-pd-5 {
  padding: 5px !important;
}
.l-parent .common-pc-pd-10 {
  padding: 10px !important;
}
.l-parent .common-pc-pd-15 {
  padding: 15px !important;
}
.l-parent .common-pc-pd-20 {
  padding: 20px !important;
}
.l-parent .common-pc-pd-25 {
  padding: 25px !important;
}
.l-parent .common-pc-pd-30 {
  padding: 30px !important;
}
.l-parent .common-pc-pd-35 {
  padding: 35px !important;
}
.l-parent .common-pc-pd-40 {
  padding: 40px !important;
}
.l-parent .common-pc-pd-45 {
  padding: 45px !important;
}
.l-parent .common-pc-pd-50 {
  padding: 50px !important;
}
.l-parent .common-pc-pd-60 {
  padding: 60px !important;
}
.l-parent .common-pc-pd-70 {
  padding: 70px !important;
}
.l-parent .common-pc-pd-80 {
  padding: 80px !important;
}
.l-parent .common-pc-pd-90 {
  padding: 90px !important;
}
.l-parent .common-pc-pd-100 {
  padding: 100px !important;
}
.l-parent .common-pc-pt-0 {
  padding-top: 0px !important;
}
.l-parent .common-pc-pt-5 {
  padding-top: 5px !important;
}
.l-parent .common-pc-pt-10 {
  padding-top: 10px !important;
}
.l-parent .common-pc-pt-15 {
  padding-top: 15px !important;
}
.l-parent .common-pc-pt-20 {
  padding-top: 20px !important;
}
.l-parent .common-pc-pt-25 {
  padding-top: 25px !important;
}
.l-parent .common-pc-pt-30 {
  padding-top: 30px !important;
}
.l-parent .common-pc-pt-35 {
  padding-top: 35px !important;
}
.l-parent .common-pc-pt-40 {
  padding-top: 40px !important;
}
.l-parent .common-pc-pt-45 {
  padding-top: 45px !important;
}
.l-parent .common-pc-pt-50 {
  padding-top: 50px !important;
}
.l-parent .common-pc-pt-60 {
  padding-top: 60px !important;
}
.l-parent .common-pc-pt-70 {
  padding-top: 70px !important;
}
.l-parent .common-pc-pt-80 {
  padding-top: 80px !important;
}
.l-parent .common-pc-pt-90 {
  padding-top: 90px !important;
}
.l-parent .common-pc-pt-100 {
  padding-top: 100px !important;
}
.l-parent .common-pc-pb-0 {
  padding-bottom: 0px !important;
}
.l-parent .common-pc-pb-5 {
  padding-bottom: 5px !important;
}
.l-parent .common-pc-pb-10 {
  padding-bottom: 10px !important;
}
.l-parent .common-pc-pb-15 {
  padding-bottom: 15px !important;
}
.l-parent .common-pc-pb-20 {
  padding-bottom: 20px !important;
}
.l-parent .common-pc-pb-25 {
  padding-bottom: 25px !important;
}
.l-parent .common-pc-pb-30 {
  padding-bottom: 30px !important;
}
.l-parent .common-pc-pb-35 {
  padding-bottom: 35px !important;
}
.l-parent .common-pc-pb-40 {
  padding-bottom: 40px !important;
}
.l-parent .common-pc-pb-45 {
  padding-bottom: 45px !important;
}
.l-parent .common-pc-pb-50 {
  padding-bottom: 50px !important;
}
.l-parent .common-pc-pb-60 {
  padding-bottom: 60px !important;
}
.l-parent .common-pc-pb-70 {
  padding-bottom: 70px !important;
}
.l-parent .common-pc-pb-80 {
  padding-bottom: 80px !important;
}
.l-parent .common-pc-pb-90 {
  padding-bottom: 90px !important;
}
.l-parent .common-pc-pb-100 {
  padding-bottom: 100px !important;
}
.l-parent .common-pc-pl-0 {
  padding-left: 0px !important;
}
.l-parent .common-pc-pl-5 {
  padding-left: 5px !important;
}
.l-parent .common-pc-pl-10 {
  padding-left: 10px !important;
}
.l-parent .common-pc-pl-15 {
  padding-left: 15px !important;
}
.l-parent .common-pc-pl-20 {
  padding-left: 20px !important;
}
.l-parent .common-pc-pl-25 {
  padding-left: 25px !important;
}
.l-parent .common-pc-pl-30 {
  padding-left: 30px !important;
}
.l-parent .common-pc-pl-35 {
  padding-left: 35px !important;
}
.l-parent .common-pc-pl-40 {
  padding-left: 40px !important;
}
.l-parent .common-pc-pl-45 {
  padding-left: 45px !important;
}
.l-parent .common-pc-pl-50 {
  padding-left: 50px !important;
}
.l-parent .common-pc-pl-60 {
  padding-left: 60px !important;
}
.l-parent .common-pc-pl-70 {
  padding-left: 70px !important;
}
.l-parent .common-pc-pl-80 {
  padding-left: 80px !important;
}
.l-parent .common-pc-pl-90 {
  padding-left: 90px !important;
}
.l-parent .common-pc-pl-100 {
  padding-left: 100px !important;
}
.l-parent .common-pc-pr-0 {
  padding-right: 0px !important;
}
.l-parent .common-pc-pr-5 {
  padding-right: 10px !important;
}
.l-parent .common-pc-pr-10 {
  padding-right: 10px !important;
}
.l-parent .common-pc-pr-15 {
  padding-right: 15px !important;
}
.l-parent .common-pc-pr-20 {
  padding-right: 20px !important;
}
.l-parent .common-pc-pr-25 {
  padding-right: 25px !important;
}
.l-parent .common-pc-pr-30 {
  padding-right: 30px !important;
}
.l-parent .common-pc-pr-35 {
  padding-right: 35px !important;
}
.l-parent .common-pc-pr-40 {
  padding-right: 40px !important;
}
.l-parent .common-pc-pr-45 {
  padding-right: 45px !important;
}
.l-parent .common-pc-pr-50 {
  padding-right: 50px !important;
}
.l-parent .common-pc-pr-60 {
  padding-right: 60px !important;
}
.l-parent .common-pc-pr-70 {
  padding-right: 70px !important;
}
.l-parent .common-pc-pr-80 {
  padding-right: 80px !important;
}
.l-parent .common-pc-pr-90 {
  padding-right: 90px !important;
}
.l-parent .common-pc-pr-100 {
  padding-right: 100px !important;
}
.l-parent .common-pc-mg-0 {
  margin: 0px !important;
}
.l-parent .common-pc-mg-5 {
  margin: 10px !important;
}
.l-parent .common-pc-mg-10 {
  margin: 10px !important;
}
.l-parent .common-pc-mg-15 {
  margin: 15px !important;
}
.l-parent .common-pc-mg-20 {
  margin: 20px !important;
}
.l-parent .common-pc-mg-25 {
  margin: 25px !important;
}
.l-parent .common-pc-mg-30 {
  margin: 30px !important;
}
.l-parent .common-pc-mg-35 {
  margin: 35px !important;
}
.l-parent .common-pc-mg-40 {
  margin: 40px !important;
}
.l-parent .common-pc-mg-45 {
  margin: 45px !important;
}
.l-parent .common-pc-mg-50 {
  margin: 50px !important;
}
.l-parent .common-pc-mg-60 {
  margin: 60px !important;
}
.l-parent .common-pc-mg-70 {
  margin: 70px !important;
}
.l-parent .common-pc-mg-80 {
  margin: 80px !important;
}
.l-parent .common-pc-mg-90 {
  margin: 90px !important;
}
.l-parent .common-pc-mg-100 {
  margin: 100px !important;
}
.l-parent .common-pc-mt-0 {
  margin-top: 0px !important;
}
.l-parent .common-pc-mt-5 {
  margin-top: 5px !important;
}
.l-parent .common-pc-mt-10 {
  margin-top: 10px !important;
}
.l-parent .common-pc-mt-15 {
  margin-top: 15px !important;
}
.l-parent .common-pc-mt-20 {
  margin-top: 20px !important;
}
.l-parent .common-pc-mt-25 {
  margin-top: 25px !important;
}
.l-parent .common-pc-mt-30 {
  margin-top: 30px !important;
}
.l-parent .common-pc-mt-35 {
  margin-top: 35px !important;
}
.l-parent .common-pc-mt-40 {
  margin-top: 40px !important;
}
.l-parent .common-pc-mt-45 {
  margin-top: 45px !important;
}
.l-parent .common-pc-mt-50 {
  margin-top: 50px !important;
}
.l-parent .common-pc-mt-60 {
  margin-top: 60px !important;
}
.l-parent .common-pc-mt-70 {
  margin-top: 70px !important;
}
.l-parent .common-pc-mt-80 {
  margin-top: 80px !important;
}
.l-parent .common-pc-mt-90 {
  margin-top: 90px !important;
}
.l-parent .common-pc-mt-100 {
  margin-top: 100px !important;
}
.l-parent .common-pc-mb-0 {
  margin-bottom: 0px !important;
}
.l-parent .common-pc-mb-5 {
  margin-bottom: 5px !important;
}
.l-parent .common-pc-mb-10 {
  margin-bottom: 10px !important;
}
.l-parent .common-pc-mb-15 {
  margin-bottom: 15px !important;
}
.l-parent .common-pc-mb-20 {
  margin-bottom: 20px !important;
}
.l-parent .common-pc-mb-25 {
  margin-bottom: 25px !important;
}
.l-parent .common-pc-mb-30 {
  margin-bottom: 30px !important;
}
.l-parent .common-pc-mb-35 {
  margin-bottom: 35px !important;
}
.l-parent .common-pc-mb-40 {
  margin-bottom: 40px !important;
}
.l-parent .common-pc-mb-45 {
  margin-bottom: 45px !important;
}
.l-parent .common-pc-mb-50 {
  margin-bottom: 50px !important;
}
.l-parent .common-pc-mb-60 {
  margin-bottom: 60px !important;
}
.l-parent .common-pc-mb-70 {
  margin-bottom: 70px !important;
}
.l-parent .common-pc-mb-80 {
  margin-bottom: 80px !important;
}
.l-parent .common-pc-mb-90 {
  margin-bottom: 90px !important;
}
.l-parent .common-pc-mb-100 {
  margin-bottom: 100px !important;
}
.l-parent .common-pc-ml-0 {
  margin-left: 0px !important;
}
.l-parent .common-pc-ml-5 {
  margin-left: 5px !important;
}
.l-parent .common-pc-ml-10 {
  margin-left: 10px !important;
}
.l-parent .common-pc-ml-15 {
  margin-left: 15px !important;
}
.l-parent .common-pc-ml-20 {
  margin-left: 20px !important;
}
.l-parent .common-pc-ml-25 {
  margin-left: 25px !important;
}
.l-parent .common-pc-ml-30 {
  margin-left: 30px !important;
}
.l-parent .common-pc-ml-35 {
  margin-left: 35px !important;
}
.l-parent .common-pc-ml-40 {
  margin-left: 40px !important;
}
.l-parent .common-pc-ml-45 {
  margin-left: 45px !important;
}
.l-parent .common-pc-ml-50 {
  margin-left: 50px !important;
}
.l-parent .common-pc-ml-60 {
  margin-left: 60px !important;
}
.l-parent .common-pc-ml-70 {
  margin-left: 70px !important;
}
.l-parent .common-pc-ml-80 {
  margin-left: 80px !important;
}
.l-parent .common-pc-ml-90 {
  margin-left: 90px !important;
}
.l-parent .common-pc-ml-100 {
  margin-left: 100px !important;
}
.l-parent .common-pc-mr-0 {
  margin-right: 0px !important;
}
.l-parent .common-pc-mr-5 {
  margin-right: 5px !important;
}
.l-parent .common-pc-mr-10 {
  margin-right: 10px !important;
}
.l-parent .common-pc-mr-15 {
  margin-right: 15px !important;
}
.l-parent .common-pc-mr-20 {
  margin-right: 20px !important;
}
.l-parent .common-pc-mr-25 {
  margin-right: 25px !important;
}
.l-parent .common-pc-mr-30 {
  margin-right: 30px !important;
}
.l-parent .common-pc-mr-35 {
  margin-right: 35px !important;
}
.l-parent .common-pc-mr-40 {
  margin-right: 40px !important;
}
.l-parent .common-pc-mr-45 {
  margin-right: 45px !important;
}
.l-parent .common-pc-mr-50 {
  margin-right: 50px !important;
}
.l-parent .common-pc-mr-60 {
  margin-right: 60px !important;
}
.l-parent .common-pc-mr-70 {
  margin-right: 70px !important;
}
.l-parent .common-pc-mr-80 {
  margin-right: 80px !important;
}
.l-parent .common-pc-mr-90 {
  margin-right: 90px !important;
}
.l-parent .common-pc-mr-100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 768px) {
  .l-parent .common-sp-pd-0 {
    padding: 0px !important;
  }
  .l-parent .common-sp-pd-5 {
    padding: 5px !important;
  }
  .l-parent .common-sp-pd-10 {
    padding: 10px !important;
  }
  .l-parent .common-sp-pd-15 {
    padding: 15px !important;
  }
  .l-parent .common-sp-pd-20 {
    padding: 20px !important;
  }
  .l-parent .common-sp-pd-25 {
    padding: 25px !important;
  }
  .l-parent .common-sp-pd-30 {
    padding: 30px !important;
  }
  .l-parent .common-sp-pd-35 {
    padding: 35px !important;
  }
  .l-parent .common-sp-pd-40 {
    padding: 40px !important;
  }
  .l-parent .common-sp-pd-45 {
    padding: 45px !important;
  }
  .l-parent .common-sp-pd-50 {
    padding: 50px !important;
  }
  .l-parent .common-sp-pd-60 {
    padding: 60px !important;
  }
  .l-parent .common-sp-pd-70 {
    padding: 70px !important;
  }
  .l-parent .common-sp-pd-80 {
    padding: 80px !important;
  }
  .l-parent .common-sp-pd-90 {
    padding: 90px !important;
  }
  .l-parent .common-sp-pd-100 {
    padding: 100px !important;
  }
  .l-parent .common-sp-pt-0 {
    padding-top: 0px !important;
  }
  .l-parent .common-sp-pt-5 {
    padding-top: 5px !important;
  }
  .l-parent .common-sp-pt-10 {
    padding-top: 10px !important;
  }
  .l-parent .common-sp-pt-15 {
    padding-top: 15px !important;
  }
  .l-parent .common-sp-pt-20 {
    padding-top: 20px !important;
  }
  .l-parent .common-sp-pt-25 {
    padding-top: 25px !important;
  }
  .l-parent .common-sp-pt-30 {
    padding-top: 30px !important;
  }
  .l-parent .common-sp-pt-35 {
    padding-top: 35px !important;
  }
  .l-parent .common-sp-pt-40 {
    padding-top: 40px !important;
  }
  .l-parent .common-sp-pt-45 {
    padding-top: 45px !important;
  }
  .l-parent .common-sp-pt-50 {
    padding-top: 50px !important;
  }
  .l-parent .common-sp-pt-60 {
    padding-top: 60px !important;
  }
  .l-parent .common-sp-pt-70 {
    padding-top: 70px !important;
  }
  .l-parent .common-sp-pt-80 {
    padding-top: 80px !important;
  }
  .l-parent .common-sp-pt-90 {
    padding-top: 90px !important;
  }
  .l-parent .common-sp-pt-100 {
    padding-top: 100px !important;
  }
  .l-parent .common-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .l-parent .common-sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .l-parent .common-sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .l-parent .common-sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .l-parent .common-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .l-parent .common-sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .l-parent .common-sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .l-parent .common-sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .l-parent .common-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .l-parent .common-sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .l-parent .common-sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .l-parent .common-sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .l-parent .common-sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .l-parent .common-sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .l-parent .common-sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .l-parent .common-sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .l-parent .common-sp-pl-0 {
    padding-left: 0px !important;
  }
  .l-parent .common-sp-pl-5 {
    padding-left: 5px !important;
  }
  .l-parent .common-sp-pl-10 {
    padding-left: 10px !important;
  }
  .l-parent .common-sp-pl-15 {
    padding-left: 15px !important;
  }
  .l-parent .common-sp-pl-20 {
    padding-left: 20px !important;
  }
  .l-parent .common-sp-pl-25 {
    padding-left: 25px !important;
  }
  .l-parent .common-sp-pl-30 {
    padding-left: 30px !important;
  }
  .l-parent .common-sp-pl-35 {
    padding-left: 35px !important;
  }
  .l-parent .common-sp-pl-40 {
    padding-left: 40px !important;
  }
  .l-parent .common-sp-pl-45 {
    padding-left: 45px !important;
  }
  .l-parent .common-sp-pl-50 {
    padding-left: 50px !important;
  }
  .l-parent .common-sp-pl-60 {
    padding-left: 60px !important;
  }
  .l-parent .common-sp-pl-70 {
    padding-left: 70px !important;
  }
  .l-parent .common-sp-pl-80 {
    padding-left: 80px !important;
  }
  .l-parent .common-sp-pl-90 {
    padding-left: 90px !important;
  }
  .l-parent .common-sp-pl-100 {
    padding-left: 100px !important;
  }
  .l-parent .common-sp-pr-0 {
    padding-right: 0px !important;
  }
  .l-parent .common-sp-pr-5 {
    padding-right: 5px !important;
  }
  .l-parent .common-sp-pr-10 {
    padding-right: 10px !important;
  }
  .l-parent .common-sp-pr-15 {
    padding-right: 15px !important;
  }
  .l-parent .common-sp-pr-20 {
    padding-right: 20px !important;
  }
  .l-parent .common-sp-pr-25 {
    padding-right: 25px !important;
  }
  .l-parent .common-sp-pr-30 {
    padding-right: 30px !important;
  }
  .l-parent .common-sp-pr-35 {
    padding-right: 35px !important;
  }
  .l-parent .common-sp-pr-40 {
    padding-right: 40px !important;
  }
  .l-parent .common-sp-pr-45 {
    padding-right: 45px !important;
  }
  .l-parent .common-sp-pr-50 {
    padding-right: 50px !important;
  }
  .l-parent .common-sp-pr-60 {
    padding-right: 60px !important;
  }
  .l-parent .common-sp-pr-70 {
    padding-right: 70px !important;
  }
  .l-parent .common-sp-pr-80 {
    padding-right: 80px !important;
  }
  .l-parent .common-sp-pr-90 {
    padding-right: 90px !important;
  }
  .l-parent .common-sp-pr-100 {
    padding-right: 100px !important;
  }
  .l-parent .common-sp-mg-0 {
    margin: 0px !important;
  }
  .l-parent .common-sp-mg-5 {
    margin: 5px !important;
  }
  .l-parent .common-sp-mg-10 {
    margin: 10px !important;
  }
  .l-parent .common-sp-mg-15 {
    margin: 15px !important;
  }
  .l-parent .common-sp-mg-20 {
    margin: 20px !important;
  }
  .l-parent .common-sp-mg-25 {
    margin: 25px !important;
  }
  .l-parent .common-sp-mg-30 {
    margin: 30px !important;
  }
  .l-parent .common-sp-mg-35 {
    margin: 35px !important;
  }
  .l-parent .common-sp-mg-40 {
    margin: 40px !important;
  }
  .l-parent .common-sp-mg-45 {
    margin: 45px !important;
  }
  .l-parent .common-sp-mg-50 {
    margin: 50px !important;
  }
  .l-parent .common-sp-mg-60 {
    margin: 60px !important;
  }
  .l-parent .common-sp-mg-70 {
    margin: 70px !important;
  }
  .l-parent .common-sp-mg-80 {
    margin: 80px !important;
  }
  .l-parent .common-sp-mg-90 {
    margin: 90px !important;
  }
  .l-parent .common-sp-mg-100 {
    margin: 100px !important;
  }
  .l-parent .common-sp-mt-0 {
    margin-top: 0px !important;
  }
  .l-parent .common-sp-mt-5 {
    margin-top: 5px !important;
  }
  .l-parent .common-sp-mt-10 {
    margin-top: 10px !important;
  }
  .l-parent .common-sp-mt-15 {
    margin-top: 15px !important;
  }
  .l-parent .common-sp-mt-20 {
    margin-top: 20px !important;
  }
  .l-parent .common-sp-mt-25 {
    margin-top: 25px !important;
  }
  .l-parent .common-sp-mt-30 {
    margin-top: 30px !important;
  }
  .l-parent .common-sp-mt-35 {
    margin-top: 35px !important;
  }
  .l-parent .common-sp-mt-40 {
    margin-top: 40px !important;
  }
  .l-parent .common-sp-mt-45 {
    margin-top: 45px !important;
  }
  .l-parent .common-sp-mt-50 {
    margin-top: 50px !important;
  }
  .l-parent .common-sp-mt-60 {
    margin-top: 60px !important;
  }
  .l-parent .common-sp-mt-70 {
    margin-top: 70px !important;
  }
  .l-parent .common-sp-mt-80 {
    margin-top: 80px !important;
  }
  .l-parent .common-sp-mt-90 {
    margin-top: 90px !important;
  }
  .l-parent .common-sp-mt-100 {
    margin-top: 100px !important;
  }
  .l-parent .common-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .l-parent .common-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .l-parent .common-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .l-parent .common-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .l-parent .common-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .l-parent .common-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .l-parent .common-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .l-parent .common-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .l-parent .common-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .l-parent .common-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .l-parent .common-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .l-parent .common-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .l-parent .common-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .l-parent .common-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .l-parent .common-sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .l-parent .common-sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .l-parent .common-sp-ml-0 {
    margin-left: 0px !important;
  }
  .l-parent .common-sp-ml-5 {
    margin-left: 5px !important;
  }
  .l-parent .common-sp-ml-10 {
    margin-left: 10px !important;
  }
  .l-parent .common-sp-ml-15 {
    margin-left: 15px !important;
  }
  .l-parent .common-sp-ml-20 {
    margin-left: 20px !important;
  }
  .l-parent .common-sp-ml-25 {
    margin-left: 25px !important;
  }
  .l-parent .common-sp-ml-30 {
    margin-left: 30px !important;
  }
  .l-parent .common-sp-ml-35 {
    margin-left: 35px !important;
  }
  .l-parent .common-sp-ml-40 {
    margin-left: 40px !important;
  }
  .l-parent .common-sp-ml-45 {
    margin-left: 45px !important;
  }
  .l-parent .common-sp-ml-50 {
    margin-left: 50px !important;
  }
  .l-parent .common-sp-ml-60 {
    margin-left: 60px !important;
  }
  .l-parent .common-sp-ml-70 {
    margin-left: 70px !important;
  }
  .l-parent .common-sp-ml-80 {
    margin-left: 80px !important;
  }
  .l-parent .common-sp-ml-90 {
    margin-left: 90px !important;
  }
  .l-parent .common-sp-ml-100 {
    margin-left: 100px !important;
  }
  .l-parent .common-sp-mr-0 {
    margin-right: 0px !important;
  }
  .l-parent .common-sp-mr-5 {
    margin-right: 5px !important;
  }
  .l-parent .common-sp-mr-10 {
    margin-right: 10px !important;
  }
  .l-parent .common-sp-mr-15 {
    margin-right: 15px !important;
  }
  .l-parent .common-sp-mr-20 {
    margin-right: 20px !important;
  }
  .l-parent .common-sp-mr-25 {
    margin-right: 25px !important;
  }
  .l-parent .common-sp-mr-30 {
    margin-right: 30px !important;
  }
  .l-parent .common-sp-mr-35 {
    margin-right: 35px !important;
  }
  .l-parent .common-sp-mr-40 {
    margin-right: 40px !important;
  }
  .l-parent .common-sp-mr-45 {
    margin-right: 45px !important;
  }
  .l-parent .common-sp-mr-50 {
    margin-right: 50px !important;
  }
  .l-parent .common-sp-mr-60 {
    margin-right: 60px !important;
  }
  .l-parent .common-sp-mr-70 {
    margin-right: 70px !important;
  }
  .l-parent .common-sp-mr-80 {
    margin-right: 80px !important;
  }
  .l-parent .common-sp-mr-90 {
    margin-right: 90px !important;
  }
  .l-parent .common-sp-mr-100 {
    margin-right: 100px !important;
  }
}

/* ===============================
  breakpoint
  今回はスマホから制作のため〜以上という書き方のみ
 =============================== */
/* ===============================
  汎用CSS
 =============================== */
/* ===============================
  component
 =============================== */
/* ===============================
	header
 =============================== */
.l-header {
  position: relative;
  background: var(--color-main-light);
  color: var(--color-main);
  height: 84px;
  transition: height 0.2s;
  box-shadow: 0px 3px 10px -8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  .l-header {
    height: 52px;
  }
}
.l-header.is-active {
  transition: height 0.2s;
  height: 76px;
}
@media screen and (max-width: 640px) {
  .l-header.is-fixed {
    height: 76px;
  }
}
.l-header__inner {
  height: 84px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .l-header__inner {
    padding: 0 16px;
    height: 52px;
  }
}
.l-header .header-title {
  display: flex;
  align-items: center;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-header .header-title__company-name {
  margin-right: 0;
  font-weight: bold;
  width: 0;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 640px) {
  .l-header .header-title__company-name {
    width: auto;
    margin-right: 12px;
  }
}
.l-header .header-title__company-name > div {
  white-space: nowrap;
}
.l-header .header-title__company-name .name {
  font-size: 20px;
  letter-spacing: 4px;
}
@media screen and (max-width: 640px) {
  .l-header .header-title__company-name .name {
    font-size: 12px;
    letter-spacing: 2.4px;
  }
}
.l-header .header-title__company-name .sub {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 640px) {
  .l-header .header-title__company-name .sub {
    font-size: 8px;
    letter-spacing: 1.4px;
    line-height: 1;
  }
}
.l-header .header-title__page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 178px;
  height: 52px;
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 24px;
  border: 1px solid var(--color-main);
}
@media screen and (max-width: 640px) {
  .l-header .header-title__page-title {
    font-size: 12px;
    height: 23px;
    width: 76px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .menu {
    display: none;
  }
}

.l-header.is-active .l-header__inner {
  height: 76px;
  transition: width 0.2s;
}
@media screen and (max-width: 640px) {
  .l-header.is-active .header-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.l-header.is-active .header-title__company-name {
  width: 240px;
  transition: width 0.2s;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .l-header.is-active .header-title__company-name {
    width: auto;
  }
}
.l-header.is-active .header-title__page-title {
  font-size: 20px;
  width: 115px;
  height: 40px;
  letter-spacing: 4px;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 640px) {
  .l-header.is-active .header-title__page-title {
    width: 76px;
    height: 24px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.menu {
  display: flex;
}
.menu__item {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.menu__item--apply {
  border: 1px solid var(--color-main);
  padding-right: 24px;
  padding-left: 24px;
  margin-left: 20px;
}
.menu__item--apply .sub {
  font-weight: normal;
  font-size: 14px;
}

/* ===============================
	sp-menu
 =============================== */
.l-header.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.l-header.is-fixed .menu-sp-burger {
  display: block;
}
.l-header.is-fixed .menu-sp {
  top: 84px;
}
@media screen and (max-width: 640px) {
  .l-header.is-fixed .menu-sp {
    top: 76px;
  }
}

.l-header.is-fixed.is-active .menu-sp {
  top: 76px;
}

.menu-sp-burger {
  display: none;
  width: 52px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -10px;
}
.menu-sp-burger__line {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 28px;
  height: 24px;
}
.menu-sp-burger__line span {
  display: inline-block;
  transition: all 0.2s; /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background: var(--color-main);
  width: 100%;
}
.menu-sp-burger__line span:nth-of-type(1) {
  top: 2px;
}
.menu-sp-burger__line span:nth-of-type(2) {
  top: 10px;
}
.menu-sp-burger__line span:nth-of-type(3) {
  top: 18px;
}
.menu-sp-burger__label {
  font-size: 0;
}
.menu-sp-burger__label::before {
  content: "Menu";
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: 1.8px;
}

.menu-sp-burger.is-active .menu-sp-burger__label::before {
  content: "Close";
}
.menu-sp-burger.is-active .menu-sp-burger__line span:nth-of-type(1) {
  top: 12px;
  left: -1px;
  transform: translateY(-2px) rotate(-45deg);
  width: 30px;
}
.menu-sp-burger.is-active .menu-sp-burger__line span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.menu-sp-burger.is-active .menu-sp-burger__line span:nth-of-type(3) {
  top: 16px;
  transform: translate(-1px, -6px) rotate(45deg);
  width: 30px;
}

.l-header.is-active .menu-sp {
  top: 76px;
}
@media screen and (max-width: 768px) {
  .l-header.is-active .menu-sp-burger {
    display: flex;
  }
}

.menu-sp {
  display: none;
  opacity: 0;
  position: fixed;
  top: 52px;
  left: 0;
}
.menu-sp__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 110vh;
  width: 100vw;
  background: white;
  opacity: 0.9;
  z-index: 300;
}
.menu-sp__wrap {
  position: relative;
  width: 100vw;
  background: var(--color-main-light);
  padding: 36px 0 54px 0;
  z-index: 301;
  box-shadow: 0px 5px 8px -8px var(--color-main);
}
.menu-sp__inner {
  max-width: 264px;
  margin: 0 auto;
}
.menu-sp__category a {
  display: flex;
}
.menu-sp__category:not(:last-child) {
  margin-bottom: 24px;
}
.menu-sp__c-title {
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  font-weight: bold;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
}
.menu-sp__c-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  box-sizing: content-box;
  right: 24px;
  border-color: var(--color-accent);
  width: 8px;
  height: 8px;
}
.menu-sp__item {
  border: 1px solid var(--color-main);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 54px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.menu-sp__item:not(:last-child) {
  border-bottom-width: 0;
}
.menu-sp__item .sub {
  font-weight: normal;
  font-size: 12px;
}
.menu-sp__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  box-sizing: content-box;
  right: 24px;
  height: 8px;
  width: 8px;
}
.menu-sp__entry-btn {
  border: 1px solid var(--color-accent);
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  position: relative;
}
.menu-sp__entry-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  box-sizing: content-box;
  right: 24px;
  height: 8px;
  width: 8px;
  border-color: var(--color-accent);
}
.menu-sp__entry-btn .entry-btn__inner {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
.menu-sp__entry-btn .entry-btn__title {
  font-size: 15px;
  border-bottom: 1px solid var(--color-accent);
  padding-bottom: 4px;
}
.menu-sp__entry-btn .entry-btn__sub {
  padding-top: 4px;
  font-size: 14px;
  color: var(--color-accent);
}

.menu-sp {
  animation: spMenuClose 0.3s forwards;
}

.menu-sp.is-active {
  display: block;
  opacity: 1;
  animation: spMenuOpen 0.3s forwards;
}

@keyframes spMenuOpen {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes spMenuClose {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
:root {
  --color-main: #1b2870;
  --color-accent: #eb6200;
  --color-main-light: #e8e9f0;
  --color-main-light-light: #f4f4f8;
  --color-accent-light: #fdefe6;
  --width-inner-content: 960px;
}

.l-inner {
  width: var(--width-inner);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-inner {
    width: 100%;
  }
}

.l-inner-content {
  max-width: 1040px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-inner-content {
    width: 100%;
    padding-right: 28px;
    padding-left: 28px;
  }
}

.l-container {
  position: relative;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 333;
}

/* ===============================
	main
 =============================== */
.l-main__inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.c-title {
  margin-top: 32px;
  color: var(--color-accent);
  font-weight: bold;
  border: 1px solid var(--color-accent);
  padding: 16px 40px;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  .c-title {
    margin-top: 28px;
    padding: 16px 36px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.c-fade {
  top: 0;
  left: 0;
  position: absolute;
  height: 110vh;
  width: 100vw;
  background: white;
  z-index: 100;
  animation: fadein 0.5s forwards;
}

@keyframes fadein {
  0% {
    opacity: 1;
    height: 110vh;
  }
  99% {
    opacity: 0;
    height: 110vh;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
/* ===============================
	bread-crumb
 =============================== */
.c-bread-crumb {
  margin-top: 68px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .c-bread-crumb {
    margin-top: 16px;
    gap: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .c-bread-crumb {
    flex-wrap: wrap;
  }
}
.c-bread-crumb > div,
.c-bread-crumb > a {
  white-space: nowrap;
}
.c-bread-crumb__home {
  width: 20px;
  height: 20px;
  background: url("./../image/asset-icon-home.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .c-bread-crumb__home {
    width: 14px;
    height: 20px;
    background-size: 100%;
    background-position: center center;
  }
}
.c-bread-crumb__arrow {
  position: relative;
  height: 20px;
  width: 12px;
}
.c-bread-crumb__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  box-sizing: content-box;
  height: 6px;
  width: 6px;
  border-color: #ccc;
}
.c-bread-crumb__route {
  color: var(--color-main);
  border-bottom: 1px solid #333;
}

.c-banner {
  width: var(--width-inner);
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  max-width: 1080px;
  height: 484px;
  margin-bottom: 164px;
}
.c-banner:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-banner:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .c-banner {
    width: 100%;
    padding: 28px 24px 20px 24px;
    height: auto;
  }
}
.c-banner__sec {
  padding: 0 24px;
}
.c-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-banner__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  background: var(--color-main);
  opacity: 0.73;
  z-index: 0;
}
.c-banner__body {
  position: relative;
  z-index: 1;
  margin: 76px 20px 54px 20px;
  max-width: 846px;
  width: 100%;
  color: white;
}
@media screen and (max-width: 640px) {
  .c-banner__body {
    margin: 0;
  }
}
.c-banner__caption {
  border-bottom: 2px solid var(--color-accent);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .c-banner__caption {
    flex-direction: column;
    padding-bottom: 8px;
    gap: 8px;
  }
}
.c-banner__caption::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 1px;
  width: 73px;
  height: 33px;
  background: url(./../image/asset-icon-bus.svg);
}
@media screen and (max-width: 640px) {
  .c-banner__caption::after {
    width: 59px;
    background-size: 58px 100%;
    background-repeat: no-repeat;
    right: 10px;
    bottom: 0;
    height: 26px;
  }
}
.c-banner__type {
  width: 256px;
}
@media screen and (max-width: 640px) {
  .c-banner__type {
    width: 200px;
  }
}
.c-banner__label {
  border: 1px solid white;
  font-weight: bold;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c-banner__label {
    line-height: 48px;
    font-size: 18px;
  }
}
.c-banner__job {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.c-banner__job .job {
  width: 50%;
  background: white;
  line-height: 64px;
  text-align: center;
  color: var(--color-main);
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .c-banner__job .job {
    font-size: 14px;
    line-height: 48px;
  }
}
.c-banner__text {
  max-width: 254px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .c-banner__text {
    max-width: 100%;
    width: 100%;
  }
}
.c-banner__name .main {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .c-banner__name .main {
    display: none;
  }
}
.c-banner__name .sub {
  color: var(--color-accent);
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 640px) {
  .c-banner__name .sub {
    text-align: center;
  }
}
.c-banner__copy span {
  display: block;
  text-align: justify;
}
.c-banner__copy span:first-child {
  letter-spacing: 1.2px;
}
@media screen and (max-width: 640px) {
  .c-banner__copy {
    font-size: 14px;
    margin-top: 12px;
  }
  .c-banner__copy span {
    line-height: 1.2;
  }
}
.c-banner__btn {
  max-width: 452px;
  width: 100%;
  height: 128px;
  background: white;
  margin: 0 auto;
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .c-banner__btn {
    max-width: 100%;
    height: 74px;
    margin-top: 20px;
  }
}
.c-banner__btn::after {
  color: var(--color-main);
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .c-banner__btn::after {
    right: 24px;
  }
}
.c-banner__title {
  text-align: center;
}
.c-banner__title .main {
  color: var(--color-accent);
  font-weight: bold;
  font-size: 27px;
}
@media screen and (max-width: 640px) {
  .c-banner__title .main {
    font-size: 15px;
  }
}
.c-banner__title .sub {
  margin-top: 4px;
  color: var(--color-main);
  font-size: 19px;
}
@media screen and (max-width: 640px) {
  .c-banner__title .sub {
    font-size: 10px;
  }
}

.p-index {
  max-width: 100vw;
  overflow: hidden;
}

/* ===============================
	component
 =============================== */
.sec-header {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .sec-header {
    padding-right: 28px;
    padding-left: 28px;
  }
}
.sec-header__inner {
  position: relative;
}
.sec-header__caption {
  position: relative;
  color: var(--color-main);
  font-weight: bold;
  z-index: 1;
  padding-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .sec-header__caption {
    padding-bottom: 16px;
  }
}
.sec-header__bg {
  font-family: "Titillium Web", sans-serif;
  position: absolute;
  right: 44px;
  bottom: -10px;
  color: var(--color-main-light);
  font-weight: bold;
  font-size: 150px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec-header__bg {
    font-size: 100px;
    right: 0;
    bottom: 46px;
    line-height: 0.9;
  }
}
@media screen and (max-width: 640px) {
  .sec-header__bg {
    font-size: 68px;
  }
}
.sec-header__title {
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--color-accent);
  font-weight: bold;
  border: 1px solid var(--color-accent);
  padding: 16px 40px;
  font-size: 28px;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .sec-header__title {
    left: 0;
    right: auto;
    font-size: 18px;
    padding: 16px 32px;
    position: relative;
  }
}

/* ===============================
	index-top
 =============================== */
.p-index-top {
  height: 640px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index-top {
    height: 468px;
  }
}
.p-index-top__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 168px;
}
@media screen and (max-width: 768px) {
  .p-index-top__inner {
    padding: 0 28px 24px 28px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
}
.p-index-top__box {
  position: relative;
  padding-right: 72px;
  margin-left: -1000px;
  width: 1762px;
  height: 417px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-index-top__box {
    margin-left: 0;
    padding: 0;
    height: 256px;
    width: 100%;
  }
}
.p-index-top__box:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-main);
  content: "";
  opacity: 0.7;
  z-index: 0;
}
.p-index-top__slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
}
.p-index-top .splide {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.p-index-top .splide__track {
  height: 100%;
}
.p-index-top .splide picture {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 8s ease-out;
}
@media screen and (max-width: 768px) {
  .p-index-top .splide picture {
    height: 100%;
  }
}
.p-index-top .splide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-index-top .splide__slide.is-active picture {
  transform: scale(1.15);
  transition-delay: 0s;
}
.main-caption {
  position: relative;
  z-index: 333;
  color: white;
}
.main-caption__inner {
  width: 736px;
  height: 272px;
  padding-top: 70px;
  margin-left: 1000px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .main-caption__inner {
    margin-left: 0;
    padding: 24px 16px 20px 16px;
    width: 100%;
  }
}
.main-caption__type {
  height: 64px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .main-caption__type {
    height: 40px;
  }
}
.main-caption__type > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .main-caption__type > div {
    height: 40px;
  }
}
.main-caption__type .label {
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid #fff;
  font-size: 24px;
  margin-right: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .main-caption__type .label {
    margin-right: 0;
    font-size: 15px;
    margin-right: 4px;
    max-width: 120px;
    width: 100%;
    padding: 0;
  }
}
.main-caption__type .type {
  display: flex;
  padding-right: 32px;
  padding-left: 32px;
  background: var(--color-main);
  font-size: 19px;
  margin-right: 4px;
}
@media screen and (max-width: 640px) {
  .main-caption__type .type {
    font-size: 14px;
    padding: 10px 18px;
    margin-right: 4px;
    max-width: 80px;
    width: 100%;
    padding: 0;
  }
}
.main-caption__caption {
  font-size: 31px;
  font-weight: bold;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .main-caption__caption {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .main-caption__caption {
    font-size: 19px;
    margin-top: 16px;
  }
}
.main-caption__caption .line {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .main-caption__caption .line {
    margin-bottom: 8px;
  }
  .main-caption__caption .line span {
    display: block;
  }
}
.main-caption__name {
  font-weight: bold;
  margin-top: 28px;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .main-caption__name {
    margin-top: 6px;
  }
}
.main-caption__name .sub {
  font-size: 20px;
  color: var(--color-accent);
  font-family: "Titillium Web", sans-serif;
}
@media screen and (max-width: 768px) {
  .main-caption__name .sub {
    font-size: 14px;
    letter-spacing: 2.4px;
  }
}
.main-caption__name .name {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .main-caption__name .name {
    font-size: 12px;
    margin-top: -4px;
  }
}

/* ===============================
	news
 =============================== */
.p-index-news {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-index-news {
    padding-right: 28px;
    padding-left: 28px;
  }
}
.p-index-news__title {
  display: flex;
  align-items: baseline;
}
.p-index-news__title .title {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  color: var(--color-main);
  font-size: 34px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-index-news__title .title {
    font-size: 20px;
  }
}
.p-index-news__title .subtitle {
  font-weight: normal;
  font-size: 16px;
}

.news {
  margin-top: 36px;
}
.news a {
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.news__item {
  display: flex;
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .news__item {
    flex-wrap: wrap;
  }
}
.news__label {
  display: flex;
}
.news__date {
  font-family: "Titillium Web", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-main);
  font-weight: bold;
  font-size: 20px;
  margin-right: 24px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .news__date {
    font-size: 18px;
  }
}
.news__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  margin-right: 24px;
  height: 32px;
  font-weight: bold;
  font-size: 14px;
  color: white;
  background: var(--color-main);
}
@media screen and (max-width: 768px) {
  .news__text {
    width: 100%;
    margin-top: 8px;
  }
}

/* ===============================
	interview
 =============================== */
.p-index-interview {
  margin-top: 144px;
}
@media screen and (max-width: 768px) {
  .p-index-interview {
    margin-top: 70px;
  }
}
.p-index-interview .caption span {
  font-size: 48px;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-index-interview .caption span {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .p-index-interview .caption span {
    font-size: 20px;
  }
}

.interview {
  max-width: 888px;
  margin: 0 auto;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .interview {
    max-width: 488px;
    gap: 32px;
    margin-top: 24px;
    padding-right: 28px;
    padding-left: 28px;
  }
}
.interview__item {
  display: flex;
  gap: 28px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .interview__item {
    flex-direction: column;
    gap: 12px;
  }
}
.interview__item--reverce {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .interview__item--reverce {
    flex-direction: column;
  }
}
.interview__item:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.interview__image {
  max-width: 488px;
  width: 100%;
  height: 228px;
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .interview__image {
    height: 146px;
  }
}
.interview__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.interview__image > div {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.interview__image .picture {
  width: 308px;
}
@media screen and (max-width: 768px) {
  .interview__image .picture {
    width: 62.8205128205%;
  }
}
.interview__image .face {
  width: 178px;
}
@media screen and (max-width: 768px) {
  .interview__image .face {
    width: 35.8974358974%;
  }
  .interview__image .face img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .interview__image .face--driver-route img {
    margin-top: -10.9589041096%;
    margin-left: -3.5714285714%;
    transform: scale(1.3);
  }
}
.interview__text {
  max-width: 368px;
  color: var(--color-main);
  font-weight: bold;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .interview__text {
    max-width: 488px;
  }
}
.interview__type {
  display: flex;
  gap: 8px;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .interview__type {
    font-size: 14px;
    gap: 6px;
  }
}
.interview__type div {
  height: 64px;
  width: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .interview__type div {
    height: 32px;
    width: 112px;
  }
}
.interview__type .type {
  background: var(--color-main);
  color: white;
}
.interview__type .route {
  border: 1px solid var(--color-main);
}
.interview__arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  border-bottom: 2px solid var(--color-main);
  position: relative;
  height: 64px;
  padding-left: 16px;
}
@media screen and (max-width: 640px) {
  .interview__arrow {
    font-size: 16px;
    height: 58px;
  }
}
.interview__arrow::after {
  position: absolute;
  display: block;
  content: "";
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 24px;
}
.interview__caption {
  font-size: 18px;
  padding-top: 16px;
}
@media screen and (max-width: 640px) {
  .interview__caption {
    font-size: 15px;
    padding-top: 12px;
  }
}

/* ===============================
	仕事を知る
 =============================== */
.p-index-know {
  margin-top: 144px;
}
@media screen and (max-width: 768px) {
  .p-index-know {
    margin-top: 88px;
  }
}
.p-index-know .sec-header__bg {
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .p-index-know .sec-header__bg {
    text-align: right;
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-know .sec-header__title {
    margin-top: 30px;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .p-index-know__secExplain {
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-index-know__secExplain {
    padding-top: 0;
    padding-right: 28px;
    padding-left: 28px;
  }
}
.p-index-know__caption {
  font-size: 0;
  padding-bottom: 0;
  line-height: 1.45;
}
@media screen and (max-width: 640px) {
  .p-index-know__caption {
    line-height: 1;
  }
}
.p-index-know__caption span {
  font-size: 44px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-index-know__caption span {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .p-index-know__caption span {
    display: inline;
    font-size: 24px;
  }
}
.p-index-know__secTitle {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-main);
}
@media screen and (max-width: 640px) {
  .p-index-know__secTitle {
    padding: 0;
  }
}
.p-index-know__secTitle-inner {
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-accent);
  max-width: 348px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .p-index-know__secTitle-inner {
    font-size: 20px;
    max-width: 100%;
    height: 46px;
  }
}

.p-index-know__sec.know-message {
  margin-top: 50px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .p-index-know__sec.know-message {
    margin-top: 32px;
  }
}
.p-index-know__sec.know-message .p-index-know__secTitle {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .p-index-know__sec.know-message .p-index-know__secTitle {
    padding-right: 28px;
    padding-left: 28px;
  }
}

.know-message__content {
  display: flex;
}
.know-message__caption {
  padding-right: 28px;
  padding-left: 28px;
  position: relative;
  z-index: 2;
  margin-top: 28px;
  font-weight: bold;
  color: var(--color-main);
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .know-message__caption {
    width: 500px;
    margin-right: -180px;
  }
}
@media screen and (max-width: 640px) {
  .know-message__caption {
    font-size: 18px;
    margin-top: 0;
    width: 300px;
    margin-bottom: -110px;
    padding-left: 36px;
  }
}
.know-message__caption .line {
  display: block;
}
@media screen and (max-width: 768px) {
  .know-message__caption .line {
    display: inline;
  }
  .know-message__caption .line span {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .know-message__caption .line span {
    display: block;
  }
}
.know-message__text {
  margin-top: 24px;
  position: relative;
  z-index: 1;
  padding-right: 200px;
  z-index: 0;
  color: var(--color-main);
  line-height: 1.75;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .know-message__text {
    width: 100%;
    margin-left: 0;
    padding: 0;
    background: none;
  }
}
.know-message__text p {
  margin-bottom: 8px;
}
.know-message__text-bg {
  position: absolute;
  background: var(--color-main-light);
  height: 100%;
  width: 1712px;
  left: -1000px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .know-message__text-bg {
    position: absolute;
    height: calc(100% + 53.3333333333vw);
    width: 100vw;
    background: var(--color-main-light);
    z-index: -1;
    top: -65.3333333333vw;
    opacity: 0.5;
    left: 50%;
    transform: translateX(-50%);
  }
}
.know-message__text-inner {
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
  max-width: 512px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .know-message__text-inner {
    padding-right: 28px;
    padding-left: 28px;
  }
}
.know-message__picture {
  margin-top: -20px;
  margin-left: -160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .know-message__picture {
    margin: 0;
    padding-right: 28px;
    padding-left: 28px;
  }
}
.know-message__picture img {
  display: block;
  max-width: 441px;
  width: 40.8333333333vw;
  height: auto;
  aspect-ratio: 441/511;
  background: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .know-message__picture img {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 316/285;
  }
}
.know-message__picture .name {
  color: var(--color-main);
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .know-message__picture--pc {
    display: none;
  }
}
.know-message__picture--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .know-message__picture--sp {
    display: block;
  }
}

/* ===============================
	入社後の研修について
 =============================== */
.know-training {
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 640px) {
  .know-training {
    gap: 0;
  }
}
.know-training.p-index-know__sec {
  padding: 0;
  margin-top: 112px;
}
@media screen and (max-width: 640px) {
  .know-training.p-index-know__sec {
    padding-right: 28px;
    padding-left: 28px;
    margin-top: 56px;
  }
  .know-training.p-index-know__sec .p-index-know__secExplain {
    margin-top: 20px;
  }
}
.know-training__picture {
  max-width: 805px;
  aspect-ratio: 805/452;
  position: relative;
  z-index: 3;
  margin-left: -117px;
}
@media screen and (max-width: 640px) {
  .know-training__picture--pc {
    margin-left: 0;
    display: none;
  }
}
.know-training__picture--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .know-training__picture--sp {
    display: block;
    margin-left: 0;
  }
  .know-training__picture--sp img {
    width: 100%;
    margin-top: 0;
  }
}
.know-training__picture img {
  margin-top: 54px;
  display: block;
  aspect-ratio: 804/452;
  background: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .know-training__picture img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.know-training__body {
  max-width: 348px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .know-training__body {
    max-width: auto;
    width: 100%;
  }
}
.know-training__bg {
  position: absolute;
  content: "";
  display: block;
  background: var(--color-main-light);
  height: 284px;
  width: 1765px;
  top: -28px;
  left: -416px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .know-training__bg {
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 70%;
  }
}
@media screen and (max-width: 640px) {
  .know-training__bg {
    top: 92px;
  }
}
.know-training__inner {
  max-width: 348px;
}
.know-training__btnbox {
  margin-top: 48px;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .know-training__btnbox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .know-training__btnbox {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .know-training__btnbox {
    margin-top: 28px;
  }
}
.know-training__btn {
  font-weight: normal;
  height: 96px;
  width: 100%;
  background: var(--color-main);
  margin-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  padding-left: 32px;
}
@media screen and (max-width: 640px) {
  .know-training__btn {
    height: 80px;
    font-size: 15px;
  }
}
.know-training__btn span {
  display: block;
}
.know-training__btn .type {
  border: 1px solid #fff;
  padding: 8px 22px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .know-training__btn .type {
    padding: 8px 16px;
  }
}
.know-training__btn .label span {
  line-height: 1.4;
}
.know-training__btn::after {
  position: absolute;
  right: 32px;
  content: "";
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  box-sizing: content-box;
  border-color: white;
}

/* ===============================
	１日の業務
 =============================== */
.p-index-know__sec {
  margin-top: 124px;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .p-index-know__sec {
    margin-top: 58px;
    padding-right: 28px;
    padding-left: 28px;
  }
}
.p-index-know__sec__bg {
  position: absolute;
  width: 1916px;
  height: 306px;
  left: -1000px;
  top: -24px;
  background: var(--color-main-light);
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .p-index-know__sec__bg {
    display: none;
  }
}

.p-index-know__sec .know-work__list {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .p-index-know__sec .know-work__list {
    flex-direction: column;
  }
}
.p-index-know__sec .know-work__item {
  display: block;
  text-decoration: none;
  flex: 1;
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  .p-index-know__sec .know-work__item {
    width: 100%;
  }
}
.p-index-know__sec .know-work__item:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.know-work .work-list__picture {
  position: relative;
  height: 230px;
}
@media screen and (max-width: 768px) {
  .know-work .work-list__picture {
    width: 100%;
    height: auto;
    aspect-ratio: 347/238;
  }
}
@media screen and (max-width: 640px) {
  .know-work .work-list__picture {
    width: 100%;
    height: auto;
  }
}
.know-work .work-list__picture img {
  display: block;
  background: #666;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.know-work .work-list__picLabel {
  position: absolute;
  top: 12px;
  left: 16px;
  padding: 4px 18px;
  border: 1px solid var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  background: white;
}
@media screen and (max-width: 768px) {
  .know-work .work-list__picLabel {
    padding: 4px 8px;
  }
}
.know-work .work-list__picLabel span {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .know-work .work-list__picLabel span {
    margin-right: 4px;
  }
}
.know-work .work-list__picLabel .time {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
}
.know-work .work-list__picLabel .bk {
  color: #333;
}
.know-work .work-list__text {
  margin-top: 12px;
  font-size: 19px;
  color: var(--color-main);
  position: relative;
}
.know-work .work-list__text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  box-sizing: content-box;
  right: 24px;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 768px) {
  .know-work .work-list__text {
    font-size: 16px;
  }
  .know-work .work-list__text::after {
    display: none;
  }
}
.know-work .work-list__type {
  display: flex;
}
@media screen and (max-width: 640px) {
  .know-work .work-list__type {
    font-size: 14px;
  }
}
.know-work .work-list__type > div {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.know-work .work-list__type .job {
  max-width: 100px;
  width: 100%;
  background: var(--color-main);
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  font-weight: normal;
}
.know-work .work-list__type .type {
  max-width: 125px;
  width: 100%;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  font-weight: normal;
}
.know-work .work-list__name {
  margin-top: 12px;
  position: relative;
}
.know-work .work-list__name::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .know-work .work-list__name::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid var(--color-main);
    border-width: 2px 2px 0 0;
    box-sizing: content-box;
    right: 8px;
    border-width: 3px 3px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .know-work .work-list__name {
    font-weight: bold;
  }
}

/* ===============================
	共通コンポーネント
 =============================== */
.p-interview {
  padding-bottom: 186px;
}
.p-interview__header {
  height: 392px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-interview__header {
    height: auto;
  }
}
.p-interview__headerPicture {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .p-interview__headerPicture {
    width: 100%;
    height: auto;
    aspect-ratio: 312/264;
  }
}
.p-interview__headerPicture picture img {
  display: block;
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.p-interview__headerBox {
  position: absolute;
  height: 208px;
  width: 466px;
  bottom: 28px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .p-interview__headerBox {
    position: relative;
    height: auto;
    width: auto;
    display: inline-block;
    margin-top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-interview__headerBox::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  opacity: 0.71;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .p-interview__headerBox::before {
    opacity: 0.9;
  }
}

.p-interview .interview-box {
  position: relative;
  z-index: 1;
  color: white;
  margin: 24px 36px 28px 60px;
  height: 148px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-box {
    display: inline-block;
    margin: 0;
    padding: 12px 24px;
    height: auto;
  }
}
.p-interview .interview-box__campany {
  font-size: 18px;
  letter-spacing: 4px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-box__campany {
    font-size: 12px;
  }
}
.p-interview .interview-box__type {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-box__type {
    margin-top: 4px;
  }
}
.p-interview .interview-box__type > div {
  height: 64px;
  font-weight: bold;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-box__type > div {
    max-width: 112px !important;
    height: 32px;
    font-size: 14px;
  }
}
.p-interview .interview-box__type .job {
  background: var(--color-main);
  width: 192px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-box__type .job {
    border: 1px solid var(--color-main);
    color: var(--color-main);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
  }
}
.p-interview .interview-box__type .type {
  border: 1px solid white;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
}
.p-interview .interview-box__join {
  font-size: 21px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-box__join {
    font-size: 12px;
    text-align: right;
    margin-top: 4px;
  }
}

.p-interview__content {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .p-interview__content {
    margin-top: 0;
  }
}

.p-interview .interview-content__sec {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-interview .interview-content__sec {
    flex-direction: column;
  }
}
.p-interview .interview-content__picture img {
  display: block;
  background: #f2f2f2;
}
.p-interview .interview-content__textBlock--left {
  max-width: 480px;
  width: 100%;
  margin-right: 68px;
}
@media screen and (max-width: 768px) {
  .p-interview .interview-content__textBlock--left {
    max-width: 100%;
    margin-right: 0;
  }
}
.p-interview .interview-content__textBlock--right {
  margin-left: 60px;
  max-width: 508px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview .interview-content__textBlock--right {
    margin-left: 0;
    max-width: 100%;
  }
}
.p-interview .interview-content__textBlock--right .interview-content__answer,
.p-interview .interview-content__textBlock--right .interview-content__question {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-interview .interview-content__textBlock--right .interview-content__answer,
  .p-interview .interview-content__textBlock--right .interview-content__question {
    text-align: left;
  }
}
.p-interview .interview-content__question {
  margin-top: 44px;
  color: var(--color-accent);
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-interview .interview-content__question {
    display: flex;
    white-space: wrap;
  }
}
@media screen and (max-width: 640px) {
  .p-interview .interview-content__question {
    font-size: 14px;
  }
}
.p-interview .interview-content__question:first-child {
  margin-top: 0;
}
.p-interview .interview-content__question .num {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  margin-right: 1rem;
  vertical-align: baseline;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-content__question .num {
    font-size: 16px;
  }
}
.p-interview .interview-content__answer {
  color: var(--color-main);
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-content__answer {
    font-size: 18px;
  }
}
.p-interview .interview-content__answer span {
  display: block;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-content__answer span {
    display: inline;
  }
}
.p-interview .interview-content__answer--last p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-content__answer--last p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview .interview-content__answer--last {
    margin-bottom: 48px;
  }
}
.p-interview .interview-content__text {
  margin-top: 24px;
}
.p-interview .interview-content__text p {
  line-height: 1.8;
  margin-bottom: 8px;
}

.p-interview .interview-footer {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer {
    margin-top: 80px;
  }
}
.p-interview .interview-footer__link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__link {
    gap: 12px;
  }
}
.p-interview .interview-footer__btn {
  padding: 16px 46px;
  width: 358px;
  height: 110px;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  position: relative;
  font-weight: bold;
  font-size: 16px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__btn {
    height: 60px;
    width: 50%;
    padding: 0;
    padding-top: 2px;
  }
}
.p-interview .interview-footer__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  box-sizing: content-box;
  width: 8px;
  height: 8px;
}
.p-interview .interview-footer__btn--prev {
  justify-content: flex-end;
  padding-left: 88px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__btn--prev {
    padding-left: 24px;
  }
}
.p-interview .interview-footer__btn--prev::after {
  left: 28px;
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__btn--prev::after {
    left: 8px;
  }
}
.p-interview .interview-footer__btn--next {
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__btn--next {
    padding-left: 12px;
  }
}
.p-interview .interview-footer__btn--next::after {
  right: 28px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__btn--next::after {
    right: 8px;
  }
}
.p-interview .interview-footer__btnInner {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__btnInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-interview .interview-footer__type {
  display: flex;
  gap: 4px;
}
.p-interview .interview-footer__type > div {
  text-align: center;
  line-height: 42px;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__type > div {
    line-height: 24px;
    font-size: 12px;
  }
}
.p-interview .interview-footer__type .job {
  width: 126px;
  background: var(--color-main);
  color: white;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__type .job {
    width: 48px;
  }
}
.p-interview .interview-footer__type .type {
  width: 112px;
  border: 1px solid var(--color-main);
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__type .type {
    width: 68px;
  }
}
.p-interview .interview-footer__title {
  width: 100%;
  margin-top: 12px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-interview .interview-footer__title {
    margin-top: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .p-interview .interview-content__picture {
    margin: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  .p-interview .interview-content__picture picture {
    margin-top: 48px;
  }
}
.p-interview .interview-content__picture img {
  display: block;
}
.p-interview .sec01 .interview-content__picture {
  display: flex;
  align-items: flex-end;
}
.p-interview .sec01 .interview-content__picture picture {
  margin-bottom: -24px;
  width: 411px;
  height: 499px;
}
@media screen and (max-width: 768px) {
  .p-interview .sec01 .interview-content__picture picture {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-interview .sec01 .interview-content__picture picture {
    height: auto;
  }
}
.p-interview .interview-content__sec.sec02 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-interview .interview-content__sec.sec02 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-interview .sec02 .interview-content__picture {
    margin-top: 48px;
  }
}
.p-interview .sec02 .interview-content__picture picture {
  width: 391px;
  height: 574px;
}
@media screen and (max-width: 768px) {
  .p-interview .sec02 .interview-content__picture picture {
    width: 100%;
    height: auto;
  }
}
.p-interview .sec02 .interview-content__textBlock {
  padding-top: 86px;
}
@media screen and (max-width: 640px) {
  .p-interview .sec02 .interview-content__textBlock {
    padding-top: 0;
  }
}
.p-interview .interview-content__sec.sec03 {
  margin-top: 72px;
}
.p-interview .sec03 .interview-content__picture picture {
  width: 434px;
  height: 574px;
}

/* ===============================
	共通コンポーネント
 =============================== */
.p-wrok-content {
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content {
    padding-bottom: 100px;
  }
}
.p-wrok-content__sec:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content__sec:not(:first-child) {
    margin-top: 100px;
  }
}
.p-wrok-content__body {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-wrok-content__body {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .p-wrok-content__body {
    display: block;
  }
}
.p-wrok-content__secTitle {
  color: var(--color-main);
}
.p-wrok-content__type {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content__type {
    gap: 6px;
  }
}
.p-wrok-content__type > div {
  line-height: 64px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-wrok-content__type > div {
    line-height: 33px;
    font-size: 14px;
  }
}
.p-wrok-content__type .job {
  background: var(--color-main);
  color: white;
  width: 191px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content__type .job {
    width: 110px;
  }
}
.p-wrok-content__type .type {
  border: 1px solid var(--color-main);
  width: 170px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content__type .type {
    width: 110px;
  }
}
.p-wrok-content__title {
  margin-top: 12px;
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content__title {
    font-size: 19px;
  }
}
.p-wrok-content__slider {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .p-wrok-content__slider {
    display: block;
  }
}

.p-wrok-content .timeTable {
  max-width: 436px;
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeTable {
    margin-top: 28px;
  }
}
.p-wrok-content .timeTable__block {
  display: flex;
  font-weight: bold;
  color: var(--color-main);
  margin-bottom: 8px;
}
.p-wrok-content .timeTable__block--brake {
  color: #707070;
}
.p-wrok-content .timeTable__block--brake .timeTable__summary {
  background: #f2f2f2;
}
.p-wrok-content .timeTable__time {
  padding-top: 4px;
  min-width: 112px;
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeTable__time {
    min-width: 22.4358974359%;
    font-size: 14px;
  }
}
.p-wrok-content .timeTable__time span:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeTable__time span:first-child {
    margin-right: 4px;
  }
}
.p-wrok-content .timeTable__time .time:last-child {
  margin-top: -4px;
}
.p-wrok-content .timeTable__time span {
  white-space: nowrap;
}
.p-wrok-content .timeTable__summary {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 138px;
  width: 138px;
  border-radius: 10px;
  background: var(--color-main-light);
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeTable__summary {
    font-size: 14px;
    min-width: 37.5%;
    width: 37.5%;
  }
}
.p-wrok-content .timeTable__summary .sub {
  margin-top: 4px;
  padding: 4px 6px;
  border: 1px solid var(--color-main);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeTable__summary .sub {
    font-size: 12px;
    padding: 4px 4px;
  }
}
.p-wrok-content .timeTable__summary .sub span {
  display: block;
  white-space: nowrap;
  line-height: 1.3;
}
.p-wrok-content .timeTable__summary .sub .arrow {
  transform: rotate(90deg);
}
.p-wrok-content .timeTable__list ul {
  list-style: none;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeTable__list ul {
    padding-left: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-wrok-content .timeTable__list li {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
  min-height: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeTable__list li {
    font-size: 14px;
  }
  .p-wrok-content .timeTable__list li span {
    display: inline-block;
    white-space: wrap;
  }
}
.p-wrok-content .timeTable__list li .notes {
  display: block;
  font-size: 12px;
}
.p-wrok-content .timeTable__list li:last-child {
  margin-bottom: 0;
}
.p-wrok-content .timeTable__list li::before {
  content: "0";
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 100%;
  background: var(--color-main);
  border-radius: 4px;
  margin-right: 18px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeTable__list li::before {
    margin-right: 12px;
  }
}

.p-wrok-content .timeSlider {
  max-width: 506px;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeSlider {
    width: 100%;
    margin-top: 42px;
  }
}
.p-wrok-content .timeSlider .splide--main {
  max-height: 315px;
  aspect-ratio: 506/315;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeSlider .splide--main {
    height: 51.7333333333vw;
  }
}
.p-wrok-content .timeSlider .splide--main .splide__slide {
  height: 100%;
  position: relative;
}
.p-wrok-content .timeSlider .splide--main .splide__slide .timeStamp {
  position: absolute;
  top: 12px;
  left: 20px;
  background: white;
  border: 1px solid var(--color-main);
  z-index: 1;
  font-size: 14px;
  padding: 4px 20px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeSlider .splide--main .splide__slide .timeStamp {
    font-size: 12px;
    padding: 4px 12px;
  }
}
.p-wrok-content .timeSlider .splide--main .splide__slide .timeStamp span {
  color: var(--color-main);
  font-weight: bold;
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeSlider .splide--main .splide__slide .timeStamp span {
    margin-right: 8px;
  }
}
.p-wrok-content .timeSlider .splide--main .splide__slide .timeStamp span:first-child {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeSlider .splide--main .splide__slide .timeStamp span:first-child {
    font-size: 14px;
  }
}
.p-wrok-content .timeSlider .splide--main .splide__slide .timeStamp span:last-child {
  color: #333;
  margin-right: 0;
}
.p-wrok-content .timeSlider .splide--thumbnail {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .p-wrok-content .timeSlider .splide--thumbnail {
    margin-top: 8px;
  }
}
.p-wrok-content .timeSlider .splide--thumbnail .splide__slide {
  max-width: 33.3333333333%;
}
.p-wrok-content .timeSlider .splide--thumbnail .splide__slide.is-active {
  border: none;
  opacity: 0.4;
}
.p-wrok-content .timeSlider .splide img {
  background: #f3f3f3;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
/* ===============================
	toc 目次
 =============================== */
.p-work-toc {
  margin-bottom: 54px;
  width: 100%;
}
.p-work-toc .know-work__list {
  display: flex;
  gap: 3.3333333333%;
}
@media screen and (max-width: 640px) {
  .p-work-toc .know-work__list {
    flex-direction: column;
    align-items: center;
  }
}
.p-work-toc .know-work__item {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .p-work-toc .know-work__item {
    flex: auto;
    max-width: 300px;
  }
}
.p-work-toc .work-list__picture {
  height: 130px;
}

/* ===============================
	共通コンポーネント
 =============================== */
.p-training__content {
  padding-bottom: 160px;
}

.p-training__secHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-training__secHeader {
    display: block;
  }
}
.p-training__secHeader--mechanic {
  margin-top: 106px;
}
.p-training__secHeader__picture picture img {
  display: block;
  width: 544px;
  height: 298px;
}
@media screen and (max-width: 640px) {
  .p-training__secHeader__picture picture img {
    width: 100%;
    height: auto;
  }
}
.p-training__secHeader__title {
  margin-left: -32px;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-weight: bold;
  font-size: 23px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  max-width: 448px;
  width: 448px;
}
@media screen and (max-width: 640px) {
  .p-training__secHeader__title {
    margin: 0 20px;
    width: auto;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    margin-top: -34px;
    position: relative;
    z-index: 1;
    background: white;
  }
}

.p-training__secContent {
  display: flex;
  gap: 39px;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .p-training__secContent {
    display: block;
  }
}
.p-training__textColmn {
  max-width: 356px;
  width: 100%;
}
.p-training__textBlock:not(:first-child) {
  margin-top: 40px;
}
.p-training__textTitle {
  color: var(--color-accent);
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .p-training__textTitle {
    font-size: 14px;
  }
}
.p-training__textText {
  margin-top: 20px;
}
.p-training__textText p {
  margin-bottom: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .p-training__imageColmn--pc {
    display: none;
  }
}
.p-training__imageColmn img {
  display: block;
  width: 565px;
}
.p-training__imageColmn img.lamp {
  margin-top: 60px;
}
.p-training__image--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-training__image--sp {
    display: block;
    margin-bottom: 56px;
  }
}

.p-job-discription {
  padding-bottom: 92px;
}
@media screen and (max-width: 640px) {
  .p-job-discription {
    padding-bottom: 140px;
  }
}

/* ===============================
	タブ
 =============================== */
.p-job-discription__tab {
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-job-discription__tab {
    margin-top: 40px;
    gap: 12px;
  }
}
.p-job-discription__tabBtn {
  height: 76px;
  line-height: 76px;
  text-align: center;
  width: 238px;
  border: 1px solid var(--color-main);
  font-weight: bold;
  font-size: 22px;
  color: var(--color-main);
}
@media screen and (max-width: 640px) {
  .p-job-discription__tabBtn {
    line-height: 48px;
    height: 48px;
    min-width: auto;
    max-width: 152px;
    width: 50%;
    font-size: 16px;
  }
}
@media screen and (max-width: 506px) {
  [data="tabBtn-driver-senior"] {
    line-height: 22px !important;

  }
}
.p-job-discription__tabBtn:hover {
  cursor: pointer;
}
.p-job-discription__tabBtn.is-select {
  background: var(--color-main);
  color: white;
}
.p-job-discription__content {
  display: none;
}
.p-job-discription__content.is-open {
  display: block;
}

/* ===============================
	table
 =============================== */
.p-job-discription__table {
  border-collapse: collapse;
  margin-top: 28px;
  width: 100%;
}
.p-job-discription__table--mini th {
  width: 20% !important;
}
@media screen and (max-width: 640px) {
  .p-job-discription__table--mini th {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .p-job-discription__table--mini tr:last-child th {
    border-top: none;
  }
}
.p-job-discription__table caption {
  font-weight: bold;
  font-size: 22px;
  color: var(--color-main);
  text-align: left;
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .p-job-discription__table caption {
    font-size: 18px;
  }
}
.p-job-discription__table th,
.p-job-discription__table td {
  padding: 16px 20px;
  border: 1px solid #c7c7c7;
}
@media screen and (max-width: 640px) {
  .p-job-discription__table th,
  .p-job-discription__table td {
    display: block;
    font-size: 14px;
  }
}
.p-job-discription__table th {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  width: 30%;
  background: #f0f0f0;
}
@media screen and (max-width: 640px) {
  .p-job-discription__table th {
    width: 100%;
    border-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-job-discription__table td {
    border-bottom-width: 0;
  }
  .p-job-discription__table tr:last-child td {
    border-bottom-width: 1px;
  }
}
.p-job-discription__table ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-job-discription__table li {
  list-style: decimal inside;
}
.p-job-discription__table li.circle {
  list-style-type: disc;
}
.p-job-discription__table dl {
  margin-bottom: 16px;
  padding-left: 20px;
}
.p-job-discription__table p {
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-job-discription__table p:last-child {
  margin-bottom: 0;
}

/* ===============================
	entry-scroll
 =============================== */
.p-job-discription__entry-scroll {
  margin-top: 52px;
  text-align: center;
}
.p-job-discription__entry-scroll-btn {
  position: relative;
  margin: 0 auto;
  max-width: 532px;
  height: 123px;
  width: 100%;
  border: 1px solid var(--color-accent);
  background: var(--color-accent-light);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry-scroll-btn {
    max-width: 312px;
    width: 100%;
    height: 100px;
  }
}
.p-job-discription__entry-scroll-btn-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-job-discription__entry-scroll-btn .title {
  font-size: 27px;
  font-weight: bold;
  color: var(--color-accent);
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry-scroll-btn .title {
    font-size: 24px;
  }
}
.p-job-discription__entry-scroll-btn .sub {
  font-size: 15px;
  color: var(--color-main);
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry-scroll-btn .sub {
    font-size: 14px;
  }
}
.p-job-discription__entry-scroll-btn .arrow {
  position: absolute;
  display: block;
  color: var(--color-accent);
  line-height: 1;
  position: relative;
  margin-top: -24px;
  width: 2px;
  height: 24px;
  background: var(--color-accent);
  bottom: -48px;
  left: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry-scroll-btn .arrow {
    bottom: -40px;
  }
}
.p-job-discription__entry-scroll-btn .arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: 0px;
  box-sizing: border-box;
}
.p-job-discription__entry-scroll-btn::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 1px solid var(--color-accent);
  height: 50px;
  width: 70.8646616541%;
  bottom: -28px;
}

/* ===============================
	faq
 =============================== */
.p-job-discription__faq {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .p-job-discription__faq {
    margin-top: 54px;
  }
}

.p-job-discription .faq-group {
  display: flex;
  max-width: 754px;
  width: 100%;
  margin: 0 auto;
  margin-top: 42px;
  margin-bottom: 78px;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-job-discription .faq-group {
    flex-direction: column;
    margin-top: 0;
    gap: 4px;
    align-items: center;
    margin-bottom: 0;
  }
}
.p-job-discription .faq-group__item {
  display: block;
  line-height: 52px;
  height: 52px;
  max-width: 238px;
  width: 100%;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.p-job-discription .faq-group__item:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.p-job-discription__faq .faq-list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.p-job-discription__faq .faq-list__title {
  margin-top: 48px;
  font-weight: bold;
  color: var(--color-main);
  font-size: 20px;
  padding-left: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .p-job-discription__faq .faq-list__title {
    padding-left: 0;
    font-size: 18px;
    margin-top: 40px;
  }
}
.p-job-discription__faq .faq-list__lists {
  border-top: 1px dashed #ccc;
}
.p-job-discription__faq .faq-list__item {
  border-bottom: 1px dashed #ccc;
  list-style: none;
}
.p-job-discription__faq .faq-list__item.is-open .faq-list__a {
  display: block;
}
.p-job-discription__faq .faq-list__q {
  cursor: pointer;
  padding: 20px 88px;
  color: var(--color-main);
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-job-discription__faq .faq-list__q {
    padding: 20px 32px;
    padding-right: 70px;
  }
}
.p-job-discription__faq .faq-list__q::before {
  content: "Q";
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 44px;
}
@media screen and (max-width: 640px) {
  .p-job-discription__faq .faq-list__q::before {
    left: 0;
  }
}
.p-job-discription__faq .faq-list__q::after {
  content: "＋";
  color: white;
  font-weight: 900;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background: var(--color-main);
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .p-job-discription__faq .faq-list__q::after {
    right: 16px;
  }
}
.p-job-discription__faq .faq-list__item.is-open .faq-list__q:after {
  content: "−";
}
.p-job-discription__faq .faq-list__a {
  display: none;
  padding: 20px 88px;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .p-job-discription__faq .faq-list__a {
    padding: 20px 32px;
    padding-top: 0;
    padding-right: 16px;
  }
}

/* ===============================
	応募方法
 =============================== */
.p-job-discription__entry {
  margin-top: 112px;
}

.p-job-discription__entry .entry {
  background: var(--color-accent-light);
}
.p-job-discription__entry .entry__inner {
  max-width: 752px;
  width: 100%;
  margin: 0 auto;
}
.p-job-discription__entry .entry__header {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.p-job-discription__entry .entry__header-title {
  position: absolute;
  top: -48px;
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry .entry__header-title {
    top: -60px;
  }
}
.p-job-discription__entry .entry__header-bg {
  position: absolute;
  top: -74px;
  right: -68px;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 160px;
  color: var(--color-accent);
  opacity: 0.1;
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry .entry__header-bg {
    top: -36px;
    right: 0;
    font-size: 64px;
  }
}
.p-job-discription__entry .entry__sec {
  padding-bottom: 38px;
  border-bottom: 1px solid var(--color-accent);
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry .entry__sec {
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 28px;
  }
}
.p-job-discription__entry .entry__sec--form {
  padding-top: 64px;
}
.p-job-discription__entry .entry__sec:last-child {
  border-width: 0;
}
.p-job-discription__entry .entry__sec-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry .entry__sec-header {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 28px;
  }
}
.p-job-discription__entry .entry__sec-title {
  font-size: 23px;
  padding: 18px 44px;
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry .entry__sec-title {
    font-size: 14px;
    margin: 0;
    padding: 12px 28px;
  }
}
.p-job-discription__entry .entry__sec-sub {
  font-size: 19px;
  font-weight: bold;
  color: var(--color-accent);
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry .entry__sec-sub {
    font-size: 15px;
    text-align: center;
  }
}
.p-job-discription__entry .entry__sec-sub span {
  display: block;
}
.p-job-discription__entry .entry .entry-form-btn {
  max-width: 486px;
  width: 100%;
  height: 146px;
  color: white;
  background: var(--color-accent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0px 3px 21px -6px var(--color-accent);
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry .entry .entry-form-btn {
    height: 121px;
  }
}
.p-job-discription__entry .entry .entry-form-btn .title {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 2px solid white;
  width: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry .entry .entry-form-btn .title {
    font-size: 24px;
    width: 122px;
    padding-bottom: 6px;
  }
}
.p-job-discription__entry .entry .entry-form-btn .sub {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .p-job-discription__entry .entry .entry-form-btn .sub {
    font-size: 14px;
    margin-top: 4px;
  }
}

.entry-tel-table table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .entry-tel-table table {
    border-bottom: 1px solid var(--color-accent);
  }
}
.entry-tel-table .entry-table-doc {
  margin-top: 28px;
}
.entry-tel-table td,
.entry-tel-table th {
  border: 1px solid var(--color-accent);
  padding: 20px 40px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .entry-tel-table td,
  .entry-tel-table th {
    display: block;
  }
}
.entry-tel-table th {
  width: 212px;
  background: #fbe1cf;
  color: var(--color-accent);
}
@media screen and (max-width: 640px) {
  .entry-tel-table th {
    width: 100%;
    border-bottom: 0;
    font-size: 14px;
    padding: 10px 0;
  }
}
.entry-tel-table th .sub {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  display: block;
}
.entry-tel-table td {
  background: white;
}
@media screen and (max-width: 640px) {
  .entry-tel-table td {
    border-bottom: 0;
    padding: 18px 20px;
    text-align: center;
  }
  .entry-tel-table td span {
    display: block;
  }
}
.entry-tel-table .entry-table-doc__td-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .entry-tel-table .entry-table-doc__td-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.entry-tel-table .entry-table-doc td {
  padding: 28px 24px;
}
@media screen and (max-width: 640px) {
  .entry-tel-table .entry-table-doc td {
    padding: 18px 24px;
  }
}
.entry-tel-table .entry-table-doc td .label {
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  font-weight: bold;
  width: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .entry-tel-table .entry-table-doc td .line {
    text-align: left;
    font-size: 14px;
  }
}
.entry-tel-table .entry-table-doc td .decimal {
  color: var(--color-accent);
}
@media screen and (max-width: 640px) {
  .entry-tel-table .entry-table-doc td span {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  .entry__sec.entry__sec--site {
    padding-top: 36px;
    padding-bottom: 20px;
  }
}
.entry__sec.entry__sec--site .entry__sec-sub {
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .entry__sec.entry__sec--site .entry__sec-sub {
    margin-top: 0;
  }
}

.entry-site__inner {
  padding-top: 46px;
  padding-bottom: 56px;
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .entry-site__inner {
    margin-top: 18px;
    padding: 0;
    gap: 20px;
    flex-direction: column;
  }
}
.entry-site__item {
  width: 258px;
  height: auto;
}
.p-entry-form {
  padding-bottom: 460px;
}

.p-entry-form .entry-form-step {
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 582px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step {
    padding-right: 28px;
    padding-left: 28px;
    height: 48px;
  }
}
.p-entry-form .entry-form-step__item {
  height: 100%;
  color: var(--color-main);
  display: flex;
}
.p-entry-form .entry-form-step__item--01 .entry-form-step__text {
  border-left-width: 1px;
  padding-left: 36px;
  padding-right: 24px;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__item--01 .entry-form-step__text {
    width: 93px;
    padding: 0;
    padding-left: 12px;
  }
}
.p-entry-form .entry-form-step__item--02, .p-entry-form .entry-form-step__item--03 {
  border-left-width: none;
  margin-left: -16px;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__item--02, .p-entry-form .entry-form-step__item--03 {
    margin-left: -8px;
  }
}
.p-entry-form .entry-form-step__item--02 .entry-form-step__text {
  padding-left: 20px;
  padding-right: 14px;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__item--02 .entry-form-step__text {
    width: 82px;
    padding: 0;
    text-align: center;
  }
}
.p-entry-form .entry-form-step__item--03 .entry-form-step__text {
  border-right-width: 1px;
  padding-right: 58px;
  padding-left: 52px;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__item--03 .entry-form-step__text {
    width: 94px;
    padding: 0;
  }
}
.p-entry-form .entry-form-step__item.is-active {
  color: white;
}
.p-entry-form .entry-form-step__item.is-active .entry-form-step__text {
  background: var(--color-main);
}
.p-entry-form .entry-form-step__item.is-active .entry-form-step__text::before {
  background: var(--color-main);
}
.p-entry-form .entry-form-step__item.is-active .entry-form-step__arrow .arrow::after {
  background: var(--color-main) !important;
}
.p-entry-form .entry-form-step__arrow .arrow {
  position: relative;
  background: var(--color-main);
}
.p-entry-form .entry-form-step__arrow .arrow::after {
  position: absolute;
  content: "";
  width: 24px;
  background: var(--color-main-light);
  height: calc(100% - 3px);
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__arrow .arrow::after {
    width: 12px;
    height: calc(100% - 1px);
  }
}
.p-entry-form .entry-form-step__arrow .arrow--front {
  width: 26px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__arrow .arrow--front {
    width: 13px;
  }
}
.p-entry-form .entry-form-step__arrow .arrow--front::after {
  width: 25.5px;
  height: calc(100% - 2px);
  left: -1px;
  top: 1px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__arrow .arrow--front::after {
    width: 12.75px;
  }
}
.p-entry-form .entry-form-step__arrow .arrow--back {
  height: 50%;
  width: 25px;
  position: relative;
  background: var(--color-main);
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__arrow .arrow--back {
    width: 12.5px;
  }
}
.p-entry-form .entry-form-step__arrow .arrow--back::after {
  right: 0;
  z-index: -1;
}
.p-entry-form .entry-form-step__arrow .arrow--back:first-child {
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.p-entry-form .entry-form-step__arrow .arrow--back:first-child::after {
  top: 1px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__arrow .arrow--back:first-child::after {
    left: 2px;
  }
}
.p-entry-form .entry-form-step__arrow .arrow--back:last-child {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.p-entry-form .entry-form-step__arrow .arrow--back:last-child::after {
  bottom: 1px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__arrow .arrow--back:last-child::after {
    left: 2px;
  }
}
.p-entry-form .entry-form-step__text {
  background: var(--color-main-light);
  border: 1px solid var(--color-main);
  border-width: 1px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-entry-form .entry-form-step__text::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 1px;
  height: 100%;
  background: var(--color-main-light);
  top: 0;
  left: -0.5px;
}
.p-entry-form .entry-form-step__text:first-child:before {
  display: none;
}
.p-entry-form .entry-form-step__step, .p-entry-form .entry-form-step__no {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__step, .p-entry-form .entry-form-step__no {
    line-height: 1;
  }
}
.p-entry-form .entry-form-step__step {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__step {
    font-size: 6px;
    letter-spacing: 1px;
  }
}
.p-entry-form .entry-form-step__no {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__no {
    font-size: 14px;
  }
}
.p-entry-form .entry-form-step__state {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form-step__state {
    font-size: 10px;
  }
}

.p-entry-form {
  max-width: 752px;
  width: 100%;
  margin: 0 auto;
}
.p-entry-form .entry-form {
  margin-top: 58px;
}
.p-entry-form .entry-form__note {
  color: var(--color-main);
  font-weight: bold;
  margin-bottom: 16px;
}
.p-entry-form .entry-form__talbe {
  width: 100%;
  border-collapse: collapse;
  color: var(--color-main);
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form__talbe {
    border-top: 1px solid var(--color-main);
  }
}
.p-entry-form .entry-form__talbe th,
.p-entry-form .entry-form__talbe td {
  border: 1px solid var(--color-main);
  padding: 16px 24px;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form__talbe th,
  .p-entry-form .entry-form__talbe td {
    display: block;
  }
}
.p-entry-form .entry-form__talbe th {
  width: 28.3244680851%;
  background: var(--color-main-light);
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form__talbe th {
    width: 100%;
    border-bottom: 0;
    border-top: 0;
  }
}
.p-entry-form .entry-form__label {
  margin-bottom: 4px;
}
.p-entry-form .entry-form__input-box {
  margin-bottom: 16px;
}
.p-entry-form .entry-form__input-box:last-child {
  margin-bottom: 0;
}
.p-entry-form .entry-form__input-box__input {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-entry-form .entry-form__input-box input[type=text] {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form__input-box input[type=text] {
    margin-bottom: 0;
  }
}
.p-entry-form .entry-form__input-box input,
.p-entry-form .entry-form__input-box select {
  height: 48px;
  padding: 0 20px;
  border: 1px solid var(--color-main);
  line-height: 48px;
  border-radius: 5px;
  background: var(--color-main-light-light);
  vertical-align: baseline;
}
.p-entry-form .entry-form__input-box input.input--ss,
.p-entry-form .entry-form__input-box select.input--ss {
  max-width: 78px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form__input-box input.input--ss,
  .p-entry-form .entry-form__input-box select.input--ss {
    max-width: 60px;
  }
}
.p-entry-form .entry-form__input-box input.input--s,
.p-entry-form .entry-form__input-box select.input--s {
  max-width: 114px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form__input-box input.input--s,
  .p-entry-form .entry-form__input-box select.input--s {
    max-width: 74px;
  }
}
.p-entry-form .entry-form__input-box input.input--m,
.p-entry-form .entry-form__input-box select.input--m {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-entry-form .entry-form__input-box input.input--m,
  .p-entry-form .entry-form__input-box select.input--m {
    max-width: 132px;
  }
}
.p-entry-form .entry-form__input-box input.input--l,
.p-entry-form .entry-form__input-box select.input--l {
  max-width: 362px;
  width: 100%;
}
.p-entry-form .entry-form__input-box input + label,
.p-entry-form .entry-form__input-box select + label {
  margin-right: 12px;
  margin-left: 4px;
  line-height: 48px;
}
.p-entry-form .entry-form__input-box input[type=number] {
  text-align: right;
}
.p-entry-form .entry-form__input-box input[type=number]::-webkit-inner-spin-button, .p-entry-form .entry-form__input-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.p-entry-form .entry-form__input-box input[type=radio] {
  transform: scale(1.5);
  margin-left: 18px;
  margin-right: 12px;
  accent-color: var(--color-main);
  vertical-align: middle;
}
.p-entry-form .entry-form__input-box input[type=radio] + label {
  display: inline-block;
  margin-right: 24px;
  line-height: 48px;
  margin-left: 0;
}
.p-entry-form input[type=checkbox] {
  transform: scale(1.5);
  accent-color: var(--color-main);
  margin-right: 24px;
}
.p-entry-form__policy {
  padding-top: 56px;
  padding-bottom: 60px;
  text-align: center;
}
.p-entry-form__policy a {
  border-bottom: 1px solid var(--color-main);
}
.p-entry-form__policy a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.p-entry-form__nextBtn, .p-entry-form__topBtn {
  margin: 0 auto;
  background: var(--color-main);
  color: white;
  height: 108px;
  max-width: 378px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  box-shadow: 0px 3px 20px -6px var(--color-main);
  transition: opacity 0.3s;
}
.p-entry-form__nextBtn:hover, .p-entry-form__topBtn:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.p-entry-form__nextBtn::after, .p-entry-form__topBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  box-sizing: content-box;
  border-color: white;
  right: 50px;
}
.p-entry-form__nextBtn--confirm, .p-entry-form__topBtn--confirm {
  background: var(--color-accent);
  box-shadow: 0px 3px 20px -6px var(--color-accent);
}
.p-entry-form__nextBtn input, .p-entry-form__topBtn input {
  background: transparent;
  height: 100%;
  width: 100%;
}
.p-entry-form__prevBtn {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #ccc;
  position: relative;
  color: #666;
  background: white;
  max-width: 378px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-entry-form__prevBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  border-width: 2px 2px 0 0;
  box-sizing: content-box;
  right: 0;
  left: 40px;
  border-color: #999;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 640px) {
  .p-entry-form__prevBtn::before {
    left: 24px;
  }
}
.p-entry-form__prevBtn input {
  height: 100%;
  width: 100%;
  background: white;
}
.p-entry-form__topBtn {
  border: 1px solid var(--color-main);
  color: var(--color-main);
  background: white;
  box-shadow: none;
}
.p-entry-form__topBtn::after {
  display: none;
}
.p-entry-form .entry-form__error {
  display: none;
  font-size: 14px;
  color: #f50000;
}
.p-entry-form .entry-form__input.is-error input {
  border: 1px solid #f50000;
  background: #fff2f2;
}
.p-entry-form .entry-form__input.is-error input[type=radio] + label {
  color: #f50000;
}
.p-entry-form .entry-form__input.is-error .entry-form__error {
  display: block;
}

.p-entry-form__input--step2 .entry-form__input {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .p-entry-form__input--step2 .entry-form__input {
    font-size: 16px;
  }
}
.p-entry-form__input--step2 .entry-form__input label {
  color: var(--color-main);
  font-weight: normal;
}
.p-entry-form__input--step2 .entry-form__input .entry-form__familyName {
  margin-right: 16px;
}
.p-entry-form__input--step2 .entry-form__error {
  display: block;
}

.p-entry-form__input--step3 .entry-form__compMsg {
  padding-top: 40px;
  color: var(--color-main);
  font-weight: bold;
}
.p-entry-form__input--step3 .entry-form__compNote {
  margin-top: 40px;
  padding-bottom: 100px;
}
.p-entry-form__input--step3 .entry-form__compMsg p, .p-entry-form__input--step3 .entry-form__compNote p {
  margin-bottom: 16px;
}
