@charset "UTF-8";
/* ------------------------------------------------------

    会社情報 - 共通

------------------------------------------------------ */
.c-sec-title-wrap {
  display: flex;
  justify-content: center;
  padding: 50px 0 40px;
}

@media screen and (max-width: 767px) {
  .c-sec-title-wrap {
    padding: 30px 0;
  }
}

.c-sec-title {
  text-align: center;
}

.c-sec-title:not([data-status=show]) {
  opacity: 0;
}

.c-sec-title[data-status=show] {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
}

.c-line {
  top: 10px;
}

.c-sec-title-wrap + .c-navi {
  margin-bottom: 50px;
}

.c-navi li {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .c-navi li {
    width: 50%;
  }
}

/* ------------------------------------------------------

    事業紹介 - トップ

------------------------------------------------------ */
.business section {
  margin-top: -80px;
  padding-top: 80px;
}

.biz-top {
  max-width: 732px;
  margin: 0 auto 140px;
}

.biz-top:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.biz-top[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .biz-top {
    margin: 0 auto 55px;
  }
}

.biz-top__title {
  margin-bottom: 10px;
  font-feature-settings: normal;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .biz-top__title {
    font-size: 1.8rem;
    letter-spacing: 0.026em;
  }
}

.biz-top__lead {
  margin-bottom: 40px;
  font-feature-settings: normal;
  color: #00a8ec;
  text-align: center;
}

.biz-top__body {
  max-width: 732px;
}

.biz-top__body p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.875;
  letter-spacing: 0.01em;
}

.biz-top__body p:not(:last-child) {
  margin-bottom: 1.875em;
}

/* ------------------------------------------------------

    会社情報 - トップ

------------------------------------------------------ */
.biz-sec {
  position: relative;
  margin-bottom: 160px;
}

.biz-sec:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.biz-sec[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .biz-sec {
    margin-bottom: 80px;
  }
}

.biz-sec__bg {
  position: absolute;
  display: block;
  width: 100vw;
  top: 0;
  left: 50%;
  max-height: 420px;
  transform: translateX(-50%);
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .biz-sec__bg {
    height: 58%;
  }
}

.biz-sec__bg::before {
  position: relative;
  display: block;
  content: '';
  padding-top: 37.5%;
}

.biz-sec__top {
  position: relative;
  width: 42.85714%;
  padding: 35px 0 85px;
}

@media screen and (max-width: 767px) {
  .biz-sec__top {
    width: 100%;
    padding: 10px 0 30px;
  }
}

.biz-sec__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .biz-sec__title {
    margin-bottom: 20px;
  }
}

.biz-sec__title span {
  position: relative;
}

.biz-sec__title span[lang="en"] {
  display: inline-block;
  padding-right: 75px;
  font-size: 3.2rem;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .biz-sec__title span[lang="en"] {
    position: relative;
    font-size: 2.2rem;
  }
}

.biz-sec__title span[lang="en"]::after {
  position: absolute;
  display: block;
  content: '';
  width: 60px;
  height: 2px;
  top: 25px;
  right: 0;
  background-color: #434343;
}

.biz-sec__title span:not([lang="en"]) {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .biz-sec__title span:not([lang="en"]) {
    font-size: 1.2rem;
  }
}

.biz-sec__lead1 {
  margin-bottom: .25em;
  padding-right: .5em;
  font-size: 1.8rem;
  font-weight: 600;
  font-size: calc( 1.4rem + ((1vw - 0.768rem) * 1.13636));
  min-height: 0vw;
}

@media screen and (min-width: 1120px) {
  .biz-sec__lead1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .biz-sec__lead1 {
    font-size: 1.4rem;
  }
}

.biz-sec__lead2 {
  padding-right: .5em;
  color: #00a8ec;
  font-size: calc( 1.2rem + ((1vw - 0.768rem) * 1.13636));
  min-height: 0vw;
}

@media screen and (min-width: 1120px) {
  .biz-sec__lead2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .biz-sec__lead2 {
    font-size: 1.2rem;
  }
}

.biz-sec__fig {
  position: absolute;
  width: 57.14286%;
  top: 100px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .biz-sec__fig {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    margin-right: -10px;
  }
}

.biz-sec__body {
  position: relative;
  width: 50%;
  padding: 50px 80px 50px 0;
  padding: 50px 7.14286% 50px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .biz-sec__body {
    width: calc(100% - 10px);
    padding: 20px 20px 20px 0;
    margin-top: -30px;
  }
}

.biz-sec__body p {
  position: relative;
  line-height: 1.875;
  text-align: justify;
  text-justify: inter-ideograph;
}

.biz-sec__body p:not(:last-child) {
  margin-bottom: 2em;
}

.biz-sec__body::before {
  position: absolute;
  display: block;
  content: '';
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

@media screen and (max-width: 767px) {
  .biz-sec__body::before {
    width: calc( 100% + 10px);
  }
}

.biz-sec__btm {
  position: absolute;
  width: 57.14286%;
  top: 100px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .biz-sec__btm {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
}

.biz-sec__btm::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

@media screen and (max-width: 767px) {
  .biz-sec__btm::before {
    content: none;
  }
}

.biz-sec__link {
  padding-top: 20px;
  padding-left: 12.65625%;
}

@media screen and (max-width: 767px) {
  .biz-sec__link {
    padding-left: 0;
  }
}

.biz-sec__map {
  display: flex;
  padding-top: 20px;
  padding-left: 0%;
}

@media screen and (max-width: 767px) {
  .biz-sec__map {
    display: block;
    padding-left: 0;
  }
}

.biz-sec__map figcaption {
  padding-left: 12.65625%;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .biz-sec__map figcaption {
    padding-left: 0;
  }
}

.biz-sec__title2 {
  position: relative;
  padding-left: 1em;
  padding-right: 2em;
  margin-left: -2px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .biz-sec__title2 {
    padding-bottom: 1em;
  }
}

.biz-sec__title2 span::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-top: calc((1.1 - 1.875) * .5em);
}

.biz-sec__title2 span::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-bottom: calc((1.1 - 1.875) * .5em);
}

.biz-sec__title2::before {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background-color: #434343;
}

.biz-sec__lists {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 767px) {
  .biz-sec__lists {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.biz-sec__lists li {
  width: calc(33.333% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .biz-sec__lists li {
    width: calc(33.333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.biz-sec__lists a {
  display: block;
  box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.23);
  transition: box-shadow 300ms ease;
}

.biz-sec__lists a.is-over {
  box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.05);
}

.biz-sec .c-link-line {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .biz-sec .c-link-line {
    color: #00a8ec;
  }
}

@media screen and (max-width: 767px) {
  .biz-sec .c-link-line span::after {
    content: '　→';
  }
}
