@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: "DM Sans", sans-serif;
    font-weight: 900;
}

.colorRed { color: #ff0000; }

@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
    display: block;
	color: #5B5B5B;
}

main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

.high-light {
	/*background-color: #ffff00;*/
}

.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (max-width:767.98px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section.index-top {
		padding-top: 20px;
	}
}

/*
section:nth-child(odd){
    background-color: rgba(38,157,255,.05) ;
}
*/

/* 個別ページのsection　背景を白に */
#Page-contact section ,#Page-lesson section {
	background-color: #ffffff;
}

#Page-lesson section:nth-child(even) {
	background-color: rgba(38,157,255,.05) /*#f2f2f2*/;
}
/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 3.2rem;
	background: linear-gradient( #1EAB5E , #333333);
	padding: 1rem;
	color: #fff;

}
h1 {
	font-size: 2.8rem;
}
h2 {
/*	font-size: 2.4rem;*/
    font-size: 40px;
}

.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;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
/*
	position: absolute;
	top: 0;
*/
	z-index: 20;
	width: 100%;
}
nav {
	background-color: rgba(255,255,255,0.0)!important;
	padding: 10px;
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #ffffff;
}
.header-logo-bar p {
	font-size: 110%;
	margin: 0;
	line-height: 1.4em;
}
.nav-item .nav-link {
	font-size: 1.8rem;
	padding: 5px 20px;
	font-weight: 600;
}

.nav-item-Contact {
    background-color: #256DBE;
    border-radius: 5px;
    margin: 0 10px 5px 10px;
}

.nav-item-Contact a {
    color: #ffffff!important;
    padding: 5px 15px;
}

.top-naviimg a {
	color: #000;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.top-naviimg a span {
    display: block;
    font-size: 1.25rem;
    margin: 0 0 5px 0;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    line-height: 1rem;
    
}
.header-comments {
	width:100%;
}
.header-comments h1, .header-comments span {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.8em;
}
.navbar{
	background-color: rgba(255,255,255,1.0)!important;
}
.sukashi-logo {
	width: 100%;
	max-width: 300px;
}
@media screen and (max-width: 575.98px) {
	.header-comments h1, .header-comments span {
		font-size: 1.2rem;
	}
	nav.navbar {
		height: 55px;
		background-color: #fff;
	}
	.top-naviimg a {
		font-size: 2rem;
	}
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {	
	.top-naviimg a {
		font-size: 22px;
	}
	.navbar{
    	border-bottom: 1px solid #a29080;
		background-color: #fff;
	}
	.header-comments {
		width:100%;
	}
	.header-comments h1, .header-comments span {
		font-size: 1.4rem;
	}
}



.navbar .navbar-collapse {
    flex-grow: 0;
	background-color: #fff;
}

.nav-link {
	color: #5b5b5b!important;
}
.nav-item a.active {
	display: block;
	color: #256DBE!important;
}
a.nav-link:hover{
	opacity: 1.0;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}
p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-business .main-bar {
	background: url("../images/main-bar-business4.jpg") no-repeat center;
	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;
}

.main-bar {
	height: 200px;
	position: relative;
	
}
.main-bar-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 200px;
	position: relative;
}
.main-bar p {
    font-size: 140%;
    margin: 0;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
	z-index: 5;
}
.main-bar::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.2);
}

@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-bottom: 80px;
    max-width: 960px;
}

.index-topBox .inner-text {
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-topBox .inner-text p {
    font-size: clamp(14px,4vw, 24px) ;
    line-height: 2.5;
    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: 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 {
	height: 400px;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
	background-color: #e1e1e1;
}
#sec-business .sec-businessFrame {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	width: 100%;
    column-gap: 50px;
}
#sec-business .businessBox {
	width: calc(( 100% - 50px )/2);
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 300px;
    margin: auto;
}
#sec-business .businessBox .inner-text {
	position: relative;
	z-index: 6;
}
#sec-business .businessBox img {
	width: 100%;
    height: 300px;
    opacity: 0.5;
    margin: auto;
    position: absolute;
    object-fit: cover;
    z-index: 5;
}
#sec-business .businessBox a {
	position: relative;
	display: block;
	padding: 20px;
	height: 100%;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
#sec-business .businessBox a div {
	height: 300px;
	display: flex;
	margin: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#sec-business .businessBox a p {
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
/*
#sec-business .businessBox div.container {
	border: 1px solid #fff;
}
*/
#sec-business .businessBox:first-child {
	background-color: rgba(78,69,74,0.50)!important; /* #4e454a */
}

#sec-business .businessBox:last-child {
	background-color: rgba(78,69,74,0.50)!important; /* #0653b2 (6,83,178,0.50) */
}
@media screen and (min-width: 320px) and (max-width:767.98px) {
	#sec-business {
		height: 500px;
	}
	#sec-business .businessBox {
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 250px;
	}
	#sec-business .businessBox img {
		height: 250px;
	}
	#sec-business .businessBox a div {
		height: 210px;
	}
}

/*---------------------------------------------
to-contact　お問い合わせフォームへ
===============================================*/
#to-contact div img {
	width: 100%;
}
#to-contact .contact-box {
	 padding: 1.5em; background-color: #333333; text-align: center; color: #333333; box-sizing: border-box;
}
#to-contact .contact-title {
	font-size: 140%;
	font-weight: bold;
		margin: 0 auto;
		display: block;
	padding-bottom: 15px;
	color: #fff;
	}

#to-contact .contact-inner {
	display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}

.contact-inner div {
	width:47%;
}

.contact-inner div a:hover {
	opacity: 0.5;
}
.btn-contact {
	display: block;
	padding: 0.5em 0.75em ;
	background-color: #fff; color: #333333; text-decoration: none; font-size: 150%; font-weight: bold;
}
@media screen and (min-width:1200px) {
#to-contact {
	background-color: #333333;
		width: 100%;
	padding: 20px 0;
	}
	
	.contact-title {
		width:100%; max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	.contact-inner div {
	width:38%;
}
	#to-contact .contact-inner {
	justify-content: space-around;
}
}
@media screen and (max-width:767.98px) {
#to-contact {
  		margin: auto;
		padding-top: 4%;
		padding-bottom: 4.5%;
	}
	
	.contact-box .contact-inner {
		flex-direction: column;
		
	}
	
	.contact-inner div {
		width:100%;
		padding-bottom: 15px;
	}
	}

section#privacy-policy p {
	font-size: 1.3rem;
}
/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/

@media screen and (min-width: 768px) and (max-width:991.98px) {
	.TEL img {
/*		width: 40%; */
		height: 50px;
		margin: 0 30px;
		padding: 0;
	}
	
	.TEL p {
		font-size: 2.5rem;
		font-weight: bold;
		padding: 0; margin: 0;
	}
	.TEL {
		background-color: #269dff;
		width: 100%;
		margin: 0;
	}
	
	.TEL p.small {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.TEL div {
		padding: 0.75rem;
		flex-direction: row;
		align-content: flex-start;
		/*justify-content: space-around;*/
		align-items: center;
		margin: 0 auto;
	}
	
	.TEL div a {
		font-size: 2.5rem;
		padding: 0; margin: 0;
		text-decoration: none;
	}
}


/* *****フォーム***** */

/*---------------------------------------------
contact.html
===============================================*/
#Page-contact #contactForm {
	max-width: 960px;
    margin: 0 auto;
}
.formFrame {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	align-items: center;
	border: none;
	border-top: 0.5px solid #ccc;
	padding: 5px 0;
}
.formFrame .form-koumoku {
	width: 30%;
	padding: 10px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
	font-size: 1.8rem;
}
.formFrame:last-child {
	border-bottom: 0.5px solid #ccc;
}
.formFrame input, .formFrame textarea, .formFrame select {
	font-size: 1.8rem;
}
.formFrame input::placeholder, .formFrame textarea::placeholder, .formFrame select::placeholder {
	color: #bbb;
}
.formFrame select:invalid {
  color: gray;
}
.hissu {
	color: #fff; 
	background-color: #256DBE;
	padding: .25em .5em;
	font-size: 60%;
	border-radius: 5px;
	margin: 0 0.5em 0 0;
}

/* smart-phone */
@media screen and (max-width:767.98px) {
	.formFrame {
		padding: 15px 10px;
	}
	.formFrame .form-koumoku {
		width: 100%;
		padding: 5px 0;
	}
	.formFrame .form-naiyou {
		width: 100%;
		padding: 5px 0;
	}
}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame .form-naiyou {
		width: 70%;
		padding: 10px 10px;
		border: none;
	}
	.formFrame .form-koumoku {
		width: 30%;
		padding: 10px 10px;
		border: none;
		
	}

}

.input-labe-area {
	width: 8em; 
}
/*---------------------------------------------
footer
===============================================*/
#footer{
	color: #fff;
/*	background-color: #ddd;*/
	position: relative;
    padding: 100px 0;
    margin-top: auto;
}

#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 40px 0;
	position: relative;
}

#footer-contents div {
	margin: 0 auto;
}

#footer-contents div a {
	text-decoration: none;
}

#footer-contents a p {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
}

@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
	}
}

#footer address p {
    margin-bottom: 0.5rem;
}

#footer #copyright {
	background-color: #000000;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer #copyright p, footer #copyright p a {
    color: #aaa;
	font-size: 1.2rem;
	text-decoration: none;
	-webkit-text-decoration: none;
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
}

/*--------------------------------------------------*/
.Footer {
  padding: 50px 0;
  border-top: 2px solid #256DBE;
}

.Footer_wrap {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Footer_logo {
    margin: 0 0 15px; }

.Footer_logo a {
    display: inline-block;
    text-decoration: none;
    color: #256DBE!important;
    font-size: 1.5rem;
    font-weight: bold;
}

 .Footer_item {
    width: 100%;
     text-align: center;
}


  .Footer_list {
    flex-direction: column;
    align-content: center;
    width: 100%;
    height: 140px; }

    .Footer_list_item {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
      .Footer_list_item:not(:nth-last-child(-n+5)) {
        margin-right: 30px; }

  .Footer_tel, .Footer_tel i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
    font-size: 2.6rem;
    font-weight: 900;
    text-decoration: none;
      color: #256DBE;
}

  .Footer_button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    letter-spacing: 0.05em;
      color: #ffffff;}

.Footer_button i {
    color: #ffffff!important;
}
@media screen and (min-width:992px) {
    .Footer {
      padding: 70px 0;
      border-top: 2px solid #256DBE;
    }

    .Footer_wrap {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 1080px;
        margin: 20px auto;
        justify-content: center;
        column-gap: 50px;
    }
      .Footer_logo {
        margin: 0 0 15px;
    }
    .Footer_logo a {
      display: inline-block; }
    
    .Footer_item {
/*        width: calc( 100% / 3);*/
        width: auto;
    }
    
    .Footer_item:nth-child(1) {
        text-align: left;
    }
    .Footer_item:last-child {
        display: flex;
        align-items: center;
        column-gap: 50px;
    }
    
    .Footer_list_link  {
        text-decoration: none;
    }
    
    .Footer_tel {
        margin: 0;
        font-size: 3.6rem;
    }
}

/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 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-recruit
============================================== */

#index-recruit {
    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-color: rgba(6,83,178,0.50)!important; /* #0653b2 (6,83,178,0.50) */
}

#index-recruit img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    margin: auto;
    position: absolute;
    object-fit: cover;
    z-index: 5;
}

.index-recruitBox {
    display: flex;
    flex-direction: column;
/*    margin: 100px auto;*/
    width: 80%;
    max-width: 1080px;
    position: relative;
    z-index: 6;
}

.index-recruitBox .inner-text h2,
.index-recruitBox .inner-text span,
.index-recruitBox .inner-text p {
    color: #ffffff;
}

@media screen and (min-width:992px) {
/*
    #index-recruit {
        padding: 200px 0;
    }
*/
}