@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-spacing: 0;
}

a {
  color: #292b2c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

strong {
  font-weight: bold;
}

ul {
  list-style: none;
}

/* サイトレイアウト */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #292b2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  word-wrap: break-word;
}

.header {
  background: #fff;
  padding-left: 45px;
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.header .l_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  width: 160px;
  text-align: center;
}
.header .btn-wrap {
  margin-left: auto;
}
.header .btn-wrap a {
  max-width: 160px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .header {
    padding-left: 15px;
  }
  .header .logo {
    width: 90px;
  }
  .header .btn-wrap {
    width: 180px;
  }
  .header .btn-wrap li {
    width: 90px;
    margin: 0 !important;
  }
  .header .btn-wrap a {
    max-width: 90px;
    font-size: 11px;
  }
}

.content {
  overflow-x: hidden;
}
.content .l_inner {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content {
    padding-top: 60px;
  }
  .content .l_box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 48px;
  }
  .content .pc {
    display: none;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-wrap a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 240px;
  height: 60px;
  line-height: 60px;
}
.btn-wrap .request {
  background: #0856A0;
  color: #fff;
}
.btn-wrap .contact {
  background: #FDDD00;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    width: 100%;
  }
  .btn-wrap li {
    width: 48%;
  }
  .btn-wrap li:first-child {
    margin-right: 4%;
  }
  .btn-wrap a {
    width: 100%;
    height: 48px;
    line-height: 48px;
  }
}

.sec-ttl {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 26px;
  }
}

.sec-ttl-wrap {
  position: relative;
  padding-top: 80px;
}
.sec-ttl-wrap .en {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Cormorant", serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  color: #07569f;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .sec-ttl-wrap {
    padding-top: 30px;
  }
  .sec-ttl-wrap .en {
    font-size: 55px;
  }
}

.sub-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #07569f;
  line-height: 1.4;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .sub-ttl {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.box-sdw {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.list-icon li {
  padding-left: 36px;
  min-height: 30px;
  background: url("../images/icon_check.png") no-repeat 0 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list-icon li {
    padding-left: 30px;
    min-height: 27px;
    background-position: 0 3px;
    background-size: 24px auto;
    margin-bottom: 8px;
  }
}

section {
  padding: 100px 0 120px;
}
section.mv {
  background: url("../images/bg_01.jpg") no-repeat center 0;
  background-size: cover;
}
section.gt-suite {
  background: url("../images/bg_02.jpg") no-repeat center 0;
  background-size: auto, cover;
}
section.stereotype {
  background-color: #F9F9F9;
}
section.industry, section.case-study, section.flow, section.contact {
  background-color: #F3F7FA;
}
@media screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

.mv {
  color: #fff;
}
.mv .sec-ttl {
  font-size: 42px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 90px 0 60px;
  }
  .mv .mv_inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .mv .image {
    width: 50%;
  }
  .mv .txt {
    width: 50%;
    padding: 20px 0 0 20px;
    line-height: 2.2;
  }
  .mv .txt .txt-inner {
    margin-left: auto;
    max-width: 600px;
  }
  .mv .btn-wrap {
    margin-top: 66px;
  }
  .mv .btn-wrap li:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 40px 15px 90px;
    position: relative;
  }
  .mv .sec-ttl {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .mv .image {
    max-width: 90%;
    margin: 15px auto 0;
  }
  .mv .btn-wrap {
    position: absolute;
    bottom: 30px;
    margin: 0;
    width: calc(100% - 30px);
  }
}

.gt-suite .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 840px;
}
.gt-suite .list01 {
  margin-bottom: 40px;
}
.gt-suite .list02 li {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.gt-suite .list02 li p {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gt-suite {
    padding: 115px 0 110px;
  }
  .gt-suite .sec-ttl {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .gt-suite .list01 li {
    width: 13.57%;
    margin-right: 3.57%;
  }
  .gt-suite .list01 li:last-child {
    margin-right: 0;
  }
  .gt-suite .list02 li {
    width: 19%;
    margin-right: 1.19%;
  }
  .gt-suite .list02 li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .gt-suite .sec-ttl {
    margin-bottom: 35px;
  }
  .gt-suite .list01 {
    margin-bottom: 30px;
  }
  .gt-suite .list li {
    width: 31%;
    margin: 0 3.5% 10px 0;
  }
  .gt-suite .list li:nth-child(3n) {
    margin-right: 0;
  }
}

.about {
  position: relative;
}
.about .sec-ttl .fnt-s {
  font-size: 20px;
  display: inline-block;
  vertical-align: super;
}
.about .note {
  font-size: 13px;
  font-family: "Zen Old Mincho", serif;
  margin: 15px 0 50px;
}
.about .lead {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.about .sub-ttl {
  margin-top: 35px;
}
.about p {
  letter-spacing: 1px;
}
.about .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about .list li {
  text-align: center;
  height: 90px;
  line-height: 90px;
  background: #E1EAF3;
  color: #07569f;
  border-radius: 5px;
  margin: 0 20px 20px 0;
  width: calc((100% - 20px) / 2);
}
.about .list li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 120px 0 140px;
  }
  .about .image {
    width: 100%;
    max-width: 1500px;
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .about .image img {
    max-width: 44.67%;
  }
  .about .txt {
    width: 50%;
    margin-left: auto;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .about .sec-ttl .fnt-s {
    font-size: 16px;
  }
  .about .note {
    font-size: 12px;
    margin: 10px 0 35px;
  }
  .about .lead {
    font-size: 16px;
  }
  .about .sub-ttl {
    margin-top: 28px;
  }
  .about .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about .list li {
    height: 72px;
    line-height: 72px;
  }
}

.stereotype .box-wrap02 .box {
  padding: 10px;
}
.stereotype .box-wrap02 .box .ttl {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #0856A0;
  margin-bottom: 20px;
}
.stereotype .box-wrap02 .box.not-good .ttl {
  background: #2A2B2D;
}
.stereotype .box-wrap02 .box .list-icon {
  margin: 0 18px 20px;
}
@media screen and (min-width: 768px) {
  .stereotype .box-wrap01 {
    margin: 50px 0;
  }
  .stereotype .box-wrap01 .image {
    width: 50%;
  }
  .stereotype .box-wrap01 .txt {
    width: 42%;
  }
  .stereotype .box-wrap02 .box {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .stereotype .box-wrap01 {
    margin: 35px 0;
  }
  .stereotype .box-wrap01 .image {
    margin: 15px 0;
  }
  .stereotype .box-wrap02 .box .ttl {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .stereotype .box-wrap02 .box .list-icon {
    margin: 0 15px 16px;
  }
  .stereotype .box-wrap02 .box.good {
    margin-bottom: 20px;
  }
}

.industry .box {
  position: relative;
  margin-top: 50px;
}
.industry .box .txt {
  padding: 40px 45px 45px;
}
.industry .box .ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .industry .box {
    width: 46%;
  }
  .industry .box .image {
    width: 40%;
  }
  .industry .box .txt {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 66.7%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .industry .box .txt {
    padding: 15px 5%;
    width: 80%;
  }
  .industry .box .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .industry .box {
    margin-top: 35px;
  }
  .industry .box .image img {
    margin: 0 auto 15px;
  }
  .industry .box .txt {
    padding: 30px;
  }
  .industry .box .ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.simulation .sec-ttl {
  margin-bottom: 60px;
}
.simulation .box {
  font-size: 16px;
}
.simulation .box img {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .simulation {
    padding-bottom: 95px;
  }
  .simulation .box {
    width: 28.3%;
    margin: 0 7.55% 45px 0;
  }
  .simulation .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .simulation .sec-ttl {
    margin-bottom: 35px;
  }
  .simulation .box {
    margin-bottom: 30px;
  }
  .simulation .box img {
    margin-bottom: 10px;
  }
}

.case-study .sec-ttl {
  margin-bottom: 55px;
}
.case-study .box {
  padding: 30px 50px;
  position: relative;
  width: calc(100% - 8px);
  margin: 0 0 30px 8px;
  font-size: 16px;
}
.case-study .box:last-child {
  margin-bottom: 0;
}
.case-study .box .box-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-study .box .icon {
  width: 120px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  background: #0856A0;
  color: #fff;
  font-size: 20px;
  font-family: "Cormorant", serif;
  font-weight: 500;
}
.case-study .box .icon .num {
  display: inline-block;
  margin: 0 5px;
  font-size: 36px;
}
.case-study .box .ttl {
  margin-left: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.case-study .box .sub-ttl {
  font-size: 20px;
  font-weight: 500;
  margin: 18px 0 15px;
}
.case-study .box .list-icon li {
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .case-study .image {
    width: 44%;
  }
  .case-study .txt {
    width: 51%;
  }
}
@media screen and (max-width: 767px) {
  .case-study .sec-ttl {
    margin-bottom: 35px;
  }
  .case-study .box {
    padding: 24px 30px;
  }
  .case-study .box .box-ttl-wrap {
    margin-left: -38px;
  }
  .case-study .box .icon {
    width: 90px;
    font-size: 16px;
  }
  .case-study .box .icon .num {
    font-size: 28px;
  }
  .case-study .box .sub-ttl {
    font-size: 16px;
    margin: 15px 0x;
  }
}

.consult .lead {
  margin: 45px 0;
}
.consult .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F3F7FA;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}
.consult .box .num {
  background: #0856A0;
  color: #fff;
  font-size: 24px;
  font-family: "Cormorant", serif;
  width: 50px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px 0 0 5px;
  margin-right: 20px;
}
.consult .box .txt {
  width: calc(100% - 70px);
}
@media screen and (min-width: 768px) {
  .consult {
    padding-top: 120px;
  }
  .consult .l_box-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consult .image {
    width: 42%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .consult .txt {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .consult .lead {
    margin: 35px 0;
  }
  .consult .box .num {
    font-size: 19px;
    height: 60px;
    margin-right: 16px;
  }
  .consult .box .txt {
    line-height: 1.4;
  }
}

.flow .sec-ttl {
  margin-bottom: 155px;
}
.flow .box {
  position: relative;
  padding: 30px;
}
.flow .box .icon {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  background: #0856A0;
  color: #fff;
  font-family: "Cormorant", serif;
  font-weight: 500;
  z-index: 1;
}
.flow .box .icon .num {
  text-align: center;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 42px;
  line-height: 20px;
  margin-top: -2px;
}
.flow .box .sub-ttl {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .flow .l_box-wrap {
    position: relative;
  }
  .flow .l_box-wrap::before {
    content: "";
    display: block;
    width: 68.3%;
    height: 2px;
    z-index: 0;
    background: #0856A0;
    position: absolute;
    top: -65px;
    left: 15.85%;
  }
  .flow .box {
    width: 31.7%;
  }
  .flow .btn-wrap {
    margin: 80px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow .btn-wrap li:first-child {
    margin-right: 20px;
  }
  .flow .btn-wrap a {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .flow .sec-ttl {
    margin-bottom: 120px;
  }
  .flow .box {
    padding: 24px;
    margin-bottom: 130px;
  }
  .flow .box:last-child {
    margin-bottom: 50px;
  }
  .flow .box .icon {
    top: -85px;
  }
  .flow .box .sub-ttl {
    margin: 15px 0 8px;
    font-size: 15px;
  }
}

.faq .box {
  background: #F9F9F9;
  padding: 20px 50px 1px;
  margin-bottom: 20px;
  font-size: 16px;
}
.faq .box:last-child {
  margin-bottom: 0;
}
.faq .q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  padding: 0 10px 20px 0;
  cursor: pointer;
}
.faq .q::before, .faq .q::after {
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  content: "";
  background: #0856A0;
  width: 16px;
  height: 2px;
}
.faq .q::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .q.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq .q .icon {
  font-size: 32px;
  color: #0856A0;
  font-family: "Cormorant", serif;
  font-weight: 600;
  margin-right: 20px;
  line-height: 1;
}
.faq .q p {
  padding-top: 3px;
}
.faq .a {
  display: none;
  padding: 0 10px 20px 0;
}
@media screen and (min-width: 768px) {
  .faq .sec-ttl-wrap {
    width: 33%;
  }
  .faq .faq-wrap {
    width: 66.7%;
  }
}
@media screen and (max-width: 767px) {
  .faq .sec-ttl {
    margin-bottom: 35px;
  }
  .faq .box {
    padding: 16px 15px 1px;
  }
  .faq .q {
    padding-right: 20px;
  }
  .faq .a {
    padding-right: 0px;
  }
}

.contact .sec-ttl {
  margin-bottom: 60px;
}
.contact .box {
  padding: 60px 15px;
}
.contact .smpForm {
  margin: auto;
}
.contact .dammy {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact .sec-ttl {
    margin-bottom: 35px;
  }
  .contact .box {
    padding: 30px 15px;
  }
}

.footer {
  text-align: center;
  background: #0856A0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  height: 100px;
  line-height: 100px;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 11px;
    height: 50px;
    line-height: 50px;
  }
}

.back-top {
  position: fixed;
  right: 50px;
  bottom: 90px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .back-top {
    right: 15px;
    bottom: 15px;
  }
  .back-top img {
    width: 48px;
    height: auto;
  }
}

.agree {
  max-width: 720px;
  margin: 0 auto -20px;
}
@media screen and (max-width: 767px) {
  .agree {
    padding: 0 20px;
  }
}

.smpForm {
  max-width: 740px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.smpForm .ss_enquete_form {
  margin-bottom: 20px;
}
.smpForm fieldset > div:first-child, .smpForm fieldset > div:nth-child(2) {
  padding: 10px;
}
.smpForm .ss_input {
  max-width: 100%;
}
.smpForm .ss_required_field input {
  padding: 5px;
}
.smpForm textarea {
  max-width: 100%;
}
.smpForm .ss_btnArea input {
  background-color: #2b5eb0;
  border: solid 2px #2b5eb0;
}
@media screen and (min-width: 768px) {
  .smpForm fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .smpForm fieldset > div:first-child {
    width: 213px;
  }
  .smpForm fieldset > div:nth-child(2) {
    width: calc(100% - 213px);
    max-width: 498px;
  }
  .smpForm fieldset .ss_enquete_field:last-of-type .ss_grid {
    display: block !important;
  }
}
@media screen and (max-width: 840px) and (min-width: 768px) {
  .smpForm .ss_enquete_form .ss_enquete_field:last-of-type .ss_grid {
    width: 57.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_form_title {
    padding-bottom: 0 !important;
  }
  .smpForm .ss_enquete_form .ss_enquete_field:last-of-type .ss_grid {
    width: calc(100vw - 133px);
  }
}
@media screen and (max-width: 500px) {
  .smpForm .ss_enquete_form .ss_enquete_field:last-of-type .ss_grid {
    width: calc(100vw - 100px);
  }
}