@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
[data-aos=fade-up] {
    transform: translate3d(0,50px,0) !important;
}
[data-aos=fade-down] {
    transform: translate3d(0,-50px,0) !important;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0) !important;
}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	background-color:#fff;
	color:#433f3e;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.7;
	transition:opacity 0.5s ease;
}


/*----- ここから導入事例ページ -----*/

header {
	z-index: 100;
}
.case {
	letter-spacing: 0.05em;
}
.case-mv {
	margin-bottom: 60px;
	padding-top: 120px;
	position: relative;
}
.case-mv::before {
	content: "";
	background-image: url("../majesty-golf/img/case_back.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	width: 100%;
	height: 100%;
}
.case-ttl {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 20px 40px;
}
.case-ttl-sub {
	display: flex;
	align-items: center;

	color: #ffd80c;
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.case-ttl-sub::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 3px;
	background-color: #ffd80c;
}
.inner {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 16px;
    line-height: 1.8em;
	text-align: left;
	font-weight: normal;
}
.main-copy {
    font-size: 36px;
    line-height: 1.3;
    margin: 45px 0;
}
.cmn-ttl {
	font-size: 32px;
	line-height: 1.4;
	padding-bottom: 20px;
    margin: 55px 0 30px;
	border-bottom: 3px solid #433f3e;
	position: relative;
}
.cmn-ttl::after {
	content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #ffd80c;
}
.cmn-q {
	font-weight: bold;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.img_mt30 {
	display: block;
	margin-top: 30px;
}

/*-- index --*/
.index {
	background-color: #f2f2f2;
	border-radius: 10px;
	margin: 55px 0 0;
	padding: 45px 40px;
}
.index-ttl {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: bold;
}
.index-item {
	margin-bottom: 10px;
	letter-spacing: 0;
}
.index-item:last-child {
	margin-bottom: 0;
}

/*-- sec02 --*/
.link-color {
	color: #5790d4;
}
.person-ttl {
	font-weight: bold;
	border-left: solid 3px #433f3e;
	padding-left: 10px;
	margin-bottom: 15px;
}
.person-img{
	display: block;
	padding-left: 10px;
	margin-bottom: 15px;
}
.person-name {
	padding-left: 10px;
	line-height: 1.3;
}

/*-- sec07 --*/
.contact {
	background-color: #f2f2f2;
    border-radius: 10px;
    margin: 55px 0 80px;
    padding: 45px 40px;
}
.contact-ttl {
	font-size: 32px;
}

/*-- レスポンシブ --*/
@media screen and (max-width:768px) {
	p,
	.index-item {
		font-size:max(2.083vw,14px);
	}
	.case-mv {
		padding-top: 90px;
	}
	.case-ttl {
		width: 90%;
		padding: 0 0 40px;
	}
	.case-ttl-sub {
		font-size: 20px;
	}
	.case-ttl-sub::before{
		width: 20px;
		height: 2px;
	}
	.inner {
		width: 90%;
		padding: 0;
	}
	.main-copy {
		font-size:max(4.1666vw,20px);
		line-height: 1.4;
	}
	.cmn-ttl {
		font-size:max(3.125vw,20px);
	}
	
	/*-- index --*/
	.index {
		padding: 35px 30px;
	}
	.index-ttl {
		font-size:max(3.125vw,18px);
	}
	
	/*-- sec07 --*/
	.contact-ttl {
		font-size:max(3.125vw,18px);
	}
}

/*----- ここまで導入事例ページ -----*/