@charset "utf-8";

/* *****共通設定***** */
body {
    background-color: #fff;
    font-family: "Shippori Mincho", sans-serif;
}


* {
	color: #333;
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}


a{
    text-decoration: none;
    font-size: 16px;
}


strong {
	font-weight: 900;
}

p {
	font-size: 100%;
}

li{
        list-style: none;
}


@media screen and (max-width: 767.98px) {
	p {  font-size: 100%; }
    
    a{
    font-size: 12px;
}
}

.fw-bold700 {
	font-weight: 700;
}

.fw-black900 {
	font-weight: 900;
	}

.colorRed {
    color: #ff0000;
}


@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}



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

.white{
    color: #fff;
}

.green{
    color: #438b38;
}

.gray {
    color: #6c757d;
}

.red {
    font-weight: bold;
    margin-top: 20px;
    margin-left: 7px;
    border: #438b38 1px solid;
    color: #438b38;
    padding: 0px 7px;
    line-height: 19px;
    font-size: 12px;
}

.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));
}

@media screen and (max-width: 767.98px) {
    main .btn {
        font-size: 0.95rem;
    }
    }


/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding-top: 60px;
	padding-bottom: 60px;
}

section.index-top {
	padding-top: 50px;
}




/* 個別ページのsection　背景を白に */
#Page-contact section {
	background-color: #ffffff;
}

/*---------------------------------------------
文字サイズ/h1～6
===============================================*/


h1.service-midashi {
	font-size: clamp(44px, calc(49 / 1000* 100vw), 49px)!important;
	background: linear-gradient( #1EAB5E , #333333);
	padding: 1rem;
	color: #fff;

}

h2, h3{
   color: #401f0f;
    font-weight:500; 
}

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;
}


@media screen and (max-width: 767.98px) {
h3 {
    font-size: 115%;
}
}

/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}



/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	width: 100%; 
    position: absolute;/*--headerを固定するかしないかの指示--*/
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5) !important;
    padding-bottom: 10px;
}

.navFrame {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav {
	display: flex;
	flex-direction: column;
}
ul.nav {
	align-items: center;
}
.navbar {
	background-color: rgba(255,255,255,0.0)!important;
	padding: 0;
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-logo-bar p {
	font-size: 110%;
	margin: 0;
	line-height: 1.4em;
}

.nav-item:nth-child(2n) p {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}

.nav-item .nav-link {
	font-weight: 500;
}

.top-naviimg a img {
	width: 250px;
    margin: 10px 0 20px 0;
}

.header-comments {
	width:100%;
}

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

.top-naviimg a {
    text-decoration: none;
    font-size: 26px;
    padding: 8px 0;
    color: #292929;
    font-weight: bold;
}


@media screen and (max-width: 575.98px) {
	header {
    	top: 0;
    	z-index: 15;
        background-color: rgba(255, 255, 255, 0.0) !important;
	}
	
	#Page-menu header, #Page-reserve header, #Page-thanks header, #Page-php header, #Page-about header {
		position: relative;
	}
	
	.navbar {
		background-color: transparent!important;
	}
	
	nav {
		padding: 10px 0!important;
        
	}
	
	.navbar-toggler {
		font-size: 1rem!important;
	}
	
	.top-naviimg a img {
		width: 60px;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 5px;
	}
	
	.navbar{
		background-color: #fff;
	}
	
	.header-comments {
		width:100%;
	}
	
	.header-comments p, .header-comments p span {
		margin: 0;
		font-size: 1.2rem
	}

	nav.navbar {
		height: 100%;
	}
	
	.top-naviimg a {
		text-decoration: none;
        font-size: 110%;
	}
	
	.top-naviimg a img {
		width: 80px;
		margin: 5px 0 5px 0;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 5px;
	}
	
	.top-naviimg a img {
    width: 130px;
    margin: 5px 0 10px 0;
}
}


.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-link {
	color: #292929 !important;
	text-transform: uppercase;
}

.nav-item a.active {
	display: block;
	color: #292929!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: #333;
}

ol.breadcrumb.bg-white.mb-5.rounded-0 {
    padding: 25px 0;
    overflow: hidden;
}

/*---------------------------------------------*/
/* toppage main-bar / midashi
============================================== */
.main-bar .mainbox {
    display: flex;
    justify-content: space-between;
}

p.text-uppercase.sabbox {
    width: 50%;
}

.text-uppercase.sabbox {
    display: flex;
    justify-content: space-between;
    width: 46%;
}

.main-bar a {
    font-size: 1.2rem;
	letter-spacing: 0.15em;
    color: #333;
	text-align: right;
    text-decoration: none;
    border-top: 1px solid #000;
    width: 150px;
    padding-top: 15px;
}

a.text-uppercase:hover {
    opacity: 0.5;
}

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

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

.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;
}

span.subtitle {
    display: block;
    text-align: right;
    font-size: 0.8rem;
}

span.SUBTITLE {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 7px;
}

h2.SNS-jouhou {
    border-bottom: 1px solid #438b38;
    padding-bottom: 5px;
}

@media screen and (max-width:1200px) {
    
    .main-bar {
    padding: 17% 0 100px;
}
    
    .text-uppercase.sabbox {
    width: 50%;
}

    
}



@media screen and (max-width: 767.98px) {
	    .main-bar {
        padding: 25% 0 100px;
    }
    
	.main-bar-img img {
		height: 30px;
	}
    
    .main-bar .mainbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
  .text-uppercase.sabbox {
        width: 100%;
        margin: 20px auto;
    }
    
    .text-uppercase.sabbox img {
    width: 70%;
}
}

/* *****トップページ***** */
/*---------------------------------------------
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;
		align-items: center;
		margin: 0 auto;
	}
	
	.TEL div a {
		font-size: 2.5rem;
		padding: 0; margin: 0;
		text-decoration: none;
	}
}

/*---------------------------------------------

banner指示

===============================================*/

.banner_logo a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    padding: 30px 0 0 0;
    display: block;
    font-size: calc(1.275rem + 0.3vw);
}

.bannerbox{
    display: block;
	background-color: rgba(0,0,0,1.0);
}

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

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

#Page-recruit .main-bar {
	background: url("../image/recruit.png") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

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

.maintitle{
    padding: 30px 0;
}

.main-bar h1 {
    color: white;
}

.main-bar h3 {
    margin: 0 auto;
    position: relative;
    letter-spacing: 6px;
    display: block;
    line-height: 1;
    color: #438b38;
}

span.text-sab {
    font-weight: bold;
    color: #333;
}

.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 48vh;
	width: 100%;
	position: relative;
}

.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: 20vh;
}
}

/*---------------------------------------------*/

/* buttonの指示

============================================== */

.button-51 {
     display: flex;
    justify-content: flex-start;
    position: relative;
    width: 250px;
    border: none;
    border-bottom: 2px solid #A8A8A8;
    background-color: transparent;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.button-51::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 2px;
    background-color: #a6784a;
    content: '';
    transition: transform .3s ease;
}

.button-51:hover::after {
    transform: scaleX(1);
}

.button-taiken {
    color: #333333;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    width: 100%;
    height: 103px;
    background: #fff;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 80px auto 0;
}

.button-taiken:hover {
    color: white;
    background: #333333;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 767.98px) {
    .button-taiken {
        color: #333333;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 30px;
        width: 100%;
        height: 55px;
        background: #fff;
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1;
        margin: 10px auto 0;
    }
    
}

/*---------------------------------------------*/

/* contact

============================================== */

.main {
    margin: 80px auto;
}


div#contact {
    padding-top: 100px;
}

#contact h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#contact h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 25%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'contact';
    margin: auto;
	line-height: 30px;
}

#form-table, .form-line {
	display: flex; flex-direction: row; align-items: center;
	width: 100%; flex-wrap: wrap;
}
.form-line {
	border-bottom: #e2e2e2 1px solid;
	padding: 0 0.5em;
}

.form-koumoku {
	font-weight: bold;
	color: #393E46;
	width: 25%;
}

.form-naiyou {
	width: 75%;
    padding: 28px 45px;
}

.colorBlue {
    color: #929AAB !important;
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 150%;
}

.form-select{
	font-size: 16px;
}

.form-control{
	font-size: 16px;
    font-weight: 100;
}

.en-title {
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 180%;
    margin: 0;
    padding: 1em 0 0.5em 0;
    line-height: 1em;
}

.form-check-input[type=checkbox] {
    border-radius: 1.25em;
}

.tx-left{
	text-align: left;
	padding: 0;
}

.col-12 {
    flex: 0 0 auto;
    width: 80%;
    margin: auto;
}

.fmail {
    font-size: 16px;
    padding-right: 20px;
    margin-right: 5px;
    border: 1px solid #ced4da;
}

.select01 {
    width: 20%;
    display: inline;
}

.btn-primary {
    overflow: hidden;
    position: relative;
    color: #438b38;
    background: #fff;
    padding: 10px 100px;
	letter-spacing: 0.2em;
	border: 1px solid #438b38;
}

.btn-primary:hover {
    background: #438b38;
    color: #fff;
	border: 1px solid #438b38;
}

.btn {
    border-radius: 0;
}


#about .btn02 {
    width: 45%;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    padding: 0.8em 2em;
}


.box-scroll {
    width: 100%;
    height: 200px;
    overflow: auto;
    padding: 10px 20px;
    border: 1px solid #ced4da;
}

p {
    font-size: 16px;
}

#privacy span.font-600 {
    font-weight: bold;
    font-size: 16px;
}

.thanks {
    margin: 120px auto 240px;
}


/*----- お問い合わせフォームの枠部分の色の調整 -----*/

.form-check-input:checked {
    background-color: #438b38;
    border-color: #438b38;
}

.form-check-input:focus{
    border-color: #438b38;
    box-shadow: 0 0 0 0.25rem rgba(67, 139, 56, 0.25);
}

.form-control:focus{
    border-color: #438b38;
    box-shadow: 0 0 0 0.25rem rgba(67, 139, 56, 0.25);
}

.form-check-input:-internal-autofill-selected{
    background-color: light-dark(rgba(67, 139, 56, 0.25)) !important;
}

select.form-select:focus {
    border-color: #438b38;
    box-shadow: 0 0 0 0.25rem rgba(67, 139, 56, 0.25);
}

/*---------------------------------------------*/

@media screen and (max-width: 998.98px) {
    #about .btn02 {
    width: 70%;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    padding: 0.4em 2em;
}
}

@media screen and (max-width: 767.98px) {
	.form-koumoku {
		width: 100%; padding: 0.75em 0 0.25em 0;
	}
	
	.form-naiyou {
		width: 100%; padding: 0 0 0.75em 0;
	}
	
	.btn-primary {
    padding: 10px 90px;
}
	
	.btn-primary:hover {
    height: 60px;
}
    
    #about .btn02 {
    width: 100%;
}
    
    p {
    font-size: 14px;
}
}

@media screen and (max-width:575.98px) {
	.btn-primary {
    padding: 10px 60px;
}
	
	.btn-primary:hover {
    height: 50px;
}
}

div.form-line:first-child {
	border-top: #e2e2e2 1px solid;
}

/*---------------------------------------------
footer
===============================================*/
#footer{
	background-color: #DDDDDD;
    margin-top: auto;
}

#footer-contents {
	margin: 60px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#footer-contents a {
    text-decoration: none;
    color: #333333!important;
    margin: 5px auto;
    display: block;
    text-align: left;
}

#footer-contents a:hover {
    opacity: 0.7;
}

#footer-contents p {
	color: #000000;
}

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

#copyright{
    background-color: #DDDDDD;
	font-size: 0.9em;
}

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

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

.sns-url {
    display: flex;
    justify-content: space-between;
    width: 20%;
}

#footer-contents .sns-url a {
    font-size: 40px;
}

#footer-contents .snsbox{
width: calc((100% - 10%) / 3);
}

#footer ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-right: 0;
}

#footer-img img {
    width: 10%;
}

.footerBox01 {
    width: 30%;
    text-align: left;
}

.footerBox02 {
    width: 70%;
}

.footerFontweight{
    font-weight: bold;
}


@media screen and (max-width:767.98px) {
#footer-contents {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
.footerBox01 {
    width: 100%;
    text-align: left;
}
    
 .footerBox02 {
    width: 100%;
}
    
    #footer ul {
        display: flex;
        margin-top: 20px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
    }
    
    #footer ul li {
        width: calc((100% - 5%) / 3);
    }
    
    #footer-img img {
    width: 40%;
}
}


/*---------------------------------------------*/
/* 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;
        padding-top: 50px;
	}
}

#Page-office #sec-access {
	background-color: #ffffff;
}


/*---------------------------------------------*/

/* index.html 

============================================== */

#top-business{
    background: url("../image/doboku.png");
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.pagetop02Box {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.pagetop02Box p {
    line-height: 3.5rem;
    text-align: center;
}

.img_wrap{
    width: calc((100% - 10%) / 3);
    height: 230px;
    transition-duration: 0.5s;
    padding: 60px 10px;
    box-shadow: 8px 8px 5px rgba(0,0,0,0.5);
    transform: translateY(-5px);
}

.img_wrap img{
  width: 20%;
  cursor: pointer;
}

a.img_wrap {
    text-decoration: none;
    margin: auto 0;
    background: #438b38;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

a.img_wrap:hover {
    background: rgb(67, 139, 56, 0.7);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}


@media screen and (max-width: 767.98px) {
.pagetop02Box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    a.img_wrap {
    width: 100%;
    height: auto;
    transition-duration: 0.5s;
    padding: 30px 30px;
    margin-bottom: 30px;
}
}

/*----------　ここまで　---------*/


section#top-guidance {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 120px 0;
}

.main-box {
    width: 48%;
    height: 550px;
    text-decoration: none;
}

.main-box .sab-box {
    padding: 50px;
    height: 550px;
    background: rgb(255, 255, 255, 0.6);
}

.main-box .sab-box:hover {
    background: none;
}

.companyBox{
    background: url("../image/contact.jpeg");
    background-size: cover;
    background-position: center;
}

.recruitBox{
    background: url("../image/recruit.png");
    background-size: cover;
    background-position: center;
    margin-top: 60px;
}

section#top-contact {
    background: rgb(67 139 56);
}

.contact-link {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.contact-link-title {
    border-right: 1px solid #fbfbfb;
    border-bottom: none;
    width: 46%;
}

.contact-link-main {
    width: 46%;
}

.contact-link-sabmain {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.contact-link-tel {
    font-size: 40px;
    margin-right: 30px;
    align-items: center;
}

.contact-link-date {
    text-align: left;
}


.contact-link-button {
    padding: 10px 0;
    background: white;
    width: 80%;
    color: #438b38;
    font-weight: bold;
    text-decoration: none;
}

.contact-link-button:hover {
    background: linear-gradient(30deg, #cbcd44 0%, #438b38 100%);
    color: white;
    border: 1px solid #fbfbfb;
    
}


.border01 {
    margin: 50px auto;
}

.border02 {
    border: 2px solid #438b38;
    background: rgb(255, 255, 255, 0.6);
    text-align: center;
    padding-top: 16px;
}



@media screen and (max-width:767.98px) {  
    section#top-guidance {
    display: flex;
    width: 100%;
    padding: 60px 0;
    flex-direction: column;
    justify-content: flex-start;
}
    
    .recruitBox {
    margin-top: 0px;
}
    
    .main-box {
    width: 100%;
    height: auto;
}
    
    .main-box .sab-box {
    height: auto;
}
    
    .contact-link {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}
    
    .contact-link-title {
    border-bottom: 1px solid #fbfbfb;
    border-right:none;
    width: 100%;
}
    
    .contact-link-main {
    width: 100%;
    margin: 20px 0;
}
    
    .contact-link-sabmain {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-direction: column;
}
    
    .contact-link-tel {
    font-size: 40px;
    margin: auto;
    align-items: center;
}
    
    .contact-link-date {
    text-align: center;
    display: flex;
    margin: auto;
}
    .contact-link-button {
    padding: 10px 0;
    background: white;
    width: 80%;
    color: #438b38;
    font-weight: bold;
    text-decoration: none;
    margin: auto;
}
    
    
}

/*---------------------------------------------*/

/* company.html

---------------------------------------------- */

#Page-company section {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
}

ul.companylist {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.companylist li {
    padding: 15px 30px;
    list-style: none;
}

ul.companylist li a {
    color: #333;
}

.accessBox {
    display: flex;
    justify-content: space-between;
}


#Page-company .keiyasuzumi {
    margin: 30px auto;
}


#Page-company #access .keiyasuzumi {
    width: 48%;
    margin: 0;
}

/*--- 会社概要のテーブル指示 ---*/
.table_design03 {
  border-collapse: collapse;
  width: 100%;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}
.table_design03 th {
  border-bottom: 2px solid #438b38;
  font-weight: bold;
  text-align: center;
  width: 25%;
  min-width: 4em;
}


.aboutBox {
    display: flex;
    justify-content: space-between;
}

.aboutBox p.image {
    width: 24%;
    margin: auto;
    margin-bottom: 0;
}

span.Daihyou {
    font-size: xx-large;
    margin-left: 20px;
    font-weight: 600;
}

p.bottom150 {
    margin-bottom: 150px;
}

@media screen and (max-width:767.98px) {
ul.companylist li {
    padding: 0 8px;
    list-style: none;
}
    
    p.bottom150 {
    margin-bottom: 0px;
}
    
    #Page-company section {
    width: 100%;
    margin: 0 auto;
}
    .aboutBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    .table_design03 th, .table_design03 td {
    font-size: 14px;
    padding: 0.5em;
}
    
    .aboutBox p.image {
    width: 100%;
    margin: 20px 0;
    margin-bottom: 0;
}
    
    span.Daihyou {
    font-size: x-large;
}
    
    .accessBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    #Page-company #access .keiyasuzumi {
    width: 100%;
    margin: 0;
}
    
    
    
}




/*---------------------------------------------*/

/* service.html

---------------------------------------------- */

.dobokuBox {
    display: flex;
    justify-content: space-between;
}

.dobokusab {
    width: 50%;
}

.sabBox {
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sabBox p {
    line-height: 2.3rem;
}

section#tobi {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}



.btn-gradient-radius {
  display: inline-block;
    padding: 15px 20px;
    border-radius: 90px;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(45deg, #cbcd44 0%, #438b38 100%);
    transition: .4s;
    width: 65%;
    text-align: center;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #6ecd44 0%, #0a596b 100%);
}

section.annaiBox {
    border-top: 1px solid #cfcfcf;
    display: flex;
    justify-content: space-between;
}

.annaisubBox {
    width: 46%;
}


.serviceBox {
    display: flex;
    justify-content: space-between;
}

.servicesubBox {
    width: 48%;
}

.servicesubBox p {
    line-height: 2.0rem;
}



@media screen and (max-width:767.98px) {
.dobokuBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    section#tobi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    
    .dobokusab {
    width: 100%;
}
    
    .sabBox {
    margin: 30px 0;
}
    
    .sabBox p {
    line-height: 1.6rem;
}
    
    section.annaiBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    .annaisubBox {
    width: 100%;
        margin-bottom: 50px;
}
    
    .serviceBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    .servicesubBox {
    width: 100%;
    margin: 30px 0;
}
    
}


/*---------------------------------------------*/

/* recruitce.html

---------------------------------------------- */
.RecruitBox {
    margin: 50px auto;
}

.recruitbtn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.recruitbtn .btn {
    border: 1px solid #438b38;
    width: 48%;
    padding: 20px 0px;
    color: #438b38;
}

.recruitbtn .btn:hover {
    background-image: linear-gradient(45deg, #d7d942 0%, #39a529 100%);
    color: white;
}

h2.recruitmidashi {
    background: linear-gradient(45deg, #cbcd44 0%, #438b38 100%);
    padding: 0.5em;
    color: white;
    margin-bottom: 35px;
}


.recruitsyosai .table_design03 {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}

.imgBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0;
}

.imgBox .img {
    width: calc((100% - 6%) / 4);
}

@media screen and (max-width:767.98px) {
.recruitbtn .btn {
    padding: 10px 0px;
}
}

