@charset "utf-8";

/*
  File Name   : business.css
  Description : コンテンツエリア関係 他
*/
.com-section-inner__wide {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .com-section-inner__wide {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .com-section-inner {
    width: 100%;
  }
}

/* layout
============================================================ */
#lay-main {
  padding: 60px 0 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  #lay-main {
    padding: 30px 0 80px;
  }
}

/* button
============================================================ */
.com-fullwrap-btn {
  width: 550px;
  margin: 0 auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .com-fullwrap-btn {
    padding: 0 15px 0;
    box-sizing: border-box;
    width: 100%;
  }
}

/* section-content
============================================================ */
.section-content {
  margin: 0 0 40px;
}
.section-content .inner-wrap {
  position: relative;
  padding: 55px 0 0;
}
.content-wrap {
  display: flex;
}
.section-content.right .content-wrap {
  flex-direction: row-reverse;
}
.content-wrap .main-title-wrap {
  position: relative;
  width: 50%;
  padding: 0 0 0 65px;
}
.section-content.right .content-wrap .main-title-wrap {
  padding: 0;
  margin-left: -55px;
  z-index: 1;
}
.content-wrap .main-title-wrap .title-wrap {
  position: relative;
  padding: 16px 0 0 130px;
  color: #02c0d3;
}
.content-wrap .main-title-wrap .lang-en {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.content-wrap .main-title-wrap .lang-jp {
  margin-top: 12px;
  font-size: 30px;
  font-weight: bold;
}
.content-wrap .main-title-wrap .text {
  position: relative;
  padding: 34px 0 0 130px;
  color: #02c0d3;
}
.content-wrap .main-title-wrap .content-number {
  text-align: center;
  width: 98px;
  height: 98px;
  padding: 24px 0 0;
  box-sizing: border-box;
  background-color: #02c0d3;
  position: absolute;
  top: 0;
}
.content-wrap .main-title-wrap .content-number .text,
.content-wrap .main-title-wrap .content-number .number {
  color: #fff;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}
.content-wrap .main-title-wrap .content-number .text,
.content-wrap .main-title-wrap .content-number .text {
  font-size: 18px;
  padding: 0 0 0 0;
}
.content-wrap .main-title-wrap .content-number .number,
.content-wrap .main-title-wrap .content-number .number {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}

.content-wrap .img-content-wrap {
  position: relative;
  width: 625px;
  top: -55px;
}
.content-wrap .img-content-wrap .img-content {
  width: 625px;
}
.content-wrap .img-content-wrap .img-content img {
  width: 100%;
}
.content-wrap .img-content-wrap .disc-wrap {
  width: calc(625px - 165px);
  margin-top: 80px;
  margin-bottom: 120px;
  padding-left: 100px;
}
.img-content-wrap2 {
  position: absolute;
  width: 460px;
  top: 260px;
  left: 65px;
}
.section-content.right .img-content-wrap2 {
  left: auto;
  right: 65px;
}
.img-content-wrap2 .img-content {
  width: 460px;
}
.img-content-wrap2 .img-content img {
  width: 100%;
}
.img-content-wrap2 .disc-wrap {
  margin-top: 40px;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-content {
    margin: 0 0 40px;
  }
  .section-content .inner-wrap {
    padding: 0;
  }
  .content-wrap {
    display: block;
    margin: 0 15px 0;
  }
  .content-wrap .main-title-wrap {
    width: 100%;
    padding: 0;
  }
  .section-content.right .content-wrap .main-title-wrap {
    margin-left: 0;
  }
  .content-wrap .img-content-wrap {
    width: 100%;
    top: 0;
    margin-top: 40px;
  }
  .content-wrap .img-content-wrap .img-content {
    width: 100%;
  }
  .content-wrap .img-content-wrap .disc-wrap {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .img-content-wrap2 {
    position: static;
    width: calc(100% - 15px);
    margin: 0 15px 0;
  }
  .img-content-wrap2 .img-content {
    width: calc(100% - 15px);
  }
.img-content-wrap2 .disc-wrap {
  margin-top: 40px;
  width: calc(100% - 15px);
}
