@charset "UTF-8";
/* ===================================================================
CSS information

file name  : business.css
author     : Abilive
style info : 事業案内
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
/* 冪乗計算(乗数は整数のみ)
 *
 * $base: 冪乗される数
 * $exp : 冪乗する回数
 *
 * @return: $baseの$exp乗
 *
 * 例: $base=2, $exp=3 => @return=8
 */
/* 階乗計算
 *
 * $val: 階数
 *
 * @return: $valの階乗
 *
 * 例: $val=5 => @return=120
 */
/* 正弦(sin)計算
 *
 * $angle:   角度(弧度法)
 * $degrees: $angleが度数かどうか
 *
 * @return: sin($angle)
 *
 * 例: $angle=30, $degrees=true => @return=0.5
 */
/* 余弦(cos)計算
 *
 * $angle:   角度(弧度法)
 * $degrees: $angleが度数かどうか
 *
 * @return: cos($angle)
 *
 * 例: $angle=60, $degrees=true => @return=0.5
 */
/* 正接(tan)計算
 *
 * $angle:   角度(弧度法)
 * $degrees: $angleが度数かどうか
 *
 * @return: tan($angle)
 *
 * 例: $angle=45, $degrees=true => @return=1
 */
.box_business, .con_business .box_contents {
  margin-inline: auto;
}
@media screen and (min-width: 64.0625em) {
  .box_business, .con_business .box_contents {
    max-width: calc(1280 / 18 * 1em);
    width: 90%;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .box_business, .con_business .box_contents {
    width: 90%;
  }
}
@media screen and (max-width: 47.9375em) {
  .box_business, .con_business .box_contents {
    width: 90%;
  }
}

.box_business .inner {
  margin-inline: auto;
  max-width: 60rem;
}
@media screen and (min-width: 48em) {
  .box_business .inner {
    width: 74.4186046512%;
  }
}

.con_business .box_page_header {
  position: relative;
}
.con_business .box_page_header:before {
  position: absolute;
  content: "Business";
}
@media screen and (min-width: 120.0625em) {
  .con_business .box_page_header:before {
    font-size: 15rem;
  }
}
@media screen and (min-width: 90.0625em) and (max-width: 120em) {
  .con_business .box_page_header:before {
    font-size: calc(15rem + (1vw - 0.900625rem) * (0));
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 90em) {
  .con_business .box_page_header:before {
    font-size: calc(12.5rem + (1vw - 0.640625rem) * (9.6385542169));
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .con_business .box_page_header:before {
    font-size: calc(6.25rem + (1vw - 0.48rem) * (39.0625));
  }
}
@media screen and (min-width: 23.4375em) and (max-width: 47.9375em) {
  .con_business .box_page_header:before {
    font-size: calc(3.125rem + (1vw - 0.234375rem) * (12.7551020408));
  }
}
@media screen and (max-width: 23.375em) {
  .con_business .box_page_header:before {
    font-size: calc(2.6666666667rem + (1vw - 0.2rem) * (13.5802469136));
  }
}
.con_business .box_page_header:before {
  color: #23263b;
}
@media screen and (min-width: 64.0625em) {
  .con_business .box_page_header:before {
    bottom: 50px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .con_business .box_page_header:before {
    bottom: 90px;
  }
}
@media screen and (max-width: 47.9375em) {
  .con_business .box_page_header:before {
    bottom: 45px;
  }
}
.con_business .box_page_header:before {
  right: 0;
  font-family: "sofia-pro", sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.con_business .box_contents_inner {
  margin-bottom: 0;
  padding-bottom: 0;
}
.con_business .box_contents_inner h3 {
  color: #292e49;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 120.0625em) {
  .con_business .box_contents_inner h3 .title_mid {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 90.0625em) and (max-width: 120em) {
  .con_business .box_contents_inner h3 .title_mid {
    font-size: calc(1.875rem + (1vw - 0.900625rem) * (0));
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 90em) {
  .con_business .box_contents_inner h3 .title_mid {
    font-size: calc(1.5625rem + (1vw - 0.640625rem) * (1.2048192771));
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .con_business .box_contents_inner h3 .title_mid {
    font-size: calc(1.25rem + (1vw - 0.48rem) * (1.953125));
  }
}
@media screen and (min-width: 23.4375em) and (max-width: 47.9375em) {
  .con_business .box_contents_inner h3 .title_mid {
    font-size: calc(0.875rem + (1vw - 0.234375rem) * (1.5306122449));
  }
}
@media screen and (max-width: 23.375em) {
  .con_business .box_contents_inner h3 .title_mid {
    font-size: calc(0.7466666667rem + (1vw - 0.2rem) * (3.8024691358));
  }
}
.con_business .box_contents_inner h3 .title_large {
  color: #292e49;
}
@media screen and (min-width: 120.0625em) {
  .con_business .box_contents_inner h3 .title_large {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 90.0625em) and (max-width: 120em) {
  .con_business .box_contents_inner h3 .title_large {
    font-size: calc(3.75rem + (1vw - 0.900625rem) * (0));
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 90em) {
  .con_business .box_contents_inner h3 .title_large {
    font-size: calc(3.125rem + (1vw - 0.640625rem) * (2.4096385542));
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .con_business .box_contents_inner h3 .title_large {
    font-size: calc(2.5rem + (1vw - 0.48rem) * (3.90625));
  }
}
@media screen and (min-width: 23.4375em) and (max-width: 47.9375em) {
  .con_business .box_contents_inner h3 .title_large {
    font-size: calc(1.75rem + (1vw - 0.234375rem) * (3.0612244898));
  }
}
@media screen and (max-width: 23.375em) {
  .con_business .box_contents_inner h3 .title_large {
    font-size: calc(1.4933333333rem + (1vw - 0.2rem) * (7.6049382716));
  }
}
.con_business .box_contents_inner h3 .title_large {
  font-weight: bold;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .con_business .box_contents_inner_introduce {
    margin-top: 50px;
  }
}
@media screen and (max-width: 47.9375em) {
  .con_business .box_contents_inner_introduce {
    margin-top: 25px;
  }
}
@media screen and (min-width: 48em) {
  .con_business .box_contents_inner_introduce {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .con_business .box_contents_inner_introduce {
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .con_business .box_contents_inner_introduce .txt_basic {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .con_business .box_contents_inner_introduce .txt_basic {
    margin-bottom: 15px;
  }
}
.con_business .box_contents_inner_introduce .txt_large {
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .con_business .box_contents_inner_introduce .txt_large {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .con_business .box_contents_inner_introduce .txt_large {
    margin-bottom: 15px;
  }
}
.con_business .box_contents_inner_introduce .txt_large {
  text-align: center;
}
.con_business .box_contents_inner_introduce .txt_large .green {
  color: #678938;
}
.con_business .box_contents_inner_introduce .txt_large .gold {
  color: #b08500;
}
.con_business .box_contents_inner_introduce .txt_large .brown {
  color: #433521;
}
@media screen and (min-width: 48em) {
  .con_business .box_contents_inner_introduce img {
    max-width: 80%;
  }
}
@media screen and (max-width: 47.9375em) {
  .con_business .box_contents_inner_introduce img {
    max-width: 100%;
  }
}
.con_business .box_contents_kinds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 48em) {
  .con_business .box_contents_kinds {
    margin: 70px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .con_business .box_contents_kinds {
    margin: 40px 0;
  }
}
.con_business .box_contents_kinds .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 33.33%;
}
@media screen and (max-width: 47.9375em) {
  .con_business .box_contents_kinds .item {
    width: 100%;
  }
}
.con_business .box_contents_kinds .item .overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: white;
  text-align: left;
  padding: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 100%;
}
.con_business .box_contents_kinds .item .overlay span.en,
.con_business .box_contents_kinds .item .overlay span.jp,
.con_business .box_contents_kinds .item .overlay .title_medium,
.con_business .box_contents_kinds .item .overlay .txt_basic,
.con_business .box_contents_kinds .item .overlay .txt_small {
  color: white;
  font-weight: bold;
}
.con_business .box_contents_kinds .item .overlay .txt_basic {
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.box_business {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (min-width: 64.0625em) {
  .box_business:last-of-type {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .box_business:last-of-type {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 47.9375em) {
  .box_business:last-of-type {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 64.0625em) {
  .box_business .inner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .box_business .inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .box_business .inner {
    padding: 3em 0;
  }
}
@media screen and (max-width: 64em) {
  .box_business .inner {
    width: 90%;
    margin: auto;
  }
}
.box_business .box_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1280/530;
  border-radius: var(--radius-md);
  background-color: rgba(15, 69, 3, 0.05);
}
.box_business .box_img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box_business .box_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6em;
}
.box_business .box_intro .btn {
  margin-top: 20px;
}
@media screen and (min-width: 64.0625em) {
  .box_business .box_brand {
    margin-top: 80px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .box_business .box_brand {
    margin-top: 60px;
  }
}
@media screen and (max-width: 47.9375em) {
  .box_business .box_brand {
    margin-top: 2em;
  }
}
.box_business .box_brand ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 30px;
}
@media screen and (min-width: 48em) {
  .box_business .box_brand ul {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 50px;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.box_business .box_brand ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .box_business .box_brand ul li {
    -ms-flex-preferred-size: calc(33.3333333333% - 15px);
        flex-basis: calc(33.3333333333% - 15px);
  }
}
.box_business .box_brand ul li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 640/370;
}
.box_business .box_brand ul li .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 0.55, 0.45, 1);
  transition: -webkit-transform 2s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 2s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 2s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 2s cubic-bezier(0, 0.55, 0.45, 1);
}
.box_business .box_brand ul li .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box_business .box_brand ul li .txt {
  font-size: 90%;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.6;
}
.box_business .box_brand ul li .btn {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 15px;
  text-align: center;
}
.box_business .box_brand ul li .btn_link {
  display: inline-block;
  padding: 0.5em 1.8em;
  font-size: 70%;
  font-weight: 500;
  color: #fff;
  background-color: #141934;
  border: 1px solid #141934;
  border-radius: 30px;
  letter-spacing: 0.01em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box_business .box_brand ul li .btn_link:hover {
  color: #141934;
  background-color: transparent;
}