﻿@charset "UTF-8";
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin: 0;
	padding: 0;
}
[data-wpr-lazyrender] {
	content-visibility: visible !important;
}
/*=======================================================
    font
========================================================*/
.yu-mincho {
	font-family: "Yu Mincho", "YuMincho";
}
.font_en {
	font-family:
		Copperplate,
		Copperplate Gothic Light,
		fantasy;
}
/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
html {
	font-size: 62.5%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	html {
		font-size: 52.5%;
	}
}
body {
	font-size: 1.4rem;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #2e2d2d;
	font-family: "Noto Sans JP", sans-serif;
}
a {
	transition: all 0.3s ease 0s;
	color: #000;
}
a:hover {
	color: #ff7817;
}
a.link::before {
	font-family: FontAwesome;
	content: "\f35d";
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.tab {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.tab {
		display: none;
	}
}
@media screen and (min-width: 606px) and (max-width: 767px) {
	.tab {
		display: block !important;
	}
}
.clearfix {
	*zoom: 1;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
a img {
	transition: all 0.3s ease 0s;
}
a img:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
.link {
	color: #000;
	text-decoration: none;
}
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.mrgT5 {
	margin-top: 5px;
}
.mrgT10 {
	margin-top: 10px;
}
.mrgT15 {
	margin-top: 15px;
}
.mrgT20 {
	margin-top: 20px;
}
.mrgT25 {
	margin-top: 25px;
}
.mrgT30 {
	margin-top: 30px;
}
.mrgT40 {
	margin-top: 40px;
}
.mrgT50 {
	margin-top: 50px;
}
.mrgT60 {
	margin-top: 60px;
}
.mrgT70 {
	margin-top: 70px;
}
.mrgB5 {
	margin-bottom: 5px;
}
.mrgB10 {
	margin-bottom: 10px;
}
.mrgB15 {
	margin-bottom: 15px;
}
.mrgB20 {
	margin-bottom: 20px;
}
.mrgB25 {
	margin-bottom: 25px;
}
.mrgB30 {
	margin-bottom: 30px;
}
.mrgB40 {
	margin-bottom: 40px;
}
.mrgB50 {
	margin-bottom: 50px;
}
.mrgB60 {
	margin-bottom: 60px;
}
.mrgB70 {
	margin-bottom: 70px;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.fontBold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.f12 {
	font-size: 1.2rem;
}
.f14 {
	font-size: 1.4rem;
}
.f16 {
	font-size: 1.6rem;
}
.f18 {
	font-size: 1.8rem;
}
.red {
	color: #c1272d;
}
.marker {
	background: linear-gradient(transparent 60%, #ffe800 60%);
	font-weight: bold;
}
/*=======================================================

    header

========================================================*/
#container {
	/*　上に上がる動き　*/
	/*　下に下がる動き　*/
}
@media screen and (max-width: 767px) {
	#container {
		overflow: hidden;
	}
}
#container #header {
	position: relative;
	z-index: 100;
	/*fixedで上部固定*/
}
@media screen and (max-width: 768px) {
	#container #header {
		height: 70px;
	}
}
#container #header.UpMove .head {
	padding: 0;
}
#container #header.UpMove .sub {
	display: none;
}
#container #header.UpMove nav {
	margin-top: 0;
	padding-bottom: 10px;
}
@keyframes UpAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100px);
	}
}
#container #header.DownMove {
	animation: DownAnime 0.5s forwards;
	padding: 0;
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#container .login_on {
	background: #2962ce;
	padding: 10px 20px;
	color: #fff;
	text-align: right;
}
#container .login_on p {
	animation: flash 2s linear infinite;
}
#container .login_on p i {
	margin-right: 10px;
}
@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
#container header {
	width: 100%;
}
#container header .login_on {
	background: #2962ce;
	padding: 10px 20px;
	color: #fff;
	text-align: right;
}
#container header .login_on i {
	margin-right: 10px;
}
#container header.is-fixed {
	position: fixed;
	background: #fff !important;
	animation: nyuru 0.5s;
	position: fixed !important;
	z-index: 100;
	top: 0;
}
#container header.is-fixed .head .flex .info .tit {
	display: none;
}
/*
#container header.is-fixed nav.pc .gnav > li:first-child {
 padding: 5px 30px 5px 0;
 background: 0;
 border-right: 1px solid #cccccc;
}
#container header.is-fixed nav.pc .gnav > li:first-child::after {
 content: "";
 background-color: #000;
 display: inline-block;
 height: 1rem;
 width: 1rem;
 -webkit-mask: url(../../../../../../../../themes/bssp/img/common/chevron-up-solid.svg);
 mask: url(../../../../../../../../themes/bssp/img/common/chevron-up-solid.svg);
 -webkit-mask-size: cover;
 mask-size: cover;
 vertical-align: middle;
 position: absolute;
 right: 10px;
 top: 8px;
}
#container header.is-fixed nav.pc .gnav > li:first-child:hover::after {
 content: "";
 background-color: #000;
 display: inline-block;
 height: 1rem;
 width: 1rem;
 -webkit-mask: url(../../../../../../../../themes/bssp/img/common/chevron-down-solid.svg);
 mask: url(../../../../../../../../themes/bssp/img/common/chevron-down-solid.svg);
 -webkit-mask-size: cover;
 mask-size: cover;
 vertical-align: middle;
}
*/
#container header.is-fixed nav.pc .gnav > li ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	display: flex;
}
#container header.is-fixed nav.pc .gnav > li:hover ul {
	visibility: visible;
	opacity: 1;
	padding: 0;
	margin: 0;
}
/*#container header.is-fixed nav.pc .sub_nav {
 display: none;
}*/
@keyframes nyuru {
	0% {
		margin-top: -158px;
	}
	100% {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	@keyframes nyuru {
		0% {
			margin-top: -78px;
		}
		100% {
			margin-top: 0;
		}
	}
}
#container header .head {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 30px;
}
@media screen and (max-width: 1449px) {
	#container header .head {
		display: block;
		text-align: center;
		padding: 5px 0;
	}
}
#container header .head .flex {
	justify-content: space-between;
}
#container header .head .flex .logo {
	width: 40%;
}
@media screen and (max-width: 767px) {
	#container header .head .flex .logo {
		padding: 20px 0 20px 20px;
		width: 70%;
	}
}
#container header .head .flex .info .tit {
	font-size: 1.2rem;
	margin-bottom: 5px;
	padding: 5px;
	background: #ff7817;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
#container header .head .flex .info .btn {
	display: flex;
	flex-wrap: wrap;
}
#container header .head .flex .info .btn ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
}
#container header .head .flex .info .btn ul li {
	margin-right: 5px;
}
#container header .head .flex .info .btn ul li a {
	font-size: 1.2rem;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #009682;
	color: #fff;
}
#container header .head .flex .info .btn ul li a:hover {
	background: #fff;
	border: 1px solid #009682;
	color: #009682;
}
#container header .head .flex .info .btn ul li:first-child a {
	color: #fff;
	background: #ec5534;
}
#container header .head .flex .info .btn ul li:first-child a:hover {
	background: #fff;
	border: 1px solid #ec5534;
	color: #ec5534;
}
#container header .head .sub {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}
#container header .head .sub ul {
	margin-left: 10px;
	display: flex;
	flex-wrap: wrap;
}
#container header .head .sub ul > li {
	padding: 5px 10px 5px 0;
	border-right: 1px solid #cccccc;
	margin-right: 10px;
	font-size: 1.2rem;
	position: relative;
}
#container header .head .sub ul > li ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	width: 170%;
	padding: 0;
	margin: 0;
	top: 3em;
	left: -2em;
	background: #f8f8f8;
	box-sizing: border-box;
	z-index: 10;
}
#container header .head .sub ul > li ul::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #f8f8f8;
}
#container header .head .sub ul > li ul li {
	text-align: center;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	border-right: 0;
	margin-right: 0;
}
#container header .head .sub ul > li ul li:last-child {
	border-bottom: 0;
}
#container header .head .sub ul > li:hover ul {
	visibility: visible;
	opacity: 1;
	padding: 0;
	margin: 0;
}
#container header .head .sub ul > li a {
	text-decoration: none;
}
#container header .head .sub ul > li:last-child {
	margin-right: 0;
}
#container header nav.pc {
	margin-top: 20px;
}
#container header nav.pc .gnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1449px) {
	#container header nav.pc .gnav {
		justify-content: center;
		margin-top: 20px;
	}
}
#container header nav.pc .gnav li {
	padding: 5px 25px;
	border-right: 1px solid #cccccc;
	font-size: 1.6rem;
	text-align: center;
	width: 16.6666667%;
	box-sizing: border-box;
}
#container header nav.pc .gnav li a {
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 1.4rem;
	position: relative;
}
#container header nav.pc .gnav li a:hover {
	color: #ff7817;
}
#container header nav.pc .gnav li a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #ff7817;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
#container header nav.pc .gnav li a:hover::after {
	transform: scale(1, 1);
}
#container header nav.pc .gnav li:last-child {
	margin-right: 0;
}
#container header nav.pc .gnav > li {
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #cccccc;
	font-size: 1.2rem;
	position: relative;
}
#container header nav.pc .gnav > li ul {
	position: absolute;
	opacity: 0;
	transition: 0.5s;
	width: 1000px;
	padding: 0;
	margin: 0;
	top: 2em;
	left: 0;
	box-sizing: border-box;
	display: none;
	padding-top: 10px;
	background: #fff;
	justify-content: space-between;
}
#container header nav.pc .gnav > li ul li {
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
	border-right: 0;
	margin-right: 0;
	width: auto;
	font-size: 1.2rem;
}
#container header nav.pc .gnav > li ul li:last-child {
	border-bottom: 0;
}
#container header nav.pc .gnav > li ul li a {
	text-decoration: none;
}
#container header nav.pc .gnav > li:hover ul {
	visibility: visible;
	opacity: 0;
	padding: 0;
	margin: 0;
}
#container header nav.pc .gnav > li a {
	text-decoration: none;
}
#container header nav.pc .gnav > li:last-child {
	margin-right: 0;
	padding: 5px 10px 5px 10px;
}
#container header nav.pc .sub_nav {
	display: flex;
	justify-content: space-between;
	padding: 20px 15px 10px;
	margin: 0 auto;
}
#container header nav.pc .sub_nav li {
	font-size: 1.2rem;
}
#container header nav.pc .sub_nav li a {
	text-decoration: none;
}
#container header.sp {
	position: relative;
	z-index: 999;
	background: #fff;
}
#container header.sp .flex {
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
#container header.sp .flex .logo {
	width: 48%;
}
#container header.sp .flex .sp_menu {
	width: 48%;
	z-index: 999;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#container header.sp .flex .sp_menu a {
	width: 25%;
}
#container header.sp .flex .sp_menu a img {
	width: 100%;
}
#container header.sp .menu-trigger,
#container header.sp .menu-trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
}
#container header.sp .menu-trigger.active span {
	background-color: #f7b89f;
}
#container header.sp .menu-trigger.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
#container header.sp .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#container header.sp .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-7px) rotate(45deg);
}
#container header.sp #overlay {
	width: 100%;
	height: 100vh;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	background: #faa76c;
	display: none;
	overflow: scroll;
}
#container header.sp #overlay .telnum {
	padding: 20px;
	text-align: center;
	margin-bottom: 250px;
}
#container header.sp #overlay .telnum h3 {
	background: #fff;
	color: #ff7817;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}
#container header.sp #overlay ul {
	width: 100%;
	margin: 100px 0 30px;
}
#container header.sp #overlay ul li {
	border: 0;
	font-family: "Montserrat", sans-serif;
}
#container header.sp #overlay ul li ul {
	display: none;
	margin: 0;
}
#container header.sp #overlay ul li ul li a {
	background: #7d7d7d;
}
#container header.sp #overlay ul li:first-child ul {
	display: block;
}
#container header.sp #overlay ul li:hover ul {
	display: block;
}
#container header.sp #overlay ul li a {
	display: block;
	text-decoration: none;
	font-size: 1.6rem;
	padding: 15px;
	border-bottom: 1px solid #fff;
	color: #fff;
	position: relative;
}
#container header.sp #overlay ul li a.no_link {
	pointer-events: none;
}
#container header.sp #overlay ul li a::after {
	content: "";
	background-color: #fff;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: 15px auto;
	display: block;
}
#container header.sp #overlay ul li a span {
	font-weight: normal;
	font-size: 1.2rem;
	display: block;
}
#container .gmap #gmap {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#container footer {
		display: flex;
		flex-wrap: wrap;
	}
}
#container footer .inner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
	#container footer .inner {
		order: 2;
		padding: 30px 0 0;
	}
}
#container footer .inner nav {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#container footer .inner nav {
		justify-content: space-between;
		flex-wrap: wrap;
		background: #f5f5f5;
		width: 100%;
		padding: 20px 20px 100px;
		box-sizing: border-box;
	}
}
#container footer .inner nav > ul {
	margin-right: 30px;
}
#container footer .inner nav > ul > li:not(:has(ul)) {
	margin-bottom: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
#container footer .inner nav > ul > li:not(:has(ul)) a {
	text-decoration: none;
}
#container footer .inner nav > ul > li:not(:has(ul))::before {
	margin-right: 10px;
	content: "";
	background-color: #cc0000;
	display: inline-block;
	height: 1.4em;
	width: 0.5em;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/caret-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/caret-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
#container footer .inner nav > ul > li:not(:has(ul)).last {
	margin-bottom: 40px;
}
#container footer .inner nav > ul > li:has(ul) {
	padding-left: 10px;
	margin-bottom: 20px;
}
#container footer .inner nav > ul > li:has(ul) ul li {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
#container footer .inner nav > ul > li:has(ul) ul li a {
	text-decoration: none;
}
#container footer .inner nav > ul > li:has(ul) ul li::before {
	font-family: FontAwesome;
	content: "●";
	margin-right: 10px;
	color: #ff7817;
}
#container footer .info {
	padding: 30px 0;
	border-top: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#container footer .info {
		display: block;
		text-align: center;
		order: 1;
		border-top: 0;
		padding: 30px 0 0;
		width: 100%;
	}
}
#container footer .info .logo_foot {
	padding-right: 20px;
	border-right: 1px solid #cccccc;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	#container footer .info .logo_foot {
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
#container footer .info .address {
	padding-right: 20px;
	border-right: 1px solid #cccccc;
	margin-right: 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#container footer .info .address {
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
#container address {
	background: #ff7817;
	text-align: center;
	font-size: 1.2rem;
	padding: 15px 0;
	color: #fff;
}
#container .sp_nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	z-index: 100;
}
#container .sp_nav li {
	width: 100%;
}
#container .sp_nav li a {
	display: block;
	padding: 20px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
}
#container .sp_nav li:first-child a {
	background: #2261b7;
}
#container .sp_nav li:first-child a::before {
	font-family: FontAwesome;
	content: "\f15c";
	margin-right: 10px;
}
#container .sp_nav li:last-child a {
	background: #ff0000;
}
#container .sp_nav li:last-child a::before {
	font-family: FontAwesome;
	content: "\f0e0";
	margin-right: 10px;
}
#container #fix_bnr {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}
#container #fix_bnr .none {
	display: none;
}
#container #fix_bnr .dli-close {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1em;
	height: 0.1em;
	background: currentColor;
	border-radius: 0.1em;
	position: relative;
	transform: rotate(45deg);
	position: absolute;
	left: -10px;
	top: -10px;
}
#container #fix_bnr .dli-close::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}
/*=======================================================

    共通レイアウト

========================================================*/
#container img {
	max-width: 100%;
	height: auto;
}
#container a.disabled {
	pointer-events: none;
}
#container .flex {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#container .flex .box01 {
		order: 1;
	}
}
@media screen and (max-width: 767px) {
	#container .flex .box02 {
		order: 2;
	}
}
#container .flex img {
	max-width: 100%;
}
#container .fix_bnr {
	position: fixed;
	right: 0;
	top: 20%;
}
@media screen and (max-width: 767px) {
	#container .fix_bnr {
		left: 0;
		bottom: 0;
		top: inherit;
		right: inherit;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#container .fix_bnr a {
		display: block;
		background: #7b673f;
		padding: 20px;
		text-align: center;
		box-sizing: border-box;
	}
}
#container .bread {
	padding: 10px 0;
	font-size: 1.2rem;
	background: #f5f5f5;
}
@media screen and (max-width: 767px) {
	#container .bread {
		padding: 10px;
	}
}
#container .bread .bread_inner {
	width: 1000px;
	margin: 0 auto;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#container .bread .bread_inner {
		width: 100%;
	}
}
#container .toTop {
	position: fixed;
	right: 2%;
	bottom: 10%;
}
#container .pagenavi {
	text-align: center;
	display: block;
	margin-top: 30px;
}
#container .wp-pagenavi a,
#container .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #dbdbdb;
	padding: 3px 5px;
	margin: 2px;
	color: #8b8c8c;
	border-radius: 5px;
	background: #dbdbdb;
	display: inline-block;
}
#container .wp-pagenavi a:hover,
#container .wp-pagenavi span.current {
	border-color: #b5b6b6;
	background: #b5b6b6;
	color: #fff;
}
#container .button:hover {
	position: relative;
	top: 3pt;
}
@media screen and (max-width: 767px) {
	#container .scroll {
		overflow: auto;
		white-space: nowrap;
	}
}
@media screen and (max-width: 767px) {
	#container .bnr_2opinion {
		padding: 0 15px;
	}
}
#container .contact_area {
	background: #ffd6b9;
}
#container .contact_area .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0 !important;
}
@media screen and (max-width: 767px) {
	#container .contact_area .inner {
		padding: 20px 15px !important;
	}
}
#container .contact_area .inner::after {
	content: url(../../../../../../../../themes/bssp/img/common/fig_woman.png);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	#container .contact_area .inner::after {
		display: none;
	}
}
#container .contact_area .inner .catch {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}
#container .contact_area .inner .catch span {
	color: #ff7817;
}
#container .contact_area .inner .catch img {
	margin-right: 10px;
}
#container .contact_area .inner ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 4;
}
@media screen and (max-width: 767px) {
	#container .contact_area .inner ul {
		justify-content: center;
	}
}
#container .contact_area .inner ul li {
	margin: 0 10px;
}
@media screen and (max-width: 767px) {
	#container .contact_area .inner ul li {
		margin: 20px 0;
	}
}
#container .bnr_area {
	background: #f8f8f8;
}
#container .bnr_area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#container .bnr_area ul li {
	width: calc(25% - 20px);
}
@media screen and (max-width: 767px) {
	#container .bnr_area ul li {
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}
}
#container h2.style01,
#container h2.style02 {
	font-family: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 40px;
	line-height: 1.6;
	position: relative;
	max-width: 550px;
	padding: 20px 20px 40px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	background-image: var(--wpr-bg-630dfe8c-1fe5-4fbc-9df5-4225928723a1), var(--wpr-bg-e75254bf-d0ba-4dc1-b343-882199da732b);
	background-repeat: no-repeat, no-repeat;
	background-position:
		top left,
		right bottom;
}
#container h2.style01 span,
#container h2.style02 span {
	color: #cc0000;
}
#container h2.style01::first-letter,
#container h2.style02::first-letter {
	color: #ff7817;
}
#container h2.style01 p,
#container h2.style02 p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
}
#container .more01 a {
	text-align: center;
	display: block;
	font-size: 1.4rem;
	text-decoration: none;
	max-width: 285px;
	padding: 10px;
	border-radius: 25px;
	border: 2px solid #ff7817;
	position: relative;
	background: #fff;
}
#container .more01 a::after {
	position: absolute;
	right: 20px;
	top: 10px;
	content: "";
	background-color: #ff7817;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
#container .more01 a:hover {
	background: #ff7817;
	color: #fff;
}
#container .more01 a:hover::after {
	background-color: #fff;
}
#container .more04 a {
	text-align: center;
	display: block;
	font-size: 1.4rem;
	text-decoration: none;
	max-width: 285px;
	padding: 10px;
	border-radius: 25px;
	border: 2px solid #fff;
	position: relative;
	background: #fff;
}
#container .more04 a::after {
	position: absolute;
	right: 20px;
	top: 5px;
	content: "";
	background-color: #ff7817;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
#container .more04 a:hover {
	opacity: 0.8;
}
#container .more02 a {
	text-align: center;
	display: block;
	font-size: 1.4rem;
	text-decoration: none;
	max-width: 150px;
	padding: 5px 50px;
	border-radius: 25px;
	border: 2px solid #ff7817;
	position: relative;
}
#container .more02 a::after {
	position: absolute;
	right: 20px;
	top: 5px;
	content: "";
	background-color: #ff7817;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
#container .more02 a:hover {
	background: #ff7817;
	color: #fff;
}
#container .more02 a:hover::after {
	background-color: #fff;
}
.footer_fixed {
	border: 1px solid #ec5534;
	position: fixed;
	left: 2%;
	bottom: 5%;
	text-align: center;
	width: 240px;
	z-index: 100;
	transition: 0.3s;
}
.footer_fixed a img {
	width: 100%;
}
.hidden {
	opacity: 0;
	visibility: hidden;
}
.footer_fixed .close-btn {
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}
/*
.footer_fixed h2 {
  color: #ec5534;
  padding: 10px;
  background: #ffffe6;
  font-size: 1.6rem;
}
.footer_fixed .inner {
  border: 1px solid #ec5534;
  background: #fff;
}
.footer_fixed ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  font-size: 14px;
  text-decoration: none;
}
.footer_fixed ul li a::after {
  content: "\0025b6";
  color: #ec5534;
  font-size: 8px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.footer_fixed .more a {
  border: 1px solid #ec5534;
  padding: 5px;
  color: #ec5534;
  font-size: 14px;
  display: block;
  margin: 10px 15px;
  text-decoration: none;
}
.footer_fixed .more a:hover {
  background: #ec5534;
  color: #fff;
}
*/
@media screen and (max-width: 767px) {
	/*.footer_fixed {display: none !important;}*/
	.footer_fixed {
		width: 30px;
		left: 0;
		bottom: 8%;
	}
}
/*=======================================================

    TOPコンテンツ

========================================================*/
#top #container .mv .slider01 .slick-slide {
	margin: 0 20px;
	will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
	#top #container .mv .slider02 .slick-slide {
		margin: 0 10px;
	}
}
#top #container .mv img {
	width: 100%;
}
#top #container .mv .slider01 {
	opacity: 0;
	transition: opacity 0.3s linear;
}
#top #container .mv .slider01.slick-initialized {
	opacity: 1;
}
.slider01:not(.slick-initialized),
.slider02:not(.slick-initialized) {
	position: relative;
}
.slider01:not(.slick-initialized) .slide,
.slider02:not(.slick-initialized) .slide {
	width: calc(80% - 20px);
	margin: auto;
}
.slider01:not(.slick-initialized) .slide:not(:first-child),
.slider02:not(.slick-initialized) .slide:not(:first-child) {
	position: absolute;
	top: 0;
	left: calc(10% + 10px);
	z-index: -1;
}
#top #container section .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
}
@media screen and (max-width: 767px) {
	#top #container section .inner {
		padding: 40px 15px;
		box-sizing: border-box;
	}
}
#top #container section .inner p {
	line-height: 1.6;
}
#top #container .loop_slide h2 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	#top #container .loop_slide h2 {
		font-size: 1.8rem;
	}
}
#top #container .loop_slide h2::before {
	content: var(--wpr-bg-1fd5e55a-e0b6-4f24-8f89-329202cbe464);
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	#top #container .loop_slide h2::before {
		content: "";
		display: inline-block;
		width: 15px;
		height: 24px;
		background-image: url(../../../../../../../../themes/bssp/img/top/fig_arrow01.png);
		background-size: contain;
		vertical-align: middle;
	}
}
#top #container .loop_slide h2::after {
	content: var(--wpr-bg-7c851269-d121-4677-8797-0f28d6417f05);
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	#top #container .loop_slide h2::after {
		content: "";
		display: inline-block;
		width: 15px;
		height: 23px;
		background-image: url(../../../../../../../../themes/bssp/img/top/fig_arrow02.png);
		background-size: contain;
		vertical-align: middle;
	}
}
#top #container .loop_slide h2 span {
	font-size: 4rem;
}
@media screen and (max-width: 767px) {
	#top #container .loop_slide h2 span {
		font-size: 3rem;
	}
}
#top #container .loop_slide #loop_slider {
	--logo-slide-bg-width: 2966px;
	padding-bottom: 50px;
}
#top #container .loop_slide #loop_slider .slide {
	animation: ani01-logo 60s linear infinite;
	background-repeat: repeat-x;
	background-image: var(--wpr-bg-f97813b5-b100-4721-bc26-b0bd5fe04d4d);
	height: 280px;
	background-size: var(--logo-slide-bg-width) 280px;
	/* display: flex;
    width: 2966px;
    height: 222px;
    overflow: hidden; */
}
#top #container .loop_slide #loop_slider .slide img {
	width: auto;
	height: 100%;
}
#top #container .loop_slide #loop_slider .slide img:first-child {
	animation: slide1 60s -30s linear infinite;
}
#top #container .loop_slide #loop_slider .slide img:last-child {
	animation: slide2 60s linear infinite;
}
@keyframes slide1 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes slide2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@keyframes ani01-logo {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: calc(var(--logo-slide-bg-width) * -1) 0;
	}
}
#top #container .sec001 .inner ul {
	padding: 25px;
	border-radius: 20px;
	background: #fcf2f2;
}
#top #container .sec001 .inner ul li {
	color: #cd0000;
	line-height: 1.6;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 600;
}
#top #container .sec001 .inner ul li a {
	color: #cd0000;
}
#top #container .sec001 .inner ul li:last-child {
	margin-bottom: 0;
}
#top #container .sec001 .inner ul li .date {
	margin-right: 30px;
}
#top #container .no1 {
	background: var(--wpr-bg-a5a76c9f-a343-431e-a94c-ecabf224dc3b) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
	#top #container .no1 {
		background: var(--wpr-bg-4c8b771e-c5f4-4af4-8e07-b9cd0cba2c3a) no-repeat left center/cover;
	}
	#top #container .sec001 .inner ul li .date {
		margin: 0 0 5px;
		display: block;
	}
}
#top #container .no1 .inner h2 {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.6;
}
#top #container .no1 .inner h2 span {
	color: #ff7817;
	font-size: 4.8rem;
}
#top #container .no1 .inner .flex {
	justify-content: space-between;
}
#top #container .no1 .inner .flex li {
	width: calc(20% - 10px);
}
@media screen and (max-width: 767px) {
	#top #container .no1 .inner .flex li {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
}
#top #container .no1 .inner .slider02 .slick-slide {
	margin: 0 10px;
}
#top #container .no1 .inner .more01 a {
	margin: 30px auto 0;
}
#top #container .no1 .inner .more01 a::before {
	font-family: FontAwesome;
	content: "\f35d";
	margin-right: 10px;
}
#top #container .sec002 {
	/*background: url(../../../../../../../../themes/bssp/img/top/bg01.png) no-repeat left center/contain;*/
}
@media screen and (max-width: 767px) {
	#top #container .sec002 {
		/*background: url(../../../../../../../../themes/bssp/img/top/bg01.png) no-repeat left center/cover;*/
	}
}
#top #container .sec002 .inner .sdgs_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 70px 20px 20px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	background-image: var(--wpr-bg-949470b5-0359-45e8-8d82-a0b49b7d3d61), var(--wpr-bg-949470b5-0359-45e8-8d82-a0b49b7d3d61);
	background-size: 100%, 100%;
	background-repeat: no-repeat, no-repeat;
	background-position:
		top center,
		bottom center;
}
@media screen and (max-width: 767px) {
	#top #container .sec002 .inner .sdgs_wrap {
		font-size: 1.8rem;
	}
}
#top #container .sec002 .inner .sdgs_wrap .left {
	width: 40%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#top #container .sec002 .inner .sdgs_wrap .left {
		width: 100%;
		margin-bottom: 20px;
	}
}
#top #container .sec002 .inner .sdgs_wrap .left figure {
	margin-bottom: 20px;
}
#top #container .sec002 .inner .sdgs_wrap .cont {
	width: 55%;
}
@media screen and (max-width: 767px) {
	#top #container .sec002 .inner .sdgs_wrap .cont {
		width: 100%;
	}
}
#top #container .sec002 .inner .sdgs_wrap .cont ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top #container .sec002 .inner .sdgs_wrap .cont ul li {
	width: 48%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#top #container .sec002 .inner .sdgs_wrap .cont ul li {
		width: 100%;
		margin-bottom: 30px;
	}
}
#top #container .sec002 .inner .sdgs_wrap .cont ul li .tit {
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#top #container .sec002 .inner .sdgs_wrap .cont ul li .tit {
		margin-bottom: 10px;
	}
}
#top #container .sec002 .inner .sdgs_wrap .cont ul li .num {
	font-size: 1.8rem;
}
#top #container .sec002 .inner .sdgs_wrap .cont ul li .num span {
	letter-spacing: -0.01em;
	color: #ff7817;
	font-size: 3.4rem;
	font-weight: 700;
	margin-right: 10px;
}
#top #container .sec002 .inner .sdgs_wrap .cont .total {
	background: #ff7817;
	border-radius: 20px;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
#top #container .sec002 .inner .sdgs_wrap .cont .more {
	text-align: right;
	margin-top: 30px;
}
#top #container .sec002 .inner .sdgs_wrap .cont .more a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-decoration: none;
	font-size: 1.4rem;
}
#top #container .sec002 .inner .sdgs_wrap .cont .more a::after {
	content: "";
	background-color: #ff7817;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin-left: 10px;
}
#top #container .sec003 {
	background: var(--wpr-bg-b0cd3362-9069-429d-924c-6b7d34f855ab) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
	#top #container .sec003 {
		background: var(--wpr-bg-2d8d4535-305e-4c71-a152-e9e77eebc49f) no-repeat left center/cover;
	}
}
#top #container .sec003 .inner h2 {
	margin: 0 auto 50px;
}
#top #container .sec003 .inner .flex {
	justify-content: space-between;
}
#top #container .sec003 .inner .flex li {
	width: calc(33.33333% - 20px);
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 0 0 8px #ededed;
	box-sizing: border-box;
	background: #fff;
	border: 3px solid transparent;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#top #container .sec003 .inner .flex li {
		width: calc(50% - 10px);
	}
}
#top #container .sec003 .inner .flex li figure {
	margin: 0;
}
#top #container .sec003 .inner .flex li .cont {
	background: #fff;
	padding: 15px;
	border-radius: 0 0 15px 15px;
}
#top #container .sec003 .inner .flex li:hover {
	border: 3px solid #ec8334;
}
#top #container .sec003 .inner .flex li a {
	text-decoration: none;
}
#top #container .sec003 .inner .more01 a {
	margin: 30px auto 0;
}
#top #container .sec004 {
	background: var(--wpr-bg-17325e37-cabc-423b-a13e-f48441963867) no-repeat right center/contain;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	#top #container .sec004 {
		background: var(--wpr-bg-03b2c155-596d-44a7-a24d-18cad09af265) no-repeat right center/cover;
		margin-top: 50px;
		padding: 30px 0;
	}
}
#top #container .sec004 .inner {
	max-width: 1500px;
}
@media screen and (max-width: 767px) {
	#top #container .sec004 .inner {
		padding: 0 15px;
	}
}
#top #container .sec004 .inner .company_logo {
	padding: 30px;
	box-shadow: 0 0 8px #ededed;
	background: #fff;
}
#top #container .sec004 .case_list {
	background: var(--wpr-bg-af7f4f2c-0593-4696-b492-ebf3da98b94e) no-repeat left center/40%;
}
@media screen and (max-width: 767px) {
	#top #container .sec004 .case_list {
		background: 0;
		padding: 0 15px;
	}
}
#top #container .sec004 .case_list .inner02 {
	display: flex;
	align-items: center;
	max-width: 1500px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#top #container .sec004 .case_list .inner02 {
		display: block;
	}
}
#top #container .sec004 .case_list .inner02 .tit {
	color: #fff;
	width: 30%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#top #container .sec004 .case_list .inner02 .tit {
		width: 80%;
		padding: 30px;
		border-radius: 20px;
		background: #ff9345;
		font-weight: 700;
		font-size: 2.2rem;
		text-align: center;
		margin-bottom: 30px;
		line-height: 1.6;
	}
}
#top #container .sec004 .case_list .inner02 .more04 a {
	border: 1px solid #ff9345;
	margin: 30px auto 0;
}
#top #container .sec004 .case_list .inner02 .more04 a:hover {
	background: #ff9345;
	color: #fff;
	border: 1px solid #fff;
}
#top #container .sec004 .case_list .inner02 .more04 a:hover::after {
	color: #fff;
}
#top #container .sec004 .case_list .inner02 .case_slide {
	background-color: transparent;
	width: 65%;
}
@media screen and (max-width: 767px) {
	#top #container .sec004 .case_list .inner02 .case_slide {
		width: 100%;
	}
}
#top #container .sec004 .case_list .inner02 .case_slide .slick-prev {
	left: -20px;
}
#top #container .sec004 .case_list .inner02 .case_slide .slick-next {
	right: -20px;
}
#top #container .sec004 .case_list .inner02 .case_slide .slick-slide {
	margin: 0 5px;
}
#top #container .sec004 .case_list .inner02 .case_slide li {
	border-radius: 20px;
	box-shadow: 0 0 8px #ededed;
	background: #fff;
}
#top #container .sec004 .case_list .inner02 .case_slide li a {
	text-decoration: none;
}
#top #container .sec004 .case_list .inner02 .case_slide li figure img {
	border-radius: 20px 20px 0 0;
	height: 200px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	#top #container .sec004 .case_list .inner02 .case_slide li figure img {
		height: 120px;
		-o-object-fit: cover;
		object-fit: cover;
		background: #e2e2e2;
	}
}
#top #container .sec004 .case_list .inner02 .case_slide li .box_inner {
	padding: 20px;
}
#top #container .sec004 .case_list .inner02 .case_slide li .box_inner .date {
	font-size: 1.2rem;
	margin-bottom: 10px;
	display: block;
}
#top #container .sec004 .case_list .inner02 .case_slide li .box_inner .cat {
	background: #ff9345;
	color: #fff;
	padding: 3px 5px;
	display: inline-block;
	margin-bottom: 20px;
}
#top #container .sec004 .case_list .inner02 .case_slide li .box_inner h3 {
	line-height: 1.6;
}
#top #container .sec004 .case_list .inner02 .case_slide li .box_inner .more03 {
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
}
#top #container .sec004 .case_list .inner02 .case_slide li .box_inner .more03::after {
	margin-left: 20px;
	content: "";
	background-color: #ff7817;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
#top #container .sec005 {
	background: var(--wpr-bg-cd3a8b8b-ee2f-4da0-a0e9-07c352b8faf2) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
	#top #container .sec005 {
		background: var(--wpr-bg-d5962bca-d182-451f-8988-4496bbd003cb) no-repeat left center/cover;
	}
}
@media screen and (max-width: 767px) {
	#top #container .sec005 h2 {
		margin: 0 auto 30px;
	}
}
#top #container .sec005 .inner .news_list {
	box-shadow: 0 0 8px #ededed;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
}
#top #container .sec005 .inner .news_list ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.6;
}
#top #container .sec005 .inner .news_list ul li:last-child {
	margin-bottom: 0;
}
#top #container .sec005 .inner .news_list ul li .date {
	margin-right: 30px;
}
@media screen and (max-width: 767px) {
	#top #container .sec005 .inner .news_list ul li .date {
		margin-right: 0;
		display: block;
	}
}
#top #container .sec005 .inner .news_list .more01 a {
	margin: 30px auto 0;
}
#top #container .sec006 .inner {
	max-width: 1500px;
}
#top #container .sec006 .inner h2 {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 4px dotted #ff7817;
	max-width: 700px;
	margin: 0 auto 40px;
	line-height: 1.6;
}
#top #container .sec006 .inner .flex {
	align-items: center;
}
#top #container .sec006 .inner .flex figure {
	width: 40%;
	margin-right: 30px;
}
@media screen and (max-width: 767px) {
	#top #container .sec006 .inner .flex figure {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
#top #container .sec006 .inner .flex figure img {
	border-radius: 0 20px 20px 0;
}
#top #container .sec006 .inner .flex .cont {
	width: 40%;
}
@media screen and (max-width: 767px) {
	#top #container .sec006 .inner .flex .cont {
		width: 100%;
	}
}
#top #container .sec006 .inner .flex .cont p {
	font-size: 1.6rem;
	line-height: 1.8;
}
#top #container .sec006 .inner .flex .cont span {
	color: #ff7817;
}
#top #container .sec006 .inner .flex .cont .btn_area {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#top #container .sec006 .inner .flex .cont .btn_area {
		display: block;
		text-align: center;
	}
}
#top #container .sec006 .inner .flex .cont .btn_area .more01 {
	width: 46%;
}
@media screen and (max-width: 767px) {
	#top #container .sec006 .inner .flex .cont .btn_area .more01 {
		width: 80%;
		margin: 35px auto;
	}
}
#top #container .sec006 .inner .flex .cont .btn_area .more01 a {
	margin: 10px auto;
}
#top #container .sec007 {
	background: var(--wpr-bg-70e687ef-2963-4922-a59a-defffba8bf32) no-repeat right center/contain;
}
@media screen and (max-width: 767px) {
	#top #container .sec007 {
		background: var(--wpr-bg-6f66539f-05d6-4ffd-9088-d933b1d2c3ac) no-repeat right center/cover;
	}
}
#top #container .sec007 .inner {
	max-width: 870px;
	position: relative;
}
#top #container .sec007 .inner h2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 360px;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#top #container .sec007 .inner h2 {
		position: inherit;
		right: auto;
		top: auto;
		margin: 0 auto 30px;
	}
}
#top #container .sec007 .inner .flex {
	position: relative;
	z-index: 1;
	box-shadow: 0 0 8px #ededed;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	justify-content: space-between;
	align-items: center;
}
#top #container .sec007 .inner .flex figure {
	width: 48%;
}
@media screen and (max-width: 767px) {
	#top #container .sec007 .inner .flex figure {
		width: 100%;
		order: 2;
	}
}
#top #container .sec007 .inner .flex .cont {
	width: 48%;
}
@media screen and (max-width: 767px) {
	#top #container .sec007 .inner .flex .cont {
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
}
#top #container .sec007 .inner .flex .cont p {
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#top #container .sec007 .inner .flex .cont p {
		font-size: 2.2rem;
		text-align: center;
	}
}
#top #container .sec007 .inner .flex .cont span {
	color: #ff7817;
}
#top #container .sec007 .inner .more01 a {
	margin: 30px auto 0;
}
#top #container .sec008 {
	max-width: 1500px;
	margin: 150px auto 0;
	background: var(--wpr-bg-4755eeb9-a6d6-47ba-b2d4-e0e8e6f3fa12) no-repeat top center/cover;
}
#top #container .sec008 .inner {
	max-width: 1500px;
}
#top #container .sec008 .inner h2 {
	text-align: center;
	margin-top: -150px;
}
#top #container .sec008 .inner .lead {
	text-align: center;
	font-size: 1.6rem;
	margin: 40px 0;
}
#top #container .sec008 .inner .menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	#top #container .sec008 .inner .menu ul {
		justify-content: flex-start;
	}
}
#top #container .sec008 .inner .menu ul li {
	margin: 0 10px;
}
@media screen and (max-width: 767px) {
	#top #container .sec008 .inner .menu ul li {
		margin-right: 1px;
		margin-bottom: 20px;
	}
}
#top #container .sec008 .inner .menu ul li a {
	padding: 5px 10px;
	background: #16be93;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
#top #container .sec008 .inner .menu ul li:nth-child(2) a {
	background: #1480cc;
}
#top #container .sec008 .inner .menu ul li:nth-child(3) a {
	background: #d98d0b;
}
#top #container .sec008 .inner .menu ul li:nth-child(4) a {
	background: #8f67cc;
}
#top #container .sec008 .inner .menu ul li:nth-child(5) a {
	background: #e58d98;
}
#top #container .sec008 .inner .menu ul li:nth-child(6) a {
	background: #56aee0;
}
#top #container .sec008 .inner .menu ul li:nth-child(7) a {
	background: #999999;
}
#top #container .sec008 .inner .list .slick-prev {
	left: 0;
}
#top #container .sec008 .inner .list .slick-next {
	right: 0;
}
#top #container .sec008 .inner .list .slick-slide {
	margin: 0 5px;
}
#top #container .sec008 .inner .list li {
	border-radius: 20px;
	box-shadow: 0 0 8px #ededed;
	background: #fff;
}
#top #container .sec008 .inner .list li figure img {
	border-radius: 20px 20px 0 0;
}
#top #container .sec008 .inner .list li .box_inner {
	padding: 20px;
}
#top #container .sec008 .inner .list li .box_inner .date {
	font-size: 1.2rem;
	margin-bottom: 10px;
	display: block;
}
#top #container .sec008 .inner .list li .box_inner .cat {
	background: #ff9345;
	color: #fff;
	padding: 3px 5px;
	display: inline-block;
	margin-bottom: 20px;
}
#top #container .sec008 .inner .list li .box_inner h3 {
	line-height: 1.6;
}
#top #container .sec008 .inner .list li .box_inner .more03 {
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
}
#top #container .sec008 .inner .list li .box_inner .more03::after {
	margin-left: 20px;
	content: "";
	background-color: #ff7817;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
#top #container .sec008 .inner .more01 a {
	margin: 50px auto 0;
}
/*=======================================================

    下層コンテンツ（共通）

========================================================*/
#local #container img {
	max-width: 100%;
	height: auto;
}
#local #container section p {
	line-height: 1.8;
}
#local #container section .flex {
	display: flex;
	flex-wrap: wrap;
}
#local #container section .inner {
	padding: 50px 0;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#local #container section .inner {
		padding: 25px 15px;
	}
}
#local #container .gmap {
	padding: 0;
}
@media screen and (max-width: 767px) {
	#local #container .movie {
		width: 100%;
		aspect-ratio: 16/9;
	}
}
@media screen and (max-width: 767px) {
	#local #container .movie iframe {
		width: 100%;
		height: 100%;
	}
}
#local #container .title {
	position: relative;
	height: 350px;
}
#local #container .title h1 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .title h1 {
		font-size: 2.4rem;
		width: 90%;
	}
}
#local #container .title h1 span {
	font-weight: 500;
	display: block;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
}
#local #container .title h1 span::after {
	width: 30px;
	height: 2px;
	background: #fff;
	content: "";
	display: block;
	margin: 20px auto 0;
}
#local #container .intro .inner {
	padding: 50px 65px 20px 65px;
	border-radius: 30px;
	margin-top: -100px;
	position: relative;
	background: #fff;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#local #container .intro .inner {
		padding: 35px 15px 0 15px;
	}
}
#local #container .intro .inner h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 3.4rem;
	font-weight: 500;
	margin-bottom: 40px;
	line-height: 1.6;
	position: relative;
	padding: 20px 20px 15px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	background-image: var(--wpr-bg-cc3fbd6d-7175-4b62-ac62-761aa3723071), var(--wpr-bg-6e108063-947a-4701-8907-5eb9fccf4455);
	background-repeat: no-repeat, no-repeat;
	background-position:
		top left,
		right bottom;
}
@media screen and (max-width: 767px) {
	#local #container .intro .inner h2 {
		font-size: 2rem;
		padding: 20px 20px 15px;
	}
}
#local #container .intro .inner h2 span {
	color: #cc0000;
}
#local #container .intro .inner h2::first-letter {
	color: #ff7817;
}
#local #container .intro .inner h2 p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
}
#local #container .contact_area {
	background: #ffd6b9;
}
#local #container .box01 {
	margin: 50px 0;
	padding: 50px 0;
	clear: both;
	overflow: hidden;
	background: var(--wpr-bg-64da41b8-95f7-46c1-bbff-2bbdbce71bd1) no-repeat right center/contain;
}
@media screen and (max-width: 1101px) {
	#local #container .box01 {
		background: var(--wpr-bg-1ef474cc-9ce5-4d91-b19c-b8626137bbbf) no-repeat left center/cover;
		padding: 50px 15px;
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1101px) {
	#local #container .box01 .more01 a {
		margin: 0 auto;
	}
}
#local #container .box01 figure {
	width: 40%;
	float: left;
}
@media screen and (max-width: 1101px) {
	#local #container .box01 figure {
		float: none;
		width: 100%;
		order: 2;
	}
}
#local #container .box01 figure img {
	border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 1101px) {
	#local #container .box01 figure img {
		border-radius: 30px;
	}
}
#local #container .box01 .inner {
	font-size: 1.6rem;
}
@media screen and (max-width: 1101px) {
	#local #container .box01 .inner {
		padding-left: 0;
		width: 100%;
		order: 1;
	}
}
#local #container .box01 .inner .cont {
	width: 60%;
	float: right;
}
@media screen and (max-width: 1101px) {
	#local #container .box01 .inner .cont {
		width: 100%;
		margin-bottom: 20px;
		order: 1;
		float: none;
	}
}
#local #container .box01 .inner .cont h3 {
	font-size: 2.4rem;
	display: inline-block;
	line-height: 1.8;
	margin-bottom: 40px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#local #container .box01 .inner .cont h3 {
		font-size: 2rem;
		margin-bottom: 25px;
	}
}
#local #container .box01 .inner .cont h3 .dot {
	border-bottom: 3px dotted #ff7817;
}
#local #container .box01 .inner .cont h3 .red {
	color: #cc0000;
}
#local #container .box02 {
	margin: 50px 0;
	padding: 50px 0;
	clear: both;
	overflow: hidden;
	background: var(--wpr-bg-d62c8be2-eb30-4da7-9e5a-c26aea0b5807) no-repeat left center/contain;
	position: relative;
	min-height: 430px;
}
@media screen and (max-width: 1101px) {
	#local #container .box02 {
		background: var(--wpr-bg-c90966cc-72ac-440a-b0ca-ee6073ddcf09) no-repeat left center/cover;
		padding: 50px 15px;
		min-height: inherit;
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1101px) {
	#local #container .box02 .more01 a {
		margin: 0 auto;
	}
}
#local #container .box02 figure {
	width: 40%;
	position: absolute;
	top: 10%;
	right: 0;
}
@media screen and (max-width: 1101px) {
	#local #container .box02 figure {
		position: inherit;
		top: auto;
		right: auto;
		width: 100%;
		order: 2;
	}
}
#local #container .box02 figure img {
	border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 1101px) {
	#local #container .box02 figure img {
		border-radius: 30px;
	}
}
#local #container .box02 .inner .cont {
	width: 60%;
	font-size: 1.6rem;
}
@media screen and (max-width: 1101px) {
	#local #container .box02 .inner .cont {
		width: 100%;
		margin-bottom: 20px;
		order: 1;
	}
}
#local #container .box02 .inner .cont h3 {
	font-size: 2.4rem;
	display: inline-block;
	line-height: 1.8;
	margin-bottom: 40px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#local #container .box02 .inner .cont h3 {
		font-size: 2rem;
		margin-bottom: 25px;
	}
}
#local #container .box02 .inner .cont h3 .dot {
	border-bottom: 3px dotted #ff7817;
}
#local #container .box02 .inner .cont h3 .red {
	color: #cc0000;
}
/*=======================================================

    サービス

========================================================*/
#local #container .service .title {
	background: var(--wpr-bg-4e1b69d7-4806-4e88-8dc4-768bc5d88dd0) no-repeat top center/cover;
	height: 260px;
}
#local #container .service .intro .inner {
	max-width: 830px;
	padding-bottom: 0 !important;
}
#local #container .service .intro .inner h2 {
	font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
	#local #container .service .intro .inner h2 {
		font-size: 2rem;
	}
}
#local #container .service .intro02 .inner {
	padding: 0 20px !important;
}
@media screen and (max-width: 767px) {
	#local #container .service .intro02 .inner {
		padding: 0 15px !important;
	}
}
#local #container .service .intro02 .inner .flex {
	justify-content: space-between;
	align-items: center;
}
#local #container .service .intro02 .inner .flex .lead {
	font-size: 1.6rem;
	width: 58%;
}
@media screen and (max-width: 767px) {
	#local #container .service .intro02 .inner .flex .lead {
		width: 100%;
	}
}
#local #container .service .intro02 .inner .flex .lead p {
	line-height: 1.6;
}
#local #container .service .intro02 .inner .flex figure {
	width: 38%;
}
@media screen and (max-width: 767px) {
	#local #container .service .intro02 .inner .flex figure {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .service .sec001 {
	background: var(--wpr-bg-2eb0a5f1-46ed-41d6-aa2b-8c572b62885d) no-repeat left top/contain;
}
#local #container .service .sec001 .flex {
	justify-content: space-between;
	/* margin-bottom: 100px; */
}
#local #container .service .sec001 .flex li {
	width: calc(33.33333% - 20px);
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 0 0 8px #ededed;
	box-sizing: border-box;
	background: #fff;
	border: 3px solid transparent;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#local #container .service .sec001 .flex li {
		width: calc(50% - 10px);
	}
}
#local #container .service .sec001 .flex li figure {
	margin: 0;
}
#local #container .service .sec001 .flex li .cont {
	background: #fff;
	padding: 15px;
	border-radius: 0 0 15px 15px;
}
#local #container .service .sec001 .flex li:hover {
	border: 3px solid #ec8334;
}
#local #container .service .sec001 .flex li a {
	text-decoration: none;
}
#local #container .service .sec001 h3 {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 40px;
	font-weight: 700;
}
#local #container .service .sec001 h3 .dot {
	border-bottom: 3px dotted #ff7817;
}
#local #container .service .sec001 h3 .red {
	color: #cc0000;
}
#local #container .service .sec001 .bnr {
	/* box-shadow: 0 0 8px #ededed; */
}
.rollover {
	display: inline-block;
	position: relative;
}
.rollover .off {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.4s ease;
}
.rollover .on {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.rollover .on,
.rollover .off {
	display: block;
}
.rollover:hover .off {
	opacity: 0;
}
/*=======================================================

    サービス詳細ページ共通

========================================================*/
#local #container .service_detail {
	font-size: 1.6rem;
}
#local #container .service_detail .service_bloglist h2 {
	margin: 0 auto 50px;
	position: relative;
}
#local #container .service_detail .service_bloglist h2::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: "";
	display: inline-block;
	width: 80px;
	height: 33px;
	background-image: var(--wpr-bg-94bc44db-b8de-4d87-b126-4df5cd9dd3d6);
	background-size: contain;
	vertical-align: middle;
}
#local #container .service_detail .service_bloglist ul {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .service_bloglist ul {
		justify-content: space-between;
	}
}
#local #container .service_detail .service_bloglist ul li {
	width: calc(25% - 20px);
	margin-bottom: 30px;
	margin-right: 20px;
}
#local #container .service_detail .service_bloglist ul li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .service_bloglist ul li {
		width: calc(50% - 10px);
		margin-right: 0;
	}
}
#local #container .service_detail .service_bloglist ul li .cat {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
#local #container .service_detail .service_bloglist ul li .cat a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}
#local #container .service_detail .service_bloglist ul li .photo {
	position: relative;
	margin-bottom: 20px;
}
#local #container .service_detail .service_bloglist ul li .photo img {
	border-radius: 10px;
}
#local #container .service_detail .service_bloglist ul li h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	line-height: 1.6;
}
#local #container .service_detail .service_bloglist ul li .date {
	font-size: 1.2rem;
}
#local #container .service_detail .sec002 {
	background: #fff1e8;
}
#local #container .service_detail .sec002 .inner h2 {
	margin: 0 auto 50px;
}
#local #container .service_detail .sec002 .inner ul {
	padding: 50px;
	box-shadow: 0 0 8px #ededed;
	background: #fff;
	border-radius: 30px;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec002 .inner ul {
		padding: 25px;
	}
}
#local #container .service_detail .sec002 .inner ul li {
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .service_detail .sec002 .inner ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#local #container .service_detail .sec002 .inner ul li figure {
	width: 320px;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec002 .inner ul li figure {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .service_detail .sec002 .inner ul li .cont {
	width: 405px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec002 .inner ul li .cont {
		width: 100%;
	}
}
#local #container .service_detail .sec002 .inner ul li .cont h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	line-height: 1.6;
}
#local #container .service_detail .sec002 .inner ul li .cont h3 span {
	font-family: "Montserrat", sans-serif;
	font-size: 5rem;
	color: #ff7817;
	margin-right: 20px;
}
#local #container .service_detail .sec003 .inner h2 {
	margin: 0 auto 50px;
}
#local #container .service_detail .sec003 .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#local #container .service_detail .sec003 .inner ul li {
	background: #fff1e8;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 30px;
	width: calc(25% - 20px);
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec003 .inner ul li {
		width: calc(50% - 10px);
	}
}
#local #container .service_detail .sec003 .inner ul li figure {
	margin-bottom: 20px;
}
#local #container .service_detail .sec003 .inner ul li h3 {
	line-height: 1.6;
	font-size: 2rem;
	font-weight: 700;
}
#local #container .service_detail .sec005 {
	background: var(--wpr-bg-488d5142-8195-458f-83a9-4ed064edafbf) no-repeat left center/contain;
}
#local #container .service_detail .sec005 h2 {
	margin: 0 auto 50px;
}
#local #container .service_detail .sec005 .box {
	border-radius: 30px;
	border: 1px solid #ff7817;
	background: #fff;
	padding: 50px 70px;
	max-width: 880px;
	box-sizing: border-box;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec005 .box {
		padding: 25px;
	}
}
#local #container .service_detail .sec005 .box h3 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	line-height: 1.7;
	margin-bottom: 20px;
}
#local #container .service_detail .sec005 .box h3 span {
	border-bottom: 3px dotted #ff7817;
}
#local #container .service_detail .sec005 .box .pop {
	max-width: 400px;
	margin: 0 auto 30px;
	position: relative;
	background: #ffe4d1;
	padding: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec005 .box .pop {
		max-width: 100%;
	}
}
#local #container .service_detail .sec005 .box .pop span {
	color: #cc0000;
}
#local #container .service_detail .sec005 .box .pop::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffe4d1;
}
#local #container .service_detail .sec005 .box .txt {
	margin-bottom: 40px;
}
#local #container .service_detail .sec005 .box .price_num {
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 7rem;
	font-weight: 700;
	color: #ff7817;
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec005 .box .price_num {
		font-size: 4rem;
		line-height: 1;
	}
}
#local #container .service_detail .sec005 .box .price_num span {
	font-size: 2rem;
}
#local #container .service_detail .sec005 .box .list li {
	margin-bottom: 20px;
	line-height: 1.6;
}
#local #container .service_detail .sec005 .box .list li span {
	color: #cc0000;
}
#local #container .service_detail .sec005 .box .list li::before {
	font-family: FontAwesome;
	content: "\f058";
	margin-right: 10px;
	color: #ff7817;
}
#local #container .service_detail .sec005 .box .list li:last-child {
	margin-bottom: 0;
}
#local #container .service_detail .sec006 .inner {
	max-width: 880px;
}
#local #container .service_detail .sec006 .inner h3 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#local #container .service_detail .sec006 .inner h3 span {
	border-bottom: 3px dotted #ff7817;
}
#local #container .service_detail .sec006 .inner .info {
	margin-bottom: 50px;
}
#local #container .service_detail .sec006 .inner .info table {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 30px;
	border-spacing: 5px;
}
#local #container .service_detail .sec006 .inner .info table tr.tit td {
	background: #ffe4d1;
	color: #ff7817;
	text-align: center;
}
#local #container .service_detail .sec006 .inner .info table tr td {
	padding: 15px;
}
#local #container .service_detail .sec006 .inner .info table tr td.result {
	color: #cc0000;
	text-align: center;
	font-size: 2rem;
}
#local #container .service_detail .sec006 .inner .info table tr:nth-child(even) td {
	background: #fff1e8;
}
#local #container .service_detail .sec007 {
	margin: 30px 0;
	padding: 50px 0;
	clear: both;
	overflow: hidden;
	background: var(--wpr-bg-d2dbbbe9-dcae-4f79-ae0a-7ba9b74e8bea) no-repeat right center/contain;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec007 {
		background: var(--wpr-bg-a419ca60-39d4-457f-9b5b-dfc26c2ad10f) no-repeat right center/cover;
	}
}
#local #container .service_detail .sec007 .box01 {
	background: 0;
	padding: 0;
}
#local #container .service_detail .sec007 figure {
	width: 40%;
	float: left;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec007 figure {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}
#local #container .service_detail .sec007 figure img {
	border-radius: 0 30px 30px 0;
}
#local #container .service_detail .sec007 .inner {
	padding-left: 30%;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec007 .inner {
		padding: 0 15px;
	}
}
#local #container .service_detail .sec007 .inner h3 {
	font-size: 2.4rem;
	display: inline-block;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: 700;
}
#local #container .service_detail .sec007 .inner h3 span {
	border-bottom: 3px dotted #ff7817;
}
#local #container .service_detail .sec007 .inner h4 {
	font-size: 2rem;
	font-weight: 700;
	color: #ff7817;
	margin-bottom: 20px;
}
#local #container .service_detail .sec008 .inner h3 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#local #container .service_detail .sec008 .inner h3 span {
	border-bottom: 3px dotted #ff7817;
}
#local #container .service_detail .sec008 .inner table {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 30px;
	border-spacing: 5px;
}
#local #container .service_detail .sec008 .inner table tr.tit td {
	background: #ffe4d1;
	color: #ff7817;
	text-align: center;
}
#local #container .service_detail .sec008 .inner table tr td {
	padding: 15px;
}
#local #container .service_detail .sec008 .inner table tr td.result {
	color: #cc0000;
	text-align: center;
	font-size: 2rem;
}
#local #container .service_detail .sec008 .inner table tr:nth-child(even) td {
	background: #fff1e8;
}
#local #container .service_detail .sec009 {
	background: #fcf2f2;
	margin-top: 100px;
}
#local #container .service_detail .sec009 h2 {
	margin: -100px auto 50px;
}
#local #container .service_detail .sec009 .flow {
	border-radius: 30px;
	border: 1px solid #ff7817;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec009 .flow {
		padding: 20px;
	}
}
#local #container .service_detail .sec009 .flow .flow_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
#local #container .service_detail .sec009 .flow .flow_box::before {
	content: url(../../../../../../../../themes/bssp/img/service/ico_step01.png);
	margin-right: 30px;
}
#local #container .service_detail .sec009 .flow .flow_box .cont {
	width: 405px;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec009 .flow .flow_box .cont {
		width: 70%;
		margin-bottom: 20px;
	}
}
#local #container .service_detail .sec009 .flow .flow_box .cont h3 {
	font-size: 3rem;
	font-weight: 700;
	color: #ff7817;
	margin-bottom: 30px;
	line-height: 1.6;
}
#local #container .service_detail .sec009 .flow .flow_box .cont ul {
	list-style: disc;
	padding-left: 1em;
	line-height: 2;
}
#local #container .service_detail .sec009 .flow .flow_box figure {
	width: 255px;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .sec009 .flow .flow_box figure {
		width: 100%;
	}
}
#local #container .service_detail .sec009 .flow .flow_box:nth-child(3)::before {
	content: url(../../../../../../../../themes/bssp/img/service/ico_step02.png);
	margin-right: 30px;
}
#local #container .service_detail .sec009 .flow .flow_box:nth-child(5)::before {
	content: url(../../../../../../../../themes/bssp/img/service/ico_step03.png);
	margin-right: 30px;
}
#local #container .service_detail .sec009 .flow .flow_box:nth-child(7)::before {
	content: url(../../../../../../../../themes/bssp/img/service/ico_step04.png);
	margin-right: 30px;
}
#local #container .service_detail .sec009 .flow .arrow {
	margin-bottom: 20px;
}
#local #container .service_detail .toContact .inner {
	max-width: 830px;
}
#local #container .service_detail .toContact .inner .bnr a {
	padding: 50px;
	box-sizing: border-box;
	display: block;
	font-size: 2rem;
	line-height: 2;
	text-decoration: none;
	color: #fff;
	background: #ff7817;
	border-radius: 30px;
	text-align: center;
	font-weight: 700;
	position: relative;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .toContact .inner .bnr a {
		padding: 15px;
	}
}
#local #container .service_detail .toContact .inner .bnr a::before {
	content: "";
	background-color: #ff7817;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	position: absolute;
	right: 30px;
	top: 40%;
}
#local #container .service_detail .toContact .inner .bnr a:hover {
	opacity: 0.8;
}
#local #container .service_detail .service_list {
	margin: 60px 0 40px;
	background: var(--wpr-bg-3713151f-d478-4194-a46c-8d2d732a523f) no-repeat left center/90%;
}
#local #container .service_detail .service_list h2 {
	text-align: center;
	margin: 0 auto 50px;
}
#local #container .service_detail .service_list .inner .flex {
	justify-content: space-between;
}
#local #container .service_detail .service_list .inner .flex li {
	width: calc(33.33333% - 20px);
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 0 0 8px #ededed;
	box-sizing: border-box;
	background: #fff;
	border: 3px solid transparent;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .service_list .inner .flex li {
		width: calc(50% - 10px);
	}
}
#local #container .service_detail .service_list .inner .flex li figure {
	margin: 0;
}
#local #container .service_detail .service_list .inner .flex li .cont {
	background: #fff;
	padding: 15px;
	border-radius: 0 0 15px 15px;
	font-size: 1.4rem;
}
#local #container .service_detail .service_list .inner .flex li:hover {
	border: 3px solid #ec8334;
}
#local #container .service_detail .service_list .inner .flex li a {
	text-decoration: none;
}
#local #container .service_detail .service_list .inner .more01 a {
	margin: 50px auto 0;
}
#local #container .service_detail .intro ul.pagenav {
	max-width: 900px;
	margin: 5% auto 0;
	display: flex;
	flex-wrap: wrap;
}
#local #container .service_detail .intro ul.pagenav li {
	width: calc(33.3333% - 3%);
	margin: 0 3% 3% 0;
	padding: 0 0 10px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#local #container .service_detail .intro ul.pagenav li::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transform: rotate(45deg);
}
#local #container .service_detail .intro ul.pagenav li a {
	display: block;
	text-decoration: none;
}
#local #container .service_detail .intro ul.pagenav li:nth-child(n3) {
	margin: 0 0 3%;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .intro ul.pagenav {
		max-width: 90%;
		margin: 10% auto 0;
	}
	#local #container .service_detail .intro ul.pagenav li {
		width: calc(50% - 3%);
		margin: 0 5.2% 3% 0;
	}
	#local #container .service_detail .intro ul.pagenav li:nth-child(n3) {
		margin: 0 3% 3% 0;
	}
	#local #container .service_detail .intro ul.pagenav li:nth-child(even) {
		margin: 0 0 3%;
	}
	#local #container .service_detail .intro ul.pagenav li::after {
		width: 6px;
		height: 6px;
	}
}
#local #container .service_detail .faq_area {
	margin: 100px auto 50px;
}
#local #container .service_detail .faq_area .inner {
	max-width: 830px;
}
#local #container .service_detail .faq_area .inner h2 {
	margin: 0 auto 2%;
}
#local #container .service_detail .faq_area .inner dl {
}
#local #container .service_detail .faq_area .inner dl dt {
	margin: 0 0 2%;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
#local #container .service_detail .faq_area .inner dl dt::before {
	content: "Q.";
	width: 25px;
	margin: 0 20px 0 0;
	padding: 18px 10px 27px;
	background: #ff7817;
	color: #fff;
	font-size: 3rem;
	line-height: 0;
}
#local #container .service_detail .faq_area .inner dl dt::after {
	content: "＋";
	width: 25px;
	position: absolute;
	top: 45%;
	right: 0;
	color: #ff7817;
	font-size: 2.4rem;
	line-height: 0;
}
#local #container .service_detail .faq_area .inner dl dt.active::after {
	content: "－";
}
#local #container .service_detail .faq_area .inner dl dd {
	margin: 0 0 5%;
	padding: 0 0 0 65px;
	position: relative;
	display: none;
	font-size: 1.4rem;
	line-height: 1.5;
}
#local #container .service_detail .faq_area .inner dl dd::before {
	content: "A.";
	width: 25px;
	position: absolute;
	left: 12px;
	top: 10px;
	color: #ff7817;
	font-size: 3rem;
	line-height: 0;
}
#local #container .service_detail .faq_area .inner dl + p {
	margin: 5% auto 0;
	max-width: 290px;
}
@media screen and (max-width: 767px) {
	#local #container .service_detail .faq_area .inner h2 {
		margin: 0 auto 10%;
	}
	#local #container .service_detail .faq_area .inner dl dt::before {
		width: auto;
		margin: 0 10px 0 0;
		padding: 18px 11px 22px;
		font-size: 2rem;
	}
	#local #container .service_detail .faq_area .inner dl dt span {
		width: calc(80% - 25px);
	}
	#local #container .service_detail .faq_area .inner dl dd {
		padding: 0 0 0 45px;
	}
	#local #container .service_detail .faq_area .inner dl dd::before {
		font-size: 2rem;
	}
	#local #container .service_detail .faq_area .inner dl dd::before {
		font-size: 2rem;
	}
	#local #container .service_detail .faq_area .inner dl + p {
		margin: 10% auto 0;
	}
}
/*=======================================================

    幼稚園・保育園バス

========================================================*/
#local #container .kindergarten .title {
	background: var(--wpr-bg-7f88bc7a-032c-47d7-af64-f47e8dc90e3a) no-repeat top center/cover;
}
/*=======================================================

    従業員送迎バス

========================================================*/
#local #container .employee .title {
	background: var(--wpr-bg-f60069bd-9bab-4047-bdc0-6cfcc964cdfc) no-repeat top center/cover;
}
/*=======================================================

    派遣スタッフ送迎バス

========================================================*/
#local #container .dispatched .title {
	background: var(--wpr-bg-86120691-2c68-4e2e-9c74-46e221912204) no-repeat top center/cover;
}
/*=======================================================

    医療・介護施設送迎バス

========================================================*/
#local #container .medical .title {
	background: var(--wpr-bg-31b81ec8-caef-4f04-bb2f-cfefc1d29532) no-repeat top center/cover;
	height: 260px;
}
@media screen and (max-width: 767px) {
	#local #container .medical .title {
		background: var(--wpr-bg-bd5878c3-0731-4250-bc30-7c72909c4d78) no-repeat top center/cover;
		height: 200px;
	}
}
#local #container .medical .intro {
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#local #container .medical .intro {
		padding: 0 15px;
	}
}
#local #container .medical .intro .inner {
	padding: 20px 65px 20px 65px;
	margin-top: -50px;
}
@media screen and (max-width: 767px) {
	#local #container .medical .intro .inner {
		padding: 20px 20px 15px;
	}
}
#local #container .medical .intro .inner h2 {
	margin-bottom: 0;
}
#local #container .medical .intro figure {
	margin: 30px 0 50px;
}
#local #container .medical .intro .problem {
	text-align: center;
	margin-top: 30px;
}
#local #container .medical .intro .problem h3 {
	display: inline-block;
	background: linear-gradient(transparent 60%, #faebaf 60%);
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#local #container .medical .intro .problem h3 {
		font-size: 2.5rem;
	}
}
#local #container .medical .intro .problem h3 span {
	color: #e57b2c;
}
#local #container .medical .intro .problem ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#local #container .medical .intro .problem ul li {
	width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
	#local #container .medical .intro .problem ul li {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
}
#local #container .medical .intro .problem ul::after {
	content: url(../../../../../../../../themes/bssp/img/service/medical/fig_arrow.png);
	display: block;
	margin: 20px auto 0;
	text-align: center;
}
#local #container .medical .intro .problem .catch {
	font-size: 4rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#local #container .medical .intro .problem .catch {
		font-size: 2.5rem;
	}
}
#local #container .medical .intro .problem .catch span {
	color: #e57b2c;
}
/*=======================================================

    スクールバス

========================================================*/
#local #container .school .title {
	background: var(--wpr-bg-918d0fed-b85c-4916-a3a4-18985e96e863) no-repeat top center/cover;
}
/*=======================================================

    マンション居住者専用バス

========================================================*/
#local #container .apartment .title {
	background: var(--wpr-bg-9fd1ddc9-92d0-4f15-a3c9-b1ceb5d4e92e) no-repeat top center/cover;
}
/*=======================================================

    人工透析送迎バス

========================================================*/
#local #container .dialysis .title {
	background: var(--wpr-bg-b0b4eecf-c7e4-4811-aa32-2d540e0668e4) no-repeat top center/cover;
}
/*=======================================================

    ホテル送迎バス

========================================================*/
#local #container .hotel .title {
	background: var(--wpr-bg-782d3ebb-709c-4aa9-ac33-b270e7089290) no-repeat top center/cover;
}
/*=======================================================

    役員送迎

========================================================*/
#local #container .officer .title {
	background: var(--wpr-bg-c563f8d7-c700-44af-8700-46359f966ef9) no-repeat top center/cover;
}
#local #container .officer .intro .inner {
	border-radius: 0;
}
#local #container .officer .intro .inner h2 {
	background-image: var(--wpr-bg-693f21ec-4741-44a6-b5b2-49efdf96cc81), var(--wpr-bg-60c057e9-bc8d-4470-b36b-0666351435a2);
	color: #000;
}
#local #container .officer .intro .inner h2::first-letter {
	color: #000;
}
#local #container .officer h2.style02 {
	background-image: var(--wpr-bg-23a82f24-c15c-4f1a-b2de-097a63f421ee), var(--wpr-bg-9c179168-86de-45ac-bc68-ceab4f3bebd6);
}
#local #container .officer .dot {
	border-bottom: 3px dotted #000 !important;
}
#local #container .officer .service_detail {
	font-size: 1.6rem;
}
#local #container .officer .service_detail .box01 {
	background: var(--wpr-bg-456555c0-5f47-4287-b1f5-202fa37455b2) no-repeat right center/contain;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .box01 {
		background: var(--wpr-bg-72865930-8f60-4505-8e58-c21e9f5cec05) no-repeat right center/cover;
	}
}
#local #container .officer .service_detail .box01 figure img {
	border-radius: 0;
}
#local #container .officer .service_detail .box02 {
	background: var(--wpr-bg-6f11626c-0e20-49a0-b884-e2a8c42bbb6d) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .box02 {
		background: var(--wpr-bg-2d380832-ec6f-41bb-a59a-9016af877ee1) no-repeat left center/cover;
	}
}
#local #container .officer .service_detail .box02 figure img {
	border-radius: 0;
}
#local #container .officer .service_detail .sec002 {
	background: #e1e1e1;
}
#local #container .officer .service_detail .sec002 .inner h2 {
	margin: 0 auto 50px;
}
#local #container .officer .service_detail .sec002 .inner h2 span {
	color: #000;
}
#local #container .officer .service_detail .sec002 .inner h2::first-letter {
	color: #000;
}
#local #container .officer .service_detail .sec002 .inner ul {
	padding: 50px;
	box-shadow: 0 0 8px #ededed;
	background: #fff;
	border-radius: 0;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec002 .inner ul {
		padding: 25px;
	}
}
#local #container .officer .service_detail .sec002 .inner ul li {
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .officer .service_detail .sec002 .inner ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#local #container .officer .service_detail .sec002 .inner ul li figure {
	width: 320px;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec002 .inner ul li figure {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .officer .service_detail .sec002 .inner ul li .cont {
	width: 405px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec002 .inner ul li .cont {
		width: 100%;
	}
}
#local #container .officer .service_detail .sec002 .inner ul li .cont h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
#local #container .officer .service_detail .sec002 .inner ul li .cont h3 span {
	font-family: "Montserrat", sans-serif;
	font-size: 5rem;
	color: #000;
	margin-right: 20px;
}
#local #container .officer .service_detail .sec003 .inner h2 {
	margin: 0 auto 50px;
	color: #000;
}
#local #container .officer .service_detail .sec003 .inner h2 span {
	color: #000;
}
#local #container .officer .service_detail .sec003 .inner h2::first-letter {
	color: #000;
}
#local #container .officer .service_detail .sec003 .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#local #container .officer .service_detail .sec003 .inner ul li {
	background: #fff1e8;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 30px;
	width: calc(25% - 20px);
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec003 .inner ul li {
		width: calc(50% - 10px);
	}
}
#local #container .officer .service_detail .sec003 .inner ul li figure {
	margin-bottom: 20px;
}
#local #container .officer .service_detail .sec003 .inner ul li h3 {
	line-height: 1.6;
	font-size: 2rem;
	font-weight: 700;
}
#local #container .officer .service_detail .sec005 {
	background: 0;
}
#local #container .officer .service_detail .sec005 h2 {
	margin: 0 auto 50px;
	color: #000;
}
#local #container .officer .service_detail .sec005 h2 span {
	color: #000;
}
#local #container .officer .service_detail .sec005 h2::first-letter {
	color: #000;
}
#local #container .officer .service_detail .sec005 .box {
	border-radius: 0;
	border: 1px solid #000;
	background: #fff;
	padding: 50px 70px;
	max-width: 880px;
	box-sizing: border-box;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec005 .box {
		padding: 25px;
	}
}
#local #container .officer .service_detail .sec005 .box h3 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#local #container .officer .service_detail .sec005 .box h3 span {
	border-bottom: 3px dotted #000;
}
#local #container .officer .service_detail .sec005 .box .pop {
	max-width: 400px;
	margin: 0 auto 30px;
	position: relative;
	background: #ffe4d1;
	padding: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec005 .box .pop {
		max-width: 100%;
	}
}
#local #container .officer .service_detail .sec005 .box .pop span {
	color: #cc0000;
}
#local #container .officer .service_detail .sec005 .box .pop::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffe4d1;
}
#local #container .officer .service_detail .sec005 .box .txt {
	margin-bottom: 40px;
}
#local #container .officer .service_detail .sec005 .box .price_num {
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 7rem;
	font-weight: 700;
	color: #ff7817;
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec005 .box .price_num {
		font-size: 4rem;
		line-height: 1;
	}
}
#local #container .officer .service_detail .sec005 .box .price_num span {
	font-size: 2rem;
}
#local #container .officer .service_detail .sec005 .box .list li {
	margin-bottom: 20px;
	line-height: 1.6;
}
#local #container .officer .service_detail .sec005 .box .list li span {
	color: #cc0000;
}
#local #container .officer .service_detail .sec005 .box .list li::before {
	font-family: FontAwesome;
	content: "\f058";
	margin-right: 10px;
	color: #ff7817;
}
#local #container .officer .service_detail .sec005 .box .list li:last-child {
	margin-bottom: 0;
}
#local #container .officer .service_detail .sec006 .inner {
	max-width: 880px;
}
#local #container .officer .service_detail .sec006 .inner h3 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#local #container .officer .service_detail .sec006 .inner h3 span {
	border-bottom: 3px dotted #000;
}
#local #container .officer .service_detail .sec006 .inner .info {
	margin-bottom: 50px;
}
#local #container .officer .service_detail .sec006 .inner .info table {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 30px;
	border-spacing: 5px;
}
#local #container .officer .service_detail .sec006 .inner .info table tr.tit td {
	background: #e1e1e1;
	color: #000;
	text-align: center;
}
#local #container .officer .service_detail .sec006 .inner .info table tr td {
	padding: 15px;
}
#local #container .officer .service_detail .sec006 .inner .info table tr td.result {
	color: #cc0000;
	text-align: center;
	font-size: 2rem;
}
#local #container .officer .service_detail .sec006 .inner .info table tr:nth-child(even) td {
	background: #f2f2f2;
}
#local #container .officer .service_detail .sec007 {
	margin: 30px 0;
	padding: 50px 0;
	clear: both;
	overflow: hidden;
	background: var(--wpr-bg-26d4f05a-6d36-4928-8b74-447b92a27b70) no-repeat right center/contain;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec007 {
		background: var(--wpr-bg-ee69a668-df32-4e77-b489-56e055c46691) no-repeat right center/cover;
	}
}
#local #container .officer .service_detail .sec007 .box01 {
	background: 0;
	padding: 0;
}
#local #container .officer .service_detail .sec007 figure {
	width: 40%;
	float: left;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec007 figure {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}
#local #container .officer .service_detail .sec007 figure img {
	border-radius: 0 30px 30px 0;
}
#local #container .officer .service_detail .sec007 .inner {
	padding-left: 30%;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec007 .inner {
		padding: 0 15px;
	}
}
#local #container .officer .service_detail .sec007 .inner h3 {
	font-size: 2.4rem;
	display: inline-block;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: 700;
}
#local #container .officer .service_detail .sec007 .inner h3 span {
	border-bottom: 3px dotted #000;
}
#local #container .officer .service_detail .sec007 .inner h4 {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
#local #container .officer .service_detail .sec008 .inner h3 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#local #container .officer .service_detail .sec008 .inner h3 span {
	border-bottom: 3px dotted #000;
}
#local #container .officer .service_detail .sec008 .inner table {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 30px;
	border-spacing: 5px;
}
#local #container .officer .service_detail .sec008 .inner table tr.tit td {
	background: #e1e1e1;
	color: #000;
	text-align: center;
}
#local #container .officer .service_detail .sec008 .inner table tr td {
	padding: 15px;
}
#local #container .officer .service_detail .sec008 .inner table tr td.result {
	color: #cc0000;
	text-align: center;
	font-size: 2rem;
}
#local #container .officer .service_detail .sec008 .inner table tr:nth-child(even) td {
	background: #f2f2f2;
}
#local #container .officer .service_detail .sec010 .inner h3 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#local #container .officer .service_detail .sec010 .inner h3 span {
	border-bottom: 3px dotted #000;
}
#local #container .officer .service_detail .sec009 {
	background: #e1e1e1;
	margin-top: 100px;
}
#local #container .officer .service_detail .sec009 h2 {
	margin: -100px auto 50px;
	color: #000;
}
#local #container .officer .service_detail .sec009 h2::first-letter {
	color: #000;
}
#local #container .officer .service_detail .sec009 .flow {
	border-radius: 0;
	border: 1px solid #000;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec009 .flow {
		padding: 20px;
	}
}
#local #container .officer .service_detail .sec009 .flow .flow_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
#local #container .officer .service_detail .sec009 .flow .flow_box::before {
	content: url(../../../../../../../../themes/bssp/img/service/officer/ico_step01.png);
	margin-right: 30px;
}
#local #container .officer .service_detail .sec009 .flow .flow_box .cont {
	width: 405px;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec009 .flow .flow_box .cont {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .officer .service_detail .sec009 .flow .flow_box .cont h3 {
	font-size: 3rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}
#local #container .officer .service_detail .sec009 .flow .flow_box .cont ul {
	list-style: disc;
	padding-left: 1em;
	line-height: 2;
}
#local #container .officer .service_detail .sec009 .flow .flow_box figure {
	width: 255px;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .sec009 .flow .flow_box figure {
		width: 100%;
	}
}
#local #container .officer .service_detail .sec009 .flow .flow_box:nth-child(3)::before {
	content: url(../../../../../../../../themes/bssp/img/service/officer/ico_step02.png);
	margin-right: 30px;
}
#local #container .officer .service_detail .sec009 .flow .flow_box:nth-child(5)::before {
	content: url(../../../../../../../../themes/bssp/img/service/officer/ico_step03.png);
	margin-right: 30px;
}
#local #container .officer .service_detail .sec009 .flow .flow_box:nth-child(7)::before {
	content: url(../../../../../../../../themes/bssp/img/service/officer/ico_step04.png);
	margin-right: 30px;
}
#local #container .officer .service_detail .sec009 .flow .arrow {
	margin-bottom: 20px;
}
#local #container .officer .service_detail .toContact .inner .bnr a {
	padding: 50px;
	box-sizing: border-box;
	display: block;
	font-size: 2rem;
	line-height: 2;
	text-decoration: none;
	color: #fff;
	background: #000;
	border-radius: 0;
	text-align: center;
	font-weight: 700;
	position: relative;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .toContact .inner .bnr a {
		padding: 25px;
	}
}
#local #container .officer .service_detail .toContact .inner .bnr a::before {
	content: "";
	background-color: #ff7817;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/long-arrow-alt-right-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	position: absolute;
	right: 30px;
	top: 40%;
}
#local #container .officer .service_detail .toContact .inner .bnr a:hover {
	opacity: 0.8;
}
#local #container .officer .service_detail .service_list {
	margin: 60px 0 40px;
	background: var(--wpr-bg-a8bb0ecd-99f5-4ea4-b0fa-e3b40f98f737) no-repeat left center/90%;
}
#local #container .officer .service_detail .service_list h2 {
	text-align: center;
	margin: 0 auto 50px;
}
#local #container .officer .service_detail .service_list .inner .flex {
	justify-content: space-between;
}
#local #container .officer .service_detail .service_list .inner .flex li {
	width: calc(33.33333% - 20px);
	margin-bottom: 20px;
	border-radius: 25px;
	box-shadow: 0 0 8px #ededed;
}
@media screen and (max-width: 767px) {
	#local #container .officer .service_detail .service_list .inner .flex li {
		width: calc(50% - 10px);
	}
}
#local #container .officer .service_detail .service_list .inner .flex li .cont {
	background: #fff;
	padding: 15px;
}
#local #container .officer .service_detail .service_list .inner .more01 a {
	margin: 50px auto 0;
}
/*=======================================================

    選ばれる理由

========================================================*/
#local #container .reason .title {
	background: var(--wpr-bg-418f28b4-272f-4984-aa46-04c932274526) no-repeat top center/cover;
}
#local #container .reason .sec001 .inner {
	max-width: 830px;
}
#local #container .reason .sec001 .inner .flex {
	margin-bottom: 40px;
	justify-content: space-between;
}
#local #container .reason .sec001 .inner .flex .cont {
	width: 405px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#local #container .reason .sec001 .inner .flex .cont {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .reason .sec001 .inner .flex figure {
	width: 340px;
}
@media screen and (max-width: 767px) {
	#local #container .reason .sec001 .inner .flex figure {
		width: 100%;
	}
}
#local #container .reason .sec003 .inner .sdgs_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 70px 20px;
	background-image: var(--wpr-bg-472d7f32-f959-4734-a059-23341d1e886a), var(--wpr-bg-472d7f32-f959-4734-a059-23341d1e886a);
	background-size: 100%, 100%;
	background-repeat: no-repeat, no-repeat;
	background-position:
		top center,
		bottom center;
}
#local #container .reason .sec003 .inner .sdgs_wrap figure {
	width: 48%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .reason .sec003 .inner .sdgs_wrap figure {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .reason .sec003 .inner .sdgs_wrap .cont {
	width: 48%;
	font-size: 1.6rem;
}
#local #container .reason .sec003 .inner .sdgs_wrap .cont p {
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	#local #container .reason .sec003 .inner .sdgs_wrap .cont {
		width: 100%;
	}
}
#local #container .reason .sec002 .more01 {
	margin-top: 30px;
	text-align: right;
}
/*=======================================================

    安全への取り組み

========================================================*/
#local #container .safety .title {
	background: var(--wpr-bg-c61fef16-a4e4-4408-95b9-b665e7865612) no-repeat top center/cover;
}
#local #container .safety .sec001 .inner {
	max-width: 830px;
}
#local #container .safety .sec001 .inner .lead {
	line-height: 1.8;
	margin-bottom: 50px;
	font-size: 1.8rem;
	font-weight: 700;
}
#local #container .safety .sec001 .inner .movie .movie-info {
	color: #fff;
}
#local #container .safety .sec001 .inner .movie .slider-pro-wrap {
	background-color: #333;
	padding: 10px 0;
	margin-bottom: 20px;
}
#local #container .safety .sec001 .inner .movie #slider2.sp-horizontal .sp-arrows {
	top: 50% !important;
}
#local #container .safety .sec001 .inner .movie #slider2 .sp-slides {
	width: 640px;
	margin: 0 auto;
}
#local #container .safety .sec001 .inner .movie #slider2 .sp-next-arrow {
	background: var(--wpr-bg-bd783e01-5aa3-4236-9d39-9b6c2ac9eacc);
	right: -48px;
	width: 36px;
	height: 36px;
}
#local #container .safety .sec001 .inner .movie #slider2 .sp-previous-arrow {
	background: var(--wpr-bg-b6d1fa40-e2ce-4142-8e19-2f8fb2874594);
	left: -48px;
	width: 36px;
	height: 36px;
}
#local #container .safety .sec001 .inner .movie #slider2 a.sp-video:after {
	top: inherit !important;
	bottom: 160px !important;
}
#local #container .safety .sec001 .inner .movie .sp-next-arrow:after,
#local #container .safety .sec001 .inner .movie .sp-next-arrow:before,
#local #container .safety .sec001 .inner .movie .sp-previous-arrow:after,
#local #container .safety .sec001 .inner .movie .sp-previous-arrow:before {
	display: none;
}
@media (max-width: 800px) {
	#local #container .safety .sec001 .inner .movie #slider2 .sp-slides {
		width: 100%;
	}
	#local #container .safety .sec001 .inner .movie #slider2 .sp-next-arrow {
		background: var(--wpr-bg-849c6cdf-ed39-4b81-820e-aa680daf767b);
		right: 0px;
	}
	#local #container .safety .sec001 .inner .movie #slider2 .sp-previous-arrow {
		background: var(--wpr-bg-07f96927-afda-41a7-b690-76d4362f6b5e);
		left: 0px;
	}
	#local #container .safety .sec001 .inner .movie #slider2 a.sp-video:after {
		bottom: 60px !important;
	}
}
/*=======================================================

    運行管理請負業の強み

========================================================*/
#local #container .strengths .title {
	background: var(--wpr-bg-acd8f9ed-033a-4cc1-be6c-ac24557a6486) no-repeat top center/cover;
}
#local #container .strengths .sec001 .inner {
	max-width: 830px;
}
#local #container .strengths .sec001 .inner .lead {
	line-height: 1.8;
	margin-bottom: 50px;
	font-size: 1.8rem;
	font-weight: 700;
}
/*=======================================================

     DXへの取り組み

========================================================*/
#local #container .dx .title {
	background: var(--wpr-bg-80a29ce1-d034-4c94-bc6e-dbbce2d73b6d) no-repeat top center/cover;
}
#local #container .dx .sec001 .inner {
	max-width: 830px;
}
#local #container .dx .sec001 .inner .lead {
	line-height: 1.8;
	margin-bottom: 50px;
	font-size: 1.8rem;
	font-weight: 700;
}
#local #container .dx .sec002 .inner .box {
	margin-bottom: 40px;
	padding: 35px;
	border: 2px solid #ff7817;
	background: #fff;
	border-radius: 20px;
}
#local #container .dx .sec002 .inner .box h3 {
	font-size: 3.2rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#local #container .dx .sec002 .inner .box h3 span {
	border-bottom: 3px dotted #ff7817;
}
#local #container .dx .sec002 .inner .box .flex {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#local #container .dx .sec002 .inner .box .flex .cont {
	width: 56%;
}
@media screen and (max-width: 767px) {
	#local #container .dx .sec002 .inner .box .flex .cont {
		width: 100%;
		margin-bottom: 30px;
	}
}
#local #container .dx .sec002 .inner .box .flex figure {
	width: 36%;
}
@media screen and (max-width: 767px) {
	#local #container .dx .sec002 .inner .box .flex figure {
		width: 100%;
	}
}
#local #container .dx .sec002 .inner .box .scene {
	margin-bottom: 20px;
}
#local #container .dx .sec002 .inner .box .scene h4 {
	padding-left: 10px;
	font-size: 2rem;
	font-weight: 700;
	border-left: 3px solid #ff7817;
	margin-bottom: 20px;
}
#local #container .dx .sec002 .inner .box .scene dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
}
#local #container .dx .sec002 .inner .box .scene dl dt {
	margin-bottom: 20px;
	font-weight: 700;
}
#local #container .dx .sec002 .inner .box .scene dl dd {
	width: 80%;
	line-height: 1.6;
	margin-bottom: 20px;
}
#local #container .dx .sec002 .inner .box .comment {
	padding: 25px;
	border: 1px dashed #ff7817;
	margin-bottom: 30px;
}
#local #container .dx .sec002 .inner .box .comment02 {
	padding: 25px;
	background: #fef2e9;
	font-size: 1.6rem;
}
#local #container .dx .sec002 .inner .box .comment02 h5 {
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	border-bottom: 1px dotted #ff7817;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
/*=======================================================

     ドライバー紹介

========================================================*/
#local #container .driver .title {
	background: var(--wpr-bg-80c430a4-5fb0-4c4e-9986-c8ec949a8894) no-repeat top center/cover;
}
#local #container .driver .diver_list .inner .lead {
	max-width: 830px;
	line-height: 1.8;
	margin-bottom: 50px;
	font-size: 1.8rem;
	font-weight: 700;
}
#local #container .driver .diver_list .inner .box {
	padding: 30px;
	border: 1px solid #ff7817;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#local #container .driver .diver_list .inner .box {
		padding: 15px;
	}
}
#local #container .driver .diver_list .inner .box .prof {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #ff7817;
	margin-bottom: 30px;
}
#local #container .driver .diver_list .inner .box .prof .cont {
	width: 48%;
}
@media screen and (max-width: 767px) {
	#local #container .driver .diver_list .inner .box .prof .cont {
		width: 100%;
		margin-bottom: 30px;
	}
}
#local #container .driver .diver_list .inner .box .prof .cont .tit {
	font-family: "Montserrat", sans-serif;
	color: #ff7817;
	display: inline-block;
	border-bottom: 2px solid #ff7817;
	margin-bottom: 20px;
	font-weight: 700;
}
#local #container .driver .diver_list .inner .box .prof .cont .catch {
	color: #ff7817;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
#local #container .driver .diver_list .inner .box .prof .cont .name {
	display: flex;
	align-items: center;
}
#local #container .driver .diver_list .inner .box .prof .cont .name .tag {
	background: #e5e5e5;
	color: #ff7817;
	padding: 5px;
	margin-right: 20px;
}
#local #container .driver .diver_list .inner .box .prof .cont .name h3 {
	font-weight: 700;
	font-size: 1.8rem;
}
#local #container .driver .diver_list .inner .box .prof figure {
	width: 48%;
}
@media screen and (max-width: 767px) {
	#local #container .driver .diver_list .inner .box .prof figure {
		width: 100%;
	}
}
#local #container .driver .diver_list .inner .box .flex {
	justify-content: space-between;
}
#local #container .driver .diver_list .inner .box .flex .interview {
	width: 55%;
}
@media screen and (max-width: 767px) {
	#local #container .driver .diver_list .inner .box .flex .interview {
		width: 100%;
		margin-bottom: 30px;
	}
}
#local #container .driver .diver_list .inner .box .flex .interview dl dt {
	color: #ff7817;
	font-weight: 700;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	line-height: 1.6;
}
#local #container .driver .diver_list .inner .box .flex .interview dl dt::before {
	content: "";
	width: 30px;
	background: #ff7817;
	height: 2px;
	margin-right: 10px;
}
#local #container .driver .diver_list .inner .box .flex .interview dl dd {
	font-size: 1.4rem;
	margin-bottom: 30px;
	line-height: 1.6;
}
#local #container .driver .diver_list .inner .box .flex .schedule {
	width: 41%;
	border: 1px solid #ff7817;
}
@media screen and (max-width: 767px) {
	#local #container .driver .diver_list .inner .box .flex .schedule {
		width: 100%;
	}
}
#local #container .driver .diver_list .inner .box .flex .schedule h4 {
	padding: 15px;
	background: #e5e5e5;
	color: #ff7817;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
#local #container .driver .diver_list .inner .box .flex .schedule h4::before {
	margin-right: 10px;
	font-family: FontAwesome;
	content: "\f017";
	color: #ff7817;
}
#local #container .driver .diver_list .inner .box .flex .schedule .wrap {
	padding: 15px;
}
#local #container .driver .diver_list .inner .box .flex .schedule .wrap ul {
	position: relative;
}
#local #container .driver .diver_list .inner .box .flex .schedule .wrap ul::before {
	content: "";
	height: 100%;
	width: 2px;
	background: #e5e5e5;
	position: absolute;
	left: 20px;
	z-index: -1;
}
#local #container .driver .diver_list .inner .box .flex .schedule .wrap ul li {
	display: flex;
	font-size: 1.4rem;
	align-items: center;
	margin-bottom: 20px;
}
#local #container .driver .diver_list .inner .box .flex .schedule .wrap ul li:last-child {
	margin-bottom: 0;
}
#local #container .driver .diver_list .inner .box .flex .schedule .wrap ul li .time {
	background: #e5e5e5;
	color: #ff7817;
	padding: 2px;
	font-weight: 700;
	margin-right: 20px;
	min-width: 45px;
	text-align: center;
}
/*=======================================================

     協力企業紹介

========================================================*/
#local #container .cooperation .title {
	background: var(--wpr-bg-f0b0b75f-afb5-40d6-83eb-29886d9e4c4c) no-repeat top center/cover;
}
#local #container .cooperation .sec001 .inner {
	max-width: 830px;
}
#local #container .cooperation .sec001 .inner .lead {
	line-height: 1.8;
	margin-bottom: 50px;
	font-size: 1.8rem;
	font-weight: 700;
}
#local #container .cooperation .corp_list .inner .logo_list {
	margin-bottom: 40px;
}
#local #container .cooperation .corp_list .inner .logo_list .flex {
	justify-content: center;
}
#local #container .cooperation .corp_list .inner .logo_list .flex li {
	min-height: 80px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #d5d5d5;
	margin-top: -1px;
	margin-left: -1px;
	width: calc(20% + 1px);
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#local #container .cooperation .corp_list .inner .logo_list .flex li {
		width: calc(50% + 1px);
	}
}
#local #container .cooperation .corp_list .inner .logo_list .flex li a {
	padding: 20px;
	text-align: center;
	display: block;
}
#local #container .cooperation .corp_list .inner .box_wrap {
	display: flex;
	flex-wrap: wrap;
}
#local #container .cooperation .corp_list .inner .box_wrap .box {
	width: calc(50% - 10px);
	padding: 30px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ff7817;
}
#local #container .cooperation .corp_list .inner .box_wrap .box:nth-child(2n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#local #container .cooperation .corp_list .inner .box_wrap .box {
		padding: 15px;
		width: 100%;
		margin-right: 0;
	}
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof {
	padding-bottom: 30px;
	border-bottom: 1px solid #ff7817;
	margin-bottom: 30px;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof .cont .tit {
	font-family: "Montserrat", sans-serif;
	color: #ff7817;
	display: inline-block;
	border-bottom: 2px solid #ff7817;
	margin-bottom: 10px;
	font-weight: 700;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof .cont .tit span {
	font-size: 3rem;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof .cont h3 {
	color: #ff7817;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#local #container .cooperation .corp_list .inner .box_wrap .box .prof .cont h3 {
		font-size: 2.3rem;
	}
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof .cont h3 a {
	color: #ff7817;
	text-decoration: none;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof .flex {
	align-items: flex-start;
	justify-content: space-between;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof .flex .name {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 51%;
}
@media screen and (max-width: 767px) {
	#local #container .cooperation .corp_list .inner .box_wrap .box .prof .flex .name {
		width: 60%;
		margin-bottom: 30px;
	}
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof .flex .name .tag {
	background: #e5e5e5;
	color: #ff7817;
	padding: 5px;
	margin-right: 10px;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof .flex .name h4 {
	font-weight: 700;
	font-size: 1.8rem;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .prof .flex figure {
	width: 45%;
}
@media screen and (max-width: 767px) {
	#local #container .cooperation .corp_list .inner .box_wrap .box .prof .flex figure {
		width: 37%;
	}
}
#local #container .cooperation .corp_list .inner .box_wrap .box .interview dl dt {
	color: #ff7817;
	font-weight: 700;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	line-height: 1.6;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .interview dl dt::before {
	content: "";
	width: 30px;
	background: #ff7817;
	height: 2px;
	margin-right: 10px;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .interview dl dd {
	font-size: 1.4rem;
	margin-bottom: 30px;
	line-height: 1.6;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .url {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .url::before {
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f35d";
	color: #ff7817;
}
#local #container .cooperation .corp_list .inner .box_wrap .box .url a {
	word-break: break-all;
}
/*=======================================================

    お問合せ

========================================================*/
#local #container .contact .title,
#local #container .contact_tel .title {
	background: var(--wpr-bg-45eef0da-919e-4488-84ba-34ace97a9d5b) no-repeat top center/cover;
}
#local #container .contact section .inner,
#local #container .contact_tel section .inner,
#local #container .contact-test section .inner,
#local #container .contact_tel section .inner {
	max-width: 830px;
}
#local #container .contact .intro .inner,
#local #container .contact_tel .intro .inner {
	margin-top: 0;
}
#local #container .contact .intro .inner .info,
#local #container .contact_tel .intro .inner .info {
	padding: 30px;
	background: #fff1e8;
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#local #container .contact .sec001 .inner dl,
#local #container .contact_tel .sec001 .inner dl {
	box-shadow: 0 0 8px #ededed;
	border-radius: 30px;
	border: 1px solid #ff7817;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#local #container .contact .sec001 .inner dl,
	#local #container .contact_tel .sec001 .inner dl {
		padding: 25px;
	}
}
#local #container .contact .sec001 .inner dl dt,
#local #container .contact_tel .sec001 .inner dl dt {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#local #container .contact .sec001 .inner dl dt span,
#local #container .contact_tel .sec001 .inner dl dt span {
	border-bottom: 3px dotted #ff7817;
}
#local #container .contact .sec001 .inner dl dd ul li,
#local #container .contact_tel .sec001 .inner dl dd ul li {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.6;
}
#local #container .contact .sec001 .inner dl dd ul li span,
#local #container .contact_tel .sec001 .inner dl dd ul li span {
	color: #cc0000;
}
#local #container .contact .sec001 .inner dl dd ul li::before,
#local #container .contact_tel .sec001 .inner dl dd ul li::before {
	font-family: FontAwesome;
	content: "\f058";
	margin-right: 10px;
	color: #ff7817;
}
#local #container .contact .sec001 .inner dl dd ul li:last-child,
#local #container .contact_tel .sec001 .inner dl dd ul li:last-child {
	margin-bottom: 0;
}
#local #container .contact .sec002 .inner,
#local #container .contact_tel .sec002 .inner {
	border: 1px solid #ff7817;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#local #container .contact .sec002 .inner,
	#local #container .contact_tel .sec002 .inner {
		border: 0;
	}
}
#local #container .contact .sec002 .inner h3,
#local #container .contact_tel .sec002 .inner h3 {
	background: #ff7817;
	padding: 15px;
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}
#local #container .contact .form,
#local #container .contact-test .form,
#local #container .contact_tel .form {
	background: #fff1e8;
	margin-top: 100px;
}
#local #container .contact .form .inner h2,
#local #container .contact-test .form .inner h2,
#local #container .contact_tel .form .inner h2 {
	margin: -100px auto 50px;
}
#local #container .contact .form .inner dl dt,
#local #container .contact-test .form .inner dl dt,
#local #container .contact_tel .form .inner dl dt {
	background: #ee7a24;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	position: relative;
	font-size: 2.2rem;
	cursor: pointer;
}
#local #container .contact .form .inner dl dt::after,
#local #container .contact-test .form .inner dl dt::after,
#local #container .contact_tel .form .inner dl dt::after {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/chevron-up-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/chevron-up-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	position: absolute;
	top: 20px;
	right: 20px;
}
#local #container .contact .form .inner dl dt.active::after,
#local #container .contact-test .form .inner dl dt.active::after,
#local #container .contact_tel .form .inner dl dt.active::after {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	-webkit-mask: url(../../../../../../../../themes/bssp/img/common/chevron-down-solid.svg);
	mask: url(../../../../../../../../themes/bssp/img/common/chevron-down-solid.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
#local #container .contact .form .inner dl dd,
#local #container .contact-test .form .inner dl dd,
#local #container .contact_tel .form .inner dl dd {
	padding: 35px;
	background: #fff;
	display: none;
}
@media screen and (max-width: 767px) {
	#local #container .contact .form .inner dl dd,
	#local #container .contact-test .form .inner dl dd,
	#local #container .contact_tel .form .inner dl dd {
		padding: 15px;
	}
}
#local #container .contact .form .inner dl dd ul li,
#local #container .contact-test .form .inner dl dd ul li,
#local #container .contact_tel .form .inner dl dd ul li {
	margin-bottom: 20px;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 700;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
	#local #container .contact .form .inner dl dd ul li,
	#local #container .contact-test .form .inner dl dd ul li,
	#local #container .contact_tel .form .inner dl dd ul li {
		font-size: 1.4rem;
	}
}
#local #container .contact .form .inner dl dd ul li span,
#local #container .contact-test .form .inner dl dd ul li span,
#local #container .contact_tel .form .inner dl dd ul li span {
	color: #cc0000;
}
#local #container .contact .form .inner dl dd ul li::before,
#local #container .contact-test .form .inner dl dd ul li::before,
#local #container .contact_tel .form .inner dl dd ul li::before {
	font-family: FontAwesome;
	content: "\f058";
	margin-right: 10px;
	color: #ff7817;
}
#local #container .contact .form .inner dl dd ul li:last-child,
#local #container .contact-test .form .inner dl dd ul li:last-child,
#local #container .contact_tel .form .inner dl dd ul li:last-child {
	margin-bottom: 0;
}
#local #container .form.contact .inner iframe {
	width: 100%;
	height: 1650px;
	margin: 8% auto 0;
}
#local #container .form.request .inner iframe {
	width: 100%;
	height: 1200px;
	margin: 8% auto 0;
}
/*=======================================================

    資料請求

========================================================*/
#local #container .request .title,
#local #container .request-test .title {
	background: var(--wpr-bg-3c96e5d2-0a7a-491f-a8ff-1224adf9c8c0) no-repeat top center/cover;
}
#local #container .request section .inner,
#local #container .request-test section .inner,
#local #container .safe_checkpoints_form section .inner {
	max-width: 830px;
}
#local #container .request .intro .inner,
#local #container .request-test .intro .inner,
#local #container .safe_checkpoints_form .intro .inner {
	margin-top: 0;
}
#local #container .request .intro .inner .info,
#local #container .request-test .intro .inner .info {
	padding: 30px;
	background: #fff1e8;
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#local #container .request .sec001 .inner dl,
#local #container .request-test .sec001 .inner dl {
	box-shadow: 0 0 8px #ededed;
	border-radius: 30px;
	border: 1px solid #ff7817;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#local #container .request .sec001 .inner dl,
	#local #container .request-test .sec001 .inner dl {
		padding: 25px;
	}
}
#local #container .request .sec001 .inner dl dt,
#local #container .request-test .sec001 .inner dl dt {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#local #container .request .sec001 .inner dl dt span,
#local #container .request-test .sec001 .inner dl dt span {
	border-bottom: 3px dotted #ff7817;
}
#local #container .request .sec001 .inner dl dd ul li,
#local #container .request-test .sec001 .inner dl dd ul li {
	margin-bottom: 20px;
	font-size: 1.8rem;
}
#local #container .request .sec001 .inner dl dd ul li span,
#local #container .request-test .sec001 .inner dl dd ul li span {
	color: #cc0000;
}
#local #container .request .sec001 .inner dl dd ul li::before,
#local #container .request-test .sec001 .inner dl dd ul li::before {
	font-family: FontAwesome;
	content: "\f058";
	margin-right: 10px;
	color: #ff7817;
}
#local #container .request .sec001 .inner dl dd ul li:last-child,
#local #container .request-test .sec001 .inner dl dd ul li:last-child {
	margin-bottom: 0;
}
#local #container .request .form,
#local #container .request-test .form,
#local #container .safe_checkpoints_form .form {
	background: #fff1e8;
	margin-top: 100px;
}
#local #container .request .form .inner h2,
#local #container .request-test .form .inner h2 {
	margin: -100px auto 50px;
}

/*=======================================================

    完了ページ

========================================================*/
#local #container .thanks .title {
	background: var(--wpr-bg-7c3f784d-f5c6-403c-8833-c943a3b4dfa4) no-repeat top center/cover;
}
/*=======================================================

    メルマガ

========================================================*/
#local #container .mailmagazine .title {
	background: var(--wpr-bg-f8e81c1e-1219-46e0-88f5-d517574f1008) no-repeat top center/cover;
}
#local #container .mailmagazine section .inner {
	max-width: 830px;
}
#local #container .mailmagazine .intro .inner h2 {
	margin: 0 auto 50px;
}
#wpadminbar {
	display: none !important;
}
/*=======================================================

    メルマガ

========================================================*/
#local #container .bs-mbrs .title {
	background: var(--wpr-bg-5e8b893a-308d-4ba1-8282-227b09f02e25) no-repeat top center/cover;
}
#local #container .bs-mbrs section .inner {
	max-width: 830px;
}
#local #container .bs-mbrs .intro .inner h2 {
	margin: 0 auto 50px;
}
/*=======================================================

    営業

========================================================*/
#local #container .sales .title {
	background: var(--wpr-bg-13d39868-9c12-493d-9061-e6db18f7c979) no-repeat top center/cover;
}
#local #container .sales section .inner {
	max-width: 830px;
}
#local #container .sales .intro .inner h2 {
	margin: 0 auto 50px;
}
/*=======================================================

    お困りごと/お悩み事

========================================================*/
#local #container .trouble .title {
	background: var(--wpr-bg-dec437b7-d6c4-4abc-92b1-62336b05ecf0) no-repeat top center/cover;
}
#local #container .trouble .sec001 {
	background: var(--wpr-bg-95a7648f-cb65-4644-80a2-080a2a6a372e) no-repeat left center/contain;
}
#local #container .trouble .sec001 .inner .pop {
	max-width: 830px;
	margin: 0 auto 180px;
	position: relative;
	background: #ffd0ae;
	border-radius: 30px;
	padding: 35px;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec001 .inner .pop {
		max-width: 100%;
		margin: 0 auto 80px;
		padding: 20px;
	}
}
#local #container .trouble .sec001 .inner .pop span {
	color: #cc0000;
}
#local #container .trouble .sec001 .inner .pop::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #ffd0ae;
}
#local #container .trouble .sec001 .inner .pop ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}
#local #container .trouble .sec001 .inner .pop ul li::before {
	content: url(../../../../../../../../themes/bssp/img/trouble/ico_check.png);
	margin-right: 10px;
}
#local #container .trouble .sec001 .inner .pop ul li::before span {
	color: #cc0000;
}
#local #container .trouble .sec001 .inner .box {
	position: relative;
	padding: 60px;
	border-radius: 30px;
	border: 1px solid #ff7817;
	background: #fff;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec001 .inner .box {
		padding: 25px;
	}
}
#local #container .trouble .sec001 .inner .box::before {
	content: var(--wpr-bg-fc18a435-11af-4465-a6ff-cc8f1f6e28e9);
	position: absolute;
	bottom: 0;
	left: 5%;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec001 .inner .box::before {
		position: inherit;
		left: auto;
		content: "";
		width: 405px;
		height: 308px;
		background-image: url(../../../../../../../../themes/bssp/img/trouble/fig_man.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		display: inline-block;
	}
}
#local #container .trouble .sec001 .inner .box h3 {
	margin-left: 50%;
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 40px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec001 .inner .box h3 {
		margin-left: 0;
		margin-top: 20px;
	}
}
#local #container .trouble .sec001 .inner .box h3 .dot {
	border-bottom: 3px dotted #ff7817;
}
#local #container .trouble .sec001 .inner .box h3 .red {
	color: #cc0000;
}
#local #container .trouble .sec002 {
	background: #fff4ed;
}
#local #container .trouble .sec002 .pop {
	background: #ff7817;
	padding: 50px 0;
	position: relative;
}
#local #container .trouble .sec002 .pop .catch {
	text-align: center;
	font-size: 3.8rem;
	color: #fff;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec002 .pop .catch {
		font-size: 2.8rem;
	}
}
#local #container .trouble .sec002 .pop::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #ff7817;
}
#local #container .trouble .sec002 .photos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#local #container .trouble .sec002 .photos figure {
	width: calc(33.3333333% - 10px);
}
#local #container .trouble .sec002 h3 {
	color: #ff7817;
	text-align: center;
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec002 h3 {
		font-size: 3.2rem;
	}
}
#local #container .trouble .sec002 .flex {
	justify-content: space-between;
	margin: 50px 0;
}
#local #container .trouble .sec002 .flex .cont {
	width: 60%;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec002 .flex .cont {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .trouble .sec002 .flex .cont h4 {
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.6;
}
#local #container .trouble .sec002 .flex figure {
	width: 36%;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec002 .flex figure {
		width: 100%;
	}
}
#local #container .trouble .sec002 .box {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec002 .box {
		display: block;
		text-align: center;
	}
}
#local #container .trouble .sec002 .box h5 {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec002 .box h5 {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
#local #container .trouble .sec002 .box ul {
	width: 88%;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#local #container .trouble .sec002 .box ul {
		justify-content: center;
		width: 100%;
	}
}
#local #container .trouble .sec002 .box ul li {
	width: calc(25% - 15px);
	margin-right: 15px;
}
#local #container .trouble .sec002 .box ul li:last-child {
	margin-right: 0;
}
#local #container .trouble .sec002 .box ul li p {
	text-align: center;
	font-size: 1.8rem;
}
#local #container .trouble .sec003 .inner h2 {
	padding-bottom: 10px;
	color: #ff7817;
	font-weight: 700;
	font-size: 2.8rem;
	border-bottom: #ff7817 4px dotted;
	margin-bottom: 30px;
	line-height: 1.6;
}
/*=======================================================

    会社案内

========================================================*/
#local #container .company .title {
	background: var(--wpr-bg-c4280310-9357-41ac-9814-262754f445d9) no-repeat top center/cover;
}
#local #container .company .intro {
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	#local #container .company .intro {
		margin-bottom: 0;
	}
}
#local #container .company .intro h2 {
	margin-bottom: 0;
}
#local #container .company .intro nav {
	margin-bottom: 50px;
}
#local #container .company .intro nav ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#local #container .company .intro nav ul {
		flex-wrap: wrap;
	}
}
#local #container .company .intro nav ul li {
	padding: 5px 20px;
	border-right: 1px solid #cccccc;
}
#local #container .company .intro nav ul li a {
	text-decoration: none;
	position: relative;
}
#local #container .company .intro nav ul li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #ff7817;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
#local #container .company .intro nav ul li a:hover::after {
	transform: scale(1, 1);
}
#local #container .company .sec001,
#local #container .company .sec002,
#local #container .company .sec003,
#local #container .company .sec004,
#local #container .company .sec005,
#local #container .company .sec006 {
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	#local #container .company .sec001,
	#local #container .company .sec002,
	#local #container .company .sec003,
	#local #container .company .sec004,
	#local #container .company .sec005,
	#local #container .company .sec006 {
		margin-bottom: 50px;
		padding: 30px 0;
	}
}
#local #container .company .sec001 h2,
#local #container .company .sec002 h2,
#local #container .company .sec003 h2,
#local #container .company .sec004 h2,
#local #container .company .sec005 h2,
#local #container .company .sec006 h2 {
	max-width: 1000px;
	margin: -20px auto 50px;
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	color: #ff7817;
	top: 20px;
}
@media screen and (max-width: 767px) {
	#local #container .company .sec001 h2,
	#local #container .company .sec002 h2,
	#local #container .company .sec003 h2,
	#local #container .company .sec004 h2,
	#local #container .company .sec005 h2,
	#local #container .company .sec006 h2 {
		position: inherit;
		text-align: center;
		margin: 20px auto 50px;
		top: auto;
	}
}
#local #container .company .sec001 h2::before,
#local #container .company .sec002 h2::before,
#local #container .company .sec003 h2::before,
#local #container .company .sec004 h2::before,
#local #container .company .sec005 h2::before,
#local #container .company .sec006 h2::before {
	content: "";
	height: 1px;
	width: 1000%;
	background: #ff7817;
	position: absolute;
	left: -1002%;
	top: 0.8em;
}
#local #container .company .sec001 .box02 {
	background: #fdf5f5;
}
@media screen and (max-width: 767px) {
	#local #container .company .sec001 .box02 {
		margin: 0;
	}
}
#local #container .company .sec002 {
	background: #fff1e8;
}
#local #container .company .sec002 .inner .box {
	padding: 70px;
	border-radius: 20px;
	background: #fff;
	max-width: 800px;
	margin: 0 auto 100px;
	text-align: center;
}
#local #container .company .sec002 .inner .box:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	#local #container .company .sec002 .inner .box {
		padding: 20px;
		margin-bottom: 50px;
	}
}
#local #container .company .sec002 .inner .box h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 3.2rem;
	font-weight: 500;
	margin: -100px auto 40px;
	line-height: 1.6;
	position: relative;
	max-width: 360px;
	padding: 20px 20px 40px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#local #container .company .sec002 .inner .box h3 {
		margin: -50px auto 10px;
		font-size: 2.6rem;
	}
}
#local #container .company .sec002 .inner .box h3 span {
	color: #cc0000;
}
#local #container .company .sec002 .inner .box h3::first-letter {
	color: #ff7817;
}
#local #container .company .sec002 .inner .box h3 p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
}
#local #container .company .sec002 .inner .box h3::before {
	position: absolute;
	left: -20px;
	top: 0;
	display: block;
	content: url(../../../../../../../../themes/bssp/img/top/fig_tit01.png);
}
#local #container .company .sec002 .inner .box h3::after {
	position: absolute;
	right: -20px;
	bottom: 0;
	display: block;
	content: url(../../../../../../../../themes/bssp/img/top/fig_tit02.png);
}
#local #container .company .sec002 .inner .box .txt {
	display: inline-block;
	text-align: left;
}
#local #container .company .sec002 .inner .box h4 {
	font-size: 4.4rem;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#local #container .company .sec002 .inner .box p {
	line-height: 1.8;
	font-size: 1.8rem;
}
#local #container .company .sec003 .inner {
	max-width: 830px;
}
#local #container .company .sec003 .inner dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#local #container .company .sec003 .inner dl dt {
	width: 18%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ff7817;
	line-height: 1.8;
	margin-bottom: 30px;
}
#local #container .company .sec003 .inner dl dd {
	width: 80%;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.8;
	margin-bottom: 30px;
}
#local #container .company .sec004 {
	background: #fcf2f2;
}
#local #container .company .sec004 .inner {
	max-width: 830px;
}
#local #container .company .sec004 .inner dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#local #container .company .sec004 .inner dl dt {
	width: 18%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ff7817;
	line-height: 1.8;
	margin-bottom: 30px;
	color: #ff7817;
}
#local #container .company .sec004 .inner dl dd {
	width: 80%;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.8;
	margin-bottom: 30px;
}
/*=======================================================

    導入実績

========================================================*/
#local #container .case .title {
	background: var(--wpr-bg-9b106c98-90aa-4661-a9ce-6534fa211c7c) no-repeat top center/cover;
}
#local #container .case .case_list .inner {
	padding: 65px;
	border-radius: 30px;
	margin-top: -100px;
	position: relative;
	background: #fff;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#local #container .case .case_list .inner {
		padding: 35px 15px;
	}
}
#local #container .case .case_list .inner .search_box {
	margin-bottom: 60px;
	padding: 30px;
	border: 1px solid #ff7817;
	border-radius: 20px;
}
#local #container .case .case_list .inner .search_box .hidden-search-field {
	display: none;
}
#local #container .case .case_list .inner .search_box label {
	margin: 10px;
	display: inline-block;
}
#local #container .case .case_list .inner .search_box label input {
	margin-right: 5px;
}
#local #container .case .case_list .inner .search_box .submit {
	text-align: center;
}
#local #container .case .case_list .inner .search_box .submit input {
	border: 1px solid #ff7817;
	border-radius: 20px;
	padding: 10px;
	width: 285px;
	margin: 20px auto 0;
	background: #fff;
	cursor: pointer;
	color: #ff7817;
}
#local #container .case .case_list .inner .search_box .submit input:hover {
	background: #ff7817;
	color: #fff;
}
#local #container .case .case_list .inner ul li {
	padding: 25px;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#local #container .case .case_list .inner ul li {
		display: block;
	}
}
#local #container .case .case_list .inner ul li:last-child {
	margin-bottom: 0;
}
#local #container .case .case_list .inner ul li figure {
	width: 30%;
	margin-right: 40px;
}
#local #container .case .case_list .inner ul li figure img {
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	#local #container .case .case_list .inner ul li figure {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .case .case_list .inner ul li .cont {
	width: 30%;
}
@media screen and (max-width: 767px) {
	#local #container .case .case_list .inner ul li .cont {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .case .case_list .inner ul li .cont .date {
	font-size: 1rem;
	margin-bottom: 10px;
	display: block;
}
#local #container .case .case_list .inner ul li .cont h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}
#local #container .case .case_list .inner ul li .cont h3 a {
	color: #ff7817;
	text-decoration: none;
}
#local #container .case .case_list .inner ul li .cont .info {
	line-height: 2;
}
#local #container .case .case_list .inner ul li .more02 {
	position: absolute;
	right: 25px;
	bottom: 25px;
}
@media screen and (max-width: 767px) {
	#local #container .case .case_list .inner ul li .more02 {
		position: inherit;
		right: auto;
		bottom: auto;
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	#local #container .case .case_list .inner ul li .more02 a {
		margin: 0 auto;
	}
}
#local #container .case .case_detail .inner {
	padding: 65px;
	border-radius: 30px;
	margin-top: -100px;
	position: relative;
	background: #fff;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#local #container .case .case_detail .inner {
		padding: 35px 15px;
	}
}
#local #container .case .case_detail .inner h2 {
	font-size: 3.4rem;
	font-weight: 700;
	color: #ff7817;
	line-height: 1.8;
	text-align: center;
	border-bottom: 4px dotted #ff7817;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
#local #container .case .case_detail .inner h2 span {
	display: block;
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 20px;
}
#local #container .case .case_detail .inner .box_wrap {
	max-width: 660px;
	margin: 0 auto;
}
#local #container .case .case_detail .inner .box_wrap figure {
	margin-bottom: 40px;
}
#local #container .case .case_detail .inner .box_wrap figure img {
	border-radius: 20px;
}
#local #container .case .case_detail .inner .box_wrap .detail {
	margin-bottom: 40px;
}
#local #container .case .case_detail .inner .box_wrap .detail p {
	line-height: 1.8;
}
#local #container .case .case_detail .inner .box_wrap .detail table {
	width: 100%;
}
#local #container .case .case_detail .inner .box_wrap .detail table tr th {
	padding: 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
	vertical-align: middle;
}
#local #container .case .case_detail .inner .box_wrap .detail table tr td {
	padding: 10px;
	border: 1px solid #e2e2e2;
}
#local #container .case .case_detail .inner .box_wrap .pagenavi {
	margin-top: 30px;
}
#local #container .case .case_detail .inner .box_wrap .pagenavi ul {
	display: flex;
	justify-content: center;
}
#local #container .case .case_detail .inner .box_wrap .pagenavi ul li {
	margin: 0 10px;
}
@media screen and (max-width: 767px) {
	#local #container .case .case_detail .inner .box_wrap .pagenavi ul li {
		margin: 0 5px;
	}
}
#local #container .case .case_detail .inner .box_wrap .pagenavi ul li a {
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #ff9345;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .case .case_detail .inner .box_wrap .pagenavi ul li a {
		padding: 5px;
		font-size: 1.2rem;
	}
}
#local #container .case .case_detail .inner .box_wrap .pagenavi ul li.prev a::before {
	font-family: FontAwesome;
	content: "\f177";
	margin-right: 10px;
	color: #ff9345;
}
#local #container .case .case_detail .inner .box_wrap .pagenavi ul li.next a::before {
	font-family: FontAwesome;
	content: "\f178";
	margin-right: 10px;
	color: #ff9345;
}
/*=======================================================

    最新情報

========================================================*/
#local #container .news .title {
	background: var(--wpr-bg-fd19d9b4-1dc8-4825-a6c2-cc4b2dcbd844) no-repeat top center/cover;
}
#local #container .news .news_list .inner {
	padding: 65px;
	border-radius: 30px;
	margin-top: -100px;
	position: relative;
	background: #fff;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#local #container .news .news_list .inner {
		padding: 35px 15px;
	}
}
#local #container .news .news_list .inner ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#local #container .news .news_list .inner ul li:last-child {
	margin-bottom: 0;
}
#local #container .news .news_list .inner ul li figure {
	width: 30%;
}
#local #container .news .news_list .inner ul li h3 {
	width: 66%;
	font-size: 1.8rem;
	line-height: 1.6;
}
#local #container .news .news_list .inner ul li h3 .date {
	display: block;
	font-size: 1.6rem;
}
#local #container .news .news_list .inner .more01 a {
	margin: 30px auto 0;
}
#local #container .news .news_detail .inner {
	padding: 65px;
	border-radius: 30px;
	margin-top: -100px;
	position: relative;
	background: #fff;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#local #container .news .news_detail .inner {
		padding: 35px 15px;
	}
}
#local #container .news .news_detail .inner h2 {
	font-size: 3.4rem;
	font-weight: 700;
	color: #ff7817;
	line-height: 1.8;
	text-align: center;
	border-bottom: 4px dotted #ff7817;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
#local #container .news .news_detail .inner h2 span {
	display: block;
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 20px;
	text-align: left;
}
#local #container .news .news_detail .inner .box_wrap {
	max-width: 660px;
	margin: 0 auto;
}
#local #container .news .news_detail .inner .box_wrap .post p {
	line-height: 1.6;
	margin: 10px 0;
}
#local #container .news .news_detail .inner .box_wrap .post iframe {
	width: 100%;
}
#local #container .news .news_detail .inner .box_wrap .pagenavi {
	margin-top: 30px;
}
#local #container .news .news_detail .inner .box_wrap .pagenavi ul {
	display: flex;
	justify-content: center;
}
#local #container .news .news_detail .inner .box_wrap .pagenavi ul li {
	margin: 0 10px;
}
@media screen and (max-width: 767px) {
	#local #container .news .news_detail .inner .box_wrap .pagenavi ul li {
		margin: 0 5px;
	}
}
#local #container .news .news_detail .inner .box_wrap .pagenavi ul li a {
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #e2e2e2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .news .news_detail .inner .box_wrap .pagenavi ul li a {
		padding: 10px;
		font-size: 1.2rem;
	}
}
#local #container .news .news_detail .inner .box_wrap .pagenavi ul li.prev a::before {
	font-family: FontAwesome;
	content: "\f177";
	margin-right: 10px;
	color: #e2e2e2;
}
#local #container .news .news_detail .inner .box_wrap .pagenavi ul li.next a::after {
	font-family: FontAwesome;
	content: "\f178";
	margin-left: 10px;
	color: #e2e2e2;
}
/*=======================================================

    個人情報保護方針

========================================================*/
#local #container .policy .title {
	background: var(--wpr-bg-69a3e2ca-198d-4ad8-bc46-ccb0237416a9) no-repeat top center/cover;
}
#local #container .policy dl {
	margin-bottom: 30px;
}
#local #container .policy dl dt {
	font-size: 2rem;
	padding: 0 0 0 20px;
	border-left: 3px solid #ff7817;
	margin-bottom: 20px;
	font-weight: 700;
}
#local #container .policy dl dd {
	line-height: 1.6;
}
/*=======================================================

    情報セキュリティ基本方針

========================================================*/
#local #container .security_policy .title {
	background: var(--wpr-bg-b8548d09-59f9-4d88-b3c3-32fae00fc7ef) no-repeat top center/cover;
}
#local #container .security_policy .intro {
	font-size: 1.6rem;
}
#local #container .security_policy .intro ol {
	list-style: decimal;
	padding-left: 1em;
}
#local #container .security_policy .intro ol li {
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 2;
}
#local #container .security_policy .intro dl {
	margin-bottom: 30px;
}
#local #container .security_policy .intro dl dt {
	font-size: 2rem;
	padding: 0 0 0 2.5em;
	border-left: 3px solid #ff7817;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-indent: -2em;
}
#local #container .security_policy .intro dl dd {
	line-height: 1.6;
}
/*=======================================================

    営業エリア

========================================================*/
#local #container .area .title {
	background: var(--wpr-bg-af6bdd49-db68-4ba3-9792-e3d3f44f86d0) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
	#local #container .area .intro .inner {
		padding: 15px;
	}
}
#local #container .area .intro .inner h1 {
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 40px;
}
#local #container .area .intro .inner h1::first-letter {
	color: #ff7817;
}
#local #container .area .intro .inner .area_map {
	box-shadow: 0 0 8px #ededed;
	padding: 60px;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	#local #container .area .intro .inner .area_map {
		padding: 0;
		box-shadow: none;
	}
}
#local #container .area .modal-content {
	position: fixed;
	display: none;
	z-index: 101;
	width: 750px;
	margin: 0;
	padding: 35px;
	border: 1px solid #000;
	background: #fff;
}
@media screen and (max-width: 767px) {
	#local #container .area .modal-content {
		width: 80%;
	}
}
#local #container .area .modal-content iframe {
	width: 100% !important;
}
#local #container .area .modal-content .modal-header {
	position: relative;
}
#local #container .area .modal-content .modal-header .modal-close {
	position: absolute;
	right: 0;
	top: 20px;
}
#local #container .area .modal-content .modal-header h4 {
	padding: 30px 0 10px 0;
	font-size: 2rem;
	border-bottom: dotted 1px #999;
	font-weight: 700;
}
#local #container .area .modal-content .info_box {
	background-color: #666;
	padding: 10px;
	margin: 20px 0 10px;
	border-radius: 3px;
	color: #fff;
	line-height: 1.6;
}
#local #container .area .modal-content a:hover {
	text-decoration: underline;
}
#local #container .area .modal-content p {
	margin: 0;
	padding: 0;
}
#local #container .area .modal-content .g_map {
	border-top: solid 1px #666;
	padding-top: 10px;
}
#local #container .area .modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.66);
}
#local #container .area .modal-open {
	color: #ff7817;
	text-decoration: underline;
}
#local #container .area .modal-open:hover {
	cursor: pointer;
	color: #f00;
}
#local #container .area .modal-close {
	color: #ff7817;
	text-decoration: underline;
}
#local #container .area .modal-close:hover {
	cursor: pointer;
	color: #f00;
}
#local #container .area .sec001 .inner {
	max-width: 830px;
}
#local #container .area .sec001 .inner .box {
	margin-bottom: 50px;
}
#local #container .area .sec001 .inner .box h3 {
	padding-bottom: 10px;
	color: #ff7817;
	font-weight: 700;
	font-size: 2.4rem;
	border-bottom: #ff7817 4px dotted;
	margin-bottom: 30px;
}
#local #container .area .sec001 .inner .box ul li {
	padding: 25px;
	background: #f5f5f5;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#local #container .area .sec001 .inner .box ul li {
		display: block;
	}
}
#local #container .area .sec001 .inner .box ul li:last-child {
	margin-bottom: 0;
}
#local #container .area .sec001 .inner .box ul li .address {
	width: 55%;
	padding-right: 30px;
	border-right: 1px solid #d9d9d9;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#local #container .area .sec001 .inner .box ul li .address {
		width: 100%;
		border-right: 0;
		padding-right: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #d9d9d9;
	}
}
#local #container .area .sec001 .inner .box ul li .map_btn {
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .area .sec001 .inner .box ul li .map_btn {
		margin-top: 20px;
	}
}
#local #container .area .sec001 .inner .box ul li .map_btn a {
	padding: 5px 30px;
	border: 1px solid #ff7817;
	border-radius: 20px;
	text-decoration: none;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#local #container .area .sec001 .inner .box ul li .map_btn a {
		display: block;
		max-width: 100%;
		box-sizing: border-box;
	}
}
#local #container .area .sec001 .inner .box ul li .map_btn a::after {
	font-family: FontAwesome;
	content: "\f178";
	margin-left: 10px;
	color: #ff7817;
}
/*=======================================================

    SDGS

========================================================*/
#local #container .sdgs .title {
	background: var(--wpr-bg-12bc7b0d-02cf-4635-a992-c4348d947155) no-repeat top center/cover;
}
#local #container .sdgs .intro .sdgs_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 70px 20px;
	background-image: var(--wpr-bg-6ac37a6a-3326-4596-af2b-df706278939c), var(--wpr-bg-6ac37a6a-3326-4596-af2b-df706278939c);
	background-size: 100%, 100%;
	background-repeat: no-repeat, no-repeat;
	background-position:
		top center,
		bottom center;
}
#local #container .sdgs .intro .sdgs_wrap figure {
	width: 48%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .sdgs .intro .sdgs_wrap figure {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .sdgs .intro .sdgs_wrap .cont {
	width: 48%;
	font-size: 1.6rem;
}
#local #container .sdgs .intro .sdgs_wrap .cont p {
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	#local #container .sdgs .intro .sdgs_wrap .cont {
		width: 100%;
	}
}
#local #container .sdgs .sec001 .inner {
	max-width: 830px;
}
#local #container .sdgs .sec001 .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .sdgs .sec001 .inner ul li {
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#local #container .sdgs .sec001 .inner ul li {
		width: 100%;
	}
}
#local #container .sdgs .sec001 .inner ul li p {
	font-size: 1.6rem;
}
#local #container .sdgs .sec001 .inner ul li h3 {
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 2.4rem;
	border-bottom: #ff7817 4px dotted;
	margin-bottom: 30px;
}
#local #container .sdgs .sec001 .inner ul li dl {
	line-height: 2;
	margin: 30px 0;
}
#local #container .sdgs .sec001 .inner ul li dl dt {
	font-size: 2rem;
	font-weight: 700;
	color: #ff7817;
}
#local #container .sdgs .sec001 .inner ul li dl dd {
	font-size: 1.7rem;
}
#local #container .sdgs .sec001 .inner ul li dl dd::before {
	content: "◯";
}
#local #container .sdgs .sec001 .inner ul li .sdgs_ico {
	display: flex;
	flex-wrap: wrap;
}
#local #container .sdgs .sec001 .inner ul li .sdgs_ico figure {
	width: calc(25% - 10px);
	margin-right: 10px;
}
#local #container .sdgs .sec001 .inner ul li .sdgs_ico figure:last-child {
	margin-right: 0;
}
#local #container .sdgs .sec002 {
	background: #fff8f3;
}
#local #container .sdgs .sec002 .inner {
	max-width: 830px;
	text-align: center;
}
#local #container .sdgs .sec002 .inner .more01 a {
	margin: 30px auto 0;
	max-width: 400px;
}
#local #container .sdgs .sec003 .inner {
	max-width: 830px;
}
#local #container .sdgs .sec003 .inner .flex {
	justify-content: space-between;
	align-items: center;
}
#local #container .sdgs .sec003 .inner .flex figure {
	width: 45%;
}
@media screen and (max-width: 767px) {
	#local #container .sdgs .sec003 .inner .flex figure {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .sdgs .sec003 .inner .flex .cont {
	width: 45%;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#local #container .sdgs .sec003 .inner .flex .cont {
		width: 100%;
	}
}
#local #container .sdgs .sec003 .inner .flex .cont h3 {
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 2.4rem;
	border-bottom: #ff7817 4px dotted;
	margin-bottom: 30px;
}
/*=======================================================

    オンライン商談

========================================================*/
#local #container .online_booking .title,
#local #container .second_opinion .title {
	width: 100%;
	height: auto;
}
#local #container .online_booking .title img,
#local #container .second_opinion .title img {
	width: 100%;
}
#local #container .online_booking section .inner iframe,
#local #container .second_opinion section .inner iframe {
	width: 100%;
}
#local #container .online_booking section .inner .btn_entry,
#local #container .second_opinion section .inner .btn_entry {
	text-align: center;
	margin-top: 50px;
}
#local #container .online_booking section h2,
#local #container .second_opinion section h2 {
	margin: 0 auto 50px;
}
#local #container .online_booking .sec001 .num_box,
#local #container .second_opinion .sec001 .num_box {
	padding: 1em;
	border: 1px solid #dd3535;
	margin-top: 50px;
	background: #fcf3f3;
}
#local #container .online_booking .sec001 .num_box h3,
#local #container .second_opinion .sec001 .num_box h3 {
	font-size: 24px;
	margin-bottom: 1em;
	color: #dd3535;
	text-align: center;
}
#local #container .online_booking .sec001 .num_box img,
#local #container .second_opinion .sec001 .num_box img {
	width: 50%;
	margin: 20px auto 0;
	display: block;
}
#local #container .online_booking .sec001 .message_box,
#local #container .second_opinion .sec001 .message_box {
	background: #fdf6f2;
	padding: 20px;
}
#local #container .online_booking .sec001 .message_box .catch,
#local #container .second_opinion .sec001 .message_box .catch {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #ed5a14;
}
#local #container .online_booking .sec001 .message_box .txt,
#local #container .second_opinion .sec001 .message_box .txt {
	font-size: 16px;
	margin-top: 20px;
}
#local #container .online_booking .sec001 .message_box .catch span,
#local #container .second_opinion .sec001 .message_box .catch span {
	background: linear-gradient(transparent 60%, #ff6 60%);
	font-weight: 700;
}
#local #container .online_booking .sec002,
#local #container .second_opinion .sec002 {
	background: #fdf6f2;
	font-size: 18px;
}
#local #container .online_booking .sec002 h3,
#local #container .second_opinion .sec002 h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 1em;
	line-height: 1.6;
}
#local #container .online_booking .sec002 h3 span,
#local #container .second_opinion .sec002 h3 span {
	color: #ed5a14;
	background: linear-gradient(transparent 60%, #ff6 60%);
	font-weight: 700;
}
#local #container .online_booking .sec002 figure,
#local #container .second_opinion .sec002 figure {
	float: right;
	margin: 0 0 30px 30px;
}
#local #container .online_booking .sec003 .flex,
#local #container .second_opinion .sec003 .flex {
	justify-content: space-between;
}
#local #container .online_booking .sec003 .flex li,
#local #container .second_opinion .sec003 .flex li {
	width: calc(33.333333% - 10px);
	border: 1px solid #ed5a14;
}
#local #container .online_booking .sec003 .flex li dl dt,
#local #container .second_opinion .sec003 .flex li dl dt {
	padding: 10px;
	text-align: center;
	background: #ed5a14;
}
#local #container .online_booking .sec003 .flex li dl dd,
#local #container .second_opinion .sec003 .flex li dl dd {
	padding: 15px;
	text-align: left;
}
#local #container .online_booking .sec003 .flex li dl dd i,
#local #container .second_opinion .sec003 .flex li dl dd i {
	display: block;
	text-align: center;
	font-size: 75px;
	color: #ed5a14;
}
#local #container .online_booking .sec003 .flex li dl dd h3,
#local #container .second_opinion .sec003 .flex li dl dd h3 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
	line-height: 1.6;
}
#local #container .online_booking .sec004,
#local #container .second_opinion .sec004 {
	background: #fdf6f2;
}
#local #container .online_booking .sec004 ul li,
#local #container .second_opinion .sec004 ul li {
	padding: 20px 20px 20px 60px;
	border: 1px solid #ed5a14;
	position: relative;
	margin-bottom: 50px;
	background: #fff;
}
#local #container .online_booking .sec004 ul li h3,
#local #container .second_opinion .sec004 ul li h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.6;
}
#local #container .online_booking .sec004 ul li::before,
#local #container .second_opinion .sec004 ul li::before {
	position: absolute;
	content: url(../../../../../../../../themes/bssp/img/online/ico_flow01.png);
	top: 0;
	left: 0;
}
#local #container .online_booking .sec004 ul li:last-child::before,
#local #container .second_opinion .sec004 ul li:last-child::before {
	content: url(../../../../../../../../themes/bssp/img/online/ico_flow02.png);
	top: 0;
	left: 0;
}
#local #container .online_booking .sec004 ul li:first-child::after,
#local #container .second_opinion .sec004 ul li:first-child::after {
	content: url(../../../../../../../../themes/bssp/img/online/ico_flow_arrow.png);
	position: absolute;
	bottom: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#local #container .online_booking .sec004 figure,
#local #container .second_opinion .sec004 figure {
	text-align: center;
}
@media (max-width: 768px) {
	#local #container .online_booking section .flex,
	#local #container .second_opinion section .flex {
		display: block;
	}
	#local #container .online_booking .sec001 .num_box h3,
	#local #container .second_opinion .sec001 .num_box h3 {
		font-size: 20px;
	}
	#local #container .online_booking .sec001 .num_box img,
	#local #container .second_opinion .sec001 .num_box img {
		width: 80%;
	}
	#local #container .online_booking .sec002,
	#local #container .second_opinion .sec002 {
		font-size: 15px;
	}
	#local #container .online_booking .sec002 h3,
	#local #container .second_opinion .sec002 h3 {
		font-size: 22px;
	}
	#local #container .online_booking .sec002 figure,
	#local #container .second_opinion .sec002 figure {
		float: none;
		margin: 0 0 20px 0;
	}
	#local #container .online_booking .sec003 .flex li,
	#local #container .second_opinion .sec003 .flex li {
		width: 100%;
		margin-bottom: 20px;
	}
	#local #container .online_booking .sec003 .flex li dl dd h3,
	#local #container .second_opinion .sec003 .flex li dl dd h3 {
		font-size: 18px;
	}
	#local #container .online_booking .sec004 ul li h3,
	#local #container .second_opinion .sec004 ul li h3 {
		font-size: 20px;
	}
	#local #container .online_booking .sec004 ul li,
	#local #container .second_opinion .sec004 ul li {
		margin-bottom: 60px;
	}
}
/*=======================================================

    ログイン画面

========================================================*/
#local #container .login .wrap {
	max-width: 400px;
	margin: 50px auto;
}
#local #container .login .wrap .form-group {
	margin-bottom: 20px;
}
#local #container .login .wrap .form-group input {
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px;
}
#local #container .login .wrap .btn-horizon {
	text-align: center;
}
#local #container .login .wrap .btn-horizon input {
	border: 0;
	background: #ff7817;
	color: #fff;
	font-size: 1.8rem;
	padding: 15px 40px;
	cursor: pointer;
	margin-top: 20px;
}
/*=======================================================

    車両運行管理ラボ

========================================================*/
#local #container .labo_detail .title {
	margin-bottom: 0 !important;
}
#local #container .labo_detail .cat a {
	display: inline-block !important;
	padding: 5px !important;
	font-size: 1.4rem;
	line-height: 1;
	width: 140px;
	margin-right: 10px;
}
#local #container .labo .title {
	background: #fff1e8;
	margin-bottom: 130px;
	color: #ff7817;
	height: 170px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .title {
		height: 150px;
		margin-bottom: 30px;
	}
}
#local #container .labo .title h1 {
	color: #ff7817;
	top: 50%;
}
#local #container .labo .cat {
	text-align: center;
}
#local #container .labo .cat a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
#local #container .labo .cat01 a {
	background: #16b78c;
}
#local #container .labo .cat02 a {
	background: #1480c5;
}
#local #container .labo .cat03 a {
	background: #d2860b;
}
#local #container .labo .cat04 a {
	background: #8867c5;
}
#local #container .labo .cat05 a {
	background: #de8691;
}
#local #container .labo .cat06 a {
	background: #56a7d9;
}
#local #container .labo .cat07 a {
	background: #868686;
}
#local #container .labo .cat08 a {
	background: #ff7817;
}
#local #container .labo .cat09 a {
	background: #b51a06;
}
#local #container .labo .cat10 a {
	background: #e04407;
}
#local #container .labo .intro {
	margin-top: -300px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .intro {
		margin-top: -150px;
	}
}
#local #container .labo .intro .flex {
	justify-content: space-between;
	align-items: center;
	padding: 85px 55px 55px;
	background-image: var(--wpr-bg-75e4b664-030b-4345-be09-65b7e00b99e0), var(--wpr-bg-45744f65-e37d-4569-9e40-a6086b566502);
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	background-position:
		left top,
		right bottom;
}
@media screen and (max-width: 767px) {
	#local #container .labo .intro .flex {
		padding: 65px 35px 35px;
	}
}
#local #container .labo .intro .flex .cont {
	width: 38%;
}
@media screen and (max-width: 767px) {
	#local #container .labo .intro .flex .cont {
		width: 100%;
		margin-bottom: 20px;
	}
}
#local #container .labo .intro .flex .cont h1 {
	margin-bottom: 30px;
}
#local #container .labo .intro .flex .cont .cat_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .labo .intro .flex .cont .cat_list li {
	width: calc(50% - 5px);
	margin-bottom: 10px;
	text-align: center;
}
#local #container .labo .intro .flex .slide {
	width: 53%;
}
#local #container .labo .intro .flex .slide li:nth-child(n + 20) {
	display: none;
}
@media screen and (max-width: 767px) {
	#local #container .labo .intro .flex .slide {
		width: 100%;
	}
}
#local #container .labo .intro .flex .slide .slick-prev {
	left: -10px;
}
#local #container .labo .intro .flex .slide .slick-next {
	right: -10px;
}
#local #container .labo .labo_wrap .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .labo .labo_wrap .inner .labo_list {
	width: 660px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_list {
		width: 100%;
		margin-bottom: 30px;
	}
}
#local #container .labo .labo_wrap .inner .labo_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .labo .labo_wrap .inner .labo_list ul li {
	width: calc(50% - 10px);
	margin-bottom: 30px;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .cat {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .cat a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .photo {
	position: relative;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .photo img {
	border-radius: 20px;
}
#local #container .labo .labo_wrap .inner .labo_list ul li h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .date {
	font-size: 1.2rem;
}
#local #container .labo .labo_wrap .inner .labo_detail {
	width: 660px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail {
		width: 100%;
		margin-bottom: 30px;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .login_on {
	display: inline-block;
	padding: 5px;
	background: #ff7817;
	color: #fff;
	float: right;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit {
	font-size: 2.5rem;
	font-weight: 700;
	color: #ff7817;
	line-height: 1.4;
	border-bottom: 4px dotted #ff7817;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit .cat_list {
	font-size: 1.3rem;
	color: #000;
	font-weight: 400;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit .tag {
	font-size: 1.3rem;
	color: #000;
	font-weight: 400;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit .tag a {
	display: inline-block;
	text-decoration: none;
	background: #e5e5e5;
	text-align: center;
	padding: 5px 10px;
	border-radius: 15px;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit .date {
	display: block;
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap {
	text-align: center;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap h4 {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
	border: none !important;
	padding: 0;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li {
	width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li {
		width: 100%;
		margin-bottom: 10px;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	font-size: 1.8rem;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li a.regist {
	background: #ff7817;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li a.login {
	background: #2962ce;
}
#local #container .labo .labo_wrap .inner .labo_detail .pr_wrap {
	padding: 20px;
	border: 2px solid #ff7817;
	margin-top: 30px;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box {
	margin-top: 30px;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box h3 {
	border: 0 !important;
	padding: 0 !important;
	text-align: center;
	margin: 0 0 20px 0 !important;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box h4 {
	padding: 0 !important;
	border: 0 !important;
	text-align: center;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box h4 span {
	color: #ff7817;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul li {
	width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul li {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul li figure {
	margin-bottom: 20px;
	text-align: center;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul li h5 {
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_detail .post h3,
#local #container .labo .labo_wrap .inner .labo_detail .post h2 {
	font-size: 2.4rem;
	font-weight: 700;
	padding: 0 0 20px 0;
	border-bottom: 3px dotted #ff7817;
	margin: 20px 0;
}
#local #container .labo .labo_wrap .inner .labo_detail .post h4 {
	font-size: 2.2rem;
	font-weight: 700;
	padding: 0 0 0 10px;
	border-left: 3px solid #ff7817;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .labo_detail .post p {
	line-height: 1.6;
	margin: 10px 0;
}
#local #container .labo .labo_wrap .inner .labo_detail .post ul {
	padding-left: 1em;
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi {
	margin-top: 30px;
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li {
	margin: 0 10px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li {
		margin: 0 10px;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li a {
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #ff9345;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li a {
		padding: 5px;
		font-size: 1.2rem;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li.prev a::before {
	font-family: FontAwesome;
	content: "\f177";
	margin-right: 10px;
	color: #ff9345;
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li.next a::before {
	font-family: FontAwesome;
	content: "\f178";
	margin-right: 10px;
	color: #ff9345;
}
#local #container .labo .labo_wrap .inner .side {
	width: 320px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .side {
		width: 100%;
	}
}
#local #container .labo .labo_wrap .inner .side article {
	margin-bottom: 50px;
}
#local #container .labo .labo_wrap .inner .side h3 {
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 2.4rem;
	border-bottom: #ff7817 4px dotted;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .side h3::first-letter {
	color: #ff7817;
}
#local #container .labo .labo_wrap .inner .side ul.cat_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .labo .labo_wrap .inner .side ul.cat_list li {
	width: calc(50% - 5px);
	margin-bottom: 10px;
	text-align: center;
}
#local #container .labo .labo_wrap .inner .side input[type="search"] {
	border: none;
	position: relative;
	height: 2em;
	width: 85%;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .side input[type="search"] {
		width: 90%;
		background: 0;
	}
}
#local #container .labo .labo_wrap .inner .side input[type="search"]:focus {
	outline: 0;
}
#local #container .labo .labo_wrap .inner .side .search_box {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #ff7817;
	display: block;
	padding: 3px 20px;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .side .search_box input[type="submit"] {
	cursor: pointer;
	font-family: FontAwesome;
	border: none;
	color: #ff7817;
	outline: none;
	background: 0;
}
#local #container .labo .labo_wrap .inner .side .tags li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
#local #container .labo .labo_wrap .inner .side .tags li a {
	display: inline-block;
	text-decoration: none;
	background: #e5e5e5;
	border-radius: 15px;
	text-align: center;
	padding: 5px 10px;
}
#local #container .labo .labo_wrap .inner .side .post_list li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .side .post_list li:last-child {
	margin-bottom: 0;
}
#local #container .labo .labo_wrap .inner .side .post_list li .tit {
	width: 48%;
}
#local #container .labo .labo_wrap .inner .side .post_list li .tit h4 {
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .side .post_list li .tit .cat {
	text-align: left;
	display: block;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .side .post_list li .tit .cat a {
	font-size: 1.3rem;
}
#local #container .labo .labo_wrap .inner .side .post_list li figure {
	width: 48%;
}
#local #container .labo .labo_wrap .inner .side .post_list li figure img {
	border-radius: 10px;
}
/*# sourceMappingURL=style.css.map */
#local #container .labo .labo_wrap .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .labo .labo_wrap .inner .pickup {
	width: 100%;
	margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .pickup {
		margin: 30px auto 30px;
	}
}
#local #container .labo .labo_wrap .inner .pickup .ttl {
	margin: 0 auto 50px;
	position: relative;
	text-align: center;
	border-bottom: 3px dotted #ff7817;
	font-weight: 700;
	font-size: 3rem;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .pickup .ttl {
		margin: 0 auto 30px;
		font-size: 2.4rem;
	}
}
#local #container .labo .labo_wrap .inner .pickup .ttl span {
	padding: 10px 30px;
	position: absolute;
	top: -20px;
	left: 38%;
	display: block;
	background: #fff;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .pickup .ttl span {
		top: -10px;
		left: 20%;
	}
}
#local #container .labo .labo_wrap .inner .pickup .ttl span::first-letter {
	color: #ff7817;
}
#local #container .labo .labo_wrap .inner .pickup ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .labo .labo_wrap .inner .pickup ul li {
	width: calc(33% - 10px);
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .pickup ul li {
		width: 100%;
	}
}
#local #container .labo .labo_wrap .inner .pickup ul li .cat {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
#local #container .labo .labo_wrap .inner .pickup ul li .cat a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}
#local #container .labo .labo_wrap .inner .pickup ul li .photo {
	position: relative;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .pickup ul li .photo img {
	border-radius: 20px;
}
#local #container .labo .labo_wrap .inner .pickup ul li h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .pickup ul li .date {
	font-size: 1.2rem;
}
#local #container .labo .labo_wrap .inner .sector_link {
	width: 100%;
	margin: 0 auto 50px;
}
#local #container .labo .labo_wrap .inner .sector_link .ttl {
	margin: 0 auto 20px;
	position: relative;
	font-weight: 700;
	font-size: 3rem;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .sector_link .ttl {
		font-size: 2.4rem;
	}
}
#local #container .labo .labo_wrap .inner .sector_link .ttl::first-letter {
	color: #ff7817;
}
#local #container .labo .labo_wrap .inner .sector_link ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .labo .labo_wrap .inner .sector_link ul li {
	width: calc(33% - 10px);
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .sector_link ul li {
		width: 100%;
		margin: 0 auto 10px;
	}
}
#local #container .labo .labo_wrap .inner .labo_list {
	width: 660px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_list {
		width: 100%;
		margin-bottom: 30px;
	}
}
#local #container .labo .labo_wrap .inner .labo_list .ttl {
	margin: 0 auto 20px;
	position: relative;
	font-weight: 700;
	font-size: 3rem;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_list .ttl {
		font-size: 2.4rem;
	}
}
#local #container .labo .labo_wrap .inner .labo_list .ttl::first-letter {
	color: #ff7817;
}
#local #container .labo .labo_wrap .inner .labo_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#local #container .labo .labo_wrap .inner .labo_list ul li {
	width: calc(50% - 10px);
	margin-bottom: 30px;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .cat {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .cat a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .photo {
	position: relative;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .photo img {
	border-radius: 20px;
}
#local #container .labo .labo_wrap .inner .labo_list ul li h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_list ul li .date {
	font-size: 1.2rem;
}
#local #container .labo .labo_wrap .inner .labo_detail {
	width: 660px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail {
		width: 100%;
		margin-bottom: 30px;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .login_on {
	display: inline-block;
	padding: 5px;
	background: #ff7817;
	color: #fff;
	float: right;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit {
	font-size: 2.5rem;
	font-weight: 700;
	color: #ff7817;
	line-height: 1.4;
	border-bottom: 4px dotted #ff7817;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit .cat_list {
	font-size: 1.3rem;
	color: #000;
	font-weight: 400;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit .tag {
	font-size: 1.3rem;
	color: #000;
	font-weight: 400;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit .tag a {
	display: inline-block;
	text-decoration: none;
	background: #e5e5e5;
	text-align: center;
	padding: 5px 10px;
	border-radius: 15px;
}
#local #container .labo .labo_wrap .inner .labo_detail .tit .date {
	display: block;
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap {
	text-align: center;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap h4 {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
	border: none !important;
	padding: 0;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li {
	width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li {
		width: 100%;
		margin-bottom: 10px;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	font-size: 1.8rem;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li a.regist {
	background: #ff7817;
}
#local #container .labo .labo_wrap .inner .labo_detail .login_wrap ul li a.login {
	background: #2962ce;
}
#local #container .labo .labo_wrap .inner .labo_detail .pr_wrap {
	padding: 20px;
	border: 2px solid #ff7817;
	margin-top: 30px;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box {
	margin-top: 30px;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box h3 {
	border: 0 !important;
	padding: 0 !important;
	text-align: center;
	margin: 0 0 20px 0 !important;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box h4 {
	padding: 0 !important;
	border: 0 !important;
	text-align: center;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box h4 span {
	color: #ff7817;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul li {
	width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul li {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul li figure {
	margin-bottom: 20px;
	text-align: center;
}
#local #container .labo .labo_wrap .inner .labo_detail .merit_box ul li h5 {
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .labo_detail .post h3,
#local #container .labo .labo_wrap .inner .labo_detail .post h2 {
	font-size: 2.4rem;
	font-weight: 700;
	padding: 0 0 20px 0;
	border-bottom: 3px dotted #ff7817;
	margin: 20px 0;
}
#local #container .labo .labo_wrap .inner .labo_detail .post h4 {
	font-size: 2.2rem;
	font-weight: 700;
	padding: 0 0 0 10px;
	border-left: 3px solid #ff7817;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .labo_detail .post p {
	line-height: 1.6;
	margin: 10px 0;
}
#local #container .labo .labo_wrap .inner .labo_detail .post ul {
	padding-left: 1em;
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi {
	margin-top: 30px;
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li {
	margin: 0 10px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li {
		margin: 0 10px;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li a {
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #ff9345;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li a {
		padding: 5px;
		font-size: 1.2rem;
	}
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li.prev a::before {
	font-family: FontAwesome;
	content: "\f177";
	margin-right: 10px;
	color: #ff9345;
}
#local #container .labo .labo_wrap .inner .labo_detail .pagenavi ul li.next a::before {
	font-family: FontAwesome;
	content: "\f178";
	margin-right: 10px;
	color: #ff9345;
}
#local #container .labo .labo_wrap .inner .side {
	width: 320px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .side {
		width: 100%;
	}
}
#local #container .labo .labo_wrap .inner .side article {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .side .bnr {
		text-align: center;
	}
}
#local #container .labo .labo_wrap .inner .side h3 {
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 2.4rem;
	border-bottom: #ff7817 4px dotted;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .side h3::first-letter {
	color: #ff7817;
}
#local #container .labo .labo_wrap .inner .side input[type="search"] {
	border: none;
	position: relative;
	height: 2em;
	width: 85%;
}
@media screen and (max-width: 767px) {
	#local #container .labo .labo_wrap .inner .side input[type="search"] {
		width: 90%;
		background: 0;
	}
}
#local #container .labo .labo_wrap .inner .side input[type="search"]:focus {
	outline: 0;
}
#local #container .labo .labo_wrap .inner .side .search_box {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #ff7817;
	display: block;
	padding: 3px 20px;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .side .search_box input[type="submit"] {
	cursor: pointer;
	font-family: FontAwesome;
	border: none;
	color: #ff7817;
	outline: none;
	background: 0;
}
#local #container .labo .labo_wrap .inner .side .tags li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
#local #container .labo .labo_wrap .inner .side .tags li a {
	display: inline-block;
	text-decoration: none;
	background: #e5e5e5;
	border-radius: 15px;
	text-align: center;
	padding: 5px 10px;
}
#local #container .labo .labo_wrap .inner .side .post_list li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .side .post_list li:last-child {
	margin-bottom: 0;
}
#local #container .labo .labo_wrap .inner .side .post_list li .tit {
	width: 48%;
}
#local #container .labo .labo_wrap .inner .side .post_list li .tit h4 {
	line-height: 1.6;
}
#local #container .labo .labo_wrap .inner .side .post_list li .tit .cat {
	text-align: left;
	display: block;
	margin-bottom: 20px;
}
#local #container .labo .labo_wrap .inner .side .post_list li .tit .cat a {
	font-size: 1.3rem;
}
#local #container .labo .labo_wrap .inner .side .post_list li figure {
	width: 48%;
}
#local #container .labo .labo_wrap .inner .side .post_list li figure img {
	border-radius: 10px;
}
/* ----------------------------- */
/* 2024.04.23 追加 */
/* ----------------------------- */
.pc-only {
	display: block;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
}
.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp-only {
		display: block;
	}
}
.pc-only2 {
	display: inline;
}
@media screen and (max-width: 767px) {
	.pc-only2 {
		display: none;
	}
}
.sp-only2 {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp-only2 {
		display: inline;
	}
}
/* Fade up */
.fadeup {
	opacity: 0;
	transform: translate(0, 35%);
	transition:
		opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
		transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.fadeup.in {
	opacity: 1;
	transform: translate(0, 0);
}
.fadein {
	opacity: 0;
	transition:
		opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
		transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transform: scale(0.9);
}
.fadein.in {
	opacity: 1;
	transform: scale(1);
}
.fadeleft {
	opacity: 0;
	transform: translate(-80px, 0);
	transition:
		opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
		transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.fadeleft.in {
	opacity: 1;
	transform: translate(0, 0);
}
.faderight {
	opacity: 0;
	transform: translate(80px, 0);
	transition:
		opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
		transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.faderight.in {
	opacity: 1;
	transform: translate(0, 0);
}
.fuwafuwa {
	animation: fuwafuwa 1.5s infinite;
}
@keyframes fuwafuwa {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}
.delay-1 {
	transition-delay: 0.1s;
}
.delay-2 {
	transition-delay: 0.2s;
}
.delay-3 {
	transition-delay: 0.3s;
}
.delay-4 {
	transition-delay: 0.4s;
}
.delay-5 {
	transition-delay: 0.5s;
}
.delay-6 {
	transition-delay: 0.6s;
}
.delay-7 {
	transition-delay: 0.7s;
}
.delay-8 {
	transition-delay: 0.8s;
}
.delay-9 {
	transition-delay: 0.9s;
}
.delay-10 {
	transition-delay: 1s;
}
.delay-11 {
	transition-delay: 1.1s;
}
.delay-12 {
	transition-delay: 1.2s;
}
.delay-13 {
	transition-delay: 1.3s;
}
.delay-14 {
	transition-delay: 1.4s;
}
.delay-15 {
	transition-delay: 1.5s;
}
.delay-16 {
	transition-delay: 1.6s;
}
.delay-17 {
	transition-delay: 1.7s;
}
.delay-18 {
	transition-delay: 1.8s;
}
.delay-19 {
	transition-delay: 1.9s;
}
.delay-20 {
	transition-delay: 2s;
}
.delay-21 {
	transition-delay: 2.1s;
}
.delay-22 {
	transition-delay: 2.2s;
}
.delay-23 {
	transition-delay: 2.3s;
}
.delay-24 {
	transition-delay: 2.4s;
}
.ani-delay-1 {
	animation-delay: 0.1s;
}
.ani-delay-2 {
	animation-delay: 0.2s;
}
.ani-delay-3 {
	animation-delay: 0.3s;
}
.ani-delay-4 {
	animation-delay: 0.4s;
}
.ani-delay-5 {
	animation-delay: 0.5s;
}
.ani-delay-6 {
	animation-delay: 0.6s;
}
.ani-delay-7 {
	animation-delay: 0.7s;
}
.ani-delay-8 {
	animation-delay: 0.8s;
}
.ani-delay-9 {
	animation-delay: 0.9s;
}
.ani-delay-10 {
	animation-delay: 1s;
}
.ani-delay-11 {
	animation-delay: 1.1s;
}
.ani-delay-12 {
	animation-delay: 1.2s;
}
.ani-delay-13 {
	animation-delay: 1.3s;
}
.ani-delay-14 {
	animation-delay: 1.4s;
}
.ani-delay-15 {
	animation-delay: 1.5s;
}
.ani-delay-16 {
	animation-delay: 1.6s;
}
.ani-delay-17 {
	animation-delay: 1.7s;
}
.ani-delay-18 {
	animation-delay: 1.8s;
}
.ani-delay-19 {
	animation-delay: 1.9s;
}
.ani-delay-20 {
	animation-delay: 2s;
}
.ani-delay-21 {
	animation-delay: 2.1s;
}
.ani-delay-22 {
	animation-delay: 2.2s;
}
.ani-delay-23 {
	animation-delay: 2.3s;
}
.ani-delay-24 {
	animation-delay: 2.4s;
}
.reason-wrap {
	color: #000;
	box-sizing: border-box !important;
}
.reason-ttl {
	text-align: center;
	line-height: 1.52;
	padding-bottom: 40px;
}
.reason-ttl .jp {
	font-size: 46px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.reason-ttl .jp {
		font-size: 30px;
	}
}
.reason-ttl .en {
	font-size: 24px;
	color: #ff5000;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.reason-ttl .en {
		font-size: 20px;
		padding-top: 10px;
	}
}
.c-width-1170 {
	max-width: 1170px;
	margin: 0 auto;
}
.reason-kv {
	background-image: var(--wpr-bg-a6489a5d-6d31-46de-aabd-b8cca868be9a), var(--wpr-bg-5ae5cd61-0854-4b26-82b0-211782d87f88), var(--wpr-bg-7c770f1e-5771-4316-9cfd-ea2cd0cce0bb);
	background-repeat: no-repeat;
	background-position:
		left -24vw top -24vw,
		left -2vw bottom,
		right -20vw bottom;
	background-size:
		49vw auto,
		20vw auto,
		49vw auto;
	padding-bottom: 320px;
}
@media screen and (max-width: 767px) {
	.reason-kv {
		background-position:
			left -170px top -24vw,
			left -2vw bottom 220px,
			right -170px bottom 150px;
		background-size:
			340px auto,
			120px auto,
			340px auto;
	}
}
.reason-kv-inner {
	position: relative;
}
.reason-kv .img {
	padding-left: 15%;
}
.reason-kv .img img {
	width: 100%;
}
.reason-kv .service {
	position: absolute;
	right: 7vw;
	bottom: 9vw;
	width: 40vw;
}
@media screen and (max-width: 767px) {
	.reason-kv .service {
		right: auto;
		left: 50%;
		bottom: 11vw;
		transform: translate(-50%, 0);
		width: 90%;
	}
}
.reason-kv .service img {
	width: 100%;
}
.reason-kv .car {
	position: absolute;
	right: 8vw;
	bottom: -12vw;
	width: 16.6vw;
}
@media screen and (max-width: 767px) {
	.reason-kv .car {
		width: 85px;
		right: 5vw;
		bottom: -78px;
	}
}
.reason-kv .car img {
	width: 100%;
}
.reason-kv .catch {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.6vw;
}
@media screen and (max-width: 767px) {
	.reason-kv .catch {
		top: 10%;
		transform: translate(0, 0);
	}
}
.reason-kv .catch .line-a {
	font-size: 4.64vw;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.2vw;
}
@media screen and (max-width: 767px) {
	.reason-kv .catch .line-a {
		font-size: 40px;
	}
}
.reason-kv .catch .line-a .line {
	background: #fff;
	border-radius: 0 20px 20px 0;
	padding: 13px 13px 13px 8vw;
}
@media screen and (max-width: 767px) {
	.reason-kv .catch .line-a .line {
		border-radius: 0 10px 10px 0;
		padding: 10px 10px 10px 5vw;
	}
}
.reason-kv .catch .line-a .line .orange {
	color: #ff5000;
}
.reason-kv .catch .line-b {
	font-size: 2.1vw;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 8vw;
	gap: 1.2vw;
}
@media screen and (max-width: 767px) {
	.reason-kv .catch .line-b {
		font-size: 20px;
		padding-left: 5vw;
	}
}
.reason-kv .catch .line-b .line {
	color: #fff;
	background: rgb(255, 80, 0);
	background: linear-gradient(90deg, rgba(255, 80, 0, 1) 0%, rgba(255, 179, 18, 1) 100%);
	padding: 6px 18px;
}
.reason-innovation {
	margin-top: -232px;
	text-align: center;
	background: rgb(243, 155, 51);
	background: linear-gradient(0deg, rgba(243, 155, 51, 1) 50%, rgba(243, 155, 51, 0) 50%);
	position: relative;
}
.reason-innovation:after {
	content: "";
	display: block;
	width: 80px;
	height: 36px;
	background: var(--wpr-bg-0febd0e4-b1ab-4b0d-9efb-899c844cf175) no-repeat center / cover;
	position: absolute;
	left: 50%;
	bottom: -36px;
	transform: translate(-50%, 0);
}
.reason-innovation__list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.reason-innovation__list {
		gap: 7px;
		padding: 0 15px;
	}
}
.reason-innovation__list li {
	width: 370px;
}
.reason-innovation__list li img {
	width: 100%;
}
.reason-innovation__txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	font-size: 24px;
	font-weight: bold;
	padding: 75px 0 85px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.reason-innovation__txt {
		font-size: 18px;
		line-height: 40px;
		gap: 0;
		padding: 15px 0 58px;
		background: url(../../../../../../../../themes/bssp/img/reason-LP/sp/innovation-txt-bg.png) repeat-x center / 342px auto;
	}
}
.reason-innovation__txt span {
	border-bottom: 2px dotted #fff;
	display: inline-block;
	padding: 0 10px 10px;
}
@media screen and (max-width: 767px) {
	.reason-innovation__txt span {
		padding: 0;
		border: none;
	}
}
.reason-secret {
	background: rgb(255, 80, 0);
	background: linear-gradient(180deg, rgba(255, 80, 0, 0.2) 0%, rgba(255, 179, 18, 0.2) 100%);
}
.reason-secret-inner {
	background-image: var(--wpr-bg-355d2e4e-d050-4ae2-8395-d9acb9c12bec), var(--wpr-bg-355d2e4e-d050-4ae2-8395-d9acb9c12bec), var(--wpr-bg-355d2e4e-d050-4ae2-8395-d9acb9c12bec), var(--wpr-bg-355d2e4e-d050-4ae2-8395-d9acb9c12bec);
	background-repeat: no-repeat;
	background-position:
		left -243px top 260px,
		right -243px top 770px,
		left -243px top 1260px,
		right -243px bottom -340px;
	background-size: 680px auto;
	padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
	.reason-secret-inner {
		background-image: url(../../../../../../../../themes/bssp/img/reason-LP/kv-bg-left-top.svg), url(../../../../../../../../themes/bssp/img/reason-LP/kv-bg-left-top.svg), url(../../../../../../../../themes/bssp/img/reason-LP/kv-bg-left-top.svg), url(../../../../../../../../themes/bssp/img/reason-LP/kv-bg-left-top.svg), url(../../../../../../../../themes/bssp/img/reason-LP/kv-bg-left-top.svg);
		padding: 50px 0 20px;
		background-position:
			left -170px top 410px,
			right -170px top 1070px,
			left -170px top 1730px,
			right -170px top 2390px,
			left -170px bottom -170px;
		background-size: 340px auto;
	}
}
.reason-secret__unit-wrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
@media screen and (max-width: 767px) {
	.reason-secret__unit-wrap {
		padding: 40px 15px;
		gap: 50px;
	}
}
.reason-secret__unit {
	background: #fff;
	border-radius: 20px;
	position: relative;
	padding: 70px;
}
@media screen and (max-width: 767px) {
	.reason-secret__unit {
		padding: 40px 20px;
		border-radius: 15px;
	}
}
.reason-secret__unit .badge {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 480px;
	height: 83px;
	text-align: center;
	color: #fff;
	background: none;
	font-size: 32px;
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: -35px;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
	.reason-secret__unit .badge {
		width: 285px;
		height: 50px;
		top: -25px;
	}
}
.reason-secret__unit .flex {
	display: flex;
	flex-wrap: nowrap !important;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.reason-secret__unit .flex {
		display: block !important;
	}
}
.reason-secret__unit:nth-child(2n) .flex {
	flex-direction: row-reverse;
}
.reason-secret__unit .img {
	width: 500px;
}
@media screen and (max-width: 767px) {
	.reason-secret__unit .img {
		width: 100%;
	}
}
.reason-secret__unit .txt {
	line-height: 1.6;
	width: calc(100% - 500px);
	padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
	.reason-secret__unit .txt {
		width: 100%;
		padding: 0;
	}
}
.reason-secret__unit:nth-child(2n) .txt {
	padding: 0 30px 0 0;
}
.reason-secret__unit .ttl {
	font-size: 40px;
	font-weight: bold;
	background: rgb(255, 80, 0);
	background: linear-gradient(90deg, rgba(255, 80, 0, 1) 0%, rgba(255, 179, 18, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.reason-secret__unit .ttl {
		font-size: 24px;
		text-align: center;
		margin: 0;
		padding: 20px 0 10px;
	}
}
.reason-secret__unit .body {
	font-size: 16px;
}
.reason-cv {
	background: var(--wpr-bg-c1e15c11-0dfe-41ea-aee5-af265c3a9fbf) no-repeat center / cover;
	aspect-ratio: 1400 / 350;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
@media screen and (max-width: 767px) {
	.reason-cv {
		background: var(--wpr-bg-75f65768-a360-43fe-85e2-2234456e8743) no-repeat center / cover;
		text-align: left;
		aspect-ratio: auto;
		padding: 25px 0 33px 0;
		width: auto;
		font-feature-settings: "palt";
		display: block;
	}
}
.reason-cv__ttl {
	font-size: 40px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.reason-cv__ttl {
		font-size: 30px;
		padding-left: 29vw;
	}
}
.reason-cv__ttl span {
	background: var(--wpr-bg-fe4eac10-9eda-4015-817f-6b8232af32b9) repeat-x left bottom / 28px auto;
	display: inline-block;
	padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
	.reason-cv__ttl span {
		background: var(--wpr-bg-7f74bc37-4c6e-4b88-be93-8c1bfcc5b47d) repeat-x left bottom / auto 53px;
		line-height: 53px;
		padding: 0;
	}
}
.reason-cv__lead {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.reason-cv__lead {
		font-size: 18px;
		line-height: 1.78;
		padding: 50px 0 20px 160px;
	}
}
.reason-cv__btn {
}
@media screen and (max-width: 767px) {
	.reason-cv__btn {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
.reason-cv__btn a {
	background: #1e1e1e;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 500px;
	height: 80px;
	color: #fff;
	border-radius: 40px;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.reason-cv__btn a {
		display: flex;
		width: 90%;
		height: 80px;
	}
}
.reason-cv__btn a:hover {
	background: #555;
}
.reason-cv__btn .icon {
	width: 44px;
	position: absolute;
	left: 95px;
	top: 50%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
	.reason-cv__btn .icon {
		left: 35px;
	}
}
.reason-cv__btn .label {
	font-size: 30px;
	font-weight: bold;
}
.reason-cv__btn .arrow {
	width: 30px;
	position: absolute;
	right: 95px;
	top: 50%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
	.reason-cv__btn .arrow {
		right: 35px;
	}
}
.reason-case {
	background: rgb(255, 80, 0);
	background: linear-gradient(180deg, rgba(255, 179, 18, 0.5) 0%, rgba(255, 80, 0, 0.5) 100%);
	position: relative;
	padding: 96px 0 150px;
}
@media screen and (max-width: 767px) {
	.reason-case {
		padding: 64px 0;
	}
}
.reason-case:before {
	content: "";
	display: block;
	width: 353px;
	height: 100%;
	background: var(--wpr-bg-04f68518-dddd-47d2-aae0-51a6548e23b4) repeat-y left center / 353px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.reason-case:before {
		width: 132px;
		background: var(--wpr-bg-51f58463-d8ac-4b6f-a715-2c3ee065cd2a) repeat-y left center / 132px auto;
	}
}
.reason-case:after {
	content: "";
	display: block;
	width: 315px;
	height: 100%;
	background: var(--wpr-bg-6d72e567-26cb-4f38-9ef1-625e890ed63e) repeat-y left center / 315px;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.reason-case:after {
		width: 132px;
		background: var(--wpr-bg-f9c03ee3-bad9-401c-abe3-51b2cdecc75d) repeat-y left center / 132px auto;
	}
}
.reason-case .reason-ttl {
}
@media screen and (max-width: 767px) {
	.reason-case .reason-ttl {
		padding-bottom: 10px;
	}
}
.reason-case__unit-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.reason-case__unit-wrap {
		padding: 0 15px;
		position: relative;
		z-index: 1;
	}
}
.reason-case__unit {
	line-height: 2;
	position: relative;
	padding: 50px 0 20px;
}
.reason-case__unit:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 90px);
	background: #fff;
	border-radius: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.reason-case__unit:before {
		border-radius: 20px;
		height: calc(100% - 230px);
	}
}
.reason-case__unit-inner {
	max-width: 1030px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.reason-case__unit-inner {
		display: block;
		max-width: calc(100% - 30px);
	}
}
.reason-case__unit:nth-child(2n) .reason-case__unit-inner {
	flex-direction: row;
}
.reason-case__unit .client {
	width: 33%;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
	padding: 30px;
	position: relative;
	top: -30px;
}
@media screen and (max-width: 767px) {
	.reason-case__unit .client {
		width: calc(100% - 40px);
		border-radius: 15px;
		padding: 20px;
	}
}
.reason-case__unit .client .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.reason-case__unit .client .name {
		padding-top: 10px;
	}
}
.reason-case__unit .client dl {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.reason-case__unit .client dl {
		line-height: 1.625;
	}
}
.reason-case__unit .client dl dt {
	font-weight: bold;
	color: #ff5000;
	width: 100px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.reason-case__unit .client dl dt {
		width: 80px;
	}
}
.reason-case__unit .client dl dd {
	width: calc(100% - 100px);
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.reason-case__unit .client dl dd {
		width: calc(100% - 80px);
	}
}
.reason-case__unit .client dl .issue-dt {
	width: 100%;
	position: relative;
}
.reason-case__unit .client dl .issue-dt:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ff5000;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.reason-case__unit .client dl .issue-dt span {
	background: #fff;
	padding: 0 10px 0 0;
	position: relative;
	z-index: 1;
}
.reason-case__unit .client dl .issue-dd {
	width: 100%;
}
.reason-case__unit .voice {
	width: 67%;
	padding-right: 20px;
	padding-top: 90px;
}
@media screen and (max-width: 767px) {
	.reason-case__unit .voice {
		width: 100%;
		padding-top: 0;
		box-sizing: border-box;
		padding: 0 10px;
	}
}
.reason-case__unit:nth-child(2n) .voice {
	padding-right: 0;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.reason-case__unit:nth-child(2n) .voice {
		padding: 10px;
	}
}
.reason-case__unit .voice .ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.reason-case__unit .voice .ttl {
		font-size: 20px;
		line-height: 1.8;
	}
}
.reason-case__unit .voice dl dt {
	background: rgb(255, 80, 0);
	background: linear-gradient(-90deg, rgba(255, 80, 0, 1) 0%, rgba(255, 179, 18, 1) 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	border-radius: 100vh;
	padding: 0 36px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.reason-case__unit .voice dl dd {
	font-size: 16px;
	margin-bottom: 30px;
}
.reason-case__unit .voice dl dd ul li {
	position: relative;
	padding: 0 0 0 20px;
}
.reason-case__unit .voice dl dd ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.reason-process {
	background: var(--wpr-bg-75148142-1592-4a14-bb05-000828a8fe74) no-repeat center / cover;
	padding: 88px 0 144px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.reason-process {
		padding: 88px 0 80px;
	}
}
@media screen and (max-width: 767px) {
	.js-scrollable-wrap {
		white-space: nowrap;
		padding: 0 15px;
		margin-bottom: 40px;
	}
}
.reason-process__list {
	display: flex;
	justify-content: center;
	margin-bottom: 64px;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.reason-process__list {
		word-break: break-all;
		table-layout: fixed;
		overflow: scroll;
		width: 725px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.reason-process .scroll-hint-icon {
		background: rgba(0, 0, 0, 0.3);
		width: 80px;
		border-radius: 20px;
		top: calc(50% - 47px);
		left: calc(50% - 40px);
		padding: 25px 10px 10px 10px;
	}
	.reason-process .scroll-hint-text {
		display: none;
	}
}
.reason-process__list .item-1,
.reason-process__list .item-2,
.reason-process__list .item-3 {
	width: 288px;
}
.reason-process__list .item-4 {
	width: 210px;
}
.reason-process__time {
	font-size: 30px;
	font-weight: bold;
	color: #e60012;
}
@media screen and (max-width: 767px) {
	.reason-process__time {
		font-size: 24px;
	}
}
.reason-process__time span {
	background: rgb(255, 230, 0);
	background: linear-gradient(0deg, rgba(255, 230, 0, 1) 42%, rgba(255, 230, 0, 0) 42%);
	padding: 0 10px 6px;
	display: inline-block;
}
.reason-introduce {
	background: #fdecd9;
	position: relative;
	padding: 112px 0 144px;
	position: relative;
}
.reason-introduce:before {
	content: "";
	display: block;
	width: 48.57vw;
	height: 48.57vw;
	background: var(--wpr-bg-8e0289b6-14fe-44f6-addd-cdb2b4816a4f) no-repeat center / cover;
	position: absolute;
	left: -24.2857vw;
	top: -24.2857vw;
}
@media screen and (max-width: 767px) {
	.reason-introduce:before {
		width: 340px;
		height: 340px;
		left: -170px;
		top: -170px;
	}
}
.reason-introduce:after {
	content: "";
	display: block;
	width: 24.357vw;
	height: 27.857vw;
	background: var(--wpr-bg-8f57c79e-024c-46e2-8222-52fa3d70e0a6) no-repeat center / cover;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.reason-introduce:after {
		width: 340px;
		height: 340px;
		right: -170px;
		bottom: -170px;
	}
}
.reason-introduce__ttl {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}
@media screen and (max-width: 767px) {
	.reason-introduce__ttl {
		width: 345px;
	}
}
.reason-introduce__ttl img {
	width: 770px;
}
.reason-introduce__lead {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.reason-introduce__lead {
		line-height: 1.75;
	}
}
.reason-introduce__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 140px 30px;
	padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
	.reason-introduce__list {
		flex-direction: column;
		gap: 120px;
		padding: 120px 15px 0;
	}
}
.reason-introduce__list > li {
	background: #fff;
	border-radius: 20px;
	width: calc((100% - 60px) / 3);
	padding: 136px 20px 20px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 767px) {
	.reason-introduce__list > li {
		width: 100%;
	}
}
.reason-introduce__list > li .ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 90px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.reason-introduce__list > li .ttl {
		font-size: 24px;
		min-height: 0;
	}
}
.reason-introduce__list > li .body {
	font-size: 16px;
	line-height: 2;
	padding: 0 10px;
}
.reason-introduce__list > li .header {
	position: absolute;
	left: 30px;
	top: -90px;
}
.reason-introduce__list > .item-2 .header {
	top: -85px;
}
.reason-introduce__list > .item-3 .header {
	top: -107px;
}
.reason-introduce__list > .item-4 .header {
	top: -112px;
}
.reason-introduce__list > .item-5 .header {
	top: -112px;
}
.reason-introduce__list > .item-1 .header img {
	width: 247px;
}
.reason-introduce__list > .item-2 .header img {
	width: 250px;
}
.reason-introduce__list > .item-3 .header img {
	width: 223px;
}
.reason-introduce__list > .item-4 .header img {
	width: 283px;
}
.reason-introduce__list > .item-5 .header img {
	width: 243px;
}
.reason-cv-2 {
	background: var(--wpr-bg-9b4142fa-f4fc-43f2-ab41-adf30f64c593) no-repeat center / cover;
	aspect-ratio: 1400 / 450;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	.reason-cv-2 {
		background: var(--wpr-bg-acc259a5-b4c3-46f0-9694-d4aaece43fae) no-repeat center / cover;
		aspect-ratio: auto;
		text-align: left;
		padding: 90px 0 50px 0;
		display: block;
	}
}
.reason-cv-2__badge {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
	.reason-cv-2__badge {
		width: 345px;
	}
}
.reason-cv-2__badge img {
	width: 770px;
}
.reason-cv-2__ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
	.reason-cv-2__ttl {
		text-align: center;
	}
}
.reason-cv-2__lead {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
	.reason-cv-2__lead {
		padding: 10px 0 0 137px;
	}
}
.reason-cv-2__btn {
}
@media screen and (max-width: 767px) {
	.reason-cv-2__btn {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
.reason-cv-2__btn a {
	background: #1e1e1e;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 500px;
	height: 80px;
	color: #fff;
	border-radius: 40px;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.reason-cv-2__btn a {
		display: flex;
		width: 90%;
	}
}
.reason-cv-2__btn a:hover {
	background: #555;
}
.reason-cv-2__btn .icon {
	width: 44px;
	position: absolute;
	left: 95px;
	top: 50%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
	.reason-cv-2__btn .icon {
		left: 35px;
	}
}
.reason-cv-2__btn .label {
	font-size: 30px;
	font-weight: bold;
}
.reason-cv-2__btn .arrow {
	width: 30px;
	position: absolute;
	right: 95px;
	top: 50%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
	.reason-cv-2__btn .arrow {
		right: 35px;
	}
}
.foot-btn {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 10;
}
@media screen and (max-width: 767px) {
	.foot-btn {
		right: auto;
		bottom: 0;
		top: auto;
		bottom: 0;
		transform: translate(0, 0);
		width: 100%;
	}
}
.foot-btn ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media screen and (max-width: 767px) {
	.foot-btn ul {
		flex-direction: row;
		gap: 0;
	}
}
.foot-btn li {
	width: 52px;
}
@media screen and (max-width: 767px) {
	.foot-btn li {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#chatplusview.chatplusview-modern.closed.float #outline #eye_catcher {
		bottom: calc(100% + 50px) !important;
	}
}

/*=======================================================

    CF7 フォーム共通スタイル
    /contact/, /request/ および各 -test ページの CF7 フォームに適用
    既存サイトのオレンジ系テーマカラーで統一

========================================================*/
#container .wpcf7 {
	max-width: 830px;
	margin: 40px auto;
	padding: 0;
}
@media screen and (max-width: 767px) {
	#container .wpcf7 {
		margin: 30px auto;
	}
}

#container .wpcf7-form {
	background: #fff;
	padding: 50px 60px;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
	#container .wpcf7-form {
		padding: 25px 20px;
	}
}

/* 各フィールドの段落（label を内包する p） */
#container .wpcf7-form > p {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#container .wpcf7-form > p {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
}

#container .wpcf7-form > p:last-of-type {
	margin-bottom: 0;
}

#container .wpcf7-form label {
	display: block;
	font-weight: 700;
	color: #2e2d2d;
}

/* 必須マーク */
#container .wpcf7-form .required {
	display: inline-block;
	color: #cc0000;
	font-weight: 700;
	border-radius: 3px;
	vertical-align: middle;
}

/* 補助説明（条件付き表示の説明文など） */
#container .wpcf7-form label small {
	display: block;
	margin-top: 4px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #888;
}

/* 入力フィールド共通 */
#container .wpcf7-form input[type="text"],
#container .wpcf7-form input[type="email"],
#container .wpcf7-form input[type="tel"],
#container .wpcf7-form input[type="url"],
#container .wpcf7-form input[type="date"],
#container .wpcf7-form input[type="number"],
#container .wpcf7-form select,
#container .wpcf7-form textarea {
	display: block;
	width: 100%;
	padding: 12px 16px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #2e2d2d;
	background: #fff;
	box-sizing: border-box;
	transition:
		border-color 0.2s,
		box-shadow 0.2s;
	-webkit-appearance: none;
	appearance: none;
}

#container .wpcf7-form select {
	/* select に独自の矢印アイコンを付与 */
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px 20px;
	padding-right: 40px;
	cursor: pointer;
}

#container .wpcf7-form textarea {
	min-height: 140px;
	resize: vertical;
	line-height: 1.6;
}

/* フォーカス */
#container .wpcf7-form input:focus,
#container .wpcf7-form select:focus,
#container .wpcf7-form textarea:focus {
	outline: none;
	border-color: #ee7a24;
	box-shadow: 0 0 0 3px rgba(238, 122, 36, 0.15);
}

/* プレースホルダー */
#container .wpcf7-form input::placeholder,
#container .wpcf7-form textarea::placeholder {
	color: #aaa;
}

/* バリデーションエラー */
#container .wpcf7-form .wpcf7-not-valid {
	border-color: #cc0000;
	background: #fff7f7;
}

#container .wpcf7-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	color: #cc0000;
	font-size: 1.3rem;
	font-weight: 400;
}

/* 送信中スピナー（CF7 送信処理中に表示） */
#container .wpcf7-form .wpcf7-spinner {
	display: inline-block;
	margin-left: 12px;
	vertical-align: middle;
}

/* レスポンス領域（送信結果メッセージ） */
#container .wpcf7-form .wpcf7-response-output {
	margin: 30px 0 0;
	padding: 16px 20px;
	border-radius: 4px;
	font-size: 1.4rem;
	line-height: 1.6;
}

#container .wpcf7 form.invalid .wpcf7-response-output,
#container .wpcf7 form.unaccepted .wpcf7-response-output,
#container .wpcf7 form.payment-required .wpcf7-response-output {
	border: 1px solid #cc0000;
	background: #fff7f7;
	color: #cc0000;
}

#container .wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #4caf50;
	background: #f1f8f1;
	color: #2e7d32;
}

#container .wpcf7 form.failed .wpcf7-response-output,
#container .wpcf7 form.aborted .wpcf7-response-output {
	border: 1px solid #ff9800;
	background: #fff8e1;
	color: #ef6c00;
}

/* reCAPTCHA バッジ位置調整は CF7 統合機能に任せる */

/*=======================================================

    サンクスページ
    /request/thanks/, /contact/thanks/

========================================================*/
#container .thanks-message {
	max-width: 720px;
	margin: 60px auto;
	padding: 50px 40px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
	#container .thanks-message {
		margin: 40px 15px;
		padding: 30px 20px;
	}
}

#container .thanks-message h2 {
	margin-bottom: 30px;
	color: #ee7a24;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	#container .thanks-message h2 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
}

#container .thanks-message p {
	margin-bottom: 24px;
	font-size: 1.5rem;
	line-height: 1.8;
	color: #2e2d2d;
}
@media screen and (max-width: 767px) {
	#container .thanks-message p {
		font-size: 1.4rem;
	}
}

#container .thanks-message p:last-child {
	margin-top: 40px;
	margin-bottom: 0;
}

#container .thanks-message .btn-primary {
	display: inline-block;
	padding: 14px 50px;
	background: #ee7a24;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 1.6rem;
	font-weight: 700;
	transition:
		background 0.2s,
		box-shadow 0.2s;
}

#container .thanks-message .btn-primary:hover {
	background: #d96a14;
	color: #fff;
	box-shadow: 0 4px 12px rgba(238, 122, 36, 0.25);
}

/*=======================================================

    CF7 入力 → 確認 → 送信 フロー

========================================================*/

/* 「入力内容の確認」ボタン（送信ボタン置換） */
#container .wpcf7-form .bssp-go-confirm-wrap {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
}

#container .wpcf7-form .bssp-go-confirm-btn {
	display: inline-block;
	min-width: 280px;
	padding: 16px 60px;
	background: #ee7a24;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	cursor: pointer;
	transition:
		background 0.2s,
		transform 0.1s,
		box-shadow 0.2s;
	letter-spacing: 0.05em;
	-webkit-appearance: none;
	appearance: none;
}
@media screen and (max-width: 767px) {
	#container .wpcf7-form .bssp-go-confirm-btn {
		width: 100%;
		min-width: 0;
		padding: 14px 30px;
		font-size: 1.6rem;
	}
}

#container .wpcf7-form .bssp-go-confirm-btn:hover {
	background: #d96a14;
	box-shadow: 0 4px 12px rgba(238, 122, 36, 0.25);
}

#container .wpcf7-form .bssp-go-confirm-btn:active {
	transform: translateY(1px);
}

/* 入力フォームを非表示（確認画面表示中） */
#container .wpcf7-form.bssp-form-hidden {
	display: none;
}

/* 確認画面パネル */
#container .bssp-confirm-panel {
	display: none;
	max-width: 800px;
	margin: 40px auto;
	padding: 50px 60px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
	#container .bssp-confirm-panel {
		margin: 30px 15px;
		padding: 25px 20px;
	}
}

#container .bssp-confirm-panel.active {
	display: block;
}

#container .bssp-confirm-panel .bssp-confirm-title {
	margin: 0 0 12px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #ee7a24;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#container .bssp-confirm-panel .bssp-confirm-title {
		font-size: 1.8rem;
	}
}

#container .bssp-confirm-panel .bssp-confirm-lead {
	margin: 0 0 30px;
	text-align: center;
	font-size: 1.4rem;
	color: #666;
	line-height: 1.6;
}

/* 確認リスト */
#container .bssp-confirm-panel .bssp-confirm-list {
	margin: 0 0 40px;
	border-top: 1px solid #eee;
}

#container .bssp-confirm-panel .bssp-confirm-row {
	padding: 16px 12px;
	border-bottom: 1px solid #eee;
}

#container .bssp-confirm-panel .bssp-confirm-label {
	margin-bottom: 6px;
	font-size: 1.3rem;
	font-weight: 700;
	color: #888;
	letter-spacing: 0.02em;
}

#container .bssp-confirm-panel .bssp-confirm-value {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #2e2d2d;
	white-space: pre-wrap;
	word-break: break-word;
}

#container .bssp-confirm-panel .bssp-confirm-value .bssp-empty {
	color: #aaa;
	font-size: 1.3rem;
}

/* 確認画面ボタンエリア */
#container .bssp-confirm-panel .bssp-confirm-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#container .bssp-confirm-panel .bssp-confirm-actions {
		flex-direction: column-reverse;
		gap: 12px;
	}
}

#container .bssp-confirm-panel .bssp-back-btn,
#container .bssp-confirm-panel .bssp-do-submit-btn {
	min-width: 200px;
	padding: 14px 40px;
	border: none;
	border-radius: 4px;
	font-size: 1.5rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	cursor: pointer;
	transition:
		background 0.2s,
		box-shadow 0.2s;
	-webkit-appearance: none;
	appearance: none;
}
@media screen and (max-width: 767px) {
	#container .bssp-confirm-panel .bssp-back-btn,
	#container .bssp-confirm-panel .bssp-do-submit-btn {
		width: 100%;
		min-width: 0;
	}
}

/* 戻るボタン（セカンダリ） */
#container .bssp-confirm-panel .bssp-back-btn {
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
}

#container .bssp-confirm-panel .bssp-back-btn:hover {
	background: #f5f5f5;
	border-color: #999;
}

/* 送信ボタン（プライマリ） */
#container .bssp-confirm-panel .bssp-do-submit-btn {
	background: #ee7a24;
	color: #fff;
}

#container .bssp-confirm-panel .bssp-do-submit-btn:hover {
	background: #d96a14;
	box-shadow: 0 4px 12px rgba(238, 122, 36, 0.25);
}

#container .bssp-confirm-panel .bssp-do-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
