@charset "utf-8";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}

html {
	font-size: 62.5%;
}
/* *****共通設定***** */
body {
	font-family: 'Noto Sans JP',"メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

* {
	font-family: 'Noto Sans JP',"メイリオ", sans-serif;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
}
strong {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900;
}


.btn-warning-navy {
	background-color: #333333!important;
	color: #ffffff;
}

@media screen and (max-width: 767.98px) {
	* {
        font-size: 1.4rem;
    }
}

.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;
	margin-top:  45px;
}

@media screen and (max-width: 767.98px) {
	main {
		margin-top: 60px;
	}
}

.gray {
    color: #6c757d;
}

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

section.wrapper-sub {
	padding-top: 0px!important;
}

@media screen and (max-width:767.98px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
    
	section.wrapper-sub {
		padding-top: 0px!important;
	}
}

/* 個別ページの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
===============================================*/
h3 {
	font-size: 2.4rem;
}

h1, h2, h3, h4, h5, h6 { color: #333;}

#Page-drone h4 {
	color:#C8B498;
	font-weight: bold;
	padding-top: 20px;
}

#Page-service h4 {
	color: #91BDE7;
	font-weight: bold;
	padding-top: 20px;
}

.midashi-obi {
	background: linear-gradient(90deg, #0000ff,#00d7bc);
	color: #fff;
	letter-spacing: 0.2em;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.midashi-sub {
	color: #C8B498;
}

.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: #0000ff;
}

.short-udlineBlue {
	display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #333333;	
}

.short-udlineBlue: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: #91BDE7;
}

.tm-midashi {
	font-family: Arial, Helvetica, "sans-serif"!important;
	font-weight: bold;
	font-size: 2.8rem;
	color: #0000ff;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.tm-midashi span {
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	h3 {
        font-size: 2.0rem;
    }
    
	.tm-midashi {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
    
	.tm-midashi span {
		font-size: 1.2rem;
		font-weight: bold;
	}
}
/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
	background-color: #484848;
	padding: 3px 0;
}

.breadcrumb {
	margin-bottom: 0!important;
	align-items: center;
}

.breadcrumb-item a {
	text-decoration: none!important;
	margin: 0;
	padding: 0;
}

.breadcrumb-item a, .breadcrumb-item.active {
	color: #ffffff;
	font-size: 1.1rem;
}
/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
.navbar {
	background-color: rgba(255,255,255,1.0)!important;
	border-bottom: 1.5px solid #0000ff;
}

.navbar .navbarBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.header-logo-bar {
	display: flex;
    flex-direction: row;
	align-items: flex-end;
	background-color: #ffffff;
}

.header-logo-bar p {
    font-size: 110%;
	margin: 0;
	line-height: 1.4em;
}

.header-logo-bar a img {
	width: 370px;
	height: auto;
}

.top-naviimg a img {
	height: 40px;
	width: auto;
	padding-bottom: 5px;
	padding-right: 10px;
}

.top-naviimg {
	font-weight: 700;
	font-size: 130%;
}

.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
    text-decoration: none;
}

.header-comments {
	width:100%;
	background-color: #ffffff;
}

.header-comments p, .header-comments p span {
	margin: 0;
	font-size: 1.2rem;
	display: inline;
}

.navbar{
	background-color: rgba(255,255,255,1.0)!important;
}

@media screen and (min-width:320px) and (max-width: 575.98px) {
	.header-logo-bar {
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}
    
	.top-naviimg a img {
		height: 22px;
	}
    
	.navbar {
		padding-top: 0;
	}
}

@media screen and (min-width:576px) and (max-width: 767.98px) {
	.header-logo-bar {
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}
    
	.header-logo-bar a {
		font-size: 90%;
	}
    
	.navbar-toggler {
		font-size: 1rem!important;
	}
    
	.top-naviimg a img {
		height: 35px;
		width: auto;
	}
    
	.navbar{
    	border-bottom: 1px solid #a29080;
		background-color: #fff;
	}
    
	.header-comments {
		width:100%;
	}
	.header-comments p, .header-comments p span {
		margin: 0;
		font-size: 1.1rem;
	}
}

.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-item .nav-link {
	padding: 5px 15px;
	color: #000!important;
	font-weight: 500;
	font-size: 2.0rem;
	margin-left: 30px;
}

.nav-link {
	color: #5b5b5b!important;
}

.nav-item a.active {
	display: block;
	color: rgba(6,83,178,1.00);
}

p.top-small {
	font-size: 0.6rem;
	padding: 0;
    margin: 0px auto 5px auto;
}

@media screen and (max-width: 991.98px) {
	.nav-item a.nav-link:hover {
		background-color: #ccc!important;
	}
	
}
@media screen and (min-width:992px) and (max-width:1200px) {
	.nav-item .nav-link {
		font-size: 100%;
	}
    
	.header-logo-bar a img {
		width: 300px;
		height: auto;
		padding-right: 10px;
		padding-bottom: 5px;
	}
}

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
.top-main-bar {
	position: relative;
	height: 300px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.7);
}

.top-main-bar img {
	position: absolute;
	width: 100%;
	height: 300px;
	object-fit: cover;
	z-index: 3;
	opacity: 0.5;
}

#Page-news .top-main-bar img {
	position: absolute;
	width: 100%;
	height: 300px;
	object-fit: cover;
	z-index: 3;
	opacity: 0.75;
}

.top-main-bar h1 {
	font-size: 2.8rem;
    margin: 0 auto;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 767.98px) {
	.top-main-bar {
		height: 150px!important;
	}
	.top-main-bar img {
		height: 150px!important;
	}
}
/*---------------------------------------------
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;
	}
}

/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/
/* メイン画像 */
h1{
    font-weight: bold !important;
    color: #ffce11;
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	.TEL img {
		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;
		align-items: center;
		margin: 0 auto;
	}
	
	.TEL div a {
		font-size: 2.5rem;
		padding: 0; margin: 0;
		text-decoration: none;
	}
}

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

/*---------------------------------------------
contact.html
===============================================*/

.contactTEL {
	padding: 20px;
	text-align: center;
	background-color: #0000ff;
	font-size: 3.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.contactTEL a {
	font-size: 3.4rem;
	text-decoration: none;
	font-weight: bold;
}

.contactTEL p {
	font-size: 1.6rem;
}

.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-naiyou label {
	font-size: 1.8rem;
}

.formFrame .form-naiyou input{
	font-size: 1.8rem;
}

.formFrame .form-koumoku {
	width: 30%;
	font-size: 1.6rem;
	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;
	}
}

/* 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;
		
	}

}

.input-labe-area {
	width: 8em; 
}
::placeholder {
   color: #bbb!important;
}
/* ▼IE10・IE11用 */
:-ms-input-placeholder {
   color: #bbb!important;
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
   color: #bbb!important;
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
   color: #bbb!important;
}
/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
   color: #bbb!important; opacity: 1;
}

/* ▼CSS4標準(予定)の記述 */
::placeholder {
   color: #bbb!important;
}
/*---------------------------------------------
footer
===============================================*/
#footer{
    background-color: #ccc;
	color: #000;
    margin-top: auto!important;
}

#footer-contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
}

#footer-contents p {
	color: #000;
}

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

.footer-contents-inner {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
}

.footer-contents-inner a {
    text-decoration: none;
    font-weight: bold;
}

a.tel-footer:hover {
    opacity: 0.5;
}

.footer-contents-inner a p {
    margin: 0;
}

.footer-menu {
	padding-top: 20px;
    width:  100%;
}

.footer-menu .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-menu a, .footer-menu div {
	text-align: center;
	font-size: 1.1rem;
	color: #000;
	text-decoration: none;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.tel-footer {
	font-size: 2.2rem;
	margin-left: 10px;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}

.contact-footer {
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	border:1px solid #0000ff;
	color: #0000ff;
    font-weight: normal;
	background-color: #fff;
}

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

.SNSbox p a i {
    font-size: 2.5rem;
}
.margin-left30{
    margin-left: 30px;
}

@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#footer-contents img {
		width: 80px;
	}
    
    .SNSbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
.margin-left30{
    margin-left: 0;
}
}

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

#footer address p {
    margin-bottom: 0.5rem;
}


#footer #copyright{
    background-color: #666666;
    color: #fff!important;
}

#copyright a, #copyright p {
	text-decoration: none;
	color: #333;
}

#copyright p {
    text-align: center;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sp-conversion {
    background-color: rgba(76, 76, 76, 0.7);
    position: fixed;
    bottom: -1%;
    left: 0;
    padding: 10px 0;
    z-index: 0;
    width: 100%;
}

.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
	padding-left: 0;
    table-layout: fixed;
    width: 100%;
}
.sp-conversion-list li {
    display: table-cell;
    text-align: center;
}

.sp-conversion-list li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
}
.btn-conversion--tel a {
    background: rgba(0,0,255,.9);
    position: relative;
}

.btn-conversion--mail a {
    background: rgba(0,215,188,.9);
    position: relative;
}

@media only screen and (min-width: 992px) {
    .sp-conversion {
        display: none;
    }
	#footer #copyright{ 
		padding-bottom: 15px;
	}
}


/*---------------------------------------------
about.html
===============================================*/
.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;
}


/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* index.html #topBusiness
============================================== */
#topBusiness {
	background-size: cover;
	padding-bottom: 0;
	margin-bottom: 50px;
}

#topBusiness .topBusinessFrame {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 40px;
}

#topBusiness .topBusinessFrame .kodawariBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;

}

#topBusiness .topBusinessFrame .kodawariBox.kodawari-left {
	width: 70%;
}

#topBusiness .topBusinessFrame .kodawariBox.kodawari-right {
	width: 25%;
}

#topBusiness .topBusinessFrame .kodawariBox::after {
	content: '';
	background-color: rgba(0,0,0,0.15);
	position: absolute;
	z-index: 4;
}

.toumei {
	width: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}

#topBusiness .topBusinessFrame .kodawariBox .inner-kodawari {
	opacity: 1.0!important;
}

#topBusiness .topBusinessFrame .kodawariBox .inner-kodawari img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#topBusiness .topBusinessFrame .kodawariBox .inner-kodawari p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8em;
}

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

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

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

.kodawari-sub {
	color: #C8B498;
}

.kodawari-sub-security {
	color: #91BDE7;
}

#topBusiness .kodawariLinkBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#topBusiness .kodawariLinkBox .inner-contact {
	width: 40%;
	margin-bottom: 30px;
}

@media screen and (min-width:768px) and (max-width:991.98px) {
	#topBusiness .topBusinessFrame .kodawariBox .inner-kodawari {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		opacity: 1.0!important;
	}
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	#topBusiness .topBusinessFrame {
		width: 96%;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		padding: 0 20px;
	}
    
	#topBusiness .topBusinessFrame .kodawariBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
    
	#topBusiness .topBusinessFrame .kodawariBox.kodawari-left {
		width: 100%;
	}
    
	#topBusiness .topBusinessFrame .kodawariBox.kodawari-right {
		width: 100%;
		display: flex;
		justify-content: center;
	}
    
	#topBusiness .topBusinessFrame .kodawariBox .inner-kodawari img {
		width: 100%;
		max-width: 250px;
	}
    
	#topBusiness .topBusinessFrame .kodawariBox .toumei {
		height: 100%;
		margin-bottom: 30px;
	}
    
	#topBusiness .topBusinessFrame .kodawariBox .inner-kodawari {
		width: 100%;
		height: 100%;
	}
    
	#sec-Contact .kodawariLinkBox {
		flex-direction: column;
	}
    
	#sec-Contact .kodawariLinkBox .inner-contact {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		font-size: 1.8rem;
	}
}
/*---------------------------------------------*/
/* index.html #topLineup
============================================== */
.gradeBox {
	height: 80px;
	background: linear-gradient(#ffffff,rgba(22,90,203,.15));
}

#topLineup {
	background-color: #fff;
	background-size: cover;
}

#topLineup .salesBox {
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

#topLineup .spaceBox {
	height: 60px;
}
/* ---- sukima ---- */
#topLineup .salesBox .sukima {
	width: 10px;
	background-color: #ffffff;
}

#topLineup .salesBox div:nth-child(4n) {
	width: 100%;
	height: 10px;
	background-color: #ffffff;
}

#topLineup .salesBox div:nth-child(4n+2) {
	width: 10px;
}

#topLineup .salesBox .inner-section {
	width: calc( 50% - 5px );
	margin-bottom: 0px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: rgba(0,0,0,.50);
	animation-name: fade;
	animation-duration: 1s;
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }

}
#topLineup .salesBox .inner-section img {
	height: 100%;
	opacity: 0.5;
	position: absolute;
}

#topLineup .salesBox .inner-section a {
	position: relative;
}

#topLineup .salesBox .inner-section a {
	text-decoration: none;
	width: 100%;
	height: 300px;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

#topLineup .salesBox .inner-section a:hover {
	color: #ffffff!important;
	background-color: rgba(22,90,203,.4);
}

#topLineup .salesBox .inner-section img {
	width: 100%;
	object-fit: cover;
}

#topLineup .salesBox .inner-section p {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 10px;
	color: #FFF;
	margin: 0;
}

#topLineup .salesBox .inner-section div p span {
	font-size: 1.4rem;
	line-height: 1.4em;
	display: block;
	color: #FFF;
}

@media screen and (max-width:767.98px) {
	#topLineup .salesBox .inner-section div {
		height: auto;
	}
    
	#topLineup .salesBox .inner-section {
		width: 100%;
		margin-bottom: 10px;
	}
    
	#topLineup .salesBox .inner-section a {
		height:200px;
	}
    
	#topLineup .salesBox .inner-section img {
		width: 100%;
		height: 200px;
		object-fit: cover;
    }
	/* ---- sukima ---- */
	#topLineup .salesBox .sukima {
		display: none;
	}
}
/*---------------------------------------------*/
/* index.html #sec-oshirase
============================================== */
#sec-oshirase {
	background-color: rgba(22,90,203,.15);
}

#sec-oshirase .oshiraseBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	
	padding: 0;
	margin: 0;
}

#sec-oshirase .oshiraseBox .inner-calender, #sec-oshirase .oshiraseBox .inner-Facebook {
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width:991.98px) {
	#sec-oshirase .oshiraseBox .inner-calender, #sec-oshirase .oshiraseBox .inner-Facebook {
		width: 100%;
		margin-bottom: 50px;
	}
}
/*---------------------------------------------*/
/* index.html #sec-Contact
============================================== */
#sec-Contact {
	background-color: #f2f2f2;
	background-size: cover;
	border-top: 5px solid #fff;
}

#sec-Contact .contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#sec-Contact .contactBox .inner-contact {
	width: 40%;
	margin-bottom: 30px;
}

a.btn-contactDrone {
	background-color: #C8B498;
	background: linear-gradient(90deg,#0000ff,#99cb2a);
	background: linear-gradient(90deg,#0000ff,#00d7bc);
	color: #fff;
	padding: 1em;
	text-decoration: none;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

a.btn-contactSecurity {
	background-color: #91BDE7;
	color: #333;
	padding: 1em;
	text-decoration: none;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

a.btn-contactDrone:hover, a.btn-contactSecurity:hover {
	color: #fff;
}

@media screen and (min-width:768px) and (max-width: 991.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
	}
    
	#sec-Contact .contactBox .inner-contact {
		width: 70%;
		text-align: center;
		margin: 0 auto 50px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
	}
    
	#sec-Contact .contactBox .inner-contact {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		font-size: 1.8rem;
	}
	
	a.btn-contactDrone, a.btn-contactSecurity {
		font-size: 100%;
	}
}

/*---------------------------------------------*/
/* about.html 会社概要
============================================== */
.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 .company-ccc {
	width: 75%;
}

.company-line .company-ccc p {
    margin: 0;
}

.company-line .company-ccc .authentication {
	display: flex;
}

.company-line .company-ccc .authentication div {
	width: 120px;
}

.company-midashi {
	color: #0000ff;
	font-weight: bolder;
	padding-left: 1em;
	width: 22%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.company-info .company-line:last-child {
	border-bottom: 0.5px solid #aaa;
}

.company-ccc {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.company-ccc.koujou {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.company-ccc img {
		width: 80px;
	}
    
	.company-midashi {
		width: 24%;
	}
    
	.company-line .company-ccc {
		width: 73%;
	}
}

@media screen and (max-width: 767.98px) {
	.company-ccc.lastttt {
		display: flex;
		align-items: flex-start;
		flex-direction: column!important;
		flex-wrap: wrap;
		width: 75%;
	}
    
	.company-line .company-ccc .authentication {
		margin-top: 10px;
    }
    
	.company-line .company-ccc .authentication div {
		width: 100px;
		padding: 5px;
	}
    
	.company-line .company-midashi {
		width: 100%;
		padding-left: 0em;
	}
    
	.company-line .company-ccc {
		width: 100%;
	}
}

.prizeBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
}

.prizeBox div {
	width: 23%;
}

.prizeBox div img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.history-info .history-line {
	border-top: 0.5px dotted #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.history-line .history-ccc {
	width: calc( 100% - 7em );
}

.history-line .history-ccc p {
	margin: 0;
}

.history-midashi {
	color: #4e454a;
	font-weight: bolder;
	padding-left: 1em;
	width: 6em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.history-info .history-line:last-child {
	border-bottom: 0.5px dotted #aaa;
}

@media screen and (max-width:767.98px) {	
	.history-line-midashi {
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 100%;
	}
    
	.history-midashi {
		padding-left: 0em;
	}
}

@media screen and (min-width: 320px) and (max-width: 575.98px) {	
	.history-midashi {
		width: 4em;
		padding-left: 0em;
	}
    
	.history-line .history-ccc {
		width: calc( 100% - 5em );
	}
}

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

.accessBox .inner-text, .accessBox .inner-map {
	width: 48%;
}

.Google-map {
    position: relative;
    width: 100%;
	max-width: 700px;
    height: 0;
    padding-top: 75%;/*比率をお好みで*/
}

.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767.98px) {
	.accessBox {
		display: flex;
		flex-direction: column;
	}

	.accessBox .inner-text, .accessBox .inner-map {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.Google-map {
		position: relative;
		width: 100%;
		max-width: 700px;
		height: 0;
		padding-top: 50%;/*比率をお好みで*/
	}
	.Google-map iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*
*
*
*
*
*/
.topService {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: rgba(128,221,249,.20);
}
.topService img {
	position: relative;
	opacity: 0.3;
	height: 500px;
	object-fit: cover;
}
.topService .setsumei {
	padding: 50px 20px;
	height: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.topService .setsumei p {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (min-width:320px) and (max-width: 575.98px) {
	.topService .setsumei {
		padding: 50px 30px;
		position: absolute;
	}
	.topService .setsumei p {
		font-size: 1.6rem;
		font-weight: bold;
	}
}


/*---------------------------------------------*/
/* about.html 当社について

1-1　社長あいさつ
1-2　経営理念
1-3　ビジョン


============================================== */
.scroll-point {
	padding-top: 85px;
        padding-bottom: 50px;
}

.scroll-point:first-child {
	padding-top: 85px!important;
}
/*---------------------------------------------*/
#Page-about .box1-1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

#Page-about .box1-1 .inner-img {
	width: 290px;
}

#Page-about .box1-1 .inner-text {
	width: calc( 100% - 310px );
}

@media screen and (max-width: 767.98px) {
	#Page-about .box1-1 {
		flex-direction: column;
		align-items: center;
	}
    
	#Page-about .box1-1 .inner-text ,#Page-about .box1-1 .inner-img {
		width:100%;
		margin-bottom: 30px;
	}
    
	#Page-about .box1-1 .inner-img img {
		width: auto;
	}
}
/*---------------------------------------------*/
#Page-about .box1-2 h3 {
	font-size: 1.5rem;
	color: #00d7bc;
	margin-top: 30px;
	margin-bottom: 20px;
}

#Page-about .box1-2 p {
	font-weight: bold;
}
/*---------------------------------------------*/
#Page-about .box2-3 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#Page-about .box2-3 .inner-img {
	width: 45%;
}

@media screen and (max-width:767.98px) {
	#Page-about .box2-3 {
		flex-direction: column;
	}
    
	#Page-about .box2-3 .inner-img {
		width: 100%;
		margin-bottom: 30px;
	}
}
/*---------------------------------------------*/
#Page-about .box3-1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Page-about .box3-1 div {
	width: 30%;
	margin-bottom: 15px;
}

#Page-about .box3-1 div p {
	text-align: center;
	margin: 5px 0 0 0;
}

@media screen and (max-width: 767.98px) {
	#Page-about .box3-1 div {
		width: 47%;
		margin-bottom: 15px;
	}
}
/*---------------------------------------------*/
#Page-about .box3-3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#Page-about .box3-3 .inner-work {
	width: 30%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#Page-about .box3-3 .inner-work p {
	padding-top: 10px;
}

#Page-about .box3-3 .inner-work .inner-layer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	background-color: rgba(0,0,0,.7);
}

#Page-about .box3-3 .inner-work .inner-layer img {
	width: 100%;
	object-fit: cover;
	height: 140px;
	opacity: 0.8;
}

#Page-about .box3-3 .inner-work .inner-layer p {
	position: absolute;
	color: #fff;
	letter-spacing: 0.5em;
	font-size: 2rem;
	font-weight: bold;
}

#Page-about .box3-3 .inner-work a, #Page-recruit a.bumon {
	display: block;
	padding: 10px;
	margin-bottom: 40px;
	text-align: center;
	text-decoration: none;
	margin-top: auto!important;
	border: 2px solid #0000ff;
	font-size: 110%;
}

#Page-about .box3-3 .inner-work .rec-close {
	display: block;
	padding: 10px;
	margin-bottom: 40px;
	text-align: center;
	text-decoration: none;
	margin-top: auto!important;
	border: 2px solid #999;
	background-color: #999;
	font-size: 110%;
}

#Page-about .box3-3 .inner-work a:hover {
	background-color: #0000ff;
	color: #fff;
	font-weight: bold;
}

@media screen and (min-width:320px) and (max-width:575.98px) {
	#Page-about .box3-3 .inner-work {
		width: 100%;
	}
}

@media screen and (min-width:576px) and (max-width:767.98px) {
	#Page-about .box3-3 .inner-work {
		width: 48%;
	}
}
/*---------------------------------------------*/
#Page-about .box3-4 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

#Page-about .box3-4 div {
	width: 23%;
	background-color: #f2f2f2;
	margin-bottom: 30px;
	padding: 15px;
	height: 100%;
}

#Page-about .box3-4 div p {
	margin: 10px 0 0 0;
}

#Page-about .box3-4 img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

@media screen and (max-width:767.98px) {
	#Page-about .box3-4 div {
		width: 48%;
		margin-bottom: 10px;
	}
}

/*---------------------------------------------
recruit.html
---------------------------------------------*/
#Page-recruit .box1-3 .inner-person {
	display: flex;
	flex-direction: row;
	padding: 30px;
	justify-content: space-between;
	background-color: #fff;
	border: 3px solid #FB6568;
	margin-bottom: 20px;
}

#Page-recruit .box1-3 .inner-person .inner-img {
	width: 20%;
	padding: 0;
}

#Page-recruit .box1-3 .inner-person .inner-img img {
	width: 100%;
}

#Page-recruit .box1-3 .inner-person .inner-text {
	width: 78%;
}

.pe-title {
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #FB6568;
	padding: 10px;
	letter-spacing: 0.2em;
	color: #fff;
}
.pe-voice {
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #aaa 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
	line-height: 2.5em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

.pe-comment {
	margin: 0;
}

.pe-comment span {
	border: 1px solid #0000ff;
	color: #0000ff;
	padding: 5px;
	font-size: 80%;
	display: inline-block;
}

.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.table_design08 th, .table_design08 td {
  border: 2px solid #d2e8f1;
  padding: 0.5em;
}
.table_design08 thead th {
  background-color: #00f;
  color: #fff;
  border: 2px solid #00f;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_design08 thead th:last-of-type {
  border-right: 2px solid #00f;
}
.table_design08 tbody th {
  color: #00f;
  font-weight: bold;
  text-align: left;
}

.dataBox {
    width: 75%;
    margin: auto;
}

.QAbox {
    margin: 20px;
}

.QA-blue{
    color:#00f;
    margin-right: 10px;
    font-weight: 600;
}

.QA-red{
    color: #FB6568;
    margin-right: 10px;
    font-weight: 600;
}


@media screen and (max-width: 767.98px) {
	#Page-recruit .box1-3 .inner-person {
		flex-direction: column;
	}
    
	#Page-recruit .box1-3 .inner-person .inner-img {
		width: 100%;
		margin-bottom: 20px;
	}
    
	#Page-recruit .box1-3 .inner-person .inner-text {
		width: 100%;
	}
    
    .dataBox {
    width: 100%;
    margin: auto;
}
}

#Page-recruit .boshu-info .boshu-line {
	border-top: 0.5px dotted #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

#Page-recruit .boshu-info.no-boshu .boshu-line {
	border-top: none; /* 募集ない時は線なし */
	border-bottom: none; /* 募集ない時は線なし */
}

#Page-recruit .boshu-line div.ccc {
	width: 77%;
}

#Page-recruit .boshu-line div.ccc p {
    margin: 0;
}
#Page-recruit .boshu-midashi {
	color: #4e454a;
	font-weight: bolder;
	padding-left: 1em;
	width: 15%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#Page-recruit .boshu-info .boshu-line:last-child {
	border-bottom: 0.5px dotted #aaa;
}

#Page-recruit .boshu-info.no-boshu .boshu-line:last-child {
	border-bottom: none; /* 募集ない時は線なし */
}

@media screen and (max-width:767.98px) {
	#Page-recruit .boshu-line div.ccc {
		width: 100%;
	}
    
	#Page-recruit .boshu-line div.ccc p {
		margin: 0;
	}
    
	#Page-recruit .boshu-line, #Page-recruit .boshu-midashi {
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 100%;
	}
}
/*---------------------------------------------*/
.hissu { color: #fff; 
	background-color: #f40000;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px;
    margin: 0 0.5em 0 0;
}

#Page-recruit #form-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#Page-recruit #form-div .recform-koumoku {
	width: 20%;
	border-top: 0.5px solid #333;
	padding: 10px 20px;
	background-color: rgba(0,215,188,.5);
	font-weight: bold;
	display: flex;
	align-items: center;
}

#Page-recruit #form-div .recform-naiyou {
	width: 80%;
	border-top: 0.5px solid #333;
	padding: 10px 20px;
	
}

#Page-recruit #form-div .recform-naiyou input,  #Page-recruit #form-div .recform-naiyou textarea {
		font-size: 1.8rem;
		padding: 5px;
		width: 100%;
}

#Page-recruit .form-check input{
	align-items: flex-start!important;
	
}

#Page-recruit .naiyou-radio input {
	width: auto!important;
}

#Page-recruit #form-div .recform-naiyou .form-check input {
	width: 15px;
    height: 15px;
}

#Page-recruit #form-div .recform-naiyou:last-child {
	border-bottom: 0.5px solid #333;
}

#Page-recruit #form-div .recform-koumoku.last {
	border-bottom: 0.5px solid #333;
}

@media screen and (max-width: 767.98px) {
	#Page-recruit #form-div .recform-koumoku {
		width: 100%;
		padding: 10px 10px;
	}
    
	#Page-recruit #form-div .recform-naiyou {
		width: 100%;
		padding: 10px 0;
	}
    
	#Page-recruit #form-div .recform-naiyou input,  #Page-recruit #form-div .recform-naiyou textarea {
		font-size: 1.6rem;
		padding: 5px;
		width: 100%;
	}
}

#Page-recruit .box2-2 {
	min-height: 430px; /* 募集要項の表示を再開したら書く。 */
    height: 100%;
}

#Page-recruit .support-jisseki {
	margin-top: 30px;
}

#Page-recruit .support-jissekiList {
	display: flex;
}

#Page-recruit .support-jisseki ul {
	width: 18em;
	margin-right: 30px;
	padding-left: 0;
}

#Page-recruit .support-jisseki ul li {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
	#Page-recruit .support-jissekiList {
		flex-direction: column;
	}
}

.recruit-gaibu {
    margin-top: 2.5rem;
}

.recruit-gaibu a {
    margin: 0 auto;
    max-width: 650px;
}

.recruit-gaibu a img {
    border:none;
    width: 100%;
    vertical-align:bottom;
    max-width: 650px;
}

/*---------------------------------------------
policy.html
---------------------------------------------*/
.policy-text p {
	 font-size: 1.4rem;
}
.policy-text h5 {
	font-size: 1.4rem;
	font-weight: bold;
}


/*---------------------------------------------
news.html
---------------------------------------------*/
.newsList {
	list-style: none;
	padding-left: 0;
	padding-top: 70px; 
}

.newsBox {
	padding: 30px 0;
	border-bottom: 0.5px dotted #aaa;
	
}

.newsBox a.news-anchor {
	padding-top: 70px;
    margin-top: -70px;
	display: block;
	scroll-padding-top: /* ナビゲーションの高さ */ 70px;
}
.news-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-img {
	width: 150px;
}

.news-img img {
	border: 0.5px solid #aaa;
}

.news-date {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.news-categoly {
	padding: 3px 10px;
	border-radius: 10px;
	margin-left: 20px;
	font-size: 80%;
}

.news-title {
	font-size: 2.0rem;
	margin-top: 10px;
}

.news-text {
	width: calc( 100% - 180px );
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.news-PDF a.pdf-link {
	display: block;
	width: 100%;
	max-width: 10em;
	text-align: center;
	text-decoration: none;
	margin-top: 15px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #0000ff;
	color: #0000FF;
}

.news-PDF a.pdf-link:hover {
	background-color: #0000ff;
	color: #fff;
}

.bg-green { /* 活動報告*/
	background-color: mediumseagreen;
	color: #fff;
}

.bg-blue { /* お知らせ*/
	background-color: midnightblue;
	color: #fff;
}

@media screen and (max-width:575.98px) {
	.news-img {
		width: 80px;
	}
    
	.news-text {
	    width: calc( 100% - 100px );
	}
    
	.news-title {
	    font-size:1.6rem;
    }
}