@charset "UTF-8";
/* CSS Document */

/* title 系 */
.mainvisual {
  width: 100%;
  height: 302px;
  background: url("/marketing/img/fv_marketing.jpg") no-repeat;
  background-size: cover;
}

.tunagaru h3 {
  color: #2070a3;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.tunagaru .page_title {
  margin-bottom: 2em;
}
.tunagaru .page_title h2 {
  font-size: 1.9em;
}
.tunagaru .page_title h3,
.thinking h3 {
  font-weight: bold;
  font-size: 1.4em;
}

/* リンクボタン */ /* 横幅はclass名を変えて最適なサイズを設定してください */
.bluebtn_box {
  max-width: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

#Mimg {
  margin-bottom: 50px;
}

.ttl_tunagaru {
  margin-bottom: 12px;
}
.ttl_tunagaru h2 {
  color: #2070a3;
  font-size: 1.385em;
}
.ttl_tunagaru h3 {
  font-size: 1.846em;
  line-height: 1.3;
}
.ttl_tunagaru h3 span {
  font-size: 1.292em;
}

.thinking {
  /* padding-top: 20px; */
  margin-bottom: 4em;
}
.thinking p {
  padding-bottom: 36px;
}

.marketing {
  text-align: center;
}
.marketing h3,
.ioh h3,
.cycle h3 {
  font-size: 1.385em;
  margin-top: 3em;
  margin-bottom: 12px;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}
.marketing p {
  font-size: 1.154em;
  font-weight: bold;
  color: #2070a3;
  line-height: 2.3;
  padding-bottom: 42px;
}

.ioh {
  text-align: center;
}
.ioh p {
  /* font-size: 1.15em; */
  /* font-weight: bold; */
  /* line-height: 2.3; */
  text-align: left;
  padding: 42px 0;
}
.ioh h3 span,
.cycle h3 span {
  color: #2070a3;
}

.cycle {
  text-align: center;
  margin-bottom: 42px;
}
.cycle p {
  font-size: 1.385em;
  font-weight: bold;
  line-height: 2.3;
  padding-bottom: 1em;
}

.cycle_koutiku {
  margin-bottom: 70px;
}
.cycle_koutiku h4 {
  font-size: 1.385em;
  color: #2070a3;
  margin-bottom: 12px;
}
.cycle_koutiku p {
  padding-bottom: 18px;
}

.t_engine {
  max-width: 86%;
  background: #eeeceb;
  padding-bottom: 28px;
  margin: 0 auto 52px;
}
.t_engine ul {
  list-style: none;
  max-width: 89%;
  margin: 1em auto;
}
.t_engine li {
  font-size: 1.154em;
  font-weight: bold;
  margin-bottom: 38px;
  line-height: 1.6;
}
.t_engine li ul {
  list-style: disc;
  margin: 0;
}
.t_engine li li {
  font-size: 0.933em;
  margin-bottom: 0;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .mainvisual {
    height: 130px;
  }

  .t_engine {
    max-width: 100%;
  }
}
