@charset "utf-8";
/* CSS Document */
p{
	font-size: 16px;
}
.contents a{
	display: block;
	width: 100%;
	height: 100%;
}
.know-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.know-flex .text{
	width: 44%;
}
.know-flex .img{
	width: 51%;
	margin-right: -4%;
}
.bnr-box h2{
	width: 300px;
}
.fukidashi-box .big-txt{
	font-size: 33px;
	line-height: 1;
}
.btn-box2 a {
    border-radius: 10px;
    padding: 16px 0 16px 0px;
    background: #fff;
    position: relative;
    display: block;
    width: 100%;
	max-width: 520px;
    color: #000000;
	border: 3px solid #000000;
    text-align: center;
    font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.btn-box2 a .yajirushi {
    width: 17px;
    display: inline-block;
    vertical-align: top;
}
.btn-box2 a .yajirushi img{
	display: block;
	padding-top: 8px;
	margin-left: 10px;
}
.service-wrap.ptn5 {
    background-image: linear-gradient(to top, rgba(144,111,255,0.9), rgba(212,142,255,0.9));
}
.service-wrap.ptn6 {
    background-image: linear-gradient(to top, rgba(255,111,189,0.9), rgba(255,142,194,0.9));
}
.bottom-flex{
	margin-bottom: 120px;
}
.big-txt2{
	font-size: 21px;
}
.fukidashi-box .txt .big-txt{
	font-weight: 700;
}
.fukidashi-box .txt .got{
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.know-flex p{
	color: #484848;
	font-weight: 700;
}
@media print, screen and (min-width : 768px) {
	.pl-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.pl-flex .big-txt{
		width: 260px;
	}
	.know-flex p{
		font-size: 21px;
		line-height: 1.7;
	}
	.name-txt p{
		font-size: 36px;
	}
	.bottom-flex{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.bottom-flex .pic{
		width: 58%;
	}
	.bottom-flex .textbox{
		width: 38%;
	}
}

@media only screen and (max-width : 767px) {
	body{
		display: none;
	}
	.btn-box a {
		border-radius: 5px;
		padding: 5% 0;
		text-align: center;
		position: relative;
		width: 100%;
		font-size: 4.4vw;
	}
	.know-flex{
		display: block;
	}
	.know-flex .text{
		width: 100%;
	}
	.know-flex .img{
		width: 100%;
		margin-right: 0%;
	}
	.bnr-box h2{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.fukidashi-box .big-txt{
		font-size: 6.0vw;
		line-height: 1;
		text-align: center;
	}
	.about-bnr img{
		border-radius: 5px;
	}
	.bottom-flex{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.bottom-flex .pic{
		width: 100%;
	}
	.bottom-flex .textbox{
		width: 100%;
	}
	.name-txt p{
		font-size: 5.6vw;
	}
	.btn-box2 a .yajirushi img{
		display: block;
		padding-top: 2vw;
	}
/*body{
	display: none;
    -webkit-transition: 1.0s; 
    -moz-transition: 1.0s; 
    -o-transition: 1.0s; 
    -moz-transition-delay:1s;
    -webkit-transition-delay:1s;
    -o-transition-delay:1s;
    -ms-transition-delay:1s;
}*/
	/*body.read{
		opacity: 1;
		}*/
p{
    font-size: 3.9vw;
	line-height: 1.85;
}

}

@media (min-width: 768px) {
  .top-contents .container {
   	  max-width: 1054px;
	  min-width: 1054px;
  }
}

@media (min-width: 992px) {
  .top-contents .container {
    /*max-width: 960px;*/
	  max-width: 1054px;
  }
}

@media (min-width: 1200px) {
  .top-contents .container {
    /*max-width: 1140px;*/
	 max-width: 1054px;
  }
}
