@charset "utf-8";

/* common.css
----------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	color: #111;
	line-height: 2.0;
	letter-spacing: 0.08em;
	text-align: left;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: none;
}
a:focus {
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
input:focus, 
select:focus, 
textarea:focus {
}
img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
* {
	box-sizing: border-box;
}


/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* breadcrumbs-area */
.breadcrumbs-area {
	box-sizing: border-box;
	margin-top: 8px;
	padding: 0 25px 0;
}
.breadcrumbs-list {
}
.breadcrumbs-list li {
	display: inline-block;
}
.breadcrumbs-list a,
.breadcrumbs-list li span {
	display: inline-block;
	font-size: 1.0rem;
	line-height: 1.6;
	color: #111;
	letter-spacing: 0.01em;
}
.breadcrumbs-list a {
	position: relative;
	margin-right: 26px;
	color: #999;
}
.breadcrumbs-list a::before {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	right: -15px;
	width: 6px;
	height: 1px;
	background-color: #6c2488;
	background-size: 5px 1px;
}
.breadcrumbs-list a::after {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	right: -15px;
	width: 4px;
	height: 1px;
	background-color: #6c2488;
	transform-origin: right bottom;
	transform: rotate(40deg);
}
.breadcrumbs-list li span {
}

/* page-nation */
.page-nation {
	padding: 0 20px;
	text-align: center;
}
.page-nation a,
.page-nation .current {
	margin: 0 2px 0;
	padding: 0 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	color: #6c2488;
}
.page-nation a {
}
.page-nation .current {
	text-decoration: underline;
}

/* page-nation-detail */
.page-nation-detail {
	position: relative;
	margin: 60px auto 0;
	text-align: center;
	font-size: 1.1rem;
}
.prev-btn {
	position: absolute;
	top: 0;
	left: 0;
}
.prev-btn a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	color: #111;
}
.back-btn {
}
.back-btn a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	color: #111;
}
.next-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.next-btn a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	color: #111;
}

/* ttl */
.sec-ttl {
	text-align: center;
}
.sec-ttl .eng {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 3.4rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #6c2488;
}
.sec-ttl .jpn {
	display: block;
	font-size: 1.0rem;
	line-height: 1.2;
}

/* link */
.sec-link {
	position: relative;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	color: #6c2488;
}
.sec-link:hover {
	color: #6c2488;
}
.sec-link::after {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	right: 0;
	width: 46px;
	height: 46px;
	background: url(link-circle-blue_sp.svg) 0 0 no-repeat;
	background-size: 46px 46px;
}
.sec-link span {
	position: relative;
	display: inline-block;
	padding: 12px 90px 0 0;
}
.sec-link span::before {
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	right: 21px;
	width: 44px;
	height: 1px;
	background-color: #6c2488;
}
.sec-link span::after {
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	right: 21px;
	width: 6px;
	height: 1px;
	background-color: #6c2488;
	transform-origin: right bottom;
	transform: rotate(40deg);
}

/* text */
.sec-lead p {
	margin-bottom: 30px;
	font-size: 1.3rem;
	/*line-height: 2.4;*/
}
.sec-lead p:last-child {
	margin-bottom: 0;
}


/* header
----------------------------------------- */
#header {
	margin-bottom: 40px;
}
#top #header {
	margin-bottom: 0;
}
.header-logo {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 205px;
	height: auto;
	z-index: 100;
}
#top .header-logo {
	opacity: 0;
	transition: all .6s;
}
#top .header-logo.fade-in {
	opacity: 1;
}

/* page-visual-area */
.page-visual-area {
	position: relative;
	height: 250px;
}
.page-visual-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: #333;
	z-index: -10;
}
.page-visual-area::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 115px);
	height: 250px;
}
.page-ttl {
	position: absolute;
	top: 117px;
	left: 45px;
	color: #fff;
	z-index: 10;
}
.page-ttl .eng {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.01em;
	opacity: 0;
}
.page-ttl .eng span {
	display: inline-block;
	opacity: 0;
	margin-left: 4px;
	transition-property: margin-left, opacity;
	transition-timing-function: cubic-bezier(.12,.59,.41,.95);
	transition-duration: 0.9s;
}
.page-ttl .eng span.move {
	opacity: 1;
	margin-left: 0;
}
.page-ttl .jpn {
	display: block;
	padding-left: 2px;
	font-size: 1.1rem;
	line-height: 1.2;
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 0.9s;
}
.page-ttl .jpn.fade-in {
	opacity: 1;
}

/* slide-menu-btn */
.slide-menu-btn {
	position: fixed;
	top: 33px;
	right: 22px;
	z-index: 10000;
}
.slide-menu-nav {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding: 85px 0 80px;
	background-color: rgba(255,255,255,0.94);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.slide-menu-nav.open {
	visibility: visible;
	opacity: 1;
}
.slide-menu-logo {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 100;
}
.slide-menu-logo img {
	width: 205px;
	height: auto;
}

/* slide-menu-nav */
.slide-menu-nav .gnav-sp {
	padding-top: 10%;
	text-align: center;
}
.slide-menu-nav .gnav-sp li {
	position: relative;
	margin-bottom: 4vh;
}
.slide-menu-nav li:last-child {
	margin-bottom: 0;
}
.slide-menu-nav .gnav-sp a {
	position: relative;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
}
.slide-menu-nav .gnav-sp .contact-btn a {
	position: relative;
	display: inline-block;
	width: 230px;
	margin: 15px auto 0;
	padding: 23px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
	color: #fff;
	background-color: #6c2488;
}
.slide-menu-nav .gnav01 {
	opacity: 0;
	transition: all .6s;
}
.slide-menu-nav .gnav02 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .04s;
}
.slide-menu-nav .gnav03 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .08s;
}
.slide-menu-nav .gnav04 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .12s;
}
.slide-menu-nav .gnav05 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .16s;
}
.slide-menu-nav.open .gnav01,
.slide-menu-nav.open .gnav02,
.slide-menu-nav.open .gnav03,
.slide-menu-nav.open .gnav04,
.slide-menu-nav.open .gnav05 {
	opacity: 1;
}
#top .slide-menu-nav .gnav01 a::after,
#service .slide-menu-nav .gnav02 a::after,
#company .slide-menu-nav .gnav03 a::after,
#blog .slide-menu-nav .gnav04 a::after,
#contact .slide-menu-nav .gnav05 a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #111;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 42px;
	height: 42px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 26px;
	height: 1px;
	background-color: #fff;
}
.menu-trigger.menu-color-black span {
	background-color: #111;
}
.menu-trigger.active span {
	background-color: #111;
}
.menu-trigger span:nth-of-type(1) {
	top: 15px;
	left: 8px;
}
.menu-trigger span:nth-of-type(2) {
	top: 21px;
	left: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 14px;
	left: 8px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}


/* contents
----------------------------------------- */
/* contact-sec */
.contact-sec {
	padding: 65px 30px 70px;
	background: url(contact-area-bg_sp.jpg) center center no-repeat;
	background-size: cover;
}
.contact-sec .sec-ttl {
	margin-bottom: 40px;
	color: #fff;
}
.contact-sec .sec-ttl .eng {
	color: #fff;
}
.contact-sec-inner {
	padding: 30px 30px 35px;
	background-color: #fff;
	box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.12);
}
.contact-sec-text-area {
	margin-bottom: 25px;
}
.contact-sec-text-area p {
	font-size: 1.2rem;
}
.contact-sec-text-area .br-pc {
	display: none;
}
.contact-sec-btn-area {
}
.contact-sec-btn-area a {
	display: block;
	padding: 20px 0;
	color: #fff;
	background-color: #6c2488;
	font-size: 1.4rem;
	text-align: center;
}

/* article-cont */
.article-cont {
}
.article-main {
	position: relative;
	margin-bottom: 80px;
	padding: 0 40px 0;
}
.detail .article-main {
	padding: 0 25px 0;
}
.article-area-list {
	position: relative;
	margin-bottom: 40px;
	z-index: 10;
}
.article-area-list li {
	margin-bottom: 40px;
}
.article-area-list li:last-child {
	margin-bottom: 0;
}
.article-area-list li a {
	display: block;
	background-color: #fff;
}
.blog-list-img {
	margin-bottom: 22px;
	padding: 5px 5px 0;
}
.blog-list-info {
	position: relative;
	padding: 0 25px 28px;
}
.blog-list-ttl {
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 1.6rem;
}
.blog-list-category {
}
.blog-list-category span {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.0rem;
	color: #fff;
	background-color: #6c2488;
	border-radius: 10px;
	line-height: 20px;
	letter-spacing: 0.01em;
}
.blog-list-date {
	position: absolute;
	bottom: 33px;
	right: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #6c2488;
}

.article-side {
	margin-bottom: 90px;
	padding: 0 40px;
}
.article-side-link {
	margin-bottom: 55px;
}
.article-side-link:last-child {
	margin-bottom: 0;
}
.article-side-link-ttl {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.article-side-link-list {
}
.article-side-link-list li {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.6;
}
.article-side-link-list li a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
.article-side-link-list li a::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 1px;
	background-color: #111;
}

/* article detail */
.article-detail-cont {
	position: relative;
}
.article-detail-date {
	position: absolute;
	top: 10px;
	right: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #6c2488;
}
.article-detail-category {
	margin-bottom: 7px;
}
.article-detail-category a {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.0rem;
	color: #fff;
	background-color: #6c2488;
	border-radius: 10px;
	line-height: 20px;
	letter-spacing: 0.01em;
}
.article-detail-ttl {
	margin-bottom: 15px;
	line-height: 1.8;
	font-size: 1.6rem;
}

.article-detail-body {
	margin-bottom: 50px;
}
.article-detail-body p {
	margin-bottom: 25px;
	line-height: 2.4;
	font-size: 1.2rem;
}
.article-detail-body figure {
	margin-bottom: 30px;
}
.article-detail-body p a {
	text-decoration: underline;
}
.article-detail-body p:last-child {
	margin-bottom: 0;
}
.article-main .page-nation-detail {
	width: 100%;
}

/* form-input-tbl */
.form-input-tbl {
	width: 100%;
}
.form-input-tbl th,
.form-input-tbl td {
	display: block;
	width: 100%;
}
.form-input-tbl th {
	margin-bottom: 5px;
	font-size: 1.3rem;
	color: #111;
	letter-spacing: 0.07em;
}
.form-input-tbl td {
	margin-bottom: 15px;
	font-size: 1.3rem;
	color: #111;
}

/* form */
.input-text {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	padding: 2px 8px;
	border: none;
	background-color: #eee;
	color: #111;
	vertical-align: middle;
	font-size: 1.2rem;
}
.textarea {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	width: 	100%;
	padding: 8px 8px;
	border: none;
	background-color: #eee;
	font-size: 1.2rem;
}
.input-select {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	width: 16em;
	height: 40px;
	margin-right: 5px;
	padding: 6px 8px;
	border: none;
	background-color: #eee;
	color: #111;
	font-size: 1.2rem;
	line-height: 1.6;
	vertical-align: middle;
}
.radio-about {
	display: inline-block;
	margin-top: 5px;
}
.input-radio {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	color: #111;
	line-height: 1.6;
}
.input-radio .wpcf7-list-item {
	display: block;
	margin: 0 0 3px 0;
}
.submit-btn {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	display: block;
	width: 220px;
	margin: 30px auto 0;
	padding: 20px 0;
	background-color: #6c2488;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.1em;
	border-style: none;
}
.submit-btn:hover {
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
	border: 1px solid #ccc;
	outline: 0;
}
input[type="submit"]:focus,
button[type="submit"]:focus {
	background-color: #ccc;
	color: #fff;
	outline: 0;
}

.required-input-mark {
	color: #ff0000;
	font-size: 1.3rem;
}
.form-alert-text {
	margin-bottom: 30px;
	font-size: 1.3rem;
	line-height: 2.0;
}
.form-sub-text {
	padding-top: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
}
.contact-body-lead {
	font-size: 1.3rem;
	line-height: 2.0;
}
.acknowledgment-check {
	font-size: 1.3rem;
	line-height: 2.0;
}
.acknowledgment-check a {
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin-left: 0;
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	padding: 55px 50px 30px;
	background-color: #fff;
}
.page-top {
	position: absolute;
	top: 320px;
	right: 30px;
}
.page-top::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(page-top_bg.svg) 0 0 no-repeat;
	background-size: 50px 50px;
}
.page-top span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.page-top span::before {
	display: block;
	content: '';
	position: absolute;
	top: 23px;
	right: 25px;
	width: 1px;
	height: 40px;
	background-color: #6c2488;
}
.page-top span::after {
	display: block;
	content: '';
	position: absolute;
	top: 23px;
	right: 17px;
	width: 8px;
	height: 1px;
	background-color: #6c2488;
	transform-origin: left top;
	transform: rotate(50deg);
}
.footer-inner {
	margin-bottom: 30px;
}
.footer-right {
	margin-bottom: 60px;
}
.footer-gnav {
	margin-bottom: 25px;
}
.footer-gnav li {
	position: relative;
	margin-bottom: 18px;
}
.footer-gnav li:last-child {
	margin-bottom: 0;
}
.footer-gnav a {
	position: relative;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
}
.footer-gnav .contact-btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 230px;
	margin: 15px auto 0;
	padding: 23px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
	color: #fff;
	background-color: #6c2488;
	text-align: center;
}
/*#top .footer-gnav .fnav01 a::after,
#service .footer-gnav .fnav02 a::after,
#company .footer-gnav .fnav03 a::after,
#blog .footer-gnav .fnav04 a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #111;
}*/
.be-kobe-logo {
	/*width: 90px;*/
	height: auto;
}
.footer-left {
}
.footer-logo {
	width: 204px;
	height: auto;
}
.footer-copyright {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	letter-spacing: 0.08em;
	color: #999;
	line-height: 1.4;
	transform: scale(0.7);
	transform-origin: left top;
	white-space: nowrap;
}







 















































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* breadcrumbs-area */
.breadcrumbs-area {
	box-sizing: border-box;
	margin-top: 15px;
	padding: 0 40px 0;
}
.breadcrumbs-list {
}
.breadcrumbs-list li {
	display: inline-block;
}
.breadcrumbs-list a,
.breadcrumbs-list li span {
	display: inline-block;
	font-size: 1.0rem;
	line-height: 1.6;
	color: #111;
	letter-spacing: 0.01em;
}
.breadcrumbs-list a {
	position: relative;
	margin-right: 26px;
	color: #999;
}
.breadcrumbs-list a::before {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	right: -15px;
	width: 6px;
	height: 1px;
	background-color: #6c2488;
	background-size: 5px 1px;
}
.breadcrumbs-list a::after {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	right: -15px;
	width: 4px;
	height: 1px;
	background-color: #6c2488;
	transform-origin: right bottom;
	transform: rotate(40deg);
}
.breadcrumbs-list li span {
}

/* page-nation */
.page-nation {
	padding: 0 20px;
	text-align: center;
}
.page-nation a,
.page-nation .current {
	margin: 0 2px 0;
	padding: 0 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	color: #6c2488;
}
.page-nation a {
}
.page-nation .current {
	text-decoration: underline;
}

/* page-nation-detail */
.page-nation-detail {
	position: relative;
	margin: 80px auto 0;
	text-align: center;
	font-size: 1.2rem;
}
.prev-btn {
	position: absolute;
	top: 0;
	left: 0;
}
.prev-btn a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	color: #111;
}
.back-btn {
}
.back-btn a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	color: #111;
}
.next-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.next-btn a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	color: #111;
}

/* ttl */
.sec-ttl {
	text-align: center;
}
.sec-ttl .eng {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 3.4rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #6c2488;
}
.sec-ttl .jpn {
	display: block;
	font-size: 1.0rem;
	line-height: 1.2;
}

/* link */
.sec-link {
	position: relative;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	color: #6c2488;
}
.sec-link:hover {
	color: #6c2488;
}
.sec-link::after {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	right: 0;
	width: 46px;
	height: 46px;
	background: url(link-circle-blue_sp.svg) 0 0 no-repeat;
	background-size: 46px 46px;
}
.sec-link span {
	position: relative;
	display: inline-block;
	padding: 12px 90px 0 0;
}
.sec-link span::before {
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	right: 21px;
	width: 44px;
	height: 1px;
	background-color: #6c2488;
}
.sec-link span::after {
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	right: 21px;
	width: 6px;
	height: 1px;
	background-color: #6c2488;
	transform-origin: right bottom;
	transform: rotate(40deg);
}

/* text */
.sec-lead p {
	margin-bottom: 30px;
	font-size: 1.3rem;
	/*line-height: 2.4;*/
}
.sec-lead p:last-child {
	margin-bottom: 0;
}


/* header
----------------------------------------- */
#header {
	margin-bottom: 50px;
}
#top #header {
	margin-bottom: 0;
}
.header-logo {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 245px;
	height: auto;
	z-index: 100;
}
#top .header-logo {
	opacity: 0;
	transition: all .6s;
}
#top .header-logo.fade-in {
	opacity: 1;
}
 
/* page-visual-area */
.page-visual-area {
	position: relative;
	height: 350px;
}
.page-visual-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-color: #333;
	z-index: -10;
}
.page-visual-area::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 74%;
	height: 350px;
}
.page-ttl {
	position: absolute;
	top: 165px;
	left: 15%;
	color: #fff;
	z-index: 10;
}
.page-ttl .eng {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 3.8rem;
	line-height: 1.2;
	letter-spacing: 0.01em;
	opacity: 0;
}
.page-ttl .eng span {
	display: inline-block;
	opacity: 0;
	margin-left: 5px;
	transition-property: margin-left, opacity;
	transition-timing-function: cubic-bezier(.12,.59,.41,.95);
	transition-duration: 0.9s;
}
.page-ttl .eng span.move {
	opacity: 1;
	margin-left: 0;
}
.page-ttl .jpn {
	display: block;
	padding-left: 2px;
	font-size: 1.2rem;
	line-height: 1.2;
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 0.9s;
}
.page-ttl .jpn.fade-in {
	opacity: 1;
}

/* slide-menu-btn */
.slide-menu-btn {
	position: fixed;
	top: 24px;
	right: 32px;
	z-index: 10000;
}
.slide-menu-nav {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding: 85px 0 80px;
	background-color: rgba(255,255,255,0.94);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.slide-menu-nav.open {
	visibility: visible;
	opacity: 1;
}
.slide-menu-logo {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 245px;
	z-index: 100;
}
.slide-menu-logo img {
	width: 100%;
	height: auto;
}

/* slide-menu-nav */
.slide-menu-nav .gnav-sp {
	padding-top: 0;
	text-align: center;
}
.slide-menu-nav .gnav-sp li {
	position: relative;
	margin-bottom: 4vh;
}
.slide-menu-nav li:last-child {
	margin-bottom: 0;
}
.slide-menu-nav .gnav-sp a {
	position: relative;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
}
.slide-menu-nav .gnav-sp .contact-btn a {
	position: relative;
	display: inline-block;
	width: 230px;
	margin: 15px auto 0;
	padding: 23px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
	color: #fff;
	background-color: #6c2488;
}
.slide-menu-nav .gnav01 {
	opacity: 0;
	transition: all .6s;
}
.slide-menu-nav .gnav02 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .04s;
}
.slide-menu-nav .gnav03 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .08s;
}
.slide-menu-nav .gnav04 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .12s;
}
.slide-menu-nav .gnav05 {
	opacity: 0;
	transition: all .6s;
	transition-delay: .16s;
}
.slide-menu-nav.open .gnav01,
.slide-menu-nav.open .gnav02,
.slide-menu-nav.open .gnav03,
.slide-menu-nav.open .gnav04,
.slide-menu-nav.open .gnav05 {
	opacity: 1;
}
#top .slide-menu-nav .gnav01 a::after,
#service .slide-menu-nav .gnav02 a::after,
#company .slide-menu-nav .gnav03 a::after,
#blog .slide-menu-nav .gnav04 a::after,
#contact .slide-menu-nav .gnav05 a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #111;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 42px;
	height: 42px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 26px;
	height: 1px;
	background-color: #fff;
}
.menu-trigger.menu-color-black span {
	background-color: #111;
}
.menu-trigger.active span {
	background-color: #111;
}
.menu-trigger span:nth-of-type(1) {
	top: 15px;
	left: 8px;
}
.menu-trigger span:nth-of-type(2) {
	top: 21px;
	left: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 14px;
	left: 8px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}


/* contents
----------------------------------------- */
/* contact-sec */
.contact-sec {
	padding: 65px 30px 70px;
	background: url(contact-area-bg_pc.jpg) center center no-repeat;
	background-size: cover;
}
.contact-sec .sec-ttl {
	margin-bottom: 50px;
	color: #fff;
}
.contact-sec .sec-ttl .eng {
	color: #fff;
}
.contact-sec-inner {
	width: 80%;
	margin: 0 auto;
	padding: 55px 60px 55px;
	background-color: #fff;
	box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.12);
}
.contact-sec-text-area {
	margin-bottom: 25px;
	text-align: center;
}
.contact-sec-text-area p {
	font-size: 1.2rem;
}
.contact-sec-text-area .br-pc {
	display: inline-block;
}
.contact-sec-btn-area {
}
.contact-sec-btn-area a {
	display: block;
	padding: 20px 0;
	color: #fff;
	background-color: #6c2488;
	font-size: 1.4rem;
	text-align: center;
}

/* article-cont */
.article-cont {
}
.article-main {
	position: relative;
	margin-bottom: 80px;
	padding: 0 60px 0;
}
.detail .article-main {
	margin-bottom: 80px;
	padding: 0 60px 0;
}
.article-area-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 50px;
	z-index: 10;
}
.article-area-list li {
	width: 46.5%;
	margin: 0;
	margin-bottom: 7%;
}
.article-area-list li:nth-child(odd) {
	margin: 0 7% 0 0;
}
.article-area-list li:last-child {
	margin-bottom: 0;
}
.article-area-list li a {
	display: block;
	background-color: #fff;
}
.blog-list-img {
	margin-bottom: 22px;
	padding: 5px 5px 0;
}
.blog-list-info {
	position: relative;
	padding: 0 25px 28px;
}
.blog-list-ttl {
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 1.6rem;
}
.blog-list-category {
}
.blog-list-category span {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.0rem;
	color: #fff;
	background-color: #6c2488;
	border-radius: 10px;
	line-height: 20px;
	letter-spacing: 0.01em;
}
.blog-list-date {
	position: absolute;
	bottom: 33px;
	right: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #6c2488;
}

.article-side {
	margin-bottom: 120px;
	padding: 0 60px;
}
.article-side-link {
	margin-bottom: 55px;
}
.article-side-link:last-child {
	margin-bottom: 0;
}
.article-side-link-ttl {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.article-side-link-list {
}
.article-side-link-list li {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.6;
}
.article-side-link-list li a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
.article-side-link-list li a::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 1px;
	background-color: #111;
}

/* article detail */
.article-detail-cont {
	position: relative;
}
.article-detail-date {
	position: absolute;
	top: 10px;
	right: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #6c2488;
}
.article-detail-category {
	margin-bottom: 12px;
}
.article-detail-category a {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.0rem;
	color: #fff;
	background-color: #6c2488;
	border-radius: 10px;
	line-height: 20px;
	letter-spacing: 0.01em;
}
.article-detail-ttl {
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 1.8rem;
}

.article-detail-body {
	margin-bottom: 50px;
}
.article-detail-body p {
	margin-bottom: 30px;
	line-height: 2.4;
	font-size: 1.3rem;
}
.article-detail-body figure {
	margin-bottom: 40px;
}
.article-detail-body p a {
	text-decoration: underline;
}
.article-detail-body p:last-child {
	margin-bottom: 0;
}
.article-main .page-nation-detail {
	width: 100%;
}

/* form-input-tbl */
.form-input-tbl {
	max-width: 660px;
	margin: 0 auto;
}
.form-input-tbl th {
	display: inline-block;
	width: 32%;
	margin-bottom: 30px;
	padding-top: 10px;
	font-size: 1.4rem;
	vertical-align: top;
	color: #111;
	letter-spacing: 0.07em;
}
.form-input-tbl td {
	display: inline-block;
	width: 68%;
	margin-bottom: 30px;
	font-size: 1.4rem;
	vertical-align: top;
	color: #111;
}

/* form */
.input-text {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	padding: 2px 8px;
	border: none;
	background-color: #eee;
	color: #111;
	vertical-align: middle;
	font-size: 1.2rem;
}
.textarea {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	width: 	100%;
	padding: 8px 8px;
	border: none;
	background-color: #eee;
	font-size: 1.2rem;
}
.input-select {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	width: 16em;
	height: 40px;
	margin-right: 5px;
	padding: 6px 8px;
	border: none;
	background-color: #eee;
	color: #111;
	font-size: 1.2rem;
	line-height: 1.6;
	vertical-align: middle;
}
.radio-about {
	display: inline-block;
	margin-top: 5px;
}
.input-radio {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	color: #111;
	line-height: 1.6;
}
.input-radio .wpcf7-list-item {
	display: block;
	margin: 0 0 3px 0;
}
.submit-btn {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	display: block;
	width: 220px;
	margin: 40px auto 0;
	padding: 20px 0;
	background-color: #6c2488;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.1em;
	border-style: none;
}
.submit-btn:hover {
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
	border: 1px solid #ccc;
	outline: 0;
}
input[type="submit"]:focus,
button[type="submit"]:focus {
	background-color: #ccc;
	color: #fff;
	outline: 0;
}
.required-input-mark {
	color: #ff0000;
	font-size: 1.3rem;
}
.form-alert-text {
	margin-bottom: 40px;
	font-size: 1.3rem;
	line-height: 2.0;
}
.form-sub-text {
	padding-top: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
}
.contact-body-lead {
	font-size: 1.3rem;
	line-height: 2.0;
}
.acknowledgment-check {
	font-size: 1.3rem;
	line-height: 2.0;
	text-align: center;
}
.acknowledgment-check a {
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin-left: 0;
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	padding: 75px 70px 50px;
	background-color: #fff;
}
.page-top {
	position: absolute;
	top: -25px;
	right: 50px;
}
.page-top::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(page-top_bg.svg) 0 0 no-repeat;
	background-size: 50px 50px;
}
.page-top span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.page-top span::before {
	display: block;
	content: '';
	position: absolute;
	top: 23px;
	right: 25px;
	width: 1px;
	height: 40px;
	background-color: #6c2488;
}
.page-top span::after {
	display: block;
	content: '';
	position: absolute;
	top: 23px;
	right: 17px;
	width: 8px;
	height: 1px;
	background-color: #6c2488;
	transform-origin: left top;
	transform: rotate(50deg);
}
.footer-inner {
	margin-bottom: 30px;
}
.footer-right {
	margin-bottom: 60px;
}
.footer-gnav {
	margin-bottom: 25px;
}
.footer-gnav li {
	position: relative;
	margin-bottom: 18px;
}
.footer-gnav li:last-child {
	margin-bottom: 0;
}
.footer-gnav a {
	position: relative;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
}
.footer-gnav .contact-btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 230px;
	margin: 15px auto 0;
	padding: 23px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
	color: #fff;
	background-color: #6c2488;
	text-align: center;
}
#top .footer-gnav .fnav01 a::after,
#service .footer-gnav .fnav02 a::after,
#company .footer-gnav .fnav03 a::after,
#blog .footer-gnav .fnav04 a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #111;
}
.be-kobe-logo {
	/*width: 90px;*/
	height: auto;
}
.footer-left {
}
.footer-logo {
	width: 204px;
	height: auto;
}
.footer-copyright {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	letter-spacing: 0.08em;
	color: #999;
	line-height: 1.4;
	transform: scale(0.7);
	transform-origin: left top;
	white-space: nowrap;
}


} /* tablet end */
























































/* PC 960px - */
@media only screen and (min-width: 960px) {

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}


/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	position: relative;
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin-top: -100px;
	margin-left: -60px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* breadcrumbs-area */
.breadcrumbs-area {
	position: absolute;
	bottom: 50px;
	right: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0 60px;
}
.breadcrumbs-list {
}
.breadcrumbs-list li {
	display: inline-block;
}
.breadcrumbs-list a,
.breadcrumbs-list li span {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 0.01em;
}
.breadcrumbs-list a {
	position: relative;
	margin-right: 36px;
	color: #fff;
	opacity: .8;
	transition: opacity .3s;
}
.breadcrumbs-list a:hover {
	opacity: 1;
}
.breadcrumbs-list a::before {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	right: -20px;
	width: 6px;
	height: 1px;
	background-color: #fff;
	background-size: 5px 1px;
}
.breadcrumbs-list a::after {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	right: -20px;
	width: 4px;
	height: 1px;
	background-color: #fff;
	transform-origin: right bottom;
	transform: rotate(40deg);
}
.breadcrumbs-list li span {
}

/* page-nation */
.page-nation {
	padding: 0 20px;
	text-align: center;
}
.page-nation a,
.page-nation .current {
	margin: 0 2px 0;
	padding: 0 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	color: #6c2488;
}
.page-nation a {
	transition: all .3s;
}
.page-nation a:hover {
	color: #8428a8;
}
.page-nation .current {
	text-decoration: underline;
}

/* page-nation-detail */
.page-nation-detail {
	position: relative;
	margin: 110px auto 0;
	text-align: center;
	font-size: 1.3rem;
}
.prev-btn {
	position: absolute;
	top: 0;
	left: 0;
}
.prev-btn a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	color: #111;
	transition: color .3s;
}
.back-btn {
}
.back-btn a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	color: #111;
	transition: color .3s;
}
.next-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.next-btn a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	color: #111;
	transition: color .3s;
}
.prev-btn a:hover,
.back-btn a:hover,
.next-btn a:hover {
	color: #6c2488;
}

/* ttl */
.sec-ttl {
	text-align: center;
}
.sec-ttl .eng {
	display: block;
	margin-bottom: 3px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 4.0rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #6c2488;
}
.sec-ttl .jpn {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* link */
.sec-link {
	position: relative;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	color: #6c2488;
}
.sec-link:hover {
	color: #6c2488;
}
.sec-link::after {
	display: block;
	content: '';
	position: absolute;
	top: -20px;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(link-circle-blue_pc.svg) 0 0 no-repeat;
	background-size: 60px 60px;
	transition: all .3s;
}
.sec-link:hover::after {
	transform: scale(0.9) rotate(45deg);
	transform-origin: center center;
}
.sec-link span {
	position: relative;
	display: inline-block;
	padding: 16px 110px 0 0;
	transition: color .3s;
}
.sec-link:hover span {
	color: #8428a8;
}
.sec-link span::before {
	display: block;
	content: '';
	position: absolute;
	top: 32px;
	right: 28px;
	width: 60px;
	height: 1px;
	background-color: #6c2488;
	transition: all .3s;
}
.sec-link:hover span::before {
	position: absolute;
	top: 32px;
	right: 23px;
	width: 65px;
}
.sec-link span::after {
	display: block;
	content: '';
	position: absolute;
	top: 32px;
	right: 28px;
	width: 8px;
	height: 1px;
	background-color: #6c2488;
	transform-origin: right bottom;
	transform: rotate(40deg);
	transition: right .3s;
}
.sec-link:hover span::after {
	position: absolute;
	top: 32px;
	right: 23px;
}

/* text */
.sec-lead p {
	margin-bottom: 30px;
	font-size: 1.5rem;
	/*line-height: 2.3;*/
}
.sec-lead p:last-child {
	margin-bottom: 0;
}

/* header
----------------------------------------- */
#header {
	position: relative;
	margin-bottom: 120px;
}
#top #header {
	margin-bottom: 0;
}
.header-logo {
	position: absolute;
	top: 75px;
	left: 80px;
	width: 320px;
	height: auto;
	z-index: 100;
}
#top .header-logo {
	opacity: 0;
	transition: all .6s;
}
#top .header-logo.fade-in {
	opacity: 1;
}

/* header-nav-pc */
.header-gnav-pc {
	position: absolute;
	top: 0;
	right: 0;
	width: 57%;
	max-width: 1000px;
	z-index: 100;
}
.header-gnav-pc-list {
	position: relative;
	display: flex;
}
#top .header-gnav-pc-list::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	opacity: .6;
}
.header-gnav-pc-list li {
	width: 20%;
}
.header-gnav-pc-list a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 160px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #fff;
	transition: background-color .3s;
}
.header-gnav-pc-list a:hover {
	background-color: rgba(255,255,255,0.1);
}
.header-gnav-pc-list a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	margin: 0;
	background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 3px);
	background-size: 2px 3px;
	background-repeat: repeat-y;
}
#top .header-gnav-pc-list a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: calc(100% - 4px);
	margin: 0;
	opacity: .6;
}
.header-gnav-pc-list .contact-btn a {
	background-color: #6c2488;
}
.header-gnav-pc-list .contact-btn a:hover {
	background-color: rgba(108,36,136,0.8);
}
.header-gnav-pc-list a span {
	position: relative;
}
.header-gnav-pc-list a:hover {
}
/*#top .header-gnav-pc-list .gnav01 span::after,
#service .header-gnav-pc-list .gnav02 span::after,
#company .header-gnav-pc-list .gnav03 span::after,
#blog .header-gnav-pc-list .gnav04 span::after,
#contact .header-gnav-pc-list .gnav05 span::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: background-color .3s;
}*/

/* page-visual-area */
.page-visual-area {
	position: relative;
	height: 600px;
}
.page-visual-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background-color: #333;
	z-index: -10;
}
.page-visual-area::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 77%;
	height: 600px;
}
.page-ttl {
	position: absolute;
	top: 270px;
	left: 13.4%;
	color: #fff;
	z-index: 10;
}
.page-ttl .eng {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 6.0rem;
	line-height: 1.2;
	letter-spacing: 0.01em;
	opacity: 0;
}
.page-ttl .eng span {
	display: inline-block;
	opacity: 0;
	margin-left: 5px;
	transition-property: margin-left, opacity;
	transition-timing-function: cubic-bezier(.12,.59,.41,.95);
	transition-duration: 0.9s;
}
.page-ttl .eng span.move {
	opacity: 1;
	margin-left: 0;
}
.page-ttl .jpn {
	display: block;
	padding-left: 2px;
	font-size: 1.4rem;
	line-height: 1.2;
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.8s;
}
.page-ttl .jpn.fade-in {
	opacity: 1;
}

/* contents
----------------------------------------- */
/* contact-sec */
.contact-sec {
	padding: 115px 20px 120px;
	background: url(contact-area-bg_pc.jpg) top center no-repeat;
	background-size: cover;
}
.contact-sec .sec-ttl {
	margin-bottom: 70px;
	color: #fff;
}
.contact-sec .sec-ttl .eng {
	color: #fff;
}
.contact-sec-inner {
	display: flex;
	align-items: center;
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 120px 80px 100px;
	background-color: #fff;
	box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.12);
}
.contact-sec-text-area {
	width: 55%;
	margin-bottom: 0;
	text-align: left;
}
.contact-sec-text-area p {
	font-size: 1.6rem;
}
.contact-sec-text-area .br-pc {
	display: inline-block;
}
.contact-sec-btn-area {
	width: 45%;
}
.contact-sec-btn-area a {
	display: block;
	padding: 28px 0;
	color: #fff;
	background-color: #6c2488;
	font-size: 1.7rem;
	text-align: center;
	transition: background-color .3s;
}
.contact-sec-btn-area a:hover {
	background-color: #111;
}


/* article-cont */
.article-cont {
	display: flex;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 100px 0 150px;
}
.detail .article-cont {
	padding: 0 100px 0 200px;
}
.article-main {
	position: relative;
	width: 68%;
	margin: 0 8% 140px 0;
	padding: 0;
}
.detail .article-main {
	width: 66%;
	margin: 0 12% 140px 0;
	padding: 0;
}
.article-area-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 10px;
	z-index: 10;
}
.article-area-list li {
	width: 46.5%;
	margin: 0;
	margin-bottom: 7%;
}
.article-area-list li:nth-child(odd) {
	margin: 0 7% 7% 0;
}
.article-area-list li:last-child {
	margin-bottom: 7%;
}
.article-area-list li a {
	display: block;
	height: 100%;
	background-color: #fff;
	transition: all .3s;
}
.article-area-list li a:hover {
	box-shadow: 0px 32px 35px rgba(0, 0, 0, 0.1);
}
.blog-list-img {
	margin-bottom: 36px;
	padding: 5px 5px 0;
}
.blog-list-info {
	position: relative;
	padding: 0 40px 40px;
}
.blog-list-ttl {
	margin-bottom: 18px;
	line-height: 1.7;
	font-size: 1.8rem;
}
.blog-list-category {
	margin-bottom: 0;
}
.blog-list-category span {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.1rem;
	color: #fff;
	background-color: #6c2488;
	border-radius: 10px;
	line-height: 21px;
	letter-spacing: 0.01em;
}
.blog-list-date {
	position: absolute;
	bottom: 43px;
	right: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #6c2488;
	text-align: right;
}

.article-side {
	width: 24%;
	margin: 10px 0 0;
	padding: 0;
}
.article-side-link {
	margin-bottom: 65px;
}
.article-side-link:last-child {
	margin-bottom: 0;
}
.article-side-link-ttl {
	margin-bottom: 25px;
	font-size: 1.5rem;
}
.article-side-link-list {
}
.article-side-link-list li {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.6;
}
.article-side-link-list li a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	transition: color .3s
}
.article-side-link-list.archives li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
.article-side-link-list li a:hover {
	color: #6c2488;
}
.article-side-link-list li a::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 1px;
	background-color: #111;
}

/* article detail */
.article-detail-cont {
	position: relative;
}
.article-detail-date {
	position: absolute;
	top: 10px;
	right: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #6c2488;
}
.article-detail-category {
	margin-bottom: 10px;
}
.article-detail-category a {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.0rem;
	color: #fff;
	background-color: #6c2488;
	border-radius: 10px;
	line-height: 20px;
	letter-spacing: 0.01em;
	transition: background-color .3s;
}
.article-detail-category a:hover {
	background-color: #4447C4;
}
.article-detail-ttl {
	margin-bottom: 24px;
	line-height: 1.8;
	font-size: 2.2rem;
}

.article-detail-body {
	margin-bottom: 50px;
}
.article-detail-body p {
	margin-bottom: 30px;
	line-height: 2.3;
	font-size: 1.5rem;
}
.article-detail-body figure {
	margin-bottom: 45px;
}
.article-detail-body p a {
	text-decoration: underline;
}
.article-detail-body p a:hover {
	text-decoration: none;
}
.article-detail-body p:last-child {
	margin-bottom: 0;
}
.article-main .page-nation-detail {
	width: 100%;
}

/* form-input-tbl */
.form-input-tbl {
	max-width: 600px;
	margin: 0 auto;
}
.form-input-tbl th {
	display: inline-block;
	width: 32%;
	margin-bottom: 30px;
	padding-top: 10px;
	font-size: 1.4rem;
	vertical-align: top;
	color: #111;
	letter-spacing: 0.07em;
}
.form-input-tbl td {
	display: inline-block;
	width: 68%;
	margin-bottom: 30px;
	font-size: 1.4rem;
	vertical-align: top;
	color: #111;
}

/* form */
.input-text {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 3px 8px;
	background-color: #eee;
	color: #111;
	vertical-align: middle;
	font-size: 1.3rem;
}
.textarea {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	padding: 7px 8px;
	background-color: #eee;
	font-size:  1.3rem;
	line-height: 2.2;
}
.input-select {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	width: 16em;
	height: 40px;
	margin-right: 5px;
	padding: 7px 8px;
	background-color: #eee;
	color: #111;
	font-size: 1.3rem;
	line-height: 1.6;
	vertical-align: middle;
}
.radio-about {
	display: inline-block;
	margin-top: 10px;
}
.input-radio {
	padding-top: 20px;
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	color: #111;
	line-height: 1.6;
}
.input-radio .wpcf7-list-item {
	display: block;
	margin: 0 0 3px 0;
}
.submit-btn-wrapper {
	box-sizing: border-box;
	max-width: 600px;
	margin: 0 auto;
}
.submit-btn {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	display: block;
	width: 	200px;
	margin: 55px auto 0;
	padding: 20px 0;
	background-color: #6c2488;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all .3s;
	border-style: none;
}
.submit-btn:hover {
	background-color: #4447C4;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
	border: 1px solid #ccc;
	outline: 0;
}
input[type="submit"]:focus,
button[type="submit"]:focus {
	background-color: #4447C4;
	color: #fff;
	outline: 0;
}
.required-input-mark {
	color: #ff0000;
	font-size: 1.3rem;
}
.form-alert-text {
	width: 600px;
	margin: 0 auto 45px;
	font-size: 1.4rem;
	line-height: 2.0;
	text-align: left;
}
.form-sub-text {
	padding-top: 10px;
	font-size: 1.3rem;
	line-height: 1.4;
}
.contact-body-lead {
	width: 600px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 2.0;
	text-align: left;
}
.acknowledgment-check {
	font-size: 1.4rem;
	line-height: 2.0;
	text-align: center;
}
.acknowledgment-check a {
	text-decoration: underline;
}
.acknowledgment-check a:hover {
	text-decoration: none;
}
span.wpcf7-list-item {
	margin-left: 0;
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	padding: 70px 80px 30px;
	background-color: #fff;
}
.page-top {
	position: absolute;
	top: 120px;
	right: 80px;
	display: block;
	width: 50px;
	height: 60px;
}
.page-top::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(page-top_bg.svg) 0 0 no-repeat;
	background-size: 50px 50px;
	transition: all .3s;
}
.page-top:hover::after {
	transform: scale(0.9) rotate(45deg);
	transform-origin: center center;
}
.page-top span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.page-top span::before {
	display: block;
	content: '';
	position: absolute;
	top: 23px;
	right: 25px;
	width: 1px;
	height: 40px;
	background-color: #6c2488;
	transition: all .3s;
}
.page-top:hover span::before {
	position: absolute;
	top: 18px;
	right: 25px;
	width: 1px;
	height: 45px;
}
.page-top span::after {
	display: block;
	content: '';
	position: absolute;
	top: 23px;
	right: 17px;
	width: 8px;
	height: 1px;
	background-color: #6c2488;
	transform-origin: left top;
	transform: rotate(50deg);
	transition: all .3s;
}
.page-top:hover span::after {
	position: absolute;
	top: 18px;
	right: 17px;
}
.footer-inner {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.footer-right {
	position: relative;
	width: calc(100% - 320px);
	margin: 0;
	text-align: right;
}
.footer-gnav {
	margin-bottom: 40px;
	text-align: right;
}
.footer-gnav li {
	position: relative;
	display: inline-block;
	margin: 0 28px 0 0;
	padding: 12px 28px 14px 0;
}
.footer-gnav li:last-child {
	margin: 0;
	padding-right: 0;
}
.footer-gnav li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to bottom, #6c2488, #6c2488 1px, transparent 1px, transparent 3px);
	background-size: 2px 3px;
	background-repeat: repeat-y;
}
.footer-gnav li:last-child::after {
	display: none;
}
.footer-gnav a {
	position: relative;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
	color: #6c2488;
	transition: opacity .3s;
}
.footer-gnav a:hover {
	opacity: .6;
}
.footer-gnav .contact-btn a {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.04em;
	color: #6c2488;
	background-color: transparent;
	text-align: left;
}
#top .footer-gnav .fnav01 a::after,
#service .footer-gnav .fnav02 a::after,
#company .footer-gnav .fnav03 a::after,
#blog .footer-gnav .fnav04 a::after {
	display: none;
}
#top .footer-gnav .fnav01 a,
#service .footer-gnav .fnav02 a,
#company .footer-gnav .fnav03 a,
#blog .footer-gnav .fnav04 a,
#contact .footer-gnav .fnav05 a {
	color: #B3B3C9;
}
.be-kobe-logo {
	display: inline-block;
	/*width: 90px;*/
	height: auto;
}
.footer-left {
	width: 320px;	
}
.footer-logo {
	width: 320px;
	height: auto;
	margin-top: 90px;
}
.footer-copyright {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	letter-spacing: 0.08em;
	color: #999;
	line-height: 1.4;
	transform: scale(0.9);
	transform-origin: center top;
	white-space: nowrap;
	text-align: center;
}



} /* pc end */














































/* PC:1201px - */
@media only screen and (min-width: 1201px) {

} /* pc end */









