@charset "utf-8";

/* =======================================

	lp.css
	Last Up Date 2014/03/18

 -----------------------------------------
	INDEX
 -----------------------------------------
	0. common style [base]

	1. .header_wrapper

	2. .nav_wrapper

	3. .easy1Step_container

	4. .contents_wrapper

	5. .contents_main

	6. .contents_side

	7. .footer_wrapper

	x. common style [strong]

========================================== */

#beginfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
	height: 100px;
	background: #285fd5;
	text-align: center;
}
#beginfooter a{
	position: relative;
	margin:22px 30px 45px 0;
	font-size:2em;
	font-weight: normal;
	display: inline-block;
	width:400px;
	padding:10px 0;
	border-radius: 30px;
	color:#fff;
	background-color:#ff6c6c;
	text-decoration: none;
	text-align: center;
}
#beginfooter a::after {
	position: absolute;
	top: 50%;
	right: .3em;
	content: '';
	margin-top: -10px;
	border: 12px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: #fff;
	transition: all .2s;
  }
  #beginfooter a:hover {
	opacity: 0.7;
	transition: 0.5s;
}

#beginfooter a.all{
	position: relative;
	margin:40px auto 0;
	font-size:2em;
	font-weight: normal;
	display: inline-block;
	width:400px;
	padding:10px 0;
	border-radius: 30px;
	color:#fff;
	background-color:#ff5353;
	text-decoration: none;
	text-align: center;
}
#beginfooter a.all::after {
	position: absolute;
	top: 50%;
	right: .3em;
	content: '';
	margin-top: -10px;
	border: 12px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: #fff;
	transition: all .2s;
  }
  #beginfooter a.all:hover {
	opacity: 0.7;
	transition: 0.5s;
}

body{
	color:#555;
}
.beginhead{
	position: relative;
}
.beginheadCM{
	position: absolute;
	display: flex;
	justify-content:space-around;
	align-items: center;
	align-content: center;
	padding:10px 20px 10px 10px;
	box-sizing: border-box;
	border:1px solid #2760d5;
	bottom:50px;
	left:40px;
	font-size:1.5em;
}
.beginheadCM  a img{
	margin-right:20px;
	vertical-align: middle;
}
.beginheadCM a{
	text-decoration: none;
}
.beginheadCM a:hover{
	color:#2760d5;
	opacity: 0.5;
	transition: 0.5s;
}


h2.begin{
	font-size: 4em;
	color: #2760d5;
	margin: 100px auto 40px;
}
h2.begin span{
	font-size: 0.5em; 
	border-bottom: #2860d5 1px solid; 
	line-height: 3;
}
.button{
	width:100%;
	padding:60px 0 60px;
	text-align: center;
	color:#fff;
	background-color: #2760d5;
	font-size:1.6em;
}
.button a{
	position: relative;
	margin: 20px 0;
	font-size:2em;
	font-weight: normal;
	display: inline-block;
	width:500px;
	padding:5px 0;
	border-radius: 30px;
	color:#fff;
	background-color:#ff5353;
	text-decoration: none;
}
.button a::after {
	position: absolute;
	top: 50%;
	right: .3em;
	content: '';
	margin-top: -10px;
	border: 12px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: #fff;
	transition: all .2s;
  }
.button a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
a.beginLink{
	font-size:2em;
}
h3.begin{
	font-size: 2.8em;
	color: #2760d5;
	margin: 100px auto 40px;
	border-bottom: #285fd5 1px solid;
}
.beginText{
	font-size: 1.8em;
	line-height: 2.5em;
	font-weight: lighter;
}
.step{
	display: flex;
	justify-content:space-around;
}
.step div{
	text-align: center;
	background-color: #f5f5f5;
	width: 32%;
	border-radius: 10px;
	padding:10px 0;
}
.step dl{
	margin:10px;
}
.step dt{
	margin-bottom: 10px;
	font-size: 2.2em;
}
.step dd{
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: lighter;
}
.anxiety{
	position: relative;
}
.anxiety ol{
	position: absolute;
	top:180px;
	left:340px;
	text-align: left;
	color:#fff;
	font-size:2.7em;
	list-style-type: none;
	counter-reset: ol_li;
}
.anxiety ol li{
	margin:20px 0;
}
.anxiety ol li:before{
	color:#ffde00;
	counter-increment: ol_li; /* ol_li カウンタの値に1加える */
  	content: counter(ol_li); /* before擬似要素のcontentで出力 */
}
.anxiety ol li a{
	color: white;
	text-decoration:none;
	border-bottom: #fff 1px dashed;
	padding-bottom: 3px;
}
.anxiety ol li a:hover{
	opacity: 0.5;
}
.point{
	display: flex;
	text-align: justify;
	justify-content:space-between;
	margin:30px 0 50px;
}

/*ポイント1*/
.pointFukidashi1{
	position: relative;
	display: inline-block;
 	margin: 2.5em 0 1.5em;
	padding: 20px 0;
	width: 100%;
 	color: #fff;
	font-size: 48px;
	background: #285fd5;
}
.pointFukidashi1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #285fd5;
}
.pointLead1{
	width: 80%;
	text-align: justify;
	font-size: 1.8em;
	line-height: 2em;
	color:#555;
	margin:-10px auto 40px;
}
.voice1{
	width:100%;
}
.voice1 h4{
	width: 240px;
	color:#fff;
	background-color: #601986;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
}
.voice1 div{
	width: 100%;
	display: flex;
	justify-content: space-around;
	background-color: #ece3ff;
	padding:15px 0;
}
.voice1 div div{
	width:45%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.voice1 div div div{
	clear: both;
	align-items: flex-start;
	width:20%;
	color:#555;
	font-size: 14px;
	text-align: center;
	padding:0 0;
	align-self: flex-start;
}
.voice1 div div div img{
	margin-bottom:10px;
}
.voice1 div div p{
	width:62%;
	background-color: #fff;
	color: #555;
	padding:15px;
	text-align: justify;
	font-size: 14px;
	position: relative;
}
.voice1 div div p:before{
	content: "";
	position: absolute;
	top: 40px;
	right: 100%;
 	margin-left: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
}

.pickup{
	background: #dee9ff;
	position: relative;
	padding:30px;
	width:100%;
	box-sizing: border-box;
}
.pickup h2{
	font-size: 60px;
	color:#2760d5;
	text-align: center;
	margin:30px auto;
	
}
.pickup > img{
	position: absolute;
	top:-20px;
	right:50px;
}
.pickup > div{
	margin-bottom: 50px;
}
.pickup div h3{
	position: relative;
	font-size:36px;
	color: #ffde00;
	background: #2760d5;
	border-radius: 10px;
	padding:15px;
	margin-bottom:30px;
}
.pickup div h3:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #2760d5;
}
.pickup > div > div {
	background: #fff;
	border-radius: 10px;
	padding:20px;
	margin-bottom:20px;
}
.pickup div div h4{
	text-align: left;
	font-size: 32px;
	color:#2760d5;
	margin:10px 0 20px;
	line-height: 1em;
	display: flex;
	align-items: center;
}
.pickup div div h4 span{
	background: #2760d5;
	color:#fff;
	font-size:18px;
	margin-right: 10px;
	padding:5px;
}
.pickup div div div img{
	clear: both;
	float:left;
	width:300px;
	height: 200px;
	object-fit: cover;
	margin-right:30px;
	box-sizing: border-box;
	border:1px solid #dee9ff;
}
.pickup div div div p{
	text-align: left;
	font-size:20px;
	font-weight:100;
}
.pickup div div div a{
	text-decoration:none;
}
.pickup div div div a:hover{
	opacity: 0.5;
	transition: 0.5s;
}
.pickup div div div span{
	margin-top: 30px;
	display:inline-block;
	padding:8px 60px;
	font-size:20px;
	border-radius:5px;
	background: #f57600;
	color:#fff;
}

.cm{
	font-size:24px;
	margin:40px 0 20px;
}

.beginend{
	margin: 80px 0 50px;
	height: 100px;
}

.animation{
	visibility: hidden;
	margin-bottom: 30px;
}

.fadeInDown {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:3s;
	 -ms-animation-duration:3s;
	 animation-duration:3s;
	 -webkit-animation-name: fadeInDown;
	 animation-name: fadeInDown;
	 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

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

   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
}
.animationR{
	visibility: hidden;
	margin-bottom: 30px;
}

.fadeInRight {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:3s;
	 -ms-animation-duration:3s;
	 animation-duration:3s;
	 -webkit-animation-name: fadeInRight;
	 animation-name: fadeInRight;
	 visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
	from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

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

	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}
#corp p{
	font-size: 1.6em;
	text-align: justify;
	line-height: 2;
	width: 75%;
	margin: 40px auto 0px;
	color: #666;
}
#corp table{
	font-size: 1.6em;
	line-height: 2;
	width: 100%;
	color: #666;
	border: #ccc 1px solid;
}
#corp table th{
	line-height: 2;
	width: 40%;
	color: #285fd5;
	padding:1em;
	background: #dee9ff;
	border: #ccc 1px solid;
}
#corp table td{
	text-align: justify;
	line-height: 2;
	padding:1em;
	border: #ccc 1px solid;
}
#corp table td span{
	text-align: justify;
	font-size: 0.8em;
	color: #888;
	line-height: 2;
}
#corp table td>span.mid{
	text-align: justify;
	line-height: 2;
	font-weight: bold;
	font-size: 1.1em;
}
#corp ol{
	display:flex;
	flex-direction: column;
}
#corp ol li{
	box-sizing: border-box;
	text-align: left;
	width:100%;
	background: #dee9ff;
	padding:1.2em 1.5em;
	margin-bottom: 1em;
	font-size: 1.4em;
}
#corp ol li span.space{
	color: #285fd5;
	font-weight: bold;
	width:9.5em;
	display: inline-block;
	font-size: 1.4em;
}
span.circle {
    display: inline-block;
    background: #285FD5;
    font-size: 1.2em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}
.corpfirst{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.corpfirst div{
	width:48%;
	background: #fff;
	padding: 2em 3em 1.8em;
	box-sizing: border-box;
	border: #285fd5 1px solid;
	margin: 0 auto;
}
#corp strong{
	background: linear-gradient(transparent 60%, #fff7b7 60%);
}
.corpfirst div dt{
	font-size: 3em;
	margin-bottom: 0em;
	color:#285fd5;
	height: 1.8em;
}
.corpfirst div dd{
	font-size: 1.4em;
	text-align: justify;
	margin-bottom: 0.5em;
	line-height: 1.8;
}
.corpfirst div dd span{
	font-size: 1.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.corpfirst div a > span{
	display: inline-block;
	color: #fff;
	background: #2760d5;
	padding:0.3em 3em;
	font-size: 1.8em;
	margin: 0.5em 0;
	border-radius: 25px;
}
.form{
	margin: 4em auto 10em;
}
.form span{
	font-size: 1.5em;
	color:#4ac998;
}
.form a{
	display: inline-block;
	color: #fff;
	width:60%;
	background: #4ac998;
	padding:0.4em 0;
	font-size: 2.4em;
	margin: 0.5em 0;
	border-radius: 40px;
	text-decoration: none;
}

.formNP{
	margin: 4em auto 10em;
}
.formNP span{
	font-size: 1.5em;
	color:#ff6073;
}
.formNP a{
	display: inline-block;
	color: #fff;
	width:60%;
	background: #ff6073;
	padding:0.4em 0;
	font-size: 2.4em;
	margin: 0.5em 0;
	border-radius: 40px;
	text-decoration: none;
}

.about{
	background: #dee9ff;
	position: relative;
	padding:20px 30px;
	width:100%;
	box-sizing: border-box;
	margin-top: 140px;
}
.about h2{
	font-size: 60px;
	color:#2760d5;
	text-align: center;
	margin:30px auto;
}
.about > img{
	position: absolute;
	top:-70px;
	right:50px;
}
.about > p{
	text-align:justify;
	margin:35px auto 40px;
	font-size:24px!important;
	width:75%!important;
	margin-bottom:60px;
	font-weight: 100;
}
.about div{
	margin-bottom: 40px;
	display: flex;
}
.about div section h3{
	font-size:32px;
	color: #2760d5;
	text-align: left;
	margin:-5px 0 20px;
}
.about div section p{
	font-size:1.4em!important;
	line-height:2em;
	text-align: justify;
	font-weight: 100;
	padding:0;
	width: 100%!important;
}
.about div div img{
	width:380px;
	height: 290px;
	object-fit: cover;
}
.left{
	margin-right:30px;
}
.right{
	margin-left:30px;
}
.aboutlink{
	display: block;
	text-align: center;
	font-size:24px;
	margin-bottom: 30px;
}