@charset "UTF-8";
@import "reset";
@import "mediaquery";

html {
  background: #fff;
  font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  color: #1F323E;
  min-height: 100vh;
  // overflow-y: scroll;
  // overflow-x: hidden;
}

body.overflow-hidden {
  overflow: hidden;
}

body {
  margin: auto;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
img {
  width: 100%;
  display: block;
}
a {
  color: #011d2a;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  &:hover {
    opacity: 0.7;
    filter: alpha(opacity = 80);
  }
}


.sp_none {
  display: block;
  @include mqSP() {
    display: none;
  }
}

.pc_none {
  display: none;
  @include mqSP() {
    display: block;
  }
}



/* Header
--------------------------------------------------- */

header {
  position: relative;
  width: 100%;
  height: 80px;
  position: relative;
  background-color: #fff;
  padding: 18px 0 0;
  @include mqSP() {
    padding: 13px 5%;
    height: auto;
  }
  .logo {
    width: 195px;
    margin: 0 0 0 2vw;
    @include mqSP() {
      width: 40%;
      margin: 0;
    }
  }
}


/* mv_area
--------------------------------------------------- */
.mv_area {
  position: relative;
  .main_area {
    width: 100%;
    height: 40vw;
    min-height: 600px;
    background-size: cover;
    background-image: url(../img/mv_bg.png);
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    @include mqSP() {
      height: auto;
      min-height: 700px;
    }
    @media screen and (max-width: 320px) {
      min-height: 650px;
    }
    &:after {
      content: "";
      background-color: #fff;
      width: 130%;
      height: 200px;
      position: absolute;
      left: -15%;;
      bottom: -150px;
      border-radius: 100%;
      @include mqSP() {
        width: 200%;
        left: -50%;
      }
    }
    .left_box {
      margin: 5vw 0 0 10vw;
      z-index: 101;
      @include mqSP() {
        width: 90%;
        margin: 40px auto 0;
      }
      .sns_icons {
        width: 270px;
        margin: 0 0 20px;
        @include mqSP() {
          width: 50%;
          margin: 0 0 5px;
        }
      }
      .txt_icons {
        display: flex;
        justify-content: flex-start;
        margin: 0 0 20px;
        @include mqSP() {
          flex-wrap: wrap;
          margin: 0 0 10px;
        }
        .icon_txt {
          font-size: .9vw;
          line-height: 1.6;
          color: #fff;
          padding: 6px 15px;
          font-weight: bold;
          margin: 0 10px 0 0;
          border-radius: 5px;
          @include mqSP() {
            width: 40%;
            font-size: 11px;
            text-align: center;
            margin: 0 10px 10px 0;
          }
        }
        .color_01 {
          background-color: #19c904;
        }
        .color_02 {
          background-color: #ff5780;
        }
        .color_03 {
          background-color: #4C2A85;
        }
        .color_04 {
          background-color: #134BC3;
        }
      }
      .main_copy {
        font-size: 3.5vw;
        line-height: 1.3;
        font-weight: bold;
        color: #fff;
        margin: 0 0 15px;
        letter-spacing: 5px;
        @include mqSP() {
          font-size: 7.5vw;
          letter-spacing: 3px;
        }
      }
      .sub_copy {
        font-size: 12px;
        line-height: 1.8;
        font-weight: bold;
        color: #fff;
        margin: 0 0 20px;
      }

    }
  }

  .illust_box {
    width: 55vw;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 100;
    @include mqSP() {
      width: 90%;
      position: absolute;
      bottom: 0px;
      top: inherit;
      right: 0;
      left: 0;
      margin: 30px auto 0;
    }
  }
  .cta_btn {
    @include mqSP() {
      margin: 0 auto;
    }
  }
}


.min_tit {
  font-size: 20px;
  font-weight: bold;
  background-color: #1188E3;
  border-radius: 100px;
  padding: 5px 30px;
  color: #fff;
  display: inline-block;
  margin: 0 0 20px;
  @include mqSP() {
    font-size: 13px;
    padding: 4px 20px;
    margin: 0 0 15px;
  }
}

.section_tit {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 15px;
  font-weight: bold;
  @include mqSP() {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.read_txt {
  font-size: 18px;
  line-height: 1.8;
  @include mqSP() {
    font-size: 13px;
    br {
      display: none;
    }
  }
}

.cta_btn {
  width: 260px;
  display: flex;
  justify-content: center;
  background-color: #ff5780;
  color: #fff;
  font-weight: bold;
  padding: 13px 40px;
  border-radius: 100px;
  line-height: 1.8;
  align-items: center;
  font-size: 20px;
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
  i {
    font-size: 18px;
    margin: 0 0 0 10px;
  }
  @include mqSP() {
    width: 70%;
    font-size: 16px;
  }
}

/* read_area
--------------------------------------------------- */
.read_area {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  @include mqSP() {
    padding: 30px 5% 50px;
  }
  .mess_txt {
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
    @include mqSP() {
      font-size: 14px;
    }
    .larg {
      font-size: 28px;
      font-weight: bold;
      @include mqSP() {
        font-size: 18px;
      }
    }
    .underline_01 {
      background: linear-gradient(transparent 50%, #D6F2FF 0%);
      font-weight: bold;
    }
    .underline_02 {
      background: linear-gradient(transparent 50%, #FFD0D5 0%);
      font-weight: bold;
    }
  }
}




/* about_area
--------------------------------------------------- */

.about_area {
  width: 100%;
  background-color: #E2F6FF;
  padding: 80px 0;
  position: relative;
  text-align: center;
  @include mqSP() {
    padding: 60px 0 60px;
  }
  .inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    @include mqSP() {
      width: 90%;
      display: block;
    }
    .left_box {
      text-align: left;
    }
    .right_box {
      text-align: center;
      .about_img {
        width: 445px;
        margin: 0 0 10px;
        @include mqSP() {
          width: 90%;
          margin: 30px auto 10px;
        }
      }
      .caption_txt {
        font-size: 16px;
        font-weight: bold;
        @include mqSP() {
          font-size: 14px;
        }
      }
    }
  }
}


/* function_area
--------------------------------------------------- */

.function_area {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  text-align: center;
  @include mqSP() {
    padding: 60px 0 60px;
  }
  .inner {
    width: 900px;
    margin: 0 auto;
    @include mqSP() {
      width: 90%;
    }
    .function_content {
      margin: 30px 0 0;
      .function_box {
        margin: 0 0 40px;
        .box_tit {
          margin: 0 0 10px;
          display: flex;
          @include mqSP() {
            display: block;
          }
          .label_box {
            width: 90px;
            background-color: #19c904;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            padding: 3px 10px 0;
            border-radius: 5px;
            margin: 0 15px 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 31px;
            line-height: 1.8;
            @include mqSP() {
              font-size: 13px;
              height: 28px;
              width: 75px;
              margin: 0 0 5px;
              padding: 2px 5px 0;
            }
            .number {
              background-color: #fff;
              font-size: 12px;
              font-weight: bold;
              border-radius: 100px;
              color: #19c904;
              padding: 0px 6px;
              line-height: 1.6;
              margin: -2px 0 0 5px;
              width: 18px;
              height: 18px;
              @include mqSP() {
                width: 17px;
                height: 17px;
                padding: 0 3px;
                font-size: 13px;
              }
            }
          }
          .tit_txt {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            line-height: 1.6;
            @include mqSP() {
              font-size: 16px;
              br {
                display: none;
              }
            }
          }
        }
      }
    }
  }
}



/* entry_area
--------------------------------------------------- */
.entry_area {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(90deg, rgba(111, 216, 230,1) 20.39565450643777%,rgba(110, 215, 230,1) 20.39565450643777%,rgba(75, 107, 239,1) 80.39718730839975%);
  text-align: center;
  @include mqSP() {
    padding: 40px 0;
  }
  .entry_copy {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block;
    @include mqSP() {
      font-size: 24px;
    }
    &:before, &:after {
      content: "";
      height: 40px;
      top: 5px;
      width: 1px;
      background-color: #fff;
      display: block;
      position: absolute;
      @include mqSP() {
        height: 30px;
        top: 3px;
      }
    }
    &:before {
      left: -20px;
      transform: rotate(-30deg);
    }
    &:after {
      right: -20px;
      transform: rotate(30deg);
    }
  }
  .cta_btn {
    display: block;
    margin: 20px auto 0;
  }
}


/* case_area
--------------------------------------------------- */

.case_area {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  text-align: center;
  @include mqSP() {
    padding: 60px 0 30px;
  }
  .inner {
    width: 1000px;
    margin: 0 auto;
    @include mqSP() {
      width: 90%;
    }
    .photo_area {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 30px 0 100px;
      @include mqSP() {
        margin: 30px 0 50px;
      }
      .photo_box {
        width: 320px;
        position: relative;
        margin: 0 0 20px;
        @include mqSP() {
          width: 49%;
          margin: 0 0 10px;
        }
      }
      .txt_box {
        background-color: rgba(0,0,0,.6);
        color: #fff;
        text-align: center;
        padding: 5px 0 4px;
        line-height: 1.8;
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        font-size: 14px;
        @include mqSP() {
          font-size: 10px;
        }
      }
    }
    .case_content {
      width: 960px;
      margin: 0 auto;
      @include mqSP() {
        width: 100%;
      }
      .case_box {
        display: flex;
        justify-content: space-between;
        margin: 0 0 70px;
        @include mqSP() {
          display: block;
          margin: 0 0 50px;
        }
        .txt_box {
          text-align: left;
          .box_tit {
            margin: 0 0 10px;
            display: flex;
            @include mqSP() {
            }
            .label_box {
              width: 85px;
              background-color: #19c904;
              font-size: 15px;
              font-weight: bold;
              color: #fff;
              display: inline-block;
              padding: 3px 10px 0;
              border-radius: 5px;
              margin: 0 15px 0 0;
              display: flex;
              justify-content: center;
              align-items: center;
              height: 29px;
              line-height: 1.8;
              @include mqSP() {
                font-size: 13px;
                height: 28px;
                width: 75px;
                margin: 0 10px 5px 0;
                padding: 2px 5px 0;
              }
              .number {
                width: 18px;
                height: 18px;
                background-color: #fff;
                font-size: 12px;
                font-weight: bold;
                border-radius: 100px;
                color: #19c904;
                padding: 0px 6px;
                line-height: 1.6;
                margin: -2px 0 0 5px;
                @include mqSP() {
                  width: 17px;
                  height: 17px;
                  padding: 0 3px;
                  font-size: 13px;
                }
              }
            }
            .tit_txt {
              font-size: 20px;
              font-weight: bold;
              text-align: left;
              line-height: 1.6;
              color: #19c904;
              @include mqSP() {
                font-size: 16px;
              }
            }
          }
          .main_tit {
            font-size: 26px;
            font-weight: bold;
            margin: 0 0 10px;
            line-height: 1.4;
            @include mqSP() {
              font-size: 20px;
            }
          }
          .read_txt {
            font-size: 14px;
            line-height: 1.8;
            @include mqSP() {
              font-size: 13px;
            }
          }

        }
        .illust_box {
          width: 455px;
          @include mqSP() {
            width: 80%;
            margin: 20px auto 0;
          }
        }
      }
    }
  }
}




/* flow_area
--------------------------------------------------- */

.flow_area {
  width: 100%;
  background-color: #E2F6FF;
  padding: 100px 0;
  position: relative;
  text-align: center;
  @include mqSP() {
    padding: 70px 0 70px;
  }
  .inner {
    width: 1000px;
    margin: 0 auto;
    @include mqSP() {
      width: 90%;
    }
    .flow_content {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 50px 0 0;
      .flow_box {
        @include mqSP() {
          width: 100%;
        }

        .flow_icon {
          font-size: 18px;
          font-weight: bold;
          color: #fff;
          padding: 5px 25px;
          display: inline-block;
          margin: 0 auto 10px;
          background-color: #1F323E;
          border-radius: 100px;
          text-align: center;
          @include mqSP() {
            font-size: 16px;
            margin: 0 auto 20px;
          }
        }
        .illust_box {
          width: 255px;
          height: 155px;
          margin: 0 auto 30px;
        }
        .read_txt {
          font-size: 16px;
          line-height: 1.8;
          text-align: center;
          font-weight: bold;
          @include mqSP() {
            width: 70%;
            margin: 30px auto 0;
            font-size: 14px;
          }
        }
      }
      .arrow {
        width: 25px;
        margin: 120px 0 0;
        @include mqSP() {
          width: 8%;
          margin: 30px auto;
          transform: rotate(90deg);
        }
        @include mqTAB() {
          width: 8%;
          margin: 30px auto;
          transform: rotate(90deg);
        }
      }
    }


  }
}


.copy {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
}

/* ANIMETION
--------------------------------------------------- */

.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s !important;
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
