@charset "utf-8";

/* *****共通設定***** */
body {
	font-family: "Noto Sans JP", sans-serif;
}

html {
	font-size: 62.5%!important;
}

* {
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	font-size: 1.6rem;
}

strong {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}

.alphabet {
    font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
    font-weight: 900;
	color: #89b905;
}

.mincho-font {
	font-family: "Noto Serif JP", serif;
}

.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;*/
    font-size: 40px;
}

@media screen and (max-width: 768px) {
	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: #256DBE;
}

.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;
}


.max-960 {
	width: 90%;
	margin: 0 auto;
	max-width: 960px;
}	
	

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-business .main-bar {
	background: url("../images/main-bar-business.jpeg") no-repeat top;
	background-size: cover;
}

#Page-company .main-bar {
	background: url("../images/main-bar-company.jpeg") no-repeat center;
	background-size: cover;
}
#Page-contact .main-bar {
	background: url("../images/main-bar-contact.jpeg") no-repeat center;
	background-size: cover;
}

#Page-recruit .main-bar {
	background: url("../images/main-bar-recruit.jpeg") no-repeat center;
	background-size: cover;
}

#Page-news-detail .main-bar {
	background: url("../images/main-bar-news-detail.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 , .main-bar h2 {
    font-size: 140%;
    margin: 0;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
	z-index: 5;
}

.main-bar h2 {
	color: #ffffff;
}
.main-bar::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	/* background-color: rgba(0,0,0,0.2); */
	background-color: rgba(137,185,5,0.3);
}

@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%;
	padding: 30px 0;
	margin: 0 auto;
}
.index-top #introduction p {
	line-height: 1.8em;
}

.index-topBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 40px;
    margin:  0 auto 80px auto;
    max-width: 960px;
}

.index-topBox .inner-text {
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	max-width: 27em;
	margin: 0 auto;
}
.index-topBox .inner-text p.setsumei {
    font-size: clamp(14px,3.5vw,20px);
    line-height: 2.5rem;
	margin: 15px 0;
    text-align: center;
    position: relative;
    z-index: 5;
}

.index-topBox .inner-text p.wes {
    position: absolute;
    font-family: Arial Black, Helvetica, 'sans-serif';
    letter-spacing: -0.05em;
    transform: scaleX(1.4);
    font-size: 6rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgba(0,0,0,.05);
    z-index: 4;
    padding-top: 60px;
    text-align: center;
}

.index-topBox .inner-img {
    width: 100%;
    margin: 40px auto;
    max-width: 400px;
}

@media screen and (min-width: 576px) and (min-width:767.98px) {
	.index-topBox .inner-text p.setsumei {
		font-size: clamp(20px,3.5vw,23px);
		line-height: 1.5em;
		margin: 15px 0;
	}

	.index-topBox .inner-text {
		max-width: 46em;
}
}
@media screen and (min-width: 768px) and (min-width:991.98px) {
	.index-topBox .inner-text p.setsumei {
		font-size: clamp(20px,3.5vw,24px);
		line-height: 1.5em;
		margin: 15px 0;
	}

	.index-topBox .inner-text {
		max-width: 48em;
		margin: 0 auto;
	}
}


@media screen and (min-width: 992px) {
    .index-topBox {
        flex-direction: row;
        justify-content: center;
        column-gap: 50px;
/*        margin: 0 auto;*/
    }
    .index-topBox .inner-text {
        padding: 0;
    }
/*
    .index-topBox .inner-text, .index-topBox .inner-img {
        width: calc(( 100% - 50px )/2);
    }
*/
}
/*---------------------------------------------*/
/* index.html #sec-business
============================================== */
#sec-business {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
	background-color: rgb(247, 252, 223);
}
#sec-business .sec-businessFrame {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	width: 100%;
}
#sec-business .businessBox {
	width: 50%;
	height: 100%;
	height: 500px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    margin: auto;
}
#sec-business .businessBox .inner-text {
	position: relative;
	width: 90%;
	margin: auto;
	z-index: 6;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 750px;
}

#sec-business .businessBox img {
	width: 100%;
    height: 100%;
    opacity: 0.8;
    margin: auto;
    position: absolute;
    object-fit: cover;
    z-index: 5;
}
#sec-business .businessBox a {
	display: block;
	padding: 20px;
	width: 100%;
	text-decoration: none;
}

#sec-business .businessBox a p {
	color: #333;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: left;
}

#sec-business .businessBox:first-child {
	background-color: rgba(78,69,74,0.50)!important; /* #4e454a */
}

@media screen and (min-width: 320px) and (max-width:767.98px) {
	#sec-business {
		height: 800px;
	}
	#sec-business .businessBox {
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 400px;
	}
	#sec-business .businessBox img {
		height: 100%;
	}
	#sec-business .businessBox a div {
	
	}

	#sec-business .businessBox .inner-text {
		width: 90%;
	}
}

/*---------------------------------------------
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;
	}
}



/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 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
============================================== */
#sec-Contact .contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#sec-Contact .contactBox .inner-contact {
	width: 40%;
	margin-bottom: 30px;
}

a.btn-contactTel {
	border: 1px solid #256DBE;
	color: #256DBE;
	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 {
	border: 1px solid #256DBE;
	color: #256DBE;
	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: #256DBE;
	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.html #index-contact
============================================== */

#index-contact {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg,rgba(91, 255, 50, 0.4),rgba(255, 251, 39, 0.4),rgba(255, 138, 3, 0.575));
}

#index-contact img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    margin: auto;
    position: absolute;
    object-fit: cover;
    z-index: 5;
}

.index-contactBox {
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
/*    margin: 100px auto;*/
    width: 80%;
    max-width: 1080px;
    position: relative;
    z-index: 6;
	margin: 0 auto;
}

.index-contactBox .inner-text h2 {
	text-align: center;
	color: #264124;
}

.index-contactBox .inner-text span,
.index-contactBox .inner-text p {
    color: #333;
}

.index-contactBox .inner-img {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
	max-width: 720px;
}

.index-contactBox .inner-img a {
	width: 100%;
	margin: 30px auto 0 auto;
}

.index-contactBox .inner-img a span {
	font-size: 2.2rem;
	font-weight: bold;
}


@media screen and (min-width:992px) {
    .index-contactBox .inner-img {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index-contactBox .inner-img a {
		width: 350px;
		margin: 40px 0;		
	}
}


.mark {
	background-color: #ffff00;
}


#sec-news {
	background-color: rgba(137,185,5,0.05);
}

#sec-news div {
	max-width: 960px;
	margin: 0 auto;
}




.form-contact-Tel {
	border-radius: 10px;
	border: 2px solid #89b905;
	padding: 30px;
	text-align: center;
	display: flex;
	justify-content: space-around;
	margin: 0  auto;
}

.form-contact-Tel div {
	background-color: rgba(137,185,5,0.1);
	padding: 20px;
	width: 47%;
	border-radius: 10px;
}

.form-contact-Tel a {
	font-size: clamp(22px, 5vw, 35px);
	color: #0298D1;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-contact-Tel a i {
	font-size: clamp(22px, 5vw, 35px);
	color: #0298D1;
	padding-right: 0.25em;
}


a.btn-fax {
	background-color: #89b905;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	font-size: clamp(14px, 4vw, 18px);
	max-width: 300px;
	margin: 5px auto 0;
}

a.btn-fax i {
	font-size: clamp(14px, 4vw, 18px);
}

@media screen and (max-width: 991.98px) {
	.form-contact-Tel a {
		pointer-events: none;
	}

	.form-contact-Tel {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.form-contact-Tel div {
		width: 100%;
		margin-bottom: 15px;
	}

	.form-contact-Tel div:last-child {
		margin-bottom: 0;
	}

}