@charset "utf-8";
/*
theme Name:quest furin case
Author:quest law firm
Description:original theme
version： 1.0.0
*/

/* -----------------------------------------------
    top-mainView
------------------------------------------------*/
.top-mainView {
  width: 100%;
  height: 480px;
  background-image: url("../img/top/bg_mv.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .top-mainView {
    height: auto;
    background-image: none;
  }
}
.top-mainView__inner {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .top-mainView__inner {
    padding: 0;
  }
}
.top-mainView__inner h1,
.top-mainView__inner .h1_img img {
  width: 524px;
}
.top-mainView__inner h1 {
  text-align: center;
  line-height: 1.3;
  color: #f3663d;
  font-size: 50px;
  font-weight: bold;
}
.top-mainView__inner h1 span {
  color: #333;
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  .top-mainView__inner .h1_img img {
    width: 100%;
  }
  .top-mainView__inner h1 {
    text-align: left;
    position: absolute;
    top: 12%;
    left: 5%;
    width: 68%;
    line-height: 1.1;
    font-size: 6.6rem;
  }
  .top-mainView__inner h1 span {
    font-size: 5.2rem;
  }
  .top-mainView__inner h1 span.block {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .top-mainView__inner h1 {
    font-size: 3.6rem;
  }
  .top-mainView__inner h1 span {
    font-size: 2.2rem;
  }
}
/* -----------------------------------------------
    top-link
------------------------------------------------*/
.top-link {
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  .top-link {
    padding: 30px 0;
  }
}
.top-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .top-link ul {
    margin: 0 auto;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-link ul li {
  width: 480px;
}
@media screen and (max-width: 960px) {
  .top-link ul li {
    float: none;
    width: 100%;
    height: 100%;
  }
}
.top-link ul li:first-child {
  margin-right: 18px;
}
@media screen and (max-width: 960px) {
  .top-link ul li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* -----------------------------------------------
    .top-reason
------------------------------------------------*/
.top-reason01 {
  background-color: rgba(221,221,221,.2);
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.top-reason__listArea01 {
  display: flex;
  margin-bottom: 50px;
}
.top-reason__listArea01:last-child {
  margin-bottom: 0;
}
.flex-reverse {
  flex-flow: row-reverse;
}
.top-reason__img01,
.top-reason__txt01 {
  width: 50%;
}
.top-reason__img01 a {
  pointer-events: none;
}
.top-reason__txt01 {
  padding: 30px 0;
}
.top-reason__txt01 h3,
.top-reason__txt01 p {
  margin-bottom: 25px;
}
.top-reason__txt01 h3 {
  position: relative;
  text-align: center;
  color: #514f87;
  font-size: 2.2rem;
  font-weight: bold;
}
.top-reason__txt01 h3::after {
   content: "";
   display: block;
   position: absolute;
   bottom: 0;
   left: -18%;
   width: 107%;
   height: 1px;
   background: #514f87;
}
.flex-reverse .top-reason__txt01 h3::after {
  left: 0;
}
.top-reason__txt01 p,
.top-reason__link01 {
  padding: 0 120px;
}
.top-reason__txt01 p {
  line-height: 1.5;
}
.top-reason__link01 .btn01 {
  color: #333;
  background: #fff;
  border: solid 1px #ddd;
}
.top-reason__link01 .btn01::after {
  background-image: url("../img/common/arw_footer.svg");
}
.top-reason__link01 .btn01:hover {
  color: #fff;
  background: #f3663d;
  border: solid 1px #f3663d;
}
.top-reason__link01 .btn01:hover::after {
  background-image: url("../img/common/arw_white.svg");
}
@media screen and (max-width: 960px){
  .top-reason01 {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .top-reason__listArea01 {
    display: block;
    margin-bottom: 12vw;
  }
  .top-reason__img01,
  .top-reason__txt01 {
    width: 100%;
  }
  .top-reason__img01 a {
    pointer-events: auto;
  }
  .top-reason__txt01 {
    padding: 0;
    border-left: solid 2px #514f87;
  }
  .top-reason__txt01 h3 {
    text-align: left;
    margin-bottom: .5rem;
    padding: 1rem 0 0 1.5rem;
  }
  .top-reason__txt01 h3:after {
    width: 0;
    height: 0;
  }
  .top-reason__txt01 p {
    margin-bottom: 0;
    padding: 0 0 1rem 1.5rem;
  }
  .top-reason__link01 {
    display: none;
  }
}
/* -----------------------------------------------
    .top-consul
------------------------------------------------*/
.top-consul {
  width: 100%;
  /*padding: 80px 0 70px;*/
  padding: 60px 0;
  background: #fafafa;
}
@media (max-width: 972px) {
  .top-consul {
    /*padding: 70px 0 70px;*/
    padding: 20px 0;
  }
}
.top-consul__left {
  float: left;
}
@media (max-width: 972px) {
  .top-consul__left {
    float: none;
    margin-bottom: 50px;
  }
}
.top-consul__ .content-consul {
  /*
  width: 630px;
  height: 280px;
  position: relative;
  */
  text-align: center;
}
@media (max-width: 972px) {
  .top-consul__ .content-consul {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.top-consul__link {
  float: right;
  max-width: 306px;
  width: 100%;
}
@media (max-width: 972px) {
  .top-consul__link {
    float: none;
    max-width: none;
  }
}
.top-consul__link .h01 {
  font-size: 2rem;
  text-align: inherit;
  position: relative;
  margin-bottom: 17px;
}
@media (max-width: 972px) {
  .top-consul__link .h01 {
    margin-bottom: 30px;
  }
}
.top-consul__link .h01:after {
  display: block;
  content: "";
  width: 206px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 14px;
  right: 0;
}
@media (max-width: 972px) {
  .top-consul__link .h01:after {
    width: calc(100% - 5em);
  }
}

/*   .content-link01
===============================================================*/
.content-link01 {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
}
.content-link01 li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 49%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .content-link01 li {
    width: 100%;
    margin-bottom: 5px;
  }
}
.content-link01 li:nth-child(1) {
  float: left;
}
.content-link01 li:nth-child(2) {
  float: right;
}
.content-link01 li:nth-child(2) .linkArea::before {
  background-image: url("../img/top/img_case02.png");
}
.content-link01 .linkArea {
  display: block;
  text-align: center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.content-link01 .linkArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/img_case01.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.content-link01 .linkArea__inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3.1rem 3rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (max-width: 960px) {
  .content-link01 .linkArea__inner {
    padding: 4.6rem 3rem;
  }
}
.content-link01 .linkArea__ttl {
  pointer-events: none;
  width: 136px;
  margin: 0 auto;
}
.content-link01 .linkArea__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 68px;
  left: calc(50% - 15px);
  width: 30px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .content-link01 .linkArea__ttl::after {
    bottom: 80px;
  }
}
.content-link01 .linkArea__ttl img {
  width: 136px;
}
@media screen and (max-width: 960px) {
  .content-link01 .linkArea__ttl img {
    width: 132px;
  }
}
.content-link01 .linkArea__txt {
  color: #fff;
  margin-bottom: 0;
  padding-top: 34px;
}
@media screen and (max-width: 960px) {
  .content-link01 .linkArea__txt {
    padding-top: 30px;
  }
}

#top #form_container {
  padding: 90px 0;
}
@media screen and (max-width: 980px) {
  #top #form_container {
    padding: 12vw 0;
  }
}

#top-isyaryo {
  border-bottom: solid 1px #f5f5f5;
}
.top-isyaryo,
.top-isyaryo-point {
  padding-top: 90px;
  padding-bottom: 90px;
}
.top-isyaryo h2,
.top-isyaryo-point h2 {
  line-height: 1.45;
  font-size: 2.6rem;
  font-weight: bold;
}
.top-isyaryo p,
.top-isyaryo-point p {
  margin-bottom: 0;
}
.top-isyaryo .top-isyaryo__title h2 {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
}
.top-isyaryo .top-isyaryo__title h2:before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #514f87;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.top-isyaryo .inlineBlock {
  width: 49%;
}
.top-isyaryo .inlineBlock p {
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 40px;
}


#top-isyaryo-point {
  border-top: solid 1px #f5f5f5;
}
.top-isyaryo__area,
#point04 .top-isyaryo__title {
  padding-left: 80px;
}
#point01,
#point02,
#point03 {
  margin-bottom: 7rem;
}
#sub-point01__1,
#sub-point01__2,
#sub-point02__1,
#sub-point03__1 {
  margin-bottom: 7rem;
}
.sub-point__title {
  margin-bottom: 2rem;
}
.sub-point__title div.inlineBlock {
  position: relative;
  padding-bottom: 1rem;
  width: 5%;
  border-bottom: solid 2px rgb(243, 102, 61);
}
.sub-point__title h3 {
  line-height: 50px;
  font-size: 2.2rem;
  font-weight: bold;
}


#point01 .top-isyaryo__title {
  position: absolute;
  padding: 10rem 0 3rem 3rem;
  width: 100%;
  color: #fff;
  background-image: url("../img/top/isyaryo_bk01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#point01 .top-isyaryo__area {
  padding-top: 23rem;
}

#point02 h2,
#point03 h2 {
  margin-bottom: 3rem;
  padding-left: 80px;
  line-height: 180px;
  font-weight: bold;
  background-image: url("../img/top/isyaryo02.png");
  background-repeat: no-repeat;
}
#point02 .top-isyaryo__area div.inlineBlock,
#point03 .top-isyaryo__area div.inlineBlock {
  border-bottom: solid 2px #fff;
}
#point02 h3 {
  color: rgb(243, 102, 61);
}
#point02 .sub-point__area .txt01,
#point02 .sub-point__area ul,
#sub-point02__2 p,
#sub-point03__2 p,
#sub-point04__1,
#sub-point04__2 {
  margin-bottom: 5rem;
}
#point02 .sub-point__area ul {
  display: flex;
	justify-content: center;
}
#point02 .sub-point__area li {
  margin: 0 10px;
  width: 25%;
}
#point02 .sub-point__area figcaption {
  margin-top: .5rem;
  font-size: 1.4rem;
}
#point02 .sub-point__area .txt02 {
  font-weight: bold;
}
#point02 h4,
#point03 h4 {
  margin-bottom: 1rem;
  font-weight: bold;
}
#point02 h4 span,
#point03 h4 span {
  border-bottom: solid 1px #333;
}
#point03 h3 {
  color: rgb(81, 79, 135);
}
#point04 .top-isyaryo__title {
  margin-bottom: 5rem;
}
#point04 .sub-point__title {
  position: relative;
  margin-bottom: 1rem;
}
#point04 h3 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  line-height: 1.3;
}

.content-cta .sodan {
  margin-top: 3rem;
}
.content-cta .sodan h2,
.content-cta .sodan p {
  color: #fff;
}
.content-cta .sodan h2 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.content-cta .sodan p {
  margin-bottom: 0;
  line-height: 1.2;
}


@media screen and (max-width: 960px){
  .top-isyaryo,
  .top-isyaryo-point {
    padding-top: 12vw;
    padding-bottom: 12vw
  }
  .top-isyaryo .inlineBlock {
    width: 100%;
  }
  .top-isyaryo .inlineBlock:first-child {
    text-align: center;
  }
  .top-isyaryo .inlineBlock p {
    padding-top: 3rem;
    padding-left: 0;
  }
  .top-isyaryo h2,
  .top-isyaryo-point h2,
  .content-cta .sodan h2 {
    font-size: 4.5vw;
  }
  .top-isyaryo h3,
  .top-isyaryo-point h3 {
    font-size: 4vw;
  }
  .top-isyaryo-point h4 {
    font-size: 3.5vw;
  }
  #point02 .sub-point__area figcaption,
  .content-cta .sodan p small {
    font-size: 3vw;
  }
  .top-isyaryo__area {
    padding-left: 0;
  }
  #point02 h2,
  #point03 h2 {
    padding-left: 5rem;
  }
  #point01 .point01.container {
    padding-left: 0;
  }
  #point01 .top-isyaryo__title {
    padding: 6rem 15px 4rem;
  }
  #point01 .top-isyaryo__title h2 {
    text-align: center;
    margin-bottom: 1rem;
  }
  #point01 .top-isyaryo__area {
    padding-top: 30rem;
    padding-left: 15px;
  }
  .sub-point__title div.inlineBlock {
    width: 10%;
  }
  .sub-point__title h3 {
    line-height: 2.6;
    width: 88%;
  }
  #point02 h3,
  #point03 h3 {
    line-height: 1.2;
  }
  #sub-point01__3 .sub-point__title h3,
  #sub-point03__2 .sub-point__title h3 {
    line-height: 2.6;
  }

  #point02 .sub-point__area ul {
    flex-wrap: wrap;
  }
  #point02 .sub-point__area li {
    margin-bottom: 2rem;
    width: 44%;
  }
  #top-isyaryo img,
  #point02 .sub-point__area li img,
  #point04 img {
    width: 100%;
  }
  #point04 .top-isyaryo__title {
    padding-left: 0;
  }
  #point04 h3 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    margin: 2rem 0 1.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px){
  #point01 .top-isyaryo__area {
    padding-top: 25rem;
  }
  .sub-point__title h3 {
    line-height: 1.8;
    width: 88%;
  }
  #sub-point01__3 .sub-point__title h3,
  #point02 h3,
  #point03 h3,
  #sub-point03__2 .sub-point__title h3,
  .content-cta .sodan h2 {
    line-height: 1.2;
  }
  .top-isyaryo h2,
  .top-isyaryo-point h2,
  .content-cta .sodan h2 {
    font-size: 6vw;
  }
  .top-isyaryo h3,
  .top-isyaryo-point h3 {
    font-size: 5.5vw;
  }
  .top-isyaryo-point h4 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  #point02 .sub-point__area figcaption,
  .content-cta .sodan p small {
    font-size: 4vw;
  }
}

/* ======= hover ======= */
.pc .content-link01 li .linkArea:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.pc .content-link01 li .linkArea:hover .linkArea__inner {
  background-color: rgba(81, 79, 135, 0.6);
}





.front__columns .front__columns__innner {
  padding-top: 90px;
  padding-bottom: 90px;
}
.front__columns .title h2 {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  line-height: 1.45;
  font-size: 2.6rem;
  font-weight: bold;
}
.front__columns .title h2:before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #514f87;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.front__columns p {
  text-align: center;
  margin-bottom: 50px;
}
.front__columns .posts_frm_vertical {
  display: flex;
  flex-wrap: wrap;
}
.front__columns .posts_frm_vertical .posts_frm {
  position: relative;
  margin-bottom: 30px;
  margin-right: 2%;
  padding-bottom: 0;
  width: 32%;
  border-radius: 3px;
  background: #fff;
}
.front__columns .posts_frm_vertical .posts_frm:nth-child(3n) {
  margin-right: 0;
}
.front__columns .posts_frm_vertical .flex {
  display: block !important;
}
.front__columns .posts_frm_vertical .posts_image,
.front__columns .posts_frm_vertical .posts_content {
  overflow: hidden;
  width: 100%;
}
.front__columns .posts_frm_vertical .posts_image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.front__columns .posts_frm_vertical .posts_content {
  padding: 10px 5px;
  width: 100%;
}
.front__columns .posts_frm .posts_cat,
.front__columns .posts_frm .posts_cat a {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 5px 1px;
  line-height: 1.2;
  color: #959595;
  font-size: 12px;
}
.front__columns .posts_frm_vertical .posts_title {
  margin-bottom: 5px;
  font-size: 15px;
  color: #333;
}
.front__columns .posts_frm .posts_date {
  color: #959595;
  margin-right: 15px;
  font-size: 12px;
}
.front__columns .new__posts_btn {
  text-align: center;
  margin-top: 60px;
}
.front__columns .new__posts_btn a {
  position: relative;
  overflow: hidden;
  padding: 20px 100px;
  color: #333;
  border: solid 1px #ccc;
  z-index: 1;
}
.front__columns .new__posts_btn a::before {
  background: #3A2A57;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.front__columns .new__posts_btn a::after {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  right: 20px;
}

.front__columns .posts_frm .posts_title:hover {
  text-decoration: underline;

}
.front__columns .new__posts_btn a:hover {
  color: #fff;
  background: #f3663d;
  border: solid 1px #f3663d;
}
@media screen and (max-width: 767px){
  .front__columns .front__columns__innner {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .front__columns .posts_frm_vertical .posts_frm {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
    border-bottom: solid 1px #eee;
  }
  .front__columns .posts_frm_vertical .flex {
    display: flex !important;
  }
  .front__columns .posts_frm_vertical .posts_image {
    width: 31%;
  }
  .front__columns .posts_frm_vertical .posts_content {
    padding: 0 0 0 1.5rem;
    width: 69%;
  }
  .front__columns .posts_frm .posts_cat,
  .front__columns .posts_frm .posts_cat a {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 1.2rem;
    bottom: 1.5rem;
    font-size: 12px;
  }
}
