@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#container {
  overflow: hidden;
}

ul, li {
  list-style: none;
  margin-left: 0px;
}

img {
  width: 100%;
  vertical-align: bottom;
}

#jibun-header_wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 70px;
  padding-left: 32px;
  background: #fafafa;
  z-index: 103;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #jibun-header_wrap {
    height: 60px;
  }
}

.jibun-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jibun-header_name img {
  width: 200px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .jibun-header_name img {
	  margin-top: -5px;
    margin-left: -5px;
    width: 120px;
  }
}
.jibun-header_btn {
  font-size: 16px;
  margin-left: auto;
  margin-right: 80px;
  width: 320px;
  height: 70px;
  background: #eee;
  text-align: center;
  line-height: 70px;
  letter-spacing: 0.1em;
  cursor: pointer;
	font-weight: bold;
}

.sub_title{
	font-weight: bold;
}

@media screen and (max-width: 768px) {
  .jibun-header_btn {
    font-size: 11px;
    margin-right: 55px;
    width: 160px;
    height: 60px;
    line-height: 62px;
  }
}
.jibun-header_hum {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 70px;
  background: #9A9998;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .jibun-header_hum {
    width: 55px;
    height: 60px;
  }
}
.jibun-header_hum .btn-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 38px;
  height: 37px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .jibun-header_hum .btn-trigger {
    width: 34px;
    height: 28px;
  }
}
.jibun-header_hum .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .jibun-header_hum .btn-trigger span {
    height: 2px;
  }
}
.jibun-header_hum .btn-trigger, .jibun-header_hum .btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jibun-header_hum .btn-trigger span:nth-of-type(1) {
  top: 0;
}
.jibun-header_hum .btn-trigger span:nth-of-type(2) {
  top: 17px;
}
@media screen and (max-width: 768px) {
  .jibun-header_hum .btn-trigger span:nth-of-type(2) {
    top: 13px;
  }
}
.jibun-header_hum .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.jibun-header_hum #btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
}
.jibun-header_hum #btn01.active span:nth-of-type(2) {
  opacity: 0;
}
.jibun-header_hum #btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0x;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
}

.menu {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 102;
}
.menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.menu-flex li {
  text-align: center;
}
.menu-flex li a {
  color: white;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu-flex li a:hover {
  opacity: 0.7;
}

.jibun-kv {
  padding-top: 70px;
  width: 100%;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .jibun-kv {
    padding-top: 60px;
    margin-bottom: 160px;
  }
}
.jibun-kv_txt {
  width: 500px;
  position: absolute;
  bottom: 10%;
  left: 6%;
}
@media screen and (max-width: 768px) {
  .jibun-kv_txt {
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.jibun-kv_txt p {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .jibun-kv_txt p {
    font-size: 15px;
  }
}
.jibun-kv_txt > div {
  width: 500px;
  margin: 15px auto 30px 0;
}
@media screen and (max-width: 768px) {
  .jibun-kv_txt > div {
    width: 200px;
  }
}
.jibun-kv_txt > div img {
  width: 100%;
}
.jibun-kv_txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.jibun-kv_txt-list > li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  border: 1px solid #B49F70;
  text-align: center;
  font-size: 14px;
  padding: 10px 0px;
  background: #f2f5f8;
  margin-bottom: 20px;
	font-weight: 600;
	color: #444;
}
.jibun-kv_txt-btn {
  font-size: 16px;
  border-radius: 100px;
  display: block;
  width: 200px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #B49F70;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .jibun-kv_txt-btn {
    font-size: 14px;
    margin: 0 auto;
  }
}

/* .jibun-kv_img {
  max-width: 70%;
  height: 700px;
  background: url("../img/AdobeStock_222086613_Preview.png") no-repeat center center;
  background-size: cover;
  margin-left: auto;
}
*/
@media screen and (max-width: 768px) {
  .jibun-kv_img {
  /*  height: 70vh;　*/
  }
}


.jibun-about {
  width: 100%;
/*  height: 700px; */
	position: relative;
	background: linear-gradient(white, #f5f5f5);	
}

.jibun-about_img {
  background: url("../img/AdobeStock_210390145_Preview.png") center center no-repeat ; 
  background-size: cover;
	width: 80%;
	height: 100%;
	position: absolute;
	
}


@media screen and (max-width: 768px) {
  .jibun-about {
   /* height: 400px; */
	  height: inherit;
  }
}
.jibun-about_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  gap: 6px;
  right: 50px;
  top: 15%;
  width: 45%;
  height: 400px;
  padding: 40px 60px;
	font-weight: 500;
  /* background: rgba(255, 255, 255, 0.9);*/
	position: absolute;
	right: 0;
	
	z-index: 1;
}

/*
.jibun-about_img{
	position: absolute;
	width: 80%;
	z-index: 0;
	top: 0;
	left: 0;
}
*/

@media screen and (max-width: 768px) {
  .jibun-about_txt {
    width: 95%;
 /*   top: -30%; */
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.jibun-about_txt p {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jibun-about_txt p {
    font-size: 13px;
  }
}
.jibun-about_txt h3 {
  font-size: 32px;
  letter-spacing: 0.2em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jibun-about_txt h3 {
    font-size: 20px;
  }
}

.jibun-tuyomi {
  width: 100%;
 /* background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), color-stop(71%, #f5f5f5), color-stop(84%, #f5f5f5), color-stop(100%, #f5f5f5), to(#f5f5f5));*/
/*  background-image: linear-gradient(0deg, rgb(216, 216, 216), rgb(225, 225, 225) 71%, #f5f5f5 84%, #f5f5f5 100%, #f5f5f5); */
	/*background-color: #f5f5f5; */
/* background: linear-gradient(white, #eee);*/
background-color: #f5f5f5;
  padding: 40px 0px;
}

.jibun-tuyomi h3 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 36px;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 100px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .jibun-tuyomi h3 {
    font-size: 20px;
  }
}
.jibun-tuyomi-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jibun-tuyomi-inner {
    width: 100%;
  }
}

.jibun-tuyomi_flex {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
  height: 430px;
	
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
	*/
}
	

@media screen and (max-width: 768px) {
  .jibun-tuyomi_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;

  }
}
.jibun-tuyomi_flex-img {
	width:60%;
	position: absolute;
	top: 0;
	/*
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
	*/
}

.jibun-tuyomi_flex-img img{
	border-radius: 5px;
}

.left{
	left: 0;
}

.right{
	right: 0;
}

@media screen and (max-width: 768px) {
  .jibun-tuyomi_flex-img {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin-bottom: 30px;
  }
}
.jibun-tuyomi_flex-txt {
	/*
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
	*/
	width: 45%;
	padding: 3em 2.5em;
	background-color: #fff; 
	bottom: 5%;
	right: 0;
	position: absolute;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.tuyomi_nummber_right{
	font-size: 65px;
    letter-spacing: 0.1em;
    color: #111;
    margin-bottom: 10px;
	position: absolute;
	top: -10%;
	font-family: Arial, Helvetica, "sans-serif";
	right: 30px;
	font-weight: 400;
}


.tuyomi_nummber_left{
	font-size: 65px;
    letter-spacing: 0.1em;
    color: #111;
    margin-bottom: 10px;
	position: absolute;
	top: -10%;
	font-family: Arial, Helvetica, "sans-serif";
	left: 30px;
	font-weight: 400;
}


@media screen and (max-width: 768px) {
  .jibun-tuyomi_flex-txt {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}
.jibun-tuyomi_flex-txt h4 {
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #111;
  margin-bottom: 10px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
  .jibun-tuyomi_flex-txt h4 {
    font-size: 20px;
    /* border-bottom: 1px solid #333; */
  }
}
.jibun-tuyomi_flex-txt p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .jibun-tuyomi_flex-txt p {
    font-size: 13px;
  }
}
.jibun-tuyomi_flex-txt_btn {
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
  .jibun-tuyomi_flex-txt_btn {
    font-size: 13px;
    margin: 0 auto;
  }
}

.jibun-tuyomi_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.jibun-tyuyomi {
  margin: 80px 0px;
}

.highlight {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ece1c2;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.jibun-tyuyomi_chart {
  width: 1000px;
  margin: 0 auto;
/*  background: #f9f8f4; */
  padding: 4% 3%;
  border-radius: 12px;
 border: 2px #fff solid; 
}
@media screen and (max-width: 768px) {
  .jibun-tyuyomi_chart {
    width: 94%;
    padding: 12% 3%;
  }
}
.jibun-tyuyomi_chart h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
	/* color: #ac8c44; */
}
@media screen and (max-width: 768px) {
  .jibun-tyuyomi_chart h3 {
    font-size: 20px;
  }
}
.jibun-tyuyomi_chart ul li {
  margin-bottom: 20px;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .jibun-tyuyomi_chart ul li {
    font-size: 14px;
  }
}
.jibun-tyuyomi_chart ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
/*  background: #eadac1; */
  margin-right: 10px; 
}
@media screen and (max-width: 768px) {
  .jibun-tyuyomi_chart ul li::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}

.jibun-detail .grd2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #ececec), to(#ececec));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #ececec 50%, #ececec 100%);
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .jibun-detail .grd2 {
    margin-bottom: 60px;
  }
}
.jibun-detail_inner {
  position: relative;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(44%, #ffffff), to(#ffffff));
  background-image: linear-gradient(180deg, #eeeeee 0%, #ffffff 44%, #ffffff 100%);
}
.jibun-detail_icon {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.jibun-detail_icon img {
  width: 160px;
}
.jibun-detail_flex {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .jibun-detail_flex {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
  }
}
.jibun-detail_flex > div:nth-child(1) {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (max-width: 768px) {
  .jibun-detail_flex > div:nth-child(1) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin: 0 auto;
  }
}
.jibun-detail_flex > div:nth-child(2) {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media screen and (max-width: 768px) {
  .jibun-detail_flex > div:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.jibun-detail_title {
  font-size: 36px;
  text-align: center;
  padding: 30px 0px 50px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .jibun-detail_title {
    font-size: 20px;
  }
}
.jibun-detail .white {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .jibun-detail .white {
    text-align: center;
    padding: 20px 0px 40px;
  }
}
.jibun-detail_slider {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .jibun-detail_slider {
    width: 80%;
  }
}
.jibun-detail_slider-wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .jibun-detail_slider-wrap {
    padding-bottom: 120px;
  }
}
.jibun-detail_slider li {
  background: #fff;
  padding: 40px 100px;
}
@media screen and (max-width: 768px) {
  .jibun-detail_slider li {
    padding: 10px 10px;
  }
}
.jibun-detail_slider h3 {
  font-size: 25px;
  text-align: center;
  margin: 20px 0px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .jibun-detail_slider h3 {
    font-size: 16px;
    text-align: left;
  }
}
.jibun-detail_slider p {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .jibun-detail_slider p {
    font-size: 13px;
  }
}

.before-after_slider {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .before-after_slider {
    width: 80%;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slide-arrow {
    width: 30px;
    height: 30px;
  }
}

.prev-arrow {
  left: -70px;
}
@media screen and (max-width: 768px) {
  .prev-arrow {
    left: -38px;
  }
}

.next-arrow {
  right: -70px;
}
@media screen and (max-width: 768px) {
  .next-arrow {
    right: -38px;
  }
}

.jibun-place-time {
  padding: 10px 0px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .jibun-place-time {
    padding: 40px 0px;
  }
}
.jibun-place-time h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .jibun-place-time h3 {
    font-size: 20px;
  }
}
.jibun-place-time_img {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jibun-place-time_img {
    width: 90%;
  }
}

.flow {
  background: #f8f6f1;
  padding: 100px 0px 60px;
}
.flow .method-slide_wrap-inner {
  background: #efebe1;
  padding: 30px 40px;
  height: 630px;
}
@media screen and (max-width: 768px) {
  .flow .method-slide_wrap-inner {
    background: transparent;
    height: 440px;
  }
}
.flow .method-slide_wrap-inner > div > h3 {
  position: relative;
  top: -30px;
  color: #B49F70;
}

.method-slide_wrap-inner {
  position: relative;
  background: #f5f5f5;
  width: 1000px;
  height: 700px;
  padding: 40px 0px;
  margin: 0 auto 40px;
}

.wrap-inner_short{
	height: 600px;
}

@media screen and (max-width: 768px) {
  .method-slide_wrap-inner {
    width: 100%;
    height: 500px;
  }
}
.method-slide_wrap-inner .flow-txt {
  position: relative;
  top: 0;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .method-slide_wrap-inner .flow-txt {
    top: 0px;
    font-size: 20px;
  }
}
.method-slide_wrap-inner > div {
  text-align: center;
}
.method-slide_wrap-inner > div p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .method-slide_wrap-inner > div p {
    font-size: 26px;
    color: #333;
  }
}
.method-slide_wrap-inner > div h3 {
  font-size: 35px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .method-slide_wrap-inner > div h3 {
  /*  display: none;　*/
  }
}

	.flow_slider{
		top:60%!important;
	}

.map{
	display: block;
    width: 30%;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    padding: 0.1em;
    text-align: center;
    margin-top: 1em;
    border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .method-slide_wrap .two {
    margin: 0 auto 0px;
  }
	.flow_slider{
		top:55%!important;
	}
	
	.map{
		margin: 1em auto;
		width: 100%;
	}
	
}
.method-slide_wrap .medhod-slider {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .method-slide_wrap .medhod-slider {
    width: 100%;
  }
}
.method-slide_wrap .medhod-slider li {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .method-slide_wrap .medhod-slider li {
    padding: 5px;
  }
}
.method-slide_wrap .medhod-slider p:nth-child(1) {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .method-slide_wrap .medhod-slider p:nth-child(1) {
    font-size: 14px;
    margin: 7px 0px 3px;
  }
}
.method-slide_wrap .medhod-slider p:nth-child(2) {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .method-slide_wrap .medhod-slider p:nth-child(2) {
    font-size: 14px;
  }
}

.flow_b {
  background: #f8f6f1;
  padding-bottom: 80px;
}

.jibun-movie_title h3 {
  position: relative;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .jibun-movie_title h3 {
    font-size: 20px;
  }
}
.jibun-movie_title h3::before {
  position: relative;
  top: 7px;
  content: "";
  display: inline-block;
  background: url("../img/movie.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .jibun-movie_title h3::before {
    width: 24px;
    height: 24px;
    top: 5px;
  }
}

.youtube-wrap {
  width: 800px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .youtube-wrap {
    width: 100%;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.voice {
  margin: 80px 0px;
}

.voice-slide_wrap {
  width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .voice-slide_wrap {
    width: 78%;
    padding: 2px;
  }
}

.title2 {
  margin: 30px 0px;
  text-align: center;
  font-size: 32px;
  color: #B49F70;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title2 {
    font-size: 20px;
  }
}

.title3 {
  color: #333;
  letter-spacing: 0.1em;
}

.voice-slide-item {
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 3px;
  padding: 50px 14px;
}
@media screen and (max-width: 768px) {
  .voice-slide-item {
    padding: 24px 11px;
  }
}
.voice-slide-item .voice-icon {
  width: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.voice-slide-item .voice-icon img {
  width: 100%;
}
.voice-slide-item .voice-msg p:nth-child(1) {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.voice-slide-item .voice-msg p:nth-child(2) {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.jibun-qa {
  padding: 70px 0px 120px;
  background: #f5f5f5;
}
.jibun-qa_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jibun-qa_inner {
    width: 90%;
  }
}

.accordion_header-first {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 14px 0px 14px 0px;
  border-bottom: 1px solid #d6dde3;
}
@media screen and (max-width: 768px) {
  .accordion_header-first {
    font-size: 18px;
  }
}

.accordion_header-second {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 14px 0px 14px 10px;
  border-bottom: 1px solid #d6dde3;
}
@media screen and (max-width: 768px) {
  .accordion_header-second {
    font-size: 14px;
  }
}
.accordion_header-second::before {
  color: #333;
  content: "Q.";
}

.accordion-arrow {
  position: relative;
}
.accordion-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.accordion-arrow.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion_inner {
  display: none;
}

.open + .accordion_inner {
  display: block;
}

.accordion-txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 14px 0px 14px 20px;
  margin-bottom: 14px;
}
.accordion-txt::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A.";
}

.tenpo-info {
  margin: 80px 0px;
}

.tenpo-info_flex-wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tenpo-info_flex-wrap {
    width: 100%;
  }
}

.tenpo-info_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tenpo-info_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tenpo-slide_wrap {
  width: 50%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .tenpo-slide_wrap {
    width: 100%;
    padding: 10px;
  }
}

.tenpo-txt {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .tenpo-txt {
    width: 100%;
    padding: 10px;
  }
}

/*
.thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}*/

.slick-img {
  padding: 5px;
}

.thumbnail-img {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding: 5px;
}

.thumbnail .slick-current {
  opacity: 1;
}

.slider7 {
  margin-bottom: 0px;
}

.tenpo-txt > p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tenpo-txt > p:nth-child(1) {
    font-size: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    margin-bottom: 5px;
  }
}

.tenpo-txt > h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .tenpo-txt > h5 {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.tenpo-txt > p {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.tenpo-txt_ado {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tenpo-txt_ado {
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    margin-bottom: 5px;
  }
}
.tenpo-txt_acc {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tenpo-txt_acc {
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    margin-bottom: 5px;
  }
}
.tenpo-txt_keitai {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tenpo-txt .last {
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    margin-bottom: 5px;
  }
}

.jibun-footer {
  padding: 80px 0px 0px;
  background: #f5f5f5;
}
.jibun-footer > .copy {
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .jibun-footer > .copy {
    font-size: 13px;
  }
}
.jibun-footer > p {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
.jibun-footer_logo {
  width: 300px;
  margin: 0 auto;
}
.jibun-footer_sns {
  width: 120px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jibun-footer_sns > div {
  width: 40px;
}
.jibun-footer_sns > div a {
  display: block;
  width: 100%;
}
.jibun-footer_sns > div a img {
  width: 100%;
}
.jibun-footer_btn {
  font-size: 16px;
  border-radius: 100px;
  border: 1px solid #B49F70;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #B49F70;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .jibun-footer_btn {
    margin: 0px auto 50px;
  }
}
.jibun-footer_btn:hover {
  background: white;
  color: #B49F70;
}/*# sourceMappingURL=style.css.map */



/* plus */

.label_title{
	font-size: 20px !important;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.slider_text{
	padding: 0 40px;
}

.topics{
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0.5em;
}

.sub_topics{
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif"
}


/* plus_slider */

.jibun-kv_txt {
  width: 500px;
  position: absolute;
  bottom: 10%;
  left: 8%;
  z-index: 2;/*追加*/
}

.jibun-kv_img {
    position: relative;
    max-width: 70%;
    margin-left: auto;
}
.jibun-kv_img div{
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jibun-kv_img .img01{
    background-image: url("../img/img_2.jpg");/*画像url変更お願いします*/
}
.jibun-kv_img .img02{
    background-image: url("../img/img_1.jpg");/*画像url変更お願いします*/
}



.jibun-kv_img .img01_sp{
    background-image: url("../img/img_sp_02.jpg");/*画像url変更お願いします*/
}
.jibun-kv_img .img02_sp{
    background-image: url("../img/img_sp_01.jpg");/*画像url変更お願いします*/
}


@media screen and (max-width: 768px) {
  .jibun-kv_img {
    max-width: 100%;/*追加*/
  height: 85vh; 
  }
}

/* 追加スライダーCSS*/




.jibun-kv_img2 {
    position: relative;
    max-width: 55%;
    margin-right: auto;
}
.jibun-kv_img2 div{
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jibun-kv_img2 .img_1{
    background-image: url(../img/img_b_1.jpg);/*画像url変更お願いします*/
}
.jibun-kv_img2 .img_2{
    background-image: url(../img/img_b_2.jpg);/*画像url変更お願いします*/
}
.jibun-kv_img2 .img_3{
    background-image: url(../img/img_b_3.jpg);/*画像url変更お願いします*/
}

@media screen and (max-width: 768px) {
  .jibun-kv_img2 {
    max-width: 100%;/*追加*/
    /*height: 70vh; */
  }
}

.sub_topics_ab{
	font-weight: bold;
	font-size: 1.3em!important;
	font-family: Arial, Helvetica, "sans-serif";
}

.pricingplans{
	width: 100%;
    margin: 0 auto;
}


.speacer{
	    margin-top: 100px;
    padding-top: 100px;
}

.pc{
	display: block!important;
}

.sp{
	display: none!important;
}

/* plus_mobile */

@media screen and (max-width: 768px) {
	
.pc{
	display: none!important;
}

.sp{
	display: block!important;
}

	.jibun-kv_img2 div{
	margin-top: 80px;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
	
	.jibun-kv_txt {
    width: 90%;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
	.jibun-kv_txt p{
		    text-align: center;
		    font-size: 16px;
	}
	
	.jibun-kv_txt > div{
		width: 300px;
		margin: 15px auto 30px;
	}
	
	.jibun-kv_txt-btn{
		width: 280px;
		font-size: 16px;
	}
	
	
	.jibun-kv{
		    margin-bottom: 10px;
	}
	
	.jibun-kv_img2{
		width: 100%!important;
	}
	
	.jibun-about_txt{
		padding: 40px 20px;
		/* top: -360px; */
		position: inherit;
		height: 340px;
	}
	
	.sub_topics_ab{
		text-align: center;
	}
	
	.jibun-about_txt h3{
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	
	.jibun-kv_img2 div{
		margin-top: 0;
	}
	

	.jibun-about{
		/* margin-top: 300px; */
	}
	
	.jibun-tuyomi_flex-img{
		width: 100%;
		position: inherit;
		}
	.jibun-tuyomi_flex-txt{
		position: inherit;
		width: 92%;
		margin: -30px auto 10px auto;
		background-color: inherit;
		box-shadow: none;
		padding: 2em 2.5em 0.5em;
		
	}
	
	.jibun-tuyomi_flex{
		height: 100%;
		margin-bottom: 50px;
		text-shadow: 1px 1px 2px white;
	}
	
	.jibun-tuyomi{
		padding: 100px 0px 20px;
	}
	

	.tuyomi_nummber_right{
	font-size: 55px;
	right: inherit;
	position: inherit;
		text-align: center;
	}

	.tuyomi_nummber_left{
		font-size: 55px;
		position: inherit;
		left: inherit;
		text-align: center;
	}
	
	.plans{
		margin: 0!important;
	}
	
	.jibun-detail_slider-wrap{
		    padding-bottom: 20px;
	}
	
	.jibun-detail_title{
		font-size: 28px;
	}
	
	.method-slide_wrap-inner > div h3{
		    font-size: 30px;
	}
	
	.method-slide_wrap-inner{
		height: 600px;
	}
	
	.flow{
		    padding: 20px 0px 30px;
	}
	
	.flow .method-slide_wrap-inner{
		    height: 540px;
	}
	
	.sp_title{
		font-size: 25px!important;
	}
	
	.jibun-header_hum .btn-trigger{
		height: 25px;
		width: 30px;
	}
	.jibun-header_hum .btn-trigger span:nth-of-type(2){
		top: 11px;
	}
	
	.tenpo-info{
		margin-top: 10px;
	}
	
	.jibun-place-time h3{
		    margin-bottom: 10px;
	}
	
	.jibun-tyuyomi_chart h3{
		font-size: 25px;
	}
	
	.jibun-tuyomi h3{
		    font-size: 26px;
		margin-bottom: 20px;
	}
	
	.jibun-kv_img div{
   /* height: 600px; */
		height: inherit;
	
	}
	
	.slider_text{
		padding: 0;
	}
	
}


						
						/* フェードイン用のCSS */
					.slide-left {
					   opacity: 0;
					   transform: translateX(30px);
					   transition: all 1.2s 0.2s ease-out;
					 }
						
					.slide-bottom {
					   opacity: 0;
					   transform: translateY(10px);
					   transition: all 0.8s 0s ease-out;
					 }
						
					.slide-bottom2 {
					   opacity: 0;
					   transform: translateY(20px);
					   transition: all 1.2s 0s ease-out;
					 }
						
					.slide-bottom3 {
					   opacity: 0;
					   transform: translateY(10px);
					   transition: all 1.0s 0s ease-out;
					 }
						

/*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
	
