@charset "UTF-8";




/* edit_area keyvisual
----------------------------------------------------------------*/

.edit_area.keyvisual {
	position: relative;
	width: 100%;
	height: 590px;
	background: url(../img/index/keyvisual/keyvisual01.jpg) no-repeat 50% 70% / cover;
	color: #FFF;
	padding: 200px 0 0;
	box-sizing: border-box;

	animation: 1.4s kirari ease 1.3s forwards;
	filter: brightness(90%);
}
@keyframes kirari{
	from{    filter: brightness(90%);}
	to{    filter: brightness(100%);}
}


.edit_area.keyvisual:before {
	content: "";
	display: block;
	width: 100%;
	height: 55px;
	background: url(../img/index/keyvisual/keyvisual-shadow.png) repeat-x 50% 50% / auto 55px;
	position: absolute;
	top: 0;
	left: 0;
}
.edit_area.keyvisual h1 {
	font-size: 52px;
	letter-spacing: 6px;
	margin-bottom: 60px;
	width: 1080px;
	margin: 0 auto 40px;
}
.edit_area.keyvisual h1 > span {display: none;}
.edit_area.keyvisual p {
	font-size: 16px;
	line-height: 1.7;
	width: 1080px;
	margin: 0 auto;
	letter-spacing: 1.5px;
	opacity: 0;
	animation: 1.4s show ease 1.3s forwards;
}
@-webkit-keyframes show{from{opacity:0}to{opacity:1}}
@keyframes show{from{opacity:0}to{opacity:1}}






/* edit_area questionnaire
----------------------------------------------------------------*/

.edit_area.questionnaire {
	background-image: url(../img/index/questionnaire-bg01.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
	padding: 110px 0 120px;
}
.edit_area.questionnaire:before,
.edit_area.questionnaire:after {
	content: "";
	display: block;
	width: 100%;
	height: 55px;
	background: url(../img/index/questionnaire-shadow.png) repeat-x 50% 50% / auto 55px;
	position: absolute;
	top: 0;
	left: 0;
}
.edit_area.questionnaire:after {
	top: auto;
	bottom: 0;
	transform: rotate(180deg);
}

.edit_area.questionnaire h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #0E70BA;
	margin-bottom: 62px;
	letter-spacing: 2.8px;
}
.edit_area.questionnaire h2 span {
	padding: 0 4px 0 60px;
	background: url(../img/index/questionnaire-icon01.png) no-repeat 0% 0% / auto 40px;
}
.edit_area.questionnaire dl {
	width: 960px;
	margin: 0 auto 56px;
	padding: 60px 150px 40px;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px 4px rgba(85,85,85,0.05);
	background: #FFF;
}
.edit_area.questionnaire dl dt {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 22px;
	margin-bottom: 34px;
	letter-spacing: 3px;
}
.edit_area.questionnaire dl dt:after {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	margin: 0 auto;
	background-color: #0E70BA;

	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.edit_area.questionnaire dl dd {
	font-size: 18px;
	font-weight: bold;
	color: #0E70BA;
	line-height: 1.9;
}
.edit_area.questionnaire dl dd:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.edit_area.questionnaire dl dd ul {
	width: 50%;
	float: left;
}
.edit_area.questionnaire dl dd ul li {}
.edit_area.questionnaire p {
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}





/* edit_area case
----------------------------------------------------------------*/

.edit_area.case {}
.edit_area.case .photo_set00 {
	position: relative;
	height: 412px;
}
.edit_area.case .photo_set00:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.edit_area.case .photo_set00 .text_side,
.edit_area.case .photo_set00 .photo_side {
	position: relative;
	width: 50%;
	height: 412px;
}

.edit_area.case .photo_set00 .text_side {
	float: left;
	background-color: #0E70BA;
	color: #FFF;
}
.edit_area.case .photo_set00 .text_side .inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 520px;
	margin: 0 auto;
}
.edit_area.case .photo_set00 .text_side h2 {
    margin-bottom: 26px;
}
.edit_area.case .photo_set00 .text_side h2 span {
    display: block;
}
.edit_area.case .photo_set00 .text_side h2 span.jp {
    font-size: 35px;
    margin-bottom: 16px;
}
.edit_area.case .photo_set00 .text_side h2 span.en {
    font-size: 14px;
    letter-spacing: 4px;
}
.edit_area.case .photo_set00 .text_side p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 16px;
    letter-spacing: .5px;
}
.edit_area.case .photo_set00 .text_side .btn01 {
    width: 234px;
}
.edit_area.case .photo_set00 .text_side .btn01 a {}

.edit_area.case .photo_set00 .photo_side {
	position: relative;
	float: right;
	background: url(../img/index/case-bg.jpg) no-repeat 50% 50% / cover;
}
.edit_area.case .photo_set00 .photo_side:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0E70BA;

	transition: width .4s;
}
.edit_area.case.on .photo_set00 .photo_side:before {
	width: 0;
}






/* edit_area service
----------------------------------------------------------------*/

.edit_area.service {
	background-color: #F7F9FA;
	padding: 90px 0 70px;
}

.edit_area.service .inner {
	width: 1080px;
	margin: 0 auto;	
}
.edit_area.service .inner:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.edit_area.service .inner .box {
	width: 340px;
	float: left;
	margin-right: 30px;

    opacity: 0;
}
.edit_area.service.on .inner .box {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.edit_area.service .inner .box:nth-of-type(1) {
	-webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.edit_area.service .inner .box:nth-of-type(2) {
	-webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.edit_area.service .inner .box:nth-of-type(3) {
	-webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}





.edit_area.service .inner .box:last-child {
	margin-right: 0;
}

.edit_area.service .inner .box .photo {
	position: relative;
	padding-bottom: 32px;
}
.edit_area.service .inner .box .photo a {
    color: #0e70ba;
    text-decoration: none;
    display: block;
}

.edit_area.service .inner .box .photo a:hover {

}

.edit_area.service .inner .box .photo img {transition: all 0.3s;}
.edit_area.service .inner .box .photo a:hover img {filter: brightness(110%);}
.edit_area.service .inner .box .photo h2 {
	font-size: 17px;
	text-align: center;
	line-height: 5.4;
	width: 240px;
	background-color: #FFF;
	box-shadow: 0px 0px 6px 1px rgba(85,85,85,0.05);
	box-sizing: border-box;
	margin: -40px auto 0;
	position: relative;

	transition: all 0.3s;
}
.edit_area.service .inner .box .photo a:hover h2 {
	background-color: #0e70ba;
	color: #FFF;
}
.edit_area.service .inner .box .photo h2:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	
	border-top: solid 1px #0e70ba;
	border-right: solid 1px #0e70ba;
	
	transform: rotate(45deg);
	
	position: absolute;
	top: 46%;
	right: 15%;

	transition: all 0.3s;
}
.edit_area.service .inner .box .photo a:hover h2:after {
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}


.edit_area.service .inner .box p {
	font-size: 14px;
    line-height: 1.6;
}




/* edit_area other
----------------------------------------------------------------*/

.edit_area.other {
	background-image: url(../img/index/other-bg.jpg);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: 0% 0%;
	padding: 71px 0;

    animation: 180s scroll ease infinite forwards;
}
@keyframes scroll{
	0% { background-position: 0% 0%; }
	50% { background-position: 100% 0%; }
	0% { background-position: 0% 0%; }
}


.edit_area.other .inner {
	width: 1080px;
	margin: 0 auto;
}
.edit_area.other .inner:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.edit_area.other .inner .box {
	width: 525px;
	float: left;
	box-sizing: border-box;
	border: solid 3px #FFF;

	transition: all 0.3s;
}
.edit_area.other .inner .box:hover {
	border-color: #0E70BA;
}

.edit_area.other .inner .box:last-child {
	float: right;
}
.edit_area.other .inner .box a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #0E70BA;
	background-color: #FFF;
	line-height: 6;
	text-decoration: none;
	letter-spacing: 2px;

	transition: all 0.3s;
}
.edit_area.other .inner .box:hover a {
}


.edit_area.other .inner .box a span {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 10px 30px 10px 60px;
	font-size: 18px;
	letter-spacing: 0px;

}


.edit_area.other .inner .box:nth-child(1) a span {
	background-image: url(../img/index/other-icon01.png);
	background-size: auto 37px;
}
.edit_area.other .inner .box:nth-child(2) a span {
	background-image: url(../img/index/other-icon02.png);
	background-size: auto 29px;
}