@charset "UTF-8";
/*======================
    topImage
======================*/
.topImage {
    width: 100%;
    border-top: 3px solid #4677af;
    border-bottom: 3px solid #4677af;
    position: relative
}
.topImage img {
    width: 100%;
    vertical-align: middle;
}
.topImageText {
    position: absolute;
    top: 39px;
    left: 118px;
    color: #fff;
    line-height: 3em;
    font-weight: bold;
    letter-spacing: 0.5em;
    font-size: 1.1em;
}
.topImageText span {
    /*border-bottom: 2px solid #fff57f;*/
    position: relative;
}
.topImageText span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 100%;
    height: 4px;
    background: #fff57f;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
.topImageText span.lineactive::after {
    transform: scale(1, 1);
}


/*======================
    news
======================*/
.news-title {
    color: #fff;
    background: #6d8dbe;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-title img {
    margin-right : 10px;
}
.news-title span {
    font-weight: 600;
}
.fa-circle-info {
    margin-right: 5px;
}
.news-ul {
    margin: 20px auto 70px;
    padding: 0 40px;
}
.news-ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}
.news-ul li a {
    color: #333;
    font-weight: 500;
    transition: all .3s;
}
.news-ul li:hover a {
    color: #d685b0;
}
.news-link {
    list-style-type: none !important;
    margin-top : 20px;
}
.news-link a {
    color: #6d8dbe !important;
    position: relative;
    transition: all .3s;
}
.news-link a:hover {
    color: #d685b0 !important;
}
.news-link a::after {
    content: ">>";
    position: absolute;
    right: -25px;
    top: 0;
}


/*======================
    introduction
======================*/
.intro-wrapper {
    margin: 0 auto 70px;
}
.intro-ribbons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.intro-ribbons li {
    width : 24%;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
    transition: all .3s;
}
.intro-ribbons li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 1.2em;
}
.intro-ribbons li span {
    text-align: center;
    color: #fff;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}
.intro-ribbons li:nth-of-type(1) {
    background: #80c3f0;
}
.intro-ribbons li:nth-of-type(2) {
    background: #b3ce5b;
}
.intro-ribbons li:nth-of-type(3) {
    background: #d685b0;
}
.intro-ribbons li:nth-of-type(4) {
    background: #e3ac47;
}
.intro-ribbons li:hover {
    background: #f7ea3f;
}
.intro-ribbons li:hover span {
    color: #333;
}
/*.intro-ribbons li img {
    width: 100%;
}*/
.introductions {
    border-top: 1px solid #707070;
    font-weight: 500;
}
.intro-box {
    padding: 60px 0 70px;
    border-bottom: 1px dotted #707070;
}
/*.introductions .wrapper .intro-box:first-child {
    padding: 0 0 70px;
}*/
.introductions .intro-wrapper .intro-box:last-child {
    border-bottom: none;
}
.intro-box h2 {
    font-size: 2em;
}
#about-us ul li, .target-ul li {
    position: relative;
    padding-left: 1.2rem;
}
#about-us ul li::before, .target-ul li::before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    display: block;
}
#about-us ul li::before {
    background: #80c3f0;
}
.intro-box h2, .intro-box ul li {
    margin-bottom: 30px;
}
.intro-box ul li {
    line-height: 1.7em;
}
.intro-box ul li:last-child {
    margin-bottom: 0;
}
.intro-box h2 {
    display: flex;
    align-items: center;
    letter-spacing: 0.3em;
}
#about-us h2 {
    color: #80c3f0;
}
.head-txt {
    margin-right: 5px;
    color: #fff;
    width: 45px; 
    height: 45px;
    -webkit-clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
    display: inline-block;
    position: relative;
}
.head-txt span {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}
#about-us .head-txt {
    background: #80c3f0;
}
#features .head-txt {
    background: #b3ce5b;
}
#features h2, .features-title {
    color: #b3ce5b;
}
#target .head-txt {
    background: #d685b0;
}
#target h2, .target-title {
    color: #d685b0;
}
.target-ul {
    padding: 20px;
    background: #fef79d;
}
.target-ul li::before {
    background: #d685b0;
}
.target-ul li {
    margin-bottom: 15px !important;
}
.target-ul {
    width: 45%;
}
.target-image {
    width: 40%;
}
.target-image img {
    width: 100%;
}
.target-recommend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.attention {
    font-weight: 700;
    color: #ce5445;
    margin-top: 5px;
}
#support-content .head-txt {
    background: #e3ac47;
}
#support-content h2, .content-title {
    color: #e3ac47;
}
.content-link-triangle {
    margin-right: 15px;
    transition: all .5s;
    width: 20%;
}
.content-link {
    background: #e3ac47;
    cursor: pointer;
    position: relative;
    width: 65%;
    text-align: center;
    transition: all .3s;
    border: 1px solid #e3ac47;
}
.content-link .lint-text {
    padding : 10px;
    color: #fff;
    display: inline-block;
    transition:all .3s;
}
.content-text {
    width: 73%;
}
.content-link-items {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}
.content-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.content-title {
    margin-bottom: 3px;
    font-size: 1.2em;
    font-weight: bold;
}
.content-link .lint-text::before {
    background: url(../../img/white-triangle.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    display: block;
    top: 28%;
    left: 8px;
    transition: all .5s;
}
.content-link-items:hover .lint-text::before {
    left: 15px;
    background: url(../../img/orange-triangle2.svg) no-repeat center center;
}
.content-link-items:hover .content-link {
    background: #fff;
    border : 1px solid #e3ac47;
}
.content-link-items:hover .content-link .lint-text {
    color: #e3ac47;
}
.content-link-items:hover .content-link-triangle {
    margin-right: 5px;
}
.support-phase p {
    font-weight: 700;
    display: inline-block;
    font-size: 1.2em;
}
.phase-image {
    width: 100%;
    margin: 30px auto;
}
.phase-image img {
    width: 100%;
}
.how-to {
    margin: 60px auto;
}
.how-to-title {
    padding: 10px 20px 10px 100px;
    background: #6d8dbe;
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    position: relative;
}
.how-to-title .fa-play {
    margin-right: 10px;
}
.how-to-attention {
    color: #cd5547;
}
.features-title, .target-title, .target-sub-title, .attention {
    font-size: 1.2em;
    font-weight: bold;
}
.white-triangle::after {
    background: url(../../img/three-white-triangle.svg) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    content: "";
    width: 66px;
    height: 20px;
}

#banner {
  margin-top: 6em;
}
#banner .inner > p {
  margin-bottom: 2.5em;
  line-height: 1.8;
}
#banner .inner > p strong {
  font-weight: 900;
}
#banner .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
}
#banner .inner ul li {
  width: 46%;
}
#banner .inner ul li .img {
  text-align: center;
  margin-bottom: 1em;
}
#banner .inner ul li .img img {
  width: auto;
  height: 66px;
}
#banner .inner ul li .img img#jigyo {
  border: 1px solid #ddd;
}
#banner .inner ul li p {
  text-align: center;
}

/*************** レスポンシブ *************************/
@media screen and (max-width: 1058px) {
    .content-inner {
        display: block;
    }
    .content-text {
        width: 100%;
        margin-bottom: 15px;
    }
    .content-link {
        width: 68%;
    }
    .content-link-items {
        width: 100%;
    }
    .content-link-triangle {
        width: 8%;
    }
}

@media screen and (max-width: 820px) {
    .intro-ribbons li {
        width: 45%;
        margin : 20px 10px;
    }
    .topImageText {
        top: 13px;
        left: 40px;
        line-height: 2.5em;
        letter-spacing: 0.3em;
    }
    .target-ul, .target-image {
        width: 50%;
    }
  #banner .inner ul {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
    .news-ul {
        margin: 20px auto 30px;
    }
    .target-ul, .target-image {
        width: 100%;
    }
    .target-image {
        margin-top: 20px;
    }
}

@media screen and (max-width: 430px) {
  #banner {
    margin-top: 4em;
  }
  #banner .inner ul {
    display: block;
  }
  #banner .inner ul li {
    width: 100%;
  }
  #banner .inner ul li:first-of-type {
    margin-bottom: 2em;
  }
  #banner .inner ul li .img {
    margin-bottom: 0.5em;
  }
  #banner .inner ul li .img img#jigyo {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 428px) {
    .intro-ribbons li {
        width: 100%;
        margin: 0 auto 30px;
    }
    .intro-ribbons li:last-child {
        margin-bottom: 0;
    }
    .intro-box h2 {
        font-size: 1.3em;
    }
    .target-ul {
        margin: 10px auto;
    }
    .support-phase p, .content-title,.features-title, 
    .target-title, .target-sub-title, .attention {
        font-size: 1.1em;
    }
    .how-to-title {
        font-size: 1.2em;
    }
    .intro-wrapper {
        margin: 0 auto;
    }
    .topImageText {
        top: 10px;
        left: 20px;
        font-size: 0.7em;
    }
    .content-link-triangle {
        width: 16%;
    }
    .intro-box h2 {
        letter-spacing: 0.1em;
    }
}