  @charset "UTF-8";
/* アニメーション
=========================================================== */
/* フェードイン
????????????????????????????????? */
.inview__anim--fade-in {
  opacity: 0;
  will-change: opacity;
  transition: opacity .8s ease 0s;
}

.inview__complete .inview__anim--fade-in, .inview__anim--fade-in.inview__complete {
  opacity: 1;
}

/* フェードインアップ
????????????????????????????????? */
.inview__anim--fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-up, .inview__anim--fade-in-up.inview__complete {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン X
????????????????????????????????? */
.inview__anim--fade-in-x {
  opacity: 0;
  transform: translateX(-30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-x, .inview__anim--fade-in-x.inview__complete {
  opacity: 1;
  transform: translateX(0);
}

/* フェードイン XX
????????????????????????????????? */
.inview__anim--fade-in-xx {
  opacity: 0;
  transform: translateX(30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-xx, .inview__anim--fade-in-xx.inview__complete {
  opacity: 1;
  transform: translateX(0);
}

/* スケールイン
????????????????????????????????? */
.inview__anim--scale-in {
  opacity: 0;
  transform: scale(1.08);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--scale-in, .inview__anim--scale-in.inview__complete {
  opacity: 1;
  transform: scale(1);
}

/* スケールY
????????????????????????????????? */
.inview__anim--scale-y {
  transform: scaleY(0);
  will-change: transform;
  transition: transform .8s ease 0s;
  transform-origin: center top;
}

.inview__complete .inview__anim--scale-y {
  transform: scale(1);
}

/* スライドイン
????????????????????????????????? */
/* 文字
????????????????????????????????? */
/* タイピング
????????????????????????????????? */
/**
 *
 *  Business
 *
 */
/* ==========================================================================
   共通
   ========================================================================== */
h1,
h2,
h3,
h4,
table th {
  font-family: "Roboto", "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500 !important;
}

.main-head-lead {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.84;
}

.main-head-lead span {
  color: #3d2e80;
}

.box-center-inner {
  margin: 0 auto;
}

.box-col2 div.works-point-lead-cont {
  width: 68%;
  margin-top: 2% !important;
  margin-bottom: 2% !important;
}

.box-col2 div.works-point-img-cont {
  width: 32%;
  margin-top: 2% !important;
  margin-bottom: 2% !important;
}

@media screen and (max-width: 767px) {
  .box-col2 div.works-point-lead-cont {
    width: 100%;
  }
  .box-col2 div.works-point-img-cont {
    width: 100%;
  }
}

/* ==========================================================================
   共通
   ========================================================================== */
@media screen and (max-width: 767px) {
  .main-head-lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

/* ==========================================================================
   メインヘッダー
   ========================================================================== */
.works-head {
  border-top: 1px solid #fff;
  position: relative;
  height: 38vw;
  max-height: 580px;
  min-height: 580px;
  margin: 0 calc(((100vw - 100%) / 2) * -1);
}

@media screen and (max-width: 1080px) {
  .works-head {
    margin: 0 -40px;
  }
}

.works-head-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.works-head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-head-ttl {
  width: 336px;
  height: 252px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%);
}

.works-head-ttl:before, .works-head-ttl:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 168px solid transparent;
  border-width: 126px 168px;
  position: absolute;
  left: 0;
  top: 0;
}

.works-head-ttl:before {
  border-bottom: 126px solid rgba(112, 89, 178, 0.9);
  margin-top: -126px;
}

.works-head-ttl:after {
  border-top: 126px solid rgba(112, 89, 178, 0.9);
  margin-top: 126px;
}

.works-head-ttl > * {
  position: relative;
  z-index: 1;
}

.works-head-ttl-en {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-family: "Roboto", "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500 !important;
  line-height: 0.95em;
  padding-top: .12em;
  display: block;
}

.works-head-ttl-and {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400 !important;
}

.works-head-wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .works-head {
    border: none;
    height: 240px;
    max-height: initial;
    min-height: initial;
    margin: 0 calc(((100vw - 100%) / 2) * -1);
  }
  .works-head-ttl {
    width: 240px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    top: 50%;
  }
  .works-head-ttl:before, .works-head-ttl:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 120px solid transparent;
    border-width: 90px 120px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .works-head-ttl:before {
    border-bottom: 90px solid rgba(115, 100, 175, 0.95);
    margin-top: -90px;
  }
  .works-head-ttl:after {
    border-top: 90px solid rgba(115, 100, 175, 0.95);
    margin-top: 90px;
  }
  .works-head-ttl > * {
    position: relative;
    z-index: 1;
  }
  .works-head-ttl-en {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0.95em;
    padding-top: .12em;
  }
  .works-head-ttl-and {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .works-head-wrap {
    max-width: initial;
  }
}

/* ==========================================================================
   イントロ
   ========================================================================== */
.works-intro {
  background: rgba(255, 255, 255, 0.97);
  padding: 4% 8.3333333333% 4% 8.3333333333%;
  margin-top: -6.6666666667%;
}

.works-intro-copy {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

.works-intro-lead {
  margin-top: 3.75%;
}

@media screen and (max-width: 767px) {
  .works-intro {
    background: #FFF;
    padding: 20px 15px 15px 15px;
    margin-top: initial;
  }
  .works-intro-copy {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}

/* ==========================================================================
   スライダー
   ========================================================================== */
#contents {
  overflow: hidden;
}

#contents #main {
  padding-top: 22px;
}

/* ==========================================================================
   テーブル
   ========================================================================== */
.overseas-table {
  margin-top: 50px;
}

.overseas-table thead th {
  background: #7364af;
  color: #FFF;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.7% 2.5%;
}

.overseas-table tbody th {
  font-family: "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  width: 25%;
  text-align: center !important;
  padding: 1.2% 4.2%;
}

.overseas-table tbody td {
  width: 75%;
  padding: 1.2% 4.2%;
}

@media screen and (max-width: 767px) {
  .overseas-table {
    margin-top: 30px;
  }
  .overseas-table thead th {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 1% 4%;
  }
  .overseas-table tbody tr:first-child th,
  .overseas-table tbody tr:first-child td {
    padding: 2.5% 4%;
  }
}

/* ==========================================================================
   ポイント
   ========================================================================== */
.works-point {
  margin-top: 20px;
  margin-bottom: 90px;
  position: relative;
}

.works-point-box {
  border: 10px solid rgba(115, 100, 175, 0.4);
  padding: 4.6511627907% 5.8139534884%;
}

.works-point-sttl {
  width: 120px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: 'Vollkorn', serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -52px;
  margin-left: -60px;
}

.works-point-sttl:before, .works-point-sttl:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 60px solid transparent;
  border-width: 45px 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.works-point-sttl:before {
  border-bottom: 45px solid rgba(112, 89, 178, 0.95);
  margin-top: -45px;
}

.works-point-sttl:after {
  border-top: 45px solid rgba(112, 89, 178, 0.95);
  margin-top: 45px;
}

.works-point-sttl > * {
  position: relative;
  z-index: 1;
}

.works-point-area {
  counter-increment: works-point;
}

.works-point-area:last-of-type .works-point-lead {
  margin-bottom: initial !important;
}

.works-point-area sub {
  font-size: 11px;
  font-size: 1.1rem;
}

.works-point .main-ttl-lv3 {
  padding-left: 3em;
}

.works-point .main-ttl-lv3:before {
  content: counter(works-point);
  background: #00a52d;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Roboto", "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.works-point-lead {
  margin-top: 2.9069767442%;
}

@media screen and (max-width: 767px) {
  .works-point {
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
  }
  .works-point-box {
    border: 5px solid rgba(115, 100, 175, 0.55);
    padding: 30px 20px;
  }
  .works-point-sttl {
    width: 88px;
    height: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -45px;
  }
  .works-point-sttl:before, .works-point-sttl:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 44px solid transparent;
    border-width: 33px 44px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .works-point-sttl:before {
    border-bottom: 33px solid rgba(115, 100, 175, 0.95);
    margin-top: -33px;
  }
  .works-point-sttl:after {
    border-top: 33px solid rgba(115, 100, 175, 0.95);
    margin-top: 33px;
  }
  .works-point-sttl > * {
    position: relative;
    z-index: 1;
  }
  .works-point-area:not(:first-of-type) {
    margin-top: 6%;
  }
  .works-point .main-ttl-lv3:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-point-lead {
    margin-top: 4%;
  }
}

.solution-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 100px;
}

.solution-container:nth-child(2) {
  margin-top: 60px !important;
}

.solution-container:nth-child(even) {
  flex-direction: row;
}

.solution-container:nth-child(even) .solution-container-text {
  padding-left: 5%;
  padding-right: 0;
}

.solution-container:last-child {
  margin-bottom: 90px;
}

.solution-container .solution-container-text {
  width: 45%;
  text-align: left;
  padding-left: 0;
  padding-right: 5%;
}

.solution-container .solution-container-text p {
  margin-bottom: 0 !important;
}

.solution-container .solution-container-text p + p {
  margin-top: 2.5%;
}

.solution-container-img {
  width: 55%;
}

.solution-heading {
  font-family: "Roboto", "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500 !important;
  font-size: 26px;
  font-size: 2.6rem;
  color: #3d2e80;
  margin-bottom: 18px;
}

.solution-title {
  font-weight: 500 !important;
  font-size: 17px;
  font-size: 1.7rem;
}

.solution-note {
  font-size: 15px;
  font-size: 1.5rem;
}

.btn-block {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .solution-container {
    display: block;
    margin-top: 45px;
  }
  .solution-container:nth-child(2) {
    margin-top: 30px !important;
  }
  .solution-container:nth-child(even) .solution-container-text {
    padding-left: 0;
  }
  .solution-container:last-child {
    margin-bottom: 50px;
  }
  .solution-container .solution-container-text {
    width: 100%;
    text-align: left;
  }
  .solution-container .solution-container-text p {
    margin-bottom: 0 !important;
  }
  .solution-container .solution-container-text p + p {
    margin-top: 2%;
  }
  .solution-container-img {
    width: 100%;
    margin-bottom: 11px;
  }
  .solution-heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .solution-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .solution-note {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-block {
    margin-bottom: 60px;
  }
}

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