@charset "UTF-8";

/*==========================================

  スマホのスタイル

==========================================*/




/*==========================================

  共通設定

==========================================*/

@media screen and (max-width:768px) {
  body {
    width: 100vw;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .br-pc {
    display: none;
  }

  .align-left {
    text-align: center;
  }

  p {
    line-height: 1.4;

  }

}




/*==========================================

  ヘッダー

==========================================*/
@media screen and (max-width:411px) {
  header .logo img {
    height: 40px;
  }


  header .logo {
    padding-top: 7px;
  }

  .solution {
    position: relative;
  }

  .solution::before {
    position: absolute;
    content: "";
    top: -25%;
    left: 50%;
    transform: translate(-50%);
    width: 50px;
    height: 50px;
    background-image: url("../img/kazari.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

@media screen and (max-width:768px) {
  header {
    padding: 0;
  }

  header .logo img {
    height: 50px;
  }

  header .hamburger {
    position: fixed;
    top: 24px;
    right: 20px;
    width: 35px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
  }

  header .hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #1c4ba4;
    border-radius: 2px;
    transition: 0.4s;
    transform-origin: center;
  }

  header .sp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    z-index: 1000;
  }

  header .pc-navi {
    display: none;
  }

  header .sp-navi {
    display: block;
  }

  header .sp-navi .navi {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.94);
    transition: left 0.5s ease;
    display: flex;
    text-align: center;
    z-index: 1000;
  }

  header .sp-navi .navi {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  header .sp-navi .navi.active {
    left: 0;
  }

  header .sp-navi .navi li {
    letter-spacing: 1px;
    font-size: 18px;
    padding: 20px;
    line-height: 1.4;
  }


  header .sp-navi .navi .header-nav-arrow {
    display: none;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 14px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -14px);
  }

}


/* Firstview */

@media screen and (max-width:768px) {
  .fv-sp {
    display: block;
  }

  .fv-pc {
    display: none;
  }

  .first-view {
    margin-top: 80px;
  }

  .try-button {
    margin-bottom: 30px;
    padding: 40px 0;
  }

  .try-button p {
    color: #fff;
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
  }

  .try-button a {
    color: #1c4ba5;
    display: inline-block;
    padding: 18px 40px;
    background-color: #fff;
    border-radius: 15px;
    font-size: 22px;
    font-weight: bold;
  }

  .section-subtitle::before {
    top: 110%;
  }

  /* section01 */
  .section1 {
    margin-top: 0px;
    padding-bottom: 0;
    padding-top: 60px;
  }

  .first-try-button {
    margin-bottom: 0;
  }

  .section1 .worries-items {
    flex-direction: column;
    padding-top: 0;
  }


  .worries-items .worries-item {
    text-align: center;
    width: 100%;
    margin-top: 50px;
  }

  .worries-items .first-item {
    margin-top: 25px;
  }

  .solution br,
  .section-subtitle br {
    display: block;
  }

  .solution {
    line-height: 1.7;
  }

  .bg-solution {
    margin-bottom: 0px;
    padding: 70px 0 100px 0;
  }

  .bg-solution {
    max-width: 1200px;
    background-image: none;
  }

  .solution-ttl {
    background-image: url("../img/sp-syabon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0px 20px;
    margin-bottom: -5%;

  }

  .solution::before {
    position: absolute;
    content: "";
    top: -30%;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 100px;
    background-image: url("../img/kazari.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .section1 .section-header {
    margin-bottom: 15px;
  }

  /* section2 */
  .service-section {
    position: relative;
    padding-bottom: 20px;
  }

  .service-section-last {
    padding-bottom: 40px;
  }

  .section2::before {
    width: 100%;
    height: 110%;
    border-radius: 0px;
    top: -1%;
  }

  .section2::after {
    width: 92%;
    height: 99%;
    border-radius: 40px;
    left: 50%;
    transform: translate(-50%, 1.85em);
  }

  .service {
    width: 88%;
  }

  .service-ttl-txt {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .service-2-border {
    display: none;
  }

  .service-ttl-txt2 {
    margin-bottom: 30px !important;
  }

  .section3 .service-ttl {
    font-size: 28px;
  }

  .service-ttl-txt {
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .service-ttl {
    font-size: 28px;
    padding-right: 20px;
  }

  .service-ttl-txt span {
    display: none;
  }

  .service-sub {
    font-size: 20px;
    position: relative;
    display: inline-block;
  }

  .service-ttl {
    margin-bottom: 5px;
  }

  .section2 .service-sub::before {
    display: none;
  }

  .service-section .inner .screen-shot-img {
    width: 88%;
    margin: 0 auto;
  }

  .service-section .inner .screen-shot-img img {
    width: 100%;
  }

  .service-section .features {
    background-color: #F7F7F7;
    position: relative;
    padding: 20px 20px;
    width: 88%;
    margin: 60px auto 0;
  }

  .features .feature-header {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .features .feature-item {
    display: flex;
    flex-direction: column;
  }

  .feature-item li {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .feature-item li h5 {
    padding: 12px 0 14px;
    font-size: 18px;
    font-weight: bold;
  }

  .blue-txt {
    color: #1c4ba5;
  }

  .features .feature-item li p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }

  .features .feature-item li p span {
    font-weight: bold;
  }

  .try-button-2 {
    margin-top: 40px;
  }


  /* section3 */
  .try-button-2 {
    margin-bottom: 0;
  }

  .section3 {
    margin-top: 18px;
  }

  .section3::before {
    width: 92%;
    height: 99%;
    border-radius: 40px;
    left: 50%;
    transform: translate(-50%, 1.85em);
  }

  .section3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 110%;
    background-color: #d1ddd3;
    top: -18px;
    border-radius: 0;
    left: 0;
    z-index: -2;
  }

  .section3 .service {
    text-align: left;
    position: relative;
  }

  .section3 .service-ttl::before {
    display: none;
  }

  .section3 .service-ttl br {
    display: block;
  }


  /* section4 */
  .section4 {
    margin-top: 18px;
  }

  .section4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 104%;
    background-color: #f1dbc6;
    border-radius: 0px;
    top: -18px;
    right: 0;
    z-index: -2;
  }

  .section4::after {
    position: absolute;
    content: "";
    width: 92%;
    height: 97.5%;
    background-color: #fff;
    border-radius: 40px;
    left: 0;
    top: 0%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 1.85em);
  }

  .section4 .service-sub::before {
    display: none;
  }

  .section5 {
    margin-top: 0px;
  }

  /*section5 */

  .voice-flex {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .voice {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
  }


  .woman-voice {
    margin-bottom: 40px;
  }

  .voice .txt {
    padding-left: 0px;
  }

  .voice .txt .blue {
    color: #1d4ba4;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0;
  }

  .voice .txt .comment {
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
  }

  .section5 {
    margin-bottom: 0px;
    background-color: #F5F5F5;
    padding: 90px 0 60px;
  }

  /* section6 */
  .section6 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .qa-section {
    padding-top: 0;
  }

  /* section7 */


  .section7 {
    padding: 0px;
    margin-bottom: 40px;
  }

  .section-header7 {
    background-image: url("../img/shabon-sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 60px;
    margin-bottom: 0px;
  }

  .bg-shabon {
    background-image: none;
  }

  .step-flow {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-top: 0;
  }

  .step-flow .steps {
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
    padding: 40px 20px 30px;
    border-radius: 20px;
    height: auto;
    z-index: 0;
  }


  .step-num {
    padding: 10px 40px;
    background: #1c4ba4;
    color: #fff;
    border-radius: 10px;
    display: inline;
    font-weight: bold;
    font-size: 18px;
  }

  .step-name {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #1c4ba4;
    font-size: 20px;
  }

  .detail-sp {
    padding-top: 20px;
    line-height: 1.4;
    font-size: 16px;
  }

  .steps .detail {
    display: none;
  }

  .steps .detail-sp {
    display: block;
  }

  .step-flow .arrow-right {
    width: 2%;
    transform: rotate(90deg);
  }

  .steps .size {
    padding-top: 8px;
  }

  .detail-size {
    margin-top: 10px;
  }
}


/*==========================================

  フッター

==========================================*/
@media screen and (max-width:768px) {
  footer .footer-inner {
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  footer .footer-inner a {
    margin-bottom: 20px;
  }

  footer .footer-inner ul {
    display: block;
    width: 100vw;
  }

  footer .footer-inner ul li {
    padding: 20px 0;
    border-right: none;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
  }

  footer .footer-inner ul li:first-of-type {
    border-left: none;
    border-top: 1px solid #bfbfbf;
  }

  footer p {
    padding-bottom: 20px;
  }
}







/*==========================================

  【main 共通項目】

==========================================*/
@media screen and (max-width:768px) {

  .sec-01,
  .sec-02,
  .sec-03,
  .sec-04 {
    width: 100%;
    margin-bottom: 110px;
  }

  .contact-btn {
    width: 325px;
    height: 60px;
    font-size: 18px;
    border-radius: 5px;
  }

  .link-btn {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
  }


}












/*==========================================

  【section-05】

==========================================*/
@media screen and (max-width:768px) {
  .section-05 h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .section-05 {
    padding: 35px 0;
    width: 90%;
    margin-top: -40px;
    padding-top: 0px;
    scroll-margin-top: 100px;
  }
}


@media screen and (max-width:480px) {
  .service-sub {
    font-size: 17px;
  }
}



@media screen and (max-width:424px) {
  header .logo img {
    height: 40px;
  }

  header .logo {
    padding-top: 7px;
  }

  .worry-sub {
    font-size: 22px;
  }

  .solution {
    position: relative;
  }

  .solution {
    font-size: 24px;
    background: #fff;
    padding: 15px 10px;
    border: 2px solid #c0ad74;
    display: inline-block;
    position: relative;
    font-weight: bold;
    width: 90%;
  }


  .solution span {
    font-size: 30px;
    color: #1d4ba4;
  }

  .solution::before {
    position: absolute;
    content: "";
    top: -30%;
    left: 50%;
    transform: translate(-50%);
    width: 80px;
    height: 80px;
    background-image: url("../img/kazari.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .try-button p {
    color: #fff;
    padding-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
  }

  .try-button a {
    color: #1c4ba5;
    display: inline-block;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    width: 85%;
  }

  .service-sub {
    font-size: 16px;
  }

  .feature-item li h5 {
    font-size: 16px;
  }

  .features .feature-item li p {
    font-size: 14px;
  }
}