@charset "utf-8";

/* *****共通設定***** */
body {
	font-family: 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
html {
	font-size: 62.5%;
}
* {
	font-family: 'Noto Serif JP','Noto Sans JP','M PLUS 2', sans-serif;
	color: #333;
	font-size: 1.6rem;
}
strong {
	font-family: 'Noto Serif JP','Noto Sans JP','M PLUS 2', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ 
}

.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 (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
    display: block;
	color: #5B5B5B;
}
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: 80px;
	padding-bottom: 80px;
}

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

/*
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: 3.2rem;
	background: linear-gradient( #1EAB5E , #333333);
	padding: 1rem;
	color: #fff;

}
h1 {
	font-size: 2.8rem;
}
h2 {
	font-size: 2.4rem;
}

.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: #3F48cc;
}

.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-leftBar {
	padding: 0.5em 0.5em 0.25em 0.5em;/*上下 左右の余白*/
  	color: #494949;/*文字色*/
  	background: linear-gradient( #fff, #e0e0e0 );
	border-bottom: solid 3px #333333;
}
.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;
}

/*蛍光マーカー風見出し*/
.midashi-keikou {
	padding-bottom: 3px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

@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;
	}
	h1 {
		font-size: 2.2rem;
	}
}

/*---------------------------------------------
よく使う指示
===============================================*/
.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%;
}
nav {
	background-color: rgba(255,255,255,0.0)!important;
	padding: 10px;
}
.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-size: 1.8rem;
	padding: 5px 20px;
	font-weight: 600;
}
.top-naviimg a {
	color: #000;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.header-comments {
	width:100%;
}
.header-comments h1, .header-comments span {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.8em;
}
.navbar{
	background-color: rgba(255,255,255,1.0)!important;
}
.sukashi-logo {
	width: 100%;
	max-width: 300px;
}
@media screen and (max-width: 575.98px) {
	.header-comments h1, .header-comments span {
		font-size: 1.2rem;
	}
	nav.navbar {
		height: 55px;
		background-color: #fff;
	}
	.top-naviimg a {
		font-size: 2rem;
	}
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {	
	.top-naviimg a {
		font-size: 22px;
	}
	.navbar{
    	border-bottom: 1px solid #a29080;
		background-color: #fff;
	}
	.header-comments {
		width:100%;
	}
	.header-comments h1, .header-comments span {
		font-size: 1.4rem;
	}
}



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

.nav-link {
	color: #5b5b5b!important;
}
.nav-item a.active {
	display: block;
	color: #3F48cc!important;
}
a.nav-link:hover{
	opacity: 1.0;
}
.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;
}

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-business .main-bar {
	background: url("../images/mainbar-business.jpeg") no-repeat center;
	background-size: cover;
}

#Page-company .main-bar {
	background: url("../images/mainbar-company.jpeg") no-repeat center;
	background-size: cover;
}
#Page-contact .main-bar {
	background: url("../images/mainbar-contact.jpeg") no-repeat center;
	background-size: cover;
}

#Page-recruit .main-bar {
	background: url("../images/mainbar-recruit2.jpeg") no-repeat center;
	background-size: cover;
}

.main-bar {
	height: 200px;
	position: relative;
	
}
.main-bar-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 200px;
	position: relative;
}
.main-bar p {
    font-size: 140%;
    margin: 0;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
	z-index: 5;
}
.main-bar::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.4);
}

.bg-white {
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
	.main-bar {
		height: 150px!important;
	}
	.main-bar-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 150px;
	position: relative;
}

}
/*---------------------------------------------
index.html .index-top
===============================================*/
.index-top #introduction {
	width: 100%;
	max-width: 49em;
	padding: 0 30px;
	margin: 0 auto;
}
.index-top #introduction p {
	line-height: 1.8em;
}

.index-top {
	background-image: url("../images/bg.png");
	background-size: cover;
}


@media screen and (max-width: 767.98px) {
	.index-top {
		width: 100%;
		margin: 0 auto;
		
	}
	.index-top #introduction {
		width: 90%;
		padding: 0;
	}
}
/*---------------------------------------------*/
/* index.html #sec-business
============================================== */
#sec-business {
	height: 400px;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
	background-color: #000;
}
#sec-business .sec-businessFrame {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#sec-business .businessBox {
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 400px;
}
#sec-business .businessBox .inner-text {
	position: relative;
	z-index: 6;
}
#sec-business .businessBox img {
	width: 100%;
    height: 400px;
    opacity: 0.5;
    position: absolute;
    object-fit: cover;
    z-index: 5;
}
#sec-business .businessBox a {
	position: relative;
	display: block;
	padding: 20px;
	height: 100%;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
#sec-business .businessBox a div {
	height: 360px;
	display: flex;
	margin: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#sec-business .businessBox a p {
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
#sec-business .businessBox div.container {
	border: 1px solid #fff;
}
#sec-business .businessBox:first-child {
	background-color: #4e454a!important;
}

#sec-business .businessBox:last-child {
	background-color: #0653b2!important;
}
@media screen and (min-width: 320px) and (max-width:575.98px) {
	#sec-business {
		height: 500px;
	}
	#sec-business .businessBox {
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 250px;
	}
	#sec-business .businessBox img {
		height: 250px;
	}
	#sec-business .businessBox a div {
		height: 210px;
	}
}
@media screen and (min-width: 576px) and (max-width:767.98px) {
	#sec-business {
		height: 250px;
	}
	#sec-business .businessBox {
		width: 50%;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 250px;
	}
	#sec-business .businessBox img {
		height: 250px;
	}
	#sec-business .businessBox a div {
		height: 210px;
	}
}
/*---------------------------------------------
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;
}
@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: 1.3rem;
}
/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/

@media screen and (min-width: 768px) and (max-width:991.98px) {
	.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;
	}
}


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

/*---------------------------------------------
contact.html
===============================================*/
#Page-contact #contactForm {
	max-width: 960px;
    margin: 0 auto;
}
.formFrame {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	align-items: center;
	border: none;
	border-top: 0.5px solid #ccc;
	padding: 5px 0;
}
.formFrame .form-koumoku {
	width: 30%;
	padding: 10px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
	font-size: 1.8rem;
}
.formFrame:last-child {
	border-bottom: 0.5px solid #ccc;
}
.formFrame input, .formFrame textarea, .formFrame select {
	font-size: 1.8rem;
}
.formFrame input::placeholder, .formFrame textarea::placeholder, .formFrame select::placeholder {
	color: #bbb;
}
.formFrame select:invalid {
  color: gray;
}
.hissu {
	color: #fff; 
	background-color: #3F48cc;
	padding: .25em .5em;
	font-size: 60%;
	border-radius: 5px;
	margin: 0 0.5em 0 0;
}

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

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

}

.input-labe-area {
	width: 8em; 
}
/*---------------------------------------------
footer
===============================================*/
#footer{
	color: #fff;
	background-color: #ddd;
	position: relative;
}
#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 40px 0;
	position: relative;
}
#footer-contents div {
	margin: 0 auto;
}
#footer-contents div a {
	text-decoration: none;
}
@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
	}
}

#footer address p {
    margin-bottom: 0.5rem;
}
#footer #copyright {
	background-color: #000000;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#footer #copyright p, footer #copyright p a {
    color: #aaa;
	font-size: 1.4rem;
	text-decoration: none;
	-webkit-text-decoration: none;
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
}
/*---------------------------------------------*/
/* 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);
}

/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* index_jolly.html #sec-business
============================================== */


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-Contact
============================================== */
#Page-planner .main-bar {
	
}
#sec-Contact .contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#sec-Contact .contactBox .inner-contact {
	width: 40%;
	margin-bottom: 30px;
	background: linear-gradient(to bottom right, #c8beef, #3f48cc);
}
a.btn-contactTel {
/*	background-color: #3F48cc;*/
	border: 1px solid #3F48cc;
	color: white;
	font-family: 'Roboto', 'Noto Serif JP', "sans-serif";
	padding: 0.5em;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	height: 70px;
	font-weight: bold;
	text-align: center;
	box-shadow: 2px 2px 5px #aaa;
}
a.btn-contactTel img {
	width: 30px;
}
a.btn-contactForm {
/*	background-color: #8C8C8C;*/
	border: 1px solid #3F48cc;
	color: white;
	padding: 0.5em;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: 2px 2px 5px #aaa;
	font-size: 2.6rem;
	height: 70px;
}
a.btn-contactTel:hover, a.btn-contactForm:hover {
	background-color: #3F48cc;
	color: #fff;
	box-shadow: none;
}
@media screen and (max-width: 767.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
	}
	#sec-Contact .contactBox .inner-contact {
		width: 100%;
		text-align: center;
	}
	a.btn-contactTel {
		font-size: 2.8rem;
	}
	a.btn-contactForm {
		font-size: 2.2rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	a.btn-contactTel {
		font-size: 2.8rem;
	}
	a.btn-contactForm {
		font-size: 2.2rem;
	}
}
/*---------------------------------------------*/
/* index_jolly.html #serviceBox-4
============================================== */
#Page-top .cbBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#Page-top .cbBox .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: relative;
}
#Page-top .cbBox .inner:nth-of-type(1) {
		background: url("../images/top-fp.jpeg") no-repeat center;
		background-size: cover;
	}
#Page-top .cbBox .inner:nth-of-type(2) {
		background: url("../images/index_house.jpeg") no-repeat center;
		background-size: cover;
	}
#Page-top .cbBox .inner:nth-of-type(3) {
		background: url("../images/index_seimei.jpg") no-repeat center;
		background-size: cover;
	}
#Page-top .cbBox .inner:nth-of-type(4) {
		background: url("../images/index_building.jpeg") no-repeat bottom;
		background-size: cover;
	}
#Page-top .cbBox .inner:nth-of-type(5) {
		background: url("../images/index_chart.jpeg") no-repeat center;
		background-size: cover;
	}

#Page-top .cbBox .inner a {
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #fff;
	z-index: 10;
	justify-content: center;
	height:100%;
	width: 100%;
}

#Page-top .cbBox .inner:after {
	content: '';
	position: relative;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
}

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

#Page-top .cbBox .inner h2, #Page-top .cbBox .inner p {
	color: #fff;
}
#Page-top .cbBox .inner a:hover {
	color: #333;
	opacity: 0.5;
}
@media screen and (max-width:767.98px) {
	#Page-top .cbBox .inner {
/*		padding: 30px 30px;*/
		width: 100%;
		height: 100px;
		margin-bottom: 5px;
	}
	#Page-top .cbBox .inner p {
		line-height: 1.4em;
	}
	#Page-top .cbBox .inner:nth-of-type(1) {
		height: 150px;
		margin-bottom: 10px;
	}
	#Page-top .cbBox .inner:nth-of-type(1) h2 {
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 768px) and (max-width:1399.98px) {
	#Page-top .cbBox .inner {
		padding: 10px;
		width: calc( 50% - 10px );
		margin-bottom: 20px;
		height: 150px;
	}
	#Page-top .cbBox .inner:nth-of-type(1) {
		height: 200px;
	}
}
@media screen and (min-width:1400px) {
	#Page-top .cbBox .inner {
		padding: 0;
		width: calc( 50% - 10px );
		margin-bottom: 20px;
		height: 120px;
	}
	#Page-top .cbBox .inner:nth-of-type(1) {
		height: 180px;
	}
}
/*---------------------------------------------*/
/* company.html
============================================== */
.aisatsuBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.aisatsuBox .inner-img {
	width: 550px;
	height: 450px;
}
.aisatsuBox .inner-img img {
	width: 550px;
	height: 450px;
	object-fit: cover;
}

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

@media screen and (min-width: 1200px) and (max-width:1399.98px) {
	.aisatsuBox .inner-img {
		width: 400px;
	}
	.aisatsuBox .inner-img img {
		width: 400px;
		height: 480px;
		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: 570px;
		object-fit: cover;
	}

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

	.aisatsuBox .inner-text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content:space-between;
		height: 100%;
		min-height: 500px;
	}
}
/* 会社概要---------------------- */
.company-info {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
}

.company-info .company-line {
	border-top: 0.5px solid #aaa;
	padding: 2rem 0em;
	line-height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company-line div.ccc {
	width: 70%;
	margin: 0;
	line-height: 3rem;
}
.company-midashi {
	color: #333;
    font-weight: bolder;
    padding-left: 2em;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.company-info .company-line:last-child {
	border-bottom: 0.5px solid #aaa;
}
 
@media screen and (max-width:767.98px) {
	.company-info {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.company-midashi {
		font-weight: bolder;
		padding: 10px;
		width: 33%;
		justify-content: flex-start;
	}
	.company-line div.ccc {
		width: 100%;
		padding: 10px;
		
	}
	.company-line div.ccc p {
		margin: 0;
	}
	
}

.mapBox {
	display: flex;
	flex-direction: row;
	align-content:space-between;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.mapBox .inner-text {
	width: 40%;
}

.mapBox .map {
	width: 58%;
}
.Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;/*比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767.98px) {
	.mapBox {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.mapBox .inner-text, .mapBox .map {
		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%;
	}
}


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

.btnInsta:hover img {
	opacity: 0.8;
}
/*---------------------------------------------*/
/* business.html
============================================== */
.business-itemBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.business-itemBox div {
	width: 22%;
}
.business-itemBox div p {
	margin-top: 7px;
}
@media screen and (max-width: 768px) {
	.business-itemBox div {
		width: 47%;
		margin-bottom: 30px;
	}
}

.flow-info {
	width: 80%;
	margin: 0 auto;
}

.flow-info .flow-line {
	padding: 2rem 0.5em;
	line-height: 1.8rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flow-line .ccc {
	width: calc( 100% - 230px );
	margin: 0;
	line-height: 3rem;
}
.flow-line .flow-midashi {
	width: 200px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 30px;
}
.flow-line .ccc h4, .flow-line .ccc h4 span {
	font-size: 2.2rem;
	margin-bottom: 15px;
}
 
@media screen and (max-width:767.98px) {
	.flow-info {
		width: 100%;
	}
	.flow-info .flow-line {
		justify-content: flex-start;
	}
	.flow-line .flow-midashi {
		width: 300px;
		margin: 0 auto;
	}
	.flow-line .ccc {
		width: 100%;
	}
	.flow-line .ccc h4, .flow-line .ccc h4 span {
		font-size: 2.2rem;
	}
	.flow-line .ccc h4 {
		margin-top: 15px;
		margin-bottom: 5px;
	}

}