@charset "utf-8";
/* CSS Document */
h2, h3, p {
  color: #333;
}
h1 {
  color: #C6A52B;
}
h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  background-image: linear-gradient(90deg, #C6A52B 0%, #dedede 100%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  margin-top: 30px;
  padding-bottom: 10px;
  max-width: 100%;
}
h3 {
  letter-spacing: inherit;
  font-weight: 700;
  margin-top: 30px; 
}
p {
  font-size: 16px;
  line-height:1.8;
}
.img-pc-only{
display:block;
	}
.img-sp-only{
	display:none;
	}
.fv {
  max-width: 100%;
}
.img-margin_1 {
  margin-top: 30px;
}
.fv-container img {
  margin-top: 50px;
  width: 100%;
}
.section_top {
  margin-top: 50px;
  margin-bottom:70px;
  text-align: center;
  
}
.section_top p {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.8;
}
.movie {
  margin-bottom: 50px;
}
.osusume-box {
  max-width: 700px;
  margin: auto;
  background: #ffffff;
  border-radius: 5px;
  padding: 30px;
  border: 1px solid #aaa;
}
.osusume-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333;
}
.osusume-box ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 100%;
  padding-left:30px;
}
.osusume-box li {
  text-align: left;
  font-size: 17px;
}
.section_description {
  text-align: left;
  margin-bottom: 80px;
}
.section_description p {
  font-size: 18px;
  margin-top: 10px;
}
.description-sensity h2{
margin-top:50px;
margin-bottom:20px;
}
.description-sensity img{
 margin-top:20px;
 margin-bottom:20px;
}
.sensity-7_box{
max-width:640px;
margin:0 auto;
}
.section_link h3{
width:940px;
margin:0 auto;
margin-bottom:20px;
}
.section_link{
 margin-bottom:50px;
}
  .link-box {
    background-color:#5E5E5E;
	max-width: 940px;
    margin: 0 auto;
  }

  .link-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .link-item:last-child {
    border-bottom: none;
  }

  .link-text {
    max-width: 85%;
  }

  .link-title {
    font-weight: 700;
    font-size: 16px;
  }

  .link-desc {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 4px;
  }

  .link-arrow {
    font-size: 30px;
  }

  .link-item:hover {
    background: #a88e2c;
  }


@media screen and (max-width: 959px) {
  .section_top, .section_description {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 481px) {
  h1{
	font-size:30px;
	}
  h2 {
	 font-size:24px;
    margin-top: 20px;
  }
	.section_top p{
	font-size:16px
	}
	.section_description p{
	font-size:16px
	}
	.description-sensity h2{
	margin-top:30px;
	}
  .osusume-box{
	 padding: 30px 10px;
	}
	.osusume-box ul{
	  padding-left:20px;
	}
  .movie {
    width: 360px;
    height: 215px;
  }
  .section_link{
	margin-bottom:0px;
	}

	.img-pc-only{
	display:none;
	}
	.img-sp-only{
	display:block;
	}
}