@charset "utf-8";

/* *****共通設定***** */
body {
	font-family: "Noto Sans JP", sans-serif;
}

html {
	font-size: 62.5%!important;
    color: #333333;
}


.mark {
	background-color: #ffff00;
}

* {
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
	font-size: 1.6rem;
}


address {
	font-size: 1.6rem;
}

.alphabet {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

.Roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}

.colorRed { color: #ff0000; }


.max-960 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.max-960 {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
	}

	* {
		font-family: "Noto Sans JP", sans-serif;
		color: #333333;
		font-size: 2.0rem;
	}

	address {
	font-size: 2.0rem;
}
}

@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; */
	font-size: clamp(28px, 8vw, 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;
}

.midashi-alphabet h2 {
    padding-top: 80px;
    padding-bottom: 40px;
    color: rgb(0, 0, 87);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.midashi-alphabet h2 span {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 20px;
	font-weight: normal;
	color: #aaa;
}

.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%;
	height: 86px;
	background-color: rgb(0,0,87);
}

nav {
	background-color: rgba(51,51,51,0.0)!important;
	padding: 10px;
}

.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header-logo-bar p {
	font-size: 110%;
	margin: 0;
	line-height: 1.4em;
	color: #ffffff;
}

.navbar-nav {
	position: relative;
}

.nav-item .nav-link {
	font-size: 1.8rem;
	padding: 5px 20px;
	font-weight: 600;
	letter-spacing: 0.2rem;
	position: relative;
}

.nav-item .nav-link span {
	color: #F0E68C;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	text-align: center;
    font-size: 1.0rem;
    letter-spacing: 0.2rem;
	position: relative;
}

/* .nav-item-Contact {
    background-color: #256DBE;
    border-radius: 5px;
    margin: 0 10px 5px 10px;
} */

.nav-item-Contact a {
    color: #ffffff!important;
    padding: 5px 15px;
	background-color: rgb(10,152,182);
	text-decoration: none;
    /* border-radius: 5px; */
    /* margin: 0 10px 5px 10px; */
    position: absolute;
    right: 0;
    top: 0;
	font-size: 90%;
    display: flex;
    width: 155px;
    justify-content: center;
    height: 62px;
    align-items: center;
}

.top-naviimg a {
	color: #ffffff;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	display: flex;
    column-gap: 10px;
}

.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;
    
}

.top-naviimg a img {
	width: 30px;
}
.header-comments {
	width:100%;
}

.header-comments h1, .header-comments span {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.6em;
	color: #eee;
}

.navbar{
	background-color: rgb(0,0,87)!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;
	}
	.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;
	}
	.header-comments {
		width:100%;
	}
	.header-comments h1, .header-comments span {
		font-size: 1.4rem;
	}
}



.navbar .navbar-collapse {
    flex-grow: 0;
}

.nav-link {
	color: #ffffff!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/mainbar-business.jpeg") no-repeat center;
	background-size: cover;
}

#Page-company .main-bar {
	background: url("../images/mainbar-company.jpeg") no-repeat center;
	background-size: cover;
}
#Page-contact .main-bar {
	background: url("../images/mainbar-contact2.png") no-repeat center;
	background-size: cover;
}

#Page-recruit .main-bar {
	background: url("../images/mainbar-recruit.jpeg") no-repeat center;
	background-size: cover;
}

.main-bar {
	height: 200px;
	position: relative;
	
}
.main-bar-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: 200px;
	position: relative;
	padding-left: 5vw;
}

.main-bar-img p {
    font-size: 170%;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
	z-index: 5;
	text-transform: uppercase;
}

.main-bar-img span {
	display: block;
	font-size: 80%;
	z-index: 5;
	color: #ffffff;
}

.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 (min-width: 768px) {
	.main-bar {
		height: 300px;
	}

	.main-bar-img {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		max-width: 960px;
		margin: 0 auto;
		height: 270px;
		position: relative;
		padding-left: 0;
	}

}
/*---------------------------------------------
index.html .index-top
===============================================*/
section.index-top {
	/* background-color: rgba(0,0,0,.8); */
}

.index-topBox {
    width: 96%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    column-gap: 40px;
    max-width: 960px;
	margin: 0 auto;
}

.index-topBox .inner-text {
    padding: 30px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-topBox .inner-text h2 span {
    font-size: clamp(16px, 6vw, 36px);
    line-height: 1.8;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 5;
    color: #ffffff;
    background-color: rgb(0,0,87);
    padding: 15px;
    display: inline-block;
}

.index-topBox .inner-text p {
    line-height: 1.8;
    padding-top: 30px;
}

.index-topBox .inner-img {
    width: 100%;
    margin: 40px auto;
    max-width: 400px;
}

.index-top-images {
	/* display: flex;
	justify-content: space-between;
	column-gap: 10px;
	margin: 50px 0; */
    position: relative;
    padding: 0px 0;
    height: 100%;
    margin-bottom: 250px;
}

.index-top-images div:nth-child(1) img,
.index-top-images div:nth-child(2) img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.index-top-images div:nth-child(1) {
	width: 70vw;
    position: relative;
	object-fit: cover;
    z-index: 5;
	height: 250px;
    left: 0;
}

.index-top-images div:nth-child(2) {
	width: 50vw;
    position: absolute;
    right: 0;
    z-index: 6;
    bottom: 30;
    margin-top: 30px;
}

.index-top-images .bg-color1 {
    background-color: #ccc;
    width: 80vw;
    height: 200px;
    position: absolute;
    top: 50%;
}

.index-top-images .bg-color2 {
    background-color: rgb(10,152,182,.5);
    width: 40vw;
    height: 15vh;
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 3;
}

@media screen and (min-width: 992px) and (max-width:1439.98px) {
    .index-topBox {
        flex-direction: row;
        justify-content: center;
        column-gap: 50px;
    }

    .index-topBox .inner-text {
        padding: 0;
    }

	.index-top-images {
		margin: 30px auto;
	}

	.index-top-images div:nth-child(1) {
		height: 400px;
	}

	.index-top-images div:nth-child(2) {
		height: 300px;
	}

	.index-top-images {
		margin-bottom: 300px;
	}
}

@media screen and (min-width: 1440px) {
	.index-top-images div:nth-child(1) {
		width: 60vw;
        height: 400px;
        /* left: 10vw;*/
	}

	.index-top-images div:nth-child(2) {
		width: 30vw;
        height: 300px;
        right: 5vw;
        top: 0;
	}

	.index-top-images {
		margin-bottom: 100px;
	}

	.index-top-images .bg-color1 {
		width: 0vw;
	}

	.index-top-images .bg-color2 {
		width: 90vw;
    	height: 200px;
	}
}

/*---------------------------------------------*/
/* index.html .index-top-business
============================================== */
.index-top-business {
    position: relative;
	/* background-image: url(../images/index-top-company-bg4.png); */
    margin: 0;
	padding: 100px 0;
}

.index-top-business .inner-left {
    background-color: #eee;
    padding: 40px;
    width: 90vw;
    margin: 0;
}

.index-top-business .inner-left h2 {
    font-size: 5.5rem;
    margin-bottom: 20px;
    color: rgb(0,0,87);
}

.index-top-business .inner-left h3 {
    border-bottom: 1px solid rgb(0,0,87);
    padding-bottom: 15px;
}

.index-top-business .inner-left h3,
.index-top-business .inner-left h3 span {
    letter-spacing: 0.1rem;
    font-size: 2.8rem;
    margin: 40px 0 20px 0;
}


.index-top-business .inner-right .imgBox {
    display: flex;
    justify-content: flex-start;
    column-gap: 15px;
    flex-wrap: wrap;
	max-height: 450px;
}

.index-top-business .imgBox div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.index-top-business .inner-right .img-big {
    margin-bottom: 15px;
}

.index-top-business .inner-right .imgBox div {
    width: calc((100% - 15px)/2);
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1439.98px) {
    .index-top-business .inner-right {
        display: flex;
    }

    .index-top-business .inner-right .img-big {
        width: 50%;
    }

    .index-top-business .inner-right .imgBox div {
        width: calc((100% - 15px)/2);
        margin-bottom: 15px;
    }
}

@media screen and (min-width:1440px) {
	.index-top-business .inner-left {
		width: 50vw;
		position: relative;
		left: 10vw;
	}

	.index-top-business .inner-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        width: 45vw;
        right: 0;
        top: 5vw;
    }

    .index-top-business .inner-right .img-big {
        width: 33%;
		display: none;
    }

    .index-top-business .inner-right .imgBox div {
        width: calc((100% - 15px)*0.5);
        margin-bottom: 15px;
		height: 220px;
    }
}


/*---------------------------------------------*/
/* 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;
	}
}


/* *****フォーム***** */



/*---------------------------------------------
footer
===============================================*/
#footer{
	color: #fff;
	/* background-color: #000000; */
	background-color: rgba(0,0,0,.8);
	position: relative;
    padding: 100px 0;
    margin-top: auto;
}

.footer-contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	position: relative;
}

.footer-contents h2 {
	font-size: 2rem;
	line-height: 2rem;
}

.footer-contents h2,
.footer-contents address,
.footer-contents p {
	color: #fff;
}

.footer-contents h2 span {
	color: #F0E68C;
	display: block;
	line-height: 1.8rem;
	font-size: 1.0rem;
	letter-spacing: 0.2rem;
	text-align: center;
}

.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;
	width: 90px;
}

.Footer_logo a {
    display: block;
    text-decoration: none;
    color: #256DBE!important;
    font-size: 1.5rem;
    font-weight: bold;
}


  .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;
}

.footer-contents .pc-tel {
	display: none;
	margin: 0;
}

@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_list_link  {
        text-decoration: none;
    }
    
    .Footer_tel {
        margin: 0;
        font-size: 3.6rem;
    }

	
}

@media screen and (min-width:768px) {
	.footer-contents .pc-tel {
		display: block;
		margin: 0;
	}
}
/*---------------------------------------------*/
/* index.html sp-conversion
============================================== */
.sp-conversion {
    background-color: rgba(76, 76, 76, 0.7);
    position: fixed;
    bottom: -1%;
    left: 0;
    padding: 10px 0;
    z-index: 10;
    width: 100%;
}
.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
	list-style: none;
	padding-left: 0!important;
}
.sp-conversion-list li {
    display: table-cell;
    text-align: center;
}

.sp-conversion-list li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
}
.btn-conversion--tel a {
    background: rgb(0,0,87);
    border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
    position: relative;
}
.btn-conversion--mail a {
    background: rgb(10,152,182);
    border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
    position: relative;
}
.fa.fa_5 {
    font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
	.sp-conversion {
		display: none;
	}

	footer {
		margin-botttom: 56px;
	}
}

/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 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: 70px 30px;
    /* height: 700px; */
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
	/* max-height: 550px; */
    background-color: rgba(0,0,0,0.40)!important; 
}

#index-contact img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    margin: auto;
    position: absolute;
    object-fit: cover;
    z-index: 5;
}

.index-contactBox .inner-img {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    width: 100%;
	margin: 0 auto;
}

.index-contactBox .inner-img a span,
.index-contactBox .inner-img a span i  {
	font-size: clamp( 20px, 5vw, 26px);
	font-weight: bold;
	letter-spacing: 0.05em;
}

.index-contactBox {
    display: flex;
    flex-direction: column;
	justify-content: center;
/*    margin: 100px auto;*/
	width: 100%;
    max-width: 1080px;
    position: relative;
    z-index: 6;
}

.index-contactBox .inner-text h2,
.index-contactBox .inner-text span {
    color: #ffffff;
	text-align: center;
}

.index-contactBox .inner-text p {
    color: #ffffff;
}


.index-contactBox {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.index-contact-bg {
	position: absolute;
	background-size: cover;
	width: 100vw;
	z-index: 4;
}

@media screen and (min-width:1440px) {
	.index-contactBox .inner-img {
		padding: 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
}

/*---------------------------------------------*/
/* index.html #index-recruit
============================================== */

#index-recruit {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: rgba(255,255,255,1);
}

#index-recruit img {
    width: 100%;
    height: 100%;
    /* opacity: 0.7; */
    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 h2 span {
    font-size: 6rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.index-recruitBox .inner-text h2,
.index-recruitBox .inner-text p {
    color: #ffffff;
}

.index-recruitBox .inner-text h2 p {
    display: block;
    line-height: 5rem;
    font-weight: normal;
    font-size: 3.0rem;
}

.parallax-section {
  position: relative;
  height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0!important;
}

.rellax-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/index-recruit.jpeg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.bg-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: bottom;
  z-index: -1;
}

/*---------------------------------------------*/
/* index.html #index-top-company
============================================== */
#index-top-company  {
    /* background-image: url("../images/index-top-company-bg3.png"); */
    background-size: cover;
    position: relative;
    /* padding-bottom: 300px; */
}

#index-top-company .inner-left {
    padding: 30px 30px 80px 30px;
    width: 90vw;
    margin: 20px 0 0px auto;
    background-color: #eee;
    box-shadow: 10px 10px 10px #ccc;
	position: relative;
	z-index: 3;
}

#index-top-company .inner-left h2 {
    font-size: 5.5rem;
    margin-bottom: 20px;
    color: rgb(0,0,87);
}

#index-top-company .inner-right {
    width: 80vw;
    box-shadow: 10px 10px 10px #ccc;
	position: relative;
    z-index: 3;
    top: -50px;
} 

#index-top-company .inner-right img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}


#index-top-company .bg-color3 {
    background-color: rgba(10,152,182,.5);
    width: 80vw;
    height: 200px;
    position: absolute;
    top: 50%;
}


@media screen and (min-width:768px) and (max-width:1023.98px) {
    #index-top-company  {
        background-size: cover;
        position: relative;
        /* padding-bottom: 550px; */
		padding-bottom: 250px;
    }

	#index-top-company .inner-left {
		padding: 40px 40px 40px 25vw;
		width: 80vw;
		margin: 20px 0 0px auto;
		background-color: #eee;
		box-shadow: 10px 10px 10px #ccc;
		bottom: 0px;
	}

    #index-top-company .inner-right {
        width: 40vw;
        height: 350px;
        box-shadow: 10px 10px 10px #ccc;
        position: absolute;
        top: 280px;
    } 

	#index-top-company .bg-color3 {
		background-color: rgba(10,152,182,.5);
		width: 80vw;
		height: 120px;
		position: absolute;
		top: 500px;
	}
}

@media screen and (min-width: 1024px) {
	#index-top-company  {
        /* padding-bottom: 550px; */
		padding-bottom: 170px;
    }

	#index-top-company .inner-left {
		padding: 60px 60px 60px 20vw;
    	width: 70vw;
		bottom: 0;
	}

    #index-top-company .inner-right {
        width: 40vw;
        height: 400px;
        box-shadow: 10px 10px 10px #ccc;
        position: absolute;
        /* bottom: 200px; */
        top: 200px;
    } 

	#index-top-company .bg-color3 {
		width: 80vw;
		height: 200px;
		top: 380px;
	}
}