@charset "utf-8";

/*------
top.css
-------*/
/*cv-btn*/
.contents01{
	position: relative;
}
.contents01 .mv-cv-btn{
position: absolute;	
bottom: 10px;
right: 0;
left: 0;
}
.contents01 .mv-cv-btn ,
.contents03 .cv-btn ,
.contents05 .cv-btn {
    margin: 20px auto 30px;
    max-width: 337px;
    text-align: center;
}
.contents01 .mv-cv-btn .mv-cv_img,
.contents03 .mv-cv-btn .mv-cv_img,
.contents05 .cv-btn  .mv-cv_img{
    margin:0 auto 10px;
    max-width: 250px;
}
/*contents*/
.contents01 {
    margin: 0 auto 20px;
    text-align: center;
}
.contents02 {
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}
.contents02 .cv-btn {
  position: absolute;
  max-width: 337px;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.contents03 {
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}
.contents03 .mv-cv-btn{
  position: absolute;	
  bottom: 26px;
  right: 0;
  left: 0;
  margin: auto;
  }
.contents04 {
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}
.contents04 .cv-btn {
    position: absolute;
    max-width: 337px;
    text-align: center;
    bottom: 6.5vh;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.contents05 {
    margin: 0 auto;
    text-align: center;
    padding: 0 15px 50px;
}
.ropes_list {
    margin: 0 auto 40px;
    text-align: center;
}
.ropes_list >dt {
    margin-bottom: 10px;
}
.ropes_list >dd {
    margin-bottom: 30px;
}
.contents06 {
    position: relative;
    background-color: #f9c73d;
    padding: 20px 15px;
    margin: 0 auto 20px;
}
.contents06::before,
.contents06::after {
    position: absolute;
    content: "";
    background-size: cover;
    right: 0;
    left: 0;
    height: 40px;
    z-index: -1;
}
.contents06::before {
    top: -39px;
    background-image: url(../images/common_bg_top_img.png);
}
.contents06::after {
    bottom: -39px;
    background-position: bottom;
    background-image: url(../images/common_bg_bottom_img.png);
}
.top-faq_main_ttl {
    margin-bottom: 20px;
    text-align: center;
}
.top-faq_sub_ttl {
    margin-bottom: 15px;
}
.top-faq_sub_ttl.it_set {
  max-width: 181px;
}
/*よくある質問*/
.faq_contents_box {
    background-color: #fff;
    margin-bottom: 15px;
}
.faq__contents {
    margin-bottom: 30px;
}
.faq__contents__ttl {
    position: relative;
    transition: all .3s ease-in;
    cursor: pointer;
    padding: 10px 15px;
  }
  .faq__contents__ttl .faq__contents__icn {
    position: absolute;
    content: "";
    background-image: url(../images/ropes-faq_sub_icon_plus.svg);
    transition: all .3s ease-in;
    right: 15px;
    bottom: 10px;
    width: 37px;
      height: 37px;
  }
  .faq__contents__ttl.is-open .faq__contents__icn {
    background-image: url(../images/ropes-faq_sub_icon_minus.svg);
  }
  .faq__contents__txt {
    font-weight : bold;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing : 1.2px;
    width: 75%;
  }
  .faq__contents__cation-txt {
    background-color: #fff;
    padding: 0 15px 10px;
       font-size : 16px;
       font-weight : 500;
    line-height : 1.5;
    letter-spacing : 1.12px;
    margin-bottom: 15px;
  }
  .faq__contents_info_txt {
      font-weight: bold;
      margin-bottom: 5px;
  }
  .last_lead {
      padding: 50px 15px 30px;
      max-width: 320px;
      width: 90%;
      margin: auto;
  }
  .faq_link_txt {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
  }
  .faq_link_list{
    padding-bottom: 20px;
  }
  .faq_link_list > li {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .faq_link_list > li >a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #2A59A2;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 24px;
    color: #2A59A2;
    text-decoration: none;
    text-align: center;
    position: relative;
    min-height: 85px;
    line-height: 1.25;
  }
  .faq_link_list > li >a::after {
    position: absolute;
    content: "";
    right: 5px;
    bottom: 5px;
    background-image: url(../images/btn_icon01_hover.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
  }
@media screen and (min-width:640px) {
  .wrapper {
    max-width: inherit;
  }
  .pc-header {
    max-width: inherit;
  }
  /*mv*/
  .mv-area {
    margin-bottom: 100px;
  }
  .mv-sub_ttl {
    width: 61%;
  }
  /*contents*/
  .contents01 .mv-cv-btn {
    bottom: -60px;
  }
    .contents02{
        margin-top: 80px;
        margin-bottom: 70px;
        padding-bottom: 0;
    }
    .contents02 .cv-btn {
      max-width: 564px;
      left: inherit;
      right: 103px;
      width: 46%;
      bottom: 4.5%;
    }
    .contents03{
      /* padding: 0 30px; */
      margin-bottom: 80px;
    }
    .contents03 .mv-cv-btn{
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 854px;
      margin: auto;
      bottom: 40px;
    }
    .contents03 .mv-cv-btn .mv-cv_img {
      max-width: 368px;
      width: 100%;
    }
    .contents03 .mv-cv-btn a{
      width: 100%;
      margin-left: 15px;
      max-width: 565px;
    }
    .contents04 {
      margin-bottom: 80px;
    }
    .contents04 .cv-btn {
      max-width: 655px;
      left: inherit;
      right: 103px;
      width: 55%;
      bottom: 13vh;
    }
    .contents05 {
      padding: 0 30px 80px;
    }
    /*cv-btn*/
    .contents01 .mv-cv-btn,
    .contents05 .cv-btn {
      margin: 60px auto 100px;
      max-width: 413px;
    }
    .contents01 .mv-cv-btn .mv-cv_img,
     .contents05 .cv-btn .mv-cv_img {
      max-width: 368px;
      margin-bottom: 20px;
  }

  .ropes_list {
    margin-bottom: 130px;
  }
  .ropes_list.step_list {
    margin-bottom: 50px;
  }
  .ropes_list >dt {
    margin-bottom: 30px;
  }
  .ropes_list_box {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .ropes_list_box >dd {
    max-width: calc(50% - 10px);
  }
  .ropes_list_box >dd a {
    transition: all .3s;
  }
  .ropes_list_box >dd a:hover {
    opacity: .7;
  }
  .contents06 {
    padding: 70px 30px 10px;
  }
  .content_inner {
    padding-top: 30px;
    max-width: 1100px;
    margin: 0 auto;
  }
    /*よくある質問_PC*/
    .top-faq_main_ttl {
      margin-bottom: 60px;
    }
    .top-faq_sub_ttl {
      max-width: 697px;
      margin-bottom: 25px;
    }
    .top-faq_sub_ttl.it_set {
      max-width: 449px;
    }
    .faq__contents {
      margin-bottom: 80px;
    }
    .faq_contents_box {
      margin-bottom: 25px;
    }
    .faq__contents__ttl {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .faq__contents__ttl .faq__contents__icn {
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .faq__contents__icn {
      width: 44px;
      height: 44px;
      margin-right: 30px;
      font-size: 32px;
      padding: 4px 0;
      text-align: center;
    }
    .faq__contents__txt {
      font-size : 35px;
    letter-spacing : 1.52px;
      width:90%;
    }
    .faq__contents__caption-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .faq__contents__cation-txt {
      font-size: 23px;
      width:90%;
    }
    .last_lead {
      max-width: 1020px;
      margin: 70px auto;
    }
    .faq_link_txt {
      text-align: center;
    }
    .faq_link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .faq_link_list >li {
      width: calc((100% - 20px)/2);
      margin-right: 20px;
    }
    .faq_link_list >li:nth-child(2n) {
      margin-right: 0;
    }
    .faq_link_list > li >a::after {
      top: 0;
      bottom: 0;
      background-image: url(../images/btn_icon01_hover.svg);
      width: 52px;
      height: 52px;
      margin: auto;
    }
    .faq_link_list > li >a:hover {
      background-color:#2A59A2;
      color: #fff;
    }
    .faq_link_list > li >a:hover::after {
      background-image: url(../images/btn_icon01.svg);
    }
}
@media screen and (min-width:1200px) and (max-width: 1399px) {
  .contents05 {
    padding: 0 200px 80px;
  }
  .ropes_list > dt{
    width: 61%;
    max-width: 664px;
    margin: 0 auto 30px;
  }
  .contents06 {
    padding: 0 200px 80px;
  }
  .top-faq_main_ttl {
    width: 61%;
    max-width: 664px;
    margin: 0 auto 60px;
  }

}
@media screen and (min-width:1400px) {
  .contents02 .cv-btn {
    max-width: 655px;
    width: 55%;
    bottom: 150px;
  }
  .contents03 .mv-cv-btn{
    bottom: 95px;
  }
  .contents01 .mv-cv-btn {
    bottom: 0;
  }
  .contents01 .mv-cv-btn,
  .contents05 .cv-btn {
    max-width: 564px;
  }
  .contents03 .mv-cv-btn{
    max-width: 954px;
  }
}