/*
Theme Name:空き家相続WEB
*/

section{
  overflow: hidden;
}

img{
	width: 100%;
}

header{
  border-top: solid 6px #efefef;
  display: block;
  width: 100%;
  position: unset;
}
.head{
  height: 120px;
  width: 100%;
}
.menu-wrap{
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 10px; */
}
header .logo{
	max-width: 300px;
}
header h1>span{
  display: block;
  font-size: 1.3rem;
  margin-left: 10px;
  margin-top: 10px;
}
header nav{
	max-width: 800px;
	width: 100%;
	margin: auto;
}
header nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
header nav a{
	/* display: grid; */
  position: relative;
}
header nav li{
	display: grid;
	text-align: center;
	font-weight: bold;
  padding: 10px 55px;
  border-left: solid 1px #efefef;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  position: relative;
}
header nav a:last-child{
  border-right: solid 1px #efefef;
}
header .menu-icon{
	width: 70px;
	padding-bottom: 10px;
	margin: auto;
}
/*-------------リンクカラー--------------*/
#akiya-kanri nav a:nth-of-type(1):before,
#akiya-leaseback nav a:nth-of-type(2):before,
#akiya-chintai nav a:nth-of-type(3):before,
#akiya-baikyaku nav a:nth-of-type(4):before {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    top: -7px;
    left: 0%;
}
#reform nav a:nth-of-type(5):before{
    content: "";
    width: 200%;
    height: 6px;
    position: absolute;
    top: -7px;
    left: 0%;
}
#kaitai nav a:nth-of-type(6):before {
    content: "";
    width: 200%;
    height: 6px;
    position: absolute;
    top: -7px;
    left: -100%;
}
#akiya-kanri nav a:nth-of-type(1):before {
    border-top: solid 6px #f5ce2e;
}
#akiya-leaseback nav a:nth-of-type(2):before {
    border-top: solid 6px #a1bcbc;
}
#akiya-chintai nav a:nth-of-type(3):before {
    border-top: solid 6px #f7ba87;
}
#akiya-baikyaku nav a:nth-of-type(4):before {
    border-top: solid 6px #8ca494;
}
#reform nav a:nth-of-type(5):before {
    border-top: solid 6px #b7868c;
}
#kaitai nav a:nth-of-type(6):before {
    border-top: solid 6px #b7868c;
}
/*-------------リンクカラー--------------*/
.mv-wrap{
	background: url(/m/cmn_files/img_rwd/akiya-img/mv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mv{
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
  padding: 5vw 0;
  justify-content: space-around;
}
.mv p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.mv .left-wrap{
  width: 20%;
  font-size: 1.2vw;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 50px 20px;
  line-height: 2.5vw;
}
.mv .right-wrap{
  width: 65%;
  padding-left: 3vw;
}
.side-contact{
  position: fixed;
  right: 20px;
  width: 130px;
  bottom: 100px;
  z-index: 10;
}
#problem .flex-wrap {
  max-width: 1000px;
  margin: auto;
  padding: 50px 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
#problem .flex-wrap img{
  width: auto;
}
#problem .img-wrap{
  max-width: 1000px;
  margin: auto;
  padding: 50px 0;
}
#problem a{
  position: relative;
  display: block;
}
#problem a:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a4a4a84;
  transition: all .5s;
  opacity: 0;
}
#problem a:before{
  position: absolute;
  content: "";
  background-image: url(/m/cmn_files/img_rwd/search.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  transition: all .5s;
  opacity: 0;
}
#problem a:hover:after,
#problem a:hover:before {
  visibility: visible;
  opacity: 1;
}

#suggest{
  background-color:#f0e8d9;
}
#suggest .suggest-wrap{
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding-bottom: 100px;
}
#suggest .flex-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#suggest .flex-wrap .contents{
  width: 40%;
  margin: 1vw;
  background-color: #fff;
  border-top: solid 3px #ac9b73;
  text-align: center;
}
#suggest .title{
  width: 60%;
  margin: 100px auto 10px;
}
#suggest .contents a>img{
  max-width: 200px;
  padding: 30px;
}
#suggest span{
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #604c3f;
  font-family: serif;
}
#suggest .contents p{
  width: 80%;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 25px;
  letter-spacing: 3px;
  padding-bottom: 30px;
}
#suggest a{
  position: relative;
}
#suggest a:after {
  content: "";
  background: #ffffff00;
}
#suggest a:hover:after{
  content: "";
  background: #655d492e;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .3s;
}

#suggest p{
  margin: 50px auto 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 45px;
  letter-spacing: 3px;
}
#reason{
  background-color: #e2d3b7;
}
#reason .reason-wrap{
  padding: 100px 0;
}
#reason h2{
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
#reason h2 img{
  max-width: 650px;
}
#reason p{
  max-width: 1000px;
  margin: 50px auto;
  font-size: 1.3rem;
  line-height: 35px;
  letter-spacing: 3px;
}
#reason .reason-bg-wrap:nth-of-type(1){
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
    background: linear-gradient(to right, #fff 50%, transparent 50%);
}
#reason .reason-bg-wrap:nth-of-type(2){
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), color-stop(50%, transparent));
    background: linear-gradient(to left, #fff 50%, transparent 50%);
}
#reason .reason-bg-wrap:nth-of-type(3){
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
    background: linear-gradient(to right, #fff 50%, transparent 50%);
}
#reason .contents{
  max-width: 1000px;
  margin: 50px auto 0;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
}
#reason .contents h3{
  display: inline-block;
}
#reason .contents .title-left{
  padding-left: 1vw;
  padding-top: 30px;
  height: 100px;
}
#reason .contents .title-right{
  padding-left: 3vw;
  padding-top: 30px;
  height: 100px;
}
#reason .contents p{
  margin: 30px 0 0 -50px;
  width: 65%;
  padding-bottom: 50px;
}
#reason .reason-bg-wrap:nth-of-type(2) p{
  margin-right: -50px;
  margin-left: auto;
}
#reason .iconset01{
  position: absolute;
  bottom: -30px;
  right: 30px;
}
#reason .iconset02{
  position: absolute;
  bottom: -30px;
  left: 10px;
}
#reason .iconset03{
  position: absolute;
  bottom: -50px;
  right: 100px;
  width: 20%;
}

#risk{
  background-image: url(/m/cmn_files/img_rwd/akiya-img/risk-bg.jpg);
  background-size: auto;
  margin-bottom: 50px;
}
#risk .risk-wrap{
  max-width: 1000px;
  margin: auto;
  padding: 100px 0;
}
#risk h2{
  font-size: 2rem;
    text-align: center;
    width: 80%;
    margin: auto;
    border: solid 1px #766951;
    padding: 20px;
}
#risk p{
      max-width: 1000px;
    margin: 50px auto;
    font-size: 1.3rem;
    line-height: 40px;
    letter-spacing: 1px;
}
#risk h3{
  font-size: 1.5rem;
    text-align: center;
    margin: auto;
    border: solid 1px;
    padding: 20px;
    width: 80%;
    box-sizing: border-box;
}
#risk01 img{
  margin: 50px auto;
}
#risk01 ul{
  width: 90%;
  margin: auto;
}
#risk01 li{
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 45px;
}
#risk01 li:nth-child(even){
  text-indent: 50px;
  font-weight: normal;
  margin-top: -10px;
  margin-bottom: 10px;
}
#risk01 li span{
  font-weight: normal;
}
#risk02 p{
  font-size: 1rem;
  width: 80%;
}
#risk02 .risk-point1,
#risk02 .risk-point2,
#risk02 .risk-point3{
  background-color: #f3ebe0;
  margin-left: 3vw;
  position: relative;
}
#risk02 .risk-point2,
#risk02 .risk-point3{
  margin-top: 30px;
}

#risk02 .risk-point1:before{
  content: url(/m/cmn_files/img_rwd/akiya-img/point01.svg);
  position: absolute;
  width: 100px;
  left: -80px;
  top: -15px;
}
#risk02 .risk-point2:before{
  content: url(/m/cmn_files/img_rwd/akiya-img/point02.svg);
  position: absolute;
  width: 100px;
  left: -80px;
  top: -15px;
}
#risk02 .risk-point3:before{
  content: url(/m/cmn_files/img_rwd/akiya-img/point03.svg);
  position: absolute;
  width: 100px;
  left: -80px;
  top: -15px;
}
#risk02 .risk-point1 h4,
#risk02 .risk-point2 h4,
#risk02 .risk-point3 h4{
  width: 90%;
  display: block;
  margin: auto;
  padding-top: 30px;
  font-size: 1.5rem;
  letter-spacing: 3px;
}
#risk02 .risk-point1 p,
#risk02 .risk-point2 p,
#risk02 .risk-point3 p{
  width: 87%;
  margin: auto;
  padding: 10px 0 30px;
  letter-spacing: 1px;
}
#risk02 img{
  width: 80%;
  margin: auto;
  display: block;
  padding-left: 3vw;
  margin-top: -10px;
  position: relative;
}
#risk nav{
  max-width: 1000px;
  margin: 100px auto 0;
}
#risk nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#risk nav li{
  text-align: center;
  font-weight: bold;
}
#risk nav a{
  display: grid;
  font-family: serif;
  font-size: 1rem;
}
#risk .menu-icon{
  width: 150px;
  padding-bottom: 10px;
  margin: auto;
  color: #604c3f;
}

/*----タブエリア----*/

.tab{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 27px;
  z-index: 1;
}
.tab li a{
  display: block;
  background: #f0e8d9;
  border: solid 1px #ac9b73;
  margin: 0 20px;
  padding: 15px 30px;
  letter-spacing: 3px;
  font-size: 1.3rem;
}

.tab li.active a{
  background: #ac9b73;
  color: #fff;
}
#risk .contents{
  background-color: #fff;
  border: solid 1px #766951;
  border-top: solid 3px #766951;
}
.area {
  display: none;
  opacity: 0;
  background: #fff;
  padding:100px 0;
  margin: auto;
  max-width: 900px;
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*----タブエリア----*/

#after{
  background-color: #f0e8d9;
  overflow: unset;
}
#after .after-wrap{
  max-width: 1000px;
  margin: auto;
  padding: 100px 0;
}
#after h2{
  position: relative;
    font-size: 2rem;
    text-align: center;
    width: 80%;
    margin: auto;
    border: solid 1px #766951;
    padding: 20px;
}
#after h2:before{
  content: url(/m/cmn_files/img_rwd/akiya-img/after-ttl.svg);
  position: absolute;
  width: 300px;
  top: -130px;
  left: -100px;
}
#after p{
    margin: 50px auto;
    font-size: 1.3rem;
    line-height: 40px;
    letter-spacing: 5px;
}

#qa,#foot-contact{
  max-width: 1000px;
  margin: 0 auto 100px;
}
#qa .qa-wrap section{
  position: relative;
}
#qa .qa-wrap section:before{
  content: url(/m/cmn_files/img_rwd/akiya-img/icon-q.svg);
  position: absolute;
  width: 35px;
  top: 15px;
  left: 7vw;
  z-index: 1;
}

.triangle{
  width: 0;
  height: 0;
  margin: 100px auto 100px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #f0e8d9;
}
#foot-contact .contact-title{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
#foot-contact .flex-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#foot-contact .flex-wrap a{
  width: 40%;
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
}

.accordion-area li{
    margin: 20px 0;
}

/*アコーディオンタイトル*/
.ac-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.3rem;
    font-weight: normal;
    padding: 20px 3% 20px 10vw;
    transition: all .5s ease;
    background-color: #c9bc9c;
    color: #fff;
    letter-spacing: 3px;
}

/*アイコンの＋と×*/
.ac-title::before,
.ac-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
}
.ac-title::before{
    top:48%;
    right: 50px;
    transform: rotate(-45deg);
}
.ac-title::after{    
    top:48%;
    right: 60px;
    transform: rotate(45deg);
}

/*　closeというクラスがついたら形状変化　*/

.ac-title.close::before{
  transform: rotate(45deg);
}

.ac-title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    font-size: 1.2rem;
    letter-spacing: 3px;
    padding: 20px 5vw 20px 10vw;
    line-height: 30px;
}


/*========= レイアウトのためのCSS ===============*/

h2{
    text-align: center;
    margin: 30px 0;
    font-size:1rem;
}

.dot-line {
  height: 1.5px;
  position: relative;
  margin-top: 15px;
  left: -1.5vw;
  width: 105%;
}
.dot-line::before {
  content: "";
  background-image: linear-gradient(to right, #c9bc9c, #c9bc9c 5px, transparent 5px, transparent 5px);
  background-size: 15px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#company{
  background-color: #f0e8d9;
  display: flex;
  margin: auto;
  padding: 2vw 5vw;
  justify-content: center;
}
#company .shop-wrap{
  width: 30%;
  text-align: left;
}
#company .shop-wrap h2{
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-family: sans-serif;
  text-align: left;
}
#company .shop-wrap ul {
  margin-top: 30px;
  line-height: 30px;
}
#company .company-wrap{
  max-width: 1200px;
  margin: 0;
}
#company .flex-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}
#company .flex-wrap li{
  border-right: solid 1px #000;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 2vw;
}
#company .flex-wrap li:first-child{
  border-left: unset;
}
#company .flex-wrap li:last-child{
  border-right: unset;
}
#company .company-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 150px auto 0;
}
#company .contents{
  background-color: #fff;
  padding: 100px 20px 20px 20px;
  line-height: 25px;
  margin-bottom: 50px;
  position: relative;
    width: calc(82%/4);
}
#company .contents h4{
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-size: 1.2rem;
}
#company .contents:nth-of-type(1):before{
    content: "";
    background-image: url(/m/cmn_files/img_rwd/akiya-img/company01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 125px;
    height: 134px;
    z-index: 1;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
}
#company .contents:nth-of-type(2):before{
    content: "";
    background-image: url(/m/cmn_files/img_rwd/akiya-img/company02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 125px;
    height: 134px;
    z-index: 4;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
}
#company .contents:nth-of-type(3):before{
    content: "";
    background-image: url(/m/cmn_files/img_rwd/akiya-img/company03.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 125px;
    height: 134px;
    z-index: 4;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
}
#company .contents:nth-of-type(4):before{
    content: "";
    background-image: url(/m/cmn_files/img_rwd/akiya-img/company04.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 125px;
    height: 134px;
    z-index: 4;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
}
.line{
  border-bottom: solid 1px #f0e8d9;
  width: 100%;
  display: inline-block;
}

#page-top a:hover{
  opacity: .8;
}


/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 30px;
  bottom:30px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  width: 50px;
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
#foot-contact div{
  text-align: center;
}
#foot-contact img{
  max-width: 500px;
}
footer{
  background-color: #ac9b73;
  padding-bottom: 50px;
  margin-top: 100px;
}


/*============================================================================*/
/*============================レスポンシブここから=================================*/
/*============================================================================*/

@media screen and (max-width: 768px){
body{
  font-family: sans-serif;
}
.head{
  height: 21vw;
  width: 100%;
}
header h1>span {
  display: block;
  font-size: 1rem;
  margin-left: 6vw;
  margin-top: 5px;
}
  header nav a{
    display: block;
  }
#akiya-kanri nav a:nth-of-type(1):before,
#akiya-leaseback nav a:nth-of-type(2):before,
#akiya-chintai nav a:nth-of-type(3):before,
#akiya-baikyaku nav a:nth-of-type(4):before {
    content:unset;
}
#akiya-kanri nav a:nth-of-type(2):before,
#akiya-leaseback nav a:nth-of-type(3):before,
#akiya-chintai nav a:nth-of-type(4):before,
#akiya-baikyaku nav a:nth-of-type(5):before {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    top: -7px;
    left: 0%;
}
#reform nav a:nth-of-type(6):before{
    content: unset;
}
#akiya-kanri nav a:nth-of-type(2):before {
    border-top: solid 6px #f5ce2e;
}
#akiya-leaseback nav a:nth-of-type(3):before {
    border-top: solid 6px #a1bcbc;
}
#akiya-chintai nav a:nth-of-type(4):before {
    border-top: solid 6px #f7ba87;
}
#akiya-baikyaku nav a:nth-of-type(5):before {
    border-top: solid 6px #8ca494;
}
#reform nav a:nth-of-type(6):before {
    border-top: solid 6px #b7868c;
}
#kaitai nav a:nth-of-type(7):before {
    border-top: solid 6px #b7868c;
}
#akiya-kanri nav a:nth-of-type(2):before,
#akiya-leaseback nav a:nth-of-type(3):before,
#akiya-chintai nav a:nth-of-type(4):before,
#akiya-baikyaku nav a:nth-of-type(5):before,
#reform nav a:nth-of-type(6):before,
#reform nav a:nth-of-type(7):before{
    top: 0px;
}
#reform nav a:nth-of-type(6):before {
    content: "";
    border-top: solid 6px #b7868c;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0px;
    left: 0;
}
  .menu .act a:after {
    content: unset;
  }
  .menu-wrap{
    padding-bottom: 10px;
  }
	.head-belt .wrap{
		height: 93px;
	}
	.head-belt h1{
		font-size: 1.3rem;
		padding: 30px 10px 5px;
	}
	.head-belt .sub-title{
		padding: 0 12px 15px;
	}
	.menu li{
		height: 50px;
	}
	.menu li a:hover:after{
		border-bottom: unset;
	}
	.menu nav{
		background-color: #f0e8d9;
	}
	#btn01 img{
		vertical-align: bottom;
    position: absolute;
    bottom: -10px;
    width: 35px;
    left: 12px;
	}
	.menu{
    position: fixed;
    right: 0px;
    top: 20px;
    z-index: 2;
    height: 50px;
    width: 65px;
    margin: auto;
    background: #ffffffc2;
    border-radius: 5px 0px 0px 5px;
  }
  img.menu-txt{
    position: absolute;
    bottom: 35px;
    z-index: -1;
  }
  .btn-trigger {
    position: relative;
    width: 60px;
    height: 50px;
    cursor: pointer;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 4px;
    background-color: #717071;
    /* border-radius: 4px; */
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 10px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 23px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 10px;
  }
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
  nav {
    display: block;
    position: fixed;
    top: 90px;
    right: -770px;
    bottom: 0;
    width: 100%;
    background: #1d1d1d;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 15;
    opacity: 0;
  }
  .open nav {
    top: 90px;
    right: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 0px;
    color: #fff;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    display: block;
    letter-spacing: 3px;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: unset;
    border-top: solid 1px #604c3f;
    border-left: unset;
    line-height: 50px;
  }
  nav .inner ul a:last-child{
    border-bottom: solid 1px #604c3f;
  }
  nav .inner ul li a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    color: #604c3f;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 15px 0;
  }
  header nav a:last-child {
      border-right: unset;
  }
.side-contact{
  width: 100px;
}
.menu-wrap a{
    margin-left: 0px!important;
    margin-top: 10px!important;
}
header .logo{
  width: 200px;
  margin-left: 5vw;
}
.mv .right-wrap{
  margin: auto;
}
.mv .right-wrap img{
  width: 90%;
}
.mv .left-wrap{
  font-size: .6rem;
  letter-spacing: 0;
  line-height: 3.5vw;
  padding: 30px 20px;
}
#problem .flex-wrap{
  display: block;
}
#problem .img-wrap{
  padding: 30px 0;
  width: 90%;
  margin: auto;
}
#suggest .suggest-wrap{
  padding-bottom: 50px;
}
#suggest .title{
  width: 70%;
  margin: 50px auto 10px;
}
#suggest .flex-wrap .contents{
  width: 35%;
}
#suggest .contents a>img{
  max-width: 90px;
  padding: 10px 1vw 1vw 1vw;
}
#suggest span{
  font-size: 1rem;
}
#suggest .contents p{
  font-size: .7rem;
  margin: 0 auto;
  letter-spacing: 0;
  padding-bottom: 10px;
  line-height: 15px;
}
#suggest p{
  font-size: 3.73333vw;
  line-height: 1.77;
  width: 90%;
  letter-spacing: 0;
  margin: 30px auto 0;
}
#reason .reason-wrap{
  padding: 50px 0;
}
#reason h2 img{
  width: 80%;
}
#reason p{
  width: 80%;
  font-size: 3.73333vw;
  line-height: 1.77;
  letter-spacing: 1px;
  margin: 30px auto;
}
#reason .contents{
  width: 90%;
}
#reason .contents .title-left,
#reason .contents .title-right{
  height: 80px;
}
#reason .contents img.sp-title{
  height: 81px;
  max-width: 300px;
}
#reason .contents p{
  width: 90%;
  margin: 10.66667vw 5.33333vw 10.66667vw 1vw;
  padding-bottom: 100px;
  font-size: 3.73333vw;
  line-height: 1.77;
}
#reason .iconset01{
  bottom: -35px;
  right: 40px;
  text-align: right;
  width: 45%;
}
#reason .iconset02{
  left: unset;
  width: 40%;
  right: 50px;
}
#reason .iconset03{
  right: 50px;
  width: 40%;
}
#reason .reason-bg-wrap:nth-of-type(2) p {
  margin: 10.66667vw 5.33333vw 10.66667vw 8vw;
}
#risk .risk-wrap{
  padding: 50px 0;
}
#risk h2{
  font-size: .8rem;
  width: 70%;
  padding: 10px;
  font-weight: bold;
}
#risk p{
  font-size: 3.73333vw;
    line-height: 1.77;
  width: 85%;
  letter-spacing: 1px;
  margin: 30px auto;
}
.tab{
  top: 17px;
}
.tab li a{
  padding: 10px 15px;
  font-size: .8rem;
  margin: 0 10px;
}
#risk h3{
  font-size: .8rem;
  width: 80%;
  padding: 10px;
  font-weight: bold;
}
.area {
  padding: 50px 0;
}
#risk{
  margin-bottom: 0;
}
#risk .contents{
  padding: 0 10px;
  width: 90%;
  margin: auto;
}
#risk01 li{
  font-size: .6rem;
  line-height: 20px;
}
#risk01 li:nth-child(even){
  text-indent: 0;
  padding-left: 8vw;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 15px;
}
#risk02 .risk-point1,
#risk02 .risk-point2,
#risk02 .risk-point3 {
  margin-left: 5vw;
}
#risk02 .risk-point1 p, #risk02 .risk-point2 p, #risk02 .risk-point3 p {
  letter-spacing: 0;
}
#risk02 .risk-point1:before,
#risk02 .risk-point2:before,
#risk02 .risk-point3:before {
    width: 10%;
    left: -20px;
    top: -35px;
}
#risk02 .risk-point1 h4,
#risk02 .risk-point2 h4,
#risk02 .risk-point3 h4 {
  font-size: 1rem;
}
#risk02 img{
  width: 90%;
}

#after h2{
  font-size: .8rem;
  width: 70%;
  padding: 10px;
}
#after .after-wrap{
  text-align: center;
}
#after .after-wrap img{
  width: 90%;
}
#after h2:before{
  width: 150px;
  top: -70px;
  left: -40px;
}
#after p{
  font-size: 3.73333vw;
  line-height: 1.77;
  width: 80%;
  text-align: left;
  letter-spacing: 1px;
  margin: 30px auto;
}
#qa {
  margin: 0 auto 50px;
}
#qa .qa-wrap section:before {
    width: 20px;
    top: 18px;
    left: 4vw;
}
.dot-line{
  width: 95%;
}
.ac-title{
  font-size: .8rem;
  padding: 20px 3% 20px 12vw;
}
.ac-title::before, .ac-title::after {
  width: 10px;
}
.ac-title::before {
    right: 20px;
}
.ac-title::after {
    right: 26px;
}
.box{
  font-size: .8rem;
  padding: 20px 5vw 20px 12vw;
  line-height: 20px;
}

.triangle{
  margin: 50px auto 50px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f0e8d9;
}
#foot-contact{
}
#foot-contact .contact-title{
  font-size: .8rem;
  margin-bottom: 30px;
}

#foot-contact{
  margin-bottom: 0;
}
#foot-contact .contact-title{
  font-size: .8rem;
  margin-bottom: 30px;
}
#company{
  flex-wrap: wrap-reverse;
}
#company .shop-wrap{
  width: 100%;
  text-align: center;
}
#company .shop-wrap h2{
  text-align: center;
}
#company .company-wrap{
  width: 100%;
}
#company .flex-wrap li{
  font-size: .6rem;
}
#company .company-list{
  display: block;
  width: 90%;
  padding-bottom: 10px;
  margin: 100px auto 0;
}
#company .contents{
  text-align: center;
  margin-bottom: 100px;
  width: unset;
}
#company .contents:nth-of-type(1):before,
#company .contents:nth-of-type(2):before,
#company .contents:nth-of-type(3):before,
#company .contents:nth-of-type(4):before {
  z-index: 0;
}
#foot-contact img{
  width: 90%;
}
footer{
  padding-bottom: 50px;
}


#page-top{
  width: 50px;
}


}