@charset "UTF-8";

/*
Theme Name: Rococo Corporate Site
Author: K.Horie
Description: Original Theme
Version： 1.0.0
Text Domain: rocococorporatesite
*/


/*---------------------------------
basic settings
---------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 100%;
	color: #111;
	line-height: 1.5;
	font-size: 1.0rem;
	font-family: "游ゴシック","メイリオ",Helvetica,"Yu Gothic",sans-serif;
}

img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	text-decoration: none;
	outline: none !important;
	color: #80d8d5;
	font-weight: 600;
}
a:hover,
a:active,
a:focus {
	cursor: pointer;
	outline: none;
	color: #00a63c;
}

button {
	outline: none !important;
}
input[type="button"],
input[type="submit"] {
	outline: none !important;
}

ul.disc {
	margin-left: 1.5rem;
}
ul.disc > li {
	list-style: disc;
	margin: 0.5rem 0;
}

ul.square {
	margin-left: 1.5rem;
}
ul.square > li {
	list-style: square;
	margin: 0.5rem 0;
}

ol  {
	list-style-type: decimal;
	margin-left: 1.3rem;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.font-xs {
	font-size: 0.8rem;
}
.font-sm {
	font-size: 0.9rem;
}
.font-lg {
	font-size: 1.4rem;
}
.font-xl {
	font-size: 1.8rem;
}

a.link {
	text-decoration: underline;
	font-weight: 600;
}


/* ----------------------------------------------------------------------
site-logo
---------------------------------------------------------------------- */

.site-logo {
	position: fixed;
	top: 0;
	left: 50%;
	width: 6em;
	margin-top: 0.65rem;
	margin-left: -3rem;
	z-index: 1001;
}
@media screen and (max-width:1070px) {
	.site-logo {
		width: 4.2em;
		margin-top: 0.5rem;
		margin-left: -2.1rem;
	}
}


/* ----------------------------------------------------------------------
wrap
---------------------------------------------------------------------- */

.wrap {
	background: #fff;
	padding: 0;
}
<!---@media screen and (max-width:1070px) {
	.wrap {
		padding: 5rem 0 0 0;
	}
}--->


/* ----------------------------------------------------------------------
container
---------------------------------------------------------------------- */

.container {
	width: 1000px;
	margin: 0 auto;
}
.container_recruit{
        padding: 10%;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width:1199px) {
	.container {
		width: 100%;
		padding: 0 2rem;
	}
}
@media screen and (max-width:767px) {
	.container {
		padding: 0 1rem;
	}
}

/* ----------------------------------------------------------------------
case-container
---------------------------------------------------------------------- */

.case-container {
	width: 1000px;
	margin: 0 auto;
        padding-top: 100px;
        line-height: 2;
}
.case-container:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width:1199px) {
	.case-container {
		width: 100%;
		padding: 0 2rem;
	}
}
@media screen and (max-width:767px) {
	.case-container {
		padding: 0 1rem;
	}
}


/* ----------------------------------------------------------------------
header
---------------------------------------------------------------------- */

header {
	width: 100%;
	background: #ffffff;
	position: relative;
	z-index: 1000;
}

/* header-nav-top */
.header-nav-top {
	padding: 0.4rem 0;
}
.header-nav-top:after {
	content: "";
	display: block;
	clear: both;
}
.header-nav-top a {
	font-size: 0.8rem;
	font-weight: 600;
	color: #9c9c9c;
	text-decoration: none;
}
.header-nav-top a:hover,
.header-nav-top a:active,
.header-nav-top a:focus {
	color: #00a63c;
}
.header-nav-top nav.header-nav-top-left {
	float: left;
	width: 40%;
}
.header-nav-top nav.header-nav-top-right {
	float: right;
	width: 40%;
}
.header-nav-top nav.header-nav-top-left > ul.menu {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.header-nav-top nav.header-nav-top-right > ul.menu {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.header-nav-top nav.header-nav-top-left > ul.menu > li.menu-item,
.header-nav-top nav.header-nav-top-right > ul.menu > li.menu-item {
	padding: 0 1rem;
}

/* header-nav-bottom */
.header-nav-bottom {
	border-bottom: 0.2rem solid #83ac46;
}
.header-nav-bottom:after {
	content: " ";
	display: block;
	clear: both;
}
.header-nav-bottom a {
	color: #1c1c1c;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}
.header-nav-bottom nav.header-nav-bottom-left {
	float: left;
	width: 50%;
}
.header-nav-bottom nav.header-nav-bottom-right {
	float: right;
	width: 50%;
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.header-nav-bottom nav.header-nav-bottom-right > ul.menu {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item,
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item {
	padding: 1.5rem 0 1.5rem 0;
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > a {
	border-left: 1px solid #83ac46;
	text-align: center;
	padding: 0.75rem 1.2rem;
}
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item > a {
	border-right: 1px solid #83ac46;
	text-align: center;
	padding: 0.75rem 1.6rem;
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item:hover,
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item:active,
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item:focus,
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item:hover,
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item:active,
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item:focus {
	border-bottom: 0.2rem solid #52cbff;
	margin-bottom: -0.2rem;
}

/* メガメニュー */
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > ul.sub-menu,
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item > ul.sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background :#fff;
	padding: 3em 0 2rem 0;
	margin: 7.5rem auto 0 auto;
	box-shadow: 0 8px 12px -4px rgba(0,0,0,0.4);
	z-index: 1000;
	display: none;
	overflow: hidden auto;
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > ul.sub-menu > li.menu-item,
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
	padding: 0 2rem;
}
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:after {
	content: " ";
	display: block;
	clear: both;
	height: 0.2rem;
	margin-top: 0.2rem;
	background: #fff;
}
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover:after {
	background: -moz-linear-gradient(left, #00a53d 20%, #51cbfc);
	background: -webkit-linear-gradient(left, #00a53d 20%, #51cbfc);
	background: linear-gradient(to right, #00a53d 20%, #51cbfc);
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a,
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
	width: 100%;
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu,
.header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
	padding: 0.5rem 1rem 0 1rem;
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item {
	padding: 0.45rem 0 0 0;
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:after {
	content: " ";
	display: block;
	clear: both;
	height: 0.2rem;
	margin-top: 0.2rem;
	background: #fff;
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:hover:after {
	background: -moz-linear-gradient(left, #00a53d 20%, #51cbfc);
	background: -webkit-linear-gradient(left, #00a53d 20%, #51cbfc);
	background: linear-gradient(to right, #00a53d 20%, #51cbfc);
}
.header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
	font-size: 0.7rem;
	width: 100%;
}

/* scrolledヘッダ */
.header-scrolled {
	width: 100%;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
}
.header-scrolled .site-logo {
	animation: smalllogo 1.0s ease;
	-webkit-animation: smalllogo 1.0s ease;
	-moz-animation: smalllogo 1.0s ease;
	width: 4.4em;
	margin-top: 0.2rem;
	margin-left: -2.2rem;
}
@keyframes smalllogo {
	0% {
		width: 6em;
		margin-top: 0.65rem;
		margin-left: -3rem;
	}
	100% {
		width: 4.4em;
		margin-top: 0.2rem;
		margin-left: -2.2rem;
	}
}
.header-scrolled .header-nav-top {
	display: none;
}
.header-scrolled .header-nav-bottom nav.header-nav-bottom-left > ul.menu > li.menu-item > ul.sub-menu,
.header-scrolled .header-nav-bottom nav.header-nav-bottom-right > ul.menu > li.menu-item > ul.sub-menu {
	margin-top: 5rem;
}

/* メガメニュー表示 */
.sub-menu-show {
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	animation: sub-menu-show 0.5s ease-out;
	-webkit-animation: sub-menu-show 0.5s ease-out;
	-moz-animation: sub-menu-show 0.5s ease-out;
}

@media screen and (max-width:1070px) {
	header {
		width: 100%;
		background: #ffffff;
		position: fixed;
		top: 0;
		left: 0;
		height: 5rem;
	}
	.header-nav-top {
		display: none;
	}
	.header-nav-bottom {
		display: none;
	}
}


/* ----------------------------------------------------------------------
スマホナビ
---------------------------------------------------------------------- */

.sp-nav-open {
	display: none;
	position: fixed;
	top: 0.5rem;
	right: 0.5rem;
	font-size: 2.4rem;
	color: #00a63c;
}
.sp-nav-close {
	font-size: 2.8rem;
	color: #00a63c;
	text-align: right;
	position: relative;
	z-index: 900;
}
.sp-nav-wrap {
	display: none;
	position: sticky;
	z-index: 9050;
	background: rgba(0,0,0,0.8);
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
	height: 100vh;
}
.sp-nav {
	z-index: 1040;
	width: 92%;
	height: 90%;
	margin: 2vh auto;
	overflow-y: scroll;
	padding: 0 0.5rem 2rem 0.5rem;
	background: #fff;
}
.sp-nav a {
	color: #1c1c1c;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
}
.sp-nav > ul.menu {
	padding: 0 0.5rem;
}
.sp-nav > ul.menu > li.menu-item-has-children {
	position: relative;
}
.sp-nav > ul.menu > li > .menu-item-has-children-after {
	color: #fff;
	background: #00a63c;
	position: absolute;
	top: 0.85rem;
	right: 0;
	padding: 0.85rem;
	font-size: 1.4rem;
}
.sp-nav > ul.menu > li.menu-item {
	border-bottom: 1px solid #E6E6E6;
}
.sp-nav > ul.menu > li.menu-item > a {
	display: inline-block;
	text-align: left;
	padding: 1.5rem 2rem 1.5rem 0;
}

/* スマホメガメニュー */
.sp-nav > ul.menu > li.menu-item > ul.sub-menu {
	position: relative;
	width: 100%;
	background :#fff;
	padding: 0 0 1rem 0;
	z-index: 9060;
	display: none;
}
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item,
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item,
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {

}
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover,
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:focus,
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:active {

}
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
	display: inline-block;
	text-align: left;
	padding: 0.75rem 1rem;
}
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
	position: relative;
	width: 100%;
	background :#fff;
	padding: 0 0 1rem 1em;
	z-index: 1060;
}
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item,
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item,
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item {

}
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:hover,
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:focus,
.sp-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item:active {

}
.sp-nav >  ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
	display: block;
	text-align: left;
	padding: 0.75rem 1rem;
}
@media screen and (max-width:1070px) {
	.sp-nav-open {
		display: block;
	}
}


/* ----------------------------------------------------------------------
footer
---------------------------------------------------------------------- */

footer {
	width: 100%;
	background: #bdc4ba;
	font-weight: 600;
	padding: 1.5rem 0;
        padding-bottom:100px;
        padding-top:100px;
}
footer nav.footer-nav {
	text-align: center;
	margin: 0 auto;
}
footer nav.footer-nav ul.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
footer nav.footer-nav ul.menu li.menu-item {
	padding: 0.5rem 0;
}
footer nav.footer-nav ul.menu li.menu-item a {
	width: 10rem;
	margin: 0 1rem;
	padding: 0.5rem 1em;
	text-align: center;
	font-weight: 600;
	color: #fff;
	transition: all 0.5s;
}
footer nav.footer-nav ul.menu li.menu-item a:hover,
footer nav.footer-nav ul.menu li.menu-item a:active,
footer nav.footer-nav ul.menu li.menu-item a:focus {
	background: #fff;
	color: #bdc4ba;
}
footer .copyright {
	padding: 1em 0 0.5rem 0;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
}

@media screen and (max-width:767px) {
	footer nav.footer-nav ul.menu li.menu-item {
		width: 100%;
	}
}


/* ----------------------------------------------------------------------
to-page-top
---------------------------------------------------------------------- */
#to-page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 1010;
	margin: 0;
	width: 4.5rem;
	opacity: 0;
}

/* ----------------------------------------------------------------------
button
---------------------------------------------------------------------- */

/* btn-box */
.btn-box {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

/* btn */
.btn {
	background: -moz-linear-gradient(left, #00a53d 20%, #51cbfc);
	background: -webkit-linear-gradient(left, #00a53d 20%, #51cbfc);
	background: linear-gradient(to right, #00a53d 20%, #51cbfc);
	border: none;
	border-radius: 4rem;
	min-width: 50%;
	display: inline-block;
	padding: 0.75rem 0;
	margin: 0 2%;
        font-size:0.8em;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.btn:hover,
.btn:active,
.btn:focus {
	background: #1c1c1c;
	color: #fff;
}
.btn[disabled],
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover {
	background: #eee;
	color: #888;
}
.btn-clear {
	background: #E6E6E6;
	border: none;
	border-radius: 4rem;
	width: 40%;
	display: inline-block;
	padding: 0.75rem 0;
	margin: 0 2%;
	text-align: center;
	color: #111;
	font-weight: 600;
}
.btn-clear:hover,
.btn-clear:active,
.btn-clear:focus {
	background: #1c1c1c;
	color: #fff;
}
.btn-clear[disabled],
.btn-clear[disabled]:active,
.btn-clear[disabled]:focus,
.btn-clear[disabled]:hover {
	background: #eee;
	color: #888;
}

/* link-btn */
.link-btn {
	background: #fff;
	padding: 2rem 1rem;
	text-align: center;
	border-radius: 1rem;
	display: block;
	margin: 0.5rem 0;
	color: #00a63c;
	font-weight: 600;
	transition: all 0.5s;
	font-size: 1.2rem;
	border: none;
	position: relative;
}
.link-btn:hover,
.link-btn:active,
.link-btn:focus {
	opacity: 0.7;
}
.link-btn img {
	display: inline-block;
	max-width: 180px;
}

/* external-link-btn */
.external-link-btn {
	background: #fff;
	padding: 2rem 1rem;
	text-align: center;
	border-radius: 1rem;
	display: block;
	margin: 0.5rem 0;
	color: #00a63c;
	font-weight: 600;
	transition: all 0.5s;
	font-size: 1.2rem;
	border: none;
	position: relative;
}
.external-link-btn:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #00a63c;
	position: absolute;
	right: 1.5rem;
}
.external-link-btn:hover,
.external-link-btn:active,
.external-link-btn:focus {
	opacity: 0.7;
}
.external-link-btn img {
	display: inline-block;
	max-width: 180px;
}

@media screen and (max-width:767px) {
	.btn {
		width: 80%;
		margin: 0.6rem 0;
	}
	.btn-clear {
		width: 80%;
		margin: 0.6rem 0;
	}
}


/* ----------------------------------------------------------------------
h1,h2
---------------------------------------------------------------------- */

h1 {
	color: #82AE47;
	font-weight: 600;
	font-size: 1.7rem;
	padding: 0.5rem 0 1rem 0;
        font-family:Roboto;
}
h2 {
	color: #00a53c;
	font-weight: 600;
	font-size: 1.5em;
	padding: 0.25rem;
        font-family:Roboto;
}

@media screen and (max-width:767px) {
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.1rem;
	}
}


/* ----------------------------------------------------------------------
panel
---------------------------------------------------------------------- */

.panel {
	border: solid 1px #eee;
	padding: 3rem;
	margin: 0.5rem 0;
	border-radius: 1rem;
}
.panel h1 {
	font-size: 1.2rem;
	padding: 3rem 0 0.5rem 0;
}
.panel h1:first-child {
	padding: 0.5rem 0 0.5rem 0;
}

@media screen and (max-width:767px) {
	.panel {
		padding: 2rem;
	}
}
@media screen and (max-width:543px) {
	.panel {
		padding: 1rem;
	}
}


/* ----------------------------------------------------------------------
case
---------------------------------------------------------------------- */

.case {
}
.case a {
	color: #111;
}
ul.case-list {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
ul.case-list li.case {
	background: #fff;
	border: 1px solid #E6E6E6;
	padding: 0;
	border-radius: 1rem;
	width: 31%;
	margin: 1rem 1%;
}
ul.case-list li.case a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
ul.case-list li.case a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	border-radius: 1rem;
	width: 100%;
	height: 100%;
}
ul.case-list li.case a:hover:before,
ul.case-list li.case a:active:before,
ul.case-list li.case a:focus:before {
	background: rgba(0,0,0,0.12);
	animation: posthover 0.5s ease-out;
	-webkit-animation: posthover 0.5s ease-out;
	-moz-animation: posthover 0.5s ease-out;
}
ul.case-list li.case .case-thumb {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.case-list li.case .case-thumb img {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.case-list li.case .case-header {
	display: block;
	width: 100%;
	padding: 1rem;
}
ul.case-list li.case .case-title {
	display: block;
	color: #51cbfc;
	font-weight: 600;
	word-break: break-all;
	padding: 0;
        font-size:0.9rem;
}
ul.case-list li.case .case-catch {
	display: block;
	word-break: break-all;
	padding: 0.5rem 0;
	font-weight: normal;
        font-size:0.8rem;
}
ul.case-list li.case .case-category {
    background: #51cbfc;
    color: #fff;
    margin: 0.15rem;
    font-size: 0.5em;
    font-weight: bold;
    display: inline-block;
    padding: 0.2rem 0.4rem;
    /* position: absolute;*/
    top: 0;
    left: 0;
    border: 1px solid #51cbfc;
    border-radius: 20px;
}
@media screen and (max-width:991px) {
	ul.case-list li.case {
		width: 46%;
		margin: 1rem 2%;
	}
	ul.case-list li.case .case-thumb {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	ul.case-list li.case .case-header {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	ul.case-list li.case {
		width: 100%;
		margin: 1rem 0;
	}
}

/* ----------------------------------------------------------------------
news
---------------------------------------------------------------------- */

.news {
	display: block;
	width: 100%;
	padding-top: 1rem;
}
.news a {
	color: #111;
}
.news:after {
	content: "";
	display: block;
	clear: both;
}
.news-date {
	color: #52cbff;
	font-weight: 600;
	display: block;
	font-size: 0.9rem;
}
.news-thumb {
	display: block;
	margin-bottom: 1rem;
}
.news-header {
	display: block;
	border-bottom: 1px solid #52cbff;
}
.news-title {
	display: block;
	padding: 0.5rem 0 0.75rem 0;
	font-size: 1.4rem;
	word-break: break-all;
	font-weight: 600;
}
.news-catch {
	display: block;
	padding: 0.5rem 0;
	word-break: break-all;
	font-weight: normal;
}
.news-category {
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
	padding: 0.5rem 1rem;
	font-size: 0.6rem;
	margin-right: 0.5rem;
        border-radius: 10px;
        margin-bottom: 20px;
}
span.news-category.information{
       background-color:#e34d4d;

}
span.news-category.event{
       background-color:#f9b271;

}
span.news-category.service{
       background-color:#00a53d;

}
span.news-category.release{
       background-color:#51cbfc;

}

.news-content {
	display: block;
	padding: 2rem 0;
	word-break: break-all;
}
.news-content img {
	width: auto;
}
ul.news-list {
	max-width: 800px;
	margin: 3rem auto 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
ul.news-list li.category {
	border-bottom: 1px solid #52cbff;
	padding-bottom: 1em;
        width: 100%;
}
ul.news-list li.news:first-child {
	padding-top: 0rem;
}
ul.news-list li.news .news-thumb {
	display: block;
	float: right;
	width: 20%;
	margin-left: 2rem;
	margin-bottom: 0;
}
ul.news-list li.news .news-header {
	display: block;
	float: left;
	width: 100%;
	border: none;
}
ul.news-list li.news .news-title {
	display: block;
	font-size: 0.9rem;
}
ul.news-list li.news .news-catch {
	display: block;
	font-weight: normal;
}
.entry-icon-new{
    border:1px solid #FF6E00;
    background: #fff;
    border-radius: 10px;
    color: #FF6E00;
    display: inline-block;
    font-size: 80%;
    margin-bottom: 10px;
    padding: 3px 20px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .news-content img {
	    width: 100%;
    }
	ul.news-list li.news .news-thumb {
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 1rem;
	}
	ul.news-list li.news .news-header {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:400px) {
.news-title {
	font-size: 1.2em;
}
}
/* ----------------------------------------------------------------------
solution
---------------------------------------------------------------------- */

.solution {
}
.solution a {
	color: #111;
}
ul.solution-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
}
ul.solution-list li.solution {
	width: 31%;
	margin: 0.5rem 1%;
}
ul.solution-list li.solution a {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 1rem;
	padding: 1rem 1rem 2rem 1rem;
	border: 1px solid #E6E6E6;
	width: 100%;
	height: 100%;
}
ul.solution-list li.solution a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	border-radius: 1rem;
	width: 100%;
	height: 100%;
}
ul.solution-list li.solution a:hover:before,
ul.solution-list li.solution a:active:before,
ul.solution-list li.solution a:focus:before {
	background: rgba(0,0,0,0.12);
	animation: posthover 0.5s ease-out;
	-webkit-animation: posthover 0.5s ease-out;
	-moz-animation: posthover 0.5s ease-out;
}
ul.solution-list li.solution .solution-thumb {
	display: block;
	width: 100%;
}
ul.solution-list li.solution .solution-thumb img {
	display: block;
	width: auto;
	max-height: 5rem;
	margin: 0 auto 1rem auto;
}
ul.solution-list li.solution .solution-title {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	padding: 0 0 0.5rem 0;
}
ul.solution-list li.solution .solution-catch {
	display: block;
        font-weight: normal;
        font-size: 0.9em;
}

@media screen and (max-width:991px) {
	ul.solution-list li.solution {
		width: 46%;
		margin: 1rem 2%;
	}
	ul.solution-list li.solution .solution-thumb img {
		width: 100%;
		max-height: 1000rem;
		margin: 0 auto 0.5rem auto;
	}
}
@media screen and (max-width:767px) {
	ul.solution-list li.solution {
		width: 100%;
		margin: 1rem 0;
	}
}


/* ----------------------------------------------------------------------
sec-partners-bnr
---------------------------------------------------------------------- */

.sec-partners-bnr {
	background-image: url("../../../wp-content/uploads/2020/04/bg_partner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 6rem 0;
}
.sec-partners-bnr .container {
	opacity: 0;
	margin-top: 4rem;
	margin-bottom: -4rem;
}
.sec-partners-bnr h1 {
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	text-shadow: 2px 2px 12px #4c4c4c;
}
.sec-partners-bnr p {
	padding: 1rem 0;
	color: #fff;
	text-align: center;
        font-size: 1em;
}
.sec-partners-bnr .btn-box {
	padding: 0;
}

@media screen and (max-width:767px) {
	.sec-partners-bnr {
		padding: 4rem 0;
	}
	.sec-partners-bnr h1 {
		font-size: 1.2em;
	}
	.sec-partners-bnr p {
		text-align: left;
	}
}


/* ----------------------------------------------------------------------
sec-blog-bnr
---------------------------------------------------------------------- */
.sec-blog-bnr {
	background-image: url("../../../wp-content/uploads/2020/04/bg_blog.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 6rem 0;
}
.sec-blog-bnr .container {
	opacity: 0;
	margin-top: 4rem;
	margin-bottom: -4rem;
}
.sec-blog-bnr h1 {
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	text-shadow: 2px 2px 12px #4c4c4c;
}
.sec-blog-bnr p {
	padding: 1rem 0 2rem 0;
	color: #fff;
	text-align: center;
}
.sec-blog-bnr .btn-box {
	padding: 0;
}

@media screen and (max-width:767px) {
	.sec-blog-bnr {
		padding: 4rem 0;
	}
	.sec-blog-bnr h1 {
		font-size: 1.2em;
	}
	.sec-blog-bnr p {
		text-align: left;
	}
}

/* ----------------------------------------------------------------------
sec-case-bnr
---------------------------------------------------------------------- */
.sec-case-bnr {
	background-image: url("../../../wp-content/uploads/2020/04/bg_blog.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 6rem 0;
}
.sec-case-bnr .container {
	opacity: 0;
	margin-top: 4rem;
	margin-bottom: -4rem;
}
.sec-case-bnr h1 {
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	text-shadow: 2px 2px 12px #4c4c4c;
}
.sec-case-bnr p {
	padding: 1rem 0 2rem 0;
	color: #fff;
	text-align: center;
}
.sec-case-bnr .btn-box {
	padding: 0;
}

@media screen and (max-width:767px) {
	.sec-caseg-bnr {
		padding: 4rem 0;
	}
	.sec-case-bnr h1 {
		font-size: 1.2em;
	}
	.sec-case-bnr p {
		text-align: left;
	}
}



/* ----------------------------------------------------------------------
sec-contact-bnr
---------------------------------------------------------------------- */
.sec-contact-bnr {
	border-top: 1px solid #169f95;
        border-bottom: 1px solid #169f95;
	background: #fff;
	padding: 4rem 0;
	text-align: center;
}
.sec-contact-bnr .container {
	opacity: 0;
	margin-top: 4rem;
	margin-bottom: -4rem;
}
.sec-contact-bnr p {
	text-align: center;
	font-size: 1.2em;
	color: #169f95;
	font-weight: 600;
}
.sec-contact-bnr i {
	font-size: 3.6rem !important;
	display: inline-block;
	padding-bottom: 1rem;
}
.sec-contact-bnr .btn-box {
	paddnig: 0;
}

@media screen and (max-width:767px) {
	.sec-contact-bnr {
		padding: 3rem 0;
		text-align: center;
	}
	.sec-contact-bnr p {
		font-size: 1.2em;
	}
}

/* ----------------------------------------------------------------------
sec-entry-bnr
---------------------------------------------------------------------- */
.sec-entry-bnr {
	background: #fff;
	padding: 4rem 0;
	text-align: center;
}
.sec-entry-bnr .container {
	opacity: 0;
	margin-top: 4rem;
	margin-bottom: -4rem;
}
.sec-entry-bnr p {
	text-align: center;
	font-size: 1.2em;
	color: #169f95;
	font-weight: 600;
}
.sec-entry-bnr i {
	font-size: 3.6rem !important;
	display: block;
	padding-bottom: 1rem;
}
.sec-entry-bnr .btn-box {
	paddnig: 0;
}

@media screen and (max-width:767px) {
	.sec-entry-bnr {
		padding: 3rem 0;
		text-align: center;
	}
	.sec-entry-bnr p {
		font-size: 1.2em;
	}
}



/* ----------------------------------------------------------------------
プレースホルダ
---------------------------------------------------------------------- */

::-webkit-input-placeholder {
	color: #bbb;
}
.icon-placeholder-900 {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


/* ----------------------------------------------------------------------
スライドインアニメーション
---------------------------------------------------------------------- */

.slide-in-animation {
	animation: showcontents 0.5s ease-out;
	-webkit-animation: showcontents 0.5s ease-out;
	-moz-animation: showcontents 0.5s ease-out;
}


/* ----------------------------------------------------------------------
form
---------------------------------------------------------------------- */

form {
}
input[type="button"],
input[type="submit"] {
	outline: none !important;
}
form input[type="text"] {
	border-radius: 1.5rem;
	display: inline-block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #bdc4ba;
	font-size: 1.0rem;
	outline: none !important;
}
form input[type="email"] {
	border-radius: 1.5rem;
	display: inline-block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #bdc4ba;
	font-size: 1.0rem;
	outline: none !important;
        /*margin-bottom: 20px;*/
}
form textarea {
	border-radius: 1.5rem;
	display: block;
	width: 100%;
	height: 10rem;
	padding: 0.5rem 0.75rem;
	border: 1px solid #bdc4ba;
	font-size: 1.0rem;
	outline: none !important;
	resize: vertical;
}
form .radio,
form .checkbox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: -0.5rem -0.4rem 0 -0.4rem;
}
form .radio input[type="radio"],
form .checkbox input[type="checkbox"] {
	display: none;
}
form .radio label,
form .checkbox label {
	margin: 0.4rem;
	border: 1px solid #bdc4ba;
	border-radius: 1.5rem;
	padding: 0.5rem;
	line-height: 1.3rem;
	display: inline-block;
	text-align: center;
	font-weight: 600;
}
form .radio label {
	width: 8.5rem;
	font-size: 0.9rem;
}
form .checkbox label {
	width: 8.5rem;
	height: 3.6rem;
	font-size: 0.6rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 3rem;
}
form .radio label.checked,
form .checkbox label.checked {
	background: #bdc4ba;
	color: #fff;
}
form select {
	border-radius: 1.5rem;
	display: inline-block;
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #bdc4ba;
	font-size: 1.0rem;
	outline: none !important;
	background: #fff;
}
form p {
	padding: 0 0 0.75rem 0;
}
form p:last-child {
	padding: 0;
}


/* ----------------------------------------------------------------------
sec-search
---------------------------------------------------------------------- */

.sec-search {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: -moz-linear-gradient(left, #00a53d 20%, #51cbfc);
	background: -webkit-linear-gradient(left, #00a53d 20%, #51cbfc);
	background: linear-gradient(to right, #00a53d 20%, #51cbfc);
	z-index: 1003;
	opacity: 0;
	transition: all 2.0s;
}
.sec-search a {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	text-align: center;
	padding: 0.6rem 0;
}
@media screen and (max-width:400px) {
.mw_wp_form_input .disp-input-only {
    display: block;
    text-align: left;
}
}
/* ----------------------------------------------------------------------
form-serarch
---------------------------------------------------------------------- */

form.form-serarch {
}
form.form-serarch h1 {
	color: #111;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 1rem 0 0.75rem 0;
}
form.form-serarch h2 {
	color: #111;
	font-size: 1.0rem;
	font-weight: 600;
	padding: 1.2rem 0 0.75rem 0;
}


/* ----------------------------------------------------------------------
pagination
---------------------------------------------------------------------- */

.pagination {
	text-align: center;
	margin: 0;
}
.page-of {
	display: block;
	background: #bdc4ba;
	padding: 1rem;
	font-weight: 600;
	color: #fff;
}
.pagination-box {
	display: inline-block;
	padding: 1.5rem 0 1.2rem 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	padding: 0.5rem 1.5rem;
	margin: 0.25rem 0.5rem;
	text-decoration: none;
	width: auto;
	color: #111;
	background: #fff;
	border: 1px solid #bdc4ba;
	border-radius: 0.5rem;
}
.pagination a:hover {
	color: #fff;
	background: #bdc4ba;
}
.pagination .current {
	display: block;
	float: left;
	padding: 0.5rem 1.5rem;
	margin: 0.25rem 0.5rem;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #bdc4ba;
	border: 1px solid #bdc4ba;
	border-radius: 0.5rem;
}
@media only screen and (max-width: 543px) {
	.pagination {
		font-size: 0.8;
	}
	.pagination span, .pagination a {
		padding: 0.25rem 1rem;
		margin: 0.25rem 0.25rem;
	}
	.pagination .current {
		padding: 0.25rem 1rem;
		margin: 0.25rem 0.25rem;
	}
}


/* ----------------------------------------------------------------------
single-pagination
---------------------------------------------------------------------- */

.single-pagination {
}
.single-pagination ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
	padding: 1.5rem 0 4rem 0;
	border-top: 1px solid #bdc4ba;
}
.single-pagination ul li {
	width: 48%;
}
.single-pagination ul li:nth-child(1) {
	order:2;
}
.single-pagination ul li:nth-child(1) {
	order:1;
}
.single-pagination ul li a {
	color: #111;
	text-decoration: none;
}


/* ----------------------------------------------------------------------
youtube動画埋め込み
---------------------------------------------------------------------- */

.youtube {
	position: relative;
	width: 80%;
	padding-top: 56.25%;
	margin: 0 auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width:991px) {
	.youtube {
		width: 100%;
	}
}


/* ----------------------------------------------------------------------
processing-view
---------------------------------------------------------------------- */

.processing-view {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #222222;
	opacity: 0.85;
}
.processing-view-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50%;
	border: 8px solid #fff;
	border-right-color: transparent;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
}


/* ----------------------------------------------------------------------
PC ⇔ スマホでの改行切り替え
---------------------------------------------------------------------- */

.br-pc {
	display: block;
	height: 0;
}
.br-sp {
}
@media screen and (max-width:767px) {
	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
		height: 0;
	}
}


h3.hrf-title {
	padding-top: 4px!important;
	border: 1px solid #bbb;
}


/* ----------------------------------------------------------------------
keyframesアニメーション
---------------------------------------------------------------------- */

/* メガメニュー表示 */
@keyframes sub-menu-show {
	0% {
		max-height: 0;
		opacity: 0;
	}
	100% {
		max-height: 1200px;
		opacity: 1.0;
	}
}

/* コンテンツスライドイン */
@keyframes showcontents {
	0% {
		transform:translateX(3000px);
	}
	100% {
		transform:translateX(0px);
	}
}

/* 記事ホバー */
@keyframes posthover {
	0% {
		height: 0%;
	}
	100% {
		height: -100%;
	}
}

/* スピン */
@keyframes spin {
	0% { transform: rotate(0deg);   opacity: 0.2; }
	50% { transform: rotate(180deg); opacity: 1.0; }
	100% { transform: rotate(360deg); opacity: 0.2; }
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
	50%  { -webkit-transform: rotate(180deg); opacity: 1; }
	100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}
@-moz-keyframes spin {
	0% { -moz-transform: rotate(0deg); opacity: 0.4; }
	50% { -moz-transform: rotate(180deg); opacity: 1; }
	100% { -moz-transform: rotate(360deg); opacity: 0.4; }
}


/* ----------------------------------------------------------------------
font-awesomeのcss上書き
---------------------------------------------------------------------- */

i {
	margin: 0 0.5rem;
}

/* ----------------------------------------------------------------------
toastrのcss上書き
---------------------------------------------------------------------- */

#toast-container {
	position: fixed;
	z-index: 8888 !important;
	pointer-events: none;
}
.toast-top-right {
	top: 90px !important;
	right: 0 !important;
}
.toast-message {
	font-size: 0.9rem;
}


/* ----------------------------------------------------------------------
magnific-popupのcss上書き
---------------------------------------------------------------------- */

.mfp-wrap {
	position: fixed;
	top: 2vh;
	left: 50%;
	width: 1070px;
	height: 98vh;
	margin-left: -535px;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff !important;
	opacity: 0.98 !important;
}
.mfp-content {
	padding: 2rem;
}
.mfp-close {
	background: -moz-linear-gradient(left, #00a53d 20%, #51cbfc) !important;
	background: -webkit-linear-gradient(left, #00a53d 20%, #51cbfc) !important;
	background: linear-gradient(to right, #00a53d 20%, #51cbfc) !important;
	border-radius: 50%;
	color: #fff !important;
	top: 1rem !important;
	right: 1rem !important;
}
@media screen and (max-width:1070px) {
	.mfp-wrap {
		width: 92%;
		margin-left: -46%;
	}
	.mfp-content {
		padding: 2rem 1rem;
	}
}


/* ----------------------------------------------------------------------
Breadcrumb NavXTのcss上書き
---------------------------------------------------------------------- */

.sec-breadcrumbs {
	padding: 1rem 0 !important;
	background: #fff;
}
@media screen and (min-width: 769px) {
	.sec-breadcrumbs {
	margin-top: 10vh;
}
}
@media screen and (max-width: 768px) {
	.sec-breadcrumbs {
	display: none;
}
}
.tops section.sec-breadcrumbs {
    margin-top: 0vh;
}
.sec-breadcrumbs span a {
	color: #bdc4ba;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8rem;
}
.sec-breadcrumbs span a:hover,
.sec-breadcrumbs span a:active,
.sec-breadcrumbs span a:focus {
	color: #00a53c;
}
.sec-breadcrumbs i {
	margin: 0 1rem;
	color: #bdc4ba;
}


/* ----------------------------------------------------------------------
bogoの言語スイッチャーのcss上書き
---------------------------------------------------------------------- */

ul.bogo-language-switcher {
	position: relative;
	margin-left: 1.5rem;
        margin-right: 1.5rem;
}
ul.bogo-language-switcher:before {
	content: "\f57d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.1rem;
	position: absolute;
	top: 0;
	left: -1.5rem;
	color: #00a63c;
}
ul.bogo-language-switcher .current {
	/* display: none; */
}
ul.bogo-language-switcher > li {
	font-size: 0.8rem;
	font-weight: 600;
	color: #9c9c9c;
	padding-top: 0.25rem;
	display: inline;
}
ul.bogo-language-switcher > li  > a {
	border: 1px solid #9c9c9c;
	padding: 0.1rem 0.5rem;
	display: inline-block;
}
ul.bogo-language-switcher > li.current > a {
	color: #fff;
	background: #00a63c;
	border: 1px solid #00a63c;
}
@media only screen and (max-width: 1070px) {
	ul.bogo-language-switcher {
		padding: 0 0.5rem;
		margin-top: 1.5rem;
		margin-left: 1.65em;
	}
	ul.bogo-language-switcher:before {
		font-size: 1.2rem;
		left: -1.2rem;
	}
}

/* ----------------------------------------------------------------------
Page Builder by SiteOriginのcss上書き
---------------------------------------------------------------------- */

.panel-no-style {
	margin-bottom: 0 !important;
	padding: 1rem 0;
	margin: 0 auto;
}
.panel-row-style {
	margin-bottom: 0 !important;
	padding: 4rem 0;
	margin: 0 auto;
}
.panel-grid {
	margin-bottom: 0 !important;
}
.panel-grid ul {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 18px;
}
.panel-grid ul li {
	list-style: circle;
	margin: 0.4rem 0;
}
.sow-headline-container {
	padding-bottom: 0.5rem;
}
.sow-headline {
	text-align: center;
	color: #82ae46;
	line-height: 1.4em;
	font-size: 1.6rem;
	border-bottom: 1px solid #82ae46;
	width: 80%;
	margin: 2rem auto 2rem auto;
	padding-bottom: 1rem;
}
.widget-title {
	color: #82ae46;
	font-weight: 600;
	padding: 0 0 0.2rem 0;
	font-size: 1.1rem;
}
.wp-video-shortcode {
	width: 90%;
	margin: 0 auto;
}
.bg-white {
	background: #fff;
	margin-left: -500% !important;
	margin-right: -500% !important;
	padding-left: 500% !important;
	padding-right: 500% !important;
}
.bg-gray {
	background: #f1f1f1;
	margin-left: -500% !important;
	margin-right: -500% !important;
	padding-left: 500% !important;
	padding-right: 500% !important;
}
.bg-dark-gray {
	background: #717071;
	margin-left: -500% !important;
	margin-right: -500% !important;
	padding-left: 500% !important;
	padding-right: 500% !important;
}
@media only screen and (max-width: 767px) {
	.sow-headline {
		width: 90%;
	}
}
@media only screen and (max-width: 543px) {
	.sow-headline {
		width: 100%;
	}
}
.solution-box{
       padding: 0.5em 1em;
       margin: 2em 0;
       color: #232323;
       border-left: solid 10px #EEB337;
}

/* ----------------------------------------------------------------------
　ボタン
---------------------------------------------------------------------- */

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
}

.btn-wrap {
    margin: 10px 0;
    /*---display: inline-block;---*/
}

a.btn-c {
    width: 330px;
    font-size: 1em;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 2rem;
    color: #167ac6;
    background: #ffee00;
    -webkit-box-shadow: 0 5px 0 #187ac6;
    box-shadow: 0 5px 0 #187ac6;
    font-weight: bold;
    margin: 20px auto;
}

a.btn-c span {
    position: absolute;
    top: -1.25rem;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #187ac6;
    border: 2px solid #187ac6;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}
a.btn-c span:before,
a.btn-c span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
}

a.btn-c span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #187ac6 transparent transparent transparent;
}

a.btn-c span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

a.btn-c i {
    margin-right: 1rem;
}

a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #eb5b30;
    -webkit-box-shadow: 0 2px 0 #d44114;
    box-shadow: 0 2px 0 #d44114;
}
a.btn-a {
    width: 330px;
    font-size: 1em;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 2rem;
    color: #167ac6;
    background: #fff;
    -webkit-box-shadow: 0 5px 0 #828282;
    box-shadow: 0 5px 0 #828282;
    margin: 20px auto;
}
}
a.btn-a:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #eb5b30;
    -webkit-box-shadow: 0 2px 0 #d44114;
    box-shadow: 0 2px 0 #d44114;
}