@charset "UTF-8";






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

  共通設定

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

/* line-height をリセット */
*,
*::before,
*::after {
  line-height: 1;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";
  color: #333333;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

a {
  line-height: 1.4;
}

@media screen and (min-width:1300px) {
  .service-section .inner .screen-shot-img {
    width: 100%;
    margin: 0 auto;
  }

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


@media screen and (min-width:769px) {
  .br-sp {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

.mbr-white {
  color: #FFF;
}

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

.anchor {
  display: block;
  padding-top: 170px;
  margin-top: -170px;
}






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

  ヘッダー

==========================================*/
header {
  background-color: #FFF;
  padding: 0 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

header .sp-navi {
  display: none;
}

header .pc-navi div {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
}

header .logo img {
  height: 70px;
}

header .pc-navi .navi {
  display: flex;
}

header .pc-navi .navi li {
  position: relative;
  letter-spacing: 1px;
}

header .pc-navi .navi li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  text-align: center;
  margin-right: 18px;
}

header .pc-navi .navi .header-nav-arrow {
  transform: rotate(180deg);
  margin-left: 10px;
}

header .pc-navi .navi li .last-a {
  align-items: center;
  margin-right: 0;
  padding-right: 28px;
}

.pc-navi .has-submenu {
  position: relative;
}

.pc-navi .last-a img {
  display: block;
}

header .pc-navi .submenu {
  display: none;
  position: absolute;
  flex-direction: column;
  top: 100%;
  left: -8%;
  background-color: #F7F7F7;
  margin-top: 10px;

}

.pc-navi .submenu li {
  padding: 10px 4px;
}

.pc-navi .submenu .first-li {
  border-bottom: 1px solid #ccc;
}

.pc-navi .submenu li a {
  font-size: 16px !important;
  line-height: 1.4;
  margin-right: 0 !important;
  display: block !important;
}

.pc-navi .has-submenu.open .submenu {
  display: block;
}

.pc-navi .navi li.open .header-nav-arrow {
  transform: rotate(0deg);
}






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

  フッター

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

footer {
  background-color: #efefef;
}

footer .footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer-inner a img {
  height: 35px;
}

footer .footer-inner ul {
  display: flex;
}

footer .footer-inner ul li {
  padding: 0 25px;
  border-right: 1px solid #000;
}

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

footer p {
  text-align: center;
  font-size: 10px;
  padding-bottom: 30px;
}


.section-05 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper {
  background-color: #F5F5F5;
  position: relative;
  z-index: 0;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 100px;
}

.section-title {
  color: #c0ad74;
  margin-bottom: 20px;
  font-size: 25px;
}

.section-subtitle {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  letter-spacing: 2px;
}

.section-subtitle br {
  display: none;
}

.section-subtitle::before {
  content: "";
  height: 2px;
  width: 70px;
  background-color: #c0ad74;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%);
}

.section-header {
  margin-bottom: 40px;
}

.features h5 {
  line-height: 1.4;
}


.first-view {
  width: 100%;
  margin-top: 120px;
}

.first-view img {
  width: 100%;
}

.fv-sp {
  display: none;
}

.try-button {
  background-image: url("../img/background-blue.svg");
  background-size: cover;
  text-align: center;
  padding: 60px 0;
  margin-bottom: 80px;
  letter-spacing: 2px;
  position: relative;
  z-index: 15;
}

.try-button-2 {
  margin-bottom: 50px;
}

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

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

.try-button br {
  display: none;
}

.wrapper .try-button-2 a {
  position: relative;
  z-index: 1;
}

/* section1 */
.section1 {
  margin: 0 auto;
  text-align: center;
  background-color: #F5F5F5;
  padding: 80px 0 0;
  margin-top: -80px;

}

.section1 .worries-items {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.worries-items .worries-item {
  text-align: center;
  width: 30%;
}

.worries-item p {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  line-height: 1.6;
}

.worries-item .pre-point {
  padding: 5px;
}

.worries-item .point {
  background: linear-gradient(to right, #6c8fd3, #1e4ca5);
  padding: 6px 38px;
  display: inline-block;
  color: white;
  font-size: 30px;
}

.solution-ttl {
  position: relative;
  z-index: 1;
}

.bg-solution {
  max-width: 1200px;
  background-image: url("../img/shabon-apper.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  padding: 100px 0;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.solution {
  font-size: 32px;
  background: #fff;
  padding: 15px 35px;
  border: 2px solid #c0ad74;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.solution br {
  display: none;
}

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

.solution::before {
  position: absolute;
  content: "";
  top: -60%;
  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;
}

/* section2 */
.section2 {
  position: absolute;
  z-index: 10;
}

.service-section {
  position: relative;
  padding-bottom: 80px;
}



.service-2-border {
  border: 1px solid #c0ad74;
  width: calc(50% + 200px);
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 50px;
}



.section2::before {
  position: absolute;
  content: "";
  width: 83%;
  height: 98%;
  background-color: #c7d1e5;
  border-radius: 40px 0 0 40px;
  top: -4%;
  right: 0;
  z-index: -2;
}

.section2::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 98.2%;
  background-color: #fff;
  border-radius: 0 40px 40px 0;
  left: 0;
  top: 0%;
  z-index: -1;
  transform: translateY(1.75em);
}


.service {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.service .service-header {
  color: #1d4ba4;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.service-header span {
  font-size: 60px;
}

.service-ttl-txt {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.4;
}

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

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

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

.section2 .service-sub::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -100vh;
  right: 0;
  height: 2px;
  background-color: #c0ad74;
}

.service-section .inner {
  text-align: center;
}

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

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

.service-section .features {
  background-color: #F7F7F7;
  position: relative;
  padding: 40px 5px;
  width: 80%;
  margin: 80px auto 0;
}

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

.features .feature-item {
  display: flex;
  justify-content: space-around;
}

.feature-item li {
  width: 30%;
}

.feature-item li h5 {
  padding: 16px 0 8px;
  font-size: 17px;
  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;
}



/* section3 */

.section3::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 98%;
  background-color: #fff;
  top: 0%;
  border-radius: 40px 0 0 40px;
  right: 0;
  z-index: -1;
  transform: translateY(1.75em);
}

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

.section3 .service .service-header {
  color: #4b8053;
}

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

.section3 .service-ttl-txt {
  justify-content: end;
}


.section3 .service-ttl {
  font-size: 35px;
  padding-right: 20px;
  font-weight: bold;
  position: relative;
  text-align: right;
  display: inline-block;
}


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


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


.section3 .feature-header,
.green-txt {
  color: #4b8053;
}


/* section4 */

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

.section4::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 97%;
  background-color: #fff;
  border-radius: 0 40px 40px 0;
  left: 0;
  top: 0%;
  transform: translateY(1.75em);
  z-index: -1;
}

.section4 .service .service-header {
  color: #de7618;
}

.section4 .service-sub::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -100vh;
  right: 0;
  height: 2px;
  background-color: #c0ad74;
}

.section4 .feature-header,
.orange-txt {
  color: #de7618;
}


/*section5 */
.section5 {
  background-color: #F5F5F5;
  padding: 100px 0;
}

.voice-flex {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.voice {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 47%;
  padding: 30px 40px;
}

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

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

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

.section5 {
  margin-bottom: 100px;
}


/* Faq */

.section6 {
  background: #fff;
  padding-bottom: 100px;
}

.qa-section {
  padding-top: 20px;
}

.question {
  background-color: #f0f0f0;
  padding: 20px 25px;
  margin-top: 30px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  font-weight: bold;
  width: 100%;
}

.question-sentence {
  display: flex;
  align-items: center;
}

.question .question-sentence span {
  color: #1c4ba4;
  font-weight: bold;
  font-size: 20px;
  padding-right: 15px;
  display: inline-block;
  white-space: nowrap;
}

.question-sentence p {
  padding-right: 7px;
}

.arrow {
  transform: rotate(180deg);
}

.answer {
  display: none;
  padding: 20px 25px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  line-height: 1.4;
}

.answer-flex {
  display: flex;
  align-items: center;
}

.active+.answer {
  display: block;
}

.question.active .arrow {
  transform: rotate(0deg);
}

.question.active {
  border-radius: 15px 15px 0 0;
}

.answer .answer-flex span {
  color: #8f8f8f;
  font-weight: bold;
  font-size: 20px;
  padding-right: 15px;
  display: inline-block;
  white-space: nowrap;
}

/* section7 */
.section7 {
  padding: 0 20px;
}

.bg-shabon {
  background-image: url("../img/shabon10.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-bottom: 70px;
  max-width: 1300px;
  margin: 0 auto;
}

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

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

.step-flow .steps {
  width: 22%;
  text-align: center;
  background-color: #f0f0f0;
  padding: 30px 10px 15px;
  border-radius: 20px;
  z-index: 0;
}

.step-num {
  padding: 7px 15px;
  background: #1c4ba4;
  color: #fff;
  border-radius: 20px;
  display: inline;
  font-weight: bold;
}

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

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


.first-detail {
  padding-top: 30px;
}

.step-flow .arrow-right {
  width: 2%;
  align-self: center;
}

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

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





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

  【section-05】contact-form

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

.section-05 h2 {
  font-size: 68px;
  font-weight: bold;
  color: #008caf;
  margin-bottom: 60px;
}

.section-05 {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 120px;
}


@media screen and (min-width:1300px) {


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

  .service-section .features {
    width: 100%;
  }
}



@media screen and (max-width:1000px) {
  .service-2-border {
    border: 1px solid #c0ad74;
    ;
    width: 700px !important;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 50px;
  }
}



.section3 .service-ttl::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100vh;
  background-color: #c0ad74;
}