@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: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

strong {
    font-family: 'Noto Serif JP','Noto Sans JP','M PLUS 2', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900;
}

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 (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
    display: block;
	color: #5B5B5B;
	padding-top: 40px;
}

main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

@media screen and (max-width:575.98px) {
	main {
		padding-top: 30px;
	}
}

.gray {
    color: #6c757d;
}

.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

.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　背景を白に */
#Page-contact section {
	background-color: #ffffff;
}

/*---------------------------------------------
文字サイズ/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;
}

.midashi-udline {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 0.5px solid #333;
	letter-spacing: 0.2rem;
	display: inline-block;
}

/*---------------------------------------------
よく使う指示
===============================================*/
.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;
}

.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: 45px;
	width: auto;
	margin: 15px 0;
}

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

.header-comments {
	width:100%;
}

.header-comments p, .header-comments p span {
	margin: 0;
	padding: 0;
	font-size: 0.95rem;
}

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

.navTel p, .navTel-pc {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.5rem;
	color: #feaa5f;
}

@media screen and (min-width: 992px) {
	.nav-item .nav-link {
		font-size: 14px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991.98px) {
	.nav-link-comments p, .header-comments p span {
		font-size: 14px;
	}
}

@media screen and (max-width: 575.98px) {
	nav {
		padding: 5px 0!important;
	}
    
	.header-logo-bar a {
		font-size: 90%;
	}
    
	.navbar-toggler {
		font-size: 1rem!important;
	}
    
	.top-naviimg a img {
		height: 40px;
		width: auto;
	}
    
	.navbar {
		background-color: #fff;
	}
    
	.header-comments {
		width:100%;
	}
    
	.header-comments p, .header-comments p span {
		margin: 0;
		font-size: 0.8rem
	}
}

@media screen and (max-width: 575.98px) {
	nav.navbar {
		height: 100%;
		background-color: #fff;
	}
    
	header {
		height: 70px!important;
	}
    
	.top-naviimg a img {
		height: 35px;
		width: auto;
		margin: 10px 0;
	}
}

.navbar .navbar-collapse{
    flex-grow: 0;
	background-color: #fff;
}

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

.nav-item a.active {
	display: block;
	color: #feaa5f!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-office .main-bar {
	background: url("../images/mainbar-office2.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-business .main-bar {
	background: url("../images/mainbar-business2.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-contact .main-bar {
	background: url("../images/mainbar-contact.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-thanks .main-bar {
	background: url("../images/mainbar-thanks.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

.main-bar p {
    font-size: 1.5rem;
	letter-spacing: 0.15em;
    margin: 0 auto;
    color: #333;
	text-align: center;
}

.main-bar p span {
    text-transform: uppercase;
}

.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 150px;
	width: 100%;
}

.main-bar-img {
	background-color: rgba(0,0,0,0.0);
	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: 120px!important;
	}
    
	.main-bar-img img {
		height: 45px;
	}
}

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

@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;
		align-items: center;
		margin: 0 auto;
	}
	
	.TEL div a {
		font-size: 2.5rem;
		padding: 0; margin: 0;
		text-decoration: none;
	}
}

/*---------------------------------------------
contact.html
===============================================*/
.formFrame {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	align-items: center;
	background-color: rgba(254,170,95,0.15);
	border: none;
	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;	
}

.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-bottom: 0.5px solid #aaa;		
	}

}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame {
		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;
    }
}

/*---------------------------------------------
footer
===============================================*/
#footer{
	background: url("../images/footer-back.jpeg");
	background-size: cover;
    margin-top: auto;
}

#footer-contents {
	margin: 40px 0;
}

#footer-contents a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    font-size: calc(1.275rem + 0.3vw); /* fs-4 */
}

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

#copyright{
    background-color: #000000;
	font-size: 0.8em;
}

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

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

/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* index.html #sec-access
============================================== */
#sec-access {
	background-color: rgba(254,170,95,.15);
}

#sec-access .businessBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 20px 5px;
	flex-wrap: wrap;
}

#sec-access div.businessBox:nth-of-type(2n-1) {
	background-color: #4e454a!important;
}

#sec-access div.businessBox:nth-of-type(2n) {
	background-color: #0653b2!important;
}

#sec-access .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-access .businessBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sec-access .businessBox .inner-business {
		width: 80%;
		margin: 0 auto 50px auto;
	}
}

#Page-office #sec-access {
	background-color: #ffffff;
}
/*---------------------------------------------*/
/* 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;
}


@media screen and (max-width: 767.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
	}
    
	#sec-Contact .contactBox .inner-contact {
		width: 100%;
		text-align: center;
	}
}
/*---------------------------------------------*/
/* index.html #gyoumu
============================================== */
#Page-top #gyoumu {
	background:  url("../images/index-gyomu-back.jpeg") no-repeat center ;
	background-size: cover;
}

#Page-top .cbBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}

#Page-top .cbBox .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	background-color: #fff;
	padding: 20px auto;
	height: 100%;
	box-shadow: 2px 2px 4px gray;
}

#Page-top .cbBox .inner a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#Page-top .cbBox .inner p {
	border-color: #feaa5f;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
}

a.btn-bottom {
	font-size: 1.5rem;
}

#Page-top .cbBox .inner:hover {
	color: #333;
	background-color: rgba(254,170,95,.15);
	background-color: #FEE3CA;
}

@media screen and (max-width:575.98px) {
	#Page-top .cbBox .inner {
		width: 100%;
		padding: 15px;
		margin-bottom: 10px;
	}
    
	#Page-top .cbBox .inner p {
		line-height: 1.4em;
	}
    
	#Page-top .cbBox .inner a {
	}
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
	#Page-top .cbBox .inner {
		padding: 20px;
		width: calc(( 100% - 20px )/2);
		margin-bottom: 20px;
	}
}

@media screen and (min-width:768px) {
	#Page-top .cbBox .inner {
		padding: 20px;
		width: calc(( 100% -  40px )/3);
		margin-bottom: 20px;
	}
	
}
/*---------------------------------------------*/
/* index.html #sec-access
============================================== */
#sec-access .accessBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}

#sec-access .accessBox .inner-text {
	width: 47%;
}

#sec-access .accessBox .inner-img {
	width: 47%;
	flex-direction: column;
}

#sec-access .accessBox .inner-text img {
	width: 100%;
}
.Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-appearance:none;
}

.sp-map .Google-map {
	padding-top: 56.25%;
	margin: 30px 0;
}

@media screen and (max-width: 991.98px) { /* min-width: 320px */
	#sec-access .accessBox {
		flex-direction: column;
	}
    
	#sec-access .accessBox .inner-text {
		width: 100%;
		margin-bottom: 20px;
		order: 1;
	}
    
	#sec-access .accessBox .inner-img {
		width: 100%;
		order: 2;
	}
    
	#sec-access .accessBox .sp-map {
		order: 3;
	}

}

@media screen and (min-width: 992px)  { /* min-width: 320px */
	#sec-access .accessBox {
		flex-direction: column;
	}
    
	#sec-access .accessBox .inner-text {
		width: 47%;
		margin-bottom: 40px;
		order: 1;
	}
    
	#sec-access .accessBox .inner-img {
		width: 100%;
		order: 2;
		flex-direction: row;
		align-self: flex-start;
		justify-content: space-between;
		height: 56.25%;
		flex-wrap: wrap;
	}
    
	#sec-access .accessBox .inner-img .inner-address {
		width: 47%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
    
	#sec-access .accessBox .inner-img .inner-mapimage {
		width: 47%;
	}
	
	#sec-access .accessBox .sp-map {
		order: 3!important;
		width: 100%;
	}
}

/*---------------------------------------------*/
/* company.html
============================================== */
.aisatsuBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.aisatsuBox .inner-img {
	width: 30%
}


.aisatsuBox .inner-text {
	width: 65%;
	display: flex;
	flex-direction: column;
	align-content:space-between;
	height: 100%;
	margin-bottom: 30px; 
}

.aisatsuBox .inner-text p {
	flex-grow: 1;
	font-size: 14px;
}

@media screen and (min-width: 992px) and (max-width:1199.98px) {
	.aisatsuBox .inner-img {
		width: 30%;
	}

	.aisatsuBox .inner-text {
		width: 65%;
		display: flex;
		flex-direction: column;
		align-content:space-between;
	}
}

@media screen and (max-width:767.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%;
	}
}

/* 会社概要---------------------- */
.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%;
	}
}

#sec-TOPcontact .contactBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	border-top: 0.5px solid #aaa;
	border-bottom: 0.5px solid #aaa;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

#sec-TOPcontact .contactBox div:nth-child(2) a.tap-call {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.3rem;
	display: flex;
	text-decoration: none;
	color: #333;
	align-items: center;
	-webkit-appearance: none;
}

@media screen and (max-width: 767.98px) {
	#sec-TOPcontact .contactBox {
		flex-direction: column;
	}
    
	#sec-TOPcontact .contactBox div {
		margin-bottom: 10px;
	}
    
	#sec-TOPcontact .contactBox div:last-child {
		margin-bottom: 0;
	}
}


/*---------------------------------------------*/
/* business.html
============================================== */
#Page-business .top_sec {
    margin-bottom: 100px;
	position: relative;
}

.top_sec .top_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	position: relative!important;
}
.top_sec_flex .inner-img {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative!important;
	width: 46%;
}
.top_sec .top_sec_flex .inner-text {
    width: 46%;
	position: relative;
}

.top_sec .top_sec_flex .inner-img img:first-child {
	z-index: 6;
	max-width: 55%;
	box-shadow: 2px 2px 4px gray;
}

.top_sec .top_sec_flex .inner-img img:last-child {
	position: absolute;
	right: 0;
	z-index: 5;
	max-width: 55%;
	top: 100px;
	box-shadow: 2px 2px 4px gray;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.top_sec_flex .inner-img {
		widtrh: 50%;
	}
	.top_sec .top_sec_flex .inner-text {
		width: 47%;
		position: relative;
	}
	.top_sec .top_sec_flex .inner-img img:first-child {
		max-width: 65%;
		box-shadow: 2px 2px 4px gray;
	}
	.top_sec .top_sec_flex .inner-img img:last-child {
		max-width: 65%;
		top:120px;
		box-shadow: 2px 2px 4px gray;
	}
}
@media screen and (max-width: 767.98px) {
	.top_sec .top_sec_flex {
		flex-wrap: wrap;
		position: relative!important;
	}
	.top_sec .top_sec_flex .inner-text {
		width: 100%;
	}
	.top_sec .top_sec_flex .inner-img {
		width: 100%;
	}
	.top_sec .top_sec_flex .inner-img img:first-child {
		max-width: 65%;
		box-shadow: 2px 2px 4px gray;
	}
	.top_sec .top_sec_flex .inner-img img:last-child {
		max-width: 55%;
		top:150px;
		box-shadow: 2px 2px 4px gray;
	}
}

.businesBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.businesBox .inner {
	width: 100%;
	margin-bottom: 50px;
}
.businesBox .inner h3 {
	border-color: #feaa5f;
	width:100%;
}

.business-icon {
	width: 1.75rem;
	padding: 0 5px 2px 0;
}