@charset "utf-8";
/* CSS Document */

/* ヘッダー
-----------------------------------------*/


/* コンテンツ
----------------------------------------- */
#top_contents{
	width: 100%;
}

#top_contents h2{
	text-align: center;
	margin-bottom: 60px;
	font-size: 3.2rem;
	font-weight: bold;
}
#top_contents h2 span{
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 1.2rem;
	color: #23313e;
}
@media screen and (max-width:767px) {
#top_contents h2{
	margin-bottom: 40px;
	font-size: 2.8rem;
}
}

.btn_default{
	margin: 60px auto 0 auto;
	width: 320px;
}
.btn_default a{
	display: block;
	border: solid 1px #23313e;
	width: 320px;
	line-height: 80px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #23313e;
	letter-spacing: .1em;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	position: relative;
}
.btn_default a::after{
	content: '';
	display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: -30px;
  width: 60px;
  height: 10px;
  border-bottom: 1px solid #23313e;
  border-right: 1px solid #23313e;
  transform: skew(45deg);
}
.btn_default a:hover{
	background: #23313e;
	color: #fff;
	opacity: 1;
	
}
@media screen and (max-width:767px) {
.btn_default{
	margin: 40px auto 0 auto;
}
.btn_default a{
	line-height: 60px;
	font-size: 1.6rem;
}
}


#mainvisual{
	width: 100%;
	height: 600px;
	background: url(../images/top/main.jpg) no-repeat center -100px;
	background-size: cover;
	display: grid;
	place-items: center;
}
#mainvisual p{
	font-size: 4rem;
	font-weight: bold;
	text-shadow: #fff 1px 0 10px;
}
@media screen and (max-width:767px) {
#mainvisual{
	height: 400px;
	background: url(../images/top/main.jpg) no-repeat left center;
}
#mainvisual p{
	font-size: 2.8rem;
}
}


#office{
	padding: 100px 40px;
}
#office div{
	max-width: 1200px;
	position: relative;
}
#office dl{
	position: relative;
	background: #eee;
}
#office dt{
	font-size: 2.4rem;
	font-weight: bold;
}
#office dd{
	margin-top: 30px;
}
@media screen and (min-width:1280px) {
#office div{
	height: 480px;
	margin: 0 auto 60px auto;
}
#office dl{
	top: 60px;
	max-width: 580px;
	/*height: 420px;*/
	padding: 60px 120px 60px 60px;
}
#office figure{
	position: absolute;
	top: 0;
	right: 0;
}
}
@media screen and (min-width:768px)  and (max-width:1279px) {
#office dl{
	width: calc(100% - 60px);
	padding: 60px 60px 120px 60px;
}
#office figure{
	position: relative;
	top: -60px;
	right: 0;
	text-align: right;
	margin-bottom: -60px;
}
}
@media screen and (max-width:767px) {
#office{
	padding: 60px 20px;
}
#office dl{
	width: calc(100% - 40px);
	padding: 20px 20px 60px 20px;
}
#office figure{
	position: relative;
	width: calc(100% - 40px);
	margin: -40px 0 0 40px;
}
#office dt{
	font-size: 2rem;
}
#office dd{
	margin-top: 20px;
}
}

#area{
	background: #eee;
	padding: 100px 40px;
}
#area h2 + p{
	text-align: center;
}
#area ul{
	max-width: 1200px;
	margin: 60px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#area li{
	width: calc((100% - 120px) / 4);
	text-align: center;
}
#area li span{
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
@media screen and (min-width:1280px) {
}
@media screen and (min-width:768px)  and (max-width:1279px) {
}
@media screen and (max-width:767px) {
#area{
	padding: 60px 20px;
}
#area ul{
	flex-wrap: wrap;
	max-width: 540px;
	margin-top: 40px;
}
#area li{
	width: calc((100% - 20px) / 2);
}
#area li:nth-child(n+3){
	margin-top: 20px;
}
}


#news{
	padding: 100px 40px;
}
#news ul{
	max-width: 800px;
	margin: 0 auto;
}
#news li{
	padding: 25px 20px;
	display: flex;
	border-bottom: solid 1px rgba(35,49,62,.2);
}
#news li span{
	margin-right: 40px;
}
@media screen and (min-width:1280px) {
}
@media screen and (min-width:768px)  and (max-width:1279px) {
}
@media screen and (max-width:767px) {
#news{
	padding: 60px 20px;
}
#news li{
	padding: 15px 0;
	display: block;
}
#news li span{
	display: block;
	margin-bottom: 5px;
	margin-right: 0;
}
}
