@charset 'UTF-8';

.curved01 {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../../images/glance/glance_main_img.png"), url("../../images/glance/upper_curve.svg"), url("../../images/glance/under_curve.svg") ,url("../../images/common/green_bg.jpg");
  background-position: center right 13%,top center,bottom center,center center;
  background-size: contain,contain,contain,cover;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	padding: 0px;
	margin: 0 auto;
}

.glance-ttl{
		display: block;
	    position: relative;
		width: 370px;
		height: auto;
		padding: 230px 0 0 20px;
	}

.img_box_flex{
	display: flex;
}
.flex-item {
  margin: 14px;
  width: 96%;
}

.slide-in-image {
  animation: slideInFromLeft 1s forwards; /* 1秒かけて左からスライドイン */
}
.image-container {
  overflow: hidden; /* 親要素でoverflow:hiddenを指定することで、はみ出した部分を隠す */
}

.scroll-fade-in {
  opacity: 0;
  transform: translateX(-50px); /* 初期位置を左に50px移動 */
  transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーションの設定 */
}

.scroll-fade-in.active {
  opacity: 1;
  transform: translateX(0); /* スクロール時に元の位置に戻る */
}


@media screen and (max-width: 768px){
.img_box_flex{
	display: block;
	clear: both;
	margin:  10px auto 20px auto;
}
.flex-item {
  margin: 10px auto 10px auto;
  width: 84%;
}
}



.spc_after_arrow{
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
}


.green_bg .glance_title{
    position: relative;
    font-size: 28px;
    padding-top: 72px;
    padding-bottom: 30px;
    margin-bottom: 30px;
	letter-spacing: 0.04em;
	color: #FFFFFF!important;
}
.green_bg .glance_title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 140px, #B6E6CD 140px, #B6E6CD 100%);
}
.green_bg .glance_title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 140px, #B6E6CD 140px, #B6E6CD 100%);
}
.green_bg .glance_title .anno{
    font-size: 18px;
}

.glance_white_box{
	display: block;
	clear: both;
	position: absolute;
	top:15px;
	left: 0px;
	width: 100%;
	height: 590px;
	padding: 4%;
	margin: 20px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}

.glance_white_box_bf{
	display: block;
	clear: both;
	position: absolute;
	top:15px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 4%;
	margin: 5px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
	background-image: url("../../images/glance/ba_arrow.png");
	background-size: 31px 56px;
	background-position: center center;
	background-repeat: no-repeat;
}


.glance_white_box2{
	display: block;
	clear: both;
	position: absolute;
	top:160px;
	left: 0px;
	width: 100%;
	height: 590px;
	padding: 4%;
	margin: 20px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}

.glance_white_box3{
	display: block;
	clear: both;
	position: absolute;
	top:140px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 4%;
	margin: 20px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}

.glance_white_box4{
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
	padding: 4%;
	margin: 40px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}


@media screen and (max-width: 768px){
	
.glance_white_box{
	display: block;
	clear: both;
	position: absolute;
	top:15px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 4%;
	margin: 20px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}
	
.glance_white_box_bf{
	display: block;
	clear: both;
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 4%;
	margin: 20px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
	background-image: url("../../images/glance/ba_arrow_sp.png");
	background-size: 42px 52px;
	background-position: center center;
	background-repeat: no-repeat;
}
	
.glance_white_box3{
	display: block;
	clear: both;
	position: absolute;
	top:160px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 10px ;
	margin: -15px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}

.glance_white_box4{
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
	padding: 2%;
	margin: 40px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}
	
.potential_zu_img{
	width: 94%;
	height: auto;
	margin: 0 auto 15px auto;
	padding: 0;
}

.data_zu_img{
	width: 94%;
	height: auto;
	margin: 0 auto 15px auto;
	padding: 0;
}

	
}


.before_box h4{
	display: block;
	clear: both;
	position: relative;
	height: 70px;
	text-align: center;
	margin: 0 auto 15px auto;
	font-size: 18px;
	font-weight: 400;
	color: #2E2E2E;
	letter-spacing: 0.05em;
	padding: 12px 0 12px 0;
	border-bottom: 2px solid #CFCFCF;
}

.after_box h4{
	display: block;
	clear: both;
	position: relative;
	text-align: center;
	margin: 0 auto 15px auto;
	font-size: 18px;
	font-weight: 400;
	color: #2E2E2E;
	letter-spacing: 0.05em;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #3FA97B;
}


.glance_white_box_bf p{
	width: 100%!important;
	color: #2D2D2D!important;
	letter-spacing: 0.02em!important;
	font-size: 14px;
	line-height: 1.64em;
}

.glance_white_box_bf li{
	padding: 0 0 2px 26px;
    background: url("../../images/glance/check.png") no-repeat;
	background-size: 20px 20px;
	background-position: top left;
	color: #2D2D2D!important;
	font-size: 14px;
	letter-spacing: 0.04em;
}

.p_st{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.04em;
	margin: 0 auto -4px auto;
	text-align: center;
	color: #2E2E2E;
	padding: 5px 0 0 0;
}

.p_st span{
	font-size: 18px;
	color: #02AD74;
}

.before_after{
	display: block;
	position: relative;
	width: 90%;
	margin: auto;
	height: auto;
}

.before_box{
	display: block;
	position: relative;
	float: left;
	width: 47%;
	height: auto;
	padding: 5px;
}

.before_box p{
	text-align: center;
	padding: 5px 0 5px 0;
}

.before_box h3 img{
	width: auto;
	height: 36px;
	margin: 0 0 20px 0;
}

.before_box img{
	display: block;
	clear: both;
	width: 100%;
	margin: -15px 0 7px 0;
}

.before_box li{
	display: block;
	clear: both;
	width: 100%;
	margin: 10px 0 10px 0;
}
.before_arrow{
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin: auto;
	padding: 6px 0 2px 0;
	text-align: center;
}
.before_arrow img{
	width: 28px!important;
	height: 11px;
	margin: auto!important;
}

.after_box{
	display: block;
	position: relative;
	float: right;
	width: 47%;
	height: auto;
	padding: 5px;
}

.after_box p{
	text-align: center;
	padding: 5px 0 5px 0;
}

.after_box h3 img{
	width: auto;
	height: 36px;
	margin: 0 0 20px 0;
}

.after_box img{
	display: block;
	clear: both;
	width: 100%;
	margin: -15px 0 7px 0;
}

.process_img{
	width: 80%;
	height: auto;
	margin: 15px auto 0 auto;
}

.potential_zu_img{
	width: 70%;
	height: auto;
	margin: 0 auto 15px auto;
}

.data_zu_img{
	width: 82%;
	height: auto;
	margin: 0 auto 15px auto;
}


@media screen and (max-width: 768px){
	
.before_box h4{
	display: block;
	clear: both;
	position: relative;
	height: auto;
	text-align: left;
	margin: 0 auto 15px auto;
	font-size: 16px;
	font-weight: 400;
	color: #2E2E2E;
	letter-spacing: 0.05em;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #CFCFCF;
}

.after_box h4{
	display: block;
	clear: both;
	position: relative;
	text-align: left;
	margin: 0 auto 15px auto;
	font-size: 16px;
	font-weight: 400;
	color: #2E2E2E;
	letter-spacing: 0.05em;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #3FA97B;
}
	
.bf .glance_white_box{
		min-height: 996px;
	    margin: -16px 0 0 0!important;
	}

.before_after{
	display: block;
	width: 90%;
	margin:auto;
}

.before_box{
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 20px auto 5px auto;
}

.before_box h3 img{
	width: auto;
	height: 36px;
	margin: 0 0 20px 0;
}

.before_box img{
	display: block;
	clear: both;
	width: 100%;
	margin: -15px 0 7px 0;
}

.after_box{
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 50px auto 0 auto;
}

.after_box h3 img{
	width: auto;
	height: 36px;
	margin: 0 0 20px 0;
}

.after_box img{
	display: block;
	clear: both;
	width: 100%;
	margin: -15px 0 7px 0;
}

.process_img{
	width: 80%;
	height: auto;
	margin: 15px auto 0 auto;
}

.potential_zu_img{
	width: 88%;
	height: auto;
	margin: 0 auto 15px auto;
}

.data_zu_img{
	width: 82%;
	height: auto;
	margin: 0 auto 15px auto;
}
	
.tsuyomi{
	display: block;
	clear: both;
	position: relative;
	margin: 956px auto 0 auto;	
	}

.tsuyomi .glance_title{
	width: 100%!important;
	margin: 30px auto 30px auto;
		
	}
.tsuyomi_in .glance_white_box{
		display: block;
	    height: auto!important;
	    padding: 10px 0 25px 0!important;
	    margin: 0;
	}
.tsuyomi_in .glance_white_box img{
		width: 100%;
	    margin: 0;
	padding: 0;
	}
}


/*----------
早わかり：白いボックスが左から表示
----------*/
.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/*----------
早わかり：ポテンシャル
----------*/

.potential_area{
    display: block;
	clear: both;
	position: relative;
	max-width:1000px; 
	height: auto;
	margin: 0 0 30px 0;
	padding: 0 0 40px 0;
}

.potential_ttl{
	display: block;
	clear: both;
	position: relative;
	width: 220px;
	margin: 105px auto 25px auto;
	font-size: 18px;
	background-color: #fff;
	padding: 8px;
	color: #00A466;
	font-weight: 500;
	text-align: center;
	border-radius: 30px;
	z-index: 999;
	letter-spacing: 0.03em;
}

.potential_area h2{
    display: block;
	clear: both;
	width: 42%;
	position: relative;
	text-align: center;
	margin:-1px auto 0 auto;
	color: #FFF;
	z-index: 999;
	letter-spacing: 0.04em;
	font-size: 24px;
	padding: 0 0 16px 0;
}

.potential_area h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fff 0%, #fff 140px, #AAE2CF 140px, #AAE2CF 100%);
	margin: auto;
}


@media screen and (max-width: 768px){
	
.potential_area{
    display: block;
	clear: both;
	position: relative;
	width:100%; 
	height: auto;
	margin: -50px 0 30px 0;
	padding:0 0 40px 0!important;
}
.potential_ttl{
	display: block;
	clear: both;
	position: relative;
	width: 200px;
	margin: 100px auto 25px auto;
	font-size: 16px;
	background-color: #fff;
	padding: 6px;
	color: #00A466;
	font-weight: 500;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #00A654;
	z-index: 999;
	letter-spacing: 0.05em;
}
.potential_area h2{
    display: block;
	clear: both;
	width: 90%;
	position: relative;
	text-align: center;
	margin:0 auto 0 auto;
	color: #FFF;
	z-index: 999;
	letter-spacing: 0.01em;
	font-size: 18px!important;
	padding: 0px 0 16px 0;
}
.potential_area h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #fff 0%, #fff 140px, #AAE2CF 140px, #AAE2CF 100%);
	margin: auto;
}

}

.potential_white_box01{
	display: flex;
	clear: both;
	position: absolute;
	top:66px;
	left: 0px;
	width: 47%;
	height: 260px;
	padding: 30px 14px 40px 20px;
	margin: 100px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}
.potential_white_box02{
	display: flex;
	clear: both;
	position: absolute;
	top:66px;
	right: 0px;
	width: 47%;
	height: 260px;
	padding: 30px 14px 40px 20px;
	margin: 100px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}
.potential_white_box03{
	display: flex;
	clear: both;
	position: absolute;
	top:366px;
	left: 28%;
	width: 47%;
	height: 240px;
	padding: 30px 14px 40px 20px;
	margin: 100px auto 20px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}
.potential_white_box01 img,.potential_white_box03 img{
	width: auto;
	height: 92%;
	margin: 14px;
}
.potential_white_box02 img{
	width: auto;
	height: 88%;
	margin: 11px 1px 0px 0px!important;
}

.potential_white_box01 p,.potential_white_box02 p,.potential_white_box03 p{
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #343434;
	margin: 24px 0 0 0;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 768px){
	
.potential{
	display: block;
	width: 100%;
	max-height: 610px;
	clear: both!important;
	position: relative;
	background-image:url("../../images/glance/sp_green_naname_bg01.png");
	background-size: cover;
	background-repeat: no-repeat!important;
	background-position: top center;
	}
	
.potential_white_box01{
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	height: 310px;
	padding: 20px 14px 40px 20px;
	margin: -25px auto 25px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}
.potential_white_box02{
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	height: 316px;
	padding: 20px 14px 40px 20px;
	margin: 10px auto 25px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}
.potential_white_box03{
	display: block!important;
	clear: both!important;
	position: relative!important;
	width: 100%;
	height: 330px;
	top:40px;
	left: 0px;
	padding: 20px 14px 40px 20px;
	margin: 45px auto 25px auto!important;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	border: 1px solid #EAEAEA;
	z-index: 999!important;
}
.potential_white_box01 img{
	display: block;
	width: 60%;
	clear: both;
	height: auto;
	margin: 14px auto 14px auto;
}
.potential_white_box02 img{
	display: block;
	width: 62%;
	clear: both;
	height: auto;
	margin: 14px auto 14px auto!important;
}
.potential_white_box03 img{
	display: block;
	width: 40%;
	clear: both;
	height: auto;
	margin: 14px auto 14px auto;
}

.potential_white_box01 p,.potential_white_box02 p,.potential_white_box03 p{
	padding: 10px;
	font-size: 14px;
	line-height: 1.6em;
	color: #343434;
	margin: 10px auto 0 auto!important;
	text-align: center;
	letter-spacing: 0.04em!important;
}
	
}

.green_bg_normal h2{
    display: block;
	clear: both;
	width: 42%;
	position: relative;
	text-align: center;
	margin:0 auto 0 auto;
	color: #FFF;
	z-index: 999;
	letter-spacing: 0.05em;
	font-size: 20px;
	padding: 60px 0 16px 0;
}

.green_bg_normal h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fff 0%, #fff 140px, #AAE2CF 140px, #AAE2CF 100%);
	margin: auto;
}

@media screen and (max-width: 768px){
    .pagetitle{
        position: relative;
        font-size: 20px;
        padding-top: 36px;
        padding-bottom: 16px;
        margin-bottom: 20px;
		line-height: 1.4em;
    }
    .pagetitle:after{
        height: 2px;
        background: linear-gradient(90deg, #00b681 0%, #00b681 100px, #f7f7f7 100px, #f7f7f7 100%);
    }
	
.green_bg_normal h2{
    display: block;
	clear: both;
	width: 90%;
	position: relative;
	text-align: center;
	margin:0 auto 0 auto;
	color: #FFF;
	z-index: 999;
	letter-spacing: 0.04em;
	font-size: 18px!important;
	padding: 60px 0 16px 0;
}

.green_bg_normal h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fff 0%, #fff 140px, #AAE2CF 140px, #AAE2CF 100%);
	margin: auto;
}
}
	
/*----------
早わかり：メイン背景
----------*/
.glance_main {
	display: block;
	clear: both;
	position: relative;
}

@media screen and (max-width: 768px){
.glance_main {
	display: block;
	clear: both;
	position: relative;
}

}

@media screen and (max-width: 768px){
.curved01 {
  display: block;
  position: relative;
  width: 100%;
  height: 460px;
  background-image: url("../../images/glance/glance_main_img.png"), url("../../images/glance/upper_curve_sp.svg"), url("../../images/glance/under_curve_sp.svg") ,url("../../images/common/green_bg.jpg");
  background-position: bottom right 13%,top center,bottom center,center center;
  background-size: contain,contain,contain,cover;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	padding: 0px;
	margin: 0 auto;
}

.glance-ttl{
		display: block;
	    position: relative;
		width: 250px;
		height: auto;
		padding: 88px 0 0 0;
	   margin: 0 0 0 11%;
	}
}