@charset "UTF-8";
body {
  color: #333;
  font-size: 1.6rem;
 font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  letter-spacing: 0.2rem;
  background-image: url("../images/paper-texture1.jpg");
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: #333;
}
@media(min-width:961px) {
  #header {
    height: 100px;
		background: rgba(226, 226, 226,0.7);
    background-size: cover;
    z-index: 999; /*最前面へ*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-box {
    display: flex;
  }
  .header-logo {
    width: 142px;
    margin: 36px 0 0 120px;
  }
  .header-logo img {
    width: 100%;
  }
  #menu-btn, #menu-close-btn {
    display: none;
  }
  .menu {
    margin: 25px 120px 0 auto;
  }
  .menu ul {
    display: flex;
    justify-content: space-between;
  }
  .menu ul li {
    list-style: none;
    margin-left: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
  }
  .menu ul li:last-child {
		background-color: #fff;
    border-radius: 24% 76% 18% 82%/ 78% 30% 70% 22%;
    width: 108px;
		position: relative;
  }
  .menu ul li a {
    text-decoration: none;
    font-family: 'Kalnia', serif;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
  }
	.menu ul li:last-child:before{
		content: "";
		width: 115px;
		height: 40px;
		border: solid 1px #333;
		border-radius: 24% 76% 18% 82%/ 78% 30% 70% 22%;
		display: block;
		position: absolute;
		top: -2px;
		right: -7px;
	}
  .menu ul li a:after {
    content: '';
    position: absolute;
    left: 30%;
    bottom: -7px; /*テキストからの距離*/
    width: 0%; /*初期状態では下線非表示*/
    height: 1px;
    background: #9a9a82;
    z-index: -1;
    transition: all 0.5s; /*アニメーション速度*/
  }
  .menu ul li a:hover:after {
    width: 40%; /*hover時に表示*/
  }
  .menu ul li:hover:last-child {
    background-color: #333;
    transition: 0.5s;
  }
	.menu ul li:hover:last-child a{
		color: #fff;
	}
  .menu ul li:last-child a:after {
    display: none;
  }
	.pagetop a{
		color: #9a9a88;
	}
}
@media(max-width:960px) {
  .mobile-header {
    height: 60px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
		background: rgba(226, 226, 226,0.7);
    background-size: cover;
    z-index: 999;
  }
  .header-logo {
    width: 100px;
    margin: 25px auto 0;
  }
  .header-logo img {
    width: 100%;
  }
  #menu-btn {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
  }
  #menu-btn img {
    width: 100%;
  }
  .menu {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: rgba(112, 117, 76, .9);
  }
  .menu ul {
    list-style: none;
    padding-top: 100px;
  }
  .menu ul li {
		 font-family: 'Kalnia', serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 4.0rem;
    width: 110px;
    height: 40px;
    text-align: center;
    margin: 20px auto;
  }
  .menu ul li a {
    color: #fff;
		position: relative;
  }
	.menu ul .pagetop a{
		color: #B3B086;
	}
  .menu ul li:last-child {
    background-color: rgba(255,255,255,0.9);
    border-radius: 24% 76% 18% 82%/ 78% 30% 70% 22%;
		border: none;
		position: relative;
		margin-top: 28px
  }
  .menu ul li:last-child a {
    color: #333;
  }
	.menu ul li:last-child:before{
		content: "";
		width: 117px;
		height: 42px;
		border: solid 1px #fff;
		border-radius: 24% 76% 18% 82%/ 78% 30% 70% 22%;
		display: block;
		position: absolute;
		top: -2px;
		right: -7px;
	}
 .menu ul li a:after{
	content: "";
	position: absolute;
	left: 40%;
	bottom: -7px;
	width: 0%;
	height: 1px;
	background: #fff;
	z-index: -1;
	transition: 0.5s;
}
.menu ul li a:hover:after{
	width: 20%;
}
.menu ul li a:hover:last-child{
	color: #fff;
}
.menu ul li:hover {
	border: none;
  background-color: transparent;
  transition: 0.5s;
}
  #menu-close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
  }
  #menu-close-btn img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
h1 {
  font-family: 'Kalnia', serif;
  font-weight: 400;
  font-size: 5.0rem;
  letter-spacing: 1.5rem;
  text-align: center;
  margin: 120px 0 50px;
}
h1:after {
  content: "";
  background-color: #5f584a;
  width: 100px;
  height: 1px;
  margin: 10px auto 0;
  display: block;
}
h1 span{
	display: block;
	font-size: 2.0rem;
}
@media(max-width:960px) {
  h1 {
    font-size: 4.0rem;
    letter-spacing: 1.0rem;
  }
}

.section-top {
  width: 90%;
  margin: 60px auto 120px;
  text-align: center;
  background-color: #FFFCFC;
  border-radius: 15px;
  position: relative;
}
.section-top-message {
	display: none;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.8rem;
  line-height: 4.0rem;
  letter-spacing: 0.2rem;
  padding: 60px 140px;
}
.section-top-message span {
  display: inline-block;
  font-size: 1.8rem;
}
@media(max-width:960px) {
  .section-top {
    width: 100vw;
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .section-top p {
    width: 75vw;
    margin: 0 auto;
    font-size: min(3.4vw, 1.6rem);
    line-height: 3.2rem;
    letter-spacing: 0.2rem;
    padding: 60px 40px;
  }
  .section-top p span {
    font-size: min(3.4vw, 1.6rem);
  }
  .consultant-img {
    width: 25vw;
    max-width: 200px;
    top: auto;
    left: auto;
    right: 20px;
    bottom: -300px;
  }
}
.section-consultant {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.section-consultant h2 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: 0.2rem;
  margin-bottom: 44px;
}
.section-consultant h2:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #9cb696;
  position: absolute;
  left: -60%;
  top: 45px;
}
.partner1{
	margin-top: 80px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.partner1 img{
	height: 150px;
	margin-right: 50px;
}
.consultant-introduction1{
  font-size: 1.6rem;
  line-height: 3.0rem;
  letter-spacing: 0.1rem;
  margin-top: 20px;
}
.section-consultant h3 {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.section-consultant h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 19px;
  background-color: #9cb969;
  margin-right: 15px;
  border-left: solid 3px #9a9a88;
}
.exp-detail-box {
  margin: 15px 0 30px;
}
.exp-detail-box p {
  margin-left: 30px;
	font-size: 1.6rem;
}
.others-p {
  font-size: 1.6rem;
  line-height: 3.0rem;
  margin-top: 15px;
  margin-left: 30px;
}
@media(max-width:960px) {
  .section-consultant {
    width: 90vw;
    margin: 0 auto;
    position: relative;
  }
  .section-consultant h2 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
  }
  .section-consultant h2:after {
    width: 50%;
    position: absolute;
    left: -10%;
    top: 45px;
  }
  .consultant-introduction1{
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-right: 110px;
  }
  .section-consultant h3 {
    font-size: 1.6rem;
  }
  .section-consultant h3:before {
    width: 5px;
    height: 15px;
  }
	.partner1{
		display: block;
		margin-top: 50px;
		margin-bottom: 30px;
	}
  .section-consultant h4 {
    font-size: 1.4rem;
    margin-top: 20px;
    margin-left: 0px;
  }
  .exp-detail-box {
    margin: 15px 0 30px 0px;
  }
  .exp-detail-box p {
		font-size: 1.4rem;
    margin-left: 0px;
		letter-spacing: 0.1rem;
		line-height: 2.4rem;
  }
  .others-p {
		font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 10px;
    margin-left: 0px;
  }
}


footer {
  margin-bottom: 50px;
  text-align: center;
}
.footer-logo {
  width: 145px;
  margin: 80px auto 20px;
}
.footer-logo img {
  width: 100%;
}
small {
  font-size: 1.0rem;
}
