body {
  color: #859396;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.86666667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.84615385;
  }
}

.container {
  max-width: 1090px;
  padding: 0 15px;
  margin: 0 auto;
}

.sec-thought {
  background: url(../../images/thought/bg_thought.jpg) no-repeat center/cover;
  padding: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-thought {
    padding: 40px 0;
  }
}
.sec-thought__ttl {
  width: 198px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-thought__ttl {
    width: 90px;
  }
}
.sec-thought__subttl {
  display: block;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.3em;
  background-color: #073d5d;
  max-width: 926px;
  padding: 12px 0;
  margin: 28px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-thought__subttl {
    background: transparent;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-thought__subttl span {
    background-color: #073d5d;
    padding: 7px 25px 8px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .sec-thought__subttl span:last-of-type {
    margin-top: 7px;
  }
}
.sec-thought__txt {
  margin-top: 35px;
  /*font-size: 12px;*/
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .sec-thought__txt {
    margin-top: 20px;
    width: 294px;
    margin: 20px auto 0;
  }
}
.sec-thought__btn {
  margin-top: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
  color: #073d5d;
  border: 1px solid #073d5d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 47px;
  position: relative;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .sec-thought__btn {
    margin-top: 25px;
    font-size: 13px;
    width: 113px;
    height: 35px;
  }
}
.sec-thought__btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 42px;
  background-color: #073d5d;
  height: 1px;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-thought__btn::before {
    width: 14px;
  }
}
.sec-thought__btn:hover {
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-mv {
  background: url(../../images/thought/bg_mv.jpg) no-repeat center bottom/100%;
  min-height: 850px;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .l-mv {
    background: url(../../images/thought/bg_mv_sp.jpg) no-repeat center bottom/100%;
    min-height: auto;
    padding-bottom: 200px;
    padding-top: 40px;
    padding-left: 25px;
  }
}
.l-mv .container {
  position: relative;
}
.l-mv .container::before {
  position: absolute;
  content: "THOUGHT";
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 14px;
  font-weight: bold;
  left: -110px;
  top: 15px;
  color: #073d5d;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}
@media only screen and (max-width: 767px) {
  .l-mv .container::before {
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.l-mv .container::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 230px;
  background-color: #073d5d;
  left: -98px;
  top: 115px;
}
.l-mv__ttl {
  color: #073d5d;
  font-size: 40px;
  line-height: 1.75;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 1023px) {
  .l-mv__ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv__ttl {
    font-size: 26px;
    margin-top: 40px;
    letter-spacing: 0.2em;
    line-height: 1.69230769;
  }
}
.l-mv__txt {
  letter-spacing: 0.2em;
  margin-top: 40px;
  font-size: 20px;
  line-height: 2.25;
  color: #073d5d;
}
@media only screen and (max-width: 1023px) {
  .l-mv__txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv__txt {
    font-size: 14px;
    line-height: 2.07142857;
    letter-spacing: 0.1em;
  }
}

.sec01 {
  max-width: 1690px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .sec01 {
    background-color: #073d5d;
    display: block;
    margin-top: 0;
    padding-top: 60px;
    padding-right: 45px;
    padding-bottom: 160px;
  }
}
.sec01 .img {
  width: 59%;
}
@media only screen and (max-width: 1023px) {
  .sec01 .img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sec01 .img {
    width: 100%;
  }
}
.sec01 .box {
  padding: 90px 15px 70px 80px;
  width: 41%;
  background-color: #073d5d;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .sec01 .box {
    width: 50%;
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec01 .box {
    padding: 0;
    padding-left: 40px;
    margin-top: 50px;
    width: 100%;
  }
}

.box .inner {
  max-width: 420px;
}
.box h3 {
  font-size: 24px;
  line-height: 1.75;
}
@media only screen and (max-width: 1023px) {
  .box h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .box h3 {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}
.box p {
  margin-top: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
  letter-spacing: 0.12em;
  line-height: 1.86666667;
}
@media only screen and (max-width: 1023px) {
  .box p {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .box p {
    letter-spacing: 0;
    margin-top: 30px;
  }
}

.sec02 {
  max-width: 1690px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec02 {
    margin-top: -115px;
  }
}
.sec02 .img {
  width: 36.78%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
}
@media only screen and (max-width: 1023px) {
  .sec02 .img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sec02 .img {
    width: 100%;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding-left: 90px;
  }
}
.sec02 .box {
  padding-top: 170px;
  padding-bottom: 190px;
  padding-left: 115px;
  width: 49.28%;
  background-color: #f9fafa;
  margin-left: 150px;
}
@media only screen and (max-width: 1023px) {
  .sec02 .box {
    padding: 50px 40px 50px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sec02 .box {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    background: transparent;
  }
}
.sec02 .box h3 {
  color: #073d5d;
}
.sec02 .box .inner {
  max-width: 405px;
}
.sec02 .box .inner p {
  letter-spacing: 0;
}

.sec03 {
  position: relative;
  max-width: 1690px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec03 {
    background-color: #073d5d;
    margin-top: 60px;
  }
}
.sec03::before {
  position: absolute;
  width: 100%;
  height: 530px;
  background-color: #f9fafa;
  content: "";
  z-index: -1;
  top: 195px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .sec03::before {
    display: none;
  }
}
.sec03 .img {
  width: 68.2%;
}
@media only screen and (max-width: 1023px) {
  .sec03 .img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sec03 .img {
    width: 100%;
  }
}
.sec03 .box {
  padding: 70px 15px 70px 90px;
  width: 41%;
  background-color: #073d5d;
  color: #fff;
  position: absolute;
  z-index: 9;
  left: 42.5%;
  margin-top: -40px;
}
@media only screen and (max-width: 1023px) {
  .sec03 .box {
    width: 55%;
    left: auto;
    right: 0;
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sec03 .box {
    position: relative;
    padding: 50px 40px;
    left: 0;
    margin-top: 0;
    margin-top: -1px;
    width: 100%;
  }
}
.sec03 .box .inner {
  max-width: 405px;
}
.sec03 .box .inner p {
  letter-spacing: 0;
}

.sec04 {
  position: relative;
  max-width: 1690px;
  margin: 0 auto;
  margin-top: 355px;
}
@media only screen and (max-width: 767px) {
  .sec04 {
    margin-top: 45px;
  }
}
.sec04 .wrap {
  max-width: 1268px;
  border-bottom: 5px solid #073d5d;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .sec04 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec04 .img {
  width: 53.4%;
}
@media only screen and (max-width: 767px) {
  .sec04 .img {
    padding-left: 95px;
    width: 100%;
    position: relative;
    z-index: 9;
  }
}
.sec04 .box {
  width: 56.6%;
  padding: 80px 15px 80px 90px;
  background-color: #f9fafa;
}
@media only screen and (max-width: 1023px) {
  .sec04 .box {
    padding: 50px 40px 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec04 .box {
    width: 100%;
    margin-top: -110px;
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 150px;
  }
}
.sec04 .box h3 {
  color: #073d5d;
}
@media only screen and (max-width: 767px) {
  .sec04 .box h3 {
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.sec04 .box .inner {
  max-width: 405px;
}
.sec04 .box .inner p {
  letter-spacing: 0;
}

.sec05 {
  max-width: 1690px;
  margin: 0 auto;
  margin-top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sec05 {
    margin-top: -110px;
    z-index: 9;
    position: relative;
    display: block;
  }
}
.sec05 .img {
  width: 43.2%;
}
@media only screen and (max-width: 1023px) {
  .sec05 .img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sec05 .img {
    padding-right: 53px;
    width: 100%;
  }
}
.sec05 .box {
  padding-left: 100px;
}
@media only screen and (max-width: 1023px) {
  .sec05 .box {
    width: 50%;
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec05 .box {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
  }
}
.sec05 .box h3 {
  color: #073d5d;
}
.sec05 .box .inner {
  max-width: 405px;
}
.sec05 .box .inner p {
  letter-spacing: 0;
}

.sec06 {
  max-width: 1690px;
  margin: 0 auto;
  position: relative;
  margin-top: 165px;
}
@media only screen and (max-width: 767px) {
  .sec06 {
    margin-top: 60px;
  }
}
.sec06::before {
  position: absolute;
  width: 100%;
  height: 871px;
  background-color: #f9fafa;
  content: "";
  z-index: -1;
  bottom: -80px;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .sec06::before {
    display: none;
  }
}
.sec06 .img {
  margin-left: auto;
  width: 50%;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1023px) {
  .sec06 .img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sec06 .img {
    width: 100%;
  }
}
.sec06 .box {
  position: absolute;
  left: 200px;
  background-color: #073d5d;
  color: #fff;
  padding: 70px 15px;
  width: 38.4%;
  top: 245px;
}
@media only screen and (max-width: 1023px) {
  .sec06 .box {
    width: 55%;
    left: 0px;
    padding: 50px 20px;
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .sec06 .box {
    width: 100%;
    position: static;
    padding: 50px 40px;
  }
}
.sec06 .box .inner {
  margin: 0 auto;
}
.sec06 .box .inner {
  max-width: 405px;
}
.sec06 .box .inner p {
  letter-spacing: 0;
}

.sec07 {
  margin-top: 360px;
  color: #073d5d;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec07 {
    margin-top: 70px;
  }
}
.sec07__ttl {
  font-size: 40px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1023px) {
  .sec07__ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec07__ttl {
    font-size: 26px;
    line-height: 1.75;
  }
}
.sec07__txt {
  font-size: 20px;
  line-height: 2.25;
  margin-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .sec07__txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sec07__txt {
    margin-top: 40px;
    font-size: 15px;
    line-height: 2.26666667;
  }
}
.sec07 .img {
  margin-top: 160px;
}
@media only screen and (max-width: 1023px) {
  .sec07 .img {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .sec07 .img {
    margin-top: 60px;
  }
}
.sec07 .img img {
  width: 100%;
}/*# sourceMappingURL=thought.css.map */
