@charset "UTF-8";
/* CSS Document */
/* contents
-----------------------------------------------*/
#contents {
  background-color: #f4f8d6; }

/* section
-----------------------------------------------*/
.section {
  position: relative; }

/* message
-----------------------------------------------*/
#message {
  text-align: center;
  padding: 80px 0;
  text-align: center; }
  #message .ttl {
    color: #218642; }
    #message .ttl p {
      font-size: 28px; }
    #message .ttl h1 {
      font-size: 55px; }
      #message .ttl h1 br {
        display: none; }
  #message .txt {
    margin-top: 80px; }

.textSplitLoad {
  opacity: 0; }

#message .txt p {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 2; }
  #message .txt p .org {
    color: #ff761a; }
  #message .txt p .bold {
    font-size: 26px; }
  #message .txt p .line {
    position: relative;
    z-index: 1;
    display: inline-block; }
    #message .txt p .line::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -10px;
      z-index: -1;
      width: 0;
      height: 100%;
      background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/about/img/txt_line_01.jpg") left bottom repeat-y;
      background-size: auto 80px; }
    #message .txt p .line.org::before {
      background-image: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/about/img/txt_line_03.jpg"); }

#message .txt.last p .line::before {
  background-repeat: no-repeat; }

#message .txt p .point {
  position: relative;
  z-index: -1;
  display: inline-block; }
  #message .txt p .point::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -15px;
    z-index: -1;
    width: 100px;
    height: 70px;
    background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/about/img/txt_point_01.png") left bottom repeat-y;
    background-size: 100%;
    -webkit-transform: translateX(-50%) scale(0.8);
    -ms-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
    opacity: 0; }

#message .txt.last p {
  font-size: 48px;
  color: #218642; }

#message p.note {
  text-align: right;
  font-size: 14px;
  padding: 0 40px;
  margin-top: 40px; }

#message .txt1 p .line::before {
  -webkit-transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
  -o-transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

#message .txt1.fade p .line::before {
  width: 100%; }

#message .txt3 p .point::before {
  -webkit-transition: opacity 0.3s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.18, 1.2);
  transition: opacity 0.3s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.18, 1.2);
  -o-transition: opacity 0.3s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.3s cubic-bezier(0.4, 1, 0.18, 1.2);
  transition: opacity 0.3s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.3s cubic-bezier(0.4, 1, 0.18, 1.2);
  transition: opacity 0.3s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.3s cubic-bezier(0.4, 1, 0.18, 1.2), -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.18, 1.2); }

#message .txt3.fade p .point::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1); }

#message .txt3.fade p .point1::before {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

#message .txt3.fade p .point2::before {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s; }

#message .txt3.fade p .point3::before {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

#message .txt3 p .line::before {
  -webkit-transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
  -o-transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1); }

#message .txt3.fade p .line::before {
  width: 100%;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

#message .txt5 p .line::before, #message .txt6 p .line::before {
  -webkit-transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
  -o-transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1); }

#message .txt5.fade p .line::before, #message .txt6.fade p .line::before {
  width: 100%;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

#message .txt {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.85s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.85s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: opacity 0.85s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.85s cubic-bezier(0.21, 0.6, 0.35, 1);
  -o-transition: transform 0.85s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 0.85s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.85s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 0.85s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.85s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 0.85s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.85s cubic-bezier(0.21, 0.6, 0.35, 1); }
  #message .txt.fade {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

/* fade */
@media only screen and (max-width: 1150px) {
  #message .ttl h1 br {
    display: block; } }

@media only screen and (max-width: 980px) {
  #message .ttl p {
    font-size: 24px; }
  #message .ttl h1 {
    font-size: 48px; }
  #message .txt {
    margin-top: 80px; }
    #message .txt p {
      font-size: 18px; }
      #message .txt p .bold {
        font-size: 20px; }
      #message .txt p .point::before {
        bottom: -10px;
        width: 80px;
        height: 56px; }
    #message .txt.last p {
      font-size: 40px; } }

@media only screen and (max-width: 768px) {
  #message {
    text-align: center;
    padding: 60px 0; }
    #message .txt {
      margin-top: 60px; }
    #message .ttl p {
      font-size: 16px; }
    #message .ttl h1 {
      font-size: 26px; }
    #message .txt p {
      font-size: 14px; }
      #message .txt p .bold {
        font-size: 18px; }
      #message .txt p .line::before {
        bottom: -6px;
        z-index: -1;
        height: 100%;
        background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/about/img/txt_line_01.jpg") left bottom repeat-y;
        background-size: auto 40px; }
      #message .txt p .point::before {
        bottom: -9px;
        width: 60px;
        height: 42px; }
    #message .txt.last p {
      font-size: 24px; }
    #message p.note {
      font-size: 12px;
      padding: 0 20px;
      margin-top: 60px; } }

@media only screen and (max-width: 374px) {
  #message .txt p {
    font-size: 12px; }
    #message .txt p .bold {
      font-size: 16px; } }

/* project
-----------------------------------------------*/
#project {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 100px 40px 80px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/about/img/bgi_project_01.jpg") repeat-x center;
  background-size: auto 100%; }
  #project::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -39px;
    z-index: 1;
    width: 84px;
    height: 40px;
    background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/about/img/bgi_project_02.png");
    background-size: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  #project h2 {
    font-size: 48px;
    color: #218642; }
  #project p {
    font-size: 20px;
    margin-top: 40px; }
  #project .img1 {
    max-width: 700px;
    width: 100%;
    margin: 40px auto 0; }
    #project .img1::before {
      content: "";
      display: block;
      width: 100%;
      background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/about/img/img_project_01.png") no-repeat;
      background-size: 100%;
      padding-top: 44%; }
  #project .img2 {
    max-width: 700px;
    margin: 40px auto 0; }
  #project .img1 {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    -o-transition: transform 1s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 1s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 1s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.21, 0.6, 0.35, 1); }
    #project .img1.fade {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  #project .img2 {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.18, 1.2);
    transition: opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.18, 1.2);
    -o-transition: transform 1s cubic-bezier(0.2, 1, 0.18, 1.2), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.18, 1.2), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.18, 1.2), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.18, 1.2); }
    #project .img2.fade {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

/* fade */
@media only screen and (max-width: 768px) {
  #project {
    padding: 60px 20px 40px; }
    #project::after {
      bottom: -25px;
      width: 55px;
      height: 26px; }
    #project h2 {
      font-size: 28px; }
    #project p {
      font-size: 14px;
      margin-top: 20px;
      text-align: left; }
    #project .img1 {
      max-width: 500px;
      margin: 20px auto 0; }
      #project .img1::before {
        background-image: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/about/img/img_project_01_sp.png");
        padding-top: 59%; }
    #project .img2 {
      max-width: 500px;
      margin: 20px auto 0; } }

/* future
-----------------------------------------------*/
#future {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 120px 40px;
  color: #fff;
  background-color: #218642; }
  #future::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/about/img/bgi_future_01.jpg") no-repeat bottom #218642;
    background-size: cover; }
  #future .inner {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto; }
  #future h2 {
    font-size: 48px;
    line-height: 1.2; }
  #future h3 {
    font-size: 28px;
    margin-top: 60px; }
  #future p {
    font-size: 22px;
    margin-top: 20px;
    line-height: 2; }
    #future p strong {
      font-size: 26px; }
      #future p strong span {
        font-size: 18px; }
  #future::before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    -o-transition: transform 1s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 1s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 1s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.21, 0.6, 0.35, 1); }
  #future.fade::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

/* fade */
@media only screen and (max-width: 980px) {
  #future p {
    font-size: 18px; }
    #future p strong {
      font-size: 20px; } }

@media only screen and (max-width: 768px) {
  #future {
    padding: 60px 20px 100px; }
    #future h2 {
      font-size: 30px; }
    #future h3 {
      font-size: 18px;
      margin-top: 30px; }
    #future p {
      font-size: 14px;
      margin-top: 10px; }
      #future p strong {
        font-size: 20px; }
        #future p strong span {
          font-size: 16px; } }

@media only screen and (max-width: 320px) {
  #future p {
    font-size: 13px; } }

/* ponta
-----------------------------------------------*/
.ponta {
  position: absolute;
  width: 220px;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 1s cubic-bezier(0.4, 1, 0.18, 1.2);
  -o-transition: all 1s cubic-bezier(0.4, 1, 0.18, 1.2);
  transition: all 1s cubic-bezier(0.4, 1, 0.18, 1.2); }
  .ponta.fade {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.ponta1, .ponta3, .ponta5, .ponta7 {
  left: 60px; }

.ponta2, .ponta4, .ponta6 {
  right: 60px; }

.ponta1 {
  top: 13%; }

.ponta2 {
  top: 27%; }

.ponta3 {
  top: 60%; }

.ponta4 {
  top: 75%; }

.ponta5 {
  top: -10%; }

.ponta6 {
  top: 43%; }

.ponta7 {
  bottom: -5%; }

@media only screen and (max-width: 1300px) {
  .ponta {
    width: 180px; }
  .ponta1, .ponta3, .ponta5, .ponta7 {
    left: 5px; }
  .ponta2, .ponta4, .ponta6 {
    right: 5px; }
  .ponta4 {
    top: 73%; } }

@media only screen and (max-width: 1000px) {
  .ponta {
    width: 140px; }
  .ponta6, .ponta7 {
    display: none; }
  .ponta5 {
    top: -6%; } }

@media only screen and (max-width: 768px) {
  .ponta {
    width: 70px; }
  .ponta1 {
    top: 10.5%; }
  .ponta2 {
    top: 25.5%; }
  .ponta3 {
    top: 60%; }
  .ponta4 {
    top: 76.5%; }
  .ponta5 {
    top: -6%; } }

.ponta1, .ponta3, .ponta5 {
  left: 10px; }

.ponta2, .ponta4 {
  right: 10px; }

/* アプリバナー
-----------------------------------------------*/
.gpa-banner {
  background: #f4f8d6; }
  .gpa-banner__inner {
    width: 512px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .gpa-banner__inner img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 768px) {
    .gpa-banner__inner {
      width: 100%;
      padding: 30px 20px 90px; } }
