*{
  margin:0;
  padding:0;
}
body{
  width:100%;
  height:100%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
img{
  width:100%;
}
a{
  text-decoration: none;
  transition:0.3s;
}
ul{
  list-style: none;
}
h3,h4,h5,header,
#navArea,
#tenken .tenken_icons,
#teian .onestop_wrap .num{
  font-family:canto-pen,serif;
  font-style:normal;
}
h2,
#navArea,
.build_btn,
#bottom_3 .text,
#bottom_3 .sub_text,
#flow_chart h5.number{
  font-family:canto-pen,serif;
  font-style:normal;
}
h2{
  font-size:44px;
  color:#776B58;
  letter-spacing: 4px;
  border-bottom:1px solid #80CC29;
  line-height:16px;
  display:inline-block;
}
h3{
  font-size:26px;
  font-weight:normal;
  color:#776B58;
  letter-spacing: 1px;
}
h4{
  font-size:20px;
  display: inline-block;
  letter-spacing: 3px;
  color:#776B58;
  text-align:left;
  margin-top:30px;
}
.sub_header h4,
#contact h4{
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  margin-right: 5.5px;
}
h5{
  font-size:22px;
  letter-spacing:1px;
  margin-bottom:25px;
  line-height:33px;
  font-weight:normal;
}


.title_wrap{
  position:absolute;
  top:-90px;
}
.title_wrap h2{
  margin:40px 0 30px 0;
}
.tate_arrow{
  position:relative;
}
.tate_arrow{
  height:180px;
  width:1px;
  background:#80CC29;
  margin-left: 5px;
}
.tate_arrow::after{
  content:'';
  position:absolute;
  bottom:-3px;
  left:5px;
  height:15px;
  width:1px;
  background:#80CC29;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grecaptcha-badge{
  visibility:hidden;
}
/*-------- header -------*/

header{
  background-color:#F2EFEB;
  display:flex;
  justify-content: center;
  padding-top:10px;
  padding-bottom: 10px;
  align-items: center;
  column-gap: 10px;
}
header .logo{
  margin-right:15px;
}
header .logo_sub{
  font-size:14px;
  color: #000;
}
.sub_header{
  position:relative;
}
.sub_header .bg{
  background-color:#F2EFEB;
  height:210px;
  width:100%;
  padding-top:15px;
  position:absolute;
  z-index:1000;
}
.sub_header .inner{
  width:90%;
  margin:0 auto;
  display:flex;
  justify-content:center;
  text-align: center;
  position:relative;
  z-index:1100;
}
.sub_header .inner .left{
  width:450px;
  background:#fff;
  border-radius:40px;
  border:6px solid #F2EFEB;
  margin-right:25px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  padding-top: 40px;
}
.sub_header .inner .right img{
  max-width:900px;
}

.line_icon{
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 250px;
  z-index: 9998;
}
.line_icon:hover{
  opacity: 0.8;
}

/*-------- midashi -------*/

#midashi{
  position:relative;
  width:75%;
  max-width:1300px;
  margin:70px auto 80px auto;
  text-align:center;
}
#midashi .content{
  line-height:33px;
  font-size:18px;
}
#midashi .content p{
  margin-top:30px;
}


.common_wrap{
  position:relative;
  width:85%;
  max-width:1500px;
  margin:0 auto;
}

svg path {
  fill: #000;
}
svg path.fillnone{
  fill: none;

}


/*-------- 右側固定ナビなど -------*/

.right_fixed{
  position: fixed;
  top: 28px;
  right: 10px;
  font-size:16px;
  font-weight:bold;
  z-index:9998;
}
.menu_wrap{
  width:92px;
  position:absolute;
  right:25px;
  cursor: pointer;
  display:flex;
}
.menu_wrap .menu{
  letter-spacing:1.5px;
  padding-right:15px;
}


.right_tate{
  position:relative;
  margin-right:27px;

}
.open .menu_event,
.open .mail_tel{
  display:none;
}
.menu_event{
  text-align: center;
  line-height:12px;
  margin-top:45px;
}
.menu_event a{
  color:#000;
}
.menu_event .tatesen{
  width:1px;
  height:50px;
  background:#000;
  margin:0 auto 20px auto;
  transition:0.3s;
}
.menu_event:hover .tatesen{
  height:60px;
}
.menu_event img{
  width:15px;
  padding-top:10px;
}


.mail_tel{
  position: absolute;
  right: -22px;
  top: 230px;
}
.mail_tel a{
  display:block;
  border-radius: 50%;
}
.mail_tel a:last-child{
  margin-top:10px;
}
.mail_tel a:hover{
  box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
  transform: translateY(3px);
}
.mail_tel img{
  width:60px;
}


/*============
  .toggle_btn
=============*/

.toggle_btn{
  position:relative;
  width:36px;
  height:25px;
  -webkit-transform: rotate(-29deg);
  transform: rotate(-29deg);

}
.toggle_btn span {
  position: absolute;
  width: 26px;
  height: 1px;
  background-color: #000;
  transition:all 0.3s;
  transform: scale(1);
}
.menu_wrap:hover span:nth-child(1),
.menu_wrap:hover span:nth-child(3){
  transform: scale(1.3,1);
}

.toggle_btn span:nth-child(1){
  top: 0px;
  left:7px;
}
.toggle_btn span:nth-child(2) {
  top: 10px;
  width: 40px;
}
.toggle_btn span:nth-child(3) {
  top: 20px;
  left:7px;
}
.open .toggle_btn span {
  width: 30px;
  position:absolute;
  transition:all 0.3s;
}
.open .toggle_btn{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(-4px, 9px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(-5px, -11px) rotate(45deg);
  animation: unset;
}

  


/*------ハンバーガー------*/
#navArea{
  position:relative;
}
.respo{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #F2EFEB;  
  -webkit-overflow-scrolling: touch;
  z-index: 9998;
  display:flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
	visibility: hidden;
	-webkit-transition : all 0.3s ease 0s;
  transition : all 0.3s ease 0s;
}

.open .respo {
  left: 0;
  margin:0 auto;
  opacity: 1;
	visibility: visible;
	-webkit-transition : all 0.3s ease 0s;
  transition : all 0.3s ease 0s;
}
.respo header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;
}

.respo .inner {
  width:95%;
  max-width:1040px;
  height:50vh;
  margin:0 auto;
  font-size:16px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.respo a{
  color:#000;
}
.respo .nav_pic img{
  max-width:400px;
}

.respo .respo_menu_wrap{
  display:flex;
  justify-content: space-between;
}
.respo .respo_menu{
  font-weight: bold;
}
.respo ul.respo_menu{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.respo ul.respo_menu li {
  position: relative;
  font-size:32px;
  letter-spacing: 2px;
  height:80px;
  width:170px;
}
.respo ul.respo_menu:first-child{
  margin-right:30px;
}
.respo ul.respo_menu li p{
  font-size:16px;
  letter-spacing: 0;
  font-weight:normal;
  color:#000;
}
.respo ul.respo_menu li a {
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  color:#776B58;
}
.respo ul.respo_menu li a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #80CC29;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.respo ul.respo_menu li:nth-child(5) a::after {
  bottom: -15px;
}
.respo ul.respo_menu li a:hover::after {
  transform: scale(1, 1);
}
.respo .respo_etc li{
  margin-bottom:10px;
  width:170px;
}
.respo .respo_etc li a{
  color:#776B58;
}
.respo .respo_etc li a:hover{
  color:rgb(119, 107, 88, 0.7);
}
.respo .respo_etc ul:first-child li{
  font-size:21px;
  letter-spacing: 1px;
  font-weight:bold;
  height:30px;
  line-height:30px;
}
.respo .respo_etc ul:first-child img{
  margin-right:10px;
  width:30px;
  vertical-align: top;
}
.respo .respo_etc ul:last-child li:nth-child(1),
.respo .respo_etc ul:last-child li:nth-child(2){
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.respo .respo_etc ul:last-child li:nth-child(1){
  margin-top:40px;
}
.respo .respo_etc ul:last-child li:nth-child(2){
  margin-bottom:40px;
}
.respo .respo_etc ul:last-child li:last-child{
  color:#776B58;
  font-weight: bold;
  font-size: 18px;
}
.respo .respo_etc ul:last-child img{
  width:25px;
  vertical-align: middle;
  transition:0.3s;
}
.respo .respo_etc ul:last-child img:hover{
  opacity:0.7;
}

/*------- パンくずリスト -------*/
p#breadcrumbs {
  width: 90%;
  margin: 0 auto;
  color: #6e6e6e;
  margin-top: 15px;
  font-size: 16px;
}
p#breadcrumbs a{
  color: #6e6e6e;
}

/*------- 下部3つリンク -------*/
#bottom_3{
  padding:120px 0;
}
#bottom_3 a{
  color:#776B58;
}
#bottom_3 .common_wrap{
  display:flex;
  justify-content: space-between;
}
#bottom_3 .bottom_3_in{
  width:28%;
}
#bottom_3 .text_btn{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#bottom_3 .text{
  font-size:30px;
  letter-spacing: 3px;
  font-weight:bold;
  margin-top:10px;
  margin-left:7px;
}
#bottom_3 .sub_text{
  font-size:18px;
  letter-spacing: 1px;
}

#bottom_3 .btn{
  display:flex;
  align-items: center;
}
#bottom_3 .btn .circle{
  width:40px;
  height:40px;
  border:1px solid #000;
  border-radius:50%;
  margin-left:-23px;
}
#bottom_3 .btn .yoko_arrow{
position:relative;
height:1px;
width:55px;
background:#80CC29;
transition: all .3s;
display:inline-block;
right:0;
}

#bottom_3 .btn .yoko_arrow::after{
content:'';
position:absolute;
bottom:-1px;
right:3px;
height:10px;
width:1px;
background:#80CC29;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
#bottom_3 a:hover .yoko_arrow{
  right:-7px;
}

/*-------- top_return --------*/

.top_return{
  margin:100px auto 50px auto; 
  font-size:16px;
  border:1px solid #D9D1CA;
  width:400px;
  height:65px;
  line-height:65px;
  text-align: center;

}
.top_return a{
  font-size: 18px;
  color:#B18576;
  display:block;
  transition:0.3s;
  display:flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.top_return img{
  width:18px;
  margin-right:30px;
}
.top_return a:hover{
  background:#D9D1CA;
}


/*------- お問い合わせ -------*/
#contact{
  background:#F2EFEB;
}
#contact h4{
  margin-top:0;
}
#contact table a{
  color:#B18576;
  text-decoration: underline;
}
#contact table{
  padding:160px 0 110px 0;
  margin-left: 40%;
  line-height:60px;
  font-size: 20px;
}
#contact table th{
  font-weight:normal;
  text-align: left;
  padding-right:90px;
  vertical-align: top;
}
#contact table .btn{
  background:#776B58;
  border: 1px solid #776B58;
  text-align: center;
  border-radius: 50px;
  margin-top:40px;
  width:550px;
  transition-duration: 0.3s;
}
#contact table .btn a{
  color:#fff;
  display:block;
  text-decoration: none;
}
#contact table .btn:hover{
  background:#fff;
}
#contact table .btn:hover a{
  color:#776B58;
}
/*------- フッター -------*/
footer{
  background:#D9D1CA;
  color:#776B58;
  font-size:18px;
  padding:40px 0;
}
footer .common_wrap{
  display:flex;
  justify-content: space-between;
}
footer ul{
  display:flex;
  align-items: center;
}
footer ul li{
  margin-left:50px;
}
footer .logo img{
  width:280px;
}
footer ul li img{
  width:20px;
}
footer ul li:last-child{
  font-size:14px;
}
footer ul li span{
  padding-left:30px;
}
footer a{
  color:#776B58;
}

