@charset "utf-8";
.cf:after{
  content:"";
  display: block;
  clear: both;
}

body{
	font-family: 'Lucida Console';
	text-align: justify;
	text-justify: inter-character;
	line-height: 1.7;
	/*background-color: #fff;*/

}

#wrapper{
	width: 1280px;
	height: 2125px;
	margin: 0 auto;
/*	background-color: #C5D8ED;*/
	background-image: url("../img/popi_index.png");
	background-repeat: no-repeat;
	background-color:rgba(255,255,255,0.9);
	background-blend-mode:lighten;
	padding-top: 30px;
	position: relative;
}

img{
	vertical-align: bottom;
}

/*＝＝＝＝ヘッダー＝＝＝＝*/
.fixed{
	position: fixed;
	top:0;
}

header{
	width: 1280px;
	margin: 0 auto;
	position: relative;
	/*background-image: url("../img/index_main.png");*/
	background-repeat: no-repeat;
/*	position: relative;*/
	/*margin-bottom: 30px;*/
	
	background-image: url("../img/flower.png");
	background-attachment: fixed;
	background-position: right bottom;
}

#keyvisual {
background-image: url("../img/index_main.png");
  position: relative;
  width: 100%;
  height: 950px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
} 
  


/*＝＝＝＝スクロール＝＝＝＝*/

#toTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 150px;
  cursor: pointer;
}

.scroll a { /*.scroll a*/

	font-size: 1.3em;
	font-weight: bold;
  padding-top: 70px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 100px;
	left:627px;
}
.scroll  a span { /*.scroll  a span*/
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  animation: sdb 2s infinite;
  box-sizing: border-box;
	
}

@-webkit-keyframes sdb {
  50% {
    opacity: 1;
  }

}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}





/*＝＝＝＝メイン＝＝＝＝*/
main{
	width: 1020px;
	margin: 0 auto;
	position: relative;
}



.main_nav{
	position: relative;
    width: 1020px;
	margin-left: 30px;
	margin-bottom: 40px;
}

.main_nav nav{
	width: 781px;
    position: absolute;
    right:0;
    bottom: 0;
}

.main_nav ul{
	width: 600px;
	float: left;
	
	    color: #666;
    transition: all 0.3s;
    position: relative;
	
	  display: flex;
  list-style: none;
}


.main_nav li{
	width: 130px;
	text-align: center;
	/*background-color: rgba();*/
	margin-right: 20px;
	float: right;	
}

main nav li a{
	display: block;
	width: 130px;
	font-size: 20px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
 	padding: 0 0 5px;
 	position: relative;
}

main nav li a:last-child{
	margin-right: 0;
}

main nav li a:hover{
	/*color: #644763;*/
	font-weight: bold;
	letter-spacing: 3px;
}



main nav li a::before,
main nav li a::after {
  border-bottom: solid 2px #333;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  width: 0;
}
main nav li a::before {
  left: 50%;
}
main nav li a::after {
  right: 50%;
}
main nav li a:hover::before,
main nav li a:hover::after {
  width: 50%;
}


.main_nav img{
	margin-right: 65px;
	float: left;
}

/*＝＝＝＝セクション＝＝＝＝*/
section{
	color: #333;
	line-height: 1.7;
}
section dt,.how_to p{
	width: 410px;
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: solid 2px #333;
	/*text-align: center;*/
	margin-bottom: 10px;
}

section dd,.how_to li{
	line-height: 2;
	font-size: 15px;
	/*padding: 0 10px;*/
}

section dd{
	font-size: 15px;
	/*padding: 0 10px;*/
}

section .how_to li{
	font-size: 15px;
	padding-left: 30px;
	list-style-position: inside;
	text-indent: -1.5em;
}

/*＝＝＝＝セクション０１＝＝＝＝*/
.img_01{
	width: 650px;
	position: absolute;
	top: 200px;
	left: -130px;
	float: left;
}

.s_01{
	width: 410px;
	float: right;
	margin-right: 45px;
	margin-bottom: 50px;
}

.s_01 .about_p{
	margin-bottom: 15px;
}

/*一番初めの文字大きく*/
dd:first-letter {
	float: left;
	padding: 11px 10px 0;
	margin-top: 6px;
	margin-right: 10px;
	font-size: 3em;
	line-height: 1.5;
	background: rgba(51,51,51,0.8);
	color: #fff;
}

.how_to .list_none_01{
	list-style-type: none;
	text-align: center;
	font-weight: bold;
}

/*.how_to .list_none_02{
	width: 410px;
	font-size: 13px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
}*/

.char_01{
	width: 400px;
	position: absolute;
	left: 170px;
	top: 720px;
}




/*＝＝＝＝セクション０２＝＝＝＝*/

.difference{
	width: 590px;
	line-height: 50px;
	font-size: 28px;
	font-weight: bold;
	border-bottom: solid 2px #333;
	margin-left: 65px;
	margin-bottom: 10px;
}
.s_02{
	width: 370px;
	margin-left: 65px;
	margin-bottom: 130px;
}

.d_01{
	width: 370px;
	line-height: 50px;
}

.char_02{
	position: absolute;
	top: 1280px;
	right: 370px;
	z-index: 1;
}

.img_02{
	position: absolute;
	top: 1050px;
	right: -130px;
}

.s_03{
	width: 370px;
	margin-left: 605px;
	margin-bottom: 90px;
}




/*＝＝＝＝セクション０３＝＝＝＝*/
.img_03{
	position: absolute;
	top: 1575px;
	left: -130px;
}

.char_03{
	position: absolute;
	top: 1890px;
	left: 380px;
}

.s_03 dt{
	width: 370px;
}

/*＝＝＝＝フッター＝＝＝＝*/
footer{
	width: 1280px;
	margin: 0 auto;
	background-color: #111;
	padding: 20px 0;
	position: relative;
}

footer .inner{
	width: 1020px;
	margin: 0 auto;
	
}

footer p{
	color: #fff;
	line-height: 1.5;
}

footer .inner .f_logo{
	width: 100px;
	margin-left: 38px;
	margin-bottom: 10px;
	float: left;
}

/*＝＝＝＝フッターナビ＝＝＝＝*/
footer .svg{
	margin: 0 auto;
 	width: 120px;  
}

footer .shape{
  stroke-dasharray: 120 150;/*線幅/*/
  stroke-dashoffset: -150;/*スタート地点*/
  stroke-width: 3px;
  fill: transparent;
  stroke: #19f6e8;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
footer .text{
  font-size: 13px;

  color: #fff;
}
		
footer .text_01{

  position: absolute;
	 top: 5px;
	left: 35px;
}
		
footer .text_02{

  position: absolute;
	 top: 6px;
	left: 35px;
}
		
footer .text_03{

  position: absolute;
	 top: 6px;
	left: 33px;
}
		
footer .text_04{

  position: absolute;
	 top: 6px;
	left: 22px;
	
}

footer .text_05{

  position: absolute;
	 top: 6px;
	left: 15px;
	
}

footer .text_06{

  position: absolute;
	 top: 6px;
	left: 22px;
	
}
footer .svg-wrapper:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 660;
}



.f_link ul{
	width: 160px;
/*	line-height: 40px;*/
	list-style-type: none;
	margin-left: 30px;
	margin-right: 70px;
	float:left;
}

.f_link li{
	margin-bottom: 1px;
	position: relative;
}


.f_link a:hover{
	color: #9A6F91;
}

.phots{
	width: 305px;
	height: 203px;
	float: left;
	position: absolute;
	top: 50px;
	left: 750px;
	z-index: 1;
	
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.company{
	width: 400px;
	font-size: 14px;
	letter-spacing: 2px;
	background-color: #69616C;
	padding: 20px 40px;
	margin-bottom: 10px;
	margin-right: 50px;
	float:left;
}

.company span{
	font-size: 14px;
}

.company .u_right{
	width: 70px;
	color: #fff;
	font-size: 16px;
	float: left;
}

.company a{
	width: 300px;
	/*text-decoration: none;*/
	color: #F3C4D7;
	float:left;
}
.company a:hover{
	color: #5CCCCA;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.address{
	width: 1020px;
	margin-bottom: 10px;
/*	position: relative;*/
}
	
.icon{
	position: absolute;
	bottom: 75px;
	right: 150px;
}

.icon ul{
	width: 195px;
	float: left;
}

.icon ul li{
	list-style-type: none;
	float: left;
	margin-right: 20px;
}

.icon ul li .icon_min{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}


.icon ul li .icon_min:hover {
  transform: rotate(360deg);
  transition-duration: 0.5s;
  }




.copyrights p{
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 3px;
	text-align: center;
}






/*＝＝＝＝ページトップボタン＝＝＝＝*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

