@charset "UTF-8";

/*--------------------------------------------------------------------------------
	top
--------------------------------------------------------------------------------*/

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 768px){
    section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

/*info
=======================================*/

.info {
    background:url("../../img/top/bg-info.jpg") no-repeat left center ;
    background-size: cover;
}

.info dl {
    padding-left: 1.5em;
}

.info dt {
    font-weight: bold;
    margin: 25px 0 10px;
    line-height: 1.3;
    position: relative;
}

.info dt:first-child {
    margin-top: 0;
}

.info dt:before {
    content: "■";
    color: #F00000;
    display: inline-block;
    margin-right: 0.5em;
    position: absolute;
    left: -1.5em;
}

.info-txt-01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 5px;
}

.info-ul-01 > li {
    display: inline-block;
    padding-right: 1em;
}

.info-ul-01 > li:before {
    content: "・";
}



@media only screen and (min-width: 768px){
    
    .info .c-container {
        max-width: 1060px;
    }
    
    .info dt {
        margin: 50px 0 20px;
    }
    
    .info-txt-01 {
        font-size: 34px;
        line-height: 1.4;
        padding-bottom: 10px;
    }
    
}

/*about
=======================================*/



.about-dl-01 dt,
.about-dl-01 dd {
    line-height: 1.5em;
}

.about-dl-01 dd {
    margin: -1.5em 0 1em 7em;
}


@media only screen and (min-width: 768px){
    
    .about .c-container {
        max-width: 660px;
    }

    .about-dl-01 dd {
      margin-left:32%;
    }
}


/*message
=======================================*/

.message {
    background: #f7f7f7;
}

.message-text-01 {
    padding-top:1.4em;
}

@media only screen and (min-width: 768px){
    
    .message {
        background: url("../../img/top/bg-message.jpg") no-repeat center top;
        background-size: cover;
        padding-top: 90px;
        padding-bottom: 105px;
    }    
    
    .message .c-container {
        max-width: 1210px;
    }
    
    .message-box-01 {
        background: #FFF;
        padding: 45px 45px 60px 45px;
        width: 49%;
        box-sizing: border-box;
        text-align: justify;
    }
    
    .message-box-01 .c-ttl-01 {
        text-align: left;
    }
}


/*philosophy
=======================================*/

.philosophy {
    background: #222;
    color: #FFF;
}

@media only screen and (min-width: 768px){
    
    .philosophy .c-container {
        max-width: 980px;
    }
}

@media only screen and (min-width: 768px){
    
    .philosophy .c-d-md-flex {
        justify-content: space-between;
    }
    
    .philosophy-box-01 {
        width: 45%;
    }
    
    .philosophy-txt-01 {
        line-height: 2em;
    }
}


/*access
=======================================*/

.access-box-01 {
    border: 1px solid #707070;
    padding: 5px;
}


a.access-btn-01 {
    background: #000;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    max-width: 590px;
    padding: 0.9em 0.5em;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (min-width: 768px){
    .access .c-container {
        max-width: 980px;
    }
    
    a.access-btn-01 {
        font-size: 20px;
    }

}


/*recruit
=======================================*/

.recruit {
    background: #f7f7f7;
}

@media only screen and (min-width: 768px){
    .recruit .c-container {
        max-width: 900px;
    }
}


/*sns
=======================================*/

.sns {
    padding: 35px;
    background: #F7F7F7;
    text-align: center;
}

.sns img {
    width: 22%;
    max-width: 78.63px;
}

@media only screen and (min-width: 768px){
    
    .sns {
        paddding:80px 55px;
    }
    
}


/*contact
=======================================*/

@media only screen and (min-width: 768px){
    
    .contact .c-container {
        max-width: 700px;
    }
}

.contact-txt-01 {
	padding-bottom: 30px;
}

@media only screen and (min-width: 768px){
	
	.contact-txt-01 {
		padding-bottom: 70px;
	}
	
}

.contact-txt-02 {
	font-size: 85%;
	color: #666;
}


.contact-box-01 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

@media only screen and (min-width: 768px){
	
	.contact-box-01 {
		margin-top: 30px;
	}
}

/* form */

.contact-box-01 dl {
	width: 100%;
}

.hissu::after {
	content: "*";
	display: inline-block;
	margin-left: 0;
}



@media only screen and (min-width: 768px){
	

	
}

.contact-txt-03 {
	text-align: left;
}

.contact-txt-03 a {
	text-decoration: underline !important;
}

.contact-txt-03 a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.wpcf7-spinner {
    display: none !important;
}

@media only screen and (min-width: 600px){
    .contact-txt-03 {
        text-align: center;
    }
}



.contact-table-01 th,
.contact-table-01 td {
	padding:10px;
	text-align: left;
	border-top: 1px solid #ddd;
}

.contact-table-01 {
	border-bottom: 1px solid #ddd;
}

.contact-table-01 th {
	max-width: 200px;
}

.contact-table-01 th span {
	display: inline-block;
	width: 4.5em;
}

.contact-error {
	color:#EA362B;
}


.contact-box-02 {
	width: 49.2%;
}

input[type="text"], input[type="email"], input[type="date"], input[type="tel"], select, textarea {
	margin-top:3px;
}

@media only screen and (min-width: 768px){

	
	.contact-table-01 th,
	.contact-table-01 td {
		padding: 15px;
	}
	
	.contact-table-01 th span {
		display: inline;
		width: auto;
	}
}



/*contact-confirm*/

.contact-confirm-dl {
    border-bottom: 1px solid #eee;
}

h1 + .contact-confirm-dl {
    border-top: 1px solid #eee;
}

.contact-confirm-dl dt {
    padding:10px 0 5px 0;
}

.contact-confirm-dl dd {
    padding: 0 0 10px 0;
}

@media only screen and (min-width: 768px){

    .contact-confirm-dl {
        display: flex;
        justify-content: flex-start;
    }
    
    .contact-confirm-dl dt {
        width: 25%;
        padding: 15px 0;
    }
    
    .contact-confirm-dl dd {
        width: 75%;
        padding: 20px 0;
    }

    
}


.mainv-pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -100;
	background:#000000;
}

.mainv-pic video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.mainv-pic::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.52);
	position: absolute;
	top: 0;
	left: 0;
}

.mainv{
	position:relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
	color: #FFF;
}

.mainv-box-01 {
	width: 100vw;
    height: 100vh;
	position: relative;
    color: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mainv-box-02{
    width: 100%;
    text-align: center;
}

.mainv h1 img {
    width: 75%;
    max-width: 695.62px;
}

.mainv-txt-01 {
    font-size: 22px;
    line-height: 1.5;
    margin: 30px 0;
}

.mainv-txt-01 img {
    width: 70%;
    max-width: 558.35px;
}

.mainv-txt-02 {
    font-size: 14px;
    line-height: 1.5;
}

.mainv-txt-02 img {
    width: 80%;
    max-width: 528.12px;
}

@media only screen and (min-width: 768px){
    
    .mainv-pic, .mainv-box-01 {
        min-height: 700px;
    }
    
    .mainv-txt-01 {
        font-size: 46px;
        margin: 70px 0;
    }
    
    .mainv-txt-02 {
        font-size: 24px;
        line-height: 1.5;
    }

}
