/*

【CSS記述ルール】

① font-sizeはpxで指定してください
　（rem、%等の指定はしないようお願いいたします）

② xxxxxx はディレクトリ名に変更してください

③ 必ずディレクトリ名が付いたidセレクタを先頭に記述した後に、要素を記述してください
　（例：#oneday .inner、#oneday .page-title 等）

④ CSS内の画像指定パスは、CSSファイルから見た相対パスで指定してください
　（例：../images/ディレクトリ名/画像名.拡張子）

*/
#business {
 background-color: #fff;
 font-size: 13px;
 line-height: 1.6;
 overflow: hidden;
}
#business * {
 box-sizing: border-box;
 backface-visibility: hidden;
 font-family: 游ゴシック体, YuGothic, Yu Gothic medium, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Futura, "Century Gothic", メイリオ, Meiryo, sans-serif;
}
#business img {
 line-height: 1;
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
#business p {
 text-align: left;
}
#business .font-mont {
 font-family: montserrat, Futura, "Century Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
 font-weight: 700;
 font-style: normal;
}
#business .font-v7 {
 font-family: vdl-v7gothic, Futura, "Century Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
 font-weight: 700;
 font-style: normal;
}
#business .font-pro {
 font-family: prohibition, sans-serif;
 font-weight: 400;
 font-style: normal;
}
#business .pc-br {
 display: none;
}
#business .inline-block{
  display: inline-block;
}
/*animation*/
/*=================================================*/
@keyframes fadeInUp {
 from {
  transform: translate3d(0, 150px, 0);
 }
 to {
  transform: translate3d(0, 0, 0);
  opacity: 1;
 }
}
#business .animated {
 animation-duration: 1.5s;
 animation-fill-mode: both;
}
#business .fadeInUp {
 opacity: 0;
 animation-name: fadeInUp;
}
@keyframes fadeInUp-img {
 from {
  transform: translate3d(150px, 0, 0);
  opacity: 0;
 }
 to {
  transform: translate3d(0, 0, 0);
  opacity: 1;
 }
}
@keyframes fadeInUp-img-reverce {
 from {
  transform: translate3d(-150px, 0, 0);
  opacity: 0;
 }
 to {
  transform: translate3d(0, 0, 0);
  opacity: 1;
 }
}
#business .animated-img {
 opacity: 0;
 animation-duration: .5s;
 animation-fill-mode: both;
}
#business .fadeInUp-img {
 opacity: 0;
 animation-name: fadeInUp-img;
}
#business .content02 .fadeInUp-img {
 opacity: 0;
 animation-name: fadeInUp-img-reverce;
}
#business .js-fadein {
 opacity: 0;
 transform: translate(0, 20px);
 transition: all 1s;
}
#business .scroll-in {
 opacity: 1;
 transform: translate(0, 0);
}
#business .isShown {
 position: relative;
 background-color: transparent;
}
#business .isShown:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 transition: transform .8s cubic-bezier(.19, 1, .22, 1);
 background: linear-gradient(to top, #fff 40px, #0049a5 41px, #0049a5 100%);
 z-index: 10000;
 transform: scaleX(0);
 border-bottom: #fff 1px solid;
}
#business .isShown.isShownRight:after {
 transform-origin: right top;
}
#business .isShown.isShownLeft:after {
 transform-origin: left top;
}
#business .isShownBefore.isShown:after {
 ;
 transform: scaleX(100);
}
#business .ttl-en, #business .ttl-ja {
 opacity: 0;
 transform: translate(20px, 0);
 transition: all .3s;
}
#business .txt-scroll {
 opacity: 1;
 transform: translate(0, 0);
}
@media print, screen and (min-width: 768px) { /* ---------- タブレット・PC以上 ---------- */
 #business .isShown:after {
  background: linear-gradient(to top, #fff 85px, #0049a5 86px, #0049a5 100%);
 }
}
/*=================================================*/
#business .main-visual {
 position: relative;
 height: 260px;
 color: #fff;
 overflow: hidden;
}
#business .mv-img-box {
 width: 100%;
 box-sizing: border-box;
 position: absolute;
 z-index: 2;
 top: 0;
 right: 0;
 padding-left: 51px;
 height: 260px;
 background: linear-gradient(to top, #fff 40px, #0049a5 41px, #0049a5 100%);
}
#business .mv-img {
 background: url("../images/business/business_mv_img_sp.jpg") no-repeat;
 background-position: center center;
 position: relative;
 height: inherit;
 background-size: cover;
}
#business .mv-txt-box {
 position: absolute;
 top: 33.6%;
 left: -30px;
 text-align: right;
 z-index: 1;
}
#business .ttl-ja {
 margin: 5px 5px 0 0;
 font-size: 12px;
}
#business .breadcrumb {
 position: absolute;
 bottom: 3px;
 right: 14px;
 z-index: 2;
 font-size: 10px;
}
#business .breadcrumb a {
 color: #fff;
}
#business .bc-item {
 display: inline-block;
 vertical-align: middle;
}
#business .bc-item:last-of-type:before {
 content: '';
 display: inherit;
 width: 20px;
 height: 1px;
 background: #fff;
 vertical-align: inherit;
 position: relative;
 top: -1px;
 margin: 0 7px 0 5px;
}
#business .description {
 position: relative;
 margin-top: 42px;
 padding-top: 20px;
 background: url("../images/business/business_bg_img01_sp.jpg") no-repeat;
 background-position: center center;
 background-size: cover;
}
#business .desc-ttl, #business .content00-ttl {
 position: relative;
 margin-bottom: 60px;
 font-size: 20px;
 text-align: center;
}
#business .desc-ttl:before {
 position: absolute;
 content: "";
 background: url("../images/business/business_ttl_img01_sp.png") no-repeat;
 background-size: contain;
 width: 60px;
 height: 23px;
 top: -5px;
 left: calc(50% - 30px);
 z-index: 1;
}
#business .content00-ttl:after {
 position: absolute;
 content: "";
 width: 22.5px;
 height: 2px;
 background-color: #002d66;
 bottom: -20px;
 left: calc(50% - 11.25px);
 z-index: 1;
}
#business .desc-txt, #business .content00-txt {
 padding-bottom: 30px;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 line-height: 1.6;
}
#business .content00 {
 margin-top: 50px;
 padding: 25px 12.5px;
 background: linear-gradient(0deg, rgba(167, 189, 213, 1) 0%, rgba(205, 215, 228, 1) 100%);
}
#business .content00-item {
 padding-bottom: 25px;
 background-color: #fff;
}
#business .content00-ttl {
 margin-bottom: 35px;
 top: -15px;
}
#business .content00-ttl:before {
 position: absolute;
 content: "";
 background: url("../images/business/business_ttl_img02_sp.png") no-repeat;
 background-size: contain;
 width: 121px;
 height: 23px;
 top: -8px;
 left: calc(50% - 60px);
 z-index: 1;
}
#business .content00-txt {
 padding-bottom: 20px;
}
#business .content00-img {
 text-align: center;
}
#business .content-ttl {
 position: relative;
 color: #002d66;
 font-size: 15px;
}
#business .content-ttl:after {
 position: absolute;
 content: "";
 background-color: #002d66;
 width: 22.5px;
 height: 2px;
 bottom: -8px;
 left: 0;
 z-index: 1;
}
#business .discription {
 margin: 25px 0 30px;
 font-size: 18px;
 line-height: 1.39;
}
#business .content01-txt, #business .content02-txt, #business .content03-txt, #business .content02-list {
 margin-bottom: 18px;
 font-size: 12px;
 letter-spacing: 1px;
}
#business .content01-txt:last-of-type, #business .content02-txt:last-of-type, #business .content03-txt:last-of-type {
 margin-bottom: 0;
}
#business .content02-list-item {
 padding-left: 14px;
 position: relative;
}
#business .content02-list-item:before {
 position: absolute;
 content: "・";
 top: 0;
 left: 0;
 z-index: 1;
}
#business .next-btn-box {
 width: 88%;
 margin: 70px auto 38px;
}
#business .next-btn {
 position: relative;
 display: flex;
 padding: 3px 10px;
 align-items: center;
 background-color: #000;
 font-size: 15px;
 letter-spacing: 1px;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  overflow: hidden;
  z-index: 0;
}
#business .next-btn:after {
 position: absolute;
 content: ">";
 font-family: prohibition, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 20px;
 right: 12px;
 top: 3px;
 color: #fff;
 z-index: 1;
}

#business .next-btn:before {
      display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translate(-100%, 0);
    width: 100%;
    height: 100%;
 background-color: #002d66;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    content: '';
}
#business .next-btn:hover:before {
    transform: translate(0, 0);
}
#business .next-btn-box a {
 color: #fff;
 text-decoration: none;
}
#business .next-btn-en {
 position: relative;
 padding: 0 10px 0 20px;
 font-size: 21px;
}
#business .next-btn-en:before {
 position: absolute;
 content: "";
 width: 1px;
 height: 11px;
 top: 13px;
 left: 10px;
 background-color: #fff;
 z-index: 1;
}
#business .next-btn-ja {
 font-size: 12px;
 font-weight: 500;
 letter-spacing: 0;
}
@media screen and (max-width: 767px) { /* ---------- スマホ以下 ---------- */
 #business .content01, #business .content03 {
  position: relative;
  margin: 50px 12px 0 0;
  padding: 30px 20px 216px 10px;
  background: linear-gradient(90deg, rgba(167, 189, 213, 1) 0%, rgba(205, 215, 228, 1) 100%);
 }
 #business .content02 {
  position: relative;
  margin: 50px 0 0 12px;
  padding: 30px 10px 216px 20px;
  background: linear-gradient(-90deg, rgba(167, 189, 213, 1) 0%, rgba(205, 215, 228, 1) 100%);
 }
 #business .content-img-box {
  position: absolute;
  bottom: -20px;
  right: -12px;
  z-index: 1;
 }
 #business .content02 .content-img-box {
  left: -12px;
 }
}
@media screen and (max-width: 350px) { /* ---------- SE ---------- */
  #business .se-none{
    display: none;
  }
  #business .next-btn{
    padding: 3px 10px 3px 5px;
  }
  #business .next-btn-en{
    padding: 0 3px 0 8px;
  }
  #business .next-btn-en:before {
    left: 2px;
}
}
@media print, screen and (min-width: 768px) { /* ---------- タブレット・PC以上 ---------- */
 #business .sp-br {
  display: none;
 }
 #business .pc-br {
  display: inline;
 }
 #business .main-visual {
  height: 520px;
 }
 #business .mv-img-box {
  padding-left: 21.8%;
  height: 520px;
  background: linear-gradient(to top, #fff 85px, #0049a5 86px, #0049a5 100%);
 }
 #business .mv-img {
  background: url("../images/business/business_mv_img_pc.jpg") no-repeat;
  background-position: center center;
  position: relative;
  height: inherit;
  background-size: cover;
 }
 #business .mv-txt-box {
  top: 34%;
  left: -50px;
 }
 #business .ttl-en {
  width: 290px;
 }
 #business .ttl-ja {
  margin: 10px 0 0;
  font-size: 24px;
 }
 #business .breadcrumb {
  position: absolute;
  bottom: 14px;
  right: 8.75%;
  z-index: 2;
  font-size: 16px;
 }
 #business .bc-item:last-of-type:before {
  width: 40px;
  height: 2px;
  top: -2px;
  margin: 0 14px 0 8px;
 }
 #business .description {
  position: relative;
  margin-top: 52px;
  padding-top: 50px;
  background: url("../images/business/business_bg_img01_pc.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
 }
 #business .desc-ttl, #business .content00-ttl {
  margin-bottom: 120px;
  font-size: 36px;
 }
 #business .desc-ttl:before, #business .content00-ttl:before {
  position: absolute;
  content: "";
  background: url("../images/business/business_ttl_img01_pc.png") no-repeat;
  background-size: contain;
  width: 120px;
  height: 46px;
  top: -10px;
  left: calc(50% - 60px);
 }
 #business .desc-ttl:after, #business .content00-ttl:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  bottom: -40px;
  left: calc(50% - 22.5px);
 }
 #business .desc-txt, #business .content00-txt {
  padding-bottom: 160px;
  font-size: 22px;
  line-height: 2.18;
 }
 #business .content00 {
  margin-top: 132px;
  padding: 50px 0;
 }
 #business .content00-item {
  width: 98%;
  max-width: 1180px;
  margin: 0 auto;
 }
 #business .content00-ttl {
  margin-bottom: 100px;
  top: -30px;
 }
 #business .content00-ttl:before {
  position: absolute;
  content: "";
  background: url("../images/business/business_ttl_img02_pc.png") no-repeat;
  background-size: contain;
  width: 228px;
  height: 46px;
  top: -15px;
  left: calc(50% - 114px);
 }
 #business .content-ttl {
  font-size: 28px;
 }
 #business .content00-txt {
  padding-bottom: 50px;
 }
 #business .content00-img {
  width: 686px;
  margin: 0 auto;
 }
 #business .content00-item {
  padding-bottom: 122px;
 }
 #business .content01, #business .content02, #business .content03 {
  position: relative;
  max-width: 1920px;
  margin: 130px auto 0;
 }
 #business .content01 {
  margin-top: 110px;
 }
 #business .inner {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
 }
 #business .content01 .inner:before, #business .content02 .inner:before, #business .content03 .inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  background: linear-gradient(90deg, rgba(167, 189, 213, 1) 0%, rgba(205, 215, 228, 1) 100%);
  z-index: 0;
 }
 #business .content02 .inner:before {
  right: 0;
  left: auto;
  background: linear-gradient(-90deg, rgba(167, 189, 213, 1) 0%, rgba(205, 215, 228, 1) 100%);
 }
 #business .content01-item, #business .content03-item {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 10px 130px;
 }
 #business .content02-item {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 10px 40px;
 }
 #business .content03-item {
  padding-bottom: 30px;
 }
 #business .content-txt-box {
  width: 48%;
 }
 #business .content02 .content-txt-box {
  margin-left: auto;
 }
 #business .discription {
  margin: 60px 0 50px;
  font-size: 32px;
  line-height: 1.5;
 }
 #business .content03 .discription {
  width: 550px;
 }
 #business .content01-txt, #business .content02-txt, #business .content03-txt, #business .content02-list {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.89;
  letter-spacing: 1.5px;
 }
 #business .content-img-box {
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 50%;
  max-width: 840px;
  z-index: 1;
 }
 #business .content02 .content-img-box {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 50%;
 }
 #business .content-ttl:after {
  position: absolute;
  content: "";
  background-color: #002d66;
  width: 45px;
  height: 4px;
  bottom: -20px;
  left: 0;
 }
 #business .content-img {
  height: 750px;
  object-fit: cover;
  object-position: 0 0;
 }
 #business .content02 .content-img {
  object-position: 85% 0;
 }
 #business .content03 .content-img {
  object-position: 55% 0;
 }
 #business .next-btn-box {
  width: 90%;
  max-width: 1062px;
  margin: 198px auto 80px;
 }
 #business .next-btn {
  padding: 10px 40px;
  font-size: 18px;
  letter-spacing: 1px;
 }
 #business .next-btn:after {
  right: 44px;
  top: 9px;
  font-size: 21px;
 }

 #business .next-btn-box a {
  color: #fff;
  text-decoration: none;
 }
 #business .next-btn-en {
  position: relative;
  padding: 0 54px 0 80px;
  font-size: 22px;
 }
 #business .next-btn-en:before {
  width: 1px;
  height: 11px;
  top: 13px;
  ;
  left: 38px;
 }
 #business .next-btn-ja {
  font-size: 16px;
 }
}
@media print, screen and (min-width: 1480px) { /* ---------- タブレット・PC以上 ---------- */
 #business .content-txt-box {
  width: 660px;
 }
 #business .content-img-box, #business .content02 .content-img-box {
  width: 43.75%;
 }
}

/*IEの文字位置ずれ修正*/
@media all and (-ms-high-contrast: none) {
  #business .next-btn-ja{
    padding-top: 10px;
  }
}