@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px), print {
  /*debug
  body{
  	background: url(../img/_guide.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 27, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide {
    float: left;
    width: 100%;
  }
  /* line 29, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items {
    float: left;
    width: 100%;
  }
  /* line 31, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  /* line 35, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item .parts_imgbox {
    margin: 0 0 0 -2vw;
    width: 49.6vw;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    							/*
    							@include opacity(1);
								-webkit-transition: all 1.5s;
								transition: all 1.5s;
								-webkit-transition-timing-function:$ease;
						    	transition-timing-function:$ease;
    							&.hidefirst{
									-webkit-transition: all 1.5s;
									transition: all 1.5s;
									-webkit-transition-timing-function:$ease;
							    	transition-timing-function:$ease;
    								@include opacity(0);
    							}
    							*/
  }
  /* line 40, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item .parts_imgbox.open {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  /* line 59, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item .txts {
    position: absolute;
    top: 0;
    right: 6.5vw;
    height: 100%;
    float: left;
    width: 41vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    	    /*
    	    @include opacity(1);
    		-webkit-transition: all 1.5s;
    		transition: all 1.5s;
    		-webkit-transition-timing-function:$ease;
        	transition-timing-function:$ease;
    		&.hidefirst{
    			@include opacity(0);
    			-webkit-transition: all 1.5s;
    			transition: all 1.5s;
    			-webkit-transition-timing-function:$ease;
    	    	transition-timing-function:$ease;
    		}
    		*/
  }
  /* line 71, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item .txts.open {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  /* line 89, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item .txts .area {
    width: 81%;
  }
  /* line 92, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item .txts .num {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
    margin: 0 0 2vw 0;
  }
  /* line 99, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item .txts h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.6vw;
    line-height: 1.4;
    margin: 0 0 1.3vw 0;
  }
  /* line 107, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item .txts .copy {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    line-height: 1.8;
    margin: 0 0 2vw 0;
  }
  /* line 114, ../../../../src/page/service/css/_pc.scss */
  body #wrapper #service .content_wide .slide .items .item .txts .txt {
    float: left;
    width: 100%;
    font-size: 1.25vw;
    line-height: 1.85;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (max-width: 767px) {
  /*debug
  body{
  	background: url(../img/_guide_sp.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 26, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide {
    padding: 4vw 0 0 0;
  }
  /* line 28, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide {
    float: left;
    width: 100%;
    margin: 0 0 8vw 0;
  }
  /* line 31, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items {
    float: left;
    width: 100%;
  }
  /* line 33, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  /* line 37, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item .parts_imgbox {
    margin: 0 0 0 -8%;
    float: left;
    width: 116%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    								/*
    								-webkit-transition: all 1.5s;
    								transition: all 1.5s;
    								-webkit-transition-timing-function:$ease;
    						    	transition-timing-function:$ease;
        							&.hidefirst{
    									-webkit-transition: all 1.5s;
    									transition: all 1.5s;
    									-webkit-transition-timing-function:$ease;
    							    	transition-timing-function:$ease;
        								@include opacity(0);
        							}
        							*/
  }
  /* line 42, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item .parts_imgbox.open {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  /* line 60, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item .txts {
    float: left;
    float: left;
    width: 100%;
    margin: 0 0 12vw 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    		/*
    		-webkit-transition: all 1.5s;
    		transition: all 1.5s;
    		-webkit-transition-timing-function:$ease;
        	transition-timing-function:$ease;
    		&.hidefirst{
    			@include opacity(0);
    			-webkit-transition: all 1.5s;
    			transition: all 1.5s;
    			-webkit-transition-timing-function:$ease;
    	    	transition-timing-function:$ease;
    		}*/
  }
  /* line 66, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item .txts.open {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  /* line 82, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item .txts .area {
    float: left;
    width: 100%;
  }
  /* line 85, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item .txts .num {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.3vw;
    margin: 0 0 2vw 0;
  }
  /* line 92, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item .txts h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 5.68vw;
    line-height: 1.5;
    margin: 0 0 5.3vw 0;
  }
  /* line 100, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item .txts .copy {
    float: left;
    width: 100%;
    font-size: 4vw;
    line-height: 1.8;
    margin: 0 0 5vw 0;
  }
  /* line 106, ../../../../src/page/service/css/_sp.scss */
  body #wrapper #service .content_wide .slide .items .item .txts .txt {
    float: left;
    width: 100%;
    font-size: 3.55vw;
    line-height: 1.85;
  }
}
