@charset "utf-8";

/* --------------------
common
-------------------- */

.content .item-list li .lead {
 text-align: left;
 font-size: 16px;
}

.content .item-list li .title span {
 font-size: 20px;
 color: #333;
}

/* --------------------
.overview
-------------------- */
.overview {
  padding-bottom: 0;
}

/*
.bg-black,..bg-white
-------------------- */
.overview .bg-black {
  padding-bottom: 40px;
  background-color: #333;
  margin: 0 10%;
  border-radius: 10px;
}

.overview .bg-black .area {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}

.overview .bg-black .area.outline {
  position: relative;
  padding-top: 60px;
}

.overview .bg-black .area.outline::before {
  display: block;
  content: "";
  width: 160px;
  height: 4px;
  background-color: #ff5500;
  position: absolute;
  top: 0;
  left: calc(50% - 80px);
}

.overview .bg-black .maxheadline {
  margin-bottom: 10px;
}

.overview .bg-black .maxheadline .text {
  color: #ff5500;
}

.overview .bg-black .maxheadline.small-text .text {
  font-size: 32px;
}

.overview .bg-black .lead.large-text {
  font-size: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.overview .bg-black .image {
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
}

.overview .bg-white {
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .overview .bg-black .image {
    width: 100%;
    padding: 0;
  }

  .overview .bg-black .maxheadline {
    padding: 0;
  }

  .overview .bg-black .maxheadline .text {
    font-size: 32px;
  }

  .overview .bg-black .maxheadline.small-text .text {
    font-size: 28px;
    line-height: 1.5em;
  }

  .overview .bg-black .lead.large-text {
    font-size: 16px;
  }

  .overview .btn {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .overview .bg-black .area.outline {
    padding-top: 40px;
  }

  .overview .btn {
    width: auto;
  }
}

/*
feature
-------------------- */

.feature {
  padding: 0;
  position: relative;
}

.feature .inner {
  max-width: 960px;
  margin: 0 auto 80px auto;
}

.feature .inner.margin-bottom-none {
  margin-bottom: 0;
}

.feature .headline .text {
  color: #ff5500;
  font-size: 32px;
  font-weight: bold;
}

.feature .headline span::before {
  content: none;
}

.feature .item-list {
  display: block;
  position: relative;
  left: 0;
}

.feature .item-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-bottom: 40px;
}

.feature .item-list .item:last-child {
  margin-bottom: 0;
}

.feature .item-list .item figure {
  width: 80px;
  margin-right: 20px;
}

.feature .item-list .item figure img {
  width: 80px;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 20%) 4px 4px 0;
}

.feature .item-list .item .title {
 margin-bottom: 10px;
 text-align: left;
 display: block;
}

.feature .item-list .item .title span {
 font-size: 20px;
 line-height: 1.8rem;
 font-weight: bold;
 color: #fff;
}

.feature .item-list .item .lead {
 display: block;
 font-size: 16px;
 text-align: left;
 color: #fff;
}

.feature img {
 width: 96px;
}

.feature small {
 font-size: 12px;
}

.feature small {
 font-size: 12px;
}

.feature .btn {
 width: 50%;
 padding: 40px 0 20px 0;
}

@media only screen and (max-width: 1250px) {
  .overview .bg-black {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 960px) {
  .feature .inner {
    padding: 0 10px;
  }
  .feature .headline .text {
    font-size: 28px;
  }
  .feature .item-list {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .feature .inner {
    width: auto;
    padding: 0;
  }

  .feature .headline {
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .feature .item-list {
    display: block;
  }

  .feature .item-list .item {
    width: auto;
    margin: 0 0 40px 0;
    align-items: flex-start;
  }

  .feature .item-list .item .title {
    display: flex;
    align-items: center;
    min-height: 60px;
  }

  .feature .item-list .item figure {
    margin: 0 10px;
  }

  .feature .item-list .item figure img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }

  .feature .item-list .item .text-area {
    width: 100%;
  }

  .feature .item-list .item .lead {
    width: calc(100% + 60px);
    position: relative;
    left: -70px;
  }
}

@media only screen and (max-width: 767px) {
  .overview .bg-black .maxheadline .text {
    font-size: 28px;
    line-height: 1.5em;
  }

  .overview .bg-black .lead.large-text {
    font-size: 16px;
  }

  .overview .bg-black.bg-whie .area {
    padding: 20px 10px;
  }

  .overview .bg-black .bnr-list {
    flex-direction: column;
  }

  .overview .bg-black .bnr-list .bnr-item {
    width: 100%;
  }
}

/* --------------------
.scope-of-offer
-------------------- */
.scope-of-offer {
  padding-bottom: 0;
}

.scope-of-offer .image {
 margin: 40px 0 0 0;
}

.scope-of-offer.content .image {
 width: auto;
 padding: 40px;
 background-color: #fff;
 box-shadow: rgb(0 0 0 / 10%) 2px 2px 0;
 border-radius: 10px;
 float: none;
}

@media only screen and (max-width: 960px) {
  .scope-of-offer .bg-index-list .ul-list.platform-list .item003 {
    display: flex;
    flex-wrap: wrap;
  }

  .scope-of-offer .bg-index-list .ul-list.platform-list .item003 .note {
    position: relative;
    top: 10px;
    left: 36px;
  }
}

@media only screen and (max-width: 767px) {
 .scope-of-offer.content .bg-index-list {
  padding-bottom: 40px;
 }

 .scope-of-offer.content .image {
  padding: 10px;
  border-radius: 0;
 }
}

/* --------------------
.service
-------------------- */
.service {
  padding-bottom: 80px;
}

.service .area.btn-area {
  padding-top: 80px;
  padding-bottom: 0;
}

.service .area.btn-area .btn {
  padding-top: 0;
}

/*
layout
-------------------- */

.service .bg-black {
 background-color: #333;
 margin: 0 10%;
 border-radius: 10px;

}

.service .bg-black .area {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: calc(100% - 40px);
 flex-wrap: wrap;
 max-width: 960px;
 margin: 0 auto;
 padding: 80px 0;
}

.service .bg-black .area .headline-area {
 width: 50%;
}

.service .bg-black .area .text-area {
 width: calc(50% - 80px);
 background-color: #fff;
 padding: 40px;
 border-radius: 10px;
 box-shadow: rgba(0, 0, 0, 20%) 4px 4px 0;
 position: relative;
}

.service .bg-black .area .text-area::before {
 display: block;
 width: 80px;
 height: 4px;
 background-color: #ff5500;
 content: "";
 position: absolute;
 left: calc(50% - 40px);
 top: 0;
}

.service .bg-black .area .text-area .sub-section.margin-bottom-none {
 padding-bottom: 0;
}

@media only screen and (min-width: 1600px) {
 .service .bg-black {
  margin: 0 15%;
 }
}

@media only screen and (max-width: 1250px) {
  .service .bg-black {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
 .service .bg-black .area {
  display: block;
  padding: 40px 0;
 }

  .service .bg-black .area .headline-area {
   width: auto;
   margin-bottom: 40px;
  }

  .service .bg-black .area .headline-area .headline .number {
   font-size: 40px;
  }

  .service .bg-black .area .headline-area .headline .text {
   font-size: 24px;
  }

  .service .bg-black .area .text-area {
   width: auto;
   padding: 40px 20px;
  }
}
/*
.headline
-------------------- */

.service .bg-black .headline {
 display: flex;
 align-items: center;
 justify-content: center;
}

.service .bg-black .headline span::before {
 content: none;
}

.service .bg-black .headline .number {
 color: #d65727;
 font-family: 'Futura';
 font-weight: normal;
 font-size: 60px;
 padding-right: 10px;
}

.service .bg-black .headline .text {
 color: #fff;
 font-size: 32px;
}
@media only screen and (max-width: 960px) {
  .service .bg-black .headline .number {
    font-size: 40px;
  }
  .service .bg-black .headline .text {
    font-size: 24px;
  }
}

/*
.subheadline
-------------------- */

.service .bg-black .area .text-area .subheadline {
 padding-bottom: 20px;
 position: relative;
 left: -20px;
}

.service .bg-black .area .text-area .subheadline span {
 font-size: 24px;
 position: relative;
 left: 20px;
}

.service .bg-black .area .text-area .subheadline span::before {
 content: "●";
 font-size: 16px;
 left: -24px;
 top: 1px;
 position: absolute;
 color: #ff5500;
}

.service .subheadline.orange span {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .service .bg-black .area .text-area .subheadline {
    left: -8px;
  }
}

/*
.lead
-------------------- */

.service .bg-black .area .text-area .lead {
 display: block;
 position: relative;
 text-align: left;
}

/*
.btn
-------------------- */

.service .bg-black .area .headline-area .btn {
 width: 83%;
}

.service .bg-black .area .headline-area .btn .click-area {
 box-shadow: rgba(0, 0, 0, 20%) 4px 4px 0;
}

@media only screen and (max-width: 960px) {
 .service .bg-black .area .headline-area .btn {
  width: 90%;
 }
 .service .bg-black .area .headline-area .btn .click-area .fa {
  right: -20%;
 }
}

@media only screen and (max-width: 767px) {
  .service .bg-black .area .headline-area .btn {
   width: 100%;
  }
}

/*
#platform
-------------------- */

#platform .headline-area .btn .fa {
 right: -28%;
}

/*
#design
-------------------- */
.service .bg-black .area#design {
 flex-direction: row-reverse;
}

#design .headline-area .btn .fa {
 right: -115%;
}

@media only screen and (max-width: 767px) {
 #design .headline-area {
  position: relative;

 }
 #design .text-area {
  position: relative;
 }
}

/*
#sim
-------------------- */
.service .bg-black .area#sim {
 display: block;
}

.service .bg-black .area#sim .inner {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

#sim .headline-area .btn .fa {
 right: -35%;
 font-size: 16px;
}

.service .bg-black .area#sim .sub-section.padding-bottom-none {
 padding-bottom: 0;
}

.layout_main .service .table.orange.bg-black {
  margin: 0;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0;
}

@media only screen and (max-width: 960px) {
  .service .bg-black .area#sim .inner {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .service .bg-black .area#sim .inner {
    flex-direction: column;
  }
  .service .bg-black .area#sim .headline-area {
    width: 100%;
  }
  .service .bg-black .area#sim .text-area {
    margin-bottom: 40px;
  }
}

/*
.lead
-------------------- */
.service .bg-black .area#sim .lead.center {
 color: #fff;
 padding-top: 20px;
}