about.scss 5.21 KB
// compileCompressed: ./$1.css

@import "../common/css/mixin_style";

#pageTitle{
  background: url(/img/about/bg_under.png) no-repeat top center;
  background-color: #eefdfe;
  padding: 8em 0 5em 0;
  text-align: center;
  @media only screen and (max-width: 767px){
    padding-left: 3%;
    padding-right: 3%;
  }
  h1{
    margin-bottom: 0.8em;
    img{
      max-width: 100%;
    }
  }
  p{
    color: #636466;
    font-size: 1.5rem;
    transform: scale( 1 , 1.2 );
    letter-spacing: 1px;
    @media only screen and (max-width: 767px){
      font-size: 1.3rem;
    }
  }
}
section.ph{
  padding: 5em 0 0 0;
  @media only screen and (max-width: 1060px){
    padding-left: 3%;
    padding-right: 3%;
  }
  .flex{
    align-items: center;
    >div:nth-child(1){
      width: 60%;
      @media only screen and (max-width: 767px){
        width: 100%;
      }
      img{
        max-width: 100%;
      }
    }
    >div:nth-child(2){
      width: 40%;
      @media only screen and (max-width: 767px){
        width: 100%;
        text-align: center;
        margin-top: 20px;
      }
      h2{
        margin-bottom: 2em;
        img{
          max-width: 100%;
        }
      }
      p{
        color: #636466;
        margin-bottom: 30px;
        transform: scale( 1 , 1.2 );
        font-size: 1.3rem;
        @media only screen and (max-width: 767px){
          font-size: 1.2rem;
        }
      }
    }
  }
}

#tokuten{
  margin-top: 4em;
  @media only screen and (max-width: 1060px){
    padding-left: 3%;
    padding-right: 3%;
  }
  h2{
    text-align: center;
    margin-bottom: 2em;
    img{
      max-width: 100%;
    }
  }
  .flow{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    @media only screen and (max-width: 767px){
      align-items: flex-start;
    }
    >div{
      text-align: center;
      h3{
        @include transformFont();
        font-size: 1.3rem;
        color: #636466;
        line-height: 140%;
        margin-bottom: 20px;
        @media only screen and (max-width: 767px){
          font-size: 0.8rem;
        }
      }
      p{
        font-size: 1.2rem;
        line-height: 140%;
        a{
          color: #62bcc3;
          text-decoration: underline;
        }
      }
      @media only screen and (max-width: 767px){
        width: 100%;
      }
    }
    @media only screen and (max-width: 767px){
      figure{
        img{
          width:67px;
        }
      }
      .arrow{
        transform: rotate(90deg);
        text-align: center;
        padding: 10px 0;
        img{
          width: 13px;
        }
      }
    }
  }
  .image{
    margin: 40px 0 0 0;
  }
}

#service{
  margin-top: 6em;
  @media only screen and (max-width: 1060px){
    padding-left: 3%;
    padding-right: 3%;
  }
  h2{
    text-align: center;
    margin-bottom: 2em;
    img{
      max-width: 100%;
    }
  }
  p{
    @include transformFont();
    font-size: 1.3rem;
    text-align: center;
  }
  .more{
    text-align: center;
    margin-top: 2em;
  }
}

#consortium{
  margin-top: 6em;
  @media only screen and (max-width: 1060px){
    padding-left: 3%;
    padding-right: 3%;
  }
  h2{
    text-align: center;
    margin-bottom: 2em;
    img{
      max-width: 100%;
    }
  }
  .list{
    border: 4px #d3d3d3 solid;
    padding: 20px 2em;
    margin-bottom: 20px;
    h3{
      border-bottom: 2px #d3d3d3 solid;
      padding: 0px 0 20px 24px;
      margin-bottom: 30px;
      line-height: 100%;
      position: relative;
      @media only screen and (max-width: 767px){
        margin-bottom: 15px;
      }
      span{
        display: inline-block;
        color: #636466;
        font-size: 1.3rem;
        @include transformFont();
        line-height: 100%;
      }
      &:before{
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-color: #62bcc3;
        border-radius: 8px;
        position: absolute;
        left:0;
        top:2px;
      }
    }
    ul{
      flex-wrap: wrap;
      li{
        @include transformFont();
        color: #636466;
        display: block;
        width: 25%;
        font-size: 1.3rem;
        margin-bottom: 15px;
        @media only screen and (max-width: 767px){
          font-size:1.0rem;
          width: 100%;
          margin-bottom: 5px;
        }
      }
    }
  }
}

#gray{
  margin-top: 4em;
  .container{
    background-color: #f4f4f4;
    padding: 3em;
    .flex{
      >div:nth-child(1){
        width: 30%;
        @media only screen and (max-width: 767px){
          width: 100%;
          margin-bottom: 20px;
        }
        h3{
          color: #636466;
          font-size: 1.4rem;
          transform: scale( 1 , 1.2 );
          line-height: 180%;
        }
      }
      >div:nth-child(2){
        width: 70%;
        @media only screen and (max-width: 767px){
          width: 100%;
        }
        p{
          font-size: 1.3rem;
        }
        .more{
          margin-top: 1.5em;
          a{
            padding: 4px 2.5em 8px 2em;
            line-height: 160%;
            &:after{
              background-image: url(/img/about/icon_blank.png);
              background-size: 13px auto;
            }
            span{
              font-size:1.1rem;
            }
          }
        }
      }
    }
  }
}