@charset "utf-8";

/* top page */
.sec-visual{
	position: relative;
}

.sec-visual h2{
	position: absolute;
	z-index: 50;
	color: #ffffff;
	font-size: 3.6rem;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);

}
.sec-visual h2 > span{
	font-size: 5rem;
}
.sec-about{
	text-align: center;
	padding: 80px 0 10px;
}



.sec-about .about-list{
	display: flex;	
	flex-wrap: wrap;
	justify-content:center;
	padding-top: 100px;
}

.sec-about .about-list > li{
	width: calc(25% - 20px);
	position: relative;
	margin: 0 30px 60px;
}

.sec-about .about-list h3{
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
}
.sec-about .about-list h3 > span{
	display: inline-block;
	font-weight: 400;
	position: relative;
	z-index: 2;
}

.sec-about .about-list h3:after{
	content: "";
	display: block;
	position: absolute;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	background-color: #DFF6FF;
	top:-1.8em;
	z-index: 1;
	left: -1.5em;
	
}

.sec-about .c-box{
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	will-change: transform; 
}
.sec-about .c-box > p{
	position: absolute;
	top:50%;
	width: 100%;
	height: 50%;
	text-align: center;
	background-color: rgba(5, 19, 103, 0.7);
	color: #ffffff;
	padding: 1em;
}

.sec-about .about-list img{

	transition: transform .3s;
}

.sec-about .about-list a:hover img{
	  transform: scale(1.2);

}


@media screen and (max-width: 1000px) {
	.sec-about .about-list > li{
		width: calc(50% - 20px);
	}	
}


.sec-product{
	margin-bottom: 2em;
}
.sec-product h3{
	margin-bottom: 30px;
}

.sec-product .inner-over{
	display: flex;
	min-height: 400px;
	background-color: #F2F2F2;
}

.right-box,
.left-box{
	width: 50%;
}
.inner-over{
	text-align: center;
}

.inner-over h2{
	font-size: 2.6rem !important;
}
.inner-over .bg{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;

}

.right-box.text-box,
.left-box.text-box{
	padding: 30px 30px;
}
.left-box.text-box .text-box-inner,
.right-box.text-box .text-box-inner{
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.left-box.text-box .text-box-inner p,
.right-box.text-box .text-box-inner p{
	text-align: left;
	margin-bottom: 2em;
}

.text-box .btn{
	margin: 0 auto;
}

.sec-example,
.sec-news{
	padding: 50px 0;
	text-align: center;
}
.news-list{
	margin-bottom: 5em;
}


.news-list > li{
	border-bottom: 1px solid #F2F2F2;
	display: flex;
	padding: 1em 0;
}

.news-list .date{
	font-size: 1.6rem;
	margin-right: 1em;
}

.news-list .tag-box{
	margin-right: 1em;
}

.sec-news-single .tag,
.news-list .tag{
	text-align: center;
	min-width: 7em;
	padding: 0.2em 1em;
	font-size: 1.2rem;
	border-radius: 4px;
	background-color: #5D8BF4;
	color: #ffffff;
	display: inline-block;
}


.news-list .text{
	font-size: 1.6rem;
	font-weight: 300;
	text-align: left;
}


.sec-example ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
/*	max-width: 900px;*/
	margin: 0 auto;
	align-items: center;
}

.sec-example ul > li{
	width: 33.33%;
	cursor: pointer;
	padding: 5px;
}
.sec-example ul > li a{
	display: block;
	padding: 10px;
	border: 1px solid #bdbcbc;
}
.sec-example ul > li .img{
	height: 200px;
	margin-bottom: 1em;

	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
		
		
}

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

	.sec-visual h2{
		font-size: 3.6rem;
	  left: 5%;
	}	
	
	.sec-about{
		padding: 13.3333vw 0 6.6667vw;
	}	
	
	.sec-about h2+p{
		font-size: 3rem;
	}
	
	
	.sec-about .about-list > li{
		width: 80%;
		position: relative;
		margin: 0 0 4em;
	}
	
	.sec-about .about-list h3{
		font-size: 3.4rem;
	}
	.sec-about .c-box > p{
		font-size: 3rem;
	}
	
	.inner-over h2{
		font-size: 4.2rem !important;
	}	

	.sec-product .inner-over,
	.sec-corporate-customers .inner-over,
	.sec-customers .inner-over,
	.sec-ax-audit .inner-over,
	.sec-about-charges .inner-over{
		min-height: auto;
		flex-wrap: wrap;	
	}
	
	.sec-product .img-box,
	.sec-corporate-customers .img-box,
	.sec-customers .img-box,
	.sec-ax-audit .img-box,
	.sec-about-charges .img-box{
		order: 1;
		height: 53.3333vw;
	}	
	
	.sec-product .text-box,
	.sec-corporate-customers .text-box,
	.sec-customers .text-box,
	.sec-ax-audit .text-box,
	.sec-about-charges .text-box{
		order: 2;
	}	
		
	.right-box,
	.left-box{
		width: 100%;
	}	

	.right-box.text-box,
	.left-box.text-box{
		padding: 4vw;
	}
	.left-box.text-box .text-box-inner,
	.right-box.text-box .text-box-inner{
		max-width: 100%;
	}
		
	.sec-news{
		padding: 6.6667vw 0 0;
	}	

	.news-list{
		margin-bottom: 6.6667vw;
	}
	
	.news-list > li{
		border-bottom: 1px solid #F2F2F2;
		display: block;
		text-align: left;
		padding: 1em 0;
	}
	
	.news-list .date{
		font-size: 3rem;
		display: inline-block;
	}
	.news-list .tag-box{
		display: inline-block;
	}
	
	.sec-news-single .tag,
	.news-list .tag{
		display: inline-block;
		text-align: center;
		font-size: 2.4rem;
	}
	
	.news-list .text{
		font-size: 3rem;
	}	
	
	.sec-example ul > li{
		width: 100%;
		padding: 1em 0;
	}	
	
	.sec-example ul > li .img{
		height: 40vw;
	}	
}

/* sub page */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 400px;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


@media screen and (max-width: 768px) {
	.sec-overview .flex2{
		display: block;
	} 
	.sec-overview .flex2 > div{
		width: 100%;
		margin-bottom: 1em;
	}
	.gmap {
		padding-bottom: 56.25%;
	}	
}


/* contact */

textarea,
input[type="submit"],
input[type="email"] ,
input[type="text"] {
  padding: 0.5em 1em;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  background: none;
  font-size: 1.6rem;
  background: #ffffff;
  border: 1px solid #CFCFCF;
 }
.mw_wp_form input[type="file"] {
	display: inline-block;
	width: auto;
}
.mwform-file-delete {
    cursor: pointer;
    visibility: hidden;
}

.sec-rcruitment,
.sec-contact{
	padding: 50px 0 50px;
}

.sec-rcruitment .info,
.sec-contact .info{
	text-align: center;
	line-height: 2.1875em;
	margin-bottom: 70px;
}

.form{
	background-color: #DFF6FF;
	padding: 80px 55px;
}
.form-group{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.form-group > .title{
	width: 268px;
}
.form-group > .title > span{
	padding: 0.2em 1em;
	line-height: 1em;
	font-size: 1.2rem;
	height: 20px;
	background-color: #5D8BF4;
	border-radius: 10px;
	color: #ffffff;
	margin-left: 2em;

	
	
}
.form-group > .title > span.txt{
	font-size: 1.4rem;
	background-color: transparent;
	margin: 0;
	padding: 0;
	color: #757575;
}

.form-group textarea,
.form-group input[type="email"] ,
.form-group input[type="text"]
{
	width: calc(100% - 268px);
	min-width: calc(100% - 268px);
	max-width: calc(100% - 268px);
}
.form .bottom-box{
	text-align: center;
	padding-top: 50px;
}

input[type="submit"] {
	/*
	width: 240px;
	height: 48px;
	line-height: 0;
	text-align: center;
	background-color: #051367;
	color: #ffffff;
	font-size: 2.4rem;
	border-radius: 24px;
	*/
	
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	width: 320px;
	height: 60px;
	border: 1px solid #707070;
	border-radius: 30px;
	background-color: #ffffff;
	color: #051367;
	font-weight: 500;
	transition: background-color .3s,color .3s	
	
}


.form-group > div {
    width: calc(100% - 268px);
		text-align: left;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    text-align: left;
}
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 5px;
}


@media screen and (max-width: 768px) {
	.sec-rcruitment,
	.sec-contact{
		padding: 6.6667vw 0;
	}
	
	.sec-rcruitment .info,
	.sec-contact .info{
		text-align: left;
		margin-bottom: 9.3333vw;
	}
	
	.form{
		padding: 10.6667vw 4vw;
	}
	.form-group{
		display: block;
		margin-bottom: 1em;
	}
	
	.form-group > .title{
		display: block;
		width: 100%;
		margin-bottom: 0.5em;
		font-size: 16px;
	}
	.form-group > .title > span{
		font-size: 12px;
	}
	.form-group > .title > span.txt{
		font-size: 14px;
	}
	
	.form-group textarea,
	.form-group input[type="email"] ,
	.form-group input[type="text"]
	{
		display: block;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		font-size: 16px;
		
	}
	.form .bottom-box{
		text-align: center;
		padding-top: 50px;
	}
	/*
	input[type="submit"] {
		width: 100%;
		font-size: 24px;
	}
	*/
	
	.form-group > div {
	    width: 100%;
	}
}


/* news */
.sec-news-single{
	padding: 50px 0;	
}
.sec-news-single .contents{
	padding-top: 2em;
}
.sec-news-single .contents p{
	line-height: 1.75em;
	margin-bottom: 2em;
}
.sec-news-single h2.line{
	border-bottom: 2px solid #D8D8D8;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin: 0;
}

.sec-news-single .date{
	text-align: right;
}

.links-list a{
	font-size: 2.4rem;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #5D8BF4;
	color: #5D8BF4;
	font-weight: 500;
}

.links-list p{
	padding: 0 0;
}
@media screen and (max-width: 768px) {
	.sec-news-single h2.line{
		font-size: 3.2rem;
	}
	
	.links-list a{
		font-size: 3.2rem;
	}
}


.wp-pagenavi {
	clear: both;
	text-align:center;
	margin-bottom: 2em;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #5D8BF4;
	padding: 8px 15px;
	margin: 0 8px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	background-color: #DFF6FF;
	font-size: 16px !important;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #5D8BF4;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #5D8BF4;
}
    
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	background-color: #F2F2F2;
	color: #000;
}

