@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}
/* *****共通設定***** */
body {
	font-family: 'M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
* {
	font-family: 'M PLUS 1', sans-serif;
	color: #333;
	font-size: 16px;
}
strong { font-family: 'M PLUS 1', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ }

.ff-black {
	font-family: "Arial Black", "メイリオ", Gadget, "sans-serif";
	letter-spacing: 0em;
}

h2.ff-black {
	font-size: 2.7em;
	margin: 0;
/*
	display: inline-block;
	position: relative;
*/
}
.ff-black span {
	font-size: 20px;
}
/*
h2.ff-black::after {
	display: inline-block;
	content: '';
	position: relative;
	bottom: -30px;
	background: red;
	width: 100px;
	left: 0px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
}
*/

.underLine {
	width: 70px;
	padding: 20px 0;
}

.underLine div {
	height: 5px;
	background-color: rgba(73,121,219,1.0);
	padding: 0;
	margin: 0;
}
#sec-business .underLine {
	width: 60px;
	padding: 20px 0;
}

#sec-business .underLine div {
	height: 5px;
	background-color: rgba(73,121,219,1.0);
	padding: 0;
	margin: 0 0 10px 0;
}
.btn-warning-navy {
	background-color: #333333!important;
	color: #ffffff;
}

.fw-bold700 {
	font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
		font-weight: 700;
}

.fw-black900 {
		font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
		font-weight: 900;
	}
.colorRed { color: #ff0000; }
/*@media screen and (max-width: 767.98px) {
	body {
	padding-bottom: 60px;
	}
}*/
@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
    display: block;
	margin-top: 100px!important;
}
@media screen and (max-width:767.98px) {
	main {
		margin-top: 80px!important;
	}
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

.high-light {
	/*background-color: #ffff00;*/
}

.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width:767.98px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/*
section:nth-child(odd){
    background-color: rgba(38,157,255,.05) ;
}
*/

/* 個別ページのsection　背景を白に */
#Page-contact section ,#Page-lesson section {
	background-color: #ffffff;
}

#Page-lesson section:nth-child(even) {
	background-color: rgba(38,157,255,.05) /*#f2f2f2*/;
}
/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 2rem;
	background: linear-gradient( #1EAB5E , #333333);
	padding: 1rem;
	color: #fff;

}
h2, h3{
   color: #401f0f;
}

h3 {
	font-size: 180%;
}
#Page-top h1 {
	color: #333!important;
}
h1, h2, h3, h4, h5, h6 { color: #333;}
.h-midashi {
/*	padding: 0.75rem;*/
	font-size: 250%;
	font-weight: bold; text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1rem auto 1rem auto;
}

.h-midashi:before {
  content: "";
  flex-grow: 1;
  height: 3px; /* 線の太さ  .text-line:before, */
  background: #333333; /* 線の色 */
}

.h-midashi:after {
  content: "";
  flex-grow: 1;
  height: 3px; /* 線の太さ  .text-line:before, */
  background: #f40000; /* 線の色 */
}

.h-midashi:before {
	margin-right: 5rem;
}

.h-midashi:after {
	margin-left: 5rem;
}
.midashi-sub {
	color: #4e454a;
}
.short-udline {
	display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #333333;
}
.short-udline:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #AFD034;
}

.short-udlineGra {
	display: inline-block;
    position: relative;
	color: #333;
    padding-bottom: 13px;
    margin-bottom: 30px; font-weight: bold;
	
}
.short-udlineGra:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 100px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background: linear-gradient(90deg,#00629d,#ffffff);
}

.point-udlineRed {
	display: inline-block;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 30px; font-weight: bold;
}
.point-udlineRed:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 100%;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #f40000;
}

.midashi-under {
  border-bottom: solid 2px #333333;
  position: relative;
	padding-bottom: 0.5rem; 
	padding-top: 1.5rem;
}

.midashi-under:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #CF6319;
  bottom: -2px;
  width: 30%;
	max-width: 100px;
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	.h-midashi {
		color: #333333;
		border-color: #333333;
		border-style: solid;
		border-width: 2px;
		border-left: none;
		border-right: none;
		background-color: #8FFBC0; /* #8FFBC0; */
		font-size: 4vw;
		font-weight: bold;
		padding: 2vw 4vw;
		position: relative;
		line-height: 1.3;
		clear: both;
	}
	
	.h-midashi:before, .h-midashi:after {
		content: "";
		flex-grow: 0;
		height: 0px; /* 線の太さ  .text-line:before, */
		background: #333333; /* 線の色 */
	}

	.h-midashi:before {
		margin-right: 0rem;
	}

	.h-midashi:after {
		margin-left: 0rem;
	}
}

/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	position: absolute;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 80px!important;
/*	background-color: rgba(255,255,255,0.0)!important;*/
	margin: 0;
}
.navbar {
	background-color: rgba(255,255,255,1.0)!important;
	padding: 0;
	height: 80px;
	display: flex;
}
.navbar div.container-fluid {
	display: flex;
	align-items: flex-end;
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #ffffff;
}
.header-logo-bar p {
	font-size: 110%;
	margin: 0;
	line-height: 1.4em;
}

.nav-item .nav-link {
	font-weight: 600;
	font-size: 22px;
    padding: 3px;
	margin: 0 5px;
}
.top-naviimg a img {
	height: 55px;
	width: auto;
}
.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.header-comments {
	width:100%;
	height: 18px;
	padding: 2px 0;
/*	background-color: #ffffff;*/
}
.header-comments p {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.sukashi-logo {
	width: 100%;
	max-width: 300px;
}

@media screen and (max-width: 991.98px) {
	header {
		height: 55px!important;
	}
	nav {
		padding: 5px 0!important;
	}

	.header-logo-bar a {
		font-size: 90%;
	}
	.navbar-toggler {
		font-size: 1rem!important;
	}
	.top-naviimg a img {
		height: 40px;
		width: auto;
	}
	.navbar{
    	border-bottom: 1px solid #a29080;
		background-color: #fff;
	}
	.header-comments {
		width:100%;
		height: 15px;
	}
	.header-comments p {
		margin: 0;
		font-size: 11px;
	}
}

@media screen and (max-width: 575.98px) {
	.header-comments {
		display: none; /* スマホ時、文字折り返してしまうので非表示 */
	}
	.navbar {
		background-color: #fff;
	}
}

.navbar .navbar-collapse{
    flex-grow: 0;
	background-color: #fff;
}

.nav-link {
	color: #5b5b5b!important;
}
.nav-item a.active {
	display: block;
	color: #AFD034!important;
}
a.nav-link:hover{
	opacity: 1.0;
}

@media screen and (max-width: 991.98px) {
	.nav-link {
		color: #ffffff!important;
	}
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}
p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}

/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
	background-color: #4979DB; /* rgba(255,255,255,.8) */
	padding: 5px 0;
	width: 100%;
}

.breadcrumb {
	margin-bottom: 0!important;
}
.breadcrumb-item a, .breadcrumb-item.active {
	color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff!important; /* #6c757d */
    content: var(--bs-breadcrumb-divider, "/");
}
/*---------------------------------------------*/
/* toppage main-bar
============================================== */
.main-bar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.main-bar-text {
	position: relative;
	color: #fff;
}

.main-bar-text::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.main-bar-text p {
	z-index: 10;
}
#Page-business .main-bar {
	width: 100%;
	margin: 0;
	background: url("../images/mainbar-business.png") no-repeat center;
	background-size: cover;
	height: 300px;
}

#Page-company .main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/mainbar-company.png") no-repeat center;
	background-size: cover;
	margin: 0;
}
#Page-contact .main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/mainbar-contact.jpeg") no-repeat center;
	background-size: cover;
	margin: 0;
}

#Page-flow .main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/mainbar-flow.png") no-repeat center;
	background-size: cover;
	margin: 0;
}
.main-bar p {
    font-size: 40px;
    margin: 0 auto;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
}

.main-bar-img {
	background-color: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 50px;
	margin: 0 auto;
}
.main-bar-img img {
	height:70px;
}
@media screen and (max-width: 767.98px) {
	.main-bar {
		height: 150px!important;
	}
	.main-bar-img img {
		height: 45px;
	}
}
/*---------------------------------------------
to-contact　お問い合わせフォームへ
===============================================*/
#to-contact div img {
	width: 100%;
}
#to-contact .contact-box {
	 padding: 1.5em; background-color: #333333; text-align: center; color: #333333; box-sizing: border-box;
}
#to-contact .contact-title {
	font-size: 140%;
	font-weight: bold;
		margin: 0 auto;
		display: block;
	padding-bottom: 15px;
	color: #fff;
	}

#to-contact .contact-inner {
	display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}

.contact-inner div {
	width:47%;
}

.contact-inner div a:hover {
	opacity: 0.5;
}
.btn-contact {
	display: block; padding: 0.5em 0.75em ; background-color: #fff; color: #333333; text-decoration: none; font-size: 150%; font-weight: bold;
}
#contactForm, .form-koumoku, input {
	font-size: 16px;
}
	
input.form-control {
	font-size: 16px;
}
@media screen and (min-width:1200px) {
#to-contact {
	background-color: #333333;
		width: 100%;
	padding: 20px 0;
	}
	
	.contact-title {
		width:100%; max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	.contact-inner div {
	width:38%;
}
	#to-contact .contact-inner {
	justify-content: space-around;
}
}
@media screen and (max-width:767.98px) {
#to-contact {
  		margin: auto;
		padding-top: 4%;
		padding-bottom: 4.5%;
	}
	
	.contact-box .contact-inner {
		flex-direction: column;
	}
	
	.contact-inner div {
		width:100%;
		padding-bottom: 15px;
	}
}

section#privacy-policy p {
	font-size: 13px;
}

/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/
/* メイン画像 */
h1{
    font-weight: bold !important;
    color: #ffce11;
}
#top-images h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
@media screen and (min-width: 768px) and (max-width:991.98px) {
	#top-images{
		background-color: #f1efff;
		border-bottom: #dddddd;
		background: url("../images/running-7392835.jpg") no-repeat top center;
		background-size:cover;
		height: 340px;
		width: 100%;
	/*	padding: 5% 5vw;*/
	}

	#top-images img.top-images-on {
		height: 340px;
		margin: 0 auto;
	}
	#top-images img {
		padding: 20px 0;
		display: block;
	}

	.TEL img {
/*		width: 40%; */
		height: 50px;
		margin: 0 30px;
		padding: 0;
	}
	
	.TEL p {
		font-size: 2.5rem;
		font-weight: bold;
		padding: 0; margin: 0;
	}
	.TEL {
		background-color: #269dff;
		width: 100%;
		margin: 0;
	}
	
	.TEL p.small {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.TEL div {
		padding: 0.75rem;
		flex-direction: row;
		align-content: flex-start;
		/*justify-content: space-around;*/
		align-items: center;
		margin: 0 auto;
	}
	
	.TEL div a {
		font-size: 2.5rem;
		padding: 0; margin: 0;
		text-decoration: none;
	}
}

/*---------------------------------------------
business.html
===============================================*/
.productTOPimg {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
	width: 100%;
}
.productTOPimg div {
	width: calc( 50% - 6.5px );
}
.productTOPimg:last-of-type div {
	width: calc( 25% - 10px );
}

#Page-business h3 {
	border-left: 5px solid #4979DB;
	color: #000;
	padding: 0.25em 0 0.25em 0.5em;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.businessBox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.businessBox2 .inner {
	width: 31%;
}
.businessBox2 .inner .inner-img {
	margin-bottom: 20px;
}
	.businessBox2 h5 {
		padding-top: 0;
		margin-top: 0;
		line-height: 1.2em;
		color: #4979DB;
		font-weight: bold;
	}
@media screen and (max-width: 767.98px) {
	.productTOPimg div {
		width: calc( 50% - 10px );
	}
	.productTOPimg:last-of-type div {
		width: calc( 50% - 10px );
		margin-bottom: 20px;
	}
	.businessBox2 .inner {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
		align-items: flex-start;
	}

	.businessBox2 .inner .inner-img {
		width: 40%;
	}
	.businessBox2 .inner img {
		width: 100%;
		max-width: 200px;
	}
	.businessBox2 .inner .inner-text {
		width: 58%;
		padding: 0;
	}
}

.profile {
	padding-left: 0;
	list-style-type: armenian!important;
}

.profileBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.profileBox div {
	background-color: #eeeeee;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	border-left: 3px solid #4E454A;
}

.profileBox div p {
	margin: 5px 0 0 0;
}

@media screen and (max-width: 1399.98px) {
	.profileBox div {
		width: 100%;
	}
}

/* *****フォーム***** */

/*---------------------------------------------
contact.html
===============================================*/
.formFrame {
	display: flex; flex-wrap: wrap; flex-direction: row;
	width: 100%; align-items: center;
	background-color: #f2f2f2;
	border: none;

	border-left: 0.5px solid #aaa;
	border-right: 0.5px solid #aaa;
	border-top: 0.5px solid #aaa;
}

.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
}
.formFrame .form-koumoku {
	width: 30%;
	padding: 10px 10px;
}
.formFrame:last-child {
	border-bottom: 0.5px solid #aaa;
}

.hissu { color: #fff; 
	background-color: #f40000;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px; margin: 0 0.5em 0 0; }

/* smart-phone */
@media screen and (max-width:767.98px) {
	.formFrame .form-naiyou {
		width: 100%;
		padding: 10px 10px;
		border-top: none;
		border-bottom: none;
		
	}
	.formFrame .form-koumoku {
		width: 100%;
		padding: 10px 10px;

		border-top: 0.5px solid #aaa;
		border-bottom: 0.5px solid #aaa;		
/*		border-left: 10px solid #ffffff!important;*/

	}

}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame {
		border-left: 0.5px solid #aaa;
		border-right: 0.5px solid #aaa;
		border-top: 0.5px solid #aaa;
	}
	.formFrame .form-naiyou {
		width: 70%;
		padding: 10px 10px;
		border: none;
	}
	.formFrame .form-koumoku {
		width: 30%;
		padding: 10px 10px;
		border: none;
		
	}

}

.age-group {
	display: flex; justify-content: space-between;
	flex-wrap: wrap;
}

.age-group div {
	width: 49%;
	padding: 0.25em 0em;
}

@media screen and (max-width:991.98px) {
	.age-group div {
	width: 49%;
		padding: 0.25em 0em;
}
}

.input-labe-area {
	width: 8em; 
}
/*---------------------------------------------
footer
===============================================*/
#footer{
	color: #fff;
	background-color: #ddd;
	
}
#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

#footer-contents img {
	width: 160px;
}

@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#footer-contents img {
		width: 120px;
	}

}

#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer address p {
    margin-bottom: 0.5rem;
}

#footer #copyright p {
    background-color: #000000;
    color: #fff!important;
	font-size: 1em;
}

p.text-center.mb-0.pt-3.pb-3 a {
    color: #fff !important;
    text-decoration: none;
}

/*---------------------------------------------*/
/* button 7-1-1
============================================== */
.btn-st {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #333333;/* ボーダーの色と太さ */
    padding: 0.5rem 2rem;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn-st span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333333;
}

.btn-st:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333333;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/*---------------------------------------------
about.html
===============================================*/
.ins-jisseki {
display: flex; align-items: flex-start;
width: 100%;
justify-content: space-between;
}

.ins-jisseki .ins-icon {
	width: 7rem!important;
}

.ins-jisseki .ins-text {
width: calc( 100% - 70px );
	padding-left: 10px;
}


.igBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ig-frame {
	width: calc( ( 100% - 30px ) /3 );
	margin-bottom: 15px;
}

.objecy-img-h500 {
	object-fit: cover;
	height: 500px;
}

.menu-box .inner a:hover {
	opacity: 0.5;
}


.btn-white {
	border: 1px solid #fff; display: block; max-width: 300px; padding: 20px; margin: 20px auto 0 auto; color: #fff; font-size: 150%;
}

a.btn-white:hover {
	opacity: 0.5;
}


/*---------------------------------------------*/
/* about.html philosophy
============================================== */
.association-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.association-info .association-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
}
.association-line div.ccc {
	width: 77%;
}
.association-line div.ccc p {
		margin: 0;
	}
.association-midashi {
	color: #ffffff;
	font-weight: bolder;
	padding-left: 1em;
	width: 23%;
	display: flex;
	align-items: center;
}

@media screen and (max-width:767.98px) {
	.association-line div:nth-child(2n) {
		width: 100%;
	}
	.association-line div:nth-child(2n) p {
		margin: 0;
	}
	.association-midashi {
		color: #ffffff;
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 100%;
	}
}


.reportBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.report-inner {
	width: 30%;
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	.reportBox {
		flex-direction: column;
	}
	.report-inner {
		width: 100%;
		padding-bottom: 30px;
	}
}

/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* index_jolly.html #sec-business
============================================== */
#sec-business {
/*	background:url("../images/top-bg01.jpeg") no-repeat left center;
	background-color: #f2f2f2;*/
	background-size: cover;
	position: relative;
}
#sec-business::before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,.5);
}
#sec-business .businessBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 20px 5px;
	flex-wrap: wrap;
}
#sec-business div.businessBox:nth-of-type(2n-1) {
	background-color: #4e454a!important;
}

#sec-business div.businessBox:nth-of-type(2n) {
	background-color: #0653b2!important;
}
#sec-business .businessBox .inner-business {
	width: calc(( 100% - 100px )/3);
}

a.btn-business {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}

a.btn-business p {
	padding: 1rem 0;
	font-size: 140%;
	font-weight: bold;
}

a.btn-business:hover {
	opacity: 0.5;
}

.business-sub {
	color: #4e454a;
}

.business-sub-security {
	color: #0653b2;
}
@media screen and (min-width:320px) and (max-width:991.98px) {
	#sec-business .businessBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sec-business .businessBox .inner-business {
		width: 80%;
		margin: 0 auto 50px auto;
	}
}

/*---------------------------------------------*/
/* index_jolly.html #sec-Machine
============================================== */
#sec-Machine {
/*	background: url("../images/bg-machine.png") no-repeat right;*/
	background-color: #fff;
	background-size: cover;
	border-top: 5px solid #fff;
}
#sec-Machine .machineBox {
	display: flex;
	flex-direction: column;
}

#sec-Machine .machineBox .inner-machine {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: space-around;
}
#sec-Machine .machineBox .inner-machine:first-of-type {
	align-content: flex-start;
}
#sec-Machine .machineBox .inner-machine:last-of-type {
	align-content: flex-end;
}
#sec-Machine .machineBox .inner-machine .inner-img {
	width: 40%;
}


@media screen and (min-width:320px) and (max-width:991.98px) {
	#sec-Machine .machineBox .inner-machine {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	#sec-Machine .machineBox .inner-machine .inner-img {
		width: 50%;
		margin: 0 auto;
	}
}

/*---------------------------------------------*/
/* index_jolly.html #sec-Contact
============================================== */
#Page-planner .main-bar {
	
}
#sec-Contact  h2 {
	letter-spacing: 0;
}
#sec-Contact .contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#sec-Contact .contactBox .inner-contact {
	width: 48%;
	margin-bottom: 30px;
	max-width: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.btn-contactDrone {
	background-color: rgba(73,121,219,1.0);
	padding: 1em;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 100%;
}
a.btn-contactDrone p, a.btn-contactSecurity p {
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
}
a.btn-contactSecurity {
	background-color: #8C8C8C;
	padding: 1em;
	text-decoration: none;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 70px;
}

@media screen and (max-width: 767.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
	}
	#sec-Contact .contactBox .inner-contact {
		width: 100%;
		text-align: center;
		margin: 0 auto 30px auto;
	}
}
/*---------------------------------------------*/
/* index_jolly.html #serviceBox-4
============================================== */

a.btn-bottom {
	font-size: 1.5rem;
}

/*---------------------------------------------*/
/* index.html #sec-business
============================================== */
#sec-business {
	padding: 70px 0;
	margin-bottom: 100px;
}
#sec-business .topServiceBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

#sec-business .topServiceBox .inner {
	width: 27%;
}

#sec-business .topServiceBox .inner-img {
	width: 38%;
}

#sec-business .topServiceBox img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
@media screen and (max-width:767.98px) {
	#sec-business .topServiceBox {
		flex-direction: column;
	}
	#sec-business .topServiceBox .inner {
		
		width: 96%;
		margin: 0 auto 60px;
	}
	#sec-business .topServiceBox .inner-text {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	#sec-business h2 {
		font-size: 30px;
	}
	#sec-business .topServiceBox img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
}
/*---------------------------------------------*/
/* company.html
============================================== */
.aisatsuBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.aisatsuBox .inner-img {
	width: 550px;
	height: 350px;
}
.aisatsuBox .inner-img img {
	width: 550px;
	height: 350px;
	object-fit: cover;
}

.aisatsuBox .inner-text {
	width: calc( 100% - 600px );
	display: flex;
	flex-direction: column;
	align-content:space-between;
	height: 100%;
}

.aisatsuBox .inner-text p {
	flex-grow: 1;
	font-size: 18px;
}
.aisatsuBox .inner-text .ceo {
	width: 100%;
	max-width:  400px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}
.aisatsuBox .inner-text .ceo p, .aisatsuBox .inner-text .ceo span{
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.aisatsuBox .inner-text .ceo p {
		font-size: 2.4rem;
	line-height: 1.1em;
	}
.aisatsuBox .inner-text .ceo span {
		font-size: 1.2rem;
	text-align: left;
	margin: 0;
	line-height: 1.3em;
		display: block;
	}
	.aisatsuBox .inner-text .ceo span:last-child {
		font-size: 1.4rem;
	}
@media screen and (min-width: 1200px) and (max-width:1399.98px) {
	.aisatsuBox .inner-img {
		width: 400px;
	}
	.aisatsuBox .inner-img img {
		width: 400px;
		height: 350px;
		object-fit: cover;
	}
	.aisatsuBox .inner-text {
		width: calc( 100% - 430px );
		display: flex;
		flex-direction: column;
		align-content:space-between;
/*		height: 400px;*/
	}
	
}
@media screen and (min-width: 992px) and (max-width:1199.98px) {
	.aisatsuBox .inner-img {
		width: 400px;
	}
	.aisatsuBox .inner-img img {
		width: 400px;
		height: 350px;
		object-fit: cover;
	}

	.aisatsuBox .inner-text {
		width: calc( 100% - 430px );
		display: flex;
		flex-direction: column;
		align-content:space-between;
/*		height: 400px;*/
	}
	.aisatsuBox .inner-text .ceo {
	width: 100%;
	max-width:  400px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}
}
@media screen and (min-width:576px) and (max-width:991.98px) {
	.aisatsuBox .inner-img {
		width: 100%;
	}
	.aisatsuBox .inner-img img {
		width: 100%;
		height: 350px;
		object-fit: cover;
	}

	.aisatsuBox .inner-text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content:space-between;
		height: 100%;
		margin-bottom: 20px;
	}
	.aisatsuBox .inner-text .ceo {
	width: 100%;
	max-width:  400px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}
	.aisatsuBox .inner-text .ceo p {
	font-size: 2rem;
}
	.aisatsuBox .inner-text .ceo div:first-child span {
		font-size: 1.2rem;
	}
	.aisatsuBox .inner-text .ceo div:last-child span {
		font-size: 1.4rem;
	}
	.aisatsuBox .inner-text .ceo p {
		font-size: 2.4rem;
		line-height: 1.1em;
	}
	.aisatsuBox .inner-text .ceo span {
			font-size: 1.2rem;
		text-align: left;
		margin: 0;
		line-height: 1.3em;
		display: block;
	}
	.aisatsuBox .inner-text .ceo span:last-child {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767.98px) {
	.aisatsuBox .inner-text .ceo p {
	font-size: 1.5rem;
}
	.aisatsuBox .inner-text .ceo div:first-child span {
		font-size: 0.9rem;
	}
	.aisatsuBox .inner-text .ceo div:last-child span {
		font-size: 1.1rem;
	}
}
/* 会社概要---------------------- */
.company-info .company-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.company-line div.ccc {
	width: 77%;
}
.company-line div.ccc {
		margin: 0;
	font-size: 16px;
	}
.company-midashi {
	color: #4e454a;
	font-weight: bolder;
	padding-left: 1em;
	width: 23%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.company-info .company-line:last-child {
	border-bottom: 0.5px solid #aaa;
}
 
.historyTable .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.historyTable div div:nth-of-type(odd) {
	width: 8em;
}
.historyTable div div:nth-of-type(even) {
	width: calc( 100% - 8em );
}
@media screen and (max-width:767.98px) {
	.company-line div.ccc {
		width: 69%;
	}
	.company-line div.ccc p {
		margin: 0;
	}
	.company-midashi {
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 30%;
	}
	.historyTable .inner {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.historyTable div div:nth-of-type(even) {
		width: 100%;
	}
}
.addressBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	
.addressBox .inner {
	width: 100%;
}

.addressBox .inner:first-child {
	margin-bottom: 20px;
}
.Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50.6%;/*比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767.98px) {
	.addressBox {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.addressBox .inner {
		width: 100%;
	}
	
}

@media screen and (min-width: 1200px) {
	.mapBox {
		justify-content: flex-start;
		flex-direction: row-reverse;
	}
	.mapBox .inner-text {
		width: 65%;
		padding-left: 30px;
	}
	
	.mapBox .map {
		width: 35%;
	}
}
@media screen and (min-width: 1400px) {
	.addressBox .inner {
		width: 50%;
	}
}

.btnInsta {
	background: #000;
	display: block;
	overflow: hidden;
}

.btnInsta:hover img {
	opacity: 0.8;
}
.titleBox {
	background-color: #4979DB;
	padding: 20px;
	width: 100%;
}
.titleSub {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.titleSub div p {
	color: #fff;
}
.titleSub p:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;
	}

@media screen and (min-width:1200px) {
	.titleSub {
		max-width: 1100px;
		margin: 0 auto;
	}
	.titleBox {
	background-color: #4979DB;
	padding: 30px;
	width: 100%;
}
}
@media screen and (min-width: 576px) and (max-width:767.98px) {
	.titleBox {
		padding: 20px 15px;
	}
	.titleSub {
		flex-direction: column;
	}
	.titleSub div p:first-child {
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width:575.98px) {
	.titleBox {
		padding: 20px 15px;
	}
	.titleSub div p:first-child {
		font-size: 12px;
	}
}
.topBusinessFrame {
	padding-bottom: 50px;
}

.topBusinessBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.topBusinessBox .inner-text {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.topBusinessBox .inner-text p {
	padding-bottom: 30px;
}
.topBusinessBox .inner-img {
	width: calc( 40% - 50px );
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.topBusinessBox .inner-img div {
	width: 50%;
}

.topBusinessBox .inner-img div img {
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:991.98px) {
	#topBusiness {
		padding-bottom: 0;
	}
	.topBusinessFrame {
		padding-bottom: 0;
	}
	
	.topBusinessBox {
		flex-direction: column-reverse;
	}
	.topBusinessBox .inner-text {
		width: 100%;
	}
	.topBusinessBox .inner-text p {
		padding-bottom: 30px;
	}
	.topBusinessBox .inner-img {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.topBusinessBox .inner-img div {
		width: 25%
	}
}



.topServiceBox2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
.topServiceBox2::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.55);
}
.topServiceBox2 .inner2 {
	background-size: cover!important;
	position: relative;
	display: flex;
	background-repeat: no-repeat;
	height:450px;
	justify-content: center;
	flex-direction: column;
	padding: 50px 30px;
	width:50%;
}
.topServiceBox2 .inner2 p {
	font-size: 1.5rem;
}
/*
.topServiceBox2 .inner2:nth-of-type(1) {
	background: url("../images/sl-img08.jpg");
}
.topServiceBox2 .inner2:nth-of-type(2) {
	background: url(../images/sl-img02-sub.jpeg);
}
.topServiceBox2 .inner2:nth-of-type(3) {
	background: url(../images/AdobeStock_497011805.jpeg);
}
.topServiceBox2 .inner2:nth-of-type(4) {
	background: url(../images/sl-img10.jpg);
}
*/
.topServiceBox2 .inner2:nth-of-type(1) {
	background: url("../images/before/sl-img01.png");
}
.topServiceBox2 .inner2:nth-of-type(2) {
	background: url("../images/before/sl-img02.png");
}
.topServiceBox2 .inner2:nth-of-type(3) {
	background: url("../images/mainbar-flow.png");
}
.topServiceBox2 .inner2:nth-of-type(4) {
	background: url("../images/mainbar-company.png");
}
.topServiceBox2 .inner2 div, .topServiceBox2 .inner2 a , .topServiceBox2 .inner2 h2 {
	z-index: 10;
}

.topServiceBox2 .inner2:hover::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media screen and (max-width: 991.98px) {
	.topServiceBox2 .inner2 {
		width: 100%;
		height: 330px;
		padding: 20px;
	}
	.topServiceBox2 .inner2 a {
		max-width: 600px;
		margin: auto;
	}
	
	.topServiceBox2 .inner2 h2 {
		font-size: 2.2rem;
	}
	.topServiceBox2 .inner2 p {
		font-size: 1.3rem;
	}
}

#setsubi table {
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 30px;
	background-color: #fff;
}

#setsubi h3 {
	border-left: 5px solid #4979DB;
	color: #000;
	padding: 0.25em 0 0.25em 0.5em;
	margin: 0 0 10px 0; 
}
#setsubi table tr td, #setsubi table tr th {
	padding: 10px 5px;
	border: 0.5px solid #000;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
}
#setsubi table tr th {
	background-color: #aaa;
	color: #fff;
}
@media screen and (max-width: 767.98px) {
	#setsubi table tr td, #setsubi table tr th {
		font-size: 12px;
	}
}
/*---------------------------------------------*/
/* flow.html
============================================== */
.flowBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.flowBox .inner-num {
	width: 9%;
}
.flowBox .inner-text {
	width: 89%;
	padding-top: 10px;
}
#productTOP div.flowBox .inner-img {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.img-single {
	width: 100%!important;
	margin: 20px auto;
}
.img-double {
	width: 100%!important;
	margin: 20px auto;
}
/*
.flowBox .inner-img div img {
	width: 100%;
}
*/
.flowBox .inner-num p {
	font-size: 100px;
	padding: 0;
	margin: 0;
	line-height: 100px;
	font-family: "Arial Black", Gadget, "sans-serif"!important;
	color: #4979DB;
	position: relative;
	display: block;
}

.flowArrow {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.flowArrow p {
	font-size: 100px;
	padding: 0;
	margin: 0;
	line-height:1em;
	color:#aaa;
	font-weight: bold;
}

@media screen and (max-width:767.98px) {
	.flowBox .inner-img {
		order: 1;
		width: 100%!important;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#productTOP div.flowBox .inner-img img {
		width: 100%!important;
	}
	.flowBox {
		justify-content: flex-start;
		width: 100%;
	}
	.flowBox .inner-num {
		order: 2;
		width: 14%;
	}
	.flowBox .inner-text {
		order: 3;
		width: 86%;
		padding-top: 10px;
	}
	.flowBox .inner-num p {
	font-size: 13vw;
	}
	.flowArrow p {
		font-size: 60px;
	}
}

@media screen and (max-width:575.98px) {
	.flowBox .inner-num p {
		font-size: 15vw;
		padding: 0;
		margin: 0;
	}
}