@charset "UTF-8";

/* ------------------------------------------------
   セミナー　CTA
--------------------------------------------------- */

.seminar-cta{
	position: fixed;
	bottom:26vh;
	left:1%;
	z-index: 999;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.seminar-cta.scroll{
	bottom:10vh;
}
.seminar-cta a{
	display: block;
	width:20vw;
}
.seminar-cta.scroll a{
	display: block;
	width:16vw;
}

.seminar-cta  .cta-close{
	position: absolute;
	content:'';
	font-size:1rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	top:5px;
	left:5px;
	width:18px;
	height:18px;
	border-radius: 50%;
	background: #235db4;
	color:#fff;
	cursor: pointer
}

@media (max-width: 768px) {
	.seminar-cta{
	bottom:inherit;
	top:18vw;
	left:inherit;
		right:1vw;
			-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

	}
	.seminar-cta.scroll{
		top:18vw;
	}
	.seminar-cta a{
		display: block;
		width:40vw;
	}
	.seminar-cta.scroll a{
		display: block;
		width:40vw;
	}

.seminar-cta  .cta-close{
	position: absolute;
	content:'';
	font-size:2.8vw;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	top:0;
	left:inherit;
	right:0;
	width:4vw;
	height:4vw;
	border-radius: 50%;
	background: #235db4;
	color:#fff;
	cursor: pointer
}


}


.red{
	color:#FF0004!important
}
/* ------------------------------------------------
   GSAP ScrollTriggerエリア
--------------------------------------------------- */
.side-scroll__section {
	background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;/* はみ出た部分を隠しておく */
	
}

.side-scroll__itemOuter {
  position: relative;
  height: 100vh;
  width: 100%;
}

.side-scroll__itemInner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 0;
}

/* ---MV　ロゴ ----*/
.mv-logo{
	position: fixed;
	top:1.5vh;
	left:2vh;
	width:30vh;
	z-index: 999;
	    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mv-logo a{
	width:40%
}
.mv-logo .mv-logo-exhibition{
	width:58%
}
.mv-logo.scroll{
	top:1.5vh;
	left:2vh;
	width:16vh;
	min-width:150px;
	z-index: 999	
}

/* --- MV　ナビ---*/
.mv-nav-wrap{
	position: fixed;
	bottom:2vw;
	left:1vw;
	background :rgba(0,114,186,0.60);
	padding: 2px;
}
.mv-nav-wrap ul{
	display: flex;
	align-items: center;
	position: relative
}
.mv-nav-wrap ul li a {
	color:#fff;
    padding: 0.2em 0.4em;
	margin-right: 1vw;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
	line-height: 1.1;
	text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	position: relative
}
.mv-nav-wrap ul li:not(:first-child):not(.gnav-contact) a::before{
	position: absolute;
	content:'';
	width:1px;
	height:80%;
	background: #fff;
	top:0;
	bottom:0;
	left:-0.4vw;
	margin: auto
}
.mv-nav-wrap ul li a span{
	font-size: 1.0rem;
	font-weight: 400;
}
.mv-nav-wrap ul li:last-child a{
	margin-right: 0.2vw
}

.mv-nav-wrap ul li a:hover{
	opacity: 0.7
}
/*.mv-nav-wrap ul li.gnav-contact a{
	background: #faed56;
	border:1px #0072ba solid;
	color: #0072ba;
}
.mv-nav-wrap ul li.gnav-contact a span{
	padding-left: 1.5em;
	background-image: url("../../img/common/icon-contact.svg");
	background-repeat: no-repeat;
	background-size: 1.2em;
	background-position: left center;
}
*/

.mv-nav-wrap ul li.gnav-contact{
	position: absolute;
	content:'';
	width:7em;
	height:7em;
	left:0.5em;
	top:-7.5em;
}
.mv-nav-wrap ul li.gnav-contact a{
	width:100%;
	height:100%;
	background-color: #faed56;
	background-image: url("../../img/common/icon-contact.svg");
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: top 0.8em center;
	border-radius: 50%;
	padding-top: 45%;
	color: #0072ba;
	line-height: 1.2;
	font-size:1.4rem
	
}


/* --- MV　スクロール量　---*/
.progress-bar{
	position: fixed;
	bottom: 2.5vw;
	right: 0vw;
	/*width:20vw;*/
	width:18vw;
	height:0.8vw;
	margin-right: 3.5em
}
.progress-bar::before{
	position: absolute;
	content:'';
	width:calc(100% + 10px);
	height:1px;
	top:0;
	bottom:0;
	left:0;
	margin: auto;
	background: #000
}
.progress-bar::after{
	position: absolute;
	content:'scroll';
	line-height: 1;
	font-size:1.3rem;
	right:-3.5em;
	top: -0.4em;
	bottom:0;
	margin: auto;
}
.progress-ball{
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	margin: auto;
	width: 0.8vw;
	height: 0.8vw;
	background-color: #0072ba;
	border-radius: 50%;
	z-index: 2
}

@media (max-width: 768px) {
	.side-scroll__itemOuter {
	  position: relative;
	  height: inherit;
	  width: 100%;
	}

	.side-scroll__itemInner {
		width:100%;
		position: relative;
		flex-direction: column;
	}
	.side-scroll__item.mv,
	.side-scroll__item .intro01,
	.side-scroll__item .intro02,
	.side-scroll__item .point,
	.side-scroll__item .reason,
	.side-scroll__item .concept{
		width:100%!important
	}

	.mv-logo,
	.mv-nav-wrap,
	.progress-bar{
		display: none
	}
}




.side-scroll__item.mv{
	width:196.6vh;
	position: relative;
	background-image: url("../../img/side-scroll/mv_bg.svg");
	background-repeat: no-repeat;
	background-size:45%;
	background-position: top -25% right
}
.side-scroll__item.mv img{
	height:100vh;
	width:auto;
}

.side-scroll__item.mv .txt-main{
	position: absolute;
	top:7.5vh;
	left:92vh;
	height:82.5vh;
	z-index: 3;
}
.side-scroll__item.mv .txt-main_equal{
	position: absolute;
	content:'';
	top:7.5vh;
	left:92vh;
	height:82.5vh;
	mix-blend-mode:hard-light;
	z-index: 3
}

.side-scroll__item.mv .txt-method{
	position: absolute;
	/*bottom:9.0vh;
	left:46.0vh;
	height:14.3vh;*/
	bottom:12.0vh;
	left:59.0vh;
	height:11.3vh;

	mix-blend-mode:hard-light
}
.side-scroll__item.mv .txt-main img,
.side-scroll__item.mv .txt-main_equal img,
.side-scroll__item.mv .txt-method img{
	width:auto;
	height:100%
}

@media (max-width: 768px) {

	.side-scroll__item.mv{
		position: relative;
		padding-bottom: 162.5vw;
		padding-bottom: 91vw;
		background-image: url("../../img/side-scroll/mv_bg.svg");
		background-repeat: no-repeat;
		background-size:135%;
		background-position: center bottom;
		margin-top: -10vw
	}
	.side-scroll__item.mv img{
		height:auto;
		width:100%;
	}

	.side-scroll__item.mv .txt-main{
		position: absolute;
		top:92vw;
		left:5%;
		height:auto;
		width:90%;
		z-index: 3;
	}
	.side-scroll__item.mv .txt-main_equal{
		position: absolute;
		content:'';
		top:92vw;
		left:5%;
		height:auto;
		width:90%;
		mix-blend-mode:hard-light;
		z-index: 3
	}

	.side-scroll__item.mv .txt-method{
		position: absolute;
		top:78vw;
		bottom:inherit;
		left:-27.5vw;
		height:auto;
		width:78vw;
		transform: rotate(90deg);

	}
	
	.side-scroll__item.mv .txt-main img,
	.side-scroll__item.mv .txt-main_equal img,
	.side-scroll__item.mv .txt-method img{
		width:100%;
		height:auto
	}
}



/*--INTRODUCTION --*/

#INTRODUCTION{display: flex;position: relative}

.side-scroll__item .intro01{
	padding-top: 5vh;
	width:168vh;
	position: relative;
	height:100%
}
.side-scroll__item .intro01::after{
	position: absolute;
	content:'';
	height: 100vh;
	width: 22vh;
	clip-path: polygon(0 0, 100% 0, 0% 100%);
	background: #fff;
	top:0;
	right:-22vh;
	z-index: 2
}
.side-scroll__item .intro01 .intro01-inner{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	margin-bottom: 5vh
}
.side-scroll__item .intro01 .side-sec-title{
	text-indent: -0.5em;
	font-size:calc(2.2vh * 1.9);
	line-height: 1.4;
	width:70vh
}
.side-scroll__item .intro01 .side-sec-title img{
	width:60vh;
	margin-bottom: 4vh
}

.side-scroll__item .intro01 .img-wrap{
	width:calc(100% - 70vh);
	margin: 12vh 0 0;
	display: flex;
	justify-content: space-between;

}
.side-scroll__item .intro01 .img-wrap p{
	width:calc((100% - 3%) /3)
}
.side-scroll__item .intro01 .txt-wrap{
	margin-left: 65vh;
	width:47vh;
	width:49vh;
	font-size:calc(0.95vh * 1.9);
	line-height: 1.8;
	font-weight: 500;
}
.side-scroll__item .intro01 .txt-wrap .top-txt{
	font-size:calc(1.45vh * 1.9);
	line-height: 1.4;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom:1px solid #2c3542;
	color:#0072ba
}
.side-scroll__item .intro01 .img-left{
	position: absolute;
	bottom:0;
	left:-40vh
}
.side-scroll__item .intro01 .img-left img{
	height:65vh;
	width:auto
}
.side-scroll__item .intro01 .img-right{
	position: absolute;
	bottom:8vh;
	right:-27vh;
	z-index: 3
}
.side-scroll__item .intro01 .img-right img{
	height:53vh;
	width:auto
}

@media (max-width: 768px) {
	#INTRODUCTION{flex-direction: column;}
	.side-scroll__item .intro01{
		margin-top: 75vw;
		padding-top: 0;
		padding-bottom: 65vw;
		width:100%;
		position: relative;
		height:inherit;
	}
	.side-scroll__item .intro01::after{
		position: absolute;
		content:'';
		height: 44vw;
		width: 100%;
		clip-path: polygon(0% 50%, 100% 0%, 100% 100% , 0% 100%);
		background: #cbe1ee;
		top:auto;
		bottom:0;
		right:0;
		z-index: 2
	}
	.side-scroll__item .intro01 .intro01-inner{
		flex-wrap: wrap;
		margin-bottom: 0;
		width:120vw
	}
	.side-scroll__item .intro01 .side-sec-title{
		width:90%;
		margin: 0 auto;
		font-size:5.5vw;
		line-height: 1.6;
		text-indent: 0;
	}
	.side-scroll__item .intro01 .side-sec-title p{
		margin-left: -0.5em
	}	
	.side-scroll__item .intro01 .side-sec-title img{
		width:70vw;
		margin-bottom: 6.5vw
	}
	
	.side-scroll__item .intro01 .img-wrap{
		width:100%;
		margin: 6.5vw 0;
		margin-left: 5%;
		display: flex;
		justify-content: space-between;
	}
	.side-scroll__item .intro01 .txt-wrap{
		margin:0 auto;
		width:90%;
		font-size:3.6vw;
		line-height: 1.8;
		font-weight: 500;
	}
	.side-scroll__item .intro01 .txt-wrap .top-txt{
		font-size:5.0vw;
		line-height: 1.4;
		padding-bottom: 0.8em;
		margin-bottom: 0.8em;
		border-bottom:1px solid #777;
		color:#0072ba
	}
	.side-scroll__item .intro01 .img-left{
		position: absolute;
		bottom:auto;
		top:-75vw;
		left:0
	}
	.side-scroll__item .intro01 .img-left img{
		height:auto;
		width:100%
	}
	.side-scroll__item .intro01 .img-right{
		position: absolute;
		bottom:1vw;
		left:5%;
		right:auto;
		z-index: 3
	}
	.side-scroll__item .intro01 .img-right img{
		height:auto;
		width:95%;
	}
	

}


.side-scroll__item .intro02{
	padding: 8vh 26vh 5vh 12vh;
	margin-right: 36vh;
	width:158vh;
	position: relative;
	background: #cbe1ee
}
.side-scroll__item .intro02 .top-txt{
	font-size:calc(2.9vh * 1.9);
	font-weight: 700;
	line-height: 1.4;
	background:  #2c3542;
	color:#fff;
	position: relative;
	z-index: 3
}


.side-scroll__item .intro02 .intro02-inner{
	width:98vh;
	margin: 4vh 0 0 auto;
	display: flex;
	justify-content: space-between
}
.side-scroll__item .intro02 .intro02-inner .inner-item{
	width:calc((100% - 6vh)/2);
	font-weight: 500;
	font-size:calc(0.95vh * 1.9);
}

.side-scroll__item .intro02 .intro02-inner .inner-item .inner-top-txt{
	font-size:calc(1.9vh * 1.9);
	color:#0072ba;
	text-align: center;
	line-height: 1.2;
	padding: 0.3em 0;
	margin-bottom:0.3em;
	border-bottom:1px solid #2c3542;
}
.side-scroll__item .intro02 .intro02-inner .inner-item .inner-top-txt span{
	font-size:calc(1.5vh * 1.9);
}

.side-scroll__item .intro02 .intro02-inner .inner-item .inner-chk-txt{
	font-size:calc(1.1vh * 1.9);
	padding-bottom: 0.8em
}
.side-scroll__item .intro02 .intro02-inner .inner-item .inner-chk-txt li{
	padding-left: 1.5em;
	position: relative
}
.side-scroll__item .intro02 .intro02-inner .inner-item .inner-chk-txt li::before{
	position: absolute;
	content:'';
	top:0.05em;
	bottom:0;
	left:0;
	margin: auto;
	width:1.2em;
	height:1.2em;
	background-image: url("../../img/side-scroll/icon_check.svg");
	background-size: contain
}

.side-scroll__item .intro-after{
	position: absolute;
	top:0;
	right:-25vh;
	width:87vh;
	height:100vh;
	background-image: url("../../img/side-scroll/intro_after_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.side-scroll__item .intro-after .intro-after-inner{
	padding-bottom: 5vh;
	padding-left: 5vh;
}
.side-scroll__item .intro-after .txt01{
	font-size:calc(5.4vh * 1.9);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: right
}
.side-scroll__item .intro-after .txt02{
	font-size:calc(2.6vh * 1.9);
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	margin-left: 0.6em;
	margin-top: -0.5em;
	background:#00388c;
	position: relative;
	height:5.5em
}
.side-scroll__item .intro-after .txt02::after{
	position: absolute;
	content:'';	
	background: #00388c;
	height:2.6vh;
	width:2.6vh;
	clip-path: polygon(0 50%, 100% 0%, 100% 100%);
	top:0;
	bottom:0;
	left:-2.5vh;
	margin: auto
}
@media (max-width: 768px) {
	.side-scroll__item .intro02{
		padding:13vw 5% 50vw;
		margin:0 auto;
		width:90%;
		position: relative;
		background: #cbe1ee
	}
	.side-scroll__item .intro02 .top-txt{
		font-size:6.35vw;
		font-weight: 700;
		line-height: 2.0;
		background:  none;
		color:#fff;
		position: relative;
		z-index: 3
	}
	.side-scroll__item .intro02 .top-txt span{
		background:  #2c3542;
		padding:0 0.5em
	}
	.side-scroll__item .intro02 .top-txt span:first-child{
		padding-left: 0
	}

	.side-scroll__item .intro02 .intro02-inner{
		width:100%;
		margin: 0;
		display: flex;
		flex-wrap: wrap
	}
	.side-scroll__item .intro02 .intro02-inner .inner-item{
		width:100%;
		margin-top: 6.5vw;
		font-weight: 500;
		font-size:3.6vw;
	}

	.side-scroll__item .intro02 .intro02-inner .inner-item .inner-top-txt{
		font-size:7.0vw;
		color:#0072ba;
		text-align: center;
		line-height: 1.3;
		padding: 0.5em 0;
		margin-bottom:0.5em;
		border-bottom:1px solid #777;
	}
	.side-scroll__item .intro02 .intro02-inner .inner-item .inner-top-txt span{
		font-size:6vw;
	}

	.side-scroll__item .intro02 .intro02-inner .inner-item .inner-chk-txt{
		font-size:4.2vw;
		padding-bottom: 0.8em
	}
	
.side-scroll__item .intro-after{
	position: absolute;
	top:auto;
	right:0;
	bottom:-53vw;
	width:100%;
	height:102vw;
	background-image: url("../../img/side-scroll/intro_after_bg_sp.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}
	.side-scroll__item .intro-after .intro-after-inner{
		width:90%;
		padding: 0;
		display: flex;
		flex-direction: column
	}
	.side-scroll__item .intro-after .txt01{
		font-size:12vw;
		font-weight: 700;
		letter-spacing: 0em;
		text-align: center
	}
	.side-scroll__item .intro-after .txt02{
		font-size:6.5vw;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		background:#00388c;
		width:5.5em;
		margin: 0 auto 0.3em;
		position: relative;
		height:inherit;
		line-height: 1.4
	}
	.side-scroll__item .intro-after .txt02::after{
		position: absolute;
		content:'';	
		background: #00388c;
		height:2.8vw;
		width:2.6vw;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		top:auto;
		bottom:-2.7vw;
		right:0;
		left:0;
		margin: auto
	}
}

/*--POINT --*/

.side-scroll__item.point{
	box-sizing: border-box;
	width:198vh;
	padding: 5vh 13vh 0 ;
}
.side-scroll__item.point .side-sec-title{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
	padding-left:17.5vh;
	font-size:calc(2.2vh * 1.9);
	line-height: 1;
}
.side-scroll__item.point .side-sec-title img{
	width:23vh
}
.side-scroll__item.point .point-wrap{
	margin-top: 4vh;
	background-image: url("../../img/side-scroll/point_img01.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: right center
}
.side-scroll__item.point .point-wrap .point-item{
	height:22vh;
	display: flex;
	align-items: center;
}
.side-scroll__item.point .point-wrap .point-item:nth-child(1){
	padding-left: 13vh;
	margin-bottom: 2.6vh
}
.side-scroll__item.point .point-wrap .point-item:nth-child(2){
	padding-left: 6.5vh;
	margin-bottom: 2.6vh
}
.side-scroll__item.point .point-wrap .point-item .num-wrap{
	width:22vh;
	height:100%;
	background: #00388c;
	border-radius: 50%;
	color:#fff;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
		margin-right: 5vh;
	line-height: 1.4
}
.side-scroll__item.point .point-wrap .point-item .num-wrap .num-txt{
	font-size:calc(2.3vh * 1.9);
	color:#faed56;
	margin: 1.5vh 0 0.5vh;
	font-family: "Jost", serif;
}
.side-scroll__item.point .point-wrap .point-item .num-wrap .txt01{
	font-size:calc(1.1vh * 1.9);
	font-weight: 500
}
.side-scroll__item.point .point-wrap .point-item .num-wrap .txt02{
	font-size:calc(2.3vh * 1.9);
	font-weight: 700
}
.side-scroll__item.point .point-wrap .point-item .txt-wrap{
	/*font-size:calc(0.95vh * 1.9);	*/
	font-size:calc(0.9vh * 1.9);
}
.side-scroll__item.point .point-wrap .point-item .txt-wrap .top-txt{
	font-size:calc(2.75vh * 1.9);
	color: #0072ba;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.1em
}
.side-scroll__item.point .point-wrap .point-item .txt-wrap span{
	background:rgba(255,255,255,0.85)
}
.side-scroll__item.point .point-wrap .point-item .txt-wrap .txt02{
	padding: 0.5em 0 0.5em 6em;
	background-image: url("../../img/side-scroll/arrow-y.svg");
	background-repeat: no-repeat;
	background-size:3em;
	background-position: left 2em center 
}

@media (max-width: 768px) {
	.side-scroll__item.point{
		box-sizing: border-box;
		width:100%;
		padding: 48vw 5% 10vw ;
	}
	.side-scroll__item.point .side-sec-title{
		display: flex;
		align-items:flex-end;
		justify-content:flex-end;
		flex-direction: column;
		padding-left:0;
		margin-right: -0.5em;
		font-size:5.8vw;
		line-height: 3;
	}
	.side-scroll__item.point .side-sec-title img{
		width:28vw;
		margin-right: 0.5em
	}
	
	.side-scroll__item.point .point-wrap{
		margin:0;
		padding-bottom: 85vw;
		background-image: url("../../img/side-scroll/point_img01.jpg");
		background-repeat: no-repeat;
		background-size:contain;
		background-position: center bottom
	}
	.side-scroll__item.point .point-wrap .point-item{
		height:inherit;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap
	}
	.side-scroll__item.point .point-wrap .point-item:nth-child(1),
	.side-scroll__item.point .point-wrap .point-item:nth-child(2){
		padding-left: 0;
		margin-bottom: 5vw
	}
	.side-scroll__item.point .point-wrap .point-item .num-wrap{
		width:33vw;
		height:32vw;
		background: #00388c;
		border-radius: 50%;
		color:#fff;
		text-align: center;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
		margin: 5vw auto;
		line-height: 1.4
	}
	.side-scroll__item.point .point-wrap .point-item .num-wrap .num-txt{
		font-size:6vw;
		color:#faed56;
		margin: 0.3em 0 ;
		font-family: "Jost", serif;
	}

	.side-scroll__item.point .point-wrap .point-item .num-wrap .txt01{
		font-size:3.0vw;
		font-weight: 500
	}
	.side-scroll__item.point .point-wrap .point-item .num-wrap .txt02{
		font-size:6vw;
		font-weight: 700
	}
	.side-scroll__item.point .point-wrap .point-item .txt-wrap{
		width:100%;
		font-size:3.6vw;	
	}
	.side-scroll__item.point .point-wrap .point-item .txt-wrap .top-txt{
		font-size:5.4vw;
		color: #0072ba;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 0.5em
	}
	.side-scroll__item.point .point-wrap .point-item .txt-wrap span{
		background:rgba(255,255,255,0.85)
	}
	
	
	
}


/*--reason--*/

.side-scroll__item.reason{
	display: flex
}


.side-scroll__item.reason .reason-box.top{
	width:72vh;
	background:#0072ba;
	color:#fff;
	padding: 0 10vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size:calc(0.95vh * 1.9);	
}
.side-scroll__item.reason .reason-box.top .top-txt{
	font-size:calc(2.2vh * 1.9);
	font-weight: 600;
	line-height: 1.4
}
.side-scroll__item.reason .reason-box.top p+p{
	padding-top: 1.5em
}

.side-scroll__item.reason .reason-box:not(.top){
	width:78vh;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	position: relative;
	padding: 8.4vh 5.2vh 0
}
.side-scroll__item.reason .reason-box:not(.top)::after{
	position: absolute;
	content:'';
	height:23.5vh;
	width:32.5vh;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	top:0;
	left:0;
	background: #00388c;
	z-index: 2
}
.side-scroll__item.reason .reason-box .top-wrap{
	width:100%;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
}
.side-scroll__item.reason .reason-box .num-txt{
	width:17%;	
}
.side-scroll__item.reason .reason-box .reason-txt01{
	width:66%;	
	text-align: center;
	font-size:calc(1.7vh * 1.9);
	font-weight: 600;
	line-height: 1.2;
	color:#fff;
}
.side-scroll__item.reason .reason-box .reason-txt02{
	width:50%;
	padding: 0.1em;
	margin: 3.3vh auto 8.8vh;
	text-align: center;
	background: #fff;
}
.side-scroll__item.reason .reason-box .reason-txt02 span{
	font-size:calc(1.2vh * 1.9);
	font-weight: 600;
	line-height: 1;
	color:#0072ba;
	padding-left:1.5em;
	background-image: url("../../img/side-scroll/icon_check.svg");
	background-position: left top 0.25em;
	background-repeat: no-repeat;
	background-size: 1em
}
.side-scroll__item.reason .reason-box.r01{
	background-image: url("../../img/side-scroll/reason01_bg.png");
}
.side-scroll__item.reason .reason-box.r02{
	background-image: url("../../img/side-scroll/reason02_bg.png");
}
.side-scroll__item.reason .reason-box.r03{
	background-image: url("../../img/side-scroll/reason03_bg.png");
}
.side-scroll__item.reason .reason-box.r04{
	background-image: url("../../img/side-scroll/reason04_bg.png");
}
.side-scroll__item.reason .reason-box.r05{
	background-image: url("../../img/side-scroll/reason05_bg.png");
}

.side-scroll__item.reason .reason-box .reason-img{
	padding:0 5.2vh;
	position: relative
}
.side-scroll__item.reason .reason-box .reason-img::after{
	position: absolute;
	content:'';
	width:5.9vh;
	height:7.3vh;
	background-image: url("../../img/side-scroll/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top:-6.3vh;
	left:0;
	right:0;
	margin: auto
}

.side-scroll__item.reason .reason-box .cir-txt{
	height:26vh;
	width:26vh;
	background: #00388c;
	border-radius: 50%;
	position: absolute;
	right:1vh;
	bottom:12vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size:calc(1.5vh * 1.9);
	color:#fff;
	font-weight: 600
}

@media (max-width: 768px) {
	.side-scroll__item.reason{
		display: block
	}
	.side-scroll__item.reason .reason-box.top{
		width:100%;
		background:#0072ba;
		color:#fff;
		padding: 13vw 5%;
		display: block;
		font-size:3.4vw;	
	}
	.side-scroll__item.reason .reason-box.top .top-txt{
		font-size:7vw;
		line-height: 1.4
	}
	.side-scroll__item.reason .reason-box.top p+p{
		padding-top: 1.5em
	}

	.side-scroll__item.reason .reason-box:not(.top){
		width:100%;
		background-repeat: no-repeat;
		background-position: top left;
		background-size: contain;
		position: relative;
		padding: 10vw 5%;
	}
	.side-scroll__item.reason .reason-box:not(.top)::after{
		position: absolute;
		content:'';
		height:30vw;
		width:40vw;
		clip-path: polygon(0 0, 100% 0, 0 100%);
		top:0;
		left:0;
		background: #00388c;
		z-index: 2
	}
	.side-scroll__item.reason .reason-box .top-wrap{
		width:100%;
		position: relative;
		z-index: 3;
		display: flex;
		align-items: center;
	}
	.side-scroll__item.reason .reason-box .num-txt{
		width:17%;
	}
	.side-scroll__item.reason .reason-box .reason-txt01{
		width:80%;
		text-align: center;
		font-size:5.6vw;
		font-weight: 600;
		line-height: 1.2;
		color:#fff;
	}
	.side-scroll__item.reason .reason-box .reason-txt02{
		width:70%;
		padding: 0.1em;
		margin: 5vw auto 15vw;
		text-align: center;
		background: #fff;
	}
	.side-scroll__item.reason .reason-box .reason-txt02 span{
		font-size:4.2vw;
		font-weight: 600;
		line-height: 1.4;
		color:#0072ba;
		padding-left:1.5em;
		background-image: url("../../img/side-scroll/icon_check.svg");
		background-position: left top 0.25em;
		background-repeat: no-repeat;
		background-size: 1em
	}

	.side-scroll__item.reason .reason-box .reason-img{
		padding:0 5%;
	}
	.side-scroll__item.reason .reason-box .reason-img::after{
		position: absolute;
		content:'';
		width:8vw;
		height:10vw;
		background-image: url("../../img/side-scroll/arrow.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		top:-10vw;
		left:0;
		right:0;
		margin: auto
	}

	.side-scroll__item.reason .reason-box .cir-txt{
		height:40vw;
		width:40vw;
		right:2vw;
		bottom:13vw;
		font-size:4.6vw;
	}	
}




/*--CONCEPT--*/

.side-scroll__item.concept{
	box-sizing: border-box;
	width:117vh;
	padding: 2.6vh 15.6vh 0 ;
}
.side-scroll__item.concept .concept-inner{
	width:100%;
	height:100%;
	padding: 14.3vh 0 0;
	text-align: center;
	background-image: url("../../img/side-scroll/concept_txt.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	position: relative
}
.side-scroll__item.concept .side-sec-title img{
	width:29vh;
	margin: 0 auto 3.9vh;
}

.side-scroll__item.concept .book-title{
	font-size:calc(3.9vh * 1.9);
	letter-spacing: -0.1em;
	line-height: 1;
	font-weight: 700
}
.side-scroll__item.concept .book-name{
	font-size:calc(1.3vh * 1.9);
	line-height: 1;
	font-weight: 500;
	margin: 4vh 0
}
.side-scroll__item.concept .book-txt01{
	font-size:calc(1.7vh * 1.9);
	line-height: 1;
	font-weight: 500
}
.side-scroll__item.concept .book-txt02{
	font-size:calc(0.95vh * 1.9);
	margin-top:6.5vh;
	padding-left:36vh;
	padding-right: 10vh;
	text-align: left
}
.side-scroll__item.concept .book-img{
	position: absolute;
	left:12vh;
	bottom:18vh
}
.side-scroll__item.concept .book-img img{
	height:32vh;
	width:auto
}

@media (max-width: 768px) {
	
	.side-scroll__item.concept{
		box-sizing: border-box;
		width:100%;
		padding: 4vw 5% 10vw;
	}
	.side-scroll__item.concept .concept-inner{
		width:100%;
		height:100%;
		padding: 15vw 0 0;
		text-align: center;
		background-image: url("../../img/side-scroll/concept_txt.svg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		position: relative
	}
	.side-scroll__item.concept .side-sec-title img{
		width:38vw;
		margin: 0 auto 4vw;
	}

	.side-scroll__item.concept .book-title{
		font-size:9vw;
		letter-spacing: -0.1em;
		line-height: 1;
		font-weight: 700
	}
	.side-scroll__item.concept .book-name{
		font-size:4.4vw;
		line-height: 1;
		font-weight: 500;
		margin: 5vw 0
	}
	.side-scroll__item.concept .book-txt01{
		font-size:5.0vw;
		line-height: 1.6;
		font-weight: 500
	}
	.side-scroll__item.concept .book-txt02{
		font-size:3.0vw;
		margin-top:48vw;
		padding-left:0;
		padding-right: 0;
		text-align: center
	}
	.side-scroll__item.concept .book-img{
		position: absolute;
		left:0;
		right:0;
		top:70vw;
		bottom:auto;
		margin: auto;
		width:32%;
	}
	.side-scroll__item.concept .book-img img{
		height:auto;
		width:100%
	}

	
	
}



/* ------------------------------------------------
   CONTACT
--------------------------------------------------- */
.contact{
	background-color: #0072ba;
	background-image: url("../../img/contact_bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	padding: 75px 0;
	text-align: center
}
.contact-txt{
	color:#fff;
	font-size:3.0rem;
	font-weight: 700;
	padding: 40px 0
}
.contact-btn{
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}
.contact-btn::after{
	width:100%;
	height:100%;
	position: absolute;
	content:'';
	z-index: 1;
	background: #00388c;
	top:10px;
	left:10px
}

.contact-btn a{
	width:100%;
	height:100%;
	border:2px solid #faed56;
	padding: 4px;
	display: block;
	color:#0072ba;
	position: relative;
	z-index: 2
}
.contact-btn a p{
	background: #faed56;
	padding: 1em;
	line-height: 1;
	font-size:2.6rem;
	font-weight: 700;
	position: relative
}
.contact-btn a p::after{
	content:'';
	position: absolute;
	width:40px;
	height:40px;
	background-image: url("../../img/arrow_outer.svg");
	background-repeat: no-repeat;
	background-size: contain;
	top:0;
	bottom:0;
	right:20px;
	margin: auto
}
.contact-btn a p::before{
	content:'';
	position: absolute;
	width:40px;
	height:40px;
	background-image: url("../../img/arrow_inner.svg");
	background-repeat: no-repeat;
	background-size: contain;
	top:0;
	bottom:0;
	right:20px;
	margin: auto;
	 transition: all 0.3s ease 0s;
}
.contact-btn a:hover p::before{
	right:15px;
}

@media (max-width: 1200px) {
	.contact{
		padding: 6vw 0;
	}
	.contact-txt{
		color:#fff;
		font-size:2.36vw;
		font-weight: 700;
		padding: 3.15vw 0
	}
	.contact-btn::after{
		top:0.7vw;
		left:0.7vw;
	}
	.contact-btn {
		max-width: 35vw
	}
	.contact-btn a p{
		font-size:2vw;
	}
	.contact-btn a p::after{
		width:3.2vw;
		height:3.2vw;
		right:1.6vw;
	}
	.contact-btn a p::before{
		width:3.2vw;
		height:3.2vw;
		right:1.6vw;
	}
	.contact-btn a:hover p::before{
		right:1.2vw;
	}
}

@media (max-width: 768px) {
	.contact{
		padding: 8vw 0;
	}
	.contact-txt{
		font-size:4vw;
	}
	.contact-btn::after{
		top:0.7vw;
		left:0.7vw;
	}
	.contact-btn{
		max-width: 80vw;
	}
	.contact-btn::after{
		top:2vw;
		left:2vw
	}

	.contact-btn a{
		border:0.8vw solid #faed56;
		padding: 1vw;
	}
	.contact-btn a p{
		font-size:5vw;
		padding: 0.6em
	}
	.contact-btn a p::after{
		width:8vw;
		height:8vw;
		right:4vw;
	}
	.contact-btn a p::before{
		width:8vw;
		height:8vw;
		right:4vw;
	}
	.contact-btn a:hover p::before{
		right:4vw;
	}

}


/* ------------------------------------------------
   SERVICES
--------------------------------------------------- */
.services{
	padding: 90px 0 100px;
	border-top:1px solid #0072ba;
	/*background:#FBFCFC*/
}

.services-wrap-top .heading-txt{
	position: absolute;
	top:-20px;
	left:0;
	right:0;
	margin: auto;
	text-align: center;
}
.services-wrap-bottom .heading-txt{
	text-align: center;
	position: relative;
	
}
.services .heading-txt > span{
	margin: 0 auto;
	display: block;
	background: #00388c;
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.0;
	padding: 0 1em 0.2em;
	color:#fff;
}
.services-wrap-top .heading-txt > span{
	max-width: 320px;
	width:25%;
}
.services .heading-txt .yellow-txt{
	font-size: 2.9rem;
}
.services .heading-txt .num-txt{
	font-size: 4.4rem;
}
.services .services-wrap-top  .heading-txt::after{
	position: absolute;
	content:'';	
	background: #00388c;
	height: 18px;
	width: 18px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	bottom:-17px;
	left:0;
	right:0;
	margin: auto
}
.services .services-wrap-bottom  .heading-txt::after{
	position: absolute;
	content:'';
	background: #00388c;
	height: 18px;
	width: 18px;	
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	top:0;
	bottom:0;
	left:-17px;
	margin: auto
}


.services-wrap-top{
	margin-top: 80px;
	position: relative
}
.services-wrap-top .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 0 50px;
}
.services-top-item{
	width:25%
}
.services-top-item .item-img{
	width:66.5%;
	margin:25px auto 10px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden
}
.services-top-item .item-txt{
	text-align: center;
	font-size:1.8rem;
	font-weight: 600;
}


.services-wrap-bottom{
	padding-top: 25px;
	position: relative;
}
.services-wrap-bottom .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.services-bottom-item{
	width:50%;
	display: flex;
	align-items: center
}
.services-bottom-item .txt-wrap{
	padding-top: 2em
}
.services-bottom-item .item-img{
	width:33.2%;
	margin:25px auto 0;
	background: #e7eff4;
	border-radius: 50%;
	overflow: hidden
}

.services-bottom-item .item-txt{
	font-size:1.8rem;
	font-weight: 600;
	margin-top: 0.5em;
}


@media (max-width: 1200px) {
	.services{
		padding: 8vw 0 4vw;
		border-top:none;
	}

	.services-wrap-top .heading-txt{
		top:-2vw;
	}
	.services .heading-txt > span{
		font-size: 2.68vw;
	}
	.services .heading-txt .yellow-txt{
		font-size: 2.29vw;
	}
	.services .heading-txt .num-txt{
		font-size: 3.47vw;
	}
	.services-top-item .item-txt,
	.services-bottom-item .item-txt{
		font-size:1.4vw;
	}
	 .services .services-wrap-top  .heading-txt::after{
		 width:1.4vw;
		 height:1.4vw;
		 bottom:-1.35vw;
	}
	.services .services-wrap-bottom  .heading-txt::after{
		 width:1.4vw;
		 height:1.4vw;
		 left:-1.35vw;
	}
	
	.services-wrap-top{
		margin-top: 6.3vw;
	}
	.services-wrap-top .flex{
		padding: 3.15vw 0 3.94vw;
	}
	.services-top-item .item-img{
		margin:2vw auto 0;
	}
	.services-wrap-bottom{
		padding-top: 0vw;
	}
	.services-bottom-item .item-img{
		margin:2vw auto;
	}
}

@media (max-width: 768px) {
	.services-wrap-top .heading-txt{
		top:-3vw;
	}

	.services-wrap-bottom .heading-txt{
		text-align: center;
		position: relative;

	}
	.services .heading-txt > span{
		font-size: 4.8vw;
		padding: 0.3em 1em;
	}
	.services-wrap-top .heading-txt > span{
		max-width: inherit;
		width:40%;
	}
	.services .heading-txt .yellow-txt{
		font-size: 3.2vw;
	}
	.services .heading-txt .num-txt{
		font-size: 4.8vw;
	}
	.services-top-item .item-txt,
	.services-bottom-item .item-txt{
		font-size:3.2vw;
	}
	
	.services .services-wrap-top  .heading-txt::after{
		 width:3vw;
		 height:3vw;
		 bottom:-2.95vw;
	}
	.services .services-wrap-bottom  .heading-txt::after{
		 width:3vw;
		 height:3vw;
		 left:-2.95vw;
	}
	
	.services-wrap-top{
		margin-top: 6vw;
	}
	
	.services-wrap-top .flex{
		padding: 6vw 0 ;
	}
	.services-top-item{
		width:50%
	}

	.services-top-item .item-img{
		margin:4vw auto 0;
	}
	.services-wrap-bottom{
		padding-top: 0;
	}
	.services-bottom-item{
		width:100%;
	}
	.services-bottom-item .txt-wrap{
		padding-top: 8vw;
		width:58%;
	}
	.services-bottom-item .item-img{
		width:33.2%;
		margin:4vw auto 0;
	}	
	
}





/* ------------------------------------------------
   LINE UP
--------------------------------------------------- */
.lineup{
	padding: 100px 0 ;
}

/*--- アンカーリンク ---*/
.lineup-link-wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}
.lineup-link-item{
	width:calc((100% - 30px)/4);
	text-align: center
}
.lineup-link-item .item-txt{
	background: #f4f4f4;
	border:1px solid #0072ba;
	border-radius: 3rem;
	font-size:1.6rem;
	font-weight: 600;
	line-height: 1.2;
	color:#0072ba;
	padding: 0.5em;
	margin-bottom: 20px;
	position: relative
}

.lineup-link-item .item-txt::before {
	position: absolute;
	content:'';
	background: #0072ba;
	height: 14px;
	width: 16px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	bottom:-14px;
	left:0;
	right:0;
	margin:auto;
}
.lineup-link-item .item-txt::after {
	position: absolute;
	content:'';
	background: #f4f4f4;
	height: 12px;
	width: 14px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	bottom:-11.5px;
	left:0;
	right:0;
	margin:auto;
	z-index:2
}

.lineup-link-item a.item-name{
	display: block;
	font-size:1.6rem;
	font-weight: 600;
	padding: 1em;
	margin-bottom: 15%;
	background: #00388c;
	color:#fff;
	position: relative
}
.lineup-link-item a.item-name::after{
	position: absolute;
	content:'';
	width:1px;
	height:30%;
	background: #7896c2;
	bottom:-15%;
	left:0;
	right:0;
	margin: auto
}



/*--- 各ラインナップ ---*/
.lineup-wrap{
	padding: 5px 0 40px
}

.lineup-wrap .heading-txt{
	padding:25px 0 25px 60px ;
	font-size:3.6rem;
	font-weight: 700;
	color:#0072ba;
	background-image: url("../../img/lineup-icon.svg");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left center;
	margin-bottom: 25px;
	border-bottom:1px solid #0072ba;
}
.lineup-wrap .merit-wrap,
.lineup-wrap .product-wrap{
	margin-bottom: 50px;
	padding: 40px 0;
}
.lineup-wrap .slash{
	position: relative;
	margin-left: 0.8em;
}
.lineup-wrap .slash::before{
	position: absolute;
	content:'';
	width:1px;
	height:70%;
	background: #0072ba;
	transform: rotate(30deg);
	bottom:0;
	top:0;
	left:-0.4em;
	margin: auto
}

/*--- メリット ---*/

.lineup-wrap .merit-wrap .merit-title {
	display: inline-block;
	margin-bottom: 20px;
	color:#0072ba;
	background: #fff;
	padding: 0.5em 1em;
	line-height: 1;
	font-weight: 500;
	position: relative
}

.lineup-wrap .merit-wrap .merit-title::after{
	position: absolute;
	content:'';
	height: 100%;
	width: 30px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background: #fff;
	top:0;
	right:-30px	
}
.lineup-wrap .merit-wrap .merit-title span{
	font-size:3.6rem;
	font-family: "Jost", serif;
	margin-right: 0.2em
}
.lineup-wrap .merit-wrap .merit-inner{
	width: 88%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto
}
.lineup-wrap .merit-wrap .merit-item{
	width:calc((100% - 100px) / 3)
}
.lineup-wrap .merit-wrap .merit-item .merit-num{
	color:#0072ba;
	font-size:2.2rem;
	font-family: "Jost", serif;
}
.lineup-wrap .merit-wrap .merit-item .merit-num span{
	font-size:4.0rem;
}

.lineup-wrap .merit-wrap .merit-item .merit-txt{
	font-weight: 500;
	font-size:1.7rem;
}
.lineup-wrap .merit-wrap .merit-item .merit-txt .indent{
	text-indent: -1em;
  padding-left: 1em;
}

/*--- プロダクト ---*/
.lineup-wrap .product-wrap .product-inner{
	margin: 0 auto;
	width: 92%;
	display: flex;
	justify-content: space-between;
}
.lineup-wrap .product-wrap .product-inner .product-item{
	width:calc((100% - 250px)/6)
}

.lineup-wrap .product-wrap .product-inner.mini .product-info{
	text-align: center;
	font-family: "Jost", serif;
	font-size:1.2rem;
	margin: 15px 0;
	line-height: 1;
}

.lineup-wrap .product-wrap .product-inner.mini .product-info span{
	color:#0072ba;
	font-size:2.2rem;
	display: block;
	margin-bottom: 0.2em;
	padding-bottom: 0.5em;
	position: relative
}
.lineup-wrap .product-wrap .product-inner.mini .product-info span::after{
	position: absolute;
	content:'';
	width:30% ;
	height:1px;
	background:#0072ba;
	bottom:0;
	left:0;
	right:0;
	margin: auto
}
.lineup-wrap .product-wrap .product-inner.mini .product-txt{
	font-size:1.4rem;
}


.lineup-wrap .product-wrap .product-inner.column2 .product-item:nth-child(1){
	width:43.9%;
}
.lineup-wrap .product-wrap .product-inner.column2 .product-item:nth-child(2){
	width:51.5%;
}

.lineup-wrap .product-wrap .product-inner.column2 .product-info{
	background: #fff;
	margin: 15px 0;
	font-size:1.5rem;
	color:#0072ba;
	text-align: center
}
.lineup-wrap .product-wrap .product-inner.column2 .product-info span{
	font-size:2.8rem;
	font-family: "Jost", serif;
}
.lineup-wrap .product-wrap .product-inner .product-detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:1.5rem
}
.lineup-wrap .product-wrap .product-inner .product-detail .d1{
	width:12em
}
.lineup-wrap .product-wrap .product-inner .product-detail .d2{
	width:3em;
	text-align: center
}
.lineup-wrap .product-wrap .product-inner .product-detail .d3{
	width:calc(100% - 12em - 3em - 2em)
}

.lineup-wrap .product-wrap .product-inner .product-note{
	font-size:1.2rem;
	margin-top: 1em
}

.lineup-wrap .image-wrap{
	display: flex;
	justify-content: space-between;
	padding: 30px 0
}
.lineup-wrap .image-wrap p{
	width:calc((100% - 30px *3) /4)
}

@media (max-width: 1200px) {
	
	.lineup{
		padding: 8vw 0 ;
	}
	
	
	/*--- アンカーリンク ---*/
	.lineup-link-wrap{
		margin-top: 4vw
	}
	.lineup-link-item .item-txt{
		border-radius: 3vw;
		font-size:1.25vw;
		margin-bottom: 2vw;
	}

	.lineup-link-item .item-txt::before {
		height: 1.1vw;
		width: 1.26vw;
		bottom:-1.1vw;
	}
	.lineup-link-item .item-txt::after {
		height: 0.94vw;
		width: 1.0vw;
		bottom:-0.84vw;
	}

	.lineup-link-item a.item-name{
		font-size:1.7vw;
	}


	/*--- 各ラインナップ ---*/
	.lineup-wrap{
		padding: 1vw 0 3.15vw
	}

	.lineup-wrap .heading-txt{
		padding:2vw 0 2vw 4.7vw ;
		font-size:2.85vw;
		background-size: 3.15vw;
		margin-bottom: 2vw;
	}
	.lineup-wrap .merit-wrap,
	.lineup-wrap .product-wrap{
		margin-bottom: 4vw;
		padding: 3.15vw 0;
	}

	/*--- メリット ---*/

	.lineup-wrap .merit-wrap .merit-title {
		margin-bottom: 1.58vw;
	}

	.lineup-wrap .merit-wrap .merit-title::after{
		width: 2.37vw;
		right:-2.37vw;
	}
	.lineup-wrap .merit-wrap .merit-title span{
		font-size:2.85vw;
	}
	.lineup-wrap .merit-wrap .merit-item{
		width:calc((100% - 6vw) / 3)
	}
	.lineup-wrap .merit-wrap .merit-item .merit-num{
		font-size:1.7vw;
	}
	.lineup-wrap .merit-wrap .merit-item .merit-num span{
		font-size:3.15vw;
	}

	.lineup-wrap .merit-wrap .merit-item .merit-txt{
		font-size:1.35vw;
	}


	/*--- プロダクト ---*/
	.lineup-wrap .product-wrap .product-inner{
		flex-wrap: wrap
	}
	.lineup-wrap .product-wrap .product-inner .product-item{
		width:calc((100% - 12vw)/3);
	}
	.lineup-wrap .product-wrap .product-inner .product-item:nth-child(n+4){
		margin-top: 4vw
	}

	.lineup-wrap .product-wrap .product-inner.mini .product-info{
		font-size:1.5vw;
		margin: 1.2vw 0;
	}

	.lineup-wrap .product-wrap .product-inner.mini .product-info span{
		font-size:2.8vw;
	}
	.lineup-wrap .product-wrap .product-inner.mini .product-txt{
		font-size:1.35vw;
	}


	.lineup-wrap .product-wrap .product-inner.column2 .product-item:nth-child(1),
	.lineup-wrap .product-wrap .product-inner.column2 .product-item:nth-child(2){
		width:100%;
		display: flex
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-item:nth-child(2){
			margin-top: 4vw
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-item .product-img{
		width:35%;
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-item .product-img img{
		height:18vw;
		width:auto;
		margin:3vw auto 0
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-item .product-txt-wrap{
		width:65%
	}

	.lineup-wrap .product-wrap .product-inner.column2 .product-info{
		background: #fff;
		margin: 1.2vw 0;
		font-size:1.2vw;
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-info span{
		font-size:2.36vw
	}

	.lineup-wrap .product-wrap .product-inner .product-detail{
		font-size:1.35vw
	}
	.lineup-wrap .product-wrap .product-inner .product-detail .d1{
		width:13em
	}
	.lineup-wrap .product-wrap .product-inner .product-detail .d2{
		width:3em;
		text-align: center
	}
	.lineup-wrap .product-wrap .product-inner .product-detail .d3{
		width:calc(100% - 13em - 3em - 1em)
	}

	.lineup-wrap .product-wrap .product-inner .product-note{
		font-size:1.1vw;
	}

	.lineup-wrap .image-wrap{
		display: flex;
		justify-content: space-between;
		padding: 2.4vw 0
	}
	.lineup-wrap .image-wrap p{
		width:calc((100% - 2.4vw *3) /4)
	}

}


@media (max-width: 768px) {
	/*--- アンカーリンク ---*/
	.lineup-link-wrap{
		margin-top: 4vw;
		flex-wrap: wrap
	}
	.lineup-link-item{
		width:48.5%;
		text-align: center
	}

	.lineup-link-item .item-txt{
		border-radius: 5vw;
		font-size:3.0vw;
		margin-bottom: 3vw;
		padding: 0.5em 0.1em;
	}

	.lineup-link-item .item-txt::before {
		height: 2.4vw;
		width:2.6vw;
		bottom:-2.4vw;
	}
	.lineup-link-item .item-txt::after {
		height: 2.4vw;
		width:2.6vw;
		bottom:-1.8vw;
	}

	.lineup-link-item a.item-name{
		font-size:3.8vw;
		padding: 0.5em 0;
	}
	
	/*--- 各ラインナップ ---*/
	.lineup-wrap{
		padding: 1vw 0 4vw
	}

	.lineup-wrap .heading-txt{
		padding:2vw 0 2vw 6vw ;
		font-size:5vw;
		background-size: 5vw;
		margin-bottom: 2vw;
	}
	.lineup-wrap .merit-wrap,
	.lineup-wrap .product-wrap{
		margin-bottom: 4vw;
		padding: 6vw 0;
	}

	/*--- メリット ---*/

	.lineup-wrap .merit-wrap .merit-title {
		margin-bottom: 0;
	}

	.lineup-wrap .merit-wrap .merit-title::after{
		width: 5vw;
		right:-5vw;
	}
	.lineup-wrap .merit-wrap .merit-title span{
		font-size:4.8vw;
	}
	.lineup-wrap .merit-wrap .merit-inner{
			width: 88%;
			flex-wrap: wrap
	}
	.lineup-wrap .merit-wrap .merit-item{
		width:100%;
		display: flex;
		justify-content: space-between;
		margin-top: 4vw
	}
	.lineup-wrap .merit-wrap .merit-item .merit-num{
		font-size:3.2vw;
		width:25%
	}
	.lineup-wrap .merit-wrap .merit-item .merit-num span{
		font-size:4vw;
	}

	.lineup-wrap .merit-wrap .merit-item .merit-txt{
		width:73%;
		font-size:3.2vw;
	}
	
	/*--- プロダクト ---*/
	.lineup-wrap .product-wrap .product-inner .product-item{
		width:calc((100% - 6vw)/2);
	}
	.lineup-wrap .product-wrap .product-inner .product-item:nth-child(n+3){
		margin-top: 6vw
	}

	.lineup-wrap .product-wrap .product-inner.mini .product-info{
		font-size:3.0vw;
		margin: 2vw 0;
	}

	.lineup-wrap .product-wrap .product-inner.mini .product-info span{
		font-size:4.8vw;
		margin-bottom: 0.1em;
		padding-bottom: 0.8em;
	}
	.lineup-wrap .product-wrap .product-inner.mini .product-txt{
		font-size:3.2vw;
	}


	.lineup-wrap .product-wrap .product-inner.column2 .product-item:nth-child(1),
	.lineup-wrap .product-wrap .product-inner.column2 .product-item:nth-child(2){
		width:100%;
		display: block
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-item:nth-child(2){
		margin-top: 6vw
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-item .product-img{
		width:80%;
		margin: 0 auto
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-item .product-img img{
		height:inherit;
		width:100%;
		margin:3vw auto 0
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-item .product-txt-wrap{
		width:100%
	}

	.lineup-wrap .product-wrap .product-inner.column2 .product-info{
		background: #fff;
		margin: 4vw 0;
		font-size:3.2vw;
	}
	.lineup-wrap .product-wrap .product-inner.column2 .product-info span{
		font-size:4.8vw
	}

	.lineup-wrap .product-wrap .product-inner .product-detail{
		font-size:3.2vw;
		line-height: 1.2;
	}
	.lineup-wrap .product-wrap .product-inner .product-detail >p{
		margin-bottom: 0.5em
	}
	.lineup-wrap .product-wrap .product-inner .product-detail .d1{
		width:8em;
		 text-indent: -1em;
		padding-left: 1em;
	}
	.lineup-wrap .product-wrap .product-inner .product-detail .d2{
		width:3em;
		text-align: center
	}
	.lineup-wrap .product-wrap .product-inner .product-detail .d3{
		width:calc(100% - 8em - 3em - 1em)
	}

	.lineup-wrap .product-wrap .product-inner .product-note{
		font-size:2.8vw;
	}

	.lineup-wrap .image-wrap{
		display: flex;
		justify-content: space-between;
		padding: 2.4vw 0
	}
	.lineup-wrap .image-wrap p{
		width:calc((100% - 2.4vw *3) /4)
	}



}






/* ------------------------------------------------
   WORKS
--------------------------------------------------- */
.works{
	padding: 100px 0;
	background-image: url("../../img/works_bg.svg");
	background-repeat: no-repeat;
	background-size:80%;
	background-position: top center;
	border-top:2px solid #fff;
}
.works .works-slide{
	margin-top: 40px
}

.works .works-slide .slide-item{
	margin: 0 25px;
		font-weight: 600;
		position: relative;
}
.works .works-slide .slide-item .image-wrap{
	position: relative;
	margin-bottom: 2em;
}

.works .works-slide .slide-item .image-wrap .works-ttl{
	position: absolute;
	width:85%;
	text-align: center;
	font-size:1.7rem;
	line-height: 1.2;
	padding: 0.4em 0.2em;
	color:#0072ba;
	background: #fff;
	bottom:-1em;
	left:0;
	right:0;
	margin: auto
}
.works .works-slide .slide-item .works-txt{
	color:#fff;
	font-size:1.6rem;
}
.works .works-slide .slide-item .works-txt .txt-indent{
	text-indent: -4em;
	padding-left: 4em;
}
.works .works-slide .slide-item .works-txt .unit-indent{
	text-indent: -7em;
	padding-left: 7em;
}

.slide-arrow {
	margin: auto;
	position: absolute;
	z-index: 3;
	top: 0;
	width: 30px;
	height: 100%;
}
.slide-arrow::after{
	position: absolute;
	content:'';
	width:20px;
	height:20px;
	top:25%;

}
.prev-arrow{
	  left: 0;
}
.next-arrow{
	right:0;
}
.prev-arrow.slide-arrow::after {
	border-top:2px #fff solid;
	border-left:2px #fff solid;
	transform: rotate(-45deg);
	left: 5px;
}
.next-arrow.slide-arrow::after {
	border-top:2px #fff solid;
	border-right:2px #fff solid;
	transform: rotate(45deg);
	right: 5px;
}

@media (max-width: 1200px) {
	.works{
		padding: 8vw 0;
	}
	.works .works-slide{
		margin-top: 4vw
	}
	.works .works-slide .slide-item{
		margin: 0 2vw;
	}

	.works .works-slide .slide-item .image-wrap .works-ttl{
		width:90%;
		font-size:1.5vw;
	}
	.works .works-slide .slide-item .works-txt{
		font-size:1.35vw;
	}
	.slide-arrow {
		width: 3vw;
	}
	.slide-arrow::after{
		width:2vw;
		height:2vw;
	}
	.prev-arrow{
		left: -1vw;
	}
	.next-arrow{
		right:-1vw;
	}
	
}

@media (max-width: 768px) {
	.works .works-slide{
		width:90%;
		margin: 4vw auto 0
	}
	.works .works-slide .slide-item{
		margin: 0 2vw;
	}

	.works .works-slide .slide-item .image-wrap .works-ttl{
		width:90%;
		font-size:4vw;
	}
	.works .works-slide .slide-item .works-txt{
		font-size:3.2vw;
	}
	.slide-arrow {
		width: 5vw;
	}
	.slide-arrow::after{
		width:4vw;
		height:4vw;
	}
	.prev-arrow{
		left: -5vw;
	}
	.next-arrow{
		right:-5vw;
	}
}


/* ------------------------------------------------
   COMPARE
--------------------------------------------------- */
.compare{
	padding: 100px 0
}
.compare-tbl{
	border-spacing: 5px;
	margin-top: 50px
}
.compare-tbl td, .compare-tbl tbody th {
	padding: 0.5em;
}
.compare-tbl thead th:not(:first-child){
	background: #d5d5d5;
	font-size:2.0rem;
	font-weight: 500;
	padding:0.2em  0.5em;
}
.compare-tbl thead th:last-child{
	background: #00388c;
	color:#fff;
}
.compare-tbl tbody th{
	background: #e7eff4;
	color:#0072ba;
	font-size:1.8rem;
	font-weight: 500;
	white-space: nowrap
}
.compare-tbl td{
	text-align: center;
	font-size:1.5rem;
	padding-top: 4em;
	line-height: 1.4;
	position: relative
}
.compare-tbl td span{
	display: inline-block
}
.compare-tbl td{
	background: #f4f4f4;
}
.compare-tbl td:last-child{
	background: #0072ba;
	color:#fff
}
.compare-tbl tr:nth-child(even) td:last-child{
	background: #309de2;
	color:#fff
}

.compare-tbl td::after{
	position: absolute;
	content:'';
	height:3em;
	width:3em;
	top:0.8em;
	left:0;
	right:0;
	margin: auto;
	background-image: url("../../img/compare_icon1-1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}
.compare-tbl td.icon4::after{
	background-image: url("../../img/compare_icon4.svg");
}
.compare-tbl td.icon3::after{
	background-image: url("../../img/compare_icon3.svg");
}
.compare-tbl td.icon2-2::after{
	background-image: url("../../img/compare_icon2-2.svg");
}
.compare-tbl td.icon2-1::after{
	background-image: url("../../img/compare_icon2-1.svg");
}
.compare-tbl td.icon1-2::after{
	background-image: url("../../img/compare_icon1-2.svg");
}
.compare-tbl td.icon1-1::after{
	background-image: url("../../img/compare_icon1-1.svg");
}

@media (max-width: 1200px) {
	.compare{
		padding: 8vw 0
	}
	.compare-tbl{
		border-spacing: 0.8vw;
		margin-top: 4vw
	}
	.compare-tbl thead th:not(:first-child){
		font-size:1.7vw
	}
	.compare-tbl tbody th{
		font-size:1.5vw;
	}
	.compare-tbl td{
		font-size:1.35vw;
	}

}

@media (max-width: 768px) {
	.compare .tbl-wrap{
		width:100%;
		overflow-x: scroll
	}
	.compare-tbl{
		width:200%;
		border-spacing: 1vw;
		margin-top: 6vw;
	}
	.compare-tbl thead th:first-child{
		background: #fff;
		white-space: nowrap;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2
	}

	.compare-tbl td, .compare-tbl tbody th {
		padding: 0.5em;
	}
	.compare-tbl thead th:not(:first-child){
		background: #d5d5d5;
		font-size:4vw;
		font-weight: 500;
		padding:0.2em  0.5em;
	}
	.compare-tbl thead th:last-child{
		background: #00388c;
		color:#fff;
	}
	.compare-tbl tbody th{
		font-size:3.0vw;
		white-space: nowrap;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2
	}
	.compare-tbl td{
		font-size:3.2vw;
		padding-top: 8vw;
	}
	.compare-tbl td::after{
		height:5vw;
		width:5vw;
	}
	
}



/* ------------------------------------------------
   ENTRY(セミナー申し込み)
--------------------------------------------------- */
.entry{
	background-color:#faed56;
	background-image: url("../../img/seminar/seminar_bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
	padding: 75px 0;
	text-align: center
}

.entry-btn{
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.entry-btn::after{
	width:100%;
	height:100%;
	position: absolute;
	content:'';
	z-index: 1;
	background: #309de2;
	border-radius: 50px;
	top:10px;
	left:10px
}

.entry-btn a{
	width:100%;
	height:100%;
	border:2px solid #00388c;
	border-radius: 50px;
	padding: 4px;
	display: block;
	color:#fff;
	position: relative;
	z-index: 2
}
.entry-btn a p{
	background: #00388c;
	border-radius: 50px;
	padding: 1em;
	line-height: 1;
	font-size:2.6rem;
	font-weight: 700;
	position: relative
}
.entry-btn a p::after{
	content:'';
	position: absolute;
	width:40px;
	height:40px;
	background-image: url("../../img/arrow_outer_w.svg");
	background-repeat: no-repeat;
	background-size: contain;
	top:0;
	bottom:0;
	right:20px;
	margin: auto
}
.entry-btn a p::before{
	content:'';
	position: absolute;
	width:40px;
	height:40px;
	background-image: url("../../img/arrow_inner_w.svg");
	background-repeat: no-repeat;
	background-size: contain;
	top:0;
	bottom:0;
	right:20px;
	margin: auto;
	 transition: all 0.3s ease 0s;
}
.entry-btn a:hover p::before{
	right:15px;
}

@media (max-width: 1200px) {
	.entry{
		padding: 6vw 0 ;
	}
	.entry-btn::after{
		top:0.7vw;
		left:0.7vw;
	}
	.entry-btn {
		max-width: 35vw
	}
	.entry-btn a p{
		font-size:2vw;
	}
	.entry-btn a p::after{
		width:3.2vw;
		height:3.2vw;
		right:1.6vw;
	}
	.entry-btn a p::before{
		width:3.2vw;
		height:3.2vw;
		right:1.6vw;
	}
	.entry-btn a:hover p::before{
		right:1.2vw;
	}
}

@media (max-width: 768px) {
	.entry{
		padding:14vw  0 12vw;
	}
	.entry-btn::after{
		top:0.7vw;
		left:0.7vw;
	}
	.entry-btn{
		max-width: 80vw;
	}
	.entry-btn::after{
		top:2vw;
		left:2vw
	}

	.entry-btn a{
		border:0.8vw solid #00388c;
		padding: 1vw;
	}
	.entry-btn a p{
		font-size:5vw;
		padding: 0.6em
	}
	.entry-btn a p::after{
		width:8vw;
		height:8vw;
		right:4vw;
	}
	.entry-btn a p::before{
		width:8vw;
		height:8vw;
		right:4vw;
	}
	.entry-btn a:hover p::before{
		right:4vw;
	}

}
/*--セミナーインフォ--*/
.seminer-wrap{
	background: rgba(255,255,255,0.65);
	padding: 40px;
	margin-bottom: 60px;
	text-align: left
}
.seminer-wrap .seminer-ttl{
	font-size:2.6rem;
	font-weight: 700;
	line-height: 1.2;
	padding-left: 120px;
	margin-bottom: 40px;
	position: relative
}
.seminer-wrap .seminer-ttl::before{
	position: absolute;
	content:'セミナー\A開催！';
	white-space: pre;
	background: #00388c;
	font-size:1.8rem;
	padding: 0.5em 1em;
	color:#fff;
	text-align: center;
	border-radius: 3em;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
.seminer-wrap .seminer-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

.seminer-wrap .seminer-inner .box{
	width:48%;
}
.seminer-wrap .seminer-inner .box.copy{
	font-size:1.5rem;
	line-height: 2.2;
}

.seminer-wrap .seminer-inner .box .top-txt{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0.5em
}
.seminer-wrap .seminer-inner .box.info{
	position: relative
}
.seminer-wrap .seminer-inner .box.info::before{
	position: absolute;
	content:'';
	width:220px;
	height:220px;
	right:20px;
	top:-125px;
	background-image: url("../../img/seminar/takemura.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.seminer-wrap .seminer-inner .box.info .info-item{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 1em;
	position: relative;
	z-index: 3
}
.seminer-wrap .seminer-inner .box.info .ttl{
	width:5em;
	margin-right: 1em;
	font-size: 1.6rem;
	color:#fff;
	background: #00388c;
	text-align: center;
	line-height: 2;
	border-radius: 2em;
	margin-top: 0.2em
}

.seminer-wrap .seminer-inner .box.info .txt{
	width:calc(100% - 6em);
	font-size: 2.0rem;
	font-weight: 700;
	color:#00388c;
}
.seminer-wrap .seminer-inner .box.info .txt .name{
	font-size: 4.4rem;
	line-height: 1;
}


@media (max-width: 1200px) {
	
	.seminer-wrap{
		padding: 3.5vw;
		margin-bottom: 5vw;

	}
	.seminer-wrap .seminer-inner{
		align-items: flex-end
	}
	.seminer-wrap .seminer-ttl{
		font-size:2.2vw;
		padding-left: 10vw;
		margin-bottom: 3.5vw;
	}
	.seminer-wrap .seminer-ttl::before{
		font-size:1.5vw;
	}

	.seminer-wrap .seminer-inner .box.copy{
		font-size:1.25vw;
		width:51%
	}
	.seminer-wrap .seminer-inner .box.info{
			width:48%
		}
		.seminer-wrap .seminer-inner .box.info .info-item{
			margin-bottom: 0.5em
		}
	.seminer-wrap .seminer-inner .box .top-txt{
		font-size: 1.5vw;
	}
	.seminer-wrap .seminer-inner .box.info::before{
		width:16vw;
		height:16vw;
		right:-1vw;
		top:-8vw;
	}

	.seminer-wrap .seminer-inner .box.info .ttl{
		font-size: 1.35vw;
	}

	.seminer-wrap .seminer-inner .box.info .txt{
		font-size: 1.65vw;
	}
	.seminer-wrap .seminer-inner .box.info .txt .name{
		font-size: 3.7vw;
	}

	
}
@media (max-width: 768px) {
	.seminer-wrap .seminer-inner{
			flex-wrap: wrap
	}
	
	.seminer-wrap{
		padding:10vw 3vw 6vw;
		margin-bottom: 5vw;

	}
	.seminer-wrap .seminer-inner{
		align-items: flex-end
	}
	.seminer-wrap .seminer-ttl{
		font-size:4vw;
		padding-left: 17vw;
		margin-bottom: 6vw;
	}
	.seminer-wrap .seminer-ttl::before{
		font-size:2.6vw;
		top:0;
		bottom:auto;
		padding: 0.5em 0.8em;
	}

	.seminer-wrap .seminer-inner .box.copy{
		font-size:3.2vw;
		line-height: 1.8;
		width:100%
	}
	.seminer-wrap .seminer-inner .box.info{
		width:100%;
		margin-top: 10vw
	}
	.seminer-wrap .seminer-inner .box.info .info-item{
			margin-bottom: 0.5em
		}
	.seminer-wrap .seminer-inner .box .top-txt{
		font-size: 3.4vw;
	}
	.seminer-wrap .seminer-inner .box.info::before{
		width:24vw;
		height:24vw;
		right:4vw;
		top:-9vw;
	}

	.seminer-wrap .seminer-inner .box.info .ttl{
		font-size: 3.0vw;
	}

	.seminer-wrap .seminer-inner .box.info .txt{
		font-size: 3.6vw;
	}
	.seminer-wrap .seminer-inner .box.info .txt .name{
		font-size: 6vw;
	}
	
	
	
	
	
	
	
}