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

}

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



@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: #0c5c9b;
}

.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: #0c5c9b;
}

.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: #0c5c9b;
    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: 20px 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: 250px;
    }
    
    .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;
}


/*---------------------------------------------*/
/* パンくずリスト
============================================== */

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: .9em;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%230c5c9b'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #0c5c9b;
    border-right: 1px solid #0c5c9b;
    content: '';
}

.breadcrumb-001 a {
    color: #0c5c9b!important;
    text-decoration: none;
}




/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-service .main-bar {
	background: url("../image/toyotauoichiba_14.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

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

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

#Page-php .main-bar {
    background: url("../image/background_contact.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 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;
	width: 100%;
	position: relative;
}

.main-bar h1 {
    font-size: 3.5rem;
    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: 40vh!important;
	}
	.main-bar-img img {
		height: 45px;
	}
}






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

/* contact

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

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

section#contact {
    background: aliceblue;
}


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

#contact h2 {
    margin-bottom: 1em;
    margin-top: 40px;
    letter-spacing: 0.2em;
    position: relative;
}

#contact h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(45deg, #a4dfed 0%, #0c5c9b 100%);
    border-radius: 2px;
}

#contact-tel h2 {
    margin-bottom: 1em;
    margin-top: 40px;
    letter-spacing: 0.2em;
    position: relative;
}

#contact-tel h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(45deg, #a4dfed 0%, #0c5c9b 100%);
    border-radius: 2px;
}


#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 #0c5c9b;
    color: #0c5c9b;
}

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

.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: #0c5c9b 3px solid;
    width: 60%;
    color: white;
    font-size: 3.8rem;
    font-weight: 700;
    background: #0c5c9b;;
}

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


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

@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: #0c5c9b;
    border-color: #0c5c9b;
}

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

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

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

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



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


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

画面右側のLINE案内 

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

.contactForm {
    display: none;
}

.contactForm a img {
    width: 80%;
}

.contactForm a {
    text-decoration: none;
}


div#keiyaku-top {
    position: fixed;
    right: 0;
    bottom: 206px;
    width: 70px;
    padding: 25px 5px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
    background: #292f89;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

div#keiyaku-top a {
    text-decoration: none;
}

div#keiyaku-top:hover {
    opacity: 0.8;
}

div#contents-top {
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 70px;
    padding: 25px 5px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
    background: rgb(199 197 197);
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

div#contents-top a{
    text-decoration: none;
}

div#contents-top:hover {
    opacity: 0.8;
}

.sp-001{
    display: none;
}

.pc-001{
    display: block;
}



@media screen and (max-width: 767.98px) {
.sp-001{
    display: block;
    color: #fff;
    margin-bottom: 0;
}
    
    .pc-001{
    display: none;
}
    
    .contactForm {
            position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 14;
        border: solid 1px #46b501; 
        background: #46b501;
}
    
    .contactForm a:hover {
        opacity: 0.8;
}
    
    
    div#contents-top {
    position: fixed;
    right: 0;
    bottom: 0px;
    width: 100%;
    padding: 10px 5px;
    writing-mode: initial;
}
    
    div#keiyaku-top {
    position: fixed;
    right: 0;
    bottom: 44px;
    width: 100%;
    padding: 10px 5px;
    writing-mode: inherit;
}
}

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

/* トップページ　index.html

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

.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% - 10%) / 4);
}

a.sabbox:hover {
    opacity: 0.8;
}

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



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


.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) {
	
	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;
}
    
    a.sabbox {
    text-decoration: none;
    text-align: center;
    width: calc((100% - 3%) / 2);
    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;
}
    
    
}

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



}



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

recruit.html

---------------------------------------------*/
section#recruit_message {
    padding-bottom: 80px;
}

section#recruit_message p {
    margin-top: 80px;
}

section#recruit_works {
    background: aliceblue;
}

.recruit_slider .title{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

/*--　フローの指示　--*/
.flow_design12 {
    width: 80%;
    margin: 80px auto;
}

.flow12 {
	margin: 0;
	padding: 0;
}
.flow12 > li {
	list-style-type: none;
	position: relative;
  padding-bottom: 30px;
	display: flex;
	align-items: flex-start;
}
.flow12 > li:nth-of-type(even)::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 40px;
	width: 0;
  height: 100%;
	border-left: 4px dotted #d4d4d4;
}
.flow12 > li:nth-of-type(odd)::before {
	content: "";
	position: absolute;
	left: 50px;
	top: -40px;
	width: 10%;
	height: 40px;
}
.flow12 > li:nth-of-type(odd)::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 50px;
	width: 10%;
	height: 100%;
	border-left: 4px dotted #d4d4d4;
}
.flow12 > li:first-of-type::before, .flow12 > li:last-of-type::after {
  content: unset;
}
.flow12 > li dl {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 130px);
}
.flow12 > li .icon12 {
	display: inline-block;
	margin: 0;
	width: 100px;
	height: auto;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 2rem;
	line-height: 100px;
	background: linear-gradient(45deg, #0c5c9b 0%, #a4dfed 100%);
	color: #fff;
	border-radius: 100vh;
	position: relative;
	z-index: 1;
}
.flow12 > li dt {
	display: inline-block;
	margin: 3.5rem 0 0.5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
}
.flow12 > li dd {
	margin: 0;
	font-weight: normal;
	line-height: 2;
	letter-spacing: .1em;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.flow12 > li dd p.text{
    width: 60%;
}

.flow12 > li dd p.image{
    width: 38%;
}


@media screen and (max-width: 767.98px) {
    .flow_design12 {
    width: 100%;
    margin: 60px auto;
}
    
    .flow12 > li dd {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    .flow12 > li dd p.text {
    width: 100%;
}
.companyBox .text {
    line-height: 2.6rem;
    margin: 10px 0;
}
    .flow12 > li dd p.image {
    width: 100%;
}
    
      .flow12 li:nth-child(odd) dl {
    display: flex;
    flex-direction: column;
  }

  .flow12 li:nth-child(odd) .image {
    order: -1; /* 画像を先に */
  }

  .flow12 li dl {
    display: flex;
    flex-direction: column;
  }

  .flow12 li .image,
  .flow12 li .text {
    width: 100%;
  }
    
}


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

#recruit_interview h3 {
    margin: 80px 0 20px;
    text-align: center;
    color: #0c5c9b;
    font-weight: 800;
}

.interviewBox {
    width: 80%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.interviewBox .textBox {
    width: 76%;
}

.interviewBox .imageBox {
    width: 22%;
}

.interviewBox h4 {
    color: #0c5c9b;
    font-weight: 600;
    font-size: 2.3rem;
    margin-bottom: 20px;
}

section#recruit_youkou {
    padding-bottom: 80px;
    /* background: aliceblue; */
}

section#recruit_youkou .table_design03 {
    width: 80%;
    margin: 80px auto 0;
}

section#recruit_bosyuu {
    background: aliceblue;
}

.entrymainBox {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 80px auto;
}

.entryimageBox {
    width: 48%;
    border: 1px solid #0c5c9b;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    background: white;
    color: #0c5c9b;
}

.entryimageBox:hover {
    border: 1px solid #0c5c9b;
    background: linear-gradient(45deg, #0c5c9b 0%, #a4dfed 100%);
    color: white;
}



@media screen and (max-width: 767.98px) {
.recruit_slider .title {
    font-size: 8vw;
    width: 100%;
}
    
    .interviewBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    .interviewBox .textBox {
    width: 100%;
}

.interviewBox .imageBox {
    width: 100%;
}
    
    section#recruit_youkou .table_design03 {
    width: 100%;
    margin: auto;
}
    
    .entrymainBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    .entryimageBox {
    width: 100%;
    margin-bottom: 20px;
}
}

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

service.html

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


.joukenBox p {
    line-height: 2.6rem;
    padding-left: 25px;
}

.photogalleryBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 80px 0;
}

.photogalleryBox p {
    width: calc((100% - 2%) / 3);
}


@media screen and (max-width: 767.98px) {
.photogalleryBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 60px 0;
}

.photogalleryBox p {
    width: 100%;
}
    
    .joukenBox p {
        padding-left: 15px;
}
}



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

company.html

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

h2.main-title {
    margin-bottom: 1em;
    margin-top: 40px;
    letter-spacing: 0.2em;
    position: relative;
}

h2.main-title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(45deg, #a4dfed 0%, #0c5c9b 100%);
    border-radius: 2px;
}

#company-aisatsu h3{
 font-family: "Noto Serif JP", 
 sans-serif; font-weight: 600;
}

.companyBox .text {
    line-height: 2.6rem;
    margin: 80px 0;
}

.access-subbox {
    width: 48%;
}

.picturebox {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
p.images {
    width: calc((100% - 5%) / 3);
}

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

.table_design03 {
  border-collapse: collapse;
  width: 100%;
    margin: 80px 0;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}
.table_design03 th {
  border-bottom: 2px solid #0c5c9b;;
  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 #0c5c9b;
}    
    .table_design03 th {
  width: 100%;
    border-bottom: 2px solid #c1c7c6;
        text-align: left;
}
}
/*--　ここまで　--*/

/*--　沿革の指示　--*/

.timeline {
    width: 96%;
    margin: 28px auto;
}

.timeline-list {
    padding: 40px 0;
}

.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}

.timeline-list-item .date {
    width: 20%;
    padding: 0 0 0 10px;
    color: #888888;
    font-weight: bold;
}

.timeline-list-item .content {
    position: relative;
    width: 80%;
    padding: 0 20px 60px 30px;
    border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px; 
    width: 20px;
    height: 20px;
    background-color: #00c2bc;
    border-radius: 10px;
    background: linear-gradient(45deg, #a4dfed 0%, #0c5c9b 100%);
}

@media screen and (max-width: 767.98px) {
.timeline {
    width: 100%;
}
    
.timeline-list-item .date {
        padding: 0;
        width: 22%;
        font-size: 1.5rem;
    }
    
    .timeline-list-item .content {
    position: relative;
    width: 78%;
    padding: 0 20px 60px 20px;
    font-size: 1.5rem;
}
}



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

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

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

#footer-contents .footer-contents-inner {
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.footerBox{
	width: 48%;
	margin-bottom: 0px;
}

#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 #dfdfdf;
    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: 250px;
	}
    
    #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;
  }
}