@CHARSET "UTF-8";


.intro {
	  padding: 20px 10px;
    text-align: center;
		line-height: 2.5em;
    font-size: 16px;
}

.point {
    text-align: center;
    font-size: 46px;
    font-weight: 400;
		border-bottom: solid 1px #898989;
}

.comph2 {
    display: flex;
    align-items: center;
		font-size: 30px;
    font-weight: 700;
    margin: 3rem 0 2rem;
}

.comph2:before,
.comph2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #898989;
}

.comph2:before {
    margin-right: 1rem;
}

.comph2:after {
    margin-left: 1rem;
}

.point2 {
    font-size: 46px;
    font-weight: 400;
    text-align: center;
}

#tenant1,#tenant2,#tenant3,#tenant4,#tenant5 {
	max-width: 910px;
	margin: 80px auto 10px;
}

.col3 {
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin: 30px 0;
}

.fix {
    max-width: 910px;
    margin: 30px auto!important;
}

.fix th {
	width: 30%;
}

.maximg {
    max-width: 910px;
    margin: 0 auto;
    display: block;
}

.maximg2 {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    border: solid 5px #666;
}
.maximg3 {
    max-width: 850px;
    margin: 0 auto;
    display: block;
    border: solid 30px #e6e6e5;
}

.wrap h3 {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 1em 0;
    background: #f3f3f3;
    font-weight: 700;
}

.col3 div {
    flex-basis: 30%;
}

.col3 img {
    max-width: 210px;
    margin: 0 auto;
    display: block;
    padding: 20px;
}

.col3 .center {
    text-align: center;
    font-size: 1.17em;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 1em 0;
}

.col2 {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin: 30px 0;
}

.col2 div {
    flex-basis: 38%;
}

.col2 img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.col2 .more {
    max-width: 300px;
    padding: 20px 0;
}

.col2 .center {
    text-align: center;
    font-size: 1.17em;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 1em 0;
}

.pc-text {
	display: block;
}

.sp-text {
	display: none;
}

.mt80 {
    margin-top: 80px;
}

.ppArea p {
    font-size: 14px;
}

.fax {
	margin-top: 10px!important;
}

#contactForm .wpcf7-list-item input[type=checkbox] {
	display: inline;
}

#contactForm .addflex {
	justify-content: end;
}

.wpcf7-spinner {
    top: -38px;
    left: 58%;
}

.btn2 {
	margin-top: 30px;
}

.btn2 input {
    display: block;
    border: 1px solid #898989;
    text-align: center;
    width: 300px;
    padding: 15px 0;
    color: #b4b5b5;
    margin: 0 auto;
    background-color: #fff;
}

.btn2 input:hover {
	background-color: #e0e0e0;
}

.profilebox {
	display: flex;
    flex-wrap: wrap;
}
.profilebox ul {
    margin-left: 20px!important;
    font-size: 1.5em!important;
}

.entry p.recruittitle {
	font-size: 28px;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
}
.jobinfo dl {
    margin: 0;
    padding: 15px 0;
}

.companygallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.companygallery img{
	width: 30%;
	margin: 20px 0;
    border-radius: 20px;
}

.jobinfo dl dt {
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
}

.jobinfo dl dt p,.jobinfo dl dd p {
	margin: 0;
	padding: 0;
}

.jobinfo dl dd {
	margin: 0;
	padding: 0;
}

.jobinfo dl dd.twocol {
	display: flex;
	justify-content: space-between;
}

.jobinfo ::placeholder {
	color: #aeaeae;
}

.jobinfo input[type=text],.jobinfo input[type=email],.jobinfo input[type=tel],.jobinfo input[type=date],.jobinfo textarea {
    background: #e0e0e0;
    border: none;
    padding: 12px;
    border-radius: 3px;
    box-sizing: border-box;
}

.jobinfo input[type=date] {
	color: #aeaeae;
}

.jobinfo .twocol span {
	width: 49%;
}

.jobinfo input[type=date].middle {
	width: 50%;
}

.jobinfo input[type=text].long,.jobinfo input[type=email].long,.jobinfo input[type=tel].long,.jobinfo textarea.long {
	width: 100%;
}

h2{
  font-weight: 700;
  font-size: 18px;
  margin: 30px 0 20px;
}
p{
  margin: 20px 0;
}
table th{
      padding: 1em;
    border-bottom: 1px solid #ccc;
    text-align: left;
    background: #f3f3f3;
}
table td{
    padding: 1em;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {

    .col3 {
    flex-wrap: wrap;
    }

    .col3 div {
    flex-basis: 100%;
    }

    .col2 {
    flex-wrap: wrap;
    }

    .col2 div {
    flex-basis: 100%;
    }

    .maximg3 {
    width: 96%;
    border: solid 6px #e6e6e5;
    }

    .profilebox ul {
        margin-left: 0!important;
				font-size: 1em!important;
    }

		.pc-text {
	display: none;
}

		.sp-text {
	display: block;
}

	.fix th {
	width: auto;
}
	
}

@media screen and (max-width: 630px) {

    .fix {
        table-layout: fixed;
    }

	.fax {
	margin-top: 0!important;
	}

	.tel {
		line-height: 3px;
    margin-top: 10px;
	}

}
#entry table, .entry table{
        border-top: 1px solid #ccc;
    width: 100%;
}
@media screen and (max-width:480px) { 
    .col3 h3 { font-size:14px;}
    .col2 h3 { font-size:14px;}
	.point { font-size: 40px; line-height: 1.4;padding: 0 5% 10px;}
	.point2 { font-size: 40px;margin-top: -20px;}
	.comph2 { font-size: 20px;}
    .maximg,
    .maximg2{
        max-width: 100% !important;
    }
    #entry table.spVerticalTable th, #entry table.spVerticalTable td, .entry table.spVerticalTable th, .entry table.spVerticalTable td{
        display: block;
    }
    .fix th{
        width: auto;
    }
    #entry table{
        font-size: 14px;
    }
    #entry table.spVerticalTable th, .entry table.spVerticalTable th{
        padding: 5px 5%;
        font-size: 14px;
    }
    #entry table.spVerticalTable td, .entry table.spVerticalTable td{
        padding: 10px 5%;
        font-size: 14px;
    }
}