@charset "UTF-8";
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
#page_top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 45px;
  z-index: 999;
}
#page_top a {
  border-radius: 50%;
  background: #9abf73;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

.top {
  max-width: 1920px;
  margin-inline: auto;
  background-color: #fff;
}

.inner {
  padding-inline: 15px;
  max-width: 1230px;
  margin-inline: auto;
}

.top-inner {
  padding-inline: 15px;
  max-width: calc(76.875rem + 30px);
  margin-inline: auto;
}

/* =====================================================
# 領域アニメーション
===================================================== */
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    opacity 1s,
    transform 1s;
  transition:
    opacity 1s,
    transform 1s,
    -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    opacity 1s,
    transform 1s;
  transition:
    opacity 1s,
    transform 1s,
    -webkit-transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}

/* =====================================
/* header
---------------------------- */
.header {
  height: 6.25rem;
  position: fixed;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  max-width: 1920px;
  margin-inline: auto;
}
.header.is-top-header {
  padding-top: 46px;
  height: auto;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: inherit;
  padding-inline: min(3.6745406824vw, 70px) min(2.624671916vw, 50px);
}
.header__inner .button {
  font-size: 1.0625rem;
}

.header__left {
  display: contents;
}
.header__logo a img {
  width: min(26.2467191601vw, 500px);
  display: block;
}

.header__nav {
  height: inherit;
}

.header__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.75rem;
}
.header__lists .is-top-contact-btn img {
  width: 260px;
}
.is-top-header .header__lists .is-top-contact-btn img {
  width: min(16.7979002625vw, 320px);
}

.header__link {
  font-size: min(1.2073490814vw, 23px);
  font-family: "wanpaku-rera", sans-serif;
  font-weight: 100;
  text-shadow:
    0 0 2px #fff,
    0 0 5px #fff,
    0 0 10px #fff;
  padding-bottom: 8px;
  position: relative;
}
.is-top-header .header__link {
  text-shadow: none;
  color: #fff;
}
.is-top-header .header__link.is-active::before {
  background: white;
}
.header__link.is-active {
  padding-bottom: 8px;
  position: relative;
}
.header__link.is-active::before {
  background: #26466d;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: none;
  transition: none;
}

.header.is-scroll-background {
  background-color: rgba(125, 208, 252, 0.8);
  height: 6.25rem;
}
.header.is-scroll-background.is-top-header {
  padding-top: unset;
}
.header.is-scroll-background.is-top-header .is-top-contact-btn img {
  width: 260px;
}
.header.is-scroll-background .header__link {
  text-shadow: unset;
}

/* =====================================================
# TOPメインヴィジュアル
===================================================== */
.fv {
  background-color: #f7eeeb;
  height: min(47.2440944882vw, 900px);
  position: relative;
}
.fv__inner {
  height: inherit;
}
.fv img {
  max-width: none;
  width: 100%;
  display: block;
}

.fv__image1 {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: min(87.0341207349vw, 1658px);
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(-1.5deg);
    transform: translate(-50%, 0) rotate(-1.5deg);
  }
  50% {
    -webkit-transform: translate(-50%, -1.5px) rotate(0deg);
    transform: translate(-50%, -1.5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(1.5deg);
    transform: translate(-50%, 0) rotate(1.5deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(-1.5deg);
    transform: translate(-50%, 0) rotate(-1.5deg);
  }
  50% {
    -webkit-transform: translate(-50%, -1.5px) rotate(0deg);
    transform: translate(-50%, -1.5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(1.5deg);
    transform: translate(-50%, 0) rotate(1.5deg);
  }
}
.fv__image2 {
  position: absolute;
  bottom: 3%;
  left: 52.5%;
  z-index: 15;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: min(88.9763779528vw, 1695px);
}

.fv__image3 {
  position: absolute;
  bottom: 7%;
  left: 42%;
  z-index: 20;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: min(60.8398950131vw, 1159px);
}

.fv__deco {
  position: absolute;
  bottom: -30.8%;
  right: 0px;
  z-index: 12;
  width: min(26.4566929134vw, 504px);
}

.fv__catch {
  position: absolute;
  top: min(15.6430446194vw, 298px);
  left: 44.5%;
  z-index: 12;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: min(45.3543307087vw, 864px);
}

.fv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}
/* =====================================================
# 下層ページ メインビジュアル
===================================================== */
.mv {
  background-color: #9abf73;
  position: relative;
  z-index: 1;
}
.mv-jumbotron {
  background-color: #999;
  background-size: cover;
  background-position: center center;
  height: 450px;
  position: relative;
  z-index: -1;
}
.mv-jumbotron.is-contact {
  background-position: center right;
}
.mv-jumbotron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(125, 208, 252, 0);
  pointer-events: none; /* フィルターの下の画像をクリック可能にする */
}
.mv-jumbotron__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mv .mv-h2 {
  font-weight: 500;
  color: white;
  text-shadow:
    0 0 3px #999,
    0 0 6px #999,
    0 0 20px #999;
  max-width: 400px;
}
.mv .mv-h2__en {
  display: block;
  font-size: 60px;
  font-family:
    "Nunito", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic",
    "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.2;
}
.mv .mv-h2__ja {
  display: block;
  font-size: 2.8125rem;
  font-family:
    "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.2;
  padding-top: 0.3125rem;
}

/* =====================================================
# top-company
===================================================== */
.top-company {
  padding-block: 9.375rem 4px;
  background-color: #f4e4e3;
  position: relative;
}

.top-company__inner {
  max-width: 1330px;
  padding-inline: 15px;
  margin-inline: auto;
}

.top-heading {
  display: inline-block;
}
.top-heading.is-top-company-title {
  position: relative;
  z-index: 1;
}
.top-heading.is-top-company-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -100px;
  bottom: -30px;
  z-index: -1;
  width: 4.125rem;
  height: 3.9375rem;
  background: url(../img/common/top-company-title-deco-left.webp) center
    center/contain no-repeat;
}
.top-heading.is-top-company-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -150px;
  top: -90px;
  width: 10.5rem;
  height: 8.5rem;
  background: url(../img/common/top-company-title-deco-right.webp) center
    center/contain no-repeat;
}

.top-company__text {
  margin-top: 32px;
  font-size: 1.1875rem;
  line-height: 2.63;
  letter-spacing: 1.75px;
}

.top-company__btn {
  text-align: right;
}
.top-company__btn a {
  display: inline-block;
}
.top-company__btn a img {
  width: 203px;
}

.top-company__bg-deco {
  position: absolute;
  top: min(14.593175853vw, 278px);
  right: min(-0.9448818898vw, -18px);
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: min(10.498687664vw, 200px);
}

/* =====================================================
# top-about
===================================================== */
.top-about {
  height: 1020px;
  padding-bottom: 9.375rem;
  background-color: #f4e4e3;
  overflow-x: hidden;
  position: relative;
}

.top-about__one {
  z-index: 1;
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-about__one::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 877px;
  height: 460px;
  background: url(../img/common/top-about-one.webp) center center/contain
    no-repeat;
  z-index: -1;
}

.top-about__two {
  z-index: 2;
  top: 47%;
  left: 26%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-about__two::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 556px;
  height: 371px;
  background: url(../img/common/top-about-two.webp) center center/contain
    no-repeat;
  z-index: -1;
}

.top-about__three {
  z-index: 0;
  top: 48.5%;
  right: 24%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.top-about__three::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 602px;
  height: 397px;
  background: url(../img/common/top-about-three.webp) center center/contain
    no-repeat;
  z-index: -1;
}

.top-about__one,
.top-about__two,
.top-about__three {
  position: absolute;
  text-align: center;
}

.top-about__title {
  display: inline-block;
  font-family: "wanpaku-rera", sans-serif;
  font-size: 23px;
  font-weight: 100;
  letter-spacing: 2.3px;
  padding-bottom: 0.3125rem;
  position: relative;
  z-index: 1;
}

.top-about__text {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  font-size: 1.15625rem;
  line-height: 1.97;
  letter-spacing: 1.5px;
}

.top-about__bg-deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: min(13.3333333333vw, 254px);
}

.top-about__image {
  position: absolute;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: min(22.6771653543vw, 432px);
}

/* =====================================================
# top-business
===================================================== */
.top-business {
  position: relative;
  z-index: 10;
  margin-top: -6.25rem;
  padding-block: 200px;
  background: url(../img/common/top-business-bg.webp) top/1926px 1203px
    no-repeat;
}

.top-business__inner {
  max-width: 897px;
  margin-inline: auto;
  padding-inline: 15px;
  text-align: center;
}

.top-heading__wrap {
  position: relative;
  z-index: 10;
}

.top-heading {
  display: inline-block;
}
.top-heading.is-top-business-title {
  position: relative;
}
.top-heading.is-top-business-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: -105px;
  bottom: 0px;
  width: 4.125rem;
  height: 3.9375rem;
  background: url(../img/common/top-business-title-deco1.webp) center
    center/contain no-repeat;
}
.top-heading.is-top-business-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  right: -140px;
  top: -75px;
  width: 10.5rem;
  height: 8.5rem;
  background: url(../img/common/top-business-title-deco2.webp) center
    center/contain no-repeat;
}

.top-business__image {
  margin-top: 45px;
  position: relative;
  z-index: 11;
}
.top-business__image img {
  max-width: 23.75rem;
}

.top-business__body {
  margin-top: 50px;
  position: relative;
  z-index: 10;
}

.top-business__description {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.61px;
}

.top-business__text {
  margin-top: 25px;
  font-size: 1.1875rem;
  line-height: 2.63;
  letter-spacing: 0.5px;
}

.top-business__btn {
  margin-top: 40px;
}
.top-business__btn a {
  display: inline-block;
}
.top-business__btn a img {
  width: 354px;
  max-width: 100%;
}

.top-business__bg1 {
  position: absolute;
  top: 11.5%;
  left: 0%;
  z-index: 5;
  width: min(21.469816273vw, 409px);
}

.top-business__bg2 {
  position: absolute;
  bottom: 20.5%;
  left: 4%;
  z-index: 5;
  width: min(12.3884514436vw, 236px);
}

.top-business__bg3 {
  position: absolute;
  bottom: 19%;
  right: 0%;
  z-index: 5;
  width: min(21.5748031496vw, 411px);
}

/* =====================================================
# top-contact
===================================================== */
.top-contact__inner {
  max-width: 1560px;
  padding-inline: 15px;
  margin-inline: auto;
}
.top-contact .top-heading {
  display: inline-block;
}
.top-contact .top-heading.is-top-contact-title {
  position: relative;
  z-index: 1;
}
.top-contact .top-heading.is-top-contact-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -155px;
  top: -90px;
  width: 9.6875rem;
  height: 8.6875rem;
  background: url(../img/common/top-contact-title-deco1.webp) center
    center/contain no-repeat;
}
.top-contact .top-heading.is-top-contact-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -85px;
  bottom: -15px;
  width: 3.9375rem;
  height: 4rem;
  background: url(../img/common/top-contact-title-deco2.webp) center
    center/contain no-repeat;
}
.top-contact__items {
  margin-top: 40px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.9343832021vw, 94px);
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
.top-contact__item {
  width: 446px;
  height: 409px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-contact__item.is-tel {
  background: url(../img/common/top-contact-left.webp) center center/contain
    no-repeat;
}
.top-contact__item.is-fax {
  background: url(../img/common/top-contact-center.webp) center center/contain
    no-repeat;
}
.top-contact__item.is-mail {
  background: url(../img/common/top-contact-right.webp) center center/contain
    no-repeat;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-contact__item.is-mail:focus,
.top-contact__item.is-mail:hover {
  opacity: 0.7 !important;
}
.top-contact__item .number {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-contact__item .number .tel {
  font-family:
    "Nunito", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic",
    "ＭＳ Ｐゴシック", sans-serif;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 1.02px;
}
.top-contact__item .number .hour-text {
  font-size: 17.5px;
  line-height: 1.6;
  letter-spacing: 0.88px;
}

/* =====================================================
# footer
===================================================== */
.footer {
  margin-top: -265px;
  padding-block: 330px 50px;
  background: transparent url(../img/common/top-contact-bg.webp) no-repeat 50%
    85% / cover;
}
.footer .address-area__text {
  margin-top: 30px;
  font-size: 17.5px;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 1.23px;
}
.footer .address-area__text .ls {
  letter-spacing: 3px;
}
.footer__nav-area {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__inner {
  margin-top: 290px;
  max-width: 1560px;
  padding-inline: 15px;
  margin-inline: auto;
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__copyright {
  margin-top: 55px;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 3.74;
}
.footer__logo a {
  display: inline-block;
  background-color: #f7eeeb;
  padding: 1.75rem 2.1875rem;
  border-radius: 30px;
}
.footer__logo a img {
  width: 23.75rem;
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.footer__link {
  font-size: 20px;
  font-family: "wanpaku-rera", sans-serif;
  font-weight: 100;
  letter-spacing: 1.4px;
  padding-bottom: 10px;
  position: relative;
}
.footer__link.is-active {
  padding-bottom: 8px;
  position: relative;
}
.footer__link.is-active::before {
  background: #26466d;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: none;
  transition: none;
}

.footer__map {
  background-color: #fff;
  padding: 20px;
  width: 595px;
  height: 388px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__map iframe {
  width: 530px;
  height: 320px;
  aspect-ratio: 530/320;
}

/* =====================================================
# business
===================================================== */
.business-intro {
  background-color: rgba(154, 191, 115, 0.3);
}

.business-intro__content {
  background-color: #fff;
  padding: 3.125rem;
  border-radius: 50px;
}

.business-intro__title {
  font-size: 30px;
  font-family: "wanpaku-rera", sans-serif;
  font-weight: 100;
  color: #9abf73;
  text-align: center;
  position: relative;
  z-index: 2;
}
.business-intro__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10%;
  bottom: 0%;
  width: 150px;
  height: 110px;
  background: url(../img/common/title-decoration.webp) center center/contain
    no-repeat;
  opacity: 50%;
  z-index: -1;
}

.business-intro__text {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-inline: auto;
  font-size: 1.1875rem;
  line-height: 2;
  text-align: justify;
  position: relative;
  z-index: 2;
}

.business-work__inner {
  max-width: 92.5rem;
  margin-inline: auto;
  padding-inline: 15px;
}

.business__title {
  font-size: 33px;
  font-family: "wanpaku-rera", sans-serif;
  font-weight: 100;
  color: #9abf73;
}
.business__title::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 54px;
  background: url(../img/common/business-title-decoration.webp) center
    center/contain no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.business-work__catch {
  font-size: 1.3125rem;
  font-weight: 100;
  font-family: "wanpaku-rera", sans-serif;
  color: #edabaa;
  margin-top: 20px;
  text-align: justify;
}

.business-work__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.business-work__body {
  width: 64%;
}

.business-work__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.business-work__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(154, 191, 115, 0.3);
  padding: 5px 30px;
  height: 70px;
  border-radius: 35px;
  width: 100%;
}

.business-work__item__text {
  font-size: 20px;
  font-weight: 100;
  font-family: "wanpaku-rera", sans-serif;
}
.business-work__item__text.is-small {
  font-size: min(1.0498687664vw, 20px);
}

.text-green {
  color: #edabaa;
}

.business-work__images {
  width: 36%;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.business-work__images img {
  width: 100%;
  max-width: 200px;
  border-radius: 20px;
}
.business-work__description {
  margin-top: 80px;
  font-family: "wanpaku-rera", sans-serif;
  font-weight: 100;
  font-size: 1.1875rem;
  background-color: rgba(237, 171, 170, 0.2);
  padding: 3.125rem min(10.498687664vw, 200px);
  text-align: justify;
  border-radius: 50px;
  position: relative;
}
.business-work__description::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 7rem;
  height: 5.125rem;
  background: url(../img/common/title-decoration.webp) center center/contain
    no-repeat;
}
.business-work__description::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 7rem;
  height: 5.125rem;
  background: url(../img/common/title-decoration.webp) center center/contain
    no-repeat;
}
.business-event {
  margin-top: -8px;
  background-color: #fbefee;
}

.business-event__inner {
  background-color: #fff;
  padding: 3.125rem;
  border-radius: 50px;
}

.business-event__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.business-event__image img {
  border-radius: 20px;
}

.business-event__text {
  text-align: center;
  margin-top: 10px;
  font-weight: 100;
  font-family: "wanpaku-rera", sans-serif;
}

.business-event__decoration {
  width: 200px;
}

.business-schedule__content {
  background-color: #fff;
  border-radius: 50px;
  padding: 50px;
}

.business-schedule,
.business-flow {
  background-color: rgba(154, 191, 115, 0.2);
}
.business-schedule .schedule,
.business-flow .schedule {
  margin-top: 50px;
  position: relative;
  font-size: 14px;
}
.business-schedule .schedule::before,
.business-flow .schedule::before {
  position: absolute;
  background-color: #f7e5de;
  content: "";
}
.business-schedule .schedule ul,
.business-flow .schedule ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.business-schedule .schedule li,
.business-flow .schedule li {
  position: relative;
}
.business-schedule .schedule_time,
.business-flow .schedule_time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 5em;
  height: 2em;
  border-radius: 6px;
  background-color: #edabaa;
  font-family:
    "Nunito", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic",
    "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.business-schedule .schedule_time::before,
.business-flow .schedule_time::before {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  z-index: -1;
  background-color: #edabaa;
  content: "";
}
.business-schedule .schedule_time::after,
.business-flow .schedule_time::after {
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #edabaa;
  content: "";
}
.business-schedule .schedule_content_title,
.business-flow .schedule_content_title {
  font-size: 18px;
  font-weight: 100;
  font-family: "wanpaku-rera", sans-serif;
}

.business-schedule__inner {
  max-width: 1330px;
  margin: 0 auto;
  padding-inline: 15px;
}
.business-use__box {
  margin-top: 30px;
  font-family: "wanpaku-rera", sans-serif;
  font-weight: 100;
  font-size: 18px;
  background-color: rgba(237, 171, 170, 0.2);
  padding: 3.125rem min(5.249343832vw, 100px);
  text-align: justify;
  border-radius: 50px;
  position: relative;
}
.business-use__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 7rem;
  height: 5.125rem;
  background: url(../img/common/title-decoration.webp) center center/contain
    no-repeat;
}
.business-use__box::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 7rem;
  height: 5.125rem;
  background: url(../img/common/title-decoration.webp) center center/contain
    no-repeat;
}
.business-use__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-use__lists .business-use__list {
  font-size: 1.125rem;
  background-color: #fff;
  padding: 10px 1.5625rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.1);
}

.business-use__text {
  margin-top: 30px;
  text-align: center;
}

.business-flow__box {
  margin-top: 30px;
  background-color: #fff;
  padding: 3.125rem 3.125rem 1.875rem;
  border-radius: 50px;
}
.business-flow__box .flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}
.business-flow__box .flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.business-flow__box .flow04 > li .icon04 {
  font-size: 1.25rem;
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #9abf73;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}
.business-flow__box .flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #9abf73;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.business-flow__box .flow04 > li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 185px;
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #9abf73;
  background-color: rgba(154, 191, 115, 0.16);
  border-radius: 50px;
  position: relative;
}
.business-flow__box .flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #9abf73;
  border-right: 4px solid #9abf73;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.business-flow__box .flow04 > li dl dt {
  font-size: 1.8125rem;
  font-weight: 600;
  color: #9abf73;
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  text-align: center;
}
.business-flow__box .flow04 > li dl dd {
  text-align: center;
}
.business-flow__box .flow04 > li dl dd .is-one {
  width: 70px;
}
.business-flow__box .flow04 > li dl dd .is-two {
  width: 120px;
}
.business-flow__box .flow04 > li dl dd .is-three {
  width: 120px;
}
.business-flow__box .flow04 > li dl dd .is-four {
  width: 100px;
}

.business-flow__text {
  margin-top: 20px;
  letter-spacing: 0;
}

.business-activity {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.business-activity__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.business-activity__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(25% - 20px);
  -ms-flex: 1 1 calc(25% - 20px);
  flex: 1 1 calc(25% - 20px);
  min-width: 250px;
  max-width: 318px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(154, 191, 115, 0.2);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

.business-activity__image {
  width: 100%;
  height: auto;
}

.business-activity__image img {
  border-radius: 20px;
}

.business-activity__text {
  font-family: "wanpaku-rera", sans-serif;
  font-weight: 100;
  line-height: 1.4;
  height: 40px;
}
.business-activity__text .is-small {
  font-size: 13px;
}

/* =====================================================
# company
===================================================== */
.company__partners {
  background-color: #f5f5f5;
  padding-block: 6.25rem;
  position: relative;
}

.company__partners__items {
  margin-top: 20px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.company__partners__item {
  background-color: #fff;
  padding: 1.25rem;
  border-radius: 10px;
  text-align: center;
  width: 380px;
  max-width: 100%;
}

.company__partners-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  border-left: solid 8px #9abf73;
  padding-left: 10px;
  line-height: 1.2;
  margin-top: 80px;
}

.company__partners-text::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 45px;
  vertical-align: middle;
  margin-left: 0.9375rem;
  background: url(../img/common/pdf-icon.webp) center center/contain no-repeat;
}

.company-intro {
  background-color: rgba(125, 208, 252, 0.6);
  padding-block: 5rem;
  position: relative;
}

.company-intro__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 50%;
  padding-block: 0px 150px;
}

.company-intro__body {
  width: 52%;
  text-align: justify;
}

.company-intro__text {
  line-height: 2;
}

.company-intro__btn,
.top-user__btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.company-intro__btn .button,
.top-user__btn .button {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.company-intro__image {
  text-align: center;
}
.company-intro__image img {
  width: 560px;
  max-width: 100%;
}

.company-map {
  margin-top: -8px;
  padding-block: 6.25rem;
  background-color: #effae2;
}

.company-map__wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 50px;
}

.company-map__inner iframe {
  margin-top: 3.75rem;
  width: 100%;
}

.company-map__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.25rem;
}

#company {
  padding-top: 110px;
  margin-top: -110px;
}

.company .profile {
  padding-top: 100px;
  padding-bottom: 100px;
}
.company .profile .horizontal-table {
  margin-top: 1.875rem;
}

.horizontal-table {
  padding-top: 1.875rem;
}
.horizontal-table__inner {
  width: 100%;
  background-color: #fff;
}
.horizontal-table__header {
  width: 25%;
  background-color: #effae2;
  padding: 15px;
  border-bottom: 1px solid #7dd0fc;
  font-weight: 600;
  vertical-align: middle;
}
.horizontal-table__header:last-child {
  border-right-width: 0;
}
.horizontal-table__header:first-child {
  border-top: 1px solid #7dd0fc;
}
.horizontal-table__text {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.horizontal-table__text:first-of-type {
  border-top: 1px solid #ddd;
}
.horizontal-table .center {
  margin: 0 auto;
}

/* =====================================================
# contact
===================================================== */
.label {
  display: inline-block;
  background-color: #ed8f8e;
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 45px;
  height: 1.75rem;
  line-height: 1.75rem;
  border-radius: 0.3125rem;
}

.tel-fax {
  background-color: rgba(125, 208, 252, 0.6);
  padding-block: 80px;
}
.tel-fax__inner {
  max-width: 1100px;
  padding-inline: 0.9375rem;
  margin-inline: auto;
}
.tel-fax__wrapper {
  max-width: 920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.tel-fax__box {
  width: 100%;
  background: #edabaa;
  margin-inline: auto;
  padding: 35px 10px;
  text-align: center;
  border-radius: 20px;
}
.tel-fax__box.is-fax {
  background-color: #9abf73;
}
.tel-fax__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tel-fax__title {
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.8125rem;
  letter-spacing: 0.1em;
}
.tel-fax__text {
  margin-top: 0.625rem;
  color: #fff;
  font-size: 0.9375rem;
}
.tel-fax .tel__img img {
  width: 2.5rem;
}
.tel-fax .tel-number {
  font-size: 40px;
  font-family:
    "Nunito", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic",
    "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding-left: 15px;
}

.mail-form {
  background-color: #fff;
  padding-block: 100px 50px;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  /*ラジオボタンorチェックボックス
  ------------------------------------*/
  /*フォーカス時*/
  /*クリック範囲*/
  /*ラジオボタンスタイル*/
  /*ラジオボタンチェック印（未選択）*/
  /*ラジオボタンチェック印（選択）*/
  /*チェックボックススタイル*/
  /*チェックボックス未チェック時*/
  /*チェックボックスチェック時*/
  /*セレクトボックス
  ------------------------------------*/
  /*テキストエリア
  ------------------------------------*/
}
.mail-form__inner {
  max-width: 1100px;
  padding-inline: 0.9375rem;
  margin-inline: auto;
}
.mail-form ::-webkit-input-placeholder {
  color: #aaa;
}
.mail-form ::-moz-placeholder {
  color: #aaa;
}
.mail-form :-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::placeholder {
  color: #aaa;
}
.mail-form__title {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #7dd0fc;
  position: relative;
}
.mail-form__text {
  margin-top: 3.75rem;
}
.mail-form__text > p {
  line-height: 2;
}
.mail-form .form-p {
  display: inline-block;
}
.mail-form .form-input {
  border: 1px solid #aaa;
  padding: 5px 10px;
  width: 100%;
}
.mail-form .form-input._age {
  width: 40%;
}
.mail-form__file-text {
  display: block;
  font-size: 13px;
  color: #cc2a1f;
  text-indent: -13px;
  padding-left: 13px;
}
.mail-form .horizontal-table table {
  width: 100%;
}
.mail-form .horizontal-table th {
  width: 27%;
  padding: 20px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: bold;
  vertical-align: middle;
}
.mail-form .horizontal-table th .required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mail-form .horizontal-table th:first-child {
  border-top: 1px solid #ccc;
}
.mail-form .horizontal-table th:last-child {
  border-right-width: 0;
}
.mail-form .horizontal-table td {
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.mail-form .horizontal-table td:first-of-type {
  border-top: 1px solid #ccc;
}
.mail-form .horizontal-table .center {
  margin: 0 auto;
}
.mail-form .privacy-policy {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.mail-form .box-scroll {
  width: 100%;
  height: 240px;
  padding: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 30px;
  background-color: #fff;
}
.mail-form .box-scroll__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-left: 8px solid #333;
  margin-bottom: 8px;
  padding-left: 8px;
}
.mail-form .box-scroll__li {
  text-indent: -21px;
  padding-left: 21px;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.mail-form .privacy-wrapper {
  text-align: center;
}
.mail-form .privacy__title {
  font-weight: 600;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.mail-form .privacy__address {
  text-indent: -43px;
  padding-left: 43px;
}
.mail-form .privacy__link {
  color: blue;
  text-decoration: underline;
}
.mail-form .privacy-btn {
  display: inline-block;
  background-color: #9abf73;
  color: #fff;
  padding: 15px 10px;
  width: 350px;
  border-radius: 10px;
}
.mail-form .privacy-btn__wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.mail-form .send-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mail-form .send-btn {
  display: inline-block;
  background-color: #9abf73;
  color: #fff;
  border: 2px solid transparent;
  padding: 15px;
  text-align: center;
  width: 320px;
  border-radius: 10px;
}
.mail-form .send-btn--back {
  margin-right: 100px;
  color: #9abf73;
  background-color: #fff;
  border: 2px solid #9abf73;
}
.mail-form input[type="radio"],
.mail-form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.mail-form input[type="radio"]:focus + span,
.mail-form input[type="checkbox"]:focus + span {
  outline: 1px solid #ccc;
}
.mail-form input[type="radio"] + span,
.mail-form input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.mail-form input[type="radio"] + span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 1.375em;
  height: 1.375em;
  border: 1px solid #999;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
}
.mail-form input[type="radio"] + span:after {
  content: "";
  display: none;
}
.mail-form input[type="radio"]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0.2em;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #7dd0fc;
  line-height: 1;
}
.mail-form input[type="checkbox"] + span:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "";
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #999;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}
.mail-form input[type="checkbox"] + span:after {
  content: "";
  display: none;
}
.mail-form input[type="checkbox"]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid #3d98b4;
  border-right: 3px solid #3d98b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mail-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*ブラウザ標準スタイルを解除*/
  display: block;
  width: 100%;
  padding: 5px 30px 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.mail-form .selectWrap {
  /*selectの親要素をアイコン配置の基準とする*/
  position: relative;
  display: block;
  width: 30%;
}
.mail-form .selectWrap::after {
  /*矢印アイコン自作*/
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none; /*矢印の上もクリック可能にする*/
}
.mail-form textarea {
  resize: none;
}

/* 共通パーツ
----------------------------------------------------- */
.section {
  padding-block: 6.25rem;
}

.company-intro,
.business-intro,
.business-work,
.business-event,
.business-schedule,
.business-use,
.business-flow,
.business-activity,
.tel-fax,
.mail-form {
  position: relative;
}

.top-heading .top-heading-ja {
  display: block;
  font-family: "wanpaku-rera", sans-serif;
  font-size: 46px;
  font-weight: 100;
  letter-spacing: 4.6px;
  line-height: 1.5;
}
.top-heading .top-heading-en {
  font-family:
    "Nunito", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic",
    "ＭＳ Ｐゴシック", sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.heading {
  text-align: center;
  font-size: 2.1875rem;
  font-family: "wanpaku-rera", sans-serif;
  font-weight: 100;
  letter-spacing: 0.05em;
  color: #9abf73;
  display: inline-block;
  position: relative;
  padding-left: 5rem;
}
.heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.6875rem;
  height: 3.4375rem;
  background: url(../img/common/title-decoration.webp) center center/contain
    no-repeat;
}
.heading::after {
  content: attr(data-en);
  font-weight: 700;
  font-family:
    "Nunito", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic",
    "ＭＳ Ｐゴシック", sans-serif;
  position: absolute;
  top: 55px;
  left: 5rem;
  font-size: 1.25rem;
  color: #7dd0fc;
  background: none;
}

.top-heading__wrap {
  text-align: center;
}

#recruit {
  margin-top: -100px;
  padding-top: 100px;
}

/* 左から右にカーテン
---------------------------------------------------- */
.curtainLefttoRight {
  position: relative;
}

.curtainLefttoRight.visible {
  -webkit-animation-name: curtainLeftFadeIn;
  animation-name: curtainLeftFadeIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.curtainLefttoRight.visible:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #9abf73;
  -webkit-animation-name: curtainLeft;
  animation-name: curtainLeft;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/* =====================================================
# ページング
===================================================== */
.paging {
  margin-top: 6.25rem;
  text-align: center;
}

.paging__arrow {
  font-size: 0.875rem;
  line-height: 2;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  border: 1px solid #ccc;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  height: 2.1875rem;
}

div.paging span.paging-text a {
  padding: 3px 8px;
  display: block;
}

div.paging span.current {
  background: #9abf73;
  border: 1px solid #7dd0fc;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #ccc;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.business-work__txt {
  margin-top: 15px;
}

.business-work__head {
  font-size: 1.3125rem;
}

.business-work__description.is-gray {
  background-color: #f5f5f5;
}

.business-work__text {
  margin-top: 10px;
}

.business-work__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(7.874015748vw, 150px);
}

/* FLOCSS
----------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

main {
  /*横スクロールの発生を防止*/
}

html {
  background-color: #f1f4eb;
}

body {
  font-size: 16px;
  font-family:
    "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1.8px;
  color: #26466d;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

/* FLOCSS
----------------------------------------------------- */
.l-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.l-inner--has-column {
  display: grid;
  gap: 40px;
  grid-template-columns: 3fr minmax(260px, 1fr);
}

/* FLOCSS
----------------------------------------------------- */
.c-btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-btn:focus,
.c-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}
.c-btn--arrow-right {
  position: relative;
  padding-right: 20px;
  padding-left: 13.8px;
}
.c-btn--arrow-right::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 8.3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn--icon {
  position: relative;
  padding-right: 20px;
  padding-left: 13.8px;
}
.c-btn--icon::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  background: transparent url(/images/nav_07.png) no-repeat center
    center/contain;
}
.c-btn--large {
  width: 340px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}
.c-btn--warning {
  background-color: #f1de00;
  color: #222;
}
.c-btn--warning:focus,
.c-btn--warning:hover {
  border-color: #f1de00;
  color: #222;
}

.c-rounded-btn {
  display: inline-block;
  width: 236px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  border-bottom-color: #d40152;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-rounded-btn:focus,
.c-rounded-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}

.c-before-icon-btn {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.3em;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-before-icon-btn:focus,
.c-before-icon-btn:hover {
  background-color: #e25c00;
  color: #fff;
}
.c-before-icon-btn::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.c-before-icon-btn--download::before {
  content: "\f019";
}
.c-before-icon-btn--zoom::before {
  content: "\f00e";
  -webkit-transform: translateY(-6%);
  transform: translateY(-6%);
}

/* FLOCSS
----------------------------------------------------- */
.p-breadcrumb {
  margin: 10px 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-breadcrumb li {
  list-style: none;
}
.p-breadcrumb li:after {
  content: ">";
  padding: 0 5px;
}
.p-breadcrumb li:last-child:after {
  content: "";
}
.p-breadcrumb li a {
  text-decoration: none;
}
.p-breadcrumb li a:hover {
  text-decoration: underline;
}
.p-breadcrumb .u-current {
  color: #7dd0fc;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #page_top a {
    width: 3.4375rem;
    height: 3.4375rem;
    line-height: 55px;
  }
  .fv__image1 {
    width: 100%;
  }
  .fv__image2 {
    width: 130%;
    bottom: 0%;
  }
  .fv__image3 {
    width: 100%;
    bottom: 3%;
  }
  .fv__deco {
    display: none;
  }
  .fv__catch {
    width: 90%;
    top: 43%;
    left: 50%;
  }
  .mv-jumbotron {
    height: 200px;
  }
  .mv-jumbotron__inner {
    width: 100%;
  }
  .mv .mv-h2 {
    font-size: 22px;
    padding-bottom: 25px;
    width: 100%;
  }
  .mv .mv-h2__en {
    font-size: 2.1875rem;
  }
  .mv .mv-h2__ja {
    font-size: 1.75rem;
  }
  .top-company {
    padding-block: 3.75rem;
  }
  .top-company__text {
    position: relative;
    z-index: 20;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
  }
  .top-company__btn {
    margin-top: 20px;
  }
  .top-company__bg-deco {
    width: 90%;
    top: 43%;
    left: 50%;
  }
  .top-about {
    height: unset;
    padding-bottom: 100px;
    background-color: #cfe4b5;
  }
  .top-about__one,
  .top-about__two,
  .top-about__three {
    position: unset;
    padding: 50px 30px;
    -webkit-transform: unset;
    transform: unset;
  }
  .top-about__bg-deco {
    display: none;
  }
  .top-business {
    padding-block: 120px 50px;
  }
  .top-heading.is-top-business-title::before {
    width: 2.0625rem;
    height: 2rem;
    left: 1%;
    bottom: -40px;
  }
  .top-heading.is-top-business-title::after {
    right: -40px;
    top: -50px;
    z-index: 1;
    width: 5.25rem;
    height: 3.875rem;
  }
  .top-business__image img {
    max-width: 13.75rem;
  }
  .top-business__text {
    text-align: justify;
    line-height: 2;
  }
  .top-business__bg1 {
    width: 150px;
  }
  .top-business__bg2 {
    bottom: 30%;
    width: 100px;
  }
  .top-business__bg3 {
    width: 150px;
  }
  .top-contact .top-heading.is-top-contact-title::before {
    width: 5rem;
    height: 4.375rem;
    top: -30px;
    left: -60px;
  }
  .top-contact .top-heading.is-top-contact-title::after {
    width: 5.25rem;
    height: 3.875rem;
  }
  .footer .address-area__text {
    font-size: 14px;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 2;
  }
  .footer__inner {
    margin-top: 100px;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__logo a img {
    width: 15rem;
  }
  .business-intro__content {
    padding: 30px 15px;
  }
  .business-intro__title {
    font-size: 25px;
  }
  .business-intro__title::before {
    bottom: -10%;
    opacity: 25%;
  }
  .business-intro__text {
    margin-top: 20px;
    font-size: 1rem;
  }
  .business__title {
    font-size: 30px;
  }
  .business-work__catch {
    margin-top: 10px;
    font-size: 18px;
  }
  .business-work__item {
    height: auto;
    padding: 10px;
    border-radius: 20px;
  }
  .business-work__item__text {
    font-size: 16px;
  }
  .business-event__inner {
    padding: 30px 15px;
  }
  .business-event__card {
    width: 100%;
    text-align: center;
  }
  .business-use__box {
    padding: 1.875rem 15px;
    border-radius: 20px;
    font-size: 16px;
  }
  .business-use__lists .business-use__list {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
  }
  .business-flow__box {
    padding: 30px;
  }
  .business-flow__text {
    font-size: 13px;
  }
  .business-activity__item {
    margin-inline: auto;
  }
  .company__partners {
    padding-block: 3.125rem;
  }
  .company__partners__items {
    grid-template-columns: 1fr;
  }
  .company__partners__item {
    padding: 1.25rem 0.9375rem;
    width: 100%;
  }
  .company__partners-name {
    margin-top: 50px;
    font-size: 18px;
  }
  .company-intro {
    padding-block: 3.125rem;
  }
  .company-intro__btn .button,
  .top-user__btn .button {
    font-size: 18px;
  }
  .company-intro__image img {
    width: 95%;
  }
  .company-map {
    padding-block: 3.125rem;
  }
  .company-map__wrap {
    padding: 30px 15px;
  }
  .company-map__items {
    gap: 3.125rem;
  }
  .company .profile {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .company .profile .horizontal-table {
    margin-top: 1.5625rem;
    padding-top: 1.25rem;
  }
  .horizontal-table {
    padding-top: 1.25rem;
  }
  .horizontal-table__header {
    width: 100%;
    border-width: 0;
    padding: 10px;
  }
  .horizontal-table__text {
    border-width: 0;
  }
  .horizontal-table__text:first-of-type {
    border-top-width: 0;
  }
  .horizontal-table__text {
    width: 100%;
  }
  .horizontal-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tel-fax {
    padding-block: 50px;
  }
  .tel-fax .heading {
    font-size: 1.125rem;
    padding-left: 3.125rem;
  }
  .tel-fax__box {
    padding: 25px 10px;
  }
  .tel-fax__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tel-fax__title {
    font-size: 1rem;
  }
  .tel-fax__text {
    margin-top: 0rem;
  }
  .mail-form {
    padding-block: 50px;
  }
  .mail-form .heading {
    padding-left: 2.5rem;
  }
  .mail-form__title {
    font-size: 1.125rem;
  }
  .mail-form__text {
    margin-top: 1.875rem;
  }
  .mail-form .privacy-policy {
    font-size: 16px;
  }
  .mail-form .box-scroll__title {
    font-size: 16px;
  }
  .mail-form .privacy-btn {
    width: 100%;
    margin-bottom: 0px;
  }
  .mail-form .privacy-btn__wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .mail-form .send-btn__wrapper {
    width: 100%;
    margin-bottom: 0px;
    display: block;
  }
  .mail-form .send-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .mail-form .send-btn--back {
    margin-right: 0px;
  }
  .mail-form input[type="radio"] + span,
  .mail-form input[type="checkbox"] + span {
    font-size: 15px;
    margin-right: 0;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .mail-form input[type="radio"] + span:before {
    top: 3px;
  }
  .mail-form input[type="radio"]:checked + span:after {
    top: 6px;
  }
  .mail-form input[type="checkbox"] + span:before {
    top: 0.3em;
  }
  .mail-form .selectWrap {
    width: 60%;
  }
  .mail-form .fileUpload {
    font-size: 0.9em; /* 文字を小さくする */
    width: 90%; /* 幅を小さくする */
    display: inline-block; /* インラインブロックにして幅を適用 */
  }
  .section {
    padding-block: 3.125rem;
  }
  .heading {
    text-align: left;
    letter-spacing: 0em;
    font-size: 1.5625rem;
    padding-left: 2.8125rem;
  }
  .heading::before {
    width: 2.25rem;
  }
  .heading::after {
    font-size: 1rem;
    top: 35px;
    left: 2.8125rem;
  }
  .paging {
    margin-top: 3.125rem;
  }
  div.paging span.paging-text a {
    padding: 3px 6px;
  }
  .l-inner--has-column {
    grid-template-columns: 1fr;
  }
  .p-breadcrumb {
    font-size: 14px;
  }
  .hidden-sp {
    display: none;
  }
  .mb-2 {
    margin-bottom: 10px;
  }
  .mb-3 {
    margin-bottom: 15px;
  }
  .mb-4 {
    margin-bottom: 20px;
  }
  .mb-5 {
    margin-bottom: 25px;
  }
  .mb-6 {
    margin-bottom: 30px;
  }
  .mb-7 {
    margin-bottom: 35px;
  }
  .mb-8 {
    margin-bottom: 40px;
  }
  .mb-9 {
    margin-bottom: 45px;
  }
  .mb-10 {
    margin-bottom: 50px;
  }
  .mt-2 {
    margin-top: 10px;
  }
  .mt-3 {
    margin-top: 15px;
  }
  .mt-4 {
    margin-top: 20px;
  }
  .mt-5 {
    margin-top: 25px;
  }
  .mt-6 {
    margin-top: 30px;
  }
  .mt-7 {
    margin-top: 35px;
  }
  .mt-8 {
    margin-top: 40px;
  }
  .mt-9 {
    margin-top: 45px;
  }
  .mt-10 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    height: 4.375rem;
  }
  .header.is-top-header {
    background-color: #fff;
    padding-top: unset;
    height: 4.375rem;
  }
  .header__inner {
    padding-inline: 0.9375rem;
  }
  .header__logo a img {
    width: 21.875rem;
  }
  .drawer-icon {
    width: 30px;
    height: 18px;
    position: relative;
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(1),
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
    top: 0.5625rem;
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
    display: none;
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .drawer-icon__bar {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: #7dd0fc;
    -webkit-transition:
      top 0.3s,
      -webkit-transform 0.3s;
    transition:
      top 0.3s,
      -webkit-transform 0.3s;
    transition:
      top 0.3s,
      transform 0.3s;
    transition:
      top 0.3s,
      transform 0.3s,
      -webkit-transform 0.3s;
  }
  .drawer-icon__bar:nth-child(1) {
    top: 0;
  }
  .drawer-icon__bar:nth-child(2) {
    top: 8px;
  }
  .drawer-icon__bar:nth-child(3) {
    top: 16px;
  }
  .header__nav {
    background: #7dd0fc;
    width: 270px;
    height: calc(100% - 70px);
    position: fixed;
    right: 0;
    top: 4.375rem;
    padding: 40px 0.9375rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
    max-width: 100%;
    overflow-x: auto;
  }
  .header__nav.is-checked {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__lists .is-active {
    color: #f6f6f6 !important;
  }
  .is-top-header .header__lists .is-top-contact-btn img {
    width: 230px;
  }
  .header__link {
    display: inline-block;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
  }
  .header__link.is-active::before {
    background: white;
  }
  .header.is-scroll-background {
    height: 4.375rem;
    background-color: #fff;
  }
  .fv {
    margin-top: 70px;
    height: 48.3736447039vw;
  }
  .mv {
    padding-top: 4.375rem;
    background-color: #fff;
  }
  .top-about__one {
    max-width: none;
    width: 100%;
    display: inline-block;
  }
  .top-about__one::after {
    width: 100%;
    height: 360px;
  }
  .top-about__text {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .top-contact__items {
    gap: 20px;
  }
  .footer__nav-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__logo a {
    padding: 1.25rem 1.5625rem;
  }
  .footer__nav {
    margin-top: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: unset;
  }
  .footer__lists {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
  }
  .footer__link {
    font-size: 16px;
  }
  .footer__map {
    width: 460px;
    height: 300px;
    border-radius: 25px;
  }
  .footer__map iframe {
    width: 420px;
    height: 260px;
  }
  .business-work__item__text.is-small {
    font-size: 16px;
  }
  .business-schedule .schedule_content_title,
  .business-flow .schedule_content_title {
    font-size: 16px;
  }
  .company-intro__text {
    letter-spacing: 0em;
  }
  #recruit {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
  }
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
  }
  .header__logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__logo a:focus,
  .header__logo a:hover {
    opacity: 0.6;
  }
  .header__icon {
    display: none;
  }
  .header__link::before {
    background: #26466d;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
  }
  .header__link:focus::before,
  .header__link:hover::before {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .is-top-header .header__link::before {
    background: white;
  }
  .is-top-header .header__link:focus::before,
  .is-top-header .header__link:hover::before {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .header__logo a img {
    width: 15.625rem;
  }
  .fv {
    overflow-x: hidden;
    height: 104.3024771838vw;
  }
  .top-about__one {
    background-color: #f9eec4;
  }
  .top-about__one::after {
    display: none;
  }
  .top-about__text {
    text-align: justify;
  }
  .footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__map iframe {
    width: 100%;
  }
  .company-intro__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .top-heading.is-top-company-title::before {
    width: 2.0625rem;
    height: 2rem;
    left: 1%;
  }
  .top-heading.is-top-company-title::after {
    top: -20px;
    right: -100px;
    width: 5.25rem;
    height: 3.875rem;
  }
  .top-about__two::after {
    width: 500px;
    height: 350px;
  }
  .top-about__three::after {
    width: 500px;
    height: 350px;
  }
  .top-about__image {
    bottom: 5%;
    left: 10%;
    -webkit-transform: none;
    transform: none;
  }
  .top-contact__item {
    width: 100%;
    height: 300px;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__copyright {
    margin-top: 30px;
    line-height: 1.6;
  }
  .business-work__inner {
    max-width: 500px;
  }
  .business-work__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .business-work__body {
    width: 100%;
  }
  .business-work__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .business-work__images {
    width: 100%;
  }
  .business-work__description {
    padding: 2.5rem;
  }
  .business-work__description::before {
    width: 5.25rem;
    height: 3.875rem;
  }
  .business-work__description::after {
    width: 5.25rem;
    height: 3.875rem;
  }
  .business-event__content {
    gap: 20px;
  }
  .business-event__image {
    width: 100%;
    text-align: center;
  }
  .business-schedule__content {
    padding-inline: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .business-use__box::before {
    width: 5.25rem;
    height: 3.875rem;
  }
  .business-use__box::after {
    width: 5.25rem;
    height: 3.875rem;
  }
  .business-activity__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .company-intro__content {
    padding-bottom: 50px;
    border-radius: 80px;
  }
  .company-intro__body {
    width: 90%;
  }
  .company-intro__image {
    margin-top: -25px;
  }
  .company-map__inner iframe {
    margin-top: 3.125rem;
  }
  .tel-fax__wrapper {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .tel-fax .tel-number {
    font-size: 28px;
  }
  .mail-form .horizontal-table table {
    font-size: 16px;
  }
  .mail-form .horizontal-table th {
    border-bottom-width: 0;
    border-left: unset;
    background-color: #efefef;
    width: 100%;
    border-right: 0;
    padding: 10px;
  }
  .mail-form .horizontal-table td {
    border-bottom-width: 0;
    border-right: unset;
    border-left: unset;
    width: 100%;
    padding: 10px;
  }
  .mail-form .horizontal-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mail-form .box-scroll {
    height: 220px;
    margin-bottom: 15px;
    padding: 15px;
    word-break: break-all;
  }
  .top-heading .top-heading-ja {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .top-heading .top-heading-en {
    font-size: 20px;
    line-height: 1.8;
  }
  .business-work__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .hidden-tab {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .top-heading.is-top-company-title::after {
    top: -40px;
    right: 0px;
  }
  .top-about__two::after {
    display: none;
  }
  .top-about__three::after {
    display: none;
  }
  .top-about__image {
    width: 100px;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer__copyright {
    text-align: center;
  }
  .business-work__images {
    gap: 10px;
  }
  .business-work__description {
    margin-top: 60px;
    padding: 1.875rem 15px;
    border-radius: 20px;
    font-size: 16px;
  }
  .business-work__description::before {
    top: -30px;
  }
  .business-event__content {
    gap: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .business-use__box::before {
    top: -20px;
  }
  .business-activity__content {
    margin-top: 30px;
  }
  .company-intro__content {
    border-radius: 50px;
    gap: 30px;
  }
  .company-map__inner iframe {
    height: 18.75rem;
    margin-top: 2.5rem;
  }
  .tel-fax .tel-number {
    margin-block: 10px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .top-company__btn a {
    -webkit-transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      opacity 0.3s,
      transform 0.3s;
    transition:
      opacity 0.3s,
      transform 0.3s,
      -webkit-transform 0.3s;
  }
  .top-company__btn a:focus,
  .top-company__btn a:hover {
    opacity: 0.8;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .top-business__btn a {
    -webkit-transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      opacity 0.3s,
      -webkit-transform 0.3s;
    transition:
      opacity 0.3s,
      transform 0.3s;
    transition:
      opacity 0.3s,
      transform 0.3s,
      -webkit-transform 0.3s;
  }
  .top-business__btn a:focus,
  .top-business__btn a:hover {
    opacity: 0.8;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .footer__link::before {
    background: #26466d;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
  }
  .footer__link:focus::before,
  .footer__link:hover::before {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .company__partners__item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .company__partners__item:focus,
  .company__partners__item:hover {
    opacity: 0.6 !important;
  }
  .mail-form .privacy__link:hover {
    color: #999;
  }
  .mail-form .privacy-btn:focus,
  .mail-form .privacy-btn:hover {
    opacity: 0.6;
  }
  .mail-form .send-btn:focus,
  .mail-form .send-btn:hover {
    opacity: 0.6;
  }
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1900px) {
  .top-about__two {
    z-index: 10;
    top: 53%;
  }
  .top-about__three {
    z-index: 10;
    top: 53%;
  }
}

@media screen and (max-width: 1900px) and (max-width: 1199px) {
  .top-about__two {
    z-index: 2;
    top: 49%;
  }
  .top-about__three {
    z-index: 0;
    top: 49%;
  }
}

@media screen and (max-width: 1900px) and (max-width: 1199px) and (max-width: 1023px) {
  .top-about__two {
    top: 45%;
    left: 30%;
  }
  .top-about__three {
    top: 68%;
    right: 32%;
    z-index: 10;
  }
}

@media screen and (max-width: 1900px) and (max-width: 1199px) and (max-width: 1023px) and (max-width: 767px) {
  .top-about__two {
    background-color: #c8ebeb;
  }
  .top-about__three {
    background-color: #cfe4b5;
  }
}

@media screen and (max-width: 1199px) and (max-width: 1023px) {
  .top-contact__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
  .footer__nav-area {
    margin-top: 20px;
  }
  .footer__map {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 1023px) and (max-width: 767px) {
  .footer__map {
    width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  .business-schedule .schedule::before,
  .business-flow .schedule::before {
    top: 0px;
    left: 6.3em;
    width: 6px;
    height: 100%;
  }
  .business-schedule .schedule li,
  .business-flow .schedule li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .business-schedule .schedule li + li,
  .business-flow .schedule li + li {
    margin-top: 2em;
  }
  .business-schedule .schedule_time::before,
  .business-flow .schedule_time::before {
    top: 50%;
    right: 0px;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
  }
  .business-schedule .schedule_time::after,
  .business-flow .schedule_time::after {
    top: 50%;
    left: 6em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .business-schedule .schedule_content,
  .business-flow .schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
  }
}

@media screen and (max-width: 991.98px) and (max-width: 1023px) {
  .business-schedule .schedule_content,
  .business-flow .schedule_content {
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .business-schedule .schedule::before,
  .business-flow .schedule::before {
    top: 3.5em;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
  }
  .business-schedule .schedule ul,
  .business-flow .schedule ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px;
  }
  .business-schedule .schedule li,
  .business-flow .schedule li {
    margin: 0px 10px;
    width: calc(12.5% - 20px);
  }
  .business-schedule .schedule_time,
  .business-flow .schedule_time {
    margin: 0px auto;
  }
  .business-schedule .schedule_time::before,
  .business-flow .schedule_time::before {
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
    transform: translateX(-50%) translateY(50%) rotate(45deg);
  }
  .business-schedule .schedule_time::after,
  .business-flow .schedule_time::after {
    top: 3.5em;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .business-schedule .schedule_content,
  .business-flow .schedule_content {
    margin: 3em 0px 0px;
  }
  .business-schedule .schedule_content_title,
  .business-flow .schedule_content_title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .business-flow__box .flow04 {
    gap: 20px;
  }
  .business-flow__box .flow04 > li {
    max-width: unset;
    display: block;
  }
  .business-flow__box .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
