/* -----------------------------------------------------
	variables
----------------------------------------------------- */
/* -----------------------------------------------------
	kv
----------------------------------------------------- */
#kv {
  background: url("../img/kv_bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 80px; }
  @media screen and (max-width: 960px) {
    #kv {
      background: none; } }
  @media screen and (max-width: 480px) {
    #kv {
      padding-top: 50px; } }
  #kv .inner {
    max-width: 1160px;
    padding: 20px 0 0; }
    @media screen and (max-width: 960px) {
      #kv .inner {
        padding: 0 0;
        width: 100%; } }
    #kv .inner .kv_cont .kv_col {
      position: relative; }
      @media screen and (max-width: 960px) {
        #kv .inner .kv_cont .kv_col .kv_ttl img {
          width: 100%; } }
      #kv .inner .kv_cont .kv_col .kv_cont_bttm {
        max-width: 400px;
        width: 100%;
        position: absolute;
        left: 9.79167vw;
        bottom: 3.64583vw;
        margin: 0 auto; }
        @media screen and (max-width: 960px) {
          #kv .inner .kv_cont .kv_col .kv_cont_bttm {
            max-width: 100%;
            width: 90%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 20.83333vw; } }
        @media screen and (max-width: 768px) {
          #kv .inner .kv_cont .kv_col .kv_cont_bttm {
            bottom: 11.71875vw; } }
        #kv .inner .kv_cont .kv_col .kv_cont_bttm span {
          display: inline-block;
          padding: 0 20px;
          color: #2990D0;
          font-size: 1.6rem;
          font-weight: 700;
          margin-bottom: 16px;
          position: relative; }
          @media screen and (max-width: 960px) {
            #kv .inner .kv_cont .kv_col .kv_cont_bttm span {
              display: none; } }
          #kv .inner .kv_cont .kv_col .kv_cont_bttm span::before, #kv .inner .kv_cont .kv_col .kv_cont_bttm span::after {
            content: "";
            position: absolute;
            top: 0;
            width: 2px;
            height: 100%;
            background: #2990D0;
            border-radius: 3px; }
          #kv .inner .kv_cont .kv_col .kv_cont_bttm span::before {
            -webkit-transform: rotate(-25deg);
            -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
            left: 0; }
          #kv .inner .kv_cont .kv_col .kv_cont_bttm span::after {
            -webkit-transform: rotate(25deg);
            -ms-transform: rotate(25deg);
            transform: rotate(25deg);
            right: 0; }
        #kv .inner .kv_cont .kv_col .kv_cont_bttm .btn_common {
          font-size: 2.4rem;
          color: #fff;
          border-radius: 6px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 18px 0 22px;
          max-width: 100%; }
          @media screen and (max-width: 768px) {
            #kv .inner .kv_cont .kv_col .kv_cont_bttm .btn_common {
              font-size: 5.20833vw;
              border-radius: 1.5625vw;
              padding: 4.6875vw 0;
              width: 98%;
              margin: 0 auto; } }
          #kv .inner .kv_cont .kv_col .kv_cont_bttm .btn_common b {
            font-size: 1.4rem; }
            @media screen and (max-width: 768px) {
              #kv .inner .kv_cont .kv_col .kv_cont_bttm .btn_common b {
                font-size: 3.64583vw; } }

.btn_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0af14;
  border-radius: 5px;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .btn_common {
      max-width: 380px; } }
  @media screen and (max-width: 768px) {
    .btn_common {
      padding: 2.34375vw 2.34375vw; } }
  .btn_common span {
    display: inline-block;
    color: #0075c2;
    padding: 15px 18px;
    border-radius: 5px;
    background: #fff;
    font-size: 1.8rem;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .btn_common span {
        font-size: 4.6875vw;
        padding: 4.94792vw; } }
  .btn_common b {
    font-size: 2.0rem;
    margin: 0 auto;
    color: #FFF; }
    @media screen and (max-width: 830px) {
      .btn_common b {
        font-size: 1.8rem; } }
    @media screen and (max-width: 768px) {
      .btn_common b {
        font-size: 5.20833vw; } }

/* -----------------------------------------------------
	about
----------------------------------------------------- */
#about .inner .ttls {
  display: inline-block;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: .04em;
  position: relative; }
  @media screen and (max-width: 768px) {
    #about .inner .ttls {
      font-size: 6.51042vw;
      margin-bottom: 7.8125vw; } }
  #about .inner .ttls span {
    color: #2990D0; }
    #about .inner .ttls span.line {
      font-weight: 700;
      border-bottom: 3px solid #2990D0; }
      @media screen and (max-width: 768px) {
        #about .inner .ttls span.line {
          border-bottom: 0.78125vw solid #2990D0;
          padding-bottom: 0;
          line-height: 8.59375vw; } }

#about .inner .ttls_text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #about .inner .ttls_text {
      font-size: 4.6875vw;
      margin-bottom: 11.71875vw; } }

#about .inner .conents {
  position: relative;
  padding: 0 0 40px; }
  @media screen and (max-width: 768px) {
    #about .inner .conents {
      padding: 0 0; } }
  #about .inner .conents .img_wrap {
    width: calc(37% + 100px); }
    @media screen and (max-width: 768px) {
      #about .inner .conents .img_wrap {
        width: 74.34896vw;
        margin: 0 auto; } }
    #about .inner .conents .img_wrap .box {
      width: 100%;
      height: 0;
      padding-top: 70.58%;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        #about .inner .conents .img_wrap .box {
          height: auto;
          padding-top: 0%; } }
      #about .inner .conents .img_wrap .box img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 117, 194, 0.2);
        box-shadow: 10px 10px 20px 0 rgba(0, 117, 194, 0.2);
        border-radius: 20px; }
        @media screen and (max-width: 768px) {
          #about .inner .conents .img_wrap .box img {
            height: auto;
            position: static;
            border-radius: 2.60417vw; } }
  #about .inner .conents + .conents {
    margin-top: 90px; }
    @media screen and (max-width: 768px) {
      #about .inner .conents + .conents {
        margin-top: 7.8125vw; } }
  #about .inner .conents:nth-child(even) .img_wrap {
    margin-left: auto; }
    #about .inner .conents:nth-child(even) .img_wrap .box img {
      top: 0;
      right: 0;
      left: auto; }
  #about .inner .conents:nth-child(even) .detail {
    bottom: 0;
    left: 0;
    right: auto;
    padding: 60px 220px 60px 82px; }
    @media screen and (max-width: 1060px) {
      #about .inner .conents:nth-child(even) .detail {
        padding: 60px 130px 60px 50px; } }
    @media screen and (max-width: 768px) {
      #about .inner .conents:nth-child(even) .detail {
        padding: 10.41667vw 7.8125vw; } }
  #about .inner .conents .detail {
    width: calc(95% - 260px);
    padding: 60px 82px 50px 220px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #F1F8FC;
    text-align: left;
    border-radius: 20px; }
    @media screen and (max-width: 1060px) {
      #about .inner .conents .detail {
        padding: 60px 0 50px 180px; } }
    @media screen and (max-width: 768px) {
      #about .inner .conents .detail {
        width: 100%;
        padding: 10.41667vw 7.8125vw;
        position: relative;
        top: -3.90625vw;
        border-radius: 2.60417vw; } }
    #about .inner .conents .detail .point {
      font-size: 2rem;
      color: #2990D0;
      letter-spacing: .04em;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        #about .inner .conents .detail .point {
          font-size: 5.20833vw;
          margin-bottom: 2.60417vw; } }
      #about .inner .conents .detail .point::before {
        content: "";
        display: inline-block;
        width: 48px;
        height: 1px;
        background: #2990D0;
        vertical-align: super;
        margin-right: 12px; }
        @media screen and (max-width: 768px) {
          #about .inner .conents .detail .point::before {
            width: 7.8125vw;
            height: 0.26042vw;
            margin-right: 2.60417vw; } }
    #about .inner .conents .detail .ttl {
      font-weight: 400;
      margin-bottom: 20px; }
      @media screen and (max-width: 1060px) {
        #about .inner .conents .detail .ttl {
          font-size: 2.8rem; } }
      @media screen and (max-width: 768px) {
        #about .inner .conents .detail .ttl {
          font-size: 5.98958vw;
          line-height: 8.59375vw;
          margin-bottom: 2.60417vw; } }
      #about .inner .conents .detail .ttl span {
        font-weight: 700;
        color: #2990D0; }
    #about .inner .conents .detail .text {
      font-weight: 400; }

/* -----------------------------------------------------
	features
----------------------------------------------------- */
#features {
  position: relative;
  padding-top: 257px; }
  @media screen and (max-width: 768px) {
    #features {
      padding-top: 33.85417vw; } }
  #features::before {
    content: "";
    display: inline-block;
    background: url("../img/features_ill.png") no-repeat top center;
    width: 100%;
    height: 340px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 768px) {
      #features::before {
        height: 44.27083vw;
        background-size: contain; } }
  #features .wrapper {
    background: #F1F8FC; }
    #features .wrapper .inner {
      padding: 120px 0 50px; }
      @media screen and (max-width: 768px) {
        #features .wrapper .inner {
          padding: 14.32292vw 3.90625vw 13.02083vw; } }
      #features .wrapper .inner .section_ttl {
        margin-bottom: 50px; }
        @media screen and (max-width: 768px) {
          #features .wrapper .inner .section_ttl {
            margin-bottom: 7.8125vw;
            line-height: 1.4; } }
      #features .wrapper .inner .img_box {
        margin-right: -34px; }
        @media screen and (max-width: 768px) {
          #features .wrapper .inner .img_box {
            margin-right: -3.90625vw; } }
      #features .wrapper .inner .ttls_text {
        font-size: 4rem;
        color: #2990D0;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #features .wrapper .inner .ttls_text {
            font-size: 6.77083vw;
            margin-bottom: 3.90625vw;
            line-height: 1.4; } }

/* -----------------------------------------------------
	message
----------------------------------------------------- */
#message {
  background: url("../img/bg.png") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    #message {
      background: url("../img/sp/bg.png") no-repeat right center;
      background-size: cover; } }
  #message .inner {
    padding: 120px 0; }
    @media screen and (max-width: 768px) {
      #message .inner {
        padding: 13.02083vw 3.90625vw; } }
    #message .inner .text_f {
      color: #fff;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 2.3913; }
      @media screen and (max-width: 768px) {
        #message .inner .text_f {
          font-size: 5.20833vw; } }

/* -----------------------------------------------------
	form
----------------------------------------------------- */
#form {
  background: #FAFAFA; }
  #form .inner .ttl {
    font-weight: 400;
    color: #5E6162;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #form .inner .ttl {
        font-size: 8.85417vw;
        margin-bottom: 7.8125vw; } }
  #form .frame_wrapper {
    width: 100%; }
    #form .frame_wrapper iframe {
      width: 100%; }
