@charset "utf-8";
/* CSS Document */
html {
  font-family: dnp-shuei-mgothic-std, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Meiryo, sans-serif;
}
body {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  line-height: 170%;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.sponly {
  display: inherit!important;
}
.pconly {
  display: none!important;
}
/*flex*/
.flebox {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.flebox img {
  width: 100%;
}
.flebox .col_2 {
  width: 100%;
  margin: 0 auto;
}
/*text*/
.tac {
  text-align: center;
}
.tar {
  text-align: right;
  margin: 0;
  padding: 0;
}
.ms {
  margin: 2rem 0;
}
/*arrow*/
.arrow {
  display: block;
  color: #fff;
  position: relative;
  width: 30px;
  margin: 12px auto 30px;
}
.arrow::before {
  content: url("../images/arrow.png");
  width: 30px;
  height: 24px;
  display: block;
}
.arrow_r::before {
  transform: rotate(-90deg);
}
.arrow2 {
  display: block;
  color: #fff;
  border-radius: 5px;
  position: relative;
  width: 34px;
  margin: 0 auto;
}
.arrow2::before {
  content: url("../images/arrow2.png");
  width: 34px;
  height: 60px;
  display: block;
}
/*btn*/
.btn {
  display: block;
  padding: 18px 10px 18px 13px;
  background: #0F7BFF;
  border-radius: 20px;
  margin: 2rem auto 0;
  max-width: 430px;
  font-size: 27px;
  letter-spacing: 3px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.btn:hover {
  opacity: 0.8;
  /*background: #666;*/
}
.btn_2 {
  display: block;
  padding: 18px 10px 18px 13px;
  background: #FFF;
  border-radius: 20px;
  margin: 2rem auto 0;
  max-width: 430px;
  font-size: 27px;
  letter-spacing: 3px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #0F7BFF;
  border: 3px solid #0F7BFF;
}
.btn_2:hover {
  opacity: 0.8;
}
@media screen and (min-width:768px) {
  body {
    font-size: 20px;
    line-height: 160%;
  }
  .sponly {
    display: none!important;
  }
  .pconly {
    display: inherit!important;
  }

  /*flex*/
  .flebox {
    width: 100%;
  }
  .flebox .col_2 {
    width: 50%;
  }
  /*arrow*/
  .arrow {
    display: block;
    color: #fff;
    position: relative;
    width: 5%;
    margin: 0;
    text-align: center;
  }
  .arrow::before {
    content: url("../images/arrow.png");
    width: 30px;
    display: block;
    margin: 135% auto auto;
    transform: rotate(-90deg);
  }
  .arrow2 {
    margin: 0;
    width: 60px;
  }
  .arrow2::before {
    width: 60px;
    transform: rotate(-90deg);
  }
  /*btn*/
  .btn, .btn_2 {
    width: 430px;
  }
}

/* main */
section {
  width: 100%;
  margin: 2rem auto;
  padding-top: 1px;
}
section .sec__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
section.bg_bl {
  background-color: #E8F0FA;
  padding: 2rem 0;
}
h2 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 160%;
}
/*sec01*/
#sec01 ul {
  font-size: 16px;
  padding-left: 1.5em;
}
#sec01 ul li {
  text-indent: -1.5em;
  list-style: none;
  margin-bottom: 12px;
}
#sec01 ul li::before {
  content: "●";
  padding-right: 0.5em;
  color: #4693EF;
}

/*sec02*/
#sec02 h2 {
  font-size: 18px;
}
#sec02 .flebox {
  grid-gap: 20px;
}
#sec02 .merit {
  width: 100%;
  max-width: 300px;
  background: #FFF;
  border-radius: 40px 0 40px 0;
  padding: 30px;
}
#sec02 .merit h3 {
  font-size: 30px;
  font-weight: 400;
  color: #4693EF;
  text-align: center;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #4693EF;
}
#sec02 .merit p {
  font-size: 16px;
  margin: 0;
}

/*sec03*/
#sec03 h3 {
  font-size: 24px;
  font-weight: 400;
  color: #346EB2;
  text-align: center;
}
/*画像比較*/
 /*円*/
.twentytwenty-handle {
  background: white;
}
 /*矢印*/
.twentytwenty-left-arrow {
  border-right: 6px solid #4693EF;
  margin-left: -20px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid #4693EF;
  margin-right: -20px;
}
 /*境目*/
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  background: #4693EF;
}

/*sec04*/
#sec04 h2 {
  font-size: 18px;
}
#sec04 img {
  display: block;
  margin: auto auto 50px;
  width: 90%;
}
#sec04 img.img_s {
    max-width: 330px;
}
#sec04 .ptttl {
  margin-top: 33px;
  position: relative;
  font-size: 20px;
  background: #E8F0FA;
  text-align: center;
  height: 24px;
  padding: 10px;
  border-radius: 100px;
}
#sec04 .ptttl .no {
  position: absolute;
  left: 0;
  top: -13px;
  content: "";
  width: 55px;
  height: 55px;
  padding: 6px;
  display: inline-block;
  background: #4693EF;
  border-radius: 100px;
  font-family: iroha-23kaede-stdn, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
}
#sec04 .ptttl .no b {
  display: block;
  font-size: 32px;
}
.point p strong {
  font-size: 18px;
  font-weight: 400;
}

/*sec05*/
#sec05 h2 {
  font-size: 24px;
}
#sec05 h3.exttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 3px solid #4693EF;
  margin-bottom: 0;
}
#sec05 h3.exttl .no {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100px;
  font-family: iroha-23kaede-stdn, sans-serif;
  color: #4693EF;
  font-size: 9px;
  font-weight: 400;
  line-height: 200%;

}
#sec05 h3.exttl .no b {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
#sec05 h4 {
  text-align: center;
  font-weight: 400;
  line-height: 30px;
  border-top: 1px solid #4693EF; 
  border-bottom: 1px solid #4693EF; 
  margin-top: 0;
}
#sec05 .flebox {
  margin-bottom: 40px;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
#sec05 .flebox img {
  padding: 0;
  display: block;
  width: 100%;
}
.uservoice_box {
  background: #F5F5F5;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 60px;
}
.uservoice_box h3 {
  font-size: 20px;
  text-align: center;
}
.uservoice {
  display: flex;
}
img.user {
  margin-top: 1em;
  width: 80px;
  height: 80px;
}
.voice {
  position: relative;
  background: #FFF;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
}
.voice_l {
  margin-left: 5px;
}
.voice_l::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  margin-top: 25px;
  border: 10px solid transparent;
  border-right: 15px solid #fff;
}
.voice_r {
  margin-right: 5px;
}
.voice_r::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 25px;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
}

/*sec06*/
#sec06 h3 {
  font-size: 18px;
  text-align: center;
  margin: 12px 0;
}
#sec06 p {
  text-align: center;
  color: #707070;
  margin: 12px 0;
}
#sec06 .arrow {
  display: none;
}
#sec06 .flow_img {
  position: relative;
}
#sec06 .flow .no {
  position: absolute;
  left: -8px;
  top: -18px;
  content: "";
  width: 48px;
  height: 38px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #4693EF;
  border-radius: 100px;
  font-family: iroha-23kaede-stdn, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
}
#sec06 .flow .no b {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

#sec06 .flow::after {
  content: url("../images/arrow.png");
  display: block;
  width: 30px;
  height: 24px;
  margin: 0 auto 20px;
}
#sec06 .flow.last::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0;
}

/*sec_btn*/
section.sec_btn {
  margin: 50px 0 80px;
}

/*FAQ*/
#faq .sec__inner {
  width: 100%;
  margin: 0;
}
.qa-list {
  width: 100%;
}
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 20px 10px;
  cursor: pointer;
  border-bottom: 1px solid #707070;
  font-size: 16px;
}
.qa-list dl:first-child {
  border-top: 1px solid #707070;
}
.qa-list dl::before {
  position: absolute;
  top: 22px;
  right: 5px;
  color: #346EB2;
  width: 30px;
  height: 30px;
  font-family: sans-serif;
  font-weight: 400;
  display: block;
  margin: auto;
  content: '＋';
  font-size: 30px;
}
.qa-list .open::before {
  content: '－';
}
.qa-list dl:hover::before {
  color: #346fb2cc;
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 36px 0 32px;
  font-weight: 500;
}
.qa-list dl dt::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #346EB2;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 30px 0 0;
  padding: 0 0 0 32px;
}
.qa-list dl dd::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'A.';
  color: #346EB2;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
.qa-list p {
  line-height: 160%;
}
#contact {
  min-height: 800px;
}

/*footer*/
footer {
  background: #555;
  color:  #FFF;
}
footer p {
  margin: 0;
}
.fot__inner {
  position: relative;
  padding: 15px;
  text-align: center;
}
.logo_s {
  max-width: 250px;
  margin-bottom: 1rem;
}
.copybox {
  background: #0F7BFF;
}
.copybox p {
  font-size: 12px;
  text-align: center;
  line-height: 120%;
}

/*トップボタン*/
.top_link {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 15px 0 0 auto;
  width: 40px;
  height: 40px;
  background: #888;
  color: #fff;
  border-radius: 8px;
}
.top_link .arrow3 {
  display: inline-block;
  margin-top: 17px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top_link:hover {
  opacity: 0.8;
}


/*お問い合わせ追従*/
.contact_btn {
  position: fixed;
  bottom: 10px;
  right: 2.5%;
  left: auto;
  z-index: 2;
}
.contact_link {
  position: relative;
  display: block;
  width: 85px;
  height: 45px;
  text-decoration: none;
  background: #0F7BFF;
  color: #fff;
  border-radius: 85px;
  padding: 22px 0 18px;
  text-align: center;
  line-height: 100%;
  font-size: 10px;
  font-weight: 400;
  margin-right: 10px;
  transition: background 0.2s;
}
.contact_link:hover {
  opacity: 0.8;
  color: #fff;
}
.contact_icon {
  width: 39px;
  margin: 0 auto 4px auto;
}
.contact_link p {
  padding: 0;
  margin: 0;
}
.contact_close {
  cursor: pointer;
  position: relative;
  display: block;
  margin-left: auto;
  float: right;
  width: 15px;
  height: 15px;
}
.contact_close:hover {
  opacity: 0.8;
}

.contact_close::before, .contact_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #0F7BFF;
}
.contact_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.contact_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.contact_btn.delete {
  display: none;
}

/*PC版*/
@media screen and (min-width:768px) {
  section {
    width: 100%;
    margin: 5rem auto;
  }
  section .sec__inner {
    width: 90%;
    margin: 0 auto;
  }
  section.bg_bl {
    background-color: #E8F0FA;
    padding: 5rem 0;
  }
  h2 {
    font-size: 40px;
    line-height: 130%;
  }
  
  /*sec01*/
  #sec01 ul{
    font-size: 30px;
    margin: auto;
    max-width: 840px;
  }
  #sec01 ul li{
    margin-bottom: 25px;
  }
  
  /*sec02*/
  #sec02 h2 {
    font-size: 45px;
  }
  #sec02 .flebox {
    gap: 30px;
  }
  #sec02 .merit {
    width: 270px;
  }
  #sec02 .merit h3 {
    font-size: 40px;
  }
  #sec02 .merit p {
    font-size: 18px;
  }
  
  /*sec03*/
  #sec03 h3 {
    font-size: 60px;
    line-height: 100%;
  }
   /*円*/
  .twentytwenty-handle {
    width: 60px;
    height: 60px;
    margin-left: -33px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 41px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 41px;
  }
  .twentytwenty-left-arrow {
    margin-left: -27px;
  }
  .twentytwenty-right-arrow {
    margin-right: -27px;
  }

  
  /*sec04*/
  #sec04 h2 {
    font-size: 40px;
  }
  #sec04 .flebox {
    justify-content: center;
    max-width: 885px;
    margin-bottom: 50px;
  }
  #sec04 .flebox img {
    margin: 0 0 50px;
  }
  #sec04 img {
    max-width: 885px;
  }
  #sec04 img.img_s {
    max-width: 330px;
  }
  #sec04 .ptttl {
    font-size: 30px;
    height: 30px;
    padding: 18px;
  }
  #sec04 .ptttl .no {
    width: 80px;
    height: 80px;
    padding: 7px 5px 3px;
    font-size: 18px;
  }
  #sec04 .ptttl .no b {
    font-size: 46px;
  }
  .point p strong {
    font-size: 26px;
  }

  /*sec05*/
  #sec05 h2 {
    font-size: 40px;
  }
  #sec05 h3.exttl {
    font-size: 26px;
    height: 64px;
    line-height: 64px;
  }
  #sec05 h3.exttl .no {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    font-size: 12px;
  }
  #sec05 h3.exttl .no b {
    font-size: 36px;
  }
  #sec05 .flebox img {
    padding: 0;
    display: block;
    width: 100%;
    width: calc(50% - 45px);
    max-width: 500px;
  }

  .uservoice_box {
    margin-bottom: 100px;
  }
  .uservoice_box h3 {
    font-size: 26px;
  }
  .uservoice {
    max-width: 980px;
    margin: auto;
  }
  img.user {
    margin-top: 0;
    width: 160px;
    height: 160px;
  }
  
  /*sec06*/
  #sec06 h3 {
    font-size: 20px;
  }
  #sec06 p {
    font-size: 18px;
  }
  #sec06 .flebox {
    flex-direction: column;
    align-content: center;
  }

  #sec06 .flow {
    display: block;
    max-width: 500px;
    width: 100%;
  }

  #sec06 .flow .no {
    left: -20px;
    top: -30px;
    width: 60px;
    height: 44px;
    padding: 8px 0;
    line-height: 1;
    font-size: 13px;
  }
  #sec06 .flow .no b {
    font-size: 30px;
    line-height: 1.125;
  }
  
  /*sec_btn*/
  .sec_btn .sec__inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    flex-direction: row-reverse;
    justify-content: center;
  }
  
  /*FAQ*/
  #faq .sec__inner {
    width: 90%;
    margin: 0 auto;
  }
  .qa-list dl {
    font-size: 18px;
    padding: 30px 10px;
  }
  .qa-list dl::before {
    top: 30px;
  }
  .qa-list dl dt {
    padding: 0 36px 0 50px;
  }
  .qa-list dl dt::before {
    font-size: 36px;
    top: 0;
    content: 'Q.';
  }
  .qa-list dl dd {
    margin: 40px 0 0;
    padding: 0 0 0 50px;
  }
  .qa-list dl dd::before {
    font-size: 36px;
    top: 0;
    content: 'A.';
  }
  
  /*トップボタン*/
  .top_link {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin: 0;
    width: 60px;
    height: 60px;
  }
  .top_link .arrow3 {
    display: inline-block;
    margin-top: 25px;
    width: 15px;
    height: 15px;
  }


  
  /*追従ボタン*/
  .contact_btn {
    position: fixed;
    bottom: 15px;
    right: 20px;
    left: auto;
    z-index: 2;
  }
  .contact_link {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    text-decoration: none;
    background: #0F7BFF;
    color: #fff;
    border-radius: 120px;
    padding: 46px 25px 4px;
    text-align: center;
    line-height: 100%;
    font-size: 20px;
    font-weight: 400;
    margin-right: 0;
  }
  .contact_icon {
    width: 78px;
    margin: 0 auto 4px auto;
  }
  .contact_link p {
    padding: 0;
    margin: 0;
  }
  .contact_close {
    position: relative;
    display: block;
    margin-left: auto;
    float: right;
    width: 20px;
    height: 20px;
  }
  .contact_close::before, .contact_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #0F7BFF;
  }
  .contact_close::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .contact_close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  
}

/*sec06用*/
@media screen and (min-width:1100px) {
  #sec06 .arrow {
    display: block;
  }
  #sec06 .flebox {
    flex-direction: row;
    margin-top: 50px;
    row-gap: 50px;
  }
  #sec06 .flow {
    width: 30%;
  }
  #sec06 .flow::after {
    content: "";
    display: none;
  }


}



/*footerまでスクロールしたら消す*/

.is-hidden {
  visibility: hidden;
  opacity: 0;
}/*
.footer {
  
  height: 160px;
  padding: 0.1rem 0 1.5rem 0;
  background: #555;
}
footer {
  width: 100%;
}
.footer__inner {
  width: 90%;
  max-width: 960px;
  margin: 30px auto 30px auto;
  font-size: 14px;
  text-align: center;
}
.footer-sns {
  justify-content: center;
  display: flex;
  margin: 1rem auto;
}
.footer-logo {
  width: 65%;
  max-width: 290px;
}
.copyright {
  margin: 0;
  font-size: 9px;
  line-height: 120%;
}
@media screen and (min-width:768px) {

  footer {
    margin-top: 3rem;
  }
  .footer__inner {
    margin: 30px auto 30px auto;
  }
  .copyright {
    font-size: 10px;
  }
}*/