/* CSS Document */

h3{
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	padding: 15px 20px 0;
	font-weight: 400;
	margin: 0 auto;
	position: relative;
}
h3::after{
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	width: 30px;
	height: 1px;
	background: #333;
}
h3:first-letter{
	color: #da3426;
	font-size: 140%;
}
p.suben{
	padding: 0 20px;
	color: #666666;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 5%;
}

.contents .inner{
	padding: 3%;
}

/*news*/
.news{
	margin: 5% auto 0;
}
.news .newstitle{
	width: 25%;
}

.news .newscontent{
	width: 75%;
}

.news .newscontent .btn a{
	text-align: right;
	position: relative;
	padding-right: 25px;
	margin: 0 0 0 auto;
	display: block;
	
}
.news .newscontent .btn a::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

table th{
	width: 20%;
}

/*company*/
.company{
	margin: 5% auto 0;
}
.company .inner{
	background: #f8f3ef;
}

.company .btn{
	width: 50%;
	padding: 10px;
	text-align: center;
}
.company .btn a{
	max-width: 380px;
	background: #da3426;
	color: #fff;
	display: block;
	margin: auto;
}
.company .btn a p{
	text-align: center;
	padding: 10px 25px 10px 10px;
	position: relative;
	display: inline-block;
}

.company .btn a p::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

/*Business*/


.business{
	margin: 8% auto 0;
}

.business .contents .inner{
	padding: 0;
	background: #da3426;
}
.business .txt{
	width: 40%;
	background: #da3426;
	padding: 3% 0 3% 3%;
}

.business .photo{
	width: 60%;
}

.business h3{
	color: #111;
}
.business h3::after{
	background: #fff;
}
.business h3:first-letter{
	color: #fff;
}
.business p.suben{
	padding: 0 20px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 5%;
}
.business p.ex{
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	padding: 10px 10px;
}
.business .btn a{
	display: inline-block;
	background: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	color: #111;
	font-family: 'Noto Serif JP', serif;
	min-width: 180px;
	margin: 5px 10px;
	position: relative;
}
.business .btn a::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

/*Group*/


.group{
	margin: 8% auto 0;
}
.group .inner{
	background: #f8f3ef;
}
.group .txt{
	width: 50%;
	padding: 0px 20px;
}

.group .photo{
	width: 50%;
}

.group p.ex{
	font-family: 'Noto Serif JP', serif;
	padding: 20px 10px;
}
.group .btn a{
	display: inline-block;
	background: #da3426;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	min-width: 180px;
	margin: 5px 10px;
	position: relative;
}
.group .btn a::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

/*Recruit*/


.recruit{
	margin: 5% auto 0;
}
.recruit .txt{
	width: 35%;
	padding: 0px 20px;
}

.recruit .photo{
	width: 65%;
}

.recruit .btn a{
	display: inline-block;
	background: #da3426;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	min-width: 180px;
	margin: 5px 10px;
	position: relative;
}
.recruit .btn a::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
}



@media only screen and (min-width:1px) and (max-width: 960px) {	

.business .txt{
	width: 50%;
	background: #da3426;
	padding: 2% 0 2% 2%;
}

.business .photo{
	width: 50%;
	padding-right: 10px;
}
.group .txt{
	width: 50%;
	padding: 0px 10px;
}
	
}

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

.news .newstitle{
	width: 100%;
}

.news .newscontent{
	width: 100%;
}

.business .txt{
	width: 100%;
	background: #da3426;
	padding: 10px;
}

.business .photo{
	width: 80%;
	padding: 10px;
	text-align: center;
}

.group .txt{
	width: 100%;
	padding: 10px 0;
}

.group .photo{
	width: 80%;
	padding: 10px;
	text-align: center;
}	
	
.recruit .txt{
	width: 100%;
	padding: 10px 0;
}

.recruit .photo{
	width: 80%;
	padding: 10px;
	text-align: center;
	margin: auto;
}

	
}
@media only screen and (min-width:1px) and (max-width: 480px) {

.business .photo{
	width: 90%;
}
	
.business .btn a{
	display: inline-block;
	background: #fff;
	padding: 5px 40px 5px 20px;
	border-radius: 5px;
	color: #111;
	font-family: 'Noto Serif JP', serif;
	min-width: auto;
	margin: 5px 10px;
	position: relative;
}
.group .photo{
	width: 90%;
}	
.recruit .photo{
	width: 90%;
}

	
}
