@charset "UTF-8";
/* CSS Document */
/*--------------------
common
--------------------*/
.inner {
  margin: 0 100px;
}
.url {
  text-decoration: underline;
}
/*--------------------
section-worktop
--------------------*/
.section-worktop.inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-worktop__title {
  font-size: 100px;
  margin-bottom: 40px;
}
.section-worktop__text {
  font-size: 2.0rem;
  margin-bottom: 60px;
}
/*--------------------
section-summary
--------------------*/
.section-summary {
  margin-bottom: 120px;
}
.section-summary__title {
  font-size: 7.2rem;
  margin-bottom: 100px;
}
.section-summary__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
  letter-spacing: 0.2em;
}
.section-summary__list dt {
  width: 20%;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.section-summary__list dd {
  width: 80%;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.section-summary__list dt:last-of-type {
  margin-bottom: 0;
}
.section-summary__list dd:last-of-type {
  margin-bottom: 0;
}
/*--------------------
section-comment
--------------------*/
.section-comment.inner {
  margin-bottom: 150px;
}
.section-comment__title {
  font-size: 7.2rem;
  margin-bottom: 100px;
}
.box {
  display: flex;
  align-items: center;
  margin-bottom: 150px;
}
.box__visual {
  width: 45%;
  margin-right: 80px;
}
.box__visual__img {
  margin-bottom: 15px;
}
.box__text {
  width: 55%;
}
.box__text__title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 600;
}
.box__text__title .number {
  font-size: 4.8rem;
  margin-right: 30px;
}
.box__text__title .title {
  font-size: 3.2rem;
  line-height: 1.5;
}
.box__text__desc {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.box2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 100px;
}
.box2__visual {
  width: 45%;
  margin-left: 80px;
}
.box2__text {
  width: 55%;
}
.box.box3 {
  margin-bottom: 150px;
}
.btn__viewothers {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 45px 0;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  text-align: center;
  font-size: 3.0rem;
  transition: all 0.7s;
}
.btn__viewothers:hover {
  color: #FFF;
  background-color: #000;
}
@media screen and (max-width:1025px) {
  /*--------------------
section-worktop
--------------------*/
  .section-worktop__title {
    font-size: 8.0rem;
  }
  /*--------------------
section-summary
--------------------*/
  .section-summary__list dt {
    width: 30%;
  }
  .section-summary__list dd {
    width: 70%;
    word-break: break-all;
  }
  /*--------------------
section-comment
--------------------*/
  .box {
    flex-direction: column-reverse;
  }
  .box__visual {
    width: 100%;
    margin-right: 0;
  }
  .box__text {
    width: 100%;
    margin-bottom: 40px;
  }
  .box2 {
    flex-direction: column-reverse;
  }
  .box2__visual {
    width: 100%;
    margin-left: 0;
  }
  .box2__text {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  /*--------------------
common
--------------------*/
  .inner {
    margin: 0 30px;
  }
  /*--------------------
section-worktop
--------------------*/
  .section-worktop.inner {
    margin-top: 50px;
  }
  .section-worktop__title {
    font-size: 6.4rem;
    margin-bottom: 30px;
  }
  .section-worktop__text {
    margin-bottom: 30px;
  }
  /*--------------------
section-summary
--------------------*/
  .section-summary__title {
    font-size: 5.6rem;
    margin-bottom: 60px;
  }
  .section-summary__list {
    margin-bottom: 100px;
  }
  .section-summary__list dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-summary__list dd {
    width: 100%;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  /*--------------------
section-comment
--------------------*/
  .section-comment.inner {
    margin-bottom: 120px;
  }
  .section-comment__title {
    font-size: 5.6rem;
    margin-bottom: 60px;
  }
  .box {
    margin-bottom: 120px;
  }
  .box2 {
    margin-bottom: 80px;
  }
  .box.box3 {
    margin-bottom: 80px;
  }
  .btn__viewothers {
    width: 250px;
    padding: 27px 0;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 600px) {
  /*--------------------
section-worktop
--------------------*/
  .section-worktop__title {
    font-size: 5.6rem;
  }
  .section-worktop__text {
    font-size: 1.6rem;
  }
  /*--------------------
section-summary
--------------------*/
  .section-summary__title {
    font-size: 4.0rem;
  }
  /*--------------------
section-summary
--------------------*/
  .section-comment__title {
    font-size: 4.0rem;
  }
  /*--------------------
section-comment
--------------------*/
  .box__text__title .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .section-worktop.inner {
    margin-bottom: 60px;
  }
  .section-worktop__title {
    font-size: 4.0rem;
    margin-bottom: 15px;
  }
  .section-summary {
    margin-bottom: 100px;
  }
  .section-summary__title {
    font-size: 3.2rem;
  }
  .section-summary__list {
    margin-bottom: 80px;
  }
  .section-summary__list dt {
    margin-bottom: 15px;
  }
  .section-comment.inner {
    margin-bottom: 100px;
  }
  .section-comment__title {
    font-size: 3.2rem;
  }
  .box {
    margin-bottom: 100px;
  }
  .box2 {
    margin-bottom: 70px;
  }
  .box.box3 {
    margin-bottom: 70px;
  }
  .box__text__title .number {
    margin-right: 15px;
  }
  .box__text__title .title {
    font-size: 2.0rem;
  }
}