/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";
/* CSS Document */


/*全体共通*/
body{
	font-size: 62.5%;/*デフォルトフォントサイズ 16pxの62.5%=10px*/
	font-family:YuGothic;
	color: #666666;
	background-image: url("../img/img06.png");
	background-repeat: no-repeat;/*背景画像を繰り返し表示しません*/
	background-position: right top ;
}

.triangles-top body{
	position: absolute;
}


/*header*/
.l-header{
	width: 100%;
	padding: 20px 23px 20px 23px;
}


/*main*/
main{
	background-image: url("../img/img07.png");
	background-repeat: no-repeat;/*背景画像を繰り返し表示しません*/
	background-position: bottom left;
}

/*top*/
.top-message{
	text-align: center;
	margin-top: 100px;
}

h1{
	font-size: 2.5em;
	font-weight: bold;
}

.img01{
	width: 45%;
	margin-top: 42px;
}

/*vice*/
.voice-message{
	text-align: center;
	margin-top: 50px;
}


.img02{
	margin-bottom: 32px;
}

h2{
	font-size: 2.2em;
	margin-bottom: 32px;
}

.youtube-box{
	max-width: 920px;
	margin: 0 auto;
}

.youtube{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-btn1{
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-text01{
	width: 40%;
	padding: 20px 0;
	margin-right: 30px;
	font-size: 1.8em;
	line-height: 1.5em;
	text-align: left;
	word-wrap:break-word;
}

a[class^="btn"] {
  font-weight: bold;
}
.btn1{
	padding: 35px 50px;
	font-size: 2em;
	display: inline-block;
  width: 100%;
	text-align: center;
	color: #794201;
  background:-moz-linear-gradient(45deg,#d3a540 0%, #f7ecd8 50.74%, #d3a540 100%); /* Firefox */
  background:-webkit-linear-gradient(45deg,#d3a540 0%, #f7ecd8 50.74%, #d3a540 100%);/* safari Chrome */
  background:-ms-linear-gradient(45deg,#d3a540 0%, #f7ecd8 50.74%, #d3a540 100%); /* IE */
	border-radius: 60px;
	-webkit-box-shadow: 0px 5px 12px #cad4e2, -6px -6px 12px #fff;
	        box-shadow: 0px 5px 12px #cad4e2, -6px -6px 12px #fff;
	-webkit-transition-duration: 0.2s;
	     -o-transition-duration: 0.2s;
	        transition-duration: 0.2s;
}

.btn1:hover {
	-webkit-transform: scale(0.95);
	    -ms-transform: scale(0.95);
	        transform: scale(0.95);
}

/*point-message-3つのポイント-*/
.point-message{
	width: 100%;
	padding: 0 20px;
	max-width: 1140px;
	margin: 50px auto 0;
}

.box1 {
	border:5px solid;
	-o-border-image:-o-linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
	   border-image:linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
	border-image-slice:1;
	padding:30px;
	max-width:960px;
	margin-top: 100px;
	margin-left: 70px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.point-heading-box{
	width: 40%;
}

.point-heading{
	font-size: 3em;
	font-weight: bold;
	position: absolute;
	top:-37px;
	left: -80px;
	padding: 53px;
	background-image: url("../img/img04.png");
	background-size: contain;/*元画像の縦横比は保持して、要素に元画像が全て収まるように調整*/
	background-repeat: no-repeat;/*背景画像を繰り返し表示しません*/
}

.img03{
	-webkit-transform: rotate(-6deg);
	    -ms-transform: rotate(-6deg);
	        transform: rotate(-6deg);
	position: relative;
	margin-bottom: 10px;
	top: -74px;
	left:20px;
}

.point-heading-text{
	margin-top: -84px;
	margin-left: 12px;
	line-height: 2em;
}

.span-border{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FAFE67));
	background:-o-linear-gradient(transparent 70%, #FAFE67 0%);
	background:linear-gradient(transparent 70%, #FAFE67 0%);
}

.point-lists{
	width: 60%;
}

.icon-li01{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	font-size: 1.8em;
}

.icon-li01:last-child{
	margin-bottom: 0;
}

.icon01{
	width: 30px;
	height: 36px;
	margin-right: 50px;
}

.list-text01{
	text-indent: -2em;
}

/*feature-message-特徴-*/

.feature-message{
	width: 100%;
	padding: 0 20px;
	max-width: 1140px;
	margin: 50px auto 0;
}

.box2{
	border:5px solid;
	-o-border-image:-o-linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
	   border-image:linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
	border-image-slice:1;
	padding:30px;
	max-width:960px;
	margin-top: 100px;
	margin-left: 70px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature-heading-box{
	width: 40%;
}

.feature-heading{
	font-size: 3em;
	position: absolute;
	top: -37px;
	left: -80px;
	padding: 75px;
	font-weight: bold;background-image: url("../img/img05.png");
	background-size: contain;/*元画像の縦横比は保持して、要素に元画像が全て収まるように調整*/
	background-repeat: no-repeat;/*背景画像を繰り返し表示しません*/
}

.feature-heading-text{
	line-height: 1.5em;
	margin-top: -32px;
}

.span-heading-bigfont{
	margin-left: 150px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FAFE67));
	background:-o-linear-gradient(transparent 70%, #FAFE67 0%);
	background:linear-gradient(transparent 70%, #FAFE67 0%);
}

.feature-lists{
	width: 60%;
}

.list-wrapper2{
	margin-bottom: 30px;
}

.list-wrapper2:last-child{
	margin-bottom: 0;
}

.icon-list-title02{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.icon02{
	width: 30px;
	height: 36px;
	margin-right: 20px;
}

.list-title{
	font-size: 2.8em;
}

.list-title .txt-highlight {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #FAFE67));
	background:-o-linear-gradient(transparent 85%, #FAFE67 0%);
	background:linear-gradient(transparent 85%, #FAFE67 0%);
}

.list-text02{
	font-size: 1.8em;
	margin-top: 14px;
	margin-left: 50px;
}


/*ページ下部テキストとボタン*/
.text-btn2{
	text-align: center;
	padding-bottom: 157px
}

.p-text02{
	font-size: 1.8em;
	margin:60px 0 60px;
	line-height: 2em;
}

.btn2{
	padding:30px 200px;
	max-width: 640px;
	font-size: 2em;
	color: #794201;
	background:-moz-linear-gradient(45deg,#d3a540 0%, #f7ecd8 50.74%, #d3a540 100%); /* Firefox */
  background:-webkit-linear-gradient(45deg,#d3a540 0%, #f7ecd8 50.74%, #d3a540 100%);/* safari Chrome */
  background:-ms-linear-gradient(45deg,#d3a540 0%, #f7ecd8 50.74%, #d3a540 100%); /* IE */
	border-radius: 70px;
	-webkit-box-shadow: 0px 5px 12px #cad4e2, -6px -6px 12px #fff;
	        box-shadow: 0px 5px 12px #cad4e2, -6px -6px 12px #fff;
	-webkit-transition-duration: 0.2s;
	     -o-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	display: inline-block;
  line-height: 1.4;
}

.btn2:hover {
	-webkit-transform: scale(0.95);
	    -ms-transform: scale(0.95);
	        transform: scale(0.95);
}

.footer{
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	padding: 25px;
	background-color: #666;
}


@media screen and (max-width:1384px){
	.p-text01{
		padding: 10px 0 15px;
	}
}

/*1199px以下での調整*/
@media screen and (max-width:1199px){
	body{
		background-size: 70% auto; /*背景の三角形のサイズ変更*/
	}
	
	main{
		background-size: 70%; /*背景の三角形のサイズ変更*/
	}
	
	/*voice*/
	.youtube-box{
		max-width: 800px; /*背景の三角形のサイズ変更*/
	}
}

@media screen and (min-width:938px){
  .p-text01 {
    width: 60%;
  }
  .btn1-box {
    width: 40%;
  }
  .text-btn1 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}


/*937px以下での調整*/
@media screen and (max-width:937px){
	/*voice*/
	.youtube-box{
		max-width: 700px; /*youtubeのサイズ変更*/
	}
	.text-btn1{
		display: block; /*「voice」のテキストとボタンを横並びから縦並びに*/
		padding: 0 120px;
	}
	.p-text01{
		text-align: center;
		width: 100%;
		margin-bottom: 25px;
	}
	/*point-message*/
		.box1{
			margin-top: 120px;
		}
}


/*879px以下でもSP版のデザインレイアウトにする。テキストサイズは変更しない*/
@media screen and (max-width:879px){
	/*top-message*/
	.img01{
		width: 65%;
	}
	/*point-message*/
	.point-message{
		overflow: hidden;
		margin: auto;
	}
	
	.box1{
		width: 100%;
		border: 5px solid;
		-o-border-image: -o-linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
		   border-image: linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
		border-image-slice: 1;
		margin-left: 30px;
	}
	
	.point-heading-box{
		width: auto;
	}
	
	.point-heading{
		left: -45px;
		top: -45px;
	}
	
	.point-lists{
		width: auto;
		margin-top: 170px;
	}
	
	/*feature-message*/
	.feature-message{
		overflow: hidden;
		margin: auto;
		padding: 0;
	}
	
	.box2{
		width: 100%;
		border: 5px solid;
		-o-border-image: -o-linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
		   border-image: linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
		border-image-slice: 1;
		margin: 90px 0 0 -50px;
	}
	
	.feature-heading-box{
		width: auto;
	}
	
	.feature-lists{
		width: auto;
		margin: 80px 0 0 70px;
	}
	
	.feature-heading{
		top: -46px;
		left:auto;
    right: -50px;
    /*left: 45%;
		width: 75%;*/
    width: 400px;
		background-size: 400px auto;
		background-position: center top;
	}
	
	.feature-heading-text{
		text-align: center;
	}
	
	.span-heading-bigfont{
		margin: 0;
	}
	
	.list-title{
		padding-top: 10px;
	}
}

/*「PRODESKの特徴」の背景オブジェクトの位置調整,その他要素の調整*/
@media screen and (max-width:799px){
	/*top-message*/
	.img01{
		width: 60%;
	}
	/*voice*/
	.youtube-box{
		max-width: 600px; /*youtubeのサイズ変更*/
	}
	.feature-heading{
		/*left: 43%;*/
	}
	/*l-header*/
	.logo img{
		width: 153px;
		height: auto;
	}
	.text-btn1{
		padding: 0 100px;
	}
	.text-btn2{
		padding: 0 100px 157px;
	}
	
	.btn2{
		padding: 30px 140px;
	}
}

@media screen and (max-width:699px){
	/*top-message*/
	.img01{
		width: 70%;
	}
	.text-btn1{
		padding: 0 80px;
	}
	.feature-heading{
		top: -54px;
		/*left: 39%;*/
	}
	.text-btn2{
		padding: 0 80px 157px;
	}
	.btn2{
		padding: 30px 50px;
    width: 100%;
	}
}

@media screen and (max-width:599px){
	.feature-heading{
		top: -54px;
		/* left: 36%; */
	}
	.feature-lists{
		margin: 100px 0 0 70px;
	}
}

/*SP版*/

@media screen and (max-width:519px){
	
	body{
		background-size: 70% auto;
	}
	
	main{
		background-size: 70%;
	}
	
	/*top-message*/
	.top-message{
		padding: 0 30px;
	}
	.img01{
		width:100%;
	}
	
	/*Voice*/
	
	h2{
		padding: 0 20px;
	}
	
	.text-btn1{
		display: block;
		margin-top: 25px;
		padding: 0 45px;
	}
	
	.p-text01{
		width: 100%;
		margin-bottom: 25px;
		font-size: 1.5em;
		text-align: center;
	}
	
	.btn1{
		padding: 20px;
	}
	
	/*point-message*/
	.point-message{
		overflow: hidden;
		margin: auto;
	}
	
	.box1{
		width: 100%;
		border: 4px solid;
		-o-border-image: -o-linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
		   border-image: linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
		border-image-slice: 1;
		margin-left: 30px;
	}
	
	.point-heading-box{
		width: auto;
	}
	
	.point-heading{
		font-size: 2em;
		left: -45px;
	}
	
	.point-lists{
		width: auto;
		margin-top: 110px;
	}
	
	.icon01{
		width: 20px;
		height: 24px;
	}
	
	.icon-li01{
		font-size: 1.5em;
	}
	
	.span-list-text01{
		font-size: 1.8em;
	}
	
	/*feature-message*/
	.feature-message{
		overflow: hidden;
		margin: auto;
		padding: 0;
	}
	
	.box2{
		width: 100%;
		border: 4px solid;
		-o-border-image: -o-linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
		   border-image: linear-gradient(45deg,rgba(149, 170, 255, 0.97) 0%, rgba(159, 188, 255, 0.98) 14.78%, rgba(169, 167, 245, 0.99) 35.47%, rgba(245, 171, 245, 0.99) 59.11%, rgba(250, 168, 215, 0.99) 78.82%, #fdd2d7 100%);
		border-image-slice: 1;
		margin: 70px 0 0 -50px;
	}
	
	.feature-heading-box{
		width: auto;
	}
	
	.feature-lists{
		width: auto;
		margin: 65px 0 0 40px;
	}
	
	.feature-heading{
		/* left: 46%; */
		font-size: 2em;
		/*width: 75%;*/
    width: 272px;
		background-size: 270px auto;
		background-position: center top;
	}
	
	.feature-heading-text{
		text-align: center;
		margin-top: -43px;
	}
	
	.span-heading-bigfont{
		margin: 0;
	}
	
	.list-title{
		font-size: 2.2em;
		padding-top: 10px;
	}
	
	.list-text02{
		font-size: 1.5em;
	}
	
	
	.text-btn2{
		padding: 0 45px 80px;
	}
	
	.p-text02{
		font-size: 1.5em;
	}
	
	.btn2{
		padding: 20px 35px;
    font-size: 1.8em;
	}
}

@media screen and (min-width:471px){
  .only-sp {
    display: none;
  }
}
@media screen and (max-width:470px){
  .only-sp {
    display: block;
  }
}


/*399px以下の特徴の背景オブジェクトの位置調整*/
@media screen and (max-width:399px){
	.feature-heading{
		left: 37%;
	}
}

