@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
img {
  max-width: 100%;
  display: block;
  width: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.breadcrumbs {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.breadcrumbs .home {
  color: #2c7eba;
}

.business-category {
  padding: 75px 0 95px;
  padding: 4.6875rem 0 5.9375rem;
  background-color: #d0e4f2;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .business-category {
    margin-top: 2.375rem;
  }
}

.business-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 64px;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .business-category__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5%;
  }
}

.business-category__item {
  position: relative;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .business-category__item {
    width: 31%;
  }
}

.business-category__item::after {
  content: "";
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 16px;
  top: 1rem;
  background: linear-gradient(45deg, #2C7EBA, #C8E7FD, #47919A);
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .business-category__item::after {
    left: 0.625rem;
    top: 0.625rem;
  }
}

.business-category__item a:hover {
  opacity: 1;
}

.business-category__item--new {
  position: relative;
}

.business-category__badge {
  background-color: #ff2e56;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 10px;
  left: 0.625rem;
  z-index: 20;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .business-category__badge {
    width: 4.3125rem;
    height: 4.3125rem;
    font-size: 1.125rem;
    top: 1.25rem;
    left: 1.125rem;
  }
}

.business-category__link:hover .business-category__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.business-category__img {
  position: relative;
  z-index: 10;
  border-radius: 20px;
  overflow: hidden;
}

.business-category__img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.business-category__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .38);
  height: 100%;
  width: 100%;
  z-index: 10;
  border-radius: 20px;
}

.business-category__img.shadow-img::after {
  background: linear-gradient(135deg, #47919a, #c8e7fd, #2c7eba);
  left: 13px;
  left: 0.8125rem;
  top: 13px;
  top: 0.8125rem;
}

.business-category__img img {
  border-radius: 20px;
  aspect-ratio: 2.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .business-category__img img {
    aspect-ratio: 340/250;
  }
}

.business-category__meta {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  line-height: 1.7;
}

.business-category__number {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 15.887px + 0.5633802817vw, 24px);
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
  display: block;
  text-align: center;
}

.business-category__label {
  font-size: clamp(18px, 15.887px + 0.5633802817vw, 24px);
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
}

.button {
  background: -webkit-gradient(linear, left top, right top, from(#2c7eba), to(#489298));
  background: linear-gradient(to right, #2c7eba, #489298);
  color: #fff;
  padding: 12px 20px 12px 24px;
  padding: 0.75rem 1.25rem 0.75rem 1.5rem;
  border-radius: 8px;
  position: relative;
  -webkit-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(12px, 10.297px + 0.396039604vw, 16px);
  font-size: clamp(0.75rem, 0.6435643564rem + 0.396039604vw, 1rem);
}
@media screen and (min-width: 768px) {
  .button {
    padding: 1.0625rem 1.375rem 1.0625rem 1.875rem;
  }
}

.button.button--small {
  width: 173px;
  width: 10.8125rem;
}
@media screen and (min-width: 768px) {
  .button.button--small {
    width: 14.375rem;
  }
}

.button.button--white {
  background: #fff;
  color: #404040;
}

.button span {
  width: 20px;
  width: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .button span {
    width: 1.6875rem;
  }
}

_::-webkit-full-page-media, _:future, :root .button span {
  display: inline;
  display: initial;
}

.button svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.button:hover {
  opacity: 1;
}

.button:hover svg {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

body.active {
  height: 100%;
  overflow: hidden;
}

.drawer {
  cursor: pointer;
}

.drawer__icon {
  display: block;
  position: fixed;
  top: 17px;
  right: 40px;
  width: 25px;
  width: 1.5625rem;
  height: 2px;
  height: 0.125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.is-open {
  z-index: 900;
}
.drawer__icon.is-open .drawer__icon-bar1 {
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}
.drawer__icon.is-open .drawer__icon-bar3 {
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-32deg);
          transform: translateX(-50%) rotate(-32deg);
}

.drawer__icon-bars {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
}

.drawer__icon-bar1,
.drawer__icon-bar2,
.drawer__icon-bar3 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: #2c7eba;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__icon-bar1 {
  top: 17px;
  border-radius: 0.9375rem;
}

.drawer__icon-bar3 {
  top: 26px;
  border-radius: 0.9375rem;
}

.drawer__content {
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#2c7eba), to(#489298));
  background: linear-gradient(to right, #2c7eba, #489298);
  height: 100%;
  width: 300px;
  width: 18.75rem;
  z-index: 800;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  width: 74%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  padding-top: 91px;
  padding-bottom: 100px;
}

.drawer__content.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
}

.drawer__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 29px;
  color: #fff;
  line-height: 1.57;
  position: relative;
  list-style: none;
}

.drawer__content-item {
  position: relative;
}

.drawer__content-item a {
  position: relative;
  display: block;
}

.drawer__content-item {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.drawer__content-item a {
  display: block;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.drawer__content-contact {
  margin-top: 20px;
}

.drawer__content-contactButton {
  width: 79%;
  margin-inline: auto;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 22px 24px 22px 26px;
  padding: 1.375rem 1.5rem 1.375rem 1.625rem;
  max-width: 250px;
  min-width: 232px;
}
@media screen and (min-width: 500px) {
  .drawer__content-contactButton {
    padding: 22px 10px 22px 10px;
  }
}

.drawer__content-contactButton span {
  width: 23px;
  height: 23px;
}

.drawer__content-item.drawer__content-item--tel {
  font-size: 29px;
  font-size: 1.8125rem;
  font-family: "Montserrat", sans-serif;
}

.drawer__content-item.drawer__content-item--tel span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.footer {
  background-color: #2c7eba;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer__inner {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 154px;
  padding-bottom: 9.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 6.4375rem;
    padding-bottom: 5.25rem;
  }
}

.page-top {
  position: absolute;
  top: -41px;
  top: -2.5625rem;
  width: 108px;
  width: 6.75rem;
  height: 108px;
  height: 6.75rem;
  background-color: #2c7eba;
  right: 22px;
  right: 1.375rem;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  padding-top: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-top {
    width: 9.1875rem;
    height: 9.1875rem;
    top: -3.8125rem;
    right: 1.5625rem;
    font-size: 1rem;
    padding-top: 1.5rem;
  }
}

.page-top:hover {
  opacity: 1;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
    gap: 5.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer__info {
    gap: 6.5%;
  }
}

@media screen and (min-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .footer__info {
    gap: 4.1%;
  }
}
@media screen and (min-width: 1440px) {
  _::-webkit-full-page-media,
  _:future,
  :root .footer__info {
    gap: 6%;
  }
}

@media screen and (min-width: 768px) {
  .footer__company {
    width: 34.5%;
    margin-top: 0.75rem;
  }
}

.footer__company-name {
  width: 192px;
  width: 12rem;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .footer__company-name {
    width: 14.625rem;
    margin-top: 0;
  }
}

.footer__address {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__address {
    font-size: 0.875rem;
    margin-top: 0.6875rem;
  }
}

.footer__map-link {
  display: inline-block;
  padding-left: 11px;
  padding-left: 0.6875rem;
  position: relative;
  text-decoration: underline;
}

.footer__map-link::after {
  content: "";
  position: absolute;
  right: -15px;
  right: -0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_pin.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  height: 0.9375rem;
  width: 12px;
  width: 0.75rem;
}

.footer__tel {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    width: 26%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer__tel {
    width: 24%;
  }
}

@media screen and (min-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .footer__tel {
    width: 29%;
  }
}

.footer__tel-label {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__tel-label {
    font-size: 1rem;
  }
}

.footer__tel-number {
  font-size: clamp(33px, 32.295px + 0.1877934272vw, 35px);
  font-size: clamp(2.0625rem, 2.0184859155rem + 0.1877934272vw, 2.1875rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.03em;
}

.footer__tel-number a {
  display: inline-block;
  line-height: 1.7;
}

.footer__tel-time {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .footer__tel-time {
    font-size: 0.875rem;
    letter-spacing: 0.07em;
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__contact {
    width: 29%;
  }
}

.footer__contact-label {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__contact-label {
    font-size: 1rem;
  }
}

.footer__contact-button {
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
  max-width: 297px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0.5625rem 0.5625rem #175d91;
          box-shadow: 0.5625rem 0.5625rem #175d91;
  -webkit-transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
}
@media screen and (min-width: 768px) {
  .footer__contact-button {
    letter-spacing: 0.08em;
    max-width: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-box-shadow: 0.625rem 0.625rem #175d91;
            box-shadow: 0.625rem 0.625rem #175d91;
  }
}

.footer__contact-button span {
  width: 25px;
  width: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 4.625rem;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.7%;
  }
}

.footer__nav-list-item a {
  padding: 5px 8px 5px 0;
  padding: 0.3125rem 0.5rem 0.3125rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-list-item a {
    font-size: 1rem;
    padding: 0.3125rem 0.5rem;
  }
}

.footer__nav-list-item:first-child a {
  padding-left: 0;
}

.footer__copyright {
  color: #404040;
  margin-top: 38px;
  margin-top: 2.375rem;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.75rem;
    margin-top: 8.25rem;
  }
}

.footer__bg-text {
  font-size: clamp(80px, 55.102px + 6.7289719626vw, 152px);
  font-size: clamp(5rem, 3.4439252336rem + 6.7289719626vw, 9.5rem);
  color: #165d91;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 0.8;
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  color: #404040;
  max-width: 1200px;
  margin-inline: auto;
  z-index: 900;
  border-radius: 0 0 20px 20px;
  height: 69px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
    background: #fff;
    -webkit-box-shadow: 0 0.1875rem 0.375rem #707070;
            box-shadow: 0 0.1875rem 0.375rem #707070;
    width: 83.4%;
  }
}

.active__header {
  background: #404040;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
}

.header.is-scroll {
  background-color: rgba(255, 255, 255, .9);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  padding-left: 1.375rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.header__logo {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 11.25rem;
  }
}

.header__nav-list {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav-list {
    gap: 1.4375rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav-list {
    gap: 1.6875rem;
  }
}

.header__nav {
  height: inherit;
  margin-left: auto;
}

.header__nav-item {
  height: inherit;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.header__nav-item a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  top: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2c7eba;
  height: 9px;
  height: 0.5625rem;
  width: 9px;
  width: 0.5625rem;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__nav-item a:hover::after {
  opacity: 1;
}

.header__nav-item a {
  position: relative;
  padding: 0 16px;
  padding: 0 1rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__nav-item.header__nav-item--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.header__nav-item.header__nav-item--contact a {
  background: -webkit-gradient(linear, left top, right top, from(#2c7eba), to(#489298));
  background: linear-gradient(to right, #2c7eba, #489298);
  color: #fff;
  padding: 10px 22px 10px 44px;
  padding: 0.625rem 1.375rem 0.625rem 2.75rem;
  border-radius: 8px;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__nav-item.header__nav-item--contact a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  background-color: #2c7eba;
  height: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__nav-item.header__nav-item--contact a .mail {
  position: absolute;
  left: 21px;
  left: 1.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  width: 1.0625rem;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .header__nav-item.header__nav-item--contact a .mail {
    width: 1.125rem;
  }
}

.header__nav-item.header__nav-item--contact .text {
  position: relative;
  z-index: 10;
}

.header__nav-item.header__nav-item--contact a .mail svg {
  width: inherit;
  position: relative;
}

.header__nav-item.header__nav-item--contact a::after {
  content: none;
}

.header__nav-item.header__nav-item--contact a:hover::before {
  opacity: 1;
}

.header__nav-item.header__nav-item--contact a:hover {
  opacity: 1;
}

.history-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history-list__term {
  width: 33%;
  font-size: clamp(24px, 17.309px + 1.7840375587vw, 43px);
  font-size: clamp(1.5rem, 1.0818661972rem + 1.7840375587vw, 2.6875rem);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #2c7eba;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .history-list__term {
    width: 24%;
    letter-spacing: 0.03em;
    text-align: left;
    text-align: initial;
  }
}

.history-list__description {
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  padding-left: 29px;
  padding-left: 1.8125rem;
  width: 85%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .history-list__description {
    padding-left: 4.6875rem;
  }
}

.history-list__description::before,
.history-list__description::after {
  content: "";
  position: absolute;
}

.history-list__description::before {
  left: 5px;
  left: 0.3125rem;
  width: 1px;
  height: 100%;
  background: #b1b1b1;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .history-list__description::before {
    left: 0.25rem;
  }
}

.history-list__item:last-child .history-list__description:before {
  height: 0;
}

.history-list__item:first-child .history-list__description::after {
  left: 1px;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-radius: 50%;
  background: #2c7eba;
  top: 7px;
  top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .history-list__item:first-child .history-list__description::after {
    left: -0.25rem;
    width: 1.0625rem;
    height: 1.0625rem;
    top: 0.5625rem;
  }
}

.history-list__item:last-child .history-list__description::after {
  left: 0;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  top: 6px;
  border-radius: 50%;
  border: 1px solid #2c7eba;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .history-list__item:last-child .history-list__description::after {
    left: -0.25rem;
    width: 1.0625rem;
    height: 1.0625rem;
    top: 0.5625rem;
  }
}

.history-list__month {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.history-list__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .history-list__text {
    font-size: 1.125rem;
    line-height: 1.9;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.layout-message {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .layout-message {
    margin-top: 3.625rem;
  }
}

.layout-company {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .layout-company {
    margin-top: 5.3125rem;
  }
}

.layout-business {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .layout-business {
    margin-top: 4.375rem;
  }
}

.layout-recruit {
  padding-top: 49px;
  padding-top: 3.0625rem;
  padding-bottom: 91px;
  padding-bottom: 5.6875rem;
}
@media screen and (min-width: 768px) {
  .layout-recruit {
    padding-top: 6.0625rem;
    padding-bottom: 8.5625rem;
  }
}

.layout-mv-under {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .layout-mv-under {
    margin-top: 7.8125rem;
  }
}

.layout-contact {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .layout-contact {
    margin-top: 5rem;
  }
}

.layout-contact__business-category {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .layout-contact__business-category {
    margin-top: 8.6875rem;
  }
}

.mv {
  position: relative;
  z-index: 1;
  height: 194px;
  height: 12.125rem;
}
@media screen and (min-width: 768px) {
  .mv {
    max-height: none;
    height: 25rem;
  }
}

.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateXY(-50%, -50%);
          transform: translateXY(-50%, -50%);
  background-color: rgba(64, 64, 64, .48);
  height: 100%;
  width: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}

.mv__img {
  height: inherit;
}

.mv__img picture {
  height: inherit;
}

.mv__img img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__title {
  position: absolute;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(40px, 33.661px + 1.6901408451vw, 58px);
  font-size: clamp(2.5rem, 2.1038732394rem + 1.6901408451vw, 3.625rem);
  font-family: "Montserrat", sans-serif;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-animation: 0.7s slide 0.3s both;
          animation: 0.7s slide 0.3s both;
}
@media screen and (min-width: 768px) {
  .mv__title {
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
}

.mv__title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 14.591px + 0.3755868545vw, 20px);
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
.sec-title .en {
  font-size: clamp(34px, 20.801px + 3.0693069307vw, 65px);
  font-size: clamp(2.125rem, 1.3001237624rem + 3.0693069307vw, 4.0625rem);
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#2c7eba), to(#489298));
  background: linear-gradient(to right, #2c7eba, #489298);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .sec-title .en {
    line-height: 1.2;
  }
}

.sec-title .ja {
  display: block;
  font-size: clamp(11px, 7.168px + 0.8910891089vw, 20px);
  font-size: clamp(0.6875rem, 0.448019802rem + 0.8910891089vw, 1.25rem);
  color: #5d5d5d;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.shadow-img {
  position: relative;
}

.shadow-img::after {
  content: "";
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 16px;
  top: 1rem;
  background: linear-gradient(45deg, #2C7EBA, #C8E7FD, #47919A);
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .shadow-img::after {
    left: 1.1875rem;
    top: 1.375rem;
  }
}

.shadow-img.shadow-img--gray::after {
  background: #D9D9D9;
}

.sub-page-bg {
  position: absolute;
  top: -65px;
  top: -4.0625rem;
  width: 999px;
  width: 62.4375rem;
  left: -35px;
  left: -2.1875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sub-page-bg {
    width: 123.75rem;
    left: 46%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -9rem;
  }
}

.sub-page-bg-under {
  position: absolute;
  bottom: -65px;
  bottom: -4.0625rem;
  width: 999px;
  width: 62.4375rem;
  left: -35px;
  left: -2.1875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sub-page-bg-under {
    width: 113.8125rem;
    left: 61%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -17rem;
  }
}

.sub-page {
  position: relative;
  overflow-x: clip;
}

.sub-page.bottom {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .sub-page.bottom {
    padding-bottom: 7.6875rem;
  }
}

.sub-title {
  font-size: clamp(20px, 17.183px + 0.7511737089vw, 28px);
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  font-weight: 700;
  color: #2c7eba;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .sub-title {
    line-height: 1.5;
  }
}

.sub-title span {
  font-size: clamp(16px, 14.239px + 0.4694835681vw, 21px);
  font-size: clamp(1rem, 0.8899647887rem + 0.4694835681vw, 1.3125rem);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #B1B1B1;
  letter-spacing: 0.01em;
}

.test {
  font-size: 100px;
  font-size: 6.25rem;
  background-color: #404040;
  color: #fff;
}

.company-message__content {
  background-color: #2c7eba;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 68px 0 68px 20px;
  padding: 4.25rem 0 4.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .company-message__content {
    padding: 3.75rem 2.5rem 5.3125rem;
  }
}

.business-message__content {
  background-color: #2c7eba;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 68px 11px 68px 11px;
  padding: 4.25rem 0.6875rem 4.25rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .business-message__content {
    padding: 3.75rem 2.5rem 4.5625rem;
  }
}

.business-message__main {
  font-size: clamp(22px, 17.774px + 1.1267605634vw, 34px);
  font-size: clamp(1.375rem, 1.110915493rem + 1.1267605634vw, 2.125rem);
}

.business-message__main span {
  color: #fcce01;
}

.business-message__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 768px) {
  .business-message__text {
    font-size: 1rem;
    margin-top: 3.1875rem;
    line-height: 2;
    letter-spacing: 0;
  }
}

.sub-business-wrap {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .sub-business-wrap {
    margin-top: 5.25rem;
  }
}

.sub-business__list {
  scroll-margin-top: 100px;
}

.sub-business__list + .sub-business__list {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .sub-business__list + .sub-business__list {
    margin-top: 2.1875rem;
  }
}

.sub-business__list:not(:last-child) {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  border-bottom: 1px solid #b1b1b1;
}
@media screen and (min-width: 768px) {
  .sub-business__list:not(:last-child) {
    padding-bottom: 5.125rem;
  }
}

.sub-business__list-itemTitle {
  font-size: clamp(22px, 19.183px + 0.7511737089vw, 30px);
  font-size: clamp(1.375rem, 1.198943662rem + 0.7511737089vw, 1.875rem);
  font-weight: 700;
  color: #2c7eba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  gap: 1.5625rem;
  line-height: 1.3;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sub-business__list-itemTitle .number {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(60px, 52.605px + 1.9718309859vw, 81px);
  font-size: clamp(3.75rem, 3.2878521127rem + 1.9718309859vw, 5.0625rem);
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: transparent;
}

.sub-business__list-itemTitle .en {
  color: #B5B5B5;
  font-size: clamp(17px, 15.591px + 0.3755868545vw, 21px);
  font-size: clamp(1.0625rem, 0.974471831rem + 0.3755868545vw, 1.3125rem);
  font-family: "Montserrat", sans-serif;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-business__list-itemTitle .new {
  position: absolute;
  right: -72px;
  right: -4.5rem;
  top: -18px;
  top: -1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff2e56;
  color: #fff;
  height: 65px;
  height: 4.0625rem;
  width: 65px;
  width: 4.0625rem;
  border-radius: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .sub-business__list-itemTitle .new {
    height: 5.25rem;
    width: 5.25rem;
    right: -7.25rem;
    font-size: 1.3125rem;
  }
}

.sub-business__list-itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .sub-business__list-itemContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.5%;
    margin-top: 1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sub-business__list-itemImg {
  border-radius: 20px;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .sub-business__list-itemImg {
    width: 47.5%;
  }
}

.sub-business__list-itemImg::after {
  background: linear-gradient(135deg, #47919a, #c8e7fd, #2c7eba);
}

.sub-business__list-itemImg::after {
  background: linear-gradient(135deg, #1f42a2, #28327b, #4381bf);
}

.sub-business__list-itemImg img {
  aspect-ratio: 524/349;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .sub-business__list-itemText-content {
    width: 46%;
  }
}

.sub-business__list-itemSubtitle {
  font-size: clamp(21px, 17.478px + 0.9389671362vw, 31px);
  font-size: clamp(1.3125rem, 1.0924295775rem + 0.9389671362vw, 1.9375rem);
  color: #2c7eba;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sub-business__list-itemSubtitle {
    margin-top: 0;
  }
}

.sub-business__list-itemText {
  margin-top: 16px;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sub-business__list-itemText {
    margin-top: 2.125rem;
    line-height: 2.125;
    letter-spacing: 0.03em;
  }
}

.sub-business__transportContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sub-business__transportContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    margin-top: 3.625rem;
  }
}

.sub-business__transportColum + .sub-business__transportColum {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sub-business__transportColum + .sub-business__transportColum {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .sub-business__transportColum {
    width: 32%;
  }
}

.sub-business__transportColum-img {
  position: relative;
}

.sub-business__transportColum-img img {
  border-radius: 20px;
  aspect-ratio: 340/230;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-business__transportColum-img p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #2c7eba;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(19px, 18.271px + 0.1941747573vw, 22px);
  font-size: clamp(1.1875rem, 1.1419902913rem + 0.1941747573vw, 1.375rem);
  position: absolute;
  letter-spacing: 0.02em;
  top: 1px;
  top: 0.0625rem;
  left: -12px;
  left: -0.75rem;
  text-align: right;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .sub-business__transportColum-img p {
    line-height: 1.5;
  }
}

.sub-business__transportColum-title {
  font-size: clamp(18px, 16.591px + 0.3755868545vw, 22px);
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
  font-weight: 700;
  color: #2c7eba;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .sub-business__transportColum-title {
    margin-top: 1.875rem;
  }
}

.sub-business__transportList {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  row-gap: 5px;
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .sub-business__transportList {
    margin-top: 1.5625rem;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sub-business__transportList.wrap {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  row-gap: 8px;
  row-gap: 0.5rem;
}
.sub-business__transportList-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #e0e0e0;
  border-radius: 7px;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}

@media screen and (min-width: 768px) {
  .sub-business__transportList-item + .sub-business__transportList-item {
    margin-top: 0.9375rem;
  }
}

.vehicle-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 3px;
  padding: 0.5625rem 0.1875rem;
  border-bottom: 1px solid #b1b1b1;
  width: 100%;
}

.vehicle-list__item:first-child {
  padding-top: 0;
}

.vehicle-list__term {
  width: 200px;
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .vehicle-list__term {
    width: 14.25rem;
  }
}

.sub-business__transportList-safe {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sub-business__transportList-safe {
    line-height: 1.9;
  }
}

@media screen and (min-width: 768px) {
  .sub-business__transportList-safe + .sub-business__transportList-safe {
    margin-top: 0.25rem;
  }
}

.sub-business__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sub-business__media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    margin-top: 4rem;
  }
}

.sub-business__media.no-flex {
  display: block;
}

@media screen and (min-width: 768px) {
  .sub-business__media-wrap {
    width: 48%;
  }
}

.sub-business__media-title {
  color: #404040;
  font-size: clamp(22px, 18.83px + 0.8450704225vw, 31px);
  font-size: clamp(1.375rem, 1.1769366197rem + 0.8450704225vw, 1.9375rem);
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sub-business__media-title {
    padding-left: 2rem;
  }
}

.sub-business__media-title::before {
  content: "";
  position: absolute;
  left: -3px;
  left: -0.1875rem;
  top: 0;
  background-color: #000;
  height: 100%;
  width: 1px;
}

.sub-business__media-title span {
  color: #B5B5B5;
  font-size: clamp(18px, 16.943px + 0.2816901408vw, 21px);
  font-size: clamp(1.125rem, 1.0589788732rem + 0.2816901408vw, 1.3125rem);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.sub-business__media-img {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.sub-business__media-img img {
  border-radius: 20px;
  aspect-ratio: 524/349;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .sub-business__mediaText-wrap {
    width: 47%;
  }
}

.sub-business__media-subTitle {
  font-size: clamp(22px, 18.83px + 0.8450704225vw, 31px);
  font-size: clamp(1.375rem, 1.1769366197rem + 0.8450704225vw, 1.9375rem);
  color: #2c7eba;
  font-weight: 700;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.sub-business__media-text {
  line-height: 2.1;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sub-business__media-text {
    margin-top: 2rem;
  }
}

.construction-list {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .construction-list {
    margin-top: 1.4375rem;
  }
}

.construction-list__item {
  letter-spacing: 0.06em;
}

.construction-list__item:not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .construction-list__item:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.development-list {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .development-list {
    margin-top: 1.5625rem;
  }
}

.development-list__item {
  letter-spacing: 0.03em;
}

.development-list__item + .development-list__item {
  margin-top: 6px;
  margin-top: 0.375rem;
  text-indent: -16px;
  text-indent: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
  line-height: 2;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .product-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    margin-top: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .product-list__item {
    width: 32%;
  }
}

.product-list__item-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.product-list__item a:hover .product-list__item-img::before {
  opacity: 1;
}

.product-list__item-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(64, 64, 64, .32);
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 20px;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.business__list-item:hover .business__list-itemImg::before {
  opacity: 1;
}

.product-list__item + .product-list__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .product-list__item + .product-list__item {
    margin-top: 0;
  }
}

.product-list__item-title {
  font-size: clamp(18px, 17.029px + 0.2588996764vw, 22px);
  font-size: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
  font-weight: 700;
  margin-top: 18px;
  margin-top: 1.125rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-list__item-title span {
  width: 8%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-list__item-text {
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .product-list__item-text {
    font-size: 1rem;
    margin-top: 0.8125rem;
  }
}

.top {
  position: relative;
}

.middle {
  position: relative;
}

.bottom {
  position: relative;
}

.bg_01 {
  position: absolute;
  width: 1725px;
  width: 107.8125rem;
  height: 1305px;
  height: 81.5625rem;
  left: 24%;
  bottom: -21%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg_01 {
    width: 107.8125rem;
    height: 81.5625rem;
  }
}

.bg_02 {
  position: absolute;
  width: 1725px;
  width: 107.8125rem;
  height: 1305px;
  height: 81.5625rem;
  left: -52%;
  bottom: -11%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg_02 {
    width: 122.8125rem;
    height: 81.5625rem;
  }
}

.bg_03 {
  position: absolute;
  width: 1725px;
  width: 107.8125rem;
  height: 1305px;
  height: 81.5625rem;
  top: 48%;
  left: -13%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg_03 {
    width: 110.8125rem;
    height: 79.3125rem;
  }
}

.company-message {
  overflow-x: clip;
  position: relative;
}

.company-message__content {
  background-color: #2c7eba;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 68px 0 68px 20px;
  padding: 4.25rem 0 4.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .company-message__content {
    padding: 3.75rem 2.5rem 5.3125rem;
  }
}

.company-message__label {
  font-size: clamp(16px, 14.239px + 0.4694835681vw, 21px);
  font-size: clamp(1rem, 0.8899647887rem + 0.4694835681vw, 1.3125rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #b1b1b1;
}

.company-message__text {
  font-size: clamp(20px, 10.14px + 2.6291079812vw, 48px);
  font-size: clamp(1.25rem, 0.6338028169rem + 2.6291079812vw, 3rem);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  margin: auto;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .company-message__text {
    margin-top: 3.6875rem;
    padding-left: 4.375rem;
    line-height: 1.76;
  }
}

.company-message__text::before {
  content: "";
  position: absolute;
  left: -17px;
  left: -1.0625rem;
  top: -55px;
  top: -3.4375rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../images/common/icon_quote-trans.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 83px;
  height: 5.1875rem;
  width: 28px;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .company-message__text::before {
    height: 10rem;
    width: 3.4375rem;
    top: -6.25rem;
    left: -0.5rem;
  }
}

.company-message__text .quote {
  position: relative;
}

.company-message__text .quote::after {
  content: "";
  position: absolute;
  right: -27px;
  right: -1.6875rem;
  bottom: -47px;
  bottom: -2.9375rem;
  background-image: url(../images/common/icon_quote-trans.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 83px;
  height: 5.1875rem;
  width: 28px;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .company-message__text .quote::after {
    height: 10rem;
    width: 3.4375rem;
    right: -2.3125rem;
    bottom: -4.9375rem;
  }
}

.company-message__text .yellow {
  padding: 1px 2px;
  padding: 0.0625rem 0.125rem;
  border-radius: 10px;
  background-color: #fcce01;
  color: #2c7eba;
}
@media screen and (min-width: 768px) {
  .company-message__text .yellow {
    padding: 0.0625rem 0.1875rem;
  }
}

.company-profile {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .company-profile {
    margin-top: 6.5625rem;
  }
}

.company-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .company-profile__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 11%;
  }
}

@media screen and (min-width: 768px) {
  .company-profile__title {
    width: 12%;
  }
}

@media screen and (min-width: 768px) {
  .company-profile__table {
    width: 77%;
    margin-top: 2rem;
  }
}

.table__list {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2c7eba), color-stop(16%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(16%, #b1b1b1));
  background-image: linear-gradient(90deg, #2c7eba 0 16%, transparent 16%), linear-gradient(90deg, #b1b1b1 16% 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px, 100% 1px;
  background-position: bottom, bottom;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .table__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
    padding-left: 1.0625rem;
    background-size: 100% 3px, 100% 1px;
  }
}
.table__list:first-child {
  padding-top: 0;
}

.detail-shoplist__table .table__list:first-child {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-top: none;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom, top;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2c7eba), color-stop(22.5%, #dedede)), -webkit-gradient(linear, left top, right top, color-stop(0, #2c7eba), color-stop(22.5%, #dedede));
  background-image: linear-gradient(90deg, #2c7eba 0 22.5%, #dedede 22.5%), linear-gradient(90deg, #2c7eba 0 22.5%, #dedede 22.5%);
}
@media screen and (min-width: 768px) {
  .detail-shoplist__table .table__list:first-child {
    padding-bottom: 1.875rem;
    padding-left: 1.25rem;
  }
}

.detail-shoplist__table .table__list:last-child {
  display: block;
}
@media screen and (min-width: 768px) {
  .detail-shoplist__table .table__list:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.table__term {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .table__term {
    max-width: 10.1875rem;
    font-size: 1rem;
  }
}

.table__description {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .table__description {
    font-size: 1rem;
    margin-top: 0;
  }
}

.table__description .map {
  position: relative;
  margin-left: 5px;
  margin-left: 0.3125rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .table__description .map {
    margin-left: 1.1875rem;
  }
}

.table__description .map::after {
  content: "";
  position: absolute;
  right: -22px;
  right: -1.375rem;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/company/icon_pin-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  height: 1.125rem;
  width: 14px;
  width: 0.875rem;
}

.company-map {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .company-map {
    margin-top: 2.9375rem;
  }
}

.company-map__wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-map__wrap {
    margin-top: 0;
  }
}

.company-map__access {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media screen and (min-width: 768px) {
  .company-map__access {
    padding-top: 44%;
  }
}

.company-map__access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-history {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .company-history {
    margin-top: 4.375rem;
  }
}

.company-history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 32px;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .company-history__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 13.5%;
  }
}

@media screen and (min-width: 768px) {
  .company-history_list {
    width: 76%;
    margin-top: 2.625rem;
  }
}

.contact__message {
  line-height: 2;
  text-align: initial;
  text-align: center;
}
.contact__message span {
  color: #e41110;
}

.form {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .form {
    max-width: 861px;
    margin-top: 3.4375rem;
  }
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__item {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.5625rem 0 0.5625rem 0;
  }
}

.form__title {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .form__title {
    padding: 0 0.625rem 0 0.5625rem;
    width: 25%;
  }
}

.form__title span {
  color: #e41110;
}

.form__title--type02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .form__title--type02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form__title--type03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__title--aiStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .form__title--aiStart .form__title {
    padding-top: 0.875rem;
  }
}

.form__input {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__input {
    width: 66%;
    margin-top: 10px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .form__input.form__input--radio {
    margin-top: 0;
  }
}

.formInput input::-webkit-input-placeholder,
.formTextarea textarea::-webkit-input-placeholder {
  color: lightgray;
  font-size: 16px;
}

.formInput input::-moz-placeholder,
.formTextarea textarea::-moz-placeholder {
  color: lightgray;
  font-size: 16px;
}

.formInput input::-ms-input-placeholder,
.formTextarea textarea::-ms-input-placeholder {
  color: lightgray;
  font-size: 16px;
}

.formInput input::placeholder,
.formTextarea textarea::placeholder {
  color: lightgray;
  font-size: 16px;
}

.formInput input {
  width: 100%;
  padding-left: 20px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-radius: 5px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .formInput input {
    height: 3.4375rem;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }
}

.formInput input:focus,
formTextarea textarea:focus {
  outline: 2px solid #b5b5b5;
}

.formInput--sm input {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .formInput--sm input {
    width: 100%;
    max-width: 550px;
  }
}

.formInput__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formInput__post input {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .formInput__post input {
    width: 100%;
  }
}

.formInput--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formInput--tel > * {
  min-width: 0;
}

.formInput--tel input {
  width: 150px;
  max-width: 100%;
}

.formSelect select {
  width: 250px;
  max-width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  background: url(../images/common/pulldown.svg) right 10px center/10px no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px) {
  .formSelect select {
    width: 100%;
    height: 50px;
  }
}

.formSelect select:focus {
  outline: 2px solid #b5b5b5;
}

.formSelect--selected select {
  color: #333;
}

.formDate__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .formDate__flex {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.formDate__flex + formDate__flex {
  margin-top: 20px;
}

.formDate__label {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .form__dataBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.form__dataBlockFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__dataBlockFlex + .form__dataBlockFlex {
  margin-top: 20px;
}

.form__dataBlockLabel {
  width: 80px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .form__dataBlockLabel {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .form__dataBlockDate {
    width: 100%;
  }
}

.formCalendar {
  position: relative;
}

.formCalendar input {
  width: 250px;
  height: 60px;
  padding-left: 20px;
  padding-right: 5px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  background: url(../images/common/calendar.svg) right 8px center/15px no-repeat;
}
@media screen and (min-width: 768px) {
  .formCalendar input {
    width: 100%;
    height: 50px;
  }
}

.formCalendar input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
  z-index: 1;
}

@-moz-document url-prefix() {
  formCalendar input {
    background: none;
  }
  formCalendar::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    top: 50%;
    right: 10px;
    transform: translateY(-55%);
    pointer-events: none;
  }
}
.formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .Android formCalendar input {
    padding-left: 15px;
  }
}

.formCalendar input:focus {
  outline: 2px solid #b5b5b5;
}

@media screen and (min-width: 768px) {
  .form__dataBlockSelect {
    width: 100%;
  }
}

.form__dataBlockDate input:not(formDate__default) {
  color: #333;
}

.formNumber__txt {
  font-size: 16px;
}

.formNumber__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .formNumber__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.formNumber__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formNumber__blockLabel01 {
  margin-right: 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .formNumber__blockLabel01 {
    width: 55px;
  }
}

.formNumber__blockLabel01 {
  font-size: 16px;
}

.formNumber__blockInput {
  width: 150px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .formNumber__blockInput {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
}

.formCheckbox input {
  display: none;
}

.formCheckbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.formCheckbox .wpcf7-list-item {
  margin-left: 0;
}

.formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.formCheckbox input + span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 18px;
  padding: 0 0 0 1.125rem;
  font-size: 16px;
  cursor: pointer;
}

.formCheckbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.formCheckbox input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 8px;
  height: 13px;
  margin-top: -8px;
  border-right: 3px solid #2c7eba;
  border-bottom: 3px solid #2c7eba;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.formCheckbox input:checked + span::after {
  opacity: 1;
}

.formRadio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .formRadio .wpcf7-radio {
    gap: 1.25rem;
  }
}

.formRadio--vertical .wpcf7-radio {
  display: block;
}

.formRadio .wpcf7-list-item {
  margin: 0;
}

.formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.formRadio input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}

.formRadio input[type=radio] {
  display: none;
}

.formRadio input + span::before {
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-top: auto;
  margin-right: 0.5em;
  margin-bottom: auto;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 768px) {
  .formRadio input + span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.formRadio input:checked + span::before {
  background-color: #2c7eba;
  -webkit-box-shadow: inset 0 0 0 0.125rem #fff;
          box-shadow: inset 0 0 0 0.125rem #fff;
}
@media screen and (min-width: 768px) {
  .formRadio input:checked + span::before {
    -webkit-box-shadow: inset 0 0 0 0.1875rem #fff;
            box-shadow: inset 0 0 0 0.1875rem #fff;
  }
}

.formFile .wpcf7-form-control-wrap {
  display: block;
}

.formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 20px;
}

.formFile input {
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
}

.formTextarea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .formTextarea {
    width: 66%;
  }
}

.formTextarea textarea {
  width: 100%;
  min-height: 250px;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .formTextarea textarea {
    width: 100%;
    min-height: 250px;
    margin-left: 0;
    padding-left: 15px;
    max-width: 550px;
  }
}

.form__privacy {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .form__privacy {
    text-align: left;
  }
}

.form__privacy a {
  line-height: 1;
  text-decoration: underline;
}

.form__acceptance {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__acceptance {
    text-align: left;
  }
}

.form__submit {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__submit {
    margin-top: 2.4375rem;
    padding-left: 3.0625rem;
  }
}

.formBtn {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.formBtn input {
  background: -webkit-gradient(linear, left top, right top, from(#2c7eba), to(#489298));
  background: linear-gradient(to right, #2c7eba, #489298);
  color: #fff;
  padding: 20px 20px 20px 24px;
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  border-radius: 8px;
  position: relative;
  -webkit-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(12px, 10.297px + 0.396039604vw, 16px);
  font-size: clamp(0.75rem, 0.6435643564rem + 0.396039604vw, 1rem);
  width: 320px;
  width: 20rem;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .formBtn input {
    padding: 1.6875rem 1.375rem 1.6875rem 1.875rem;
    font-size: 1.0625rem;
  }
}
.formBtn input:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
@media screen and (min-width: 768px) {
  .formBtn input:disabled:hover {
    cursor: not-allowed;
  }
}
@media screen and (min-width: 768px) {
  .formBtn input:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

.formBtn::after {
  content: "";
  position: absolute;
  right: 35px;
  right: 2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon-arrow-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 27px;
  height: 1.6875rem;
  width: 27px;
  width: 1.6875rem;
}

.formBtn.formBtn--prev {
  position: relative;
}

.formBtn.formBtn--prev input {
  padding-left: 72px;
  padding-left: 4.5rem;
}

.formBtn.formBtn--prev::after {
  background-image: url(../images/common/icon-arrow-yellow.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 29%;
  left: 32px;
  left: 2rem;
}
@media screen and (min-width: 768px) {
  .formBtn.formBtn--prev::after {
    left: 4.75rem;
    top: 33%;
  }
}

.wpcf7 .form.sent .wpcf7-response-output {
  padding: 15px 10px;
  border-color: #2c94de;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wpcf7 .form.sent .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7 .form.invalid .wpcf7-response-output,
.wpcf7 .form.unaccepted .wpcf7-response-output,
.wpcf7 .form.payment-required .wpcf7-response-output {
  padding: 15px 10px;
  border-color: red;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wpcf7 .form.invalid .wpcf7-response-output,
  .wpcf7 .form.unaccepted .wpcf7-response-output,
  .wpcf7 .form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.formValidation .wpcf7-not-valid-tip {
  display: none;
}

.formValidation__error {
  display: none;
  margin-top: 10px;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form:not(.hide_error_message) formValidation:has(.wpcf7-not-valid-tip) formValidation__error {
  display: block;
}

.form__privacy-agree {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__privacy-agree {
    width: 74%;
    margin-left: auto;
    margin-top: 1.875rem;
    padding-right: 4.625rem;
  }
}

.form__privacy-agree__label {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.form__privacy-agree__box {
  position: relative;
  background: #f0f0f0;
  border-radius: 0.25rem;
  max-height: 187px;
  overflow: hidden;
  padding: 13px 37px 13px 13px;
  padding: 0.8125rem 2.3125rem 0.8125rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .form__privacy-agree__box {
    padding: 1.625rem 3.3125rem 1.375rem 1.875rem;
    margin-top: 1.5625rem;
  }
}

.form__privacy-agree__content {
  max-height: 136px;
  overflow-y: auto;
  padding-right: 8px;
  padding-right: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.form__privacy-agree__content::-webkit-scrollbar {
  display: none;
}

.form__privacy-agree__content {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .form__privacy-agree__content {
    line-height: 2;
  }
}

.form__privacy-agree__arrow {
  position: absolute;
  right: 32px;
  right: 2rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
  pointer-events: none;
}

.form__privacy-agree__arrow--up {
  top: 20px;
  top: 1.25rem;
  color: #c6c6c6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 12px;
  font-size: 0.75rem;
}

.form__privacy-agree__arrow--up.change {
  color: #404040;
}

.form__privacy-agree__arrow--down {
  bottom: 13px;
  bottom: 0.8125rem;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 12px;
  font-size: 0.75rem;
}

.form__privacy-agree__arrow--down.change {
  color: #c6c6c6;
}

.form__privacy-agree__check {
  margin-top: 16px;
  margin-top: 1rem;
}

.form__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  row-gap: 1rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .form__button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.875rem;
  }
}

.form__button-wrap .formBtn {
  margin-inline: auto;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .form__button-wrap .formBtn {
    margin-inline: initial;
  }
}

.contact__thanks-message {
  font-size: clamp(18px, 15.572px + 0.6472491909vw, 28px);
  font-size: clamp(1.125rem, 0.9733009709rem + 0.6472491909vw, 1.75rem);
  text-align: center;
}

.recruit-message__content {
  background-color: #2c7eba;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 68px 11px 68px 11px;
  padding: 4.25rem 0.6875rem 4.25rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .recruit-message__content {
    padding: 3.75rem 2.5rem 4.5625rem;
  }
}

.recruit-message__main {
  font-size: clamp(20px, 15.07px + 1.3145539906vw, 34px);
  font-size: clamp(1.25rem, 0.9419014085rem + 1.3145539906vw, 2.125rem);
}

.recruit-message__main span {
  color: #fcce01;
}

.recruit-message__text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.8;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .recruit-message__text {
    letter-spacing: 0.05em;
    font-size: 0.9375rem;
    margin-top: 2.1875rem;
    line-height: 2.1;
  }
}

.recruit-message {
  position: relative;
}

.recruit-story {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .recruit-story {
    margin-top: 6.5625rem;
  }
}

.recruit-story__list {
  position: relative;
}

.recruit-story__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recruit-story__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.recruit-story__list-item + .recruit-story__list-item {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .recruit-story__list-item + .recruit-story__list-item {
    margin-top: 8.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit-story__list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5.2%;
  }
}

@media screen and (min-width: 768px) {
  .recruit-story__list-item:nth-child(even) .recruit-story__list-content {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .recruit-story__list-item:nth-child(even) .recruit-story__list-img {
    width: 51%;
  }
}

@media screen and (min-width: 768px) {
  .recruit-story__list-content {
    width: 49%;
  }
}

.recruit-story__list-title {
  font-size: clamp(21px, 17.83px + 0.8450704225vw, 30px);
  font-size: clamp(1.3125rem, 1.1144366197rem + 0.8450704225vw, 1.875rem);
}

.recruit-story__list-title .number {
  color: #B5B5B5;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .recruit-story__list-title .number {
    font-size: 1.3125rem;
  }
}

.recruit-story__list-title .blue {
  color: #2c7eba;
}

.recruit-story__list-text {
  margin-top: 16px;
  margin-top: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .recruit-story__list-text {
    line-height: 2.1;
    margin-top: 1.875rem;
  }
}

.recruit-story__list-img {
  margin-top: 32px;
  margin-top: 2rem;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .recruit-story__list-img {
    width: 48%;
    margin-top: 1.6875rem;
  }
}

.recruit-story__list-img::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#47919A), color-stop(#C8E7FD), to(#2C7EBA));
  background: linear-gradient(180deg, #47919A, #C8E7FD, #2C7EBA);
}
@media screen and (min-width: 768px) {
  .recruit-story__list-img::after {
    left: 0.5625rem;
    top: 0.9375rem;
  }
}

.recruit-story__list-img img {
  border-radius: 20px;
  aspect-ratio: 524/349;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg_recruit01 {
  position: absolute;
  width: 1725px;
  width: 107.8125rem;
  height: 1305px;
  height: 81.5625rem;
  left: 24%;
  bottom: -56%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg_recruit01 {
    width: 107.8125rem;
    height: 81.5625rem;
  }
}

.recruit-banner {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .recruit-banner {
    margin-top: 6.6875rem;
  }
}

.recruit-banner__content {
  background: linear-gradient(135deg, #9bcaf2, #8bcdeb, #b7e2ed, #ddf4ef);
  border-radius: 20px;
  padding: 30px 24px;
  padding: 1.875rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .recruit-banner__content {
    padding: 3.125rem 3rem 4.625rem;
  }
}

.recruit-banner__title {
  color: #2c7eba;
  font-size: clamp(21px, 18.572px + 0.6472491909vw, 31px);
  font-size: clamp(1.3125rem, 1.1608009709rem + 0.6472491909vw, 1.9375rem);
  text-align: center;
}

.recruit-banner__title span {
  color: #6fabd8;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .recruit-banner__title span {
    font-size: 1.3125rem;
  }
}

.recruit-banner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recruit-banner__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    margin-top: 2.6875rem;
  }
}

.recruit-banner__text {
  line-height: 2;
  margin-top: 27px;
  margin-top: 1.6875rem;
  letter-spacing: 0.03em;
}

.recruit-banner__button {
  padding: 26px 17px;
  padding: 1.625rem 1.0625rem;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #B9B9B9;
          box-shadow: 0.5rem 0.5rem 0 #B9B9B9;
}
@media screen and (min-width: 768px) {
  .recruit-banner__button {
    width: 41%;
    font-size: 1.25rem;
    -webkit-box-shadow: 0.9375rem 1rem 0 #B9B9B9;
            box-shadow: 0.9375rem 1rem 0 #B9B9B9;
    margin-top: 0;
    padding: 2.25rem 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit-banner__button span {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.layout-business-category {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .layout-business-category {
    margin-top: 6.75rem;
  }
}

.fv {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 640px;
}
@media screen and (min-width: 768px) {
  .fv {
    min-height: 742px;
  }
}

.fv__inner {
  position: relative;
  height: inherit;
  min-height: 640px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    min-height: 742px;
  }
}

.fv__img {
  margin: 0 calc(50% - 50vw);
  position: relative;
  height: inherit;
  min-height: 640px;
}
@media screen and (min-width: 768px) {
  .fv__img {
    min-height: 742px;
  }
}

.fv__img::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  -webkit-transform: translateXY(-50%, -50%);
          transform: translateXY(-50%, -50%);
  /* background-color: rgba(64, 64, 64, .35); */
  height: 100%;
  width: 100%;
  z-index: 1;
}

.fv__img picture {
  height: inherit;
  min-height: 640px;
  display: block;
}
@media screen and (min-width: 768px) {
  .fv__img picture {
    min-height: 742px;
  }
}

.fv__img video {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 640px;
}
@media screen and (min-width: 768px) {
  .fv__img video {
    min-height: 742px;
  }
}

.char {
  opacity: 0;
  letter-spacing: -0.29em;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: inline-block;
}

.fade-up-group {
  display: inline-block;
}

.fv__message {
  font-size: clamp(26px, 18.957px + 1.8779342723vw, 46px);
  font-size: clamp(1.625rem, 1.1848591549rem + 1.8779342723vw, 2.875rem);
  color: #fff;
  position: absolute;
  right: 50px;
  right: 3.125rem;
  top: 47%;
  line-height: 1.9;
  -webkit-transform: translateY(-113%);
          transform: translateY(-113%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  z-index: 1;
  -webkit-animation: 0.7s fvup 0.7s both;
          animation: 0.7s fvup 0.7s both;
}
@media screen and (min-width: 768px) {
  .fv__message {
    line-height: 1.6;
    -webkit-transform: translateY(-69%);
            transform: translateY(-69%);
    right: 4rem;
    top: 44%;
  }
}
@media screen and (min-width: 1440px) {
  .fv__message {
    right: 1.8125rem;
  }
}

/* @-webkit-keyframes fvup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fvup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */
.fv__message span {
  position: relative;
}

.fv__message-line {
  position: relative;
}

.fv__message .fv__quote {
  position: relative;
}

.fv__message .fv__quote::before {
  content: "";
  position: absolute;
  right: -20px;
  right: -1.25rem;
  top: -55px;
  top: -3.4375rem;
  background-image: url(../images/common/icon_quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 93px;
  height: 5.8125rem;
  width: 34px;
  width: 2.125rem;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .fv__message .fv__quote::before {
    right: -1.4375rem;
    top: -4.875rem;
    height: 5.8125rem;
    width: 2.125rem;
    height: 9.125rem;
    width: 3rem;
  }
}

.fv__message .fv__quote::after {
  content: "";
  position: absolute;
  left: -3px;
  left: -0.1875rem;
  bottom: -50px;
  bottom: -3.125rem;
  background-image: url(../images/common/icon_quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  height: 6.25rem;
  width: 32px;
  width: 2rem;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .fv__message .fv__quote::after {
    left: -0.5625rem;
    bottom: -4.0625rem;
    height: 8.25rem;
    width: 3rem;
  }
}

.fv__en-message {
  font-size: clamp(34px, 24.207px + 2.2772277228vw, 57px);
  font-size: clamp(2.125rem, 1.5129950495rem + 2.2772277228vw, 3.5625rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #B5B5B5;
  z-index: 1;
  position: absolute;
  bottom: 104px;
  bottom: 6.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .fv__en-message {
    bottom: 4.125rem;
  }
}

.fv__banner {
  background-color: #fcce01;
  border-radius: 50%;
  font-size: clamp(17px, 14.019px + 0.6930693069vw, 24px);
  font-size: clamp(1.0625rem, 0.8762376238rem + 0.6930693069vw, 1.5rem);
  position: fixed;
  width: 108px;
  width: 6.75rem;
  height: 108px;
  height: 6.75rem;
  right: 30px;
  right: 1.875rem;
  bottom: 10px;
  bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .fv__banner {
    width: 11.3125rem;
    height: 11.3125rem;
    right: 5%;
    bottom: 3%;
  }
}
@media screen and (min-width: 1440px) {
  .fv__banner {
    bottom: 8%;
  }
}

.fv__banner-message {
  font-weight: 700;
  font-size: clamp(10px, 7.871px + 0.495049505vw, 15px);
  font-size: clamp(0.625rem, 0.4919554455rem + 0.495049505vw, 0.9375rem);
  text-align: center;
}

.fv__banner-tel {
  color: #2c7eba;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(11px, 6.567px + 1.0309278351vw, 21px);
  font-size: clamp(0.6875rem, 0.4104381443rem + 1.0309278351vw, 1.3125rem);
}

.fv__banner-mail {
  font-size: clamp(10px, 7.871px + 0.495049505vw, 15px);
  font-size: clamp(0.625rem, 0.4919554455rem + 0.495049505vw, 0.9375rem);
  text-align: center;
}

.fv__banner-mail span {
  width: 24px;
  width: 1.5rem;
  display: block;
  margin-inline: auto;
}

/*======================================
            message
=======================================*/
.message {
  position: relative;
  overflow-x: clip;
}

.message__bg {
  position: absolute;
  top: -65px;
  top: -4.0625rem;
  width: 999px;
  width: 62.4375rem;
  left: -35px;
  left: -2.1875rem;
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .message__bg {
    width: 140.75rem;
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -5rem;
  }
}

.message__bg.is-active {
  -webkit-animation: fadeIn 0.7s ease-out forwards;
          animation: fadeIn 0.7s ease-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(50px);
            transform: translateX(-50%) translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(50px);
            transform: translateX(-50%) translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.message__title {
  text-align: center;
}

.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 33px;
  row-gap: 2.0625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .message__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.4375rem;
    gap: 8%;
  }
}

.message__main {
  font-size: clamp(21px, 17.168px + 0.8910891089vw, 30px);
  font-size: clamp(1.3125rem, 1.073019802rem + 0.8910891089vw, 1.875rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .message__main {
    text-align: left;
    text-align: initial;
  }
}

.message__main span {
  color: #2c7eba;
}

.message__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.98;
}
@media screen and (min-width: 768px) {
  .message__text {
    font-size: 1rem;
    width: 56%;
    line-height: 1.96;
  }
}

.loop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .loop {
    margin-top: 5.25rem;
  }
}

.loop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loopText 80s linear infinite;
          animation: loopText 80s linear infinite;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .loop__list {
    gap: 1.0625rem;
  }
}

.loop__item {
  width: 1200px;
}
@media screen and (min-width: 768px) {
  .loop__item {
    width: 1500px;
  }
}

@-webkit-keyframes loopText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loopText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*======================================
            会社案内
=======================================*/
.company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .company__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .company__text-content {
    width: 47%;
  }
}

.company__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company__title {
    text-align: left;
    text-align: initial;
  }
}

.company__sub-title {
  color: #2c7eba;
  font-weight: 700;
  font-size: clamp(22px, 18.594px + 0.7920792079vw, 30px);
  font-size: clamp(1.375rem, 1.1621287129rem + 0.7920792079vw, 1.875rem);
  margin-top: 42px;
  margin-top: 2.625rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .company__sub-title {
    margin-top: 1.6875rem;
  }
}

.company__sub-title span {
  color: #404040;
}

.company__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  line-height: 1.97;
}
@media screen and (min-width: 768px) {
  .company__text {
    font-size: 1rem;
    margin-top: 1.4375rem;
    line-height: 2;
  }
}

.company__button {
  margin-top: 33px;
  margin-top: 2.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company__button {
    margin-top: 1.1875rem;
    text-align: right;
  }
}

.company__button-link {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .company__button-link {
    margin-right: 0;
  }
}

.company__img-wrap {
  position: relative;
  z-index: 1;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .company__img-wrap {
    width: 50%;
    margin-top: 1.9375rem;
  }
}

.company__img-big {
  border-radius: 20px;
}

.company__img-big img {
  border-radius: 20px;
}

.company__img-small {
  border-radius: 20px;
  width: 53%;
  margin: -37px 24px 0 auto;
  margin: -2.3125rem 1.5rem 0 auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .company__img-small {
    width: 54%;
    margin: -3.625rem 1.9375rem 0 auto;
  }
}

.company__img-small img {
  border-radius: 20px;
}

/*======================================
         business
=======================================*/
.business {
  background-color: #2c7eba;
  color: #fff;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .business {
    width: 85%;
  }
}

.business__inner {
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .business__inner {
    padding-top: 3.3125rem;
    padding-bottom: 3.25rem;
  }
}

.business__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media screen and (min-width: 768px) {
  .business__wrap {
    gap: 3.5%;
  }
}

.business__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: clamp(39px, 27.93px + 2.5742574257vw, 65px);
  font-size: clamp(2.4375rem, 1.7456683168rem + 2.5742574257vw, 4.0625rem);
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .business__title {
    line-height: 1.2;
    width: 11%;
  }
}

.business__title span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  font-size: clamp(11px, 7.168px + 0.8910891089vw, 20px);
  font-size: clamp(0.6875rem, 0.448019802rem + 0.8910891089vw, 1.25rem);
  color: #59a4db;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: left;
}

.business__content {
  width: 71%;
}
@media screen and (min-width: 768px) {
  .business__content {
    width: 85%;
  }
}

.business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 28px;
  row-gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .business__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.3%;
  }
}

@media screen and (min-width: 768px) {
  .business__list-item {
    width: 30%;
  }
}

.business__list-item {
  position: relative;
}

.business__list-item--new {
  position: absolute;
  right: -9px;
  right: -0.5625rem;
  top: -18px;
  top: -1.125rem;
  -webkit-transform: translateXY(-50%, -50%);
          transform: translateXY(-50%, -50%);
  background-color: #ff2e56;
  height: 57px;
  height: 3.5625rem;
  width: 57px;
  width: 3.5625rem;
  border-radius: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .business__list-item--new {
    height: 4.3125rem;
    width: 4.3125rem;
    right: -1.25rem;
    top: -0.875rem;
  }
}

.business__list-itemImg {
  position: relative;
}

.business__list-itemImg img {
  border-radius: 20px;
  aspect-ratio: 280/230;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.business__list-itemImg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(64, 64, 64, .32);
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 20px;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.business__list-item:hover .business__list-itemImg::before {
  opacity: 1;
}

.business__list-title {
  margin-top: 18px;
  margin-top: 1.125rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .business__list-title {
    margin-top: 1.25rem;
    font-size: 1.5rem;
  }
}

.business__list-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
  color: #58a4db;
}
@media screen and (min-width: 768px) {
  .business__list-title span {
    font-size: 1.5rem;
    padding-right: 1.0625rem;
  }
}

.business__list-text {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.96;
}
@media screen and (min-width: 768px) {
  .business__list-text {
    margin-top: 1.0625rem;
    font-size: 1rem;
  }
}

.business__content-button {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .business__content-button {
    margin-top: 2.875rem;
  }
}

.business__content-link {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .business__content-link {
    margin-left: auto;
    margin-right: 0;
  }
}

.bg-business {
  margin-top: -60px;
  margin-top: -3.75rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .bg-business {
    margin-top: -12.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .bg-business img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*======================================
              recruit
=======================================*/
.recruit {
  position: relative;
  overflow: hidden;
}

.recruit__bg {
  position: absolute;
  z-index: -1;
  top: -35%;
  left: -46%;
  width: 266%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .recruit__bg {
    top: -65%;
    width: 126%;
    left: 0;
  }
}

.recruit__bg.is-active {
  -webkit-animation: fadeIn 0.3s ease-out forwards;
          animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.recruit__img-wrap {
  position: relative;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .recruit__img-wrap {
    width: 100%;
  }
}

.recruit__img {
  border-radius: 20px;
  position: relative;
}

.recruit__img img {
  border-radius: 20px;
  aspect-ratio: 390/259;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .recruit__img img {
    aspect-ratio: 1120/460;
  }
}

.recruit__img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(64, 64, 64, .62);
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 20px;
  mix-blend-mode: multiply;
}

.recruit__img-text {
  position: absolute;
  left: 50%;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .recruit__img-text {
    top: 53%;
  }
}

.recruit__title {
  text-align: center;
}

.recruit__title .ja {
  color: #fff;
}

.recruit__title .en {
  color: #bfbfbf;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff;
}

.recruit__message {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .recruit__message {
    margin-top: 2.625rem;
    font-size: 1rem;
  }
}

.recruit__button {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .recruit__button {
    margin-top: 3.25rem;
  }
}

.recruit__button-link {
  margin-inline: auto;
}
/*# sourceMappingURL=styles.css.map */
