/*
Theme Name: HaRe agency Theme
Description: HaRe agency Theme
License: HaRe agency
*/

@charset "utf-8";

html {
	font-size: 62.5%;
    scroll-padding-top: 90px;
    scroll-behavior: smooth;
}
body {
	font-size: 1.6rem;
	color: #505050;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-feature-settings: "palt" 1;
	line-height: 2;
	letter-spacing: .2rem;
}

/* Font */
.garamond {
	color: #948474;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.yumin {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* Common */
.inner {
	min-width: 1280px;
	margin: 0 auto;
}
.ofh {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	outline: none;
	transition: .3s;
}
a:hover {
	opacity: .7;
}
.img-100 {
    width: 100%;
    height: auto;
}
.img-h-100 {
	height: 100%;
	width: auto;
}
.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sp-disp {
    display: none !important;
}
.link-disable {
	opacity: .5;
}
.link-disable:hover {
	opacity: .5;
}
.fade {
	display: none;
}
.fadeInUp {
	opacity : 0;
	transform: translateY(50px);
	transition: 2.5s;
}
.fadeIn {
	display: none;
}
.fade-in {
    opacity: 0;
}
.inview {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
@keyframes fade-in {
    0% {
        transform: translateY(80px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* Header */
header {
    width: 100%;
    padding: 25px 0;
    background-color: #e4e0de;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header .inner {
    padding: 0 20px;
	position: relative;
}
header #h-logo {
	width: 200px;
}
#header-nav {
	width: calc(100% - 210px);
}
#header-nav a {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1rem;
	padding: 6px 6px 8px 10px;
	display: inline-block;
}
#form-nav li {
	float: left;
}
#form-nav a {
	width: 165px;
	text-align: center;
}
#form-nav li:nth-child(1) a {
	color: #fff;
	background-color: #948474;
}
#form-nav li:nth-child(2) a {
	color: #fff;
	background-color: #181818;
}
#form-nav li:nth-child(3) a {
	color: #948474;
	background-color: #fff;
}
#global-nav {
	margin-right: 10px;
}
#global-nav li {
    margin-right: 20px;
	display: inline-block;
}
#global-nav a { 
    color: #181818;
}
@media (max-width: 1280px){
	#form-nav {
		display: none;
	}
}

/* Section Common */
.sec-com {
    padding-top: 90px;
	min-width: 1280px;
}
.top-img-area {
	width: 100%;
}
.link-btn, .link-btn-f {
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	font-weight: 500;
	background-color: #948474;
	padding: 10px 30px 12px;
}
.link-btn-f {
	padding: 13px 30px 15px;
}

/* FV */
#fv-area {
	height: 100vh;
	min-height: 700px;
	padding: 90px 50px 40px;
	position: relative;
	background-color: #e4e0de;
}
#fv-area .inner {
	height: 100%;
}
#fv-back {
	height: 100%;
	width: 100%;
	background: center top / cover url("img/fv-back.webp");
	display: none;
}
#fv-1, #fv-2, #fv-3 {
	display: none;
}
#fv-1 {
	position: absolute;
	width: 140px;
	top: 22vh;
	left: 53%;
}
#fv-2 {
	height: calc(100% - 90px);
	position: absolute;
	top: 90px;
	right: 50%;
}
#fv-3 {
	width: 28%;
	min-width: 450px;
	padding: 30px;
	background-color: #fff;
	position: absolute;
	top: 22vh;
	left: 65%;
}
#fv-3 h2 {
	color: #fff;
	font-weight: 700;
	background-color: #948474;
	text-align: center;
	padding: 5px;
	margin-bottom: 30px;
}

/* About us */
#about-us {
	position: relative;
	padding: 140px 0 280px;
}
#about-us .inner {
	width: 1280px;
}
#about-us-h {
	width: 50%;
	padding-left: 100px;
}
#about-us-h h2 {
	color: #181818;
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 60px;
}
#about-us-h h2 strong {
	font-size: 11.2rem;
	font-weight: 500;
	vertical-align: 6px;
}
#about-us-p {
	width: 50%;
	font-size: 2rem;
	line-height: 2.5;
}
#about-us-p p {
	margin-bottom: 45px;
}
#about-us h3 {
	font-size: 15.2rem;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: 90px;
}
#about-us-back {
	height: 120%;
	position: absolute;
	top: -20%;
	right: 50%;
	z-index: -1;
}

/* Service */
#service {
	padding-bottom: 50px;
}
#service h1 {
	font-size: 8rem;
	text-align: center;
	padding: 40px 0;
	margin-bottom: 20px;
}
#service-1 h3, #service-3 h3, #service-4 h3 {
	font-size: 8rem;
	color: #fff;
	padding: 0 100px;
	background-color: #181818;
	line-height: 1;
	display: inline-block;
}
#service-1 {
	width: 100%;
	margin-bottom: 270px;
	position: relative;
}
#service-1 .inner {
	width: 90%;
	padding: 80px 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: left center / cover no-repeat url("img/service-1-back.webp");
}
#service-1-1 {
	padding-left: 175px;
	width: 48%;
}
#service-1-2 {
	width: 40%;
	padding-right: 100px;
}
#service-1-2 h2 {
	color: #181818;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 30px;
}
#service-1-2 p {
	line-height: 2.5;
	margin-bottom: 50px;
}
#service-1-2 .link-btn-f {
	float: right;
}
#service-1 h3 {
	position: absolute;
	right: 0;
	bottom: -80px;
}
#service-2  {
	width: 90%;
	min-width: 1280px;
	margin-bottom: 160px;
}
#service-2-1 {
	width: 36%;
	min-height: 800px;
	padding: 40px 30px 40px 400px;
	position: relative;
}
#service-2-1 h2 {
	width: 270px;
}
#service-2-1 p {
	width: 270px;
	margin-top: 50px;
	line-height: 2.5;
	letter-spacing: .1rem;
}
#service-2-back {
	width: 65%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: none;
}
#service-2-2 {
	width: 64%;
	padding-left: 4%;
}
#service-2-2 > section {
	width: 100%;
	padding: 40px 0;
	display: flex;
	flex-shrink: 0;
}
#service-2-2 > section:nth-child(2) {
	border-top: 1px solid #948474;
	border-bottom: 1px solid #948474;
}
.s-2-i {
	width: 20%;
	min-width: 190px;
	padding-right: 40px;
}
.s-2-c {
	width: 58%;
	min-width: 490px;
}
.s-2-c h3 {
	font-weight: 500;
}
.s-2-c h4 {
	height: 70px;
	margin: 15px 0 20px;
}
.s-2-c p {
	font-size: 1.4rem;
}
.s-2-n {
	width: 22%;
	min-width: 100px;
	text-align: right;
}
.s-2-n p.garamond {
	color: #e4e0de;
	font-size: 10rem;
	line-height: 0.5;
}
#service-3  {
	width: 100%;
	min-width: 1280px;
	padding-top: 440px;
	margin-bottom: 220px;
	position: relative;
}
#service-3 .inner {
	width: 90%;
	padding: 80px 10% 150px 0;
	margin: 0 0 0 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: right center / cover no-repeat url("img/service-3-back.webp");
}
#service-3-1 {
	width: 50%;
	padding: 0 8%;
}
#service-3 h2 {
	color: #181818;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 30px;
	background: left 235px bottom / 60px auto no-repeat url("img/sono1.png");
}
#service-3 p {
	line-height: 2.5;
	margin-bottom: 50px;
}
#service-3-2 {
	width: 50%;
}
#s-3-i-1 {
	height: 240px;
	position: absolute;
	top: 80px;
	right: 0;
}
#s-3-i-2 {
	width: 400px;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: -1;
}
#s-3-h3-1 {
	position: absolute;
	top: 0;
	left: 0;
}
#s-3-h3-2 {
	position: absolute;
	bottom: -80px;
	left: 0;
}
#service-4 {
	width: 100%;
	min-width: 1280px;
	margin-bottom: 220px;
	position: relative;
}
#service-4 .inner {
	width: 90%;
	padding: 80px 0 150px 10%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: left center / cover no-repeat url("img/service-4-back.webp");
}
#service-4-1 {
	width: 54%;
}
#service-4-2 {
	width: 46%;
	padding: 0 8%;
}
#service-4 h2 {
	color: #181818;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 30px;
	background: left 235px bottom / 60px auto no-repeat url("img/sono2.png");
}
#service-4 p {
	line-height: 2.5;
	margin-bottom: 50px;
}
#service-4 .link-btn {
	padding: 13px 30px 15px;
	float: right;
}
#service-4 h3 {
	position: absolute;
	bottom: -80px;
	right: 0;
}

/* Case Studies & Knowledge Content */
#case-studies {
	background-color: #faf8f8;
	padding-bottom: 120px;
}
#knowledge-content {
	padding-top: 130px;
}
#case-studies h1, #knowledge-content h1 {
	font-size: 8rem;
	margin-bottom: 80px;
	text-align: center;
}
.top-ul-header {
	width: 1000px;
	margin: 0 auto 40px;
	display: flex;
	align-items: flex-end;
	line-height: 1;
}
.top-ul-header h2 {
	width: 180px;
	color: #181818;
	font-size: 3rem;
	font-weight: 600;
}
.top-ul-header p {
	width: 630px;
	text-align: right;
	letter-spacing: .1rem;
}
.top-ul-header .t-h-link {
	width: 190px;
	position: relative;
}
.top-ul-header .link-btn {
	padding: 13px 30px 15px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.top-ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
}
.top-ul li {
	width: 300px;
	padding-bottom: 16px;
	background-color: #fff;
}
.top-ul li:nth-child(3n+2) {
	margin: 0 50px;
}
.top-ul .top-li-thumbnail {
	width: 300px;
	height: 168px;
}
.top-li-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-li-time {
	color: #a0a0a0;
	font-size: 1.4rem;
	padding: 10px 16px 5px;
}
.top-li-h3 {
	color: #181818;
	font-weight: 700;
	padding: 0 16px 10px;
}
#top-column {
	margin-top: 100px;
}

/* Material */
#top-material-dl {
	width: 100%;
	padding: 100px 0 140px;
}
#top-material-dl a {
	width: 500px;
	display: block;
	margin: 0 auto;
}
#page-what-hybrid-rpo-support .material-dl-banner {
	padding: 50px 0 10px;
}
#page-service-scope-hr-transformation .material-dl-banner {
	padding: 100px 0 0;
}
.material-dl-banner a {
	width: 500px;
	margin: 0 auto;
	display: block;
}

/* News */
#top-news-wrap {
	padding: 120px 0 80px;
	background-color: #faf8f8;
}
#top-news {
	width: 1000px;
	margin: 0 auto;
}
#top-news h1 {
	font-size: 8rem;
	line-height: 1;
	margin-bottom: 120px;
}
#top-news-header {
	width: 20%;
}
#top-news-content {
	width: 72%;
}
#top-news-ul, #arc-news-ul {
	width: 100%;
}
#top-news-ul a, #arc-news-ul a {
	font-size: 1.4rem;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	width: 100%;
}
#top-news-ul a > p {
	width: 30%;
}
#arc-news-ul a > p {
	width: 24%;
}
#top-news-ul a > h2 {
	width: 70%;
}
#arc-news-ul a > h2 {
	width: 76%;
}
.top-news-time, .arc-news-time {
	color: #a0a0a0;
	font-weight: 400;
}
.top-news-time span, .arc-news-time span {
	color: #fff;
	font-size: 1.2rem;
	width: 100px;
	line-height: 1.3;
	padding: 2px 0 3px;
	margin-left: 8px;
	background-color: #bcb2a8;
	display: inline-block;
	text-align: center;
}
#top-news-ul h2, #arc-news-ul h2 {
	color: #505050;
	font-weight: 400;
	letter-spacing: .1rem;
}

/* Starts */
#starts-area h1 {
	color: #948474;
	font-size: 4.5rem;
	letter-spacing: .5rem;
	font-weight: 600;
	text-align: center;
	margin: 100px auto 200px;
}
#people-slide {
	margin-bottom: 30px;
}
.slide-img {
	margin-right: 40px;
}
.slide-img:nth-child(even) {
	padding-top: 40px;
}
.slide-img img {
	width: 100%;
	height: auto;
}
#your-work {
	width: 100%;
	padding-top: 110px;
	position: relative;
}
#your-work h2 {
	color: #fff;
	font-size: 5.6rem;
	text-align: center;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
	position: absolute;
	top: 56%;
	left: 0;
	right: 0;
}

/* Archive & Page Common */
#topic-path {
	color: #a0a0a0;
	font-size: 1.2rem;
	padding: 20px 0;
	text-align: left;
}
#archive-header .inner, #page-header .inner {
	width: 1000px;
	padding: 72px 0 92px;
}
#archive-header, #page-header, #page-about-us-header, #page-what-hybrid-rpo-header, #page-service-scope-header {
	padding: 0 20px;
}
#archive-header h1, #page-header h1, #page-about-us-header h1, #page-what-hybrid-rpo-header h1, #page-service-scope-header h1 {
	color: #181818;
	font-size: 4rem;
	font-weight: 600;
	line-height: 46px;
}
#archive-header h2, #page-header h2, #page-about-us-header h2, #page-what-hybrid-rpo-header h2, #page-service-scope-header h2 {
	font-size: 4.6rem;
	line-height: 46px;
}
.pagination {
	font-size: 1.4rem;
	text-align: center;
	padding-bottom: 90px;
}
.pagination a, .page-numbers.current {
	width: 46px;
	border: 2px solid #181818;
	margin: 0 5px;
	padding: 13px 0;
	line-height: 1;
	display: inline-block;
}
.pagination a {
	color: #181818;
	background-color: #fff;
}
.page-numbers.current {
	color: #fff;
	padding: 14px 0;
	background-color: #000;
}
.pagination a:hover {
	color: #fff;
	background-color: #000;
}
.pagination a.prev:hover, .pagination a.next:hover {
	color: #fff;
	background-color: #000;
	opacity: .7;
}

/* Archive */
#archive {
	background-color: #faf8f8;
}
#archive-header {
	background-color: #fff;
}
#archive-header p.clear {
	line-height: 1;
	padding-top: 20px;
}
#archive-temp1-wrap, #archive-temp2-wrap, #archive-news-wrap {
	padding: 70px 20px;
}
#archive-temp1-wrap .inner, #archive-temp2-wrap .inner {
	width: 1000px;
}
#archive-news-wrap .inner {
	width: 1000px;
	min-width: 1000px;
	padding: 50px 40px;
	background-color: #fff;
}
#archive-temp1-wrap #archive-content {
	width: 71%;
}
#archive-temp2-wrap #archive-content {
	width: 100%;
}
#archive-temp1-wrap #archive-ul {
	width: 100%;
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#archive-temp2-wrap #archive-ul {
	width: 100%;
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
}
#archive-temp1-wrap #archive-ul > li {
	width: 48.5%;
	background-color: #fff;
	margin-bottom: 40px;
}
#archive-temp2-wrap #archive-ul > li {
	width: 32%;
	background-color: #fff;
	margin-bottom: 40px;
	padding-bottom: 80px;
	position: relative;
}
#archive-temp2-wrap #archive-ul > li:nth-child(3n+2) {
	margin: 0 2% 40px;
}
.arc-li-thumbnail {
	width: 100%;
	height: 240px;
	margin-bottom: 20px;
}
#archive-temp2-wrap .arc-li-thumbnail {
	margin-bottom: 20px;
}
.arc-li-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.now-accepting {
	color: #fff;
	background-color: #ac3838;
	margin: 0 30px 10px;
	padding: 3px 10px 5px 14px;
	line-height: 1;
	display: inline-block;
}
.arc-li-name {
	color: #181818;
	font-weight: 500;
	margin: 25px 30px 0;
}
.arc-li-cat {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0 7px 2px;
	margin: 10px 30px 10px;
	background-color: #948474;
	display: inline-block;
}
.arc-li-time {
	color: #a0a0a0;
	font-size: 1.4rem;
	margin: 0 30px 10px;
}
.arc-li-h3 {
	color: #181818;
	font-weight: 600;
	margin: 0 30px 20px;
}
.arc-li-tags {
	padding: 0 30px 40px;
}
.arc-li-tags li, #sidebar-tag-ul li {
	color: #a0a0a0;
	font-size: 1.2rem;
	line-height: 1;
	padding: 3px 5px 5px;
	letter-spacing: .1rem;
	margin: 0 5px 5px 0;
	border: 1px solid #a0a0a0;
	float: left;
}
.archive-seminar-link {
	color: #948474;
	font-size: 1.4rem;
	font-weight: 500;
	width: 220px;
	padding: 4px 0 7px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #948474;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
}
#archive-sidebar {
	width: 26%;
}
#archive-sidebar h2 {
	color: #181818;
	font-size: 2rem;
	line-height: 1;
	padding: 0 0 3px 10px;
	margin-bottom: 30px;
	font-weight: 600;
	border-left: 3px solid #948474;
}
.sidebar-wrap {
	padding: 20px;
	margin-bottom: 30px;
	background-color: #fff;
}
#sidebar-cat-ul li {
	color: #181818;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

/* Page & 404 */
#page {
	min-height: 70vh;
}
#page-content {
	padding: 112px 0;
	background-color: #faf8f8;
}
#page-content .inner {
	width: 1280px;
	min-width: 1280px;
	padding: 70px 82px;
	background-color: #fff;
}
#page-content h2 {
	color: #181818;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 50px;
}
#page-content p {
	margin-bottom: 80px;
}

/* Single */
#single {
	background-color: #faf8f8;
}
#single #topic-path {
	padding: 20px;
	margin-bottom: 30px;
}
#single-2col-wrap, #single-1col-wrap {
	width: 1280px;
	padding-bottom: 150px;
	margin: 0 auto;
}
#single-2col-wrap #single-content, #single-1col-wrap #single-content, #single-author-wrap {
	width: 71%;
	padding: 40px;
	background-color: #fff;
}
#single-2col-wrap #single-content.material-content {
	width: 60%;
}
#single-material-form {
	width: 37%;
	padding: 30px;
	background-color: #fff;
}
#single-1col-wrap #single-content {
	margin: 0 auto;
}
#single-2col-wrap #single-content > h1, #single-1col-wrap #single-content > h1 {
	color: #181818;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}
#single-time, #single-1col-wrap .single-news #single-time {
	color: #a0a0a0;
	margin-bottom: 10px;
}
#single-1col-wrap #single-time {
	margin-bottom: 40px;
}
#single-cat-tags-wrap {
	margin-bottom: 20px;
}
#single-cat {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 7px 2px;
	margin: 0 5px 5px 0;
	background-color: #948474;
	border: 1px solid #948474;
	display: inline-block;
}
#single-tags li {
	color: #a0a0a0;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 7px 2px;
	margin: 0 5px 5px 0;
	border: 1px solid #a0a0a0;
	letter-spacing: .1rem;
	float: left;
}
.attachment-post-thumbnail, #single .wp-block-image {
	max-width: 100%;
	height: auto;
	margin-bottom: 60px;
}
#single-company-logo {
	max-width: 200px;
	margin-bottom: 20px;
}
#single-company-name {
	color: #181818;
	font-weight: 600;
	margin-bottom: 60px;
}
#single-1col-wrap #single-the-content {
	margin-bottom: 80px;
}
#single-the-content p {
	margin-bottom: 30px;
}
#single div#toc_container, #seminar-recommend {
	width: 100%;
	background-color: #faf8f8;
	border: none;
	padding-top: 20px;
	margin: 60px 0;
}
#seminar-recommend {
	padding: 20px;
}
#single div#toc_container .toc_title, #seminar-recommend h2 {
	color: #181818;
	font-size: 2rem;
	font-weight: 600;
}
#seminar-recommend h2 {
	text-align: center;
	margin-bottom: 10px;
}
#single div#toc_container ul.toc_list, #seminar-recommend ol {
	padding: 0 40px 20px 70px;
}
#single div#toc_container ul.toc_list li, #seminar-recommend li {
	color: #505050;
	font-weight: 600;
	list-style-type: decimal;
}
#toc_container li a {
	color: #505050;
}
#single-the-content h1 {
	color: #181818;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 60px 0 40px;
}
#single-the-content h2, h2.stc-h2, h2.single-material-h2 {
	color: #181818;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 0 0 5px 15px;
	margin: 60px 0 40px;
	border-left: 3px solid #948474;
}
#single-the-content h3 {
	color: #181818;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 60px 0 40px;
}
#single-the-content h4 {
	color: #948474;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 60px 0 40px;
}
#single-the-content a {
	color: #385fac;
}
#single-1col-wrap .form-link-btn {
	font-size: 2rem;
	width: 320px;
	padding: 10px 0;
	font-weight: 500;
	letter-spacing: .1rem;
	text-align: center;
	color: #fff;
	background-color: #181818;
	margin: 0 auto 50px;
	display: block;
}
#seminar-speaker {
	margin-top: 120px;
}
#seminar-speaker-wrap {
	margin-bottom: 80px;
}
#seminar-speaker-img {
	width: 22%;
	border-radius: 50%;
}
#single-author-img {
	width: 20%;
	border-radius: 50%;
}
#seminar-speaker-img img, #single-author-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#seminar-speaker-cont {
	width: 73%;
}
#single-author-cont {
	width: 76%;
}
#seminar-speaker-cont h3, #single-author-cont h3 {
	color: #181818;
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.6;
}
#seminar-speaker-cont h4, #single-author-cont h4 {
	color: #181818;
	font-weight: 600;
	line-height: 1.6;
}
#seminar-overview-dl {
	padding: 5px 30px;
	margin-bottom: 80px;
	background-color: #faf8f8;
	display: flex;
	flex-wrap: wrap;
}
#seminar-overview-dl dt, #seminar-overview-dl dd {
	padding: 20px 0;
}
#seminar-overview-dl dt {
	color: #181818;
	font-weight: 600;
	width: 20%;
	border-bottom: 1px solid #dcdcdc;
}
#seminar-overview-dl dd {
	width: 80%;
	border-bottom: 1px solid #dcdcdc;
}
#seminar-overview-dl dt:last-of-type, #seminar-overview-dl dd:last-child {
	border: none;
}
#single-author-wrap {
	padding: 30px 40px;
	margin-top: 40px;
}
#single-author-wrap h1 {
	color: #181818;
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 30px;
}
#single-author-cont h5 {
	color: #181818;
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 10px;
	margin: 40px 0 10px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.6;
}
#single-author-ul li {
	margin-bottom: 10px;
}
#single-author-ul li a {
	font-size: 1.4rem;
	text-decoration: underline;
}
#material-slide {
	width: 100%;
	margin: 50px 0;
}
#material-slide img {
	width: 100%;
	height: auto;
}
.material-slider-thumb {
	margin-bottom: 10px;
}
.material-thumb .slick-slide {
	margin: 0 10px;
}
#single-material-ul li {
	color: #181818;
	font-weight: 600;
	margin-bottom: 10px;
}
#single-material-ul li span {
	color: #948474;
}
#single-material-form h2 {
	color: #181818;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

/* What Hybrid RPO & Service Scope */
#page-what-hybrid-rpo #topic-path, #page-service-scope #topic-path {
	color: #fff;
}
#page-what-hybrid-rpo-header {
	background: center / cover no-repeat url("img/what-hybrid-rpo-header.webp");
}
#page-service-scope-header {
	background: center / cover no-repeat url("img/service-scope-header.webp");
}
#page-what-hybrid-rpo-header .inner, #page-service-scope-header .inner {
	width: 1280px;
	padding: 72px 0 92px;
}
#page-what-hybrid-rpo-header h1, #page-what-hybrid-rpo-header h2, #page-service-scope-header h1, #page-service-scope-header h2 {
	color: #fff;
}
.pwhr-h2 {
	color: #948474;
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	margin: 100px 0;
}
#page-what-hybrid-rpo-content h2.garamond {
	color: rgba(188,178,168,0.5);
	font-size: 16rem;
	line-height: 1;
	font-weight: 500;
}
#page-what-hybrid-rpo-content .p-center {
	text-align: center;
}
#page-what-hybrid-rpo-about-img {
	width: 500px;
	margin: 0 auto 100px;
}
#page-what-hybrid-rpo-about-ul {
	width: 1000px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}
#page-what-hybrid-rpo-about-ul li {
	width: 308px;
}
#page-what-hybrid-rpo-about-ul h3 {
	color: #948474;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin: 30px 0;
}
#page-what-hybrid-rpo-about-ul p {
	padding: 0 20px;
}
#page-what-hybrid-rpo-why {
	color: #fff;
	background-color: #948474;
	position: relative;
	padding: 10px 20px 100px;
}
#page-what-hybrid-rpo-why h2.garamond {
  position: absolute;
  top: 30px;
  left: 0px;
}
#page-what-hybrid-rpo-why .inner {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}
#page-what-hybrid-rpo-why .pwhr-h2 {
	color: #fff;
}
#page-what-hybrid-rpo-why h3 {
	font-size: 3.2rem;
	font-weight: 400;
	margin-bottom: 50px;
	text-align: center;
}
#page-what-hybrid-rpo-why p {
	font-weight: 300;
}
#page-what-hybrid-rpo-why-img {
	margin: 50px 0;
}
#page-what-hybrid-rpo-support, #page-what-hybrid-rpo-solving {
	padding: 20px 20px 100px;
	background-color: #faf8f8;
	position: relative;
}
#page-what-hybrid-rpo .pwhrs-sec, #page-service-scope .pss-sec {
	width: 1200px;
	margin: 0 auto 50px;
	background-color: #fff;
	padding: 50px 80px 80px;
	position: relative;
}
#page-what-hybrid-rpo-support h2.garamond {
	position: absolute;
	top: 55px;
	right: 0px;
}
#page-what-hybrid-rpo .pwhrs-sec h3, #page-service-scope .pss-sec h3 {
	color: #948474;
	font-size: 5.6rem;
	line-height: 1;
	display: inline-block;
	margin-bottom: 60px;
}
#page-what-hybrid-rpo .pwhrs-sec h3 span, #page-service-scope .pss-sec h3 span {
	font-size: 2rem;
	font-weight: 500;
}
#page-what-hybrid-rpo .pwhrs-sec h4, #page-service-scope .pss-sec h4 {
	color: #181818;
	font-size: 2.4rem;
	margin-bottom: 50px;
}
#page-what-hybrid-rpo-support-1 h4 {
	margin-top: 65px;
}
#page-what-hybrid-rpo-support-1 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#page-what-hybrid-rpo-support-1 ul li {
	width: 235px;
}
#page-what-hybrid-rpo-support-1 li p {
	padding: 10px;
}
#page-what-hybrid-rpo-support-2 h4, #page-what-hybrid-rpo-support-2 p {
	width: 350px;
}
#page-what-hybrid-rpo-support-2-img {
	width: 600px;
	position: absolute;
	right: 80px;
	bottom: 80px;
}
#page-what-hybrid-rpo-support-3 h4 {
	text-align: right;
	margin-top: 12px;
}
#page-what-hybrid-rpo-support-3-img {
	width: 700px;
	margin: 0 auto;
}
#page-what-hybrid-rpo-solving h2.garamond {
	position: absolute;
	top: 55px;
	right: 0px;
}
#page-what-hybrid-rpo-solving-1 {
	padding: 0 0 180px;
	text-align: center;
}
#page-what-hybrid-rpo-solving-1 h2 {
	color: #948474;
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 50px;
	
}
#page-what-hybrid-rpo-solving-1 h3 {
	color: #181818;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 110px;
}
#page-what-hybrid-rpo-solving-1-img {
	width: 720px;
	margin: 0 auto;
}
#page-what-hybrid-rpo-solving-2 h4, #page-what-hybrid-rpo-solving-2 p, #page-what-hybrid-rpo-solving-3 h4, #page-what-hybrid-rpo-solving-3 p, #page-what-hybrid-rpo-solving-4 h4, #page-what-hybrid-rpo-solving-4 p, #page-service-scope .pss-sec h4, #page-service-scope .pss-sec p {
	width: 365px;
}
#page-what-hybrid-rpo-solving-2-img, #page-what-hybrid-rpo-solving-3-img {
	width: 520px;
	position: absolute;
	right: 90px;
	bottom: 80px;
}
#page-what-hybrid-rpo-solving-4-img {
	width: 600px;
	position: absolute;
	right: 80px;
	bottom: 120px;
}
#page-what-hybrid-rpo-solving-5-img {
	width: 600px;
	position: absolute;
	top: 70px;
	right: 80px;
}
#page-what-hybrid-rpo-solving-5-2-img {
	margin-bottom: 60px;
}
#page-service-scope .pss-header {
	width: 1320px;
	padding: 0 20px 40px;
	margin: 0 auto 80px;
	box-sizing: border-box;
	position: relative;
}
#page-service-scope .pss-header h1 {
	color: #bcb2a8;
	font-size: 10rem;
	line-height: 1;
	text-align: left;
}
#page-service-scope .pss-header h2 {
	color: #948474;
	font-size: 2.4rem;
	position: absolute;
	right: 20px;
	bottom: 45px;
}
#page-service-scope .pss-sec {
	text-align: left;
}
#page-service-scope-hr-transformation, #page-service-scope-engagement-scope, #page-service-scope-flow {
	padding: 100px 0 150px;
	text-align: center;
}
#page-service-scope-hr-transformation h3, #page-service-scope-engagement-scope h3, #page-service-scope-total-produce h3, #page-service-scope-flow h3 {
	color: #181818;
	font-size: 3.2rem;
	margin-bottom: 80px;
}
#page-service-scope-hr-transformation-img {
	width: 700px;
	margin: 0 auto 80px;
}
#page-service-scope-engagement-scope {
	padding: 100px 0 50px;
	background-color: #faf8f8;
}
#page-service-scope-engagement-scope ul {
	width: 1000px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}
#page-service-scope-engagement-scope li {
	width: 308px;
	background-color: #fff;
	text-align: left;
}
#page-service-scope-engagement-scope li h4 {
	color: #948474;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 20px 28px 10px;
}
#page-service-scope-engagement-scope li p {
	font-size: 1.4rem;
	padding: 0 28px 20px;
}
#page-service-scope-engagement-scope p#psses-p {
	width: 944px;
	text-align: left;
	margin: 80px auto 100px;
}
#page-service-scope-engagement-scope-1-img {
	width: 600px;
	position: absolute;
	top: 70px;
	right: 80px;
}
#page-service-scope-engagement-scope-2-img {
	width: 520px;
	position: absolute;
	top: 60px;
	right: 80px;
}
#page-service-scope-engagement-scope-3-img {
	width: 650px;
	position: absolute;
	top: 70px;
	right: 60px;
}
#page-service-scope-total-produce {
	color: #fff;
	background-color: #948474;
	padding: 100px 0;
	text-align: center;
}
#page-service-scope #page-service-scope-total-produce .pss-header h2, #page-service-scope #page-service-scope-total-produce h3 {
	color: #fff;
}
#page-service-scope-total-produce-img {
	width: 600px;
	margin: 80px auto;
}
#page-service-scope #page-service-scope-total-produce p {
	font-weight: 300;
	margin-bottom: 50px;
}
#page-service-scope-flow-img {
	width: 1000px;
	margin: 80px auto;
}
#page-what-hybrid-rpo #case-studies, #page-service-scope #case-studies {
	color: #fff;
	background-color: #948474;
	padding-bottom: 160px;
}
#page-what-hybrid-rpo #case-studies h1, #page-service-scope #case-studies h1 {
	color: #e4e0de;
}
#page-what-hybrid-rpo #case-studies h2, #page-service-scope #case-studies h2 {
	color: #fff;
}
#page-what-hybrid-rpo #case-studies .link-btn, #page-service-scope #case-studies .link-btn {
	color: #948474;
	background-color: #fff;
}

/* About us */
#page-about-us #topic-path {
	color: #fff;
}
#page-about-us-header {
	background: center / cover no-repeat url("img/about-us-header.webp");
}
#page-about-us-header .inner {
	width: 1000px;
	padding: 72px 0 92px;
}
#page-about-us-header h1, #page-about-us-header h2 {
	color: #fff;
}
#page-about-us-content .inner {
	width: 1000px;
}
#page-about-us-content h2 {
	color: #e4e0de;
	font-size: 16rem;
	line-height: 1;
	font-weight: 500;
}
#page-about-us-content h3 {
	color: #181818;
	font-size: 5.6rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: .3rem;
}
#page-about-us-content h4 {
	color: #948474;
	font-size: 2.4rem;
	font-weight: 500;
}
#page-about-us-content p {
	line-height: 2.4;
}
#page-about-us-purpose {
	padding: 0 20px 140px;
	text-align: center;
	position: relative;
	background-color: #faf8f8;
}
#page-about-us-purpose h2 {
	position: absolute;
	top: -30px;
	left: -8px;
}
#page-about-us-purpose h3 {
	margin-bottom: 100px;
}
#page-about-us-purpose h4 {
	text-align: right;
	padding: 64px 0 194px;
}
#page-about-us-purpose P {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 50px;
}
#page-about-us-purpose p strong {
	color: #fff;
	background-color: #948474;
	font-weight: 500;
	padding: 5px 15px;
	margin: 0 10px;
}
#page-about-us-logo-concept {
	padding: 82px 20px 188px;
}
#page-about-us-logo-concept h2 {
	padding: 50px 0 150px;
	text-align: center;
}
#page-about-us-logo-concept h1 {
	width: 500px;
	margin: 128px auto 140px;
}
#page-about-us-logo-concept dl {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#page-about-us-logo-concept dt {
	color: #948474;
	width: 25%;
	font-weight: 700;
	margin-bottom: 30px;
}
#page-about-us-logo-concept dt span {
	float: right;
	padding-right: 20px;
}
#page-about-us-logo-concept dd {
	width: 75%;
	margin-bottom: 40px;
}
#page-about-us-mission, #page-about-us-vision {
	position: relative;
	background-color: #faf8f8;
	padding: 108px 0 126px;
}
#page-about-us-mission h2 {
	position: absolute;
	top: 60px;
	left: 0;
}
#page-about-us-mission h3, #page-about-us-vision h3 {
	text-align: center;
}
#page-about-us-mission h4 {
	padding: 45px 0 168px;
	text-align: right;
}
#page-about-us-vision h4 {
	padding: 115px 0 168px;
	text-align: left;
}
#page-about-us-vision {
	padding-top: 36px;
	padding-bottom: 300px;
}
#page-about-us-vision h2 {
	position: absolute;
	top: 60px;
	right: 0;
}
#page-about-us-five-value {
	padding: 224px 0 160px;
	position: relative;
}
#page-about-us-five-value h2 {
	position: absolute;
	bottom: 240px;
	right: 0;
}
#page-about-us-five-value h3 {
	color: #948474;
	font-size: 6.4rem;
	font-weight: 400;
	line-height: 1.3;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
#page-about-us-five-value h4 {
	margin-bottom: 80px;
}
#page-about-us-five-value h5 {
	color: #181818;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 12px;
}
#page-about-us-five-value ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#page-about-us-five-value li {
	width: 45%;
	margin-bottom: 116px;
}
#page-about-us-message {
	padding: 238px 0 188px;
	background-color: #faf8f8;
}
#page-about-us-message-dialog {
	width: 90%;
	margin: 0 auto 238px;
}
#page-about-us-message-wrap {
	position: relative;
	width: 100%;
}
#page-about-us-message .inner {
	width: 1000px;
	padding: 100px 86px 100px 70px;
	background-color: #fff;
}
#page-about-us-message .inner .right {
	width: 500px;
}
#page-about-us-message h2 {
	color: #948474;
	font-size: 8rem;
	text-align: right;
	margin-bottom: 30px;
	font-weight: 600;
}
#page-about-us-message h3 {
	font-size: 3.2rem;
	margin-bottom: 60px;
	line-height: 2;
}
#page-about-us-message h4 {
	text-align: right;
	margin-bottom: 100px;
}
#page-about-us-message p {
	margin-bottom: 40px;
}
#page-about-us-message-ceo-img {
	width: 500px;
	position: absolute;
	top: 200px;
	right: 52%;
}
#page-about-us-message-ceo-name {
	width: 46%;
	position: absolute;
	top: 900px;
	right: 54%;
	background-color: #181818;
}
#page-about-us-message-ceo-name h5 {
	color: #fff;
	font-size: 2rem;
	padding: 10px 100px 15px 0;
}
#page-about-us-message-ceo-name h5 span {
	font-size: 1.6rem;
}
#paum-x {
	width: 60px;
	position: absolute;
	top: 135px;
	right: 288px;
}
#paum-n {
	width: 60px;
	position: absolute;
	top: 135px;
	right: 205px;
}
#page-about-us-profile {
	padding: 50px 0 200px;
	background-color: #faf8f8;
}
#page-about-us-profile .inner {
	padding: 100px 0;
	background-color: #fff;
}
#page-about-us-profile h2 {
	color: #948474;
	font-size: 8rem;
	text-align: center;
	margin-bottom: 54px;
	font-weight: 600;
}
#page-about-us-profile h4 {
	text-align: center;
	margin-bottom: 100px;
}
#page-about-us-profile dl {
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#page-about-us-profile dt, #page-about-us-profile dd {
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}
#page-about-us-profile dt:first-child, #page-about-us-profile dt:first-child + dd {
	border-top: 1px solid #dcdcdc;
}
#page-about-us-profile dt {
	width: 25%;
	color: #181818;
	font-weight: 400;
}
#page-about-us-profile dd {
	width: 75%;
}

/* Contact */
#page .snow-monkey-form {
	width: 800px;
	margin: 0 auto;
}
.c-p-1 {
	text-align: center;
}
.c-p-1 br:nth-child(1), .c-p-1 br:nth-child(3), .c-check-1 .smf-item__label__text br {
	display: none;
}
.c-radio-1, .c-check-1 {
	padding: 0 40px 50px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 50px;
}
.c-check-1 {
	border: none;
}
.c-radio-1 .smf-item__label, .c-check-1 .smf-item__label {
	color: #181818;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}
.c-radio-1 input.smf-radio-button-control__control {
	margin-top: 9px;
}
.c-radio-1.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
	font-size: 1.6rem;
	font-weight: 400;
	position: absolute;
	top: 55%;
	right: -46px;
}
.c-radio-1 .smf-radio-buttons-control__control, .c-check-1 .smf-checkboxes-control__control {
	display: flex;
	flex-wrap: wrap;
}
.c-radio-1 .smf-label, .c-check-1 .smf-label {
	width: 50%;
	text-align: left;
}
.contact-tel, .contact-message {
	position: relative;
}
.contact-tel .smf-control-description, .contact-message .smf-item__description {
	color: #a0a0a0;
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	left: 96px;
}
.contact-message .smf-item__description {
	left: 156px;
}
.contact-industry .smf-select-control select.smf-select-control__control {
	margin-bottom: 30px;
}

/* Form */
#fv-3 form, #seminar-form-wrap form {
	color: #505050;
	font-weight: 400;
}
#fv-3 .smf-item__label, #seminar-form-wrap .smf-item__label {
	margin-bottom: 3px;
}
#fv-3 .smf-form .smf-item:nth-child(3), #seminar-form-wrap .smf-item:nth-child(5), .contact-name-1.smf-item, #single-material-form .smf-item:nth-child(3) {
	float: left;
	width: 48%;
}
#fv-3 .smf-form .smf-item:nth-child(4), #seminar-form-wrap .smf-item:nth-child(6), .contact-name-2.smf-item, #single-material-form .smf-item:nth-child(4) {
	float: right;
	width: 48%;
}
#fv-3 .smf-form .smf-item:nth-child(5), #seminar-form-wrap .smf-item:nth-child(7), .contact-email.smf-item, #single-material-form .smf-item:nth-child(5) {
	clear: both;
}
#fv-3 .form-agree, #seminar-form-wrap .form-agree, #page .form-agree, .form-agree {
	font-size: 1.2rem;
	text-align: center;
	margin: 20px 0 12px;
}
#fv-3 .form-agree a, #seminar-form-wrap .form-agree a, #page .form-agree a, .form-agree a {
	color: #385fac;
	text-decoration: underline;
}
.smf-text-control input.smf-text-control__control, .smf-textarea-control textarea.smf-textarea-control__control {
	font-weight: 400;
	appearance: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    width: 100%;
	margin-bottom: 12px;
}
.smf-select-control select.smf-select-control__control {
	padding: 3px 40px 5px 10px;
}
.smf-checkboxes-control {
	text-align: center;
}
.smf-checkboxes-control input.smf-checkbox-control__control {
	border-color: #505050;
	margin: 11px 1px 0 0;
	border-radius: 0;
	width: 12px;
	height: 12px;
}
.smf-action .smf-button-control button.smf-button-control__control {
	color: #fff;
	font-weight: bold;
	letter-spacing: .2rem;
	background: none;
	background-color: #181818;
	width: 260px;
	margin: 10px auto;
	padding: 6px 0 8px;
	text-align: center;
	display: inline-block;
	appearance: none;
	border: none;
	transition: .3s;
}
.smf-action .smf-button-control button.smf-button-control__control:hover {
	opacity: .7;
}
input::placeholder, textarea::placeholder {
	color: #dcdcdc;
}
#seminar-form-wrap {
	width: 600px;
	margin: 0 auto;
}
.smf-item__label__text {
    position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
	position: absolute;
	top: 50%;
	right: -41px;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	content: "必須";
	color: #ac3838;
}
.smf-form .smf-select-control__toggle::before {
	top: 17px !important;
	right: 10px !important;
}
.smf-action {
	margin-top: 20px;
	text-align: center;
}
div.smf-error-messages {
	margin: -15px 0 30px;
}
#forms-title, #forms-title-param, .smf-form [data-name="title"] {
	display: none;
}
#form-thanks-page {
	padding: 150px 20px 200px;
	text-align: center;
}
#form-thanks-page h1 {
	color: #000;
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 50px;
}
#form-thanks-page a {
	width: 300px;
	margin: 100px auto 0;
	display: block;
}

/* Drawer */
#menu-btn {
	display: none;
}
#nav-wrap {
	display: none;
}
@media (max-width: 1500px){
	#form-nav {
		margin-right: 100px;
	}
	#global-nav {
		display: none;
	}
	button#menu-btn {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		font: inherit;
		margin: 0;
		outline: none;
		padding: 0;
		vertical-align: middle;
	}
	#menu-btn {      
		width: 30px;
		height: 30px;
		position: fixed;
		top: 45px;
		right: 45px;    
		z-index: 110;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		border:none;
		display: block;
	}    
	.bar {      
		width: 28px;      
		height: 3px;        
		display: block;      
		position: absolute;      
		left: 50%;      
		transform: translateX(-50%);      
		background-color: #181818;    
	}    
	.bar-top {   
		top: 6px;
		transition: all .3s;
	}
	.bar-bottom {
		top: 16px;
		transition: all .3s;
	}
	#menu-btn.open .bar-top {      
		transform: translate(-50%,4px) rotate(45deg);      
		transition: transform .4s;    
	}    
	#menu-btn.open .bar-bottom {      
	  transform: translate(-50%,-6px) rotate(-45deg);      
	  transition: transform .4s;    
	}
	#nav-wrap {
		display: block;
		width: 500px;      
		height: 100dvh;      
		position: fixed;      
		top: 0;      
		right: -100vw;
		transition: all .4s;
		transform: translate(0);     
		z-index: 101;
		background-color: #948474;
		padding-bottom: 50px;
	}
	#nav-wrap.open {
		transform: translate(-100vw);
	}
	.noscroll {
		height: 100%;
		overflow: hidden;
	}
	#drawer-nav h1 {
		padding: 25px;
		width: 200px;
		margin-bottom: 30px;
	}
	#drawer-table {
		width: 100%;
		color: #bcb2a8;
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: .1rem;
		margin-bottom: 20px;
	}
	#drawer-table td, #drawer-table th {
		padding: 0 25px 40px;
	}
	#drawer-table th {
		font-weight: 400;
	}
	#drawer-table span {
		font-size: 1.4rem;
	}
	#drawer-table a, #drawer-footer a {
		color: #fff;
		font-size: 1.4rem;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-feature-settings: "palt" 1;
		line-height: 2;
	}
	#drawer-ul {
		width: 100%;
		display: flex;
		margin-bottom: 20px;
	}
	#drawer-ul li {
		width: calc( 100% / 3 );
	}
	#drawer-footer {
		padding: 40px;
	}
	#drawer-footer a {
		display: block;
		margin-bottom: 20px;
	}
	#drawer-footer small {
		color: #bcb2a8;
		font-size: 1.4rem;
		font-weight: 300;
	}
}

/* Form Banner */
#form-banner {
	padding: 46px 20px;
	background-color: #000;
	color: #a0a0a0;
}
#form-banner .inner {
	width: 1000px;
	position: relative;
}
#form-banner .left, #form-banner .right {
	width: 50%;
}
#form-banner .left {
	padding: 10px 50px 10px 0;
	border-right: 1px solid #a0a0a0;
}
#form-banner .right {
	padding: 10px 0 10px 50px;
}
#form-banner a {
	width: 500px;
	padding-left: 70px;
	color: #fff;
	font-size: 8rem;
	display: block;
	line-height: 1;
}
#form-banner .left a {
	background: left bottom 13px / 50px auto no-repeat url("img/f-b-contact.webp");
}
#form-banner .right a {
	background: left bottom 13px / 50px auto no-repeat url("img/f-b-dl.webp");
}
#form-banner h2 {
	font-size: 2rem;
	font-weight: 600;
	margin: 5px 0 10px;
}
#form-banner p {
	font-size: 1.4rem;
}
#f-b-img {
	width: 135px;
	position: absolute;
	top: 0;
	right: 0;
}

/* Footer */
footer{
    color: #fff;
    background-color: #948474;
    padding: 60px 0 30px;
	min-width: 1280px;
	margin: 0 auto;
	position: relative;
}
footer .inner{
	width: 100%;
    padding: 0 20px;
}
#footer-link-wrap {
	margin-bottom: 20px;
}
footer h1 {
	width: 200px;
	margin-bottom: 420px;
}
#footer-link-table {
	color: #bcb2a8;
	font-size: 2.4rem;
	line-height: 1.4;
	position: absolute;
	top: 60px;
	right: 15%;
}
#footer-link-table td, #footer-link-table th {
	padding: 0 0 40px 60px;
}
#footer-link-table th {
	font-weight: 400;
}
#footer-link-table span {
	font-size: 1.4rem;
}
#footer-link-table a {
	color: #fff;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt" 1;
	line-height: 2;
}
#footer-link-table a.flt-top, #drawer-table a.flt-top {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.4;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.f-l-b {
	width: 200px;
	display: block;
}
.f-l-b:nth-child(2) {
	margin: 20px 0 40px;
}
#f-l-p {
	text-align: right;
	vertical-align: bottom;
}
footer small {
	color: #bcb2a8;
	font-size: 1.4rem;
	font-weight: 300;
}