/*
Theme Name: FRS
Description:
Author: Studio Huevo
Author URI: https://huevo.xyz
Version: 1.0
*/

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
	font-family: Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	background: #fff;
	counter-reset: feature flow;
}

#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #f00;
	outline: none;
	text-decoration: none;
}

p {
}

h1, h2, h3, h4, h5, h6, figure {
	color: #000;
	font-weight: 400;
	margin: 0 0 30px 0;
}


.clear {
	clear:both;
}

.martop3 {
margin-top:3em;	
	}


/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}



::-webkit-selection {
	color: #fff;
	background: #f00;
}

::-moz-selection {
	color: #fff;
	background: #f00;
}

::selection {
	color: #fff;
	background: #f00;
}

ul.navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style:none;
  justify-content: space-around;
  font-weight:bold;
  background:#EBF7FC;
  margin-bottom:0;
  justify-content: center;
}

ul.navbar-menu li {
	padding:1em 6em;
}

@media screen and (max-width: 991px) {
ul.navbar-menu li {
	padding:0 4em;
}
}


@media screen and (max-width: 768px) {
ul.navbar-menu li {
	padding:0 3em;
}
}

ul.navbar-menu li {
	color:#000;
}

ul.navbar-menu a:hover {
	background:#D7EFF9;
}


ul.navbar-menu a:hover li{
}




.main-nav {
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1001;
	background: rgba(255,255,255);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.main-nav .row div[class*="col"] {
	padding: 0;
}
.main-nav #sbc-logo {
	margin: -5px 0 0 0 ;
}

.s-descrip {
	font-size:1em;}

.mt3 {margin-top:3em;
}

.mt5 {margin-top:5em;
}

.mt8 {margin-top:8em;
}

@media screen and (max-width: 567px) {
	.main-nav #sbc-logo {
	}
.s-descrip {
	font-size:0.6em;
}	
}
.main-nav #sbc-logo a {
	display: block;
	padding: 12px 0 5px 0px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #153A64;
	font-size: 23px;
	line-height: 36px;
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
	.main-nav #sbc-logo a {
		line-height: 38px;
	}
}
@media screen and (max-width: 991px) {
	.main-nav #sbc-logo a {
		line-height: 1;
		padding: 12px 0 5px 50px;
		font-size: 19px;
	}
}
@media screen and (max-width: 767px) {
	.main-nav #sbc-logo a {
		padding: 5px 0 5px 46px;
		font-size: 13px;
	}
}
.main-nav #sbc-logo a > p {
	display: block;
	
}
@media screen and (max-width: 991px) {
	.main-nav #sbc-logo a > span {
		display: block;
		
	}
}
.main-nav #sbc-logo a strong {
	color: #f00;
	font-size: 12px;
	line-height: 16px;
}
@media screen and (max-width: 767px) {
	.main-nav .main-menu {
		display: none;
	}
	
	ul.navbar-menu {
		display:none;
		}
		}
.main-nav .main-menu ul {
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.main-nav .main-menu ul {
		margin: 5px;
	}
}
.main-nav .main-menu ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-flex;
}
.main-nav .main-menu ul li a {
	font-size: 16px;
	padding: 23px 8px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	font-weight: bold !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 1199px) {
	.main-nav .main-menu ul li a {
		font-size: 14px;
		padding: 23px 6px;
	}
}
@media screen and (max-width: 991px) {
	.main-nav .main-menu ul li a {
		font-size: 13px;
		padding: 4px 20px;
	}
}
@media screen and (max-width: 767px) {
	.main-nav .main-menu ul li a {
		padding: 23px 5px;
	}
}
.main-nav .main-menu ul li a:hover,
.main-nav .main-menu ul li a:focus,
.main-nav .main-menu ul li a:active,
.main-nav .main-menu ul li.active a {
	color: #fd4c4c;
}
.main-nav.scrolled {
	background: #fff;
	webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.main-nav #header-tel {
	padding: 2px 0;
}
@media screen and (max-width: 991px) {
	.main-nav #header-tel {
		padding: 6px 10px;
	}
}
@media screen and (max-width: 767px) {
	.main-nav #header-tel {
		padding: 4px;
	}
}
.main-nav #header-tel p {
	margin: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
}
.main-nav #header-tel p:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
	.main-nav #header-tel p:nth-of-type(1) {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.main-nav #header-tel p:nth-of-type(1) {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.main-nav #header-tel p:nth-of-type(1) {
		font-size: 14px;
	}
}
.main-nav #header-tel p:nth-of-type(2) {
	margin-bottom: 3px;
	font-size: 14px;
}
@media screen and (max-width: 1199px) {
	.main-nav #header-tel p:nth-of-type(2) {
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.main-nav #header-tel p:nth-of-type(2) {
		font-size: 11px;
	}
}
.main-nav #header-tel p a {
	color: #000;
}
.main-nav #header-tel p:nth-of-type(3) {
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.main-nav #header-tel p:nth-of-type(3) {
		font-size: 12px;
	}
}
@media screen and (max-width: 567px) {
	.main-nav #header-tel p:nth-of-type(3) {
		font-size: 11px;
	}
}
.main-nav #header-tel p:nth-of-type(3) strong {
	background: #fd4c4c;
	border-radius: 4px;
	padding: 2px 4px;
	color: #fff;
}
@media screen and (max-width: 567px) {
	.main-nav #header-tel p:nth-of-type(3) strong {
		padding: 1px 2px;
		font-size: 11px;
		font-weight: normal;
	}
}
.main-nav #header-contact {
	padding-left: 15px;
}
.main-nav #header-contact p {
	margin: 0;
	text-align: center;
	border:solid 2px #fd4c4c;
	background: #fd4c4c;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}

.main-nav #header-contact i {
	font-size: 130%;
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	.main-nav #header-contact p {
		display: none;
	}
}
.main-nav #header-contact p a {
	display: block;
	font-size: 18px;
	line-height: 74px;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.main-nav #header-contact p a {
		font-size: 14px;
	}
}
.main-nav #header-contact p:hover {
	background: #fff;
}
.main-nav #header-contact p:hover a {
	color: #fd4c4c;
}

.navbar-default {
	background-color: transparent !important;
	border: none !important;
}
.navbar-toggle {
	margin: 0 !important;
}
.navbar-default .navbar-toggle {
	border: none;
	background: #fd4c4c;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fd4c4c;
}
.navbar-default .icon-bar, .navbar-default .icon-bar {
    background-color: #fd4c4c;
}

#navbar-main.navbar-collapse.collapse {
	display: none !important;
}
#navbar-main.collapse.in {
	display: block !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#navbar-main ul {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	background: rgba(255,255,255,1);
}
#navbar-main ul li a {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 400 !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#navbar-main ul li a:hover,
#navbar-main ul li a:focus,
#navbar-main ul li a:active {
	color: #fd4c4c;
}



.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  width: 43px;
  height: 38px;
}
.menu-trigger span {
  display:block;	
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  margin-top: 4px;
}
.menu-trigger span:nth-of-type(3) {
  margin-top: 4px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}


@media screen and (min-width: 767px) {
	.menu-trigger {
		display: none;
	}
}

.main-visual {
	background-repeat: no-repeat;
	background-image:url(images/main.jpg);
	background-position: 40% -100px;
	float: left;
	width: 100%;
	min-height: 700px;
}

.main-copy {
	position:absolute;
    top:25%;
}

.onayami {
	text-align:center;
	margin-top:600px;
}

.onayami-smp {
	display:none;
}
	
@media screen and (max-width: 991px) {
	.main-visual {
		background-position: center 100%;
		min-height: 100%;
	}
		.main-copy {
		position:static;
    margin-top:50%;
	margin-left:-10%;
}

.main-copy img{
		width:50%;
}

.onayami {
	margin-top:150px;
	}
.onayami img{
	width:100%;
	height:auto;
	}
	.onayami-smp {
	display:none;
}
}
@media screen and (max-width: 768px) {
	.main-visual {
		background-position:50% 100%;
		background-size: 190%;
	}
	.main-copy {
		position:static;
    margin-top:30%;
	margin-left:2%;
}

	.main-copy img{
		width:65%;
}
.onayami {
	margin-top:50px;
	}
.onayami img{
	width:100%;
	height:auto;
	}
.onayami-smp {
	display:none;
}	

}
@media screen and (max-width: 567px) {
	.main-visual {
		background-size: 185%;
		background-position: 60% -15%;
		min-height:260px;
	}
	.main-copy {
    margin-top:;
	margin-left:-5%;
	position:static;
}
	.main-copy img{
		width:70%;
} 

.onayami {
	display:none;
}

.onayami-smp{
	display:block;
	margin-top:20px;
}

.onayami-smp img{
	width:100%;
	height:auto;
}


}
.main-visual .main-visual-top, .main-visual .main-visual-top div {
}
@media screen and (max-width: 767px) {
	.main-visual .main-visual-top, .main-visual .main-visual-top div {
		min-height: 360px;
	}
}
.main-visual-top h1 {
	position: absolute;
	left: 0;
	top: 154px;
	margin: 0;
	padding: 15px 35px;
	background: rgba(255,255,255,0.8);
	font-size: 48px;
	line-height: 1.5;
}
@media screen and (max-width: 1199px) {
	.main-visual-top h1 {
		top: 190px;
		font-size: 40px;
	}
}
@media screen and (max-width: 991px) {
	.main-visual-top h1 {
		top: 140px;
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.main-visual-top h1 {
		top: 100px;
	}
}
@media screen and (max-width: 567px) {
	.main-visual-top h1 {
		left: 0px;
		top: 40%;
		bottom: auto;
		padding: 10px 15px;
		font-size: 20px;
		line-height: 1.5;
	}
}
.main-visual-top h1 span {
	color: #1a96d5;
	font-weight: bold;
}


@media screen and (min-width: 767px) {
	.main-visual-top .contact-btn {
	display:none;
}
}

@media screen and (max-width: 767px) {
	.main-visual-top .contact-btn {
		position: absolute;
		left: 50%;
		bottom: -22.5px;
		margin: 0;
		border: 3px solid #fff;
	border-radius: 10px;
	background: #fd4c4c;
		width: 60%;
		margin-top: -30px;
		margin-left: -30%;
		text-align: center;
	}
}

.main-visual-top .contact-btn a {
	display: block;
	padding: 0 50px;
	color: #fff;
	font-size: 20px;
	line-height: 4;
	font-weight: bold;
}
.main-visual-top .contact-btn a::after {
	margin-left: 3px;
	content: '▼';
}


@media screen and (max-width: 767px) {
	.main-visual-top .contact-btn a {
		padding: 0 20px;
		font-size: 15px;
		line-height: 3;
	}
}

.main-visual-bottom {
	background: rgba(26,150,213,0.9);
	min-height: 200px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.main-visual-bottom {
		padding-top: 22.5px;
		background: #2090c9;
		min-height: auto;
	}
}
.main-visual-bottom .main-question {
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
	.main-visual-bottom .main-question {
		padding: 20px 0;
	}
}
.main-visual-bottom .main-question h2 {
	text-align:center;
	margin: 0 0 20px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.main-visual-bottom .main-question h2 {
	margin: 0 0 10px;
		font-size: 16px;
	}
}
.main-visual-bottom .main-question ul {
	padding: 0;
	list-style: none;
	font-size: 24px;
}
@media screen and (max-width: 767px) {
	.main-visual-bottom .main-question ul {
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) {
	.main-visual-bottom .main-question ul {
		padding: 0 10%;
	}
}
@media screen and (min-width: 1200px) {
	.main-visual-bottom .main-question ul {
		padding: 0 10% 0 20%;
	}
}
.main-visual-bottom .main-question ul li i {
	margin-right: 10px;
}
.main-visual-bottom .main-question ul li strong {
	border-bottom: 1px solid #FF0;
	color:#FF0
}


.heading-container {
width:100%	
}
.container-inner{
	margin:0 auto;
	}
@media print, screen and (max-width:767px){
	.container-inner{
		max-width:100%;
		}
}
.heading-section{
	background:#E8F4FD;
	padding:0 0 2.5em 0;
	text-align:center;
	clear:both;
	}
.heading-section-copy{
	font-size:36px;
	font-size:3.6rem;
	margin:20px 0;
	color:#2090C9;
	font-weight:bold;
	}
	
.font-gray {
	color:#535353
}
@media print, screen and (max-width:767px){
	.heading-section h3{
		font-size:24px;
		font-size:2.4rem;
		margin:0 10px;
		}
}
.section-arrow{
	text-align:center;
	margin:0 0 10px 0;
	}
	
.section-arrow img{
	display:inline;
	}
		
@media print, screen and (max-width:767px){
	.section-arrow img{
		width:40%;
		height:auto;
		margin:-1px 0 0 0;
		}
	.heading-section-copy{
	font-size:2.2rem;
	margin:0.5em 0.5em;
	}	
}

.section-about {
	width:100%;
	text-align:center;
}
.about-heading {
	margin-top:1em;
    border-radius: 45px;
	border:solid 3px #2090C9;
    color: #1A96D4;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    padding: 1em 3.5em;
    text-align: center;
    text-decoration: none!important;
}
.about-service {
	text-align:center;
	margin:4em auto 0 auto;
	width:96%;
}
.about-service ul{
	display:inline-block;
	padding: 0;
	list-style: none;
	font-size: 1.6em;
}

.about-service ul li{
	text-align:left;
	padding-bottom:1em;
}

.icon-blue {
	color:#1B96D5;
}

.yellow_line {background:linear-gradient(transparent 60%, #FFFF00 0%) ;}





@media screen and (max-width: 767px) {
	.heading-section-copy{
	font-size:1.7rem;
	margin:1em 0.5em 0 0.5em;
	}
	
	 .about-service {
	margin-top:2em;
}
	 .about-service ul {
		font-size: 12px;
	}
	
	.about-heading {
	font-size:1em;
	padding: 0.7em 2em;	
	}
}

@media screen and (min-width: 992px) {
	 .about-service  ul{
		padding: 0 10%;
	}
}
@media screen and (min-width: 1200px) {
	 .about-service  ul{
		padding: 0 10% 0 20%;
	}
}
 .about-service ul li i {
	margin-right: 10px;
}
 .about-service ul li strong {
	border-bottom: 1px solid #fff;
}

	
	



/*------------------------------------------------
　inquiry
------------------------------------------------*/
.inquiry-outer{
	clear:both;
	padding-top:3em;
}

.inquiry {
	background:#2566AD;
	padding:20px 0;
	position:relative;
	overflow:hidden;
}

/*-----------------------PC・タブレット-----------------------*/
.inquiry-inner.tb{
	display:none;
}
@media screen and (min-width: 768px) {
.inquiry-inner.tb{
	display:block;
}
}
.inquiry-inner.tb > a{
	display:block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.inquiry-inner.tb > a:hover{
	background: rgba(255,255,255,0.1);
}
.inquiry-inner.tb > a .mail{
	color:#314f81;
	font-size: 150%;
}
.inquiry-inner.tb > a:hover .mail {
	color: #0066ff;
}




/*-----------------------スマホ-----------------------*/
.inquiry-inner.sp .mail a{
	color:#314f81;
}
@media screen and (min-width: 768px) {
.inquiry-inner.sp{
	display:none;
}
}

.inquiry a,
.inquiry a:visited{
	text-decoration:none;	
}

.inquiry h2,
.inquiry p{
	margin-bottom:10px;
	color:#FFE82A;
	font-size:135%;
	line-height:1.5;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 375px) {
.inquiry h2,
.inquiry p{
	font-size:150%;
	margin-bottom:20px;
}
}
@media screen and (min-width: 414px) {
.inquiry h2,
.inquiry p{
	font-size:170%;
	margin-bottom:20px;
}
}
@media screen and (min-width: 568px) {
.inquiry h2,
.inquiry p{
	font-size:220%;
	margin-bottom:20px;
}
}
@media screen and (min-width: 667px) {
.inquiry h2,
.inquiry p{
	font-size:250%;
	margin-bottom:30px;
}
}
@media screen and (min-width: 768px) {
.inquiry h2,
.inquiry p{
	font-size:200%;
	margin-bottom:0;
}
}
@media screen and (min-width: 960px) {
.inquiry-inner {
	width:960px;
	margin:0 auto;
}
.inquiry h2,
.inquiry p{
	margin-bottom:0;
	font-size:225%;
}
}
.inquiry-last .inquiry h2,
.inquiry-last .inquiry p{
	font-size:90%;
}
@media screen and (min-width: 375px) {
.inquiry-last .inquiry h2,
.inquiry-last .inquiry p{
	font-size:110%;
}
}
@media screen and (min-width: 960px) {
.inquiry-last .inquiry h2,
.inquiry-last .inquiry p{
	font-size:200%;
}
}
/*-----------------------スマホの電話ボタン-----------------------*/
 .inquiry .tocall{
	width:80%;
	margin:10px auto;
	padding:0px;
	border-radius:10px;
	background:#FFF;
	font-size:160%;
	text-align:center;
	line-height:0;
	font-weight:bold;
	box-shadow:0 4px rgba(0,0,0,0.4);
	position:relative;
	height: 72px;
}
.inquiry .tocall i{
	font-size:170%;
	vertical-align:-4px;
}
.inquiry .tocall a{
	display:block;
	height:100%;
	margin-top:0px;
	padding:5px 0px 5px 0px;
	color:#314f81;
}
.inquiry .tocall span:first-child{
	font-size:60%;
	display:block;
	margin-top:15px;
	margin-bottom:5px;
}
@media screen and (min-width: 768px) {
.inquiry .tocall{
	display:none;
}
}
/*@media screen and (min-width: 960px) {
.inquiry .tocall{
	width:40%;
	font-size:250%;
	margin:10px 30px 10px 100px;
	text-align:right;
}
}*/
.inquiry .tocall span.callnumber {
	display:block;
	position:absolute;
	left: 0;
	width: 100%;
	z-index:100;
}
.inquiry .tocall span.callnumber.back {
	z-index:99;
}
.inquiry .tocall span.callnumber.back span {
	color:#FFF;
	-webkit-text-stroke:5px #FFF;
	text-shadow:1px 6px 4px #ccc;
}

/*---------------------タブレットとPCの電話表示---------------------------*/
.inquiry .nocall{
	display:none;
}
@media screen and (min-width: 768px) {
.inquiry .nocall{
	display:block;
	width:45%;
	margin:20px 0% 10px 9%;
	box-shadow:none;
	font-size:200%;
	font-weight:bold;
	letter-spacing:2px;
	float:left;
	line-height:1;
	color:#FFF;
	background:none;
}
.inquiry .nocall i{
	font-size:130%;
	margin-right:10px;
	vertical-align:-4px;
}
.inquiry .nocall span{
	font-size:50%;
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	letter-spacing:0.5px;
}
}
@media screen and (min-width: 960px) {
.inquiry .nocall{
	width: 50%;
	margin:10px auto;
	font-size:250%;
	text-align:right;
}
}

/*-------------------------メールボタン-----------------------*/
.inquiry .mail{
	width:80%;
	margin:10px auto;
	padding: 15px 0 16px 0;
	border-radius:10px;
	background:#FFF;
	font-size:130%;
	text-align:center;
	line-height:0;
	font-weight:bold;
	box-shadow:0 4px rgba(0,0,0,0.4);
}
.inquiry .mail i{
	font-size:130%;
	margin-right:5px;
}
@media screen and (min-width: 768px) {
.inquiry .mail{
	float:right;
	width:35%;
	margin:20px 9% 10px 0%;
	padding:20px 0;
}
}
@media screen and (min-width: 960px) {
.inquiry .mail{
	width:35%;
	margin:16px 10% 10px 0;
}
}
/*-----------------------タップで電話吹き出し-----------------------*/
.tap {
	position:absolute;
	bottom:13.5rem;
	right:3px;
	top:3.5em;
	width:18%;
}

.tap img{
	width:90%;
}

@media screen and (min-width: 375px) {
.tap {
	right:10px;
}
}
@media screen and (min-width: 768px) {
.tap {
	display:none;
}
}


/*-----------------------特徴-----------------------*/

.padtop8{padding-top:8em;
}

@media screen and (max-width: 768px) {
	.padtop8{padding-top:4em;
}

	}

ul.contents-feature02 {
  margin-left:-40px;
  clear:both;
}

ul.contents-feature02 li {
  list-style:none;
  margin-top: 1.5em;
  margin-left:0
}

@media screen and (min-width: 768px) {
ul.contents-feature02 {
  display: flex;
}

ul.contents-feature02 li {
  box-sizing: border-box;
  flex: 0 1 calc(100% / 3);
  padding: 10px;
  margin-right: 10px; /* カラム間の隙間 */
}
}


ul.contents-feature02 .feature-box {
background-color: #eff0f0;
padding:0.8em 0.8em 0;
height:80%;
}


.feature-box p{
font-size:18px;
padding-top:0.8em	
}


ul.contents-feature02 li h3:before{
	counter-increment: feature;
	content: counter(feature);
	padding-right: 10px;
	color: #1a96d5;
	font: 96px / 1 'Century Gothic';
	font-weight: bold;
}

ul.contents-feature02 li h3 {
	display: table;
	margin: 0 0 15px;
	font-size: 26px;
}

ul.contents-feature02 h3 span{
  display: table-cell;
	vertical-align: middle;
	}


@media screen and (max-width: 767px) {
ul.contents-feature02 li h3 {
		font-size: 20px;
	}
	
ul.contents-feature02 li h3:before {
		font: 60px / 1 'Century Gothic';
		font-weight: bold;
	}	

.feature-box p{
font-size:0.9em;
padding-top:0.8em	
}	
	
}



#contents-service .service-box {
	margin-bottom: 20px;
}
#contents-service .service-box-inner {
	height: 100%;
	padding: 40px 20px;
	border-radius: 10px;
	background: #c4e4f4;
	text-align: center;
}



#contents-feature,
#contents-service,
#contents-contact {
	clear: both;
	padding: 5em 0;
}

#contents-fees {
	padding-top: 5em;
}


#contents-flow
 {
	padding-bottom: 5em;
}



@media screen and (max-width: 767px) {
	#contents-feature,
	#contents-service,
	#contents-fees,
	#contents-flow,
	#contents-contact {
		padding: 3em 0;
		clear: both;
	}
}

#contents-feature .feature-box {
	padding: 0 25px;
}
@media screen and (max-width: 767px) {
	#contents-feature .feature-box {
		padding: 0 10px;
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 567px) {
	#contents-feature .feature-box {
		padding: 0 25px;
	}
}
#contents-feature .feature-box h3 {
	display: table;
	margin: 0 0 15px;
	font-size: 26px;
}
@media screen and (max-width: 767px) {
	#contents-feature .feature-box h3 {
		font-size: 20px;
	}
}
#contents-feature .feature-box h3:before {
	display: table-cell;
	counter-increment: feature;
	content: counter(feature);
	padding-right: 10px;
	color: #1a96d5;
	font: 96px / 1 'Century Gothic';
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#contents-feature .feature-box h3:before {
		font: 80px / 1 'Century Gothic';
		font-weight: bold;
	}
}
@media screen and (max-width: 567px) {
	#contents-feature .feature-box h3:before {
		font: 60px / 1 'Century Gothic';
		font-weight: bold;
	}
}
#contents-feature .feature-box h3 span {
	display: table-cell;
	vertical-align: middle;
}
#contents-feature .feature-box .feature-textbox {
	clear: both;
	padding: 10px;
	background-color: #eff0f0;
}
#contents-feature .feature-box .feature-textbox p {
	padding: 10px;
	font-size: 18px;
}
@media screen and (max-width: 567px) {
	#contents-feature .feature-box .feature-textbox p {
		font-size: 16px;
	}
}



/*-----------------------アレンジ-----------------------*/

.arrange {
  position: relative;
  width:100%;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #2566AD;
}

.arrange:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #2566AD;
}

.arrange p {
  margin: 0;
  text-align:center;
  font-size:2em;
  font-weight:bold;
  color:#fff;
}



.padtop8{padding-top:8em;
}

@media screen and (max-width: 768px) {
	.padtop8{padding-top:4em;
}

	}

ul.contents-arrange {
  margin-left:-40px;
  clear:both;
}

ul.contents-arrange li {
  list-style:none;
  margin-top: 1.5em;
  margin-left:0
}

@media screen and (min-width: 768px) {
ul.contents-arrange {
  display: flex;
  margin-top:1.5em;
}

ul.contents-arrange li {
  box-sizing: border-box;
  flex: 0 1 calc(100% / 3);
  padding: 10px;
  margin-right: 10px; /* カラム間の隙間 */
  
}
}


ul.contents-arrange .inner-box {
border: solid 3px #1a96d5;
padding:0.8em;
height:68%;
text-align:center;
}


ul.contents-arrange .inner-box p{
font-size:18px;
padding-top:0.8em	
}



ul.contents-arrange li h2 {
	display: table;
	margin: 0 0 15px;
	font-size: 1.4em;
}

ul.contents-arrange h2 span{
  display: table-cell;
	vertical-align: middle;
	font-weight:bold;
	}
	
h2.arrange-item1:before{
	content: url(images/kadai.png);
    position: relative;
    top: 8px;
	margin-right:1.3em;}
	
h2.arrange-item2:before{
	content: url(images/kadai.png);
    position: relative;
    top: 8px;
	margin-right:1.6em;}
	
h2.arrange-item3:before{
	content: url(images/kadai.png);
    position: relative;
    top: 8px;
	margin-right:0.5em;}

ul.contents-arrange p{
  background: #1a96d5;
  border: solid 1px #1a96d5;
    color: #ffffff;
    font-weight: bold;
	display: inline-block;
	width:100%;
	text-align:center;
	padding:0.5em;
	font-size:1.3em;
	
}		
		
	
ul.arrange-items  {
    padding: 1em 1em 0.5em;
	list-style:none;

}

ul.arrange-items li{
   background:#cfe6f2;
   padding:0.5em;
   margin:0 0.7em 0.7em 0;
   font-weight:bold;
   font-size:1.1em;
   text-align:center;
}

@media screen and (max-width: 991px) {
	ul.contents-arrange li h2 {
	font-size: 1.2em;
}
ul.contents-arrange li {
  margin-right: 0px; /* カラム間の隙間 */
}

ul.contents-arrange .inner-box {
padding:0;
}

h2.arrange-item1:before{
	margin-right:4em;}
	
h2.arrange-item2:before{
	margin-right:4.2em;}
	
h2.arrange-item3:before{
	margin-right:2.5em;}


}	


@media screen and (max-width: 768px) {
ul.contents-arrange li {
  margin-right: 0px; /* カラム間の隙間 */
}


ul.contents-arrange li h2 {
		font-size: 20px;
	}
	
ul.contents-arrange li h2:before {
		font: 60px / 1 'Century Gothic';
		font-weight: bold;
	}
	
ul.contents-arrange .inner-box {
padding:0;
}
		

ul.contents-arrange .inner-box p{
font-size:0.9em;
padding-top:0.8em	
}

h2.arrange-item1:before{
	margin-right:1.3em;}

h2.arrange-item2:before{
	margin-right:1.3em;
	}

h2.arrange-item3:before{
	margin-right:1em;}		
	
}


@media screen and (max-width: 567px) {
	.arrange p {
  font-size:1.3em;
}

	
h2.arrange-item1:before{
	margin-right:0.5em;}
	
h2.arrange-item2:before{
	margin-right:0.8em;}
	
h2.arrange-item3:before{
	margin-right:0.3em;}
	
}



#contents-service .service-box {
	margin-bottom: 20px;
}
#contents-service .service-box-inner {
	height: 100%;
	padding: 40px 20px;
	border-radius: 10px;
	background: #c4e4f4;
	text-align: center;
}



#contents-feature,
#contents-service,
#contents-contact {
	clear: both;
	padding: 5em 0;
}

#contents-fees {
	padding-top: 5em;
}


#contents-flow
 {
	padding-bottom: 5em;
}



@media screen and (max-width: 767px) {
	#contents-feature,
	#contents-service,
	#contents-fees,
	#contents-flow,
	#contents-contact {
		padding: 3em 0;
		clear: both;
	}
}

#contents-feature .feature-box {
	padding: 0 25px;
}
@media screen and (max-width: 767px) {
	#contents-feature .feature-box {
		padding: 0 10px;
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 567px) {
	#contents-feature .feature-box {
		padding: 0 25px;
	}
}
#contents-feature .feature-box h3 {
	display: table;
	margin: 0 0 15px;
	font-size: 26px;
}
@media screen and (max-width: 767px) {
	#contents-feature .feature-box h3 {
		font-size: 20px;
	}
}
#contents-feature .feature-box h3:before {
	display: table-cell;
	counter-increment: feature;
	content: counter(feature);
	padding-right: 10px;
	color: #1a96d5;
	font: 96px / 1 'Century Gothic';
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#contents-feature .feature-box h3:before {
		font: 80px / 1 'Century Gothic';
		font-weight: bold;
	}
}
@media screen and (max-width: 567px) {
	#contents-feature .feature-box h3:before {
		font: 60px / 1 'Century Gothic';
		font-weight: bold;
	}
}
#contents-feature .feature-box h3 span {
	display: table-cell;
	vertical-align: middle;
}
#contents-feature .feature-box .feature-textbox {
	clear: both;
	padding: 10px;
	background-color: #eff0f0;
}
#contents-feature .feature-box .feature-textbox p {
	padding: 10px;
	font-size: 18px;
}
@media screen and (max-width: 567px) {
	#contents-feature .feature-box .feature-textbox p {
		font-size: 16px;
	}
}









#contents-service .service-box {
	margin-bottom: 20px;
}
#contents-service .service-box-inner {
	height: 100%;
	padding: 40px 20px;
	border-radius: 10px;
	background: #c4e4f4;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#contents-service .service-box-inner {
		padding: 20px 10px;
		border-radius: 5px;
	}
}
#contents-service .service-box-inner > div {
	margin-bottom: 15px;
}
#contents-service .service-box-inner img {
	max-width: 55%;
}
#contents-service .service-box-inner p {
	font-size: 18px;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	#contents-service .service-box-inner p {
		font-size: 14px;
	}
}
#contents-service .service-textbox {
	font-size: 24px;
}
@media screen and (max-width: 767px) {
	#contents-service .service-textbox {
		font-size: 14px;
	}
}

.contents-merit {
	padding-top: 5em;
}
@media screen and (max-width: 767px) {
	.contents-merit {
		padding-top: 3em;
	}
}
.contents-merit .merit-box ol {
	list-style: none;
	display: table;
	padding: 0;
	margin: 12% 0;
}
@media screen and (max-width: 767px) {
	.contents-merit .merit-box ol {
	margin: 0;
	}
}
.contents-merit .merit-box ol li {
	margin-bottom: 0.5em;
	padding: 5px 0;
}
.contents-merit .merit-box ol li:last-child {
	margin-bottom: 0;
}
.contents-merit .merit-box ol li div {
	display: table-cell;
	font-size: 24px;
	line-height: 36px;
}
@media screen and (max-width: 767px) {
	.contents-merit .merit-box ol li div {
		font-size: 20px;
		line-height: 26px;
	}
}
.contents-merit .merit-box ol li:before {
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
	color: #1a96d5;
	font-size: 36px;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.contents-merit .merit-box ol li:before {
		font-size: 26px;
	}
}
.contents-merit .merit-box ol li:nth-of-type(1):before {
	content: "\2776";
}
.contents-merit .merit-box ol li:nth-of-type(2):before {
	content: "\2777";
}
.contents-merit .merit-box ol li:nth-of-type(3):before {
	content: "\2778";
}
.contents-merit .merit-box ol li:nth-of-type(4):before {
	content: "\2779";
}


/*---------------比較-----------*/

p.comparison-copy{
	font-size:1.5em;
	text-align:center;
	clear:both;
}
#comparison table {
	margin:0 auto; 
	border-collapse: separate;
	border-spacing: 0 1em; 
	padding:0 2em;
  border:solid 2px #e6f2ff}
#comparison th, td  { padding: 10px; }
#comparison th  { text-align:center;color: #005ab3; font-weight:bold; }

/*----------------------------------------------------
  .comparison-cont
----------------------------------------------------*/
.comparison-cont th  { width: 13%; }
.comparison-cont td  { text-align:left; }
.comparison-cont td:first-child  { text-align: center;background: #2566AD; color: #fff; border-radius:5px;}
.comparison-cont tbody tr:nth-child(1){
  background:#EBF7FC;
  font-weight:bold;
}
@media only screen and (max-width: 800px) { 
	#comparison table { 
	padding:1em 0;
	border-spacing: 0; 
  }
  .comparison-cont { 
    display: block; 
    width: 100%; 
    margin: 0 -10px;
  }
  
  .comparison-cont td:first-child  { border-radius:0px;
  margin-right:0.3em;}
  
  .comparison-cont thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
	margin-top:1.5em;
  }
  .comparison-cont tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
	font-size:14px;
  }
  .comparison-cont th{ 
    display: block;
    width:auto;
	font-size:14px;
  }
  .comparison-cont tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .comparison-cont td{ 
    display: block;
  }
  p.comparison-copy{
	font-size:1em;
}
}

 

/*---------------料金プラン-----------*/

table.priceplan{
  border-collapse: separate;
  border-spacing: 0 1em;
  margin: 0 auto;
  padding:0 2em;
  border:solid 2px #e6f2ff;
  font-size:1.2em;
}

table.priceplan tr td:first-child{
	width:15%;
	font-size:1.2em;
	padding:0 0.3em;
}

table.priceplan tr td{
	width:20%;
	text-align:center;
}

table.priceplan tr td:last-child{
	width:25%;
}



table.priceplan td,th{
  padding: 1.2em;
}
table.priceplan th{
   background:#fff;
	 font-weight:700;
	 white-space: nowrap;
	 color:#005ab3;
	 font-size:1.2em;
}
table.priceplan th{
	text-align:center	
}

table.priceplan tr:nth-child(2){
  background:#EBF7FC;
}



table.priceplan tr th:first-child{
	 background:#fff;
	 	
}


@media screen and (max-width: 720px) {
table.priceplan{
  border-spacing: 2px 0;
  font-size:1em;
  width: 100%; 
  padding: 10px;
}

table.priceplan td,th{
  padding: 0.5em;
}

table.priceplan thead{
  border-spacing: 2px 0;
  display:none;
}

table.priceplan tr{
 display:block;
 margin-bottom: 1.5em;
 width:100%;
}


table.priceplan tr td{
 display:block;
 width:100%;
}

table.priceplan tr td:first-child{
	font-size:1.3em;
	width:100%;
}

table.priceplan tr td:last-child{
	width:100%;
}

table.priceplan tr:nth-child(2){
  background:none;
}


/* tdのデザイン */
table.priceplan td:last-child { border-bottom: 1px solid #005ab3;}
table.priceplan tr td:nth-child(odd){
  background:none;
}
    
/*td:beforeのデザイン*/
table.priceplan td:before {
    background-color: #e6f2ff;
    color: #4f4d47;
    display: block;
	font-weight:bold;
}
 
/* contentでタイトルを追加 */
table.priceplan td:nth-of-type(2):before { content: "料金/月";}
table.priceplan td:nth-of-type(3):before { content: "訪問有無";}
table.priceplan td:nth-of-type(4):before { content: "業務内容";}
}

@media screen and (min-width:721px) and ( max-width:768px) {
	table.priceplan{
  padding:0 0.5em;
}
	table.priceplan td,th{
  padding: 0;
}
table.priceplan tr td:first-child{
	font-size:1em;
	padding:1em 0;
	font-weight:bold;
}

table.priceplan th{
	 font-size:1em;
}

}

table.priceplan tr td:first-child{
	 color: #fff;
  background: #2566AD;
  border-radius: 5px;
}


@media screen and (max-width: 767px) {

	#contents-fees {
		font-size:14px;
	}
}
	
#contents-flow i {
	color: #1b96d5;
	font-size: 62px;
}
#contents-flow .flow-box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border: 2px solid #81c7ef;
	border-radius: 10px;
}
@media screen and (max-width: 991px) {
	#contents-flow .flow-box {
		margin-bottom: 1em;
	}
}
#contents-flow .flow-box h3 {
	width:100%;
	padding: 15px 0 5px 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 991px) {
	#contents-flow .flow-box h3 {
		text-align: left;
	}
}
#contents-flow .flow-box h3:before {
	counter-increment: flow;
	content: counter(flow);
	position: absolute;
	top: -5px;
	left: 10px;
	padding: 0 10px;
	background: #1b96d5;
	color: #fff;
	font: 36px / 1.5 'Century Gothic';
	font-weight: bold;
}
#contents-flow .flow-arrowbox {
	display: flex;
	flex-wrap: wrap;
}
#contents-flow .flow-arrowbox p {
	margin: auto;
}
#contents-flow .flow-reverse {
	flex-direction: row-reverse;
}
@media screen and (min-width: 992px) {
	#contents-flow .flow-offset-left {
		margin-left: 4.16667%;
	}
	#contents-flow .flow-offset-right {
		margin-right: 4.16667%;
	}
	#contents-flow .flow-offset-right2 {
		margin-right: 8.33333%;
	}
}

#contents-contact {
	background: #c4e4f4;
}
.soy_iqnuiry_responsive dl dt {
	font-weight:bold;
}
@media screen and (min-width: 960px) {
.soy_iqnuiry_responsive dl dt {
	width:100%;
	margin-bottom:0.5rem;
}
}
.soy_iqnuiry_responsive dl dd{
	margin:0 0 2rem 0;
}
.soy_iqnuiry_responsive .error_message{
	color:#F00;
}
.soy_iqnuiry_responsive input[type="text"],
.soy_iqnuiry_responsive input[type="email"],
.soy_iqnuiry_responsive textarea{
	width:100%;
	font-size:120%;
	line-height:1.5;
}
.soy_iqnuiry_responsive input[type="radio"]{
	width:20px;
	height:20px;
}
.soy_iqnuiry_responsive dd label{
	margin-right:1em;
}

.mwform-tel-field {
	display:flex;
	flex-wrap:nowrap;
	width:50%;
}

@media screen and (min-width: 768px) {
	.soy_iqnuiry_responsive input[type="text"],
	.soy_iqnuiry_responsive input[type="tel"],
	.soy_iqnuiry_responsive input[type="email"],
	.soy_iqnuiry_responsive textarea{
		font-size:130%;
	}
}
@media screen and (min-width: 960px) {
	.soy_iqnuiry_responsive input[type="text"],
	.soy_iqnuiry_responsive input[type="tel"],
	.soy_iqnuiry_responsive input[type="email"],
	.soy_iqnuiry_responsive textarea{
		font-size:120%;
	}
}
input[type="submit"],
button[type="submit"] {
	padding: 0 50px;
	border: 3px solid #fff;
	border-radius: 10px;
	background: #fd4c4c;
	color: #fff;
	font-size: 20px;
	line-height: 4;
	font-weight: bold;
}

input[type="submit"]:hover,
button[type="submit"]:hover{
	border: 3px solid #fd4c4c;
	background: #fff;
	color: #fd4c4c;
}

ul.inquiry-btn-submit {
	padding: 0;
	margin-top:2em;
	display:flex;
	flex-wrap:nowrap;
	list-style:none; 
	-webkit-justify-content: center;
	justify-content:center;	
}

ul.inquiry-btn-submit li:last-child{
	margin-left:1em;
}


@media screen and (max-width: 767px) {
	
	input[type="submit"],
	button[type="submit"] {
		line-height: 3;
}

	
	.mwform-tel-field {
	width:100%;
}

ul.inquiry-btn-submit {
	flex-wrap:wrap;
	padding:0;
	}
	
ul.inquiry-btn-submit li{
	}	

ul.inquiry-btn-submit li:last-child{
	margin-left:0!important;
	margin-top:1em;
}	
}


/*入力内容のプレビュー*/
@media screen and (max-width: 767px) {
	.soy_iqnuiry_responsive pre{
		font-size:12px;
	}
}
@media screen and (min-width: 768px) {
	.soy_iqnuiry_responsive pre{
		font-size:120%;
	}
}

.heading {
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.heading {
		margin-bottom: 20px;
	}
}
.heading h2 {
	color: #1a96d5;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.heading h2 {
		font-size: 26px;
	}
}

form label {
	font-weight: normal !important;
}


/*運営会社*/

#company {
	margin:5em 0;
}

#company dl {
	width: 100%;
    overflow: hidden;
}

#company dt {
		float:left;
}

#company dd {
	padding: 0 0 10px 120px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccd1e2;
}


@media screen and (max-width: 800px) {
	#company dt {
	width:100%;
	padding-left: 10px;	
}
#company dd {
	padding-left: 10px;
}
}


.footer-nav {
	padding: 50px 0;
	background: #f4f2f2;
}
.footer-nav address {
	margin: 0 auto;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 767px) {
	#company dt {
		padding-left:0.8em;
	}
}


@media screen and (max-width: 767px) {
	.footer-nav address {
		font-size: 11px;
	}
}

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.pagetop.active {
	opacity: 1;
	visibility: visible;
}
.pagetop i {
	color:#1a96d5;
	font-size:300%;
}
@media screen and (min-width: 414px) {
	.pagetop i {
		font-size:400%;
	}
}
@media screen and (min-width: 768px) {
	.pagetop i {
		font-size:500%;
	}
}

.main-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}
.main-nav-toggle.active i::before, .main-nav-toggle.active i::after {
	background: #444;
}
.main-nav-toggle:hover, .main-nav-toggle:focus, .main-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.main-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #252525;
	transition: all .2s ease-out;
}
.main-nav-toggle i::before, .main-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #252525;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}
.main-nav-toggle.main-nav-white > i {
	color: #fff;
	background: #fff;
}
.main-nav-toggle.main-nav-white > i::before, .main-nav-toggle.main-nav-white > i::after {
	background: #fff;
}

.main-nav-toggle i::before {
	top: -7px;
}

.main-nav-toggle i::after {
	bottom: -7px;
}

.main-nav-toggle:hover i::before {
	top: -10px;
}

.main-nav-toggle:hover i::after {
	bottom: -10px;
}

.main-nav-toggle.active i {
	background: transparent;
}

.main-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.main-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.main-nav-toggle {
	position: fixed;
	right: 0px;
	top: 10px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
}
.btn-inquiry {
	display: none;
}
@media screen and (max-width: 767px) {
	.main-nav-toggle {
		display: block;
	}
	
	.btn-inquiry {
		width:55%;
		position: fixed;
  		bottom: 0px; 
  		left: 0;
		text-align:center;
		padding: 10px 5px;
		height:50px;
		background:#fd4c4c;
		z-index:9999;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.btn-inquiry.btn-inquiry-bpo,
	.btn-inquiry.btn-inquiry-web {
		display: block;
	}
	.btn-inquiry.active {
		opacity: 1;
		visibility: visible;
	}

	.btn-inquiry a{
		color:#fff!important;
		font-size:15px;
	}

}

.row-pb-md {
	padding-bottom: 4em !important;
}

.row-pb-sm {
	padding-bottom: 2em !important;
}

.padtop1{padding-top:1em;
}

@media screen and (max-width: 567px) {
.padtop1{
	padding-top:0;
}
}

.font-small {
	font-size:0.8em
}
.padtop2{padding-top:2em;
}


@media screen and (max-width: 767px) {/*767px以下の時*/
		/*非表示*/
	.sm-none {
		display:none !important;
	}
}


/* =======================================================
* 5カラム設定
* ======================================================= */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}
/* タブレット（768px～991px） */
@media (min-width: 768px) {
    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
}
/* PC（992px～1119px） */
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
    .col-lg-2-5 {width: 40%;float: left;}
    .col-lg-3-5 {width: 60%;float: left;}
    .col-lg-4-5 {width: 80%;float: left;}
}

/*高さを揃える*/
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 992px) {
	.col-md-offset-right-1 {
		margin-right: 8.33333%;
	}
}

.animate-box {
	opacity: 0;
}


.thanks {
	padding-top:200px;
	min-height:700px;
}


.thanksback {
	font-size:1.1em;
}

.wpcf7-response-output,
.wpcf7-validation-errors, 
.wpcf7-acceptance-missing,
.wpcf7-mail-sent-ok {
	display:none !important;
}


@media screen and (max-width: 767px) {
	.thanks {
		padding-top:100px;
		min-height:500px;
	}
}

/*
.main-visual {
	margin-top: 60px;
}*/
#announce {
	display: none;
	position: absolute;
	top: 9%;
	text-align: center;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}
@media screen and (max-width: 991px) {
	#announce {
		top: -46%;
	}
}
@media screen and (width: 768px) {
	#announce {
		top: -27%;
	}
}
@media screen and (max-width: 767px) {
	.main-visual {
	}
	#announce {
		top: -15%;
		font-size: 8px;
		text-align: center;
		width: auto;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 5px;
	}
}


/*　----------------------------------------------------
 TOP追加要素（WEB面談）　(20200515)
 -------------------------------------------------*/
.top-home-txt {
	display: inline-block;
	background:url(images/web-ttl.png) no-repeat bottom 15px center;
	color: #2968AB;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin: 0 auto;
}
.top-home-txt strong {
	font-size: 46px;
	color: #F12B1E;
}
.top-home {
	width: 1140px;
	margin: 60px auto 20px;
	text-align: center;
}
.top-home .cnt {
	position: relative;
	width: auto;
}
.top-home .cnt .top-home-img {
	position: absolute;
	right: 6px;
	top: -40px;
}
.top-home-finding {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.top-home-finding strong {
}
.top-home-finding strong.dot-text {
    padding-top: .3em;
    background-position: top left -4px;
    background-repeat: repeat-x;
    background-size: 1.15em .3em;
    background-image: radial-gradient(.08em .08em at center center,#F12B1E,#F12B1E 100%,transparent);
}
.web-flow {
	margin: 30px 0 0 0;
	margin-bottom: 28px;
}
.top-home img:hover {
}


.web-flow ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.web-flow li {
	position: relative;
	width: calc( ( 100% - 120px ) / 4 );
	border: 4px solid #2697D3;
	border-bottom: 0;
	border-radius: 10px;
	background-color: #2697D3;
	font-size: 17px;
}
.web-flow .num {
	position:absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 39px;
	text-align: center;
	color: #2697D3;
	border: 3px solid #2697D3;
	background-color: #fff;
	border-radius: 44px;
	font-size: 24px;
	font-weight: bold;
}
.web-flow .ttl {
	position: relative;
	font-size: 24px;
	color: #fff;
	padding: 20px 0 5px;
}
.web-flow .flow-txt {
    background-color: #fff;
    padding: 10px 10px 20px 10px;
    text-align: left;
    box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 81.5%;
}
.web-flow .flow-txt img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.web-flow .flow-txt strong {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background-color: #2697D3;
}
.ttl-detail {
	background-color: #FCE4E5;
	padding: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

.ttl-detail a {
	text-decoration: none;
	color: #E1291B;
	display: flex;
	justify-content: center;
	align-items:center;
	background:url("images/details-arrow.png") no-repeat right center;
}
.ttl-detail .details {
	border: 2px solid #E1291B;
	background-color: #fff;
	font-size: 16px;
	color: #E1291B;
	padding: 12px 20px;
	margin-right: 19px;
	box-sizing: border-box;
	display: inline-block;
	
}
.ttl-detail .txt {
	display: inline-block;
	font-size: 15px;
	line-height: 1.8;
}
.top-home-tel,
.top-home-tel .inquiry {
	background-color: #FB4E51;
}
.top-home-tel {
	padding-top: 0;
}
.top-home-tel .inquiry h2,
.top-home-tel .inquiry p {
	color: #fff;
}
.top-home-tel .inquiry-inner.tb > a .mail {
    color: #333;
    font-size: 18px;
}
.top-home-tel .inquiry .nocall {
    margin: 15px auto 10px;
}
.sp-br {
	display: none;
}

@media (max-width: 768px) {
/* タブレット */
	.top-home {
		width: auto;
		padding: 0 20px;
	}
	.web-flow ul {
		flex-wrap: wrap;
	}
	.web-flow li {
    width: calc( ( 100% - 10px ) );
    font-size: 16px;
	margin-bottom: 30px;
}
.top-home-txt {
    display: inline;
    background: url(images/web-ttl.png) no-repeat bottom center;
}
.web-flow .flow-txt img {
    max-width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto 10px;
}
	.web-flow .flow-txt {		
		height: calc( 100% - 72px );
	}
/*
	.web-flow li:nth-child(3),
	.web-flow li:nth-child(4) {
		margin-bottom: 0;
	}
*/
	.top-home-tel .inquiry .nocall {
    	width: 50%;
		margin-left: 8%;
	}
	.top-home-tel .inquiry .mail {
		margin-right: 7%;
	}
	
}

@media screen and (max-width: 767px) {
	/* スマホ */
	
	.sp-br {
		display: block;
	}	
.top-home {
    width: auto;
    margin: 30px auto 20px;
	padding: 0 20px;
    text-align: center;
}
.top-home-txt {
	display: inline;
    font-size: 20px;
	background-position: bottom;
}
.top-home-txt strong {
    font-size: 28px;
}
.top-home-finding {
    font-size: 16px;
}
.web-flow ul {
	flex-wrap: wrap;
}
.web-flow li {
    width: calc( ( 100% - 10px ) );
    font-size: 16px;
	margin-bottom: 30px;
}
.web-flow .ttl {
    font-size: 18px;
    padding: 20px 0 5px;
}
	
	.web-flow .flow-txt {
		height: calc( 100% - 62px );
	}
	
/*
	.web-flow li:nth-child(3),
	.web-flow li:nth-child(4) {
		margin-bottom: 0;
	}
*/
.ttl-detail .details {
    font-size: 14px;
    padding: 10px 5px;
    margin-right: 10px;
    width: 120px;
    line-height: 1.2;
}
.ttl-detail .txt {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}
.ttl-detail {
    padding: 10px;
	margin-bottom: 20px;
}
	.ttl-detail a {
		background: none;
	}
.web-flow {
    margin-bottom: 20px;
}
.top-home-tel .inquiry h2,
.top-home-tel .inquiry p {
    font-size: 130%;
	margin-bottom: 10px;
}
.top-home-tel .inquiry .tocall {
	font-size: 260%;
}
.top-home-tel .inquiry .tocall img {
	width: 40px;
	vertical-align: text-top;
}
.top-home-tel .inquiry .tocall a {
    color: #FB4E51;
}
.top-home-tel .inquiry .mail {
    width: auto;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.top-home-tel .inquiry .mail a {
	color: #fff;
	}
	
}


/* WEB面談 詳細 2020/5/15 */

.web-main {
	display: flex;
	width: auto;
	text-align: center;
	margin: 146px 0 30px 0;
	background: url("images/web/main-img.jpg") no-repeat top center;
	padding-bottom: calc(100%*580/1589);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;	
}
.web-main img {
	display: none;
}
.web-head-txt {
	width: auto;
	height: auto;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 40px;
	border: 4px solid #FB4E51;
}
.web-head-txt p {
	font-size: 18px;
	text-align: center;
	color: #FB4E51;
	font-weight: bold;
	line-height: 2;
	margin: 0;
}
.upset-img {
	text-align: center;
}
.blue {
	color:#2A75C6;
}
.orange {
	color: #FF9900
}
.web-upset {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}
.web-upset .head-txt{
	text-align: center;
	color: #fff;
	background-color: #333;
	font-size: 28px;
	font-weight: bold;
	margin: 0 25px;
}
.web-upset figure {
	width: auto;
	margin-bottom: 45px;
}
.web-upset figcaption {
	position: relative;
	border: 3px solid #ABABAB;
	padding: 40px 50px;
}
.web-upset-icon {
	position: absolute;
	right: -64px;
	bottom: -8px;
}
.web-upset figcaption ul,
.web-upset figcaption ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.web-upset figcaption ul li {
	font-size: 18px;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
.web-upset figcaption ul li:last-child {
	margin-bottom: 0;
}
.web-upset-ttl  {
	position: relative;
	text-align: center;
	font-size: 28px;
	color: #2A75C6;
	margin-bottom: 40px;
}
.web-upset-ttl:before  {
	content: url("../img/web/web-upset-left.html");
	width: 115px;
	height: 91px;
	vertical-align: middle;
	margin-right: -20px;
}
.web-upset-ttl:after  {
	content: url("../img/web/web-upset-right.html");
	width: 115px;
	height: 91px;
	vertical-align: middle;
	margin-left: -20px;
}

.web-sys {
	width: auto;
	text-align: center;
	background-color: #2897D3;
	margin-bottom: 54px;
}
.web-sys .cnt,
.sys-flow .cnt,
.web-qa .cnt,
.web-foundation .cnt {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}
.web-foundation .cnt {
	text-align: center;
}
.web-sys-txt {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 35px 0;
}
.web-sys-txt strong {
	color: #FFFF00;
}
.yellow {
	color: #FFFF00;
}
.cyan {
	color: #82EEFF;
}
.sys-flow {
	width: auto;
	height: auto;
}
.sys-flow-ttl {
	text-align: center;
	font-size: 36px;
	color: #1A96D5;
	margin-bottom: 20px;
	letter-spacing: 5px;
}
.sys-flow-ttl-sub {
	text-align: center;
	font-size: 18px;
}

.sys-flow-div {
	margin: 0 auto;
	padding: 45px 0 0 0;
}
.sys-flow-div figure {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;
	margin-bottom: 30px;
	padding: 20px 20px 20px 40px;
	background-color: #ECF7FC;
}
.sys-flow-div figure img {
	margin-left: 40px;
	order: 2;
}
.sys-flow-div figure figcaption h3 {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
	border-bottom: 1px dotted #2697D3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sys-flow-div figure figcaption {
	margin-top: 50px;
	width: 710px;
}
.sys-flow-div figure figcaption h3 i {
	position: absolute;
	left: 0;
	top: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 54px;
	font-style: normal;
	font-size: 18px;
	background: url("images/web/tab.png") no-repeat center center;
	color: #fff;
	text-indent: -10px;
}
.web-qa {
	text-align: center;
	padding: 40px 0 0;
	margin-bottom: 60px;
}
.web-qa h2,
.web-foundation h2{
	font-size: 36px;
	color: #1A96D5;
	text-align: center;
	margin-bottom: 30px;
}
.web-qa-dl {
	
}
.web-qa-dl dt,
.web-qa-dl dd {
	padding: 0;
	margin: 0;
	text-align: left;
}
.web-qa-dl dt {
	font-size: 18px;
	background: url("images/web/q.png") no-repeat left top 14px;
	padding: 20px 0 20px 50px;
}
.web-qa-dl dd {
	font-size: 18px;
	background: url("images/web/a.png") no-repeat left top 14px;
	padding: 20px 0 30px 50px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;
}
.web-foundation {
	width: auto;
	margin-bottom: 150px;
}
.tb {
	
}
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.tb {
		display: none;
	}
	.sp {
		display: block;
	}

	.web-talk img {
		max-width: 100%;
		height: auto;
	}
	
.web-sys .cnt,
.sys-flow .cnt,
.web-qa .cnt,
.web-foundation .cnt {
	width: auto;
}
.web-main {
    display: block;
    width: auto;
    text-align: center;
    margin: 80px 0 10px 0;
	background: none;
    padding: 0;
}
	.web-main img {
		display: block;
	}
.web-head-txt {
    padding: 10px;
}
.web-head-txt p {
    font-size: 16px;
    text-align: center;
}
.web-upset {
    width: auto;
    margin: 0 20px;
}
	.upset-img img {
		max-width: 100%;
		height: auto;
	}
.web-upset figure {
    width: auto;
    margin-bottom: 20px;

}	
.web-upset .head-txt {
    font-size: 20px;
    margin: 0;
	padding: 10px;
}
.web-upset figcaption {
    padding: 20px;
}
.web-upset figcaption ul li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.web-upset-icon {
    right: -31px;
    bottom: -8px;
    width: 60px;
}
.web-upset-ttl {
    font-size: 20px;
    margin-bottom: 20px;
}
	.web-upset-ttl:before,
	.web-upset-ttl:after {
		display: none;
	}
.web-sys-txt {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    text-align: left;
}
.web-sys {
	display: none;
}
.sys-flow-ttl {
	margin-top: 30px;
    font-size: 24px;
}
.sys-flow-ttl-sub {
    font-size: 16px;
}
	.sys-flow .cnt {
		padding: 0 20px;
	}
.sys-flow-div {
    padding: 20px 0 0 0;
}	
.sys-flow-div figure {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
}
.sys-flow-div figure figcaption h3 {
    font-size: 16px;
}
.sys-flow-div figure img {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}
.sys-flow-div figure figcaption {
	width: auto;
    margin-top: 20px;
}
.sys-flow-div figure figcaption h3 i {
    font-size: 16px;
}	
.web-qa {
    padding: 30px 0 0;
    margin-bottom: 40px;
}
.web-qa h2, .web-foundation h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.web-qa-dl dt {
    font-size: 16px;
    padding: 20px 20px 20px 70px;
	background-position: left 20px top 14px;
}
.web-qa-dl dd {
    font-size: 16px;
    padding: 20px 20px 20px 70px;
	background-position: left 20px top 14px;
}
	.web-foundation {
    width: auto;
    margin-bottom: 50px;
}
	.web-foundation .cnt {
		padding: 0 20px;
	}
	.web-foundation {
    width: auto;
    margin-bottom: 50px;
}
	.web-foundation h3 {
		font-size: 18px;
		color: #333333;
		text-align: center;
		padding: 10px 0;
		background-color: #F0F0F0;
		margin-bottom: 20px;	
	}
	.web-foundation p {
		font-size: 15px;
		margin-bottom: 20px;
		text-align: left;
}
	.web-foundation p strong {
		color: #FB4E51;
}
.web-foundation p img {
		max-width: 80%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.web-foundation p.img {
	width: 35%;
	margin: 0 0 10px 10px;
	float: right;
}
.web-foundation p.img img {
	max-width: 100%;
}
.web-foundation h3 i {
    display: inline-block;
    color: #063F6E;
    width: 20px;
    height: 20px;
    font-size: 16px;
    border-radius: 100px;
    background-color: #fff;
    vertical-align: text-bottom;
    font-style: normal;
    line-height: 20px;
	clear: both;
	vertical-align: top;
}

	.web-foundation h3 em {
		font-style: normal;
		background-color: #EF683F;
		color: #fff;
		padding: 2px 5px;
		font-size: 14px;
	}
	
	.web-foundation h3 i {
    color: #fff;
    font-size: 16px;
    background-color: #2697D3;
}
	.mail-tel {
		text-align: center !important;
	}
	
}

