@charset "utf-8";

/* *****共通設定***** */
body {
	font-family: 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	padding-top: 55px;
}
* {
	font-family: 'Noto Serif JP','Noto Sans JP','M PLUS 2', sans-serif;
	color: #333;
	font-size: 14px;
}
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", */ }


.btn-warning-navy {
	background-color: #333333!important;
	color: #ffffff;
}
p {font-size: 110%;}

@media screen and (max-width: 767.98px) {
	p {  font-size: 100%; }
}

.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;
	color: #5B5B5B;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.btn-primary {
    color: #fff;
    background-color: #8C8C8C;
    border-color: #8C8C8C;
}

.btn-primary:hover {
	background-color: #535353;
    border-color: #535353;
	color: #ffffff!important;
}

.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.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: 2rem;
	background: linear-gradient( #1EAB5E , #333333);
	padding: 1rem;
	color: #fff;

}
h2, h3{
   color: #401f0f;
}

h3 {
	font-size: 180%;
}

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-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;
	}
}

/*---------------------------------------------
よく使う指示
===============================================*/
.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: 55px!important;
/*	background-color: rgba(255,255,255,0.0)!important;*/
}
.navbar {
	background-color: rgba(255,255,255,0.0)!important;
	padding: 0;
}
.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: 100%;
	font-weight: 600;
}
.top-naviimg a img {
	height: 35px;
	width: auto;
}
.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.header-comments {
	width:100%;
/*	background-color: #ffffff;*/
}
.header-comments p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.navbar{
	background-color: rgba(255,255,255,1.0)!important;
}
.sukashi-logo {
	width: 100%;
	max-width: 300px;
}

@media screen and (max-width: 991.98px) {
	
	nav {
		padding: 5px 0!important;
	}
	
	.header-logo-bar a img {
		width: 70px;
	}
	
	.header-logo-bar a {
		font-size: 90%;
	}
	.navbar-toggler {
		font-size: 1rem!important;
	}
	.top-naviimg a img {
		height: 30px;
		width: auto;
	}
	.navbar{
    	border-bottom: 1px solid #a29080;
		background-color: #fff;
	}
	.header-comments {
		width:100%;
	}
	.header-comments p {
		margin: 0;
		font-size: 9px;
	}
}

@media screen and (max-width: 575.98px) {
	.header-comments {
		display: none; /* スマホ時、文字折り返してしまうので非表示 */
	}
	nav.navbar {
		height: 55px;
		background-color: #fff;
	}
}

.navbar .navbar-collapse{
    flex-grow: 0;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
}

.nav-link {
	color: #5b5b5b!important;
}
.nav-item a.active {
	display: block;
	color: #AFD034!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;
}

/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
	background-color: #9E9E9F;
	padding: 5px 0;
}

.breadcrumb {
	margin-bottom: 0!important;
}
.breadcrumb-item a, .breadcrumb-item.active {
	color: #ffffff;
}
/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-planner .main-bar {
	width: 100%;
	margin: 0;
	background: url("../images/AdobeStock_197203417.jpeg") no-repeat center;
	background-color: #f2f2f2;
	background-size: cover;
/*	border-top: 5px solid #fff;*/
	height: 300px;
}

#Page-company .main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/AdobeStock_359827783.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}
#Page-contact .main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/AdobeStock_412085709.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-financial .main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/AdobeStock_70081705.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;	
	margin: 0;
}
.main-bar p {
    font-size: 140%;
    margin: 0 auto;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
}
.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.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;
}
@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;
	}
}

/*---------------------------------------------
planner.html
===============================================*/

.plannerBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: 20px;
}

.plannerBox .inner-text {
	width: 68%;
}
.plannerBox .inner-img {
	width: 30%;
}

.plannerBox .inner-img img {
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 767.98px) {
	.plannerBox {
		display: flex;
		flex-direction: column;
	}
	.plannerBox .inner-text {
		width: 100%;
	}
	.plannerBox .inner-img {
		width: 100%;
		height: 300px;
	}
	.plannerBox .inner-img img {
		height: 300px;
		width: 100%;
		object-fit: cover;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.plannerBox .inner-text {
		width: 60%
	}
	.plannerBox .inner-img {
		width: 37%;
	}

	.plannerBox .inner-img img {
		width: 100%;
		object-fit: cover;
	}
}


.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: calc( 50% - 5px );*/
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	border-left: 3px solid #4E454A;
}

.profileBox div p {
	margin: 5px 0 0 0;
}

@media screen and (min-width:992px) and (max-width:1199.98px) {

}

@media screen and (max-width: 1399.98px) {
	.profileBox div {
		width: 100%;
	}
}
/* ***** 写真来るまでの並列ver ***** */
.no-photo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.no-photo .plannerBox {
	width: 48%;
}

.no-photo .plannerBox .inner-text {
	width: 100%;
}

@media screen and (max-width:991.98px) {
	.no-photo {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.no-photo .plannerBox {
		width: 100%;
		margin-bottom: 50px;
	}
}
/* *****フォーム***** */

/*---------------------------------------------
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;
/*		border: none;
	
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;*/
	
}
.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;
}

.bannerBox {
	background-color: #B6B6B6;
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
} 
@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{
    background-color: #000000;
    color: #fff!important;
}

p.text-center.mb-0.pt-3.pb-3 {
    color: white;
    font-size: 1em;
}

p.text-center.mb-0.pt-3.pb-3 a {
    color: white;
    font-size: 1em;
    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
===============================================*/
.wearBox {
display: flex; flex-direction: row; justify-content: space-between;
}

.wearBox .inner-img {
width: 30%;
}

.wearBox .inner-txt {
width: 65%;
}
.wearBox .inner-img .ins-name {
display: flex; flex-direction: column; width: 100%;
justify-content: space-around;
padding: 10px 0;
}

.wearBox .inner-img .ins-name p {
font-weight: bold;
color: #333333;
text-align: center;
margin: 0;
}

.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;
}

@media screen and (min-width:320px) and (max-width:767.98px) {
.wearBox {
flex-direction: column;
width: 100%;
}
.wearBox .inner-img {
order: 1;
width: 50%;
margin: 0 auto;
}
	.wearBox .inner-txt {
		width: 100%;
	}
.wearBox .wearBox-inner {
order: 2;
width: 100%;
}
.wearBox .inner-img .ins-name {
flex-direction: row;
}
.wearBox .inner-img .ins-name p {
padding: 10px 0;
}
}

.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/bg-business.jpg") no-repeat;*/
	background-color: #f2f2f2;
	background-size: cover;
}
#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 {
	
}

section#sec-Contact {
    border-top: 1px solid #4E454A;
}

#sec-Contact .contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#sec-Contact .contactBox .inner-contact {
	width: 44%;
	margin-bottom: 30px;
}
a.btn-contactDrone {
	background-color: #afd034;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	display: block;
	text-align: center;
}

a.btn-contactSecurity {
	background-color: #8C8C8C;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	display: block;
	text-align: center;
}

@media screen and (max-width: 817.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
	}
	#sec-Contact .contactBox .inner-contact {
		width: 100%;
		text-align: center;
	}
}
/*---------------------------------------------*/
/* 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: 24px;
	}
}

@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;
	}
}
/*---------------------------------------------*/
/* financial.html #sec-business
============================================== */
#sec-business .topPlannerBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sec-business .topPlannerBox .inner-text {
	width: 64%;
}

#sec-business .topPlannerBox .inner-img {
	width: 34%;
}

#sec-business .topPlannerBox .inner-img img {
	height: 250px;
	object-fit: cover;
}
@media screen and (max-width:767.98px) {
	#sec-business .topPlannerBox {
		flex-direction: column;
	}
	#sec-business .topPlannerBox .inner-text, #sec-business .topPlannerBox .inner-img {
		
		width: 100%;
	}
	#sec-business .topPlannerBox .inner-text {
		margin-bottom: 30px;
	}
}
/*---------------------------------------------*/
/* financial.html
============================================== */
#Page-financial .cbBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px;
}
#Page-financial .cbBox .inner {
		background:none;
	}
	
#Page-financial .cbBox .inner h2, #Page-financial .cbBox .inner p {
	color: #666;
}
#Page-financial .cbBox .inner hr {
	width: 50px;
}

.financialBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.financialBox .inner-text {
	width: 60%;
	padding-right: 20px;
}

.financialBox .inner-img {
	width: 37%;
}

.container.zeroproBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
}
div.inner {
    width: calc((100% - 5%) / 2);
}
.wid80{
    width: 80%;
}

.btnBox a {
    text-align: center;
    border: solid 1px #AFD034;
    padding: 20px 0;
    background: #AFD034;
    color: white;
    width: 100%;
    margin: 30px auto;
    border-radius: 5px;
    line-height: 2rem;
}
.btnBox a:hover {
    background: #535353;
    border: solid 1px #535353;
    color: #fff;
}

.inner .inner-text {
    margin: 10px 0 30px;
}

p.loanBox {
    text-align: center;
    border: solid 1px #999;
    padding: 20px 0;
    background: #999;
    color: white;
    width: 100%;
    margin: 30px auto;
    border-radius: 5px;
    line-height: 2rem;
}

@media screen and (min-width: 992px) {
	.financialBox .inner-text {
		padding-right: 0;
	}
    
    .wid80 {
    width: 100%;
}
    
    
}
@media screen and (max-width: 992px) {   
    .container.zeroproBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 60px;
}
    
    div.inner {
    width: 90%;
    margin: 0 auto;
}
    p.loanBox {
    width: 100%;
}
    
    .inner-text h3 {
    font-size: 160%;
}
    
    .wid80 {
    width: 100%;
}
}

@media screen and (max-width: 767.98px) {
	.financialBox {
		flex-direction: column;
	}
	
	.financialBox .inner-text, .financialBox .inner-img {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
    
    p.loanBox {
    width: 100%;
}
    
    .btnBox a {
    width: 100%;
}
}
/*

#Page-financial .cbBox .inner a {
		text-decoration: none;
		width: 100%;
		color: #fff;
	}

#Page-financial .cbBox .inner:nth-of-type(4)::after {
	content: '';
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}

#Page-financial a.btn-bottom {
	font-size: 1.5rem;
}

#Page-financial .cbBox .inner h2 {
	margin-bottom: 20px;
}

@media screen and (max-width:991.98px) {
	#Page-financial .cbBox .inner {
		padding: 30px 30px;
		width: 100%;
	}
	#Page-financial .cbBox .inner p {
		line-height: 1.4em;
	}
}

@media screen and (min-width: 992px) and (max-width:1399.98px) {
	#Page-financial .cbBox .inner {
		padding: 30px 30px;
		width: 50%;
	}	
}
@media screen and (min-width:1400px) {
	#Page-financial .cbBox .inner {
		padding: 30px 30px;
		width: 50%;
	}	
}
*/
#Page-financial .cbBox .inner-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
	justify-content: space-between;
	margin: 0 auto 70px;
}
#Page-financial .cbBox .inner-inner .inner-img {
	width: 260px;
}

#Page-financial .cbBox .inner-inner .inner-text {
	width: calc( 100% - 290px );
	height: 100%;
	max-height: 25em;
}
#Page-financial .cbBox .inner-inner a {
		text-decoration: none;
		width: 100%;
		color: #fff;
	}

#Page-financial .cbBox .inner:nth-of-type(4)::after {
	content: '';
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}

#Page-financial a.btn-bottom {
	font-size: 1.5rem;
}

#Page-financial .cbBox .inner h2 {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	#Page-financial .cbBox .inner-inner .inner-img {
		width: 230px;
		
	}
	#Page-financial .cbBox .inner-inner .inner-img img {
		object-fit: cover;
		height: 100%;
		min-height: 230px;
		max-height: 250px;
	}
	#Page-financial .cbBox .inner-inner .inner-text {
		width: calc( 100% - 250px );
		height: 100%;
		max-height: 25em;
	}
}

@media screen and (max-width:767.98px) {
	#Page-financial .cbBox .inner-inner {
		justify-content: center;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	#Page-financial .cbBox .inner-inner .inner-img {
		width: 90%;
		margin: 0 auto 15px;
	}
	#Page-financial .cbBox .inner-inner .inner-img img {
		object-fit: cover;
		height: 150px;
		width: 100%;
	}
	#Page-financial .cbBox .inner-inner .inner-text {
		width: 90%;
		padding: 0;
	}
	#Page-financial .cbBox .inner-inner .inner-text h2 {
		text-align: center;
	}
}

@media screen and (min-width:1200px) {
	#Page-financial .cbBox .inner-inner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 80%;
		justify-content: space-between;
		margin: 0 auto 70px;
	}
	#Page-financial .cbBox .inner-inner .inner-img {
		width: 24%;
	}

	#Page-financial .cbBox .inner-inner .inner-text {
		width: 74%;
	}
}
.igBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.igBox .inner {
	width: 22%;
}

.financialNaviBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 750px;
	flex-wrap: wrap;
	margin: 0 auto;
}

.financialNaviBox div {
	width: 49%;
	margin-bottom: 20px;
}

.financialNaviBox div a {
	display: block;
	padding: 15px;
}

@media screen and (min-width:576px) and (max-width:767.98px) {
	.financialNaviBox {
		flex-direction: column;
	}
	.financialNaviBox div {
	width: 100%;
	margin-bottom: 20px;
}
}
@media screen and (max-width:575.98px) {
	.financialNaviBox {
		flex-direction: column;
	}
	.financialNaviBox div {
	width: 90%;
	margin: 0 auto 20px;
}
}
/*---------------------------------------------*/
/* company.html
============================================== */
.aisatsuBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.aisatsuBox .inner-img {
	width: 34%;
}


.aisatsuBox .inner-text {
	width: 62%;
	display: flex;
	flex-direction: column;
	align-content:space-between;

}

.aisatsuBox .inner-text p {
	line-height: 2.3rem;
	font-size: 14px;
}

@media screen and (min-width: 1200px) and (max-width:1399.98px) {

}
@media screen and (min-width: 992px) and (max-width:1199.98px) {

}
@media screen and (max-width:991.98px) {
	.aisatsuBox .inner-img {
		width: 100%;
	}
	.aisatsuBox .inner-img img {
		width: 100%;
	}

	.aisatsuBox .inner-text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content:space-between;
		height: 100%;
		min-height: 500px;
	}
}
/* 会社概要---------------------- */
.company-info {
	width: 80%;
	margin: 0 auto;
}

.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: 70%;
}
.company-line div.ccc p {
		margin: 0;
	}
.company-midashi {
	color: #4e454a;
	font-weight: bolder;
	padding-left: 2em;
	width: 30%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 250px;
}

.company-info .company-line:last-child {
	border-bottom: 0.5px solid #aaa;
}
 
@media screen and (max-width:767.98px) {
	.company-info {
		width: 100%;
	}
	.company-line div.ccc {
		width: 66%;
	}
	.company-line div.ccc p {
		margin: 0;
	}
	.company-midashi {
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 33%;
	}
}

.mapBox {
	display: flex;
	flex-direction: row;
	align-content:space-between;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mapBox .inner-text {
	width: 40%;
}

.mapBox .map {
	width: 58%;
}
.Google-map {
    position: relative;
    width: 100%;
	max-width: 700px;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
}
.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;
}