@charset "utf-8";

@font-face {
	font-family: 'mplus';
	src: url('../../fonts/mplus-1c-regular.eot'), /* IE9 Compat Modes */
	     url('../../fonts/mplus-1c-regular.woff') format('woff'), /* woff - Modern Browsers */
	     url('../../fonts/mplus-1c-regular.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
}

/* CSS Document */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.clr{
	clear:both;
}

.sp{display:none;}



/* renewal
=========================================== */

/* pagetop */
#toppage-header {
	/* background:url(../images/top/top-bg-main.jpg); */
	background-repeat: no-repeat;
	background-position: 50% 50% ;
	background-size:cover;
	width:100%;/* position:relative;*/
	margin: 0 auto -5px;
	border: 0px !important;
  position: relative;
	height: calc(100vw * .3733);
}
#toppage-header .video{
  position: relative;
  width: 100%;
  z-index: 10;
}
#toppage-header .mainBox {
	/* padding:120px 0 100px; */
	margin: 0;
	text-align: center;
  position: absolute;
  z-index: 20;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
	transform: translateY(-50%);
	}
#toppage-header .mainBox .h1{
  font-family: 'mplus';
  font-size: 60px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(30,30,30,1);
  font-family: '游ゴシック体',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
}
#toppage-header .mainBox .h1 > span{
  display: block;
}
#toppage-header .mainBox .h1 .clr_red{
  color: #d32f25;
}
#logo {
	width: 1320px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#logo .logoBox {
	float: left;
	width: 50%;
	padding-bottom: 10px;
}
#logo .logoBox img{
	width: 100%;
}
/* footer */
#footer_content .link01,
#footer_content .link02{
	margin-bottom: 0;
}
@media only screen and (max-width: 1330px){
#logo {
	width: 96%;
	margin: 2em auto;
}
}

@media only screen and (max-width: 860px){
	#toppage-header .mainBox img { width: 90%; }
}
@media only screen and (max-width: 768px){
	#logo .logoBox {
		float: none;
		width: 100%;
	}
	#toppage-header .mainBox {
	/* padding:120px 0 55px; */
	}
}

/* common title */
.titlestyle1 {
	width: 1320px;
	margin: 0 auto 40px;
	padding: 0;
}
.titlestyle1 h2 {
	font-weight: bold;
	text-align: center;
	font-size: 39px;
	margin: 70px 0 10px;
	padding: 0;
	font-family: '游ゴシック体',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.titlestyle1 h2 span {
	font-size: 33px;
}
.titlestyle1 img {
	width: 100%;
}

@media only screen and (max-width: 1330px){
	.titlestyle1 {
		width: 96%;
	}
	.titlestyle1 img {
	width: 100%;
}
}
@media only screen and (max-width: 768px){
	.titlestyle1 h2 {
	font-size: 30px;
	margin: 50px 0 0;
	}
	.titlestyle1 h2 span {
	font-size: 24px;
  }
}
@media only screen and (max-width: 480px){
	.titlestyle1 h2 {
	font-size: 26px;
	margin: 50px 0 0;
	}
	.titlestyle1 h2 span {
	font-size: 20px;
  }
}


/* section */

#sec01-solutions {
	width: 1320px;
	margin: 0 auto;
	padding-left: 1%;
}
.sec01-solutions-box {
	float: left;
	width: 33%;
}
.sec01-solutions-box h3 {
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 25px;
	padding: 0 0 10px;
	margin: 0;
	font-family: '游ゴシック体',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.sec01-solutions-box h3 img {
	margin-bottom: 10px;
}
.sec01-solutions-txts {
	margin: 0 0 40px;
}
.sec01-solutions-txts h4 {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	font-size: 18px;
	font-weight: bold;
	margin: 20px 2% 10px;
	color: #000;
}
.sec01-solutions-txts p {
    margin: 0 7% 5px;
}
.sec01-solutions-check {
	text-decoration: underline;
	padding: 5px 0 5px 30px;
	background:url(../images/top/top-icon-check.gif) no-repeat left top;
}
.sec01-solutions-txts h4:before,
.sec01-solutions-txts h4:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.sec01-solutions-txts h4:before {
    margin-right: 0.5em;
}
.sec01-solutions-txts h4:after {
    margin-left: 0.5em;
}

img.sec01-solutions-img {
	width: 100%;
}
#sec02 {
	width: 1320px;
	margin: 0 auto;
	background-size:cover;
	background:url(../images/top/top-bg-section2.jpg) no-repeat left top;
}
#sec02-box {
	float: right;
	background:url(../images/top/top-bg-section2-gray1.png) repeat-y left top;
	width: 60%;
	padding: 20px 0;
}
#sec02-box h3 {
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
}
#sec02-box img {
	width: 100%;
	margin: 0 auto;
}
#sec02-box p {
	color: #fff;
	padding: 0 5% 0 15%;
	margin-bottom: 20px;
}
#sec02-box .link {
	text-align: right;
}
#sec02-box .link a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 30px;
	border: 1px solid #fff;
}

@media only screen and (max-width: 580px){
	#sec03-pc {
	display: none;
	}
}
@media only screen and (min-width: 580px){
	#sec03-sp {
	display: none;
	}
}

.sec03-h3box {
	margin: 0 auto;
	width: 1020px;
}
#sec03 h3 {
	text-align: center;
	width: 100%;
	font-size:27px;
	color: #fff;
	padding: 3px;
	font-weight: normal;
	background: #000;
	background: -moz-linear-gradient(left, #000 0%, #fff 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #000), color-stop(100%, #fff));
	background: -webkit-linear-gradient(left, #000 0%, #fff 100%);
	background: -o-linear-gradient(left, #000 0%, #fff 100%);
	background: -ms-linear-gradient(left, #000 0%, #fff 100%);
	background: linear-gradient(to right, #000 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#fff', GradientType=1 );
	text-shadow: 4px 4px 10px #000;
}
#sec03-box {
	width: 1000px;
	margin: 0 auto;
}
.sec03-box-inside {
	float: left;
	width: 50%;
	padding: 0 20px 40px;
}
.sec03-box-inside h4,
.sec03-box-inside .h4 {
  display: block;
    text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 13px 0;
	padding-bottom: 15px;
}
.sec03-box-inside .link {
	width: 115px;
	float: right;
	border: 1px solid #000;
}
.sec03-box-inside .link a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sec03-box-inside .link-pu {
	width: 115px;
	float: right;
}
.sec03-box-inside .link-pu a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #7e318e;
}
#sec03-box1 h4 {
	border-bottom: 1px solid #1d2088;
	color: #1d2088;
}
#sec03-box2 .h4 {
  display: block;
	border-bottom: 1px solid #e60012;
	color: #e60012;
}
#sec03-box2 .h4 a{
	color: #e60012;
}
#sec03-box3 .h4 {
	border-bottom: 1px solid #009644;
	color: #009644;
}
#sec03-box3 .h4 a{
	color: #009644;
}
#sec03-box4 .h4 {
	border-bottom: 1px solid #e4007f;
	color: #e4007f;
}
#sec03-box4 .h4 a{
	color: #e4007f;
}
#sec03-box5 .h4 {
	border-bottom: 1px solid #eb6100;
	color: #eb6100;
}
#sec03-box5 .h4 a{
	color: #eb6100;
}
#sec03-box6 h4 {
	border-bottom: 1px solid #71318e;
	color: #71318e;
}
.sec03-box-inside h4 br {
	display: none;
	}

@media only screen and (max-width: 1330px){
	#sec01-solutions {
		width: 96%;
	}
	#sec02 {
	width: 96%;
	}
	.sec03-h3box {
	width: 96%;
	}
	#sec03-box {
	width: 100%;
	}
	.sec03-box-inside {
	padding: 0 2% 30px;
	}
}
@media only screen and (max-width: 900px){

  #toppage-header .mainBox .h1{
    font-size: 40px;
  }
  #toppage-header .mainBox .h1 p{
    margin-bottom: 0;
  }

	.sec01-solutions-box h3 {
	font-size: 21px;
	}
	#sec02 {
	width: 100%;
	background:url(../images/top/top-bg-section2-pc.jpg) no-repeat left top;
	}
	#sec03 h3 {
	font-size:21px;
	}
	#sec03-box {
	width: 96%;
	margin: 0 auto;
	}
}

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

	#sec01-solutions {
		width: 99%;
		margin-left: 1%;
	}
	#sec01 .titlestyle1 span {
		display: block;
	}
	.sec01-solutions-box h3 {
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 17px;
	padding: 0 0 10px;
	margin: 0;
	font-family: '游ゴシック体',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
	.sec01-solutions-box h4 {
	font-size: 15px;
	}
	#sec02 {
	padding: 0 0 5%;
	background:url(../images/top/top-bg-section2-sp.jpg) no-repeat 50% 50%;
	}
	#sec02-box {
	float: none;
	background:url(../images/top/top-bg-section2-gray2.png) repeat-x left bottom;
	width: 100%;
	margin: 0 0 100px;
	padding: 20px 5% 10%;
	text-align: center;
	}
	#sec02-box p {
	padding: 0;
	text-align: left;
	}
	#sec03 h3 {
	font-size:16px;
	}
	.sec03-box-inside h4 {
	font-size: 15px;
	margin: 10px 0;
	padding-bottom: 12px;
	}
}
@media only screen and (max-width: 580px){

  #toppage-header .mainBox .h1{
    font-size: 32px;
  }

	.sec01-solutions-box h3 {
	font-size: 25px;
	}
	#sec01-solutions {
	padding: 0 1%;
	}
	.sec01-solutions-box {
	float: none;
	width: 96%;
	margin: 0 auto;
	}
	#sec03 h3 {
	font-size:15px;
	}
	.sec03-box-inside {
	width: 50%;
	}
	.sec03-box-inside img {
	margin-bottom: 15px;
	}
	.sec03-box-inside h4 {
	font-size: 18px;
	margin: 0 0 10px;
	}

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

  #toppage-header .mainBox .h1{
    font-size: 22px;
  }

	.sec03-box-inside h4 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.4;
	padding-bottom: 10px;
	}
	.sec03-box-inside h4 br {
	display: inline;
	}
	#sec03-box3 h4 {
/*	height: 55px;*/
	}
	#sec03-box4 h4 {
/*	height: 55px;*/
	padding-top: 15px;
	}
  #sec03-box5 h4 {
/*	height: 55px;*/
	padding-top: 15px;
  }
  #sec03-box6 h4 {
/*	height: 55px;*/
  }
}



#sec04 {
	width: 1320px;
	margin: 0 auto;
}
#sec04 .inn {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 10px;
}
#sec04 .inn .bxSlider div table tr td .office {
	font-size: 13px;
	color: #595757;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}
#sec04 .inn .bxSlider div table tr td .office a{
	color: #595757;
}

#sec04 .inn .bxSlider div table tr td{
	width: 33%;
	padding: 15px;
	vertical-align: top;
}
#sec04 .inn .bxSlider div table tr td .name {
	font-size: 16px;
	text-align: center;
	margin-top: 12px;
	font-weight: bold;
}
.inn .bxSlider .clearfix .voiceBox .txt {
	margin-top: 20px;
	font-size: 12px;
}
#sec04 .inn .bxSlider div table tr td .link {
	width: 115px;
	float: right;
	border: 1px solid #000;
}
#sec04 .inn .bxSlider div table tr td .link a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sec04 .modeSp{
	display:none;
}
#sec05 .inn {
	width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1%;
}
#sec05 .inn .work {
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 55px;
}
#sec05 .inn .work.last {
	margin-right: 0;
}
.lity {
    background: #fff !important;
    background: rgba(255, 255, 255, 0.6) !important;
}
#sec05 .inn.clearfix .work .box .item a img {
	width: 100%;
}
#sec05 .inn.clearfix .work .box .item a {
	display: block;
}
#sec05 .inn.clearfix .work .box .office {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	height:40px;
}
#sec05 .inn.clearfix .work .box .office a{
	color: #333;
}
#sec05 .inn.clearfix .work .box .linkarea .plan {
	font-size: 12px;
	width: 100%;
	border: 1px solid #000;
}
#sec05 .inn.clearfix .work .box .linkarea .plan a {
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
#angluee3things-content {
	width: 100%;
	background:url(../images/top/top-bg-last.jpg) no-repeat 50% 50%;
	background-size:cover;
}
#angluee3things-content-in {
	width: 1320px;
	margin: 0 auto;
	padding: 70px 0;
}
.angluee3things-ttl {
	margin-bottom: 0 !important;
}
.angluee3things-ttl br {
	display: none;
}
.angluee3things-box {
	padding: 0 0 30px 300px;
	text-align: center;
	margin-bottom: 30px;
}
.angluee3things-box-border {
	  height: 4px;
	  margin: 0 0 40px;
	  background: url(../images/top/top-border-dotted.png) top center;
	  opacity: 0.6;
 }

/*----------.angluee3things-box-border {
  height: 3px;
  margin: 0 0 50px;
  background-image: linear-gradient(to right, #fff, #fff 90px, transparent 90px, transparent 2px);
  background-size: 130px 3px;　//この値を変更
  background-position: top;
  background-repeat: repeat-x;
  }--------*/

.angluee3things-box h3 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 4px 4px 10px #000;
}
.angluee3things-box h3 span {
	color: #fff100;
}
.angluee3things-box h3 br {
	display: none;
}
@media only screen and (max-width: 1100px){
	.angluee3things-box h3 br {
	display: inline;
	}
}

.angluee3things-box p {
	color: #fff;
	text-align: left;
	width: 80%;
	margin: 30px auto 0;
	font-size: 22px;
}
.angluee3things-box img {
	width: 80%;
	margin: 30px auto 0;
}
#angluee3things-1 {
	background:url(../images/top/top-icon-section6-1.png) no-repeat 30px 50% ;
}
#angluee3things-2 {
	background:url(../images/top/top-icon-section6-2.png) no-repeat 30px 50% ;
}
#angluee3things-3 {
	background:url(../images/top/top-icon-section6-3.png) no-repeat 30px 50% ;
}


/*----------responsive--------*/

.spOnly{
	display: none;
}


@media only screen and (max-width: 1000px){
}
@media only screen and (max-width: 940px){
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 480px){
}
@media only screen and (max-width: 768px){
	.spOnly{
		display:inline;
	}
}



@media only screen and (max-width: 1330px){
	#sec04 {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%
	}
	#sec04 .inn {
		width: 80%;
	}
	#sec05 .inn {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}
	#angluee3things-content-in {
	width: 96%;
	}

}
@media only screen and (max-width: 940px){
	#sec04 .inn {
		width: 96%;
	}
	#sec05 .inn.clearfix {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}
	#sec05 .inn.clearfix .work {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}
	.angluee3things-box h3 br {
	display: inline;
	}
}

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

	#sec04 .modeSp{
		display: block;
	}
	#sec04 .inn .bx-wrapper {
		display: none;
	}
	#sec04 .inn .modeSp .voiceBox .voiceImg {
		width: 100%;
		margin-right: 1%;
		float: left;
		margin-bottom: 0.5em;
	}
	#sec04 .inn .modeSp .voiceBox .voiceImg img {
		width: 100%;
	}
	#sec04 .inn .modeSp .voiceBox.clearfix .link a {
		font-size: 0.8em;
		color: #000;
		text-decoration: none;
		text-align: center;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#sec04 .inn .modeSp .voiceBox {
		width:33.33333%;
		float: left;
		clear: none;
		border-bottom: none;
		padding-bottom: 30px;
	}
	#sec04 .inn .modeSp .voiceBox.clearfix .office {
		float: none;
		width: 100%;
		font-size: 0.8em;
		color: #595757;
		text-align: center;
	}
	#sec04 .inn .modeSp .voiceBox.clearfix .name {
		float:none;
		width: 100%;
		text-align: center;
		font-size: 0.8em;
	}
	#sec04 .inn .modeSp .voiceBox.clearfix .txt {
		display: none;
	}
	#sec04 .inn .modeSp .voiceBox.clearfix .link {
		display: none;
	}
	#sec04 .inn .modeSp .voiceBox.last {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#sec04 .sp{
		display:block;
	}
	#sec04 .link {
	    width: 115px;
		margin: auto;
		border: 1px solid #000;
		clear: both;
	}
	#sec04 .link a	{
		font-size: 13px;
		color: #000;
		text-decoration: none;
		text-align: center;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.angluee3things-box {
	padding: 30% 0 10px;
	text-align: center;
	}

	#angluee3things-1 {
		background:url(../images/top/top-icon-section6-1.png) no-repeat top center;
		background-size: 30%;
	}
	#angluee3things-2 {
		background:url(../images/top/top-icon-section6-2.png) no-repeat top center;
		background-size: 30%;
	}
	#angluee3things-3 {
		background:url(../images/top/top-icon-section6-3.png) no-repeat top center;
		background-size: 30%;
	}
	.angluee3things-box h3 {
	font-size: 30px;
	width: 96%;
	}
	.angluee3things-box p {
		width: 96%;
		margin: 20px auto 0;
		font-size: 16px;
	}
	.angluee3things-box img {
		width: 96%;
		margin: 20px auto 0;
	}
	.angluee3things-box h3 br {
	display: none;
	}
}
@media only screen and (max-width: 480px){
	.angluee3things-ttl br {
	display: inline;
	}
	.pcOnly {
	display: none;
	}
}


#consideration .consideration_left p, #consideration .consideration_right p{
    width: 50%;
    margin: auto;
    text-align: left;
    height: 120px !important;
    margin-bottom: 25px !important;
}

@media only screen and (max-width: 1440px){
#consideration .consideration_left p, #consideration .consideration_right p{
    width: 65%;
}
}
@media only screen and (max-width: 1040px){
#consideration .consideration_left p, #consideration .consideration_right p{
    width: 75%;
}
}
@media only screen and (max-width: 870px){
#consideration .consideration_left p, #consideration .consideration_right p{
    width: 85%;
}
}
@media only screen and (max-width: 768px){
#consideration .consideration_left p, #consideration .consideration_right p{
    height: auto !important;
}
}







footer div#footer_content div.inner div.f_box,
footer div#footer_content div.inner div.f_box02{
	float:left;

}
footer div#footer_content div.inner div.f_box .anglBox,
footer div#footer_content div.inner div.f_box02 .snsBox{
	margin:0 36px 0 0;
}
footer #footer_content .inner{
	padding:30px 10px !important;
}



@media screen and (max-width: 1024px){
	footer div#footer_content div.inner div.f_box,
	footer div#footer_content div.inner div.f_box02{
		float: none;

	}
	footer div#footer_content div.inner div.f_box{
		width:65%;
		margin:auto;
	}
	footer div#footer_content div.inner div.f_box02{
		width:55%;
		margin:auto;
	}
	footer div#footer_content div.inner div.f_box .planBox{
		margin:0;
		width:40%;
	}
	footer div#footer_content div.inner div.f_box .anglBox,
	footer div#footer_content div.inner div.f_box .anotBox{
		width:30%;
		margin:0;
	}
	footer div#footer_content div.inner div.f_box02 .snsBox{
		width:30%;
		margin:0;
	}
	footer div#footer_content div.inner div.f_box02 .contBox{
		width:70%;
		margin:0;
	}

}



@media screen and (max-width: 768px){
	footer #footer_content .inner{
		padding:30px 0 !important;
	}
	footer div#footer_content div.inner div.footer_menu{
		width:100% !important;
	}


	footer div#footer_content div.inner div.footer_menu ul li a{
		font-size:0.9em;
	}

	footer div#footer_content div.inner div.footer_menu ul li{
		width:48%;
		margin-right:2%;
		float:left;
	}
	footer div#footer_content div.inner div.f_box02{
		width:65%;
		margin:auto;
	}

	footer div#footer_content div.inner div.f_box02 .snsBox{
		width:30% !important;
		margin:0;
	}
	footer div#footer_content div.inner div.f_box02 .contBox{
		width:70% !important;
		margin:0;
	}
}
@media screen and (max-width: 667px){
	footer div#footer_content div.inner div.f_box{
		width:100%;
		margin:auto;
	}
	footer div#footer_content div.inner div.f_box02{
		width:100%;
		margin:auto;
	}


}


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


	#sec05 .inn.clearfix .work{
		width: 49%;
		margin: 0 0.5% 10px 0.5%;
	}
	#sec05 .inn.clearfix .work .box .office,
	#sec05 .inn.clearfix .work .box .linkarea.clearfix .type{
		display: none;
	}
	#sec05 .inn.clearfix .work .box .linkarea.clearfix .plan{
		width:100%;
		float: none;
	}


}
