@import url(../css/destyle.css);

/* color
--------------------------------------------------*/

/* layout
--------------------------------------------------*/

/* font
--------------------------------------------------*/

/* animation
--------------------------------------------------*/

/* layer index
--------------------------------------------------*/

/* 横並び要素の横幅を求める
--------------------------------------------------*/

/* media query
--------------------------------------------------*/

/* 擬似要素
--------------------------------------------------*/

/* color
--------------------------------------------------*/

/* layout
--------------------------------------------------*/

/* font
--------------------------------------------------*/

/* animation
--------------------------------------------------*/

/* common - 全体に共通するスタイル
--------------------------------------------------*/

html,
body {
	padding: 0;
}

body {
	background: #f3f3f3;
	color: #3e3e3e;
	font-family: "Montserrat", "Helvetica Neue", "Segoe UI", "Arial", "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

a {
	color: #3e3e3e;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

/* layout
--------------------------------------------------*/

.inner {
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

/* section
--------------------------------------------------*/

.sect-ttl {
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 63px;
	text-align: center;
}

/* hidden - 端末ごとの非表示
--------------------------------------------------*/

/* color
--------------------------------------------------*/

._cr-bg-tone {
	background-color: #3e3e3e;
}

/* btn
--------------------------------------------------*/

.btn {
	display: inline-block;
}

.btn ._bc-color {
	background-color: #ffaa3b;
	border-radius: 10px;
	box-shadow: #3E3E3E33 0px 3px 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 11px 51px;
	transition: background-color 0.3s;
}

.btn ._bc-transparent {
	border: transparent 1px solid;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 16px 77px;
	transition: background-color 0.3s;
}

/* テキストのアンダーライン
--------------------------------------------------*/

.footer-nav-link::after,
.header-nav-link::after {
	background-color: #3e3e3e;
	content: "";
	display: inline-block;
	height: 2px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 70%;
	transform: translateX(-50%);
	transition: opacity 0.3s;
	width: 110%;
}

.access {
	position: relative;
}

.access.sect {
	margin-top: 0;
}

.access .bc-primary-area {
	background-color: #3e3e3e;
	position: absolute;
	top: 0;
	z-index: -10;
}

.access .inner {
	padding-top: 120px;
}

.access-container {
	color: #fff;
	text-align: left;
}

.access-container .sect-ttl {
	margin-bottom: 60px;
	padding-top: 3px;
	text-align: left;
}

.access-maps {
	box-shadow: rgba(62, 62, 62, 0.2) 0 0 10px;
}

.access-iframe {
	padding-top: 71.62534%;
	position: relative;
}

.access-iframe iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.btn-maps-wrap {
	text-align: center;
}

.btn-maps {
	margin-top: 27px;
	text-align: center;
}

.btn-maps a {
	color: #fff;
}

.btn-maps ._bc-transparent {
	border-color: #fff;
	padding-left: 67px;
	padding-right: 67px;
}

.comments {
	position: relative;
}

.comments .bc-primary-area {
	background-color: #3e3e3e;
	padding-top: 576px;
	position: absolute;
	top: 148px;
	width: 76.5625%;
	z-index: -10;
}

.comments-wrap {
	align-items: center;
}

.comments-contents-area {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0 0 10px;
	padding: 124px 60px 122px;
}

.comments-contents-area .sect-ttl {
	margin-bottom: 60px;
	text-align: left;
}

.comments-item {
	display: flex;
	justify-content: space-between;
}

.comments-item + .comments-item {
	margin-top: 60px;
}

.comments-item-txt {
	margin-left: 20px;
}

.contact {
	background: url(../img/contact-bg.png) center center/cover no-repeat;
}

.contact .inner {
	padding-bottom: 60px;
	padding-top: 60px;
}

.form-container {
	background-color: #fff;
	border-radius: 12px;
	margin: 0 auto;
	max-width: 960px;
}

.form-header {
	background: url(../img/contact1.png) center center/cover no-repeat;
	color: #fff;
	padding: 64px 20px 55px;
}

.form-header .sect-ttl {
	margin-bottom: 15px;
}

.contact-header-txt {
	text-align: center;
}

.contact-list {
	font-size: 16px;
}

.contact-item + .contact-item {
	margin-top: 38px;
}

.contact-item + .contact-item.contact-item--radio {
	margin-top: 30px;
}

.contact-item + .contact-item.contact-item--message {
	margin-top: 24px;
}

.contact-item input[type="text"],
.contact-item input[type="email"] {
	border: none;
	border-bottom: solid 1px #3e3e3e;
	border-radius: 0;
	color: #3e3e3e;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .03em;
	padding: 3px 12px 2px;
	position: relative;
	width: 100%;
}

.contact-item input[type="text"]:hover,
.contact-item input[type="text"]:focus {
	border-color: #4973ff;
	outline: none;
}

.contact-item input[type="email"]:hover,
.contact-item input[type="email"]:focus {
	border-color: #4973ff;
	outline: none;
}

.contact-item input[type="text"]:hover + .contact-focusLine,
.contact-item input[type="text"]:focus + .contact-focusLine {
	opacity: 1;
}

.contact-item input[type="email"]:hover + .contact-focusLine,
.contact-item input[type="email"]:focus + .contact-focusLine {
	opacity: 1;
}

.contact-item input[type="radio"] {
	display: none;
	vertical-align: text-top;
}

.contact-item select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border: solid 1px #3e3e3e;
	border-radius: 0;
	color: #3e3e3e;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 34px 0 8px;
	transition: box-shadow .2s;
}

.contact-item select::-ms-expand {
	display: none;
}

.contact-item textarea {
	border: solid 1px #3e3e3e;
	border-radius: 0;
	font-size: 16px;
	height: 160px;
	margin-top: 3px;
	outline: none;
	padding: .5em;
	resize: vertical;
	transition: .2s;
	width: 100%;
}

.contact-item textarea:focus {
	border-color: #4973ff;
	box-shadow: 0 0 4px #4973ff;
}

.contact-inputBox {
	position: relative;
}

.contact-selectBox {
	position: relative;
}

.contact-selectBox:after {
	border-bottom: solid 2px #3e3e3e;
	border-right: solid 2px #3e3e3e;
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	right: 16px;
	top: 14px;
	transform: rotate(45deg);
	width: 8px;
}

.contact-focusLine {
	bottom: 1px;
	box-shadow: 0 2px 4px rgba(73, 115, 255, 0.6);
	display: block;
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .2s;
	width: 100%;
}

.contact-itemTtl {
	align-items: center;
	display: flex;
	flex: 0 0 188px;
	font-weight: bold;
}

.contact-requireLabel {
	background: #ff4646;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	margin-left: 12px;
	padding: 0;
	text-align: center;
	width: 40px;
}

.contact-privacy {
	display: inline-block;
}

.contact-privacyLabel {
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding-left: 38px;
	position: relative;
}

.contact-privacyLabel:before {
	background: #fff;
	border: solid 1px #3e3e3e;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 2px;
	transition: 0.2s;
	width: 16px;
}

.contact-privacyLabel:after {
	border-bottom: solid 2px #4973ff;
	border-left: solid 2px #4973ff;
	content: '';
	display: block;
	height: 6px;
	left: 2px;
	opacity: 0;
	position: absolute;
	top: 6px;
	transform: rotate(-45deg);
	transition: 0.2s;
	width: 12px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked + .contact-privacyLabel:after {
	opacity: 1;
}

.contact-radio {
	display: inline-block;
	padding: 0;
}

.contact-radioLabel {
	padding-left: 22px;
	position: relative;
}

.contact-radioLabel:before {
	background: #fff;
	border: solid 1px #3e3e3e;
	border-radius: 50%;
	content: '';
	display: block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 2px;
	transition: 0.2s;
	width: 12px;
}

.contact-radioLabel:after {
	background: #4973ff;
	border-radius: 50%;
	content: '';
	display: block;
	height: 6px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 5px;
	transition: 0.2s;
	width: 6px;
}

input[type="radio"]:checked + .contact-radioLabel:after {
	opacity: 1;
}

.contact-button {
	background-color: #ffaa3b;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 48px;
	letter-spacing: .025em;
	line-height: 48px;
	margin-top: 38px;
	text-align: center;
	transition: background-color .2s;
	width: 174px;
}

.contact-button:disabled {
	background-color: #b2b2b2;
}

.footer {
	background-color: #3e3e3e;
	padding: 52px 0 60px;
}

.footer .inner {
	position: relative;
}

.footer-sns-list {
	display: flex;
}

.footer-sns-item + .footer-sns-item {
	margin-left: 33px;
}

.fa-fw {
	width: 100%;
}

.footer-sns-link {
	color: #fff;
	font-size: 35px;
	opacity: .6;
	transition: opacity 0.3s;
}

.footer-nav-list {
	margin-top: 29px;
}

.footer-nav-item + .footer-nav-item {
	margin-top: 16px;
}

.footer-nav-link {
	color: #fff;
	display: inline;
	font-size: 16px;
	opacity: .6;
	position: relative;
}

.footer-nav-link::after {
	background-color: #fff;
	top: 110%;
}

.footer-nav-link:hover::after {
	opacity: 0.7;
}

.footer-company {
	color: #E3E3E3;
	font-size: 40px;
	font-weight: bold;
	padding-top: 4px;
	text-align: end;
}

.footer-copyright {
	color: #fff;
	font-size: 12px;
	letter-spacing: -0.04em;
	margin-top: 1px;
	opacity: .6;
	text-align: end;
}

.to-top {
	background: url(../img/totop.svg) 100% 100%;
	bottom: 42px;
	display: inline-block;
	height: 50px;
	position: fixed;
	right: 40px;
	width: 50px;
	z-index: 100;
}

.faqs {
	background: url(../img/qa-bg.png) center center/cover no-repeat;
}

.qa-item {
	background-color: #fff;
	border-radius: 4px;
	margin-left: auto;
	max-width: 612px;
	padding: 16px 16px 15px;
}

.qa-item + .qa-item {
	margin-top: 33px;
}

.accordion-head {
	align-items: center;
	cursor: pointer;
	display: flex;
	position: relative;
}

.accordion-q {
	background-color: #3B69FF;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
}

.accordion-head-txt {
	margin-left: 16px;
}

.accordion-icon {
	background: transparent url(../img/plus.svg) no-repeat top center/contain;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
}

.accordion-icon._open {
	background: transparent url(../img/minus.svg) no-repeat top center/contain;
	height: 3px;
}

.accordion-body {
	background-color: rgba(59, 105, 255, 0.2);
	border-radius: 4px;
	display: none;
	line-height: 1.78;
	margin-top: 16px;
	padding: 12px 16px 12px;
}

.qa-item + .qa-item .accordion-body {
	margin-top: 12px;
}

.accordion-body-in {
	font-size: 14px;
}

.accordion-body-open {
	display: block;
}

.header {
	background-color: #FFFFFF1A;
	height: 83px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
}

.header-container {
	height: 100%;
	width: 100%;
}

.drawer--right .header-container .drawer-hamburger {
	display: none;
}

.header-logo {
	font-size: 23px;
	font-weight: bold;
	line-height: 68px;
}

.drawer-hamburger-icon {
	background-color: #333;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}

.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
	background-color: #333;
}

.drawer-open .drawer-hamburger-icon::before,
.drawer-open .drawer-hamburger-icon::after {
	background-color: #fff;
}

.header-nav-list {
	transition: color 0.3s;
}

.header-nav-item {
	letter-spacing: 0.05em;
	transition: border 0.3s;
}

.drawer-hamburger {
	padding-top: 22px;
}

.drawer-hamburger-icon:before {
	top: -8px;
}

.drawer-hamburger-icon:after {
	top: 8px;
}

.header-nav-link {
	position: relative;
}

.header-nav-link:hover::after {
	opacity: 0.7;
}

.news {
	margin-bottom: 21px;
}

.news-container {
	background-color: #fff;
	box-shadow: #3e3e3e 0px 5px 12px;
	padding: 64px 60px 40px;
}

.news-item {
	border-bottom: #CECDCD 1px solid;
	border-top: #CECDCD 1px solid;
	padding: 39px 0;
	transition: background-color 0.3s;
}

.news-item + .news-item {
	border-top: none;
}

.news-item-link {
	align-items: center;
}

.news-item-meta {
	display: flex;
}

.news-item-data {
	font-size: 18px;
	letter-spacing: .5px;
}

.news-item-tag {
	border: #3B69FF 2px solid;
	border-radius: 50px;
	font-size: 14px;
	margin-left: 39px;
	padding: 2px 0;
	text-align: center;
}

.news-item-body {
	flex: 0 1 100%;
	position: relative;
}

.news-item-txt {
	font-size: 18px;
	letter-spacing: 1.3px;
	padding-right: 80px;
}

.news-item-txt::after {
	background: url(../img/news-arrow.svg) center center/100% no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	width: 20px;
}

.news-footer {
	margin-top: 42px;
	text-align: center;
}

.news-btn ._bc-transparent {
	border-color: #707070;
}

.news-btn ._bc-transparent:hover {
	background-color: #3e3e3e;
	color: #fff;
}

.price .inner {
	padding-top: 3px;
}

.price-table {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

table {
	border: #707070 1px solid;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table th,
table td {
	border: #707070 1px solid;
}

th {
	background-color: #3e3e3e;
	color: #fff;
	font-size: 24px;
	padding: 14px 0;
	text-align: center;
	width: 27.29167%;
}

td {
	background-color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 14px 40px;
}

.price-precautionary-statement {
	font-size: 12px;
	margin-top: 9px;
	padding: 0 2px;
}

.results {
	background: linear-gradient(to right, transparent 40px, #3e3e3e 40px);
}

.results .inner {
	padding: 63px 0 60px 100px;
}

.results .sect-ttl {
	color: #fff;
}

.slide-body {
	background-color: #fff;
	padding: 12px 16px 18px;
	text-align: left;
}

.slide-ttl {
	font-size: 20px;
	font-weight: bold;
}

.slide-txt {
	letter-spacing: -0.11em;
	line-height: 1.4;
	margin-top: 6px;
}

.results-footer {
	margin-top: 37px;
}

.btn.results-btn ._bc-transparent {
	border-color: #fff;
	color: #fff;
}

/* swipper
--------------------------------------------------*/

.swiper-slide {
	background: #fff;
	font-size: 18px;
	text-align: center;
}

.swiper-pagination-bullet {
	background-color: #fff;
	height: 12px;
	width: 12px;
}

.swiper-pagination {
	position: initial;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	margin-top: 39px;
	text-align: left;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin-left: 16px;
	opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
	margin-left: 4px;
}

.swiper-pagination-bullet-active {
	position: relative;
}

.swiper-pagination-bullet-active::before {
	border: #fff 1px solid;
	border-radius: 50%;
	content: "";
	height: 20px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 20px;
}

.service {
	background: linear-gradient(#3e3e3e 81%, transparent 19%);
}

.service .inner {
	padding-top: 63px;
}

.service .sect-ttl {
	color: #fff;
}

.service-container {
	background-color: #fff;
	box-shadow: #3e3e3e 0 5px 12px;
	margin: 0 auto;
	max-width: 960px;
}

.service-item:first-child .service-header {
	padding-top: 11px;
}

.service-item:first-child .service-header .service-name {
	margin-top: 14px;
}

.service-header {
	padding-top: 16px;
	text-align: center;
}

.service-name {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-top: 21px;
}

.service-body {
	margin-top: 11px;
}

.service-txt {
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

.top {
	background: url(../img/mv.png) 100% 100%/cover no-repeat;
	height: 565px;
	margin-top: 83px;
}

.top-container {
	height: 100%;
	margin-left: auto;
	padding-top: 146px;
}

.top-message-ttl {
	font-size: 32px;
	font-weight: bold;
}

.top-message-txt {
	font-size: 18px;
	font-weight: bold;
	margin-top: 29px;
}

.contact-btn {
	display: inline-block;
	margin-top: 37px;
}

@media (min-width: 768px) and (max-width: 1247px) {

.inner {
	padding-left: 24px;
	padding-right: 24px;
}

._hidden-tab {
	display: none;
}

.btn-maps {
	margin-top: 35px;
}

.comments-contents-area {
	padding: 84px 40px 84px;
}

.contact.sect {
	margin-top: 0;
}

.news-item {
	padding: 25px 0;
}

.news-item-body {
	margin-top: 20px;
}

.results {
	background: linear-gradient(to right, transparent 24px, #3e3e3e 24px);
}

.top {
	background-position: 30% 100%;
}

}

@media (min-width: 768px) {

.sect {
	margin-top: 119px;
}

._hidden-md {
	display: none;
}

.btn-maps ._bc-transparent:hover {
	background-color: #fff;
	color: #3e3e3e;
}

.comments.sect {
	margin-top: 116px;
}

.comments-wrap {
	display: flex;
}

.comments-item-img {
	flex: 0 0 18.31502%;
}

.comments-item-txt {
	flex: 0 0 75.82418%;
}

.comments-img {
	flex: 0 0 44.5%;
}

.contact-content {
	padding: 60px 120px 60px;
}

.contact-list {
	font-size: 16px;
}

.contact-item:not(.mod-message) {
	display: flex;
}

.contact-item input[type="text"],
.contact-item input[type="email"] {
	font-size: 16px;
}

.contact-item select {
	letter-spacing: 0.1em;
	width: 178px;
}

.contact-item select:hover {
	box-shadow: 0 0 4px #4973ff;
}

.contact-item textarea {
	font-size: 21px;
	height: 200px;
}

.contact-item textarea:hover {
	border-color: #4973ff;
	box-shadow: 0 0 4px #4973ff;
}

.contact-inputBox {
	flex: 0 1 100%;
}

.contact-requireLabel {
	font-size: 12px;
	margin-left: 12px;
	padding: 0;
}

.contact-privacy {
	margin-top: 29px;
}

.contact-privacyLabel {
	font-size: 18px;
	padding-left: 42px;
}

.contact-privacyLabel:before {
	height: 20px;
	width: 20px;
}

.contact-privacyLabel:hover::before {
	border-color: #4973ff;
	box-shadow: 0 0 4px #4973ff;
}

.contact-privacyLabel:active::before {
	background-color: rgba(73, 115, 255, 0.2);
	box-shadow: none;
}

.contact-privacyLabel:after {
	left: 4px;
	top: 8px;
}

.contact-radio + .contact-radio {
	margin-left: 32px;
}

.contact-radioLabel:before {
	height: 12px;
	top: 3px;
	width: 12px;
}

.contact-radioLabel:hover::before {
	border-color: #4973ff;
	box-shadow: 0 0 4px #4973ff;
}

.contact-radioLabel:active::before {
	background-color: rgba(73, 115, 255, 0.2);
	box-shadow: none;
}

.contact-radioLabel:after {
	left: 3px;
	top: 6px;
}

.contact-button:not(:disabled):hover {
	background-color: #f18900;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 960px;
}

.footer-sns-link:hover {
	opacity: 0.7;
}

.faqs.sect {
	margin-top: 120px;
}

.faqs .inner {
	padding-bottom: 121px;
	padding-top: 63px;
}

.header-container {
	align-items: center;
	display: flex;
	justify-content: center;
}

.header-nav-list {
	display: flex;
}

.header-nav-item {
	height: 83px;
	line-height: 83px;
}

.header-nav-item + .header-nav-item {
	margin-left: 35px;
}

.news-item:hover {
	background-color: #ECF1FF;
}

.news-item:hover .news-item-tag {
	background-color: #fff;
}

.news-item-meta {
	flex: 0 0 260px;
}

.news-item-data {
	flex: 0 0 100px;
}

.news-item-tag {
	flex: 0 0 120px;
}

.news-item-txt::after {
	top: 50%;
	transform: translateY(-50%);
}

.price.sect {
	margin-top: 121px;
}

table th,
table td {
	padding-bottom: 9px;
}

.results .inner {
	margin: 0;
	max-width: 100%;
}

.results .sect-ttl {
	text-align: left;
}

.swiper-slide {
	width: 400px !important;
}

.slide-body {
	width: 400px;
}

.btn.results-btn ._bc-transparent:hover {
	background-color: #fff;
	color: #3e3e3e;
}

.service-list {
	display: flex;
}

.service-item {
	flex: 0 0 33.33333%;
	padding: 60px 45px 62px;
}

.top-container {
	width: 600px;
}

.contact-btn ._bc-color:hover {
	background-color: #F18900;
}

}

@media (min-width: 1200px) {

._hidden-pc {
	display: none;
}

.access .bc-primary-area {
	height: 504px;
	width: 980px;
}

.access-wrap {
	display: flex;
	position: relative;
}

.access-container {
	flex: 0 0 39.5%;
	padding-left: 60px;
}

.access-maps {
	flex: 0 0 60.5%;
}

.btn-maps {
	left: 100px;
	position: absolute;
	top: 46%;
}

.comments-contents-area {
	flex: 0 0 55.5%;
}

.contact.sect {
	margin-top: 120px;
}

.news-item-link {
	display: flex;
	padding-right: 15px;
}

.news-item-body {
	margin-left: 40px;
}

}

@media (max-width: 1247px) {

._hidden-sm {
	display: none;
}

.access {
	background-color: #3e3e3e;
}

.access .inner {
	padding-bottom: 61px;
	padding-top: 42px;
}

.access-container .sect-ttl {
	margin-bottom: 39px;
}

.access-maps {
	margin-top: 18px;
}

.comments .bc-primary-area {
	padding-top: 114%;
	top: 12%;
	width: 100%;
}

.qa-item {
	margin: 0 auto;
	padding: 16px;
}

}

@media (max-width: 767px) {

.inner {
	padding-left: 16px;
	padding-right: 16px;
}

.sect-ttl {
	font-size: 30px;
	margin-bottom: 43px;
}

._hidden-sp {
	display: none;
}

.btn ._bc-color {
	letter-spacing: -0.1em;
	padding-left: 30px;
	padding-right: 30px;
}

.btn ._bc-transparent {
	padding: 11px 94px;
}

.access-address {
	font-size: 14px;
}

.btn-maps {
	margin-top: 19px;
	width: 100%;
}

.btn-maps ._bc-transparent {
	padding-left: 20px;
	padding-right: 20px;
}

.comments {
	margin-top: 56px;
	padding-bottom: 61px;
}

.comments-contents-area {
	padding: 44px 20px 37px;
}

.comments-contents-area .sect-ttl {
	margin-bottom: 38px;
}

.comments-item + .comments-item {
	margin-top: 36px;
}

.comments-item-img {
	flex: 0 0 60px;
	padding-top: 5px;
}

.comments-item-txt {
	font-size: 14px;
	line-height: 1.49;
}

.contact .inner {
	padding-bottom: 40px;
	padding-top: 40px;
}

.form-header {
	padding: 44px 16px 35px;
}

.form-header .sect-ttl {
	margin-bottom: 12px;
}

.contact-header-txt {
	-moz-text-align-last: left;
	font-size: 14px;
	text-align-last: left;
}

.contact-content {
	padding: 36px 12px 38px;
}

.contact-item + .contact-item {
	margin-top: 30px;
}

.contact-item input[type="text"],
.contact-item input[type="email"] {
	font-size: 14px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1px;
}

.contact-item select {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

.contact-item textarea {
	margin-top: 10px;
}

.contact-inputBox {
	margin-top: 4px;
}

.contact-item--radio .contact-inputBox {
	margin-top: 7px;
}

.contact-selectBox {
	margin-top: 12px;
}

.contact-requireLabel {
	margin-left: 20px;
}

.contact-privacy {
	margin-top: 24px;
}

.contact-privacyLabel:before {
	height: 18px;
	width: 18px;
}

.contact-privacyLabel:after {
	left: 3px;
}

.contact-radio + .contact-radio {
	margin-left: 32px;
}

.contact-button {
	font-size: 16px;
	margin: 32px auto 0;
	padding: 0 1.5em;
	width: 165px;
}

.footer {
	padding-bottom: 55px;
}

.footer-sns-list {
	justify-content: center;
}

.footer-sns-item + .footer-sns-item {
	margin-left: 52px;
}

.footer-nav-list {
	text-align: center;
}

.footer-nav-link {
	font-size: 14px;
}

.footer-content-right {
	margin-top: 27px;
}

.footer-company {
	font-size: 32px;
	text-align: center;
}

.footer-copyright {
	margin-top: 5px;
	text-align: center;
}

.to-top {
	bottom: 14px;
	right: 16px;
}

.faqs .inner {
	padding-bottom: 60px;
	padding-top: 44px;
}

.qa-item + .qa-item {
	margin-top: 24px;
}

.accordion-head-txt {
	font-weight: normal;
}

.accordion-body {
	line-height: 1.4;
	padding: 10px 12px;
}

.header {
	height: 68px;
}

.drawer--right .header-container .drawer-hamburger {
	display: block;
}

.drawer-nav {
	height: 660px;
	padding-top: 138px;
	width: 300px;
}

.drawer--right .drawer-nav {
	right: -300px;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 300px;
}

.header-nav {
	background-color: #fff;
	padding: 158px 0 0;
}

.header-nav-item + .header-nav-item {
	margin-top: 27px;
}

.header-nav-link {
	color: #3e3e3e;
	font-size: 18px;
	text-align: center;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	border-radius: 3px;
	height: 4px;
	width: 29px;
}

.news-container {
	padding: 44px 0 40px;
	transform: translateY(-39px);
}

.news-container .sect-ttl {
	margin-bottom: 42px;
}

.news-item {
	padding: 15px 16px 6px;
}

.news-item-data {
	font-size: 14px;
}

.news-item-tag {
	font-size: 12px;
	line-height: 17px;
	margin-left: 22px;
	padding: 0 13px;
}

.news-item-body {
	margin-top: 7px;
}

.news-item-txt {
	font-size: 14px;
	letter-spacing: 0.04em;
	padding-right: 35px;
}

.news-item-txt::after {
	top: 4px;
}

.price .inner {
	padding-top: 44px;
}

th {
	font-size: 20px;
	padding: 12px 0;
	width: 29%;
}

td {
	font-size: 20px;
	padding: 12px 20px;
}

.price-precautionary-statement {
	margin-top: 5px;
}

.results {
	background-color: #3e3e3e;
}

.results .inner {
	padding: 44px 0 40px;
}

.swiper-wrapper {
	padding-left: 16px;
}

.swiper-slide {
	width: 275px !important;
}

.slide-body {
	padding: 9px 12px 11px;
	width: 275px;
}

.slide-ttl {
	font-size: 14px;
}

.slide-txt {
	font-size: 12px;
	letter-spacing: -0.078em;
	line-height: 1.4;
	margin-top: 4px;
}

.results-footer {
	margin-top: 21px;
	text-align: center;
}

.btn.results-btn ._bc-transparent {
	padding-left: 90px;
	padding-right: 90px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	margin-top: 23px;
	text-align: center;
}

.service {
	background: linear-gradient(#3e3e3e 59.2%, transparent 40.8%);
	margin-bottom: 60px;
}

.service .inner {
	padding-top: 44px;
}

.service-list {
	padding-bottom: 35px;
	padding-top: 40px;
}

.service-item {
	padding: 0 17px;
}

.service-item + .service-item {
	margin-top: 35px;
}

.service-item:first-child .service-header .service-name {
	margin-top: 15px;
}

.service-name {
	line-height: 1.3;
	margin-top: 22px;
}

.service-body {
	margin-top: 15px;
}

.top {
	background-position: 23% 99%;
	background-size: 352%;
	height: 599px;
	margin-top: 68px;
}

.top-inner {
	position: relative;
}

.top-container {
	padding-top: 154px;
}

.top-message-ttl {
	font-size: 24px;
	line-height: 1.7;
}

.top-message-txt {
	font-size: 14px;
	margin-top: 20px;
}

.contact-btn-wrap {
	text-align: center;
}

.contact-btn {
	margin-top: 25px;
}

}

