@charset "utf-8";
/* CSS Document */
.main {
  background-color: #E9EAEC;
}
.section-top {
  z-index: 1;
}
.section-top__text {
  text-align: left;
  padding: 104px 24px 0;
}
.section-top__text h1{
  font-size: 3.2rem;
  line-height: 4.8rem;
  padding-bottom: 24px;
}
.section-top__text {
  font-size: 1.4rem;
}
.section-top__image-area {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
.section-top__image {
  margin-left: auto;
  padding: 24px;
  width: 240px;
  min-width: 50%;
  z-index: 2;
}
.section-top__image2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
@media (min-width: 800px) {
  .section-top {
    margin-bottom: 0;
  }
  .section-top__container {
    height: 100vh;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  .section-top__text {
    width: 60%;
  }
  .section-top__image {
    height: 100%;
    width: auto;
    padding-right: 80px;
    margin-top: 64px;
  }
  .section-top__image2 {
    height: 90vh;
    width: auto;
    position: absolute;
    top: 64px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .section-top__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .section-top__text {
    padding-top: 200px;
  }
  .section-top__text h1{
    font-size: 6.0rem;
    line-height: 9.6rem;
    padding-bottom: 24px;
    
  }
  .section-top__text p{
    width: 462px;
  }
  .section-top__image-area {
    position: static;
  }
  .section-top__image {
    height: 100%;
    width: auto;
    padding: 104px 80px 80px 0;
  }
  .section-top__image2 {
    height: auto;
    width: 47%;
  }
  
}
  .section-summary {
    margin: 80px auto 0;
    padding: 0 24px;
    max-width: 700px;
  }
  .section-summary__descliption {
    text-align: left;
    padding-right: 40px;
    margin-top: 24px;
  }
  .section-summary__descliption h2{
    font-size: 2.0rem;
  }
  .section-summary__tag {
    display: inline-block;
    font-size: 1.2rem;
    margin: 8px 0 16px;
    padding: 4px 8px;
    border: solid 1px;
  }
  .section-summary__descliption table{
    font-size: 1.4rem;
  }
  .section-summary__descliption td img{
    vertical-align: -15%;
    width: 20px;
    height: 20px;
  }
  .section-summary__image {
    width: 100%;
  }
@media (min-width: 1000px) {
  .section-summary {
    clear: both;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 1200px;
    margin-top: 200px;
  }
  .section-summary__descliption {
    padding-right: 40px;
    margin-top: 0;
  }
  .section-summary__descliption h2{
    padding-top: 8px;
    font-size: 3.2rem;
  }
  .section-summary__tag {
    font-size: 1.6rem;
    margin: 24px 0;
    padding: 8px 16px;
  }
  .section-summary__descliption table{
    font-size: 1.6rem;
  }
  .section-summary__image {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .section-summary {
    display: flex;
    justify-content: space-between;
  }
  .section-summary__image {
    max-width: 720px;
  }
}
.section-consept {
  padding: 0 24px;
  margin: 80px 0;
}
.section-consept h2{
  font-size: 2.0rem;
  color: #963837;
  margin-bottom: 40px;
}
.section-consept__process{
  display: block;
}
.section-consept__content{
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.section-consept__content h3{
  padding:6px;
  background-color: #963837;
  color: #FFF;
  font-size: 1.6rem;
  border-radius: 8px;
}
.section-consept__content h3 span{
  font-size: 2.4rem;
  color: #FFF3CE;
  vertical-align: -5%;
  padding-right: 4px;
}
.section-consept__content img {
  height: 60px;
  width: auto;
  margin-top: 32px;
  margin-bottom: 16px;
}
.section-consept__content h4 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.section-consept__content p {
  text-align: left;
  font-size: 1.4rem;
}
.section-consept__allow {
  height: 26px;
  margin: 40px 0;
}
.section-consept__allow-result {
  margin-top: 40px;
}
.section-consept__process-result {
  padding: 32px 24px;
  margin: 40px auto 0;
  width: 100%px;
  max-width: 700px;
  background-color: #E9EAEC;
  border-radius: 20px;
  box-shadow: 5px 5px 20px #BFBFBF,-5px -5px 20px #FFFFFF;
}
.section-consept__process-result__subtitle {
  font-size: 1.2rem;
  color: #963837;
  font-weight: 600;
}
.section-consept__process-result h3{
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.section-consept__process-result h3 span{
  font-size: 1.8rem;
}
.section-consept__process-result p{
  text-align: left;
  font-size: 1.4rem;
}
@media (min-width: 1000px) {
  .section-consept {
  max-width: 1200px;
  margin: 200px auto 120px;
}
  .section-consept h2{
  font-size: 3.2rem;
}
  .section-consept__content {
  width: 280px;
  height: 282px;
  margin: 0;
}
  .section-consept__content p{
  font-size: 1.6rem;
}
.section-consept__process {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-consept__content h4 {
  font-size: 2.0rem;
}
.section-consept__allow {
  margin: 0;
  transform: rotate(-90deg);
  height: 26px;
  vertical-align: bottom;
  width: 50px;
}
.section-consept__process-result {
  padding: 40px 64px;
  margin: 40px auto 0;
  width: 800px;
  background-color: #E9EAEC;
  border-radius: 20px;
  box-shadow: 5px 5px 20px #BFBFBF,-5px -5px 20px #FFFFFF;
}
.section-consept__process-result__subtitle {
  font-size: 2.4rem;
}
.section-consept__process-result h3{
  font-size: 4.0rem;
  margin: 16px 0 24px;
}
.section-consept__process-result h3 span{
  font-size: 3.2rem;
}
  .section-consept__process-result p{
  font-size: 1.4rem;
}
}

@media (min-width: 1200px) {
.section-consept__content {
  width: 300px;
}
}
.section-overview {
  background-color: #CCCCCC;
  padding: 80px 24px;
}
.section-overview__image {
  width: 100%;
  max-width: 900px;
}
.section-overview__title {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-bottom: 24PX;
}
.section-overview__title h2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-left: 8px;
}
@media (min-width: 1200px) {
.section-overview {
  padding: 80px 0;
}
.section-overview__title {
  margin-bottom: 40PX;
}
  .section-overview__title h2 {
  font-size: 1.8rem;
  padding-left: 8px;
  line-height: 2.2rem;
}
.section-overview__title img {
  height: 48px;
  width: auto;
}
}
.section-sitemap__links {
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  padding: 16px 24px 80px;
  margin: 0 auto;
  color: #888;
  font-size: 1.2rem;
}
.section-sitemap__links-arrow {
  padding: 0 8px;
  opacity: 50%;
}
.section-sitemap__links-top,.section-sitemap__links-works{
  opacity: 50%;
  text-decoration: none;
}
.section-sitemap__links-active {
  color: #333;
}
@media (min-width: 1200px) {
 .section-sitemap__links {
  padding-bottom: 120px;
  margin: 0 auto ;
  color: #888;
  font-size: 1.6rem;
 }
}
