@charset "utf-8";

/* *****共通設定***** */
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP", "Zen Kaku Gothic Antique", "Zen Maru Gothic", sans-serif;
}
* {
	font-family: "Noto Sans JP", "Zen Kaku Gothic Antique", "Zen Maru Gothic", sans-serif;
	color :#615c61;
	font-size: 1.8rem;
}
strong { font-family: "Noto Sans JP", "Zen Kaku Gothic Antique", "Zen Maru Gothic", sans-serif;
	font-weight: 900; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ }


.btn-warning-navy {
	background-color: #615c61!important;
	color: #ffffff;
}

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

.fw-black900 {
		font-weight: 900;
	}
.colorRed {
	color: #ff0000;
}

#index-service .box-title{
	font-weight: bold;
}

span.spann {
	font-size: 22px;
}


.border-bottom{
    border-bottom: solid 0.2px #dfdfdf;
    margin-bottom: 0;
}


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

a {
    text-decoration: none;
}



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

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

.midashi-26 {
	font-size: 26px!important; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 26 + ((1vw - 3.2rem) * 0.625));
}

.midashi-30 {
	font-size: 30px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 30 + ((1vw - 3.2rem) * 0.625));
}

.midashi-32 {
	font-size: 32px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 32 + ((1vw - 3.2rem) * 0.625));
}

h1 {
    font-size: 3.0rem;
}


h2 {
    font-size: 3.0rem;
}

h4 {
    font-size: 1.8rem;
}


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

大きいブロックの隙間調整

===============================================*/
section {
	padding: 40px 10px;
}

@media screen and (max-width:767.98px) {
	section {
		padding: 30px 10px;
	}
	
	.midashi-10 {
	font-size: 8px; 
}
    
    section#top {
    padding: 0 0 60px 0;
}
}

/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 3rem;
	background: linear-gradient( #1EAB5E , #615c61);
	padding: 1rem;
	color: #fff;

}
h2, h3{
   color: #401f0f;
	text-transform: uppercase;
}

h3 {
	font-size: 160%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

h1.SNS-jouhou {
    color: #138a31;
}

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

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/

/*-- header/navigation --*/

.navbar, .navbar-box {
	background-color: #ffffff00;
    color: #000!important;
}

.header-logo{
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
	padding: 0;
}

.header-logo img {
    padding-right: 1em;
}

.header-logo p {
    color: #000000;
    display: inline-block;
    font-size: 160%;
    font-weight: bold;
}

p.header-comments {
	font-size: 90%;
    font-weight: normal;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}

.nav-item {
    width: 25%;
    border-left: 1px solid #ffffff;
}

.nav-item:nth-child(6n) {
    border-left: 1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.nav-item .nav-link {
    padding: 1.5em;
    color: #ffffff;
    font-weight: 600;
}

.nav-pading {
    padding: 0.5em;
}

.nav-link-sub {
    color: #FF90BC; 
    margin: 0;
    font-size: 90%;
    letter-spacing: 0.1em;
}

.header-menu-box {
	display: flex;
	align-items: center;
    flex-direction: row;
}

.header-menu-box .telbox a {
	display: flex;
    flex-direction: row;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 140%;
    margin: 0;
}

.telbox img {
    width: 25px;
}

.telbox a {
    text-decoration: none;
    color: #000;
}
.header-menu-box .otoi {
	 font-size: 90%;
    padding: 0;
    margin: 0;
}

a.nav-link:hover, a.nav-link:hover .nav-link-sub {
	color: white;
    background-color: #138a31;
}

.main-box-title {
    width: 50%;
}

.main-box-title p{
	font-size: 120%;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
}

.main-box {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.main-box-image {
    width: 50%;
}

.main-box-image h2 img {
    width: 30%;
}

a.nav-link:hover, a.nav-link:hover .nav-link-sub {
	color: white!important;
}


/** ヘッダー内容 **/
.pa_bo10 {
    padding-bottom: 1em;
}
.clearfix {
    display: block;
    clear: both;
    overflow: hidden;
}
.clearfix {
    display: block;
    clear: both;
    overflow: hidden;
}
.float_L {
    float: left;
    padding-right: 10px;
}

.head02_01{
	font-size: 13px;
    word-break: normal;
    width: 100%;
}

.header-menu-box {
    display: flex;
    column-gap: 30px;
}

.header-sab-box  {
    display: contents;
}

.navbar-light .navbar-nav .nav-link {
    color: #138a31;
    letter-spacing: 5px;
}

.navbar-expand-md .navbar-nav {
    flex-direction: row;
	justify-content: center;
}

.header-logo a {
    font-size: 30px;
    text-decoration: none;
    color: #615c61;
    font-weight: bold;
}

.subbox a {
    font-size: 30px;
    text-decoration: none;
    color: #615c61;
}

.pa20{
    padding: 6px 0 0;
}

a.nav-link.nav-pading {
    padding: 1rem 0;
}

.list-unstyled {
    padding-left: 0px;
    list-style: none;
}

@media screen and (max-width:767.98px) {
	
	.list-unstyled {
    padding-left: 20px;
    list-style: none;
}
	
	.pa20 {
    padding: 0;
}
	
	.nav-item {
		width: 100%;
        border-left: none;
	}
    
	.nav-item:nth-child(5n) {
		border-left: none;
        border-right:none;
	}
	
	.nav-item .nav-link {
		padding: 1em;
        color: #000000;
        font-weight: bold;
    }
	
	.nav-link-sub {
        display: none;
    }
    
    .header-logo { 
		width: auto;
        display: flex;
        flex-direction: column;
        padding: 0em 0;
        margin: 0;
	}
    
	.header-logo p {
        color: #000000;
        display: inline-block;
        font-weight: bold;
        margin: 0;
        font-size: 110%;
	}
    
	p.header-comments {
        font-size: 70%;
        font-weight: normal;
    }
	
    .header-menu-box {
        display: none;
    }
    
    .header-logo img {
        width: 60px;
    }
    
    .header-box {
        align-items: center;
    }
    
    .menu__item {
        padding: .8em 2em;
    }
    
    .menu__item a {
        font-size: 100%;
        margin: 0;
        line-height: 1em;
    }
    
    a.nav-link:hover, a.nav-link:hover .nav-link-sub {
        color: #ffffff;
        background-color: transparent;
    }
	
	.header-menu-box {
    display: none;
}
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .main-box-image h2 img {
        width: 50%;
    }	
	
	.header-menu-box {
    display: none;
}

}
/*---------------------------------------------*/
/* 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-service .main-bar {
	background: url("../images/banner_service.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

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

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


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

.main-bar h1 {
  display: inline-block;
  background: linear-gradient(135deg, #6cca9f 0%, #37c788 50%, #20a85b 100%);
  color: #fff;
  padding: 0.5em 1.5em;
  margin: 0; /* auto を外して左寄せ */
  border-radius: 6px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center; /* h1 内の文字は中央揃え */
}


.main-bar p {
    margin: 0 auto;
    color: #333;
    text-align: left;
    position: relative;
    z-index: 7;
    font-size: 3.75rem;
    letter-spacing: 10px;
    display: block;
    line-height: 1;
    font-weight: 500;
}

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

.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 35vh!important;
	width: 100%;
	position: relative;
    opacity: 0.7;
}

.main-bar h1 {
    text-align: center;
    color: white;
}

.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: 15vh!important;
	}
	.main-bar-img img {
		height: 45px;
	}

    .main-bar h1 {
    font-size: 2.0rem;
}
}






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

/* contact

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

section#contact-tel {
    width: 80%;
    margin: 0 auto;
}

div#contactBox {
    width: 80%;
    margin: 0 auto 80px;
}



#form-table, .form-line {
	display: flex; 
    flex-direction: row; 
    align-items: center;
	width: 100%; 
    flex-wrap: wrap;
    background: white;
    padding-bottom: 50px;
}
.contacttext {
    margin: 80px auto 0;
}

.form-line {
	border-bottom: #e2e2e2 1px solid;
	padding: 0 1.8em;
}

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

.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;
    z-index: 1;
    background: #fff;
    padding: 10px 100px;
    letter-spacing: 0.2em;
    border: 1px solid #138a31;
    color: #138a31;
}

.btn-primary:hover {
    background: linear-gradient(45deg, #a4dfed 5%, #138a31 100%);
    transition-duration: 0.2s;
    color: #fff;
	border: 1px solid #138a31;
}

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

.telBox {
    margin: 80px auto 15px;
    display: flex;
    justify-content: center;
}

.telBox a {
    text-decoration: none;
    padding: 2rem;
    border: #138a31 3px solid;
    width: 60%;
    color: white;
    font-size: 3.8rem;
    font-weight: 700;
    background: #138a31;
}

.telBox a:hover {
    background: linear-gradient(45deg, #a4dfed 5%, #138a31 100%);
    color: white;
}

button.btn.btn-primary.mx-auto.d-block.my-5.btn-Box03{
    text-decoration: none;
    padding: 2rem;
    border: #138a31 3px solid;
    color: white;
    background: #138a31;
}

button.btn.btn-primary.mx-auto.d-block.my-5.btn-Box03:hover {
    text-decoration: none;
    padding: 2rem;
    border: #138a31 3px solid;
    color: white;
    background: linear-gradient(45deg, #a4dfed 5%, #138a31 100%);
}


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

@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%;
}
    
    section#contact-tel {
    width: 100%;
}
    
    div#contactBox {
    width: 100%;
}

.form-line {
    padding: 0 0.2px;
}
}

@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;
}
/*---------------------------------------------*/
/* technical-data, technical-data-DL
============================================== */
.form-DL-table {
	width: 80%;
	margin: 0 auto;
	display: flex; flex-direction: row; align-items: center;
	flex-wrap: wrap;
}

.form-DL-table .form-koumoku {
	font-size: 80%;
	color: #fbaa05;
}

.form-DL-table .form-naiyou {
	width: calc( 100% - 25% - 30px);
	padding: 0.75em 0;
}

@media screen and (max-width: 767.98px) {
	.form-DL-table {
		width: 100%;
	}
	.form-DL-table .form-naiyou {
	width:100%;
}
}


i.fab {
    font-size: 30px;
}

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

/* thankyou

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


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

div#thankyou {
    padding-top: 150px;
}

h4.h2-udline {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.thanks {
    margin: 100px auto;
}


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

/* ボタンの色、変更

============================================== */
.form-check-input:checked {
    background-color: #138a31;
    border-color: #138a31;
}

.form-check-input:focus {
    border-color: #138a31;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(19, 155, 12, 0.25);
}

.form-control:focus {
    border-color: #138a31;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(19, 155, 12, 0.25);
}

.form-select:focus {
    border-color: #138a31;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(19, 155, 12, 0.25);
}

.btn-primary:focus {
    border-color: #138a31;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(19, 155, 12, 0.25);
}



/*---------------------------------------------*/
/* size
============================================== */
.max-960 {
	 max-width: 960px;
	margin: 0 auto;
}

/*---------------------------------------------*/
/* 見出しの指示
-----------------------------------------------*/

.heading-31 {
    position: relative;
    padding: .3em 0 .2em 2.5em;
    border-bottom: 3px solid #138a31;
    color: #333333;
    width: 20%;
    margin: 0 auto 30px;
    font-size: 2.5rem;
}

.heading-31::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #138a31;
    content: '';
}

.heading-31::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #138a31;
    content: '';
}

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

/* トップページ　index.html

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

section#top-title a {
    color: #615C61;
    border-bottom: solid 1px #615C61;
}

.main-box-SNS h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.main-box-SNS p.text{
    line-height: 3rem;
    margin: 20px 0;
}

.SNS-news a:hover {
    opacity: 0.8;
}

section#top-news_recruit {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-box-news {
    width: 48%;
}

.main-box-news h2.SNS-jouhou {
    padding-bottom: 10px;
    border-bottom: solid 1px #abafb2;
}



#concept {
	background: rgb(245, 245, 245, 0.8);
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

.conceptBOX {
    padding: 60px;
    text-align: center;
}

.conceptBOX h1 {
    margin: 40px 0;
    font-size: 3.5rem;
}

.menuBOX div a {
    text-align: center;
    text-decoration: none;
}


.border02 {
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
    padding: 30px 0;
    margin: 30px auto;
    width: 80%;
    display: flex;
    justify-content: center;
}

.border02 p {
    width: calc((80% - 15%) / 2);
    margin: auto 0;
}

.border02:hover {
    background: #f2f2f2;
}


section#recruit {
    background: url("../image/sozai01.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

.recruitBOX {
    padding-bottom: 100px;
    border-bottom: solid 1px #abafb2;
}

.recruitBOX .text {
    line-height: 3.0rem;
    margin: 50px auto;
}


.recruitbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

a.sabbox {
    text-decoration: none;
    width: calc((100% - 25%) / 3);
}

a.sabbox:hover {
    opacity: 0.8;
}

.accessbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

a.btnBox .btn-Box {
    text-align: center;
    background: linear-gradient(45deg, #a4dfed 5%, #138a31 100%);
    color: white;
    padding: 2rem;
    font-weight: 600;
    width: 80%;
    margin: 60px auto 0;
    text-decoration: none;

}

a.btnBox .btn-Box:hover {
    background: #20a85b;
    color: white;
}



a.sabbox h3 {
    color: #138a31;
    font-size: 2rem;
}

a.sabbox h5 {
    color: #363737;
}

.heading-25 {
    position: relative;
    padding-top: .75em;
    color: #333333;
    font-size: 3rem;
}

.heading-25::before {
    position: absolute;
    bottom: .5em;
    left: 0;
    z-index: -1;
    color: #a6d8b3;
    font-size: 1.5em;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
}

.companyBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}

.companysabBox {
    width: 48%;
}

.companysabBox p {
    margin: 30px 0;
}

.CONTACTBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.CONTACTsabBox {
    width: 48%;
}

.CONTACTsabBox p {
    margin: 30px 0;
}

a.contact-btn div {
    text-align: center;
    background: linear-gradient(45deg, #a4dfed 5%, #138a31 100%);
    color: white;
    padding: 2rem;
    font-weight: 600;
    margin: 60px auto 0;
    text-decoration: none;
}

a.contact-btn div:hover {
    background: #20a85b;
    color: white;
}



/*-- スライドの指示　--*/


.slider-area {
    position: relative;
    width: 100%;
    height: 56vh;
}

.slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 30s linear infinite 0s;
}

.slider-item:nth-child(2) {
    animation-delay: 10s;
}

.slider-item:nth-child(3) {
    animation-delay: 20s;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }
}

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




/* アクセスの指示 */

table#table01{
    width: 100%;
}

#table01 tr {
  border-bottom: solid 1px #dfdfdf;
}

#table01 th,
#table01 td {
  padding: 15px 0;
  border: none;
}

#table01 th {
  width: 30%;
  text-align: center;
}

.sabbox_left {
    width: 60%;
}

.sabbox_right {
    width: 36%;
    margin: auto 0;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
    text-align: left;
  }

  #table01 td {
    padding-top: 0;
  }
}

/* ↑ここまで */


@media screen and (max-width: 767.98px) {

    .main-box-SNS h1 {
    font-size: 2.8rem;
 }

 .heading-31 {
    width: 65%;
}
	
	section#top-news_recruit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
	padding-bottom: 5px;
}
	
	section#recruit {
    padding: 0;
}
	
	.recruitBOX {
    padding-bottom: 50px;
}
	
	.main-box-news {
    width: 100%;
}
    
    
    .conceptBOX {
    padding: 20px 10px;
}
    
    .conceptBOX h1 {
    font-size: 3.2rem;
}
    
    .border02 {
    width: 100%;
}
    
    .border02 p {
    width: 100%;
}
    
    .recruitbox {
    flex-wrap: wrap;
    flex-direction: column;
}
    
    a.sabbox {
    text-decoration: none;
    text-align: center;
    width: 100%;
    margin: 5px 0;
}
    
    .accessbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    .sabbox_left {
    width: 100%;
}
    
    .sabbox_right {
    width: 100%;
    margin: 15px 0;
}

.companyBox {
    flex-direction: column;
}

.companysabBox {
    width: 100%;
}

.CONTACTBox {
    flex-direction: column-reverse;
}


.CONTACTsabBox {
    width: 100%;
}

a.btnBox .btn-Box {
    width: 100%;
}
    
    
}

@media screen and (max-width: 575.98px) {



}




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

service.html

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

#syohinBoxs{
    padding-bottom: 30px;
    border-bottom: solid 1px #abafb2;
}

.midashi_service {
  padding: 1rem 2rem;
  border-left: 5px solid #20a85b;
  background: #f4f4f4;
  margin-bottom: 0.8rem;
  margin-top: 50px;
}

.syohinBox_belt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.8rem;
    align-items: center;
}

.syohinBox_belt p {
    width: 30%;
}


.syohinBox_belt .syosai_belt {
    width: 66%;
    line-height: 2.6rem;
}

.syohinmainBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.syohinBox {
    width: calc((100% - 5%) / 3);
    margin-bottom: 30px;
}

.syohinBox h5 {
    line-height: 2.0rem;
}

.syosai_belt h2.title {
    color: orange;
    font-weight: 600;
    margin-bottom: 10px;
}

h4.margin-bot {
    line-height: 2.2rem;
    margin-bottom: 30px;
}


@media screen and (max-width: 767.98px) {

.syohinBox_belt {
    flex-direction: column;
}

.syohinBox_belt p {
    width: 60%;
}

.syohinBox_belt .syosai_belt {
    width: 100%;
}

.syohinBox {
    width: 100%;
    margin-bottom: 30px;
}
}



/*---------------------------------------------
各ページの一番下に出てくるボタンの指示
---------------------------------------------*/

.annaiBox { 
    display: flex;
    justify-content: space-between;
    gap: 2%;
}


.annaisubBox {
    position: relative;
    width: 46%;
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border-radius: 8px; /* 角丸が欲しければ */
    transition: transform 0.3s ease;
}

.annaisubBox img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease; /* 画像ズーム用 */
}

/* テキストは常に表示 */
.annaisubBox .textBox {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    transition: background 0.3s ease;
}

.annaisubBox h2 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    padding: 1rem 1.5rem;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* --- ホバー時の変化 --- */
.annaisubBox:hover img {
    transform: scale(1.1); /* 画像を拡大 */
}

.annaisubBox:hover .textBox {
    background: rgba(0, 0, 0, 0.55); /* オーバーレイを濃くする */
}



@media screen and (max-width: 767.98px) {
.annaiBox {
    flex-direction: column;
}

.annaisubBox {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}
}

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




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

company.html

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

/*--　会社概要のテーブル指示　--*/

.table_design03 {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}
.table_design03 th {
  border-bottom: 2px solid #20a85b;;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

@media screen and (max-width: 767.98px) {
.table_design03 tr {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}    
    .table_design03 th, .table_design03 td {
    border-bottom: 2px solid #20a85b;
}    
    .table_design03 th {
  width: 100%;
    border-bottom: 2px solid #c1c7c6;
        text-align: left;
}
}
/*--　ここまで　--*/


/*---------------------------------------------
footer
---------------------------------------------*/
#footer{
	margin-top: auto;
    background: #e2e2e2;
}

#footer-contents {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 80px 0 30px;
    justify-content: space-between;
    width: 100%;
}

#footer-contents .footer-contents-inner {
    text-align: center;
    width: 100%;
}

.footerBox {
    width: 48%;
    margin: auto;
}

#footer .footer-logo {
	display: block;
	margin-bottom: 30px;
}

#footer .footer-logo img {
	width: 165px;
}

#footer .btm-green {
	height: 150px;
	background: url("../images/footer-btm-green.jpg");
	background-size: cover;
	background-position: top center;
}

.bannerBox {
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
} 

#footer ul.nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.footerBox .title {
    padding-bottom: 10px;
    border-bottom: solid 1px #9f9c9c;
    margin-bottom: 10px;
}

#footer address, #footer p {
	color: #615c61;
    margin-bottom: 0.5rem;
}

#footer #copyright p, #footer #copyright a {
    background-color: #000000;
    color: #ccc;
	font-size: 1.4rem;
	text-decoration: none;
}




@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
		margin: 50px 0;
	}
	
	#footer-contents img {
		width: 40px;
	}
    
    #footer ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    flex-direction: column;
}
    
    #footer-contents .footer-contents-inner {
    display: flex;
    margin: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
	
	.footerBox {
    width: 100%;
    margin-bottom: 20px;
}
    
    .footerBox .title {
    padding: 0 0 20px 0;
    border-bottom: solid 1px #dfdfdf;
    margin: 10px 0;
        text-align: center;
}
    
    #footer .footer-logo {
    text-align: center;
}
    
    #footer address, #footer p {
    text-align: center;
}

}


 
@media only screen and (min-width: 641px) {
  #footer01 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  #footer01 .nav a:hover {
    color: #ca353b;
  }
}



a {
    text-decoration: none!important;
}