@charset "utf-8";
/* CSS Document */
main{
	margin: 74px 0 0;
}
.top h2{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	text-align: center;
    font-size: 3.0rem;	
}
.top h2 span{
	display: block;
    font-size: 1.6rem;
}

.top .img{
    width: 100%;
    height: 210px;
    background: url(../img/page/company.jpg);
    background-position: center;
    background-size: cover;
    background-position: 70%;
    background-repeat: no-repeat;	
}
.greeting{
	margin: 60px 0 0;
}
.greeting h2{
	text-align: center;
    font-size: 2.4rem;	
    margin: 0 0 30px;	
}
.greeting .img{
	width: 300px;
	margin: 0 auto 20px;
}
.greeting .name{
	text-align: center;
    font-size: 1.6rem;	
    margin: 30px auto 0;
    font-weight: bold;
}
.greeting .name span{
    font-size: 2.3rem;
    margin: 10px 0 0;
    line-height: 2;		

}
.overview{
    padding: 60px 0;
    background: #f6f6f6;
}
.overview h2,
.boshu h2{
    margin-bottom: 1em;
    position: relative;
    display: block;
    padding: 1em 5px;
    background: #f7c600;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.4rem,4vw,2rem);
    line-height: 1.4;
    letter-spacing: .08em	
}
.overview h2:after,
.boshu h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .6em .6em 0 .6em;
    border-color: #f7c600 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    transform: translate(-50%, 100%)
}
.overview .box,
.boshu .box{
    padding: 10px 4% 4%;
    background: #fff;
    margin: -20px 0 0;
}
.overview .box dl,
.boshu .box dl{
	border-bottom: 1px solid #aaa;
}
.overview .box dl dt,
.boshu .box dl dt{
	padding: 2em 0 0.5em;
    font-weight: bold;
}
.overview .box dl dd,
.boshu .box dl dd{
	padding: 0 0 2em;
}
.boshu{
    padding: 60px 0;
    background: #f6f6f6;	
}
.boshu .box h3{
	margin: 20px 0;
}
.boshu .box p{
	border-bottom: 1px solid #aaa;
	padding: 0 0 20px;	
}
.boshu .btn{
	margin: 50px auto 0;
}
.boshu .btn a:hover{
	opacity: 0.5;
}
.introduction{
    padding: 60px 0;	
}
.introduction .box{
	margin: 0 auto 30px;
	max-width: 600px;
}
.introduction .box h3{
	text-align: center;
	margin: 0 0 10px;
}
.flow h3{
	text-align: center;
    font-size: 2.8rem;
    margin: 0 0 10px;
}
.flow .box{
  margin: 30px 0 100px;		
}
.flow .box dl{
  margin: 0 0 30px;	
}
.flow .box dl dt{
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #f7c600;
  font-weight: bold;
  margin: 0 0 20px;
}

.flow .box dl dt:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #f7c600;
}
.flow .box dl dt span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 0;
  display: block;
  padding-top: 0;
  padding-left: 16px;
  color: #fff;
}
.flow .box .triangle{
	margin: 50px auto;
	text-align: center;
}


.flow h4{
	position: relative;
	text-align: center;
    font-size: 1.8rem;	
}
.flow h4:before,
.flow h4:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: double 3px #000;
}

.flow h4 span{
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  z-index: 2;
  position: relative;
  border-radius: 10px;        /* CSS3草案 */
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;   /* Firefox用 */
}

.flow h4:before {
  left:0;
}
.flow h4:after {
  right: 0;
}
.contact .inner{
	padding: 60px 0;
}

.contact .tel{
	margin: 50px 0 40px;
	padding: 40px;
    background: #F8F8F8;
	text-align: center;
    font-weight: normal;
}
.contact .tel .no{
	font-size: 2.0rem;	
}
.contact .tel .no span{
	font-size: 1.6rem;			
}
.contact .text{
	line-height: 2.0;
}
.contact .form-box dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
    border-top: 1px solid #ccc;
    position: relative;
}
.contact .form-box dl.last {
    border-bottom: 1px solid #ccc;
}
.contact .form-box dl dt {
	clear: both;
	width: 100%;
	float: left;	
	padding: 10px 0;
	overflow: hidden;
}
.contact .form-box dl dd {
	width: 100%;
	float: right;
	padding: 10px 0;
}
.contact .form-box dd.check{
	padding: 29px 0;	
}
.contact .form-box input[type="text"],
.contact .form-box input[type="email"],
.contact .form-box input[type="tel"] {
	width: 100%;
	height: 3.5em;
	padding: 2px 2%;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-appearance: none;
	font-size: 16px;
}
.contact .form-box textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 12px 2%;
    resize: vertical;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-appearance: none;
	font-size: 16px;
	font-weight: initial;
}
.contact .form-box .asterisk{
	color: red;
	padding: 4px 8px;
	margin: 0 0 0 6px;
	font-size: 14px;
}
.contact .form-box .btn{
	text-align: center;
	margin: 30px 0 0;
}
.contact .form-box .submit{
	max-width: 280px;
	margin: 50px auto 0;
}
.contact .form-box .arrow input{
	background:none;
    border: none;
    width: 100%;
    color: #fff;	
    padding: 22px 0;
    font-weight: bold;
	cursor: pointer;
	font-size: 15px;
}
.contact .form-box .arrow{
	background: #333;
    height: 68px;
}
.contact .form-box .arrow input:hover{
	padding: 22px 0 22px 40px;
    transition: .5s;
}
.contact .form-box span.wpcf7-list-item{
	margin: 0 1em 0 0 !important;
}
.contact .form-box span.wpcf7-list-item.first{
	margin: 0 1em 0 !important;	
}
.news-l .content{
	margin: 50px auto 100px;
}
.news-l .content .s-flex{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;	
}
.news-l .content .box {
    width: 48%;
}
.news-l .content .box a{
	margin: 20px 0 0;	
}
.news-l .content .list .img{
	border: 1px solid #f1f1f1;
}
.news-l .content .list h2 {
	color: #f7c600;
	border-left: 6px solid #f7c600;
	padding: 0 0 0 10px;
	font-size: 20px;
	margin: 0 0 10px;
}
.news-l .content .list .text{
	margin: 10px 0 0;
}
.news-l .content .list .text .title{
	margin: 6px 0 0;	
}
.news-l .content .sidebar h2{
	font-size: 26px;
	color: #f7c600;
	font-family: 'Roboto', sans-serif;	
}

.news-l .content .sidebar h2 span{
	display: block;
	font-size: 14px;	
}

.news-l  .content .sidebar ul{
	margin: 20px 0 40px;
}

.news-l .content .sidebar li{
	list-style-type:none;
	margin: 20px  0 0;
}.news-l .content .sidebar li a{
	border: 1px solid #333;
	padding: 14px 10px;	
}
.news-l .content .sidebar .archive li a{
	position: relative;
	
}
.news-l .content .sidebar li a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 10px;
    bottom: 40%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news-l .content .sidebar li a:hover:after{
    border-top: 2px solid #f7c600;
    border-right: 2px solid #f7c600;	
}
.news-l .content .sidebar li a:hover{
	border: 1px solid #f7c600;
	background: #f7c600;	
    color: #fff;
    padding: 14px 0 14px 20px;
    transition: .5s;
}


/*ページナビゲーション*/
#pagenavi{
    text-align: center;
    margin: 60px 0 0;
}
#pagenavi .wp-pagenavi {
    display: flex;
    justify-content: center;
}

#pagenavi .wp-pagenavi a {
    text-decoration: none;
    border: 1px solid #222;
    margin: 4px!important;
    padding: 8px 12px;
    color: #fff;
    background: #222;
    font-weight: bold;
    font-family: 'Cuprum', sans-serif;
}
#pagenavi .wp-pagenavi span{
    border: 1px solid #222;
    color: #222;
    padding: 8px 12px;
    font-weight: bold;
    margin: 4px!important;
}
.extend{
    display: none;
}

/* ===============================
   レスポンシブ：768px以上（タブレット）
================================== */
@media (min-width: 768px) {

}

/* ===============================
   レスポンシブ：992px以上（ノートPC以上）
================================== */
@media (min-width: 992px) {
	.greeting .name{
	    margin: 50px auto 0;
	} 
	.greeting .text{
		max-width: 800px;
		margin: 40px auto 0;
	}
	.introduction .inner{
		display: flex;
		flex-wrap: wrap-reverse;
	}
	.introduction .box{
		margin: 0 auto 30px;
		max-width: 36%;
	}
	.contact .text{
		text-align: center;
	}
	.contact .tel{
		margin: 50px 0;
	}
	.contact .tel .no{
		font-size: 3.4rem;	
	}
	.contact .tel .no span{
		font-size: 2.4rem;			
	}
	.contact .form-box dl {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.contact .form-box dl:last-child{
		align-items: none;
	}
	.contact .form-box dl dt {
		width: 30%;
		padding: 20px 0;
	}
	.contact .form-box dl dd {
		width: 70%;
		padding: 20px 0;
	}
	.news-l .content{
		display: flex;
		justify-content: space-between;		
	}
	.news-l .content .list{
		width: 70%;
	}
	
	.news-l .content .sidebar{
		width: 25%;
	}
	.news-l .content .box {
	    width: 100%;
	}
	.news-l .content .box a{
		display: flex;
		justify-content: space-between;
		margin: 20px 0 0;	
	}
	.news-l .content .list .img{
		width: 30%;
	}
	.news-l .content .list .text{
		width: 65%;
	}
	.flow .block{
		max-width: 1000px;
		margin: auto;		
	}
	.overview .box dl{
		display: flex;
	}
	.overview .box dl dt{
		width: 200px;
		padding: 2em 0;
		
	}
	.overview .box dl dd{
		width: 100%;
		padding: 2em 0;
	}
		
	
	

}