@charset "UTF-8";
/* CSS Document */
/**********************************************************/
/* PC */
/**********************************************************/
/**********************************
.mv
**********************************/
.mv {
  background-image: url("../images/experience/under-fv.webp?bt4qql6z");
}

.mv h2 {
  font-size: 3.9rem;
}

/**********************************
sec1
**********************************/

.sec1 p{
	font-family: "Noto Sans JP", sans-serif;
}
.sec1 {
  margin-top: 175px;
}

.sec1 h2 {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2;
  margin-bottom: 114px;
}
.sec1 div.inner940{
	text-align:center;
	margin-bottom:100px;
	align-items:flex-end;
	justify-content:center;
}
.sec1 div.inner940 h3{
	padding-bottom:40px;
	width: auto;
}
.sec1 h4 {
	font-size: 3.4rem;
    line-height: 1;
    padding: 26px 80px;
    background: #556D88;
    border: solid 3px #fff;
    border-radius: 81px;
    margin-bottom: 50px;
    color: #fff;
    display: inline-block;
    min-width: 750px;
    box-shadow: 0 1px 20px 3px rgb(0 0 0 / 24%);
}
.sec1 div.inner940 img{
	width:200px;
}
.sec1 ul {
  flex-wrap: wrap;
	justify-content: left;
	gap:0 1.5%;
}
.sec1 li {
    width: 30%;
    margin: 0 0 80px 0;
}
.sec1 li .sec-bg{
    width: 100%;
    height: 252px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    border-radius: 30px;
}
.sec1 li .sec-bg::after {
	position: absolute;
	content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
	background:rgba(0,0,0,.56);
	z-index: -1;
}
.sec1 li .sec-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
	z-index: -2;
}
.sec1 li .sec-bg:hover::after {
	background:rgba(0,0,0,0);
	transition: 0.8s;
}
.sec1 li a.sec-bg:hover {
    opacity: 1;
}

.sec1 h3 {
  font-size: 2.6rem;
  width: 100%;
}

.sec1 span {
  font-size: 1.1rem;
  margin-top: 10px;
}

.sec1 li p {
  margin-top: 34px;
  line-height: 1.8;
	font-size: 1.3rem;
}
.item-link{
	max-width:500px;
	margin:20px auto;
}
.sec1 ul.item-link {
    justify-content: space-between;
    gap: 0;
}
.sec1 .item-link li{
    font-size: 1.9rem;
    border: solid 1px #292929;
    border-radius: 22px;
    width: 127px;
    padding: 9px 0;
    text-align: center;
    margin:10px;
	background: #556D88;
    border: solid 3px #fff;
	box-shadow: 0 1px 20px 3px rgb(0 0 0 / 24%);
}
.sec1 .item-link li a{
	color:#fff;
}
/**********************************
sec2
**********************************/
.sec2 .link-area {
  margin: 68px auto 214px;
}

.sec2 .link-area a {
  font-size: 4rem;
  padding: 40px 159px;
  border: solid 1px #707070;
  border-radius: 100px;
  text-align: center;
  width: 100%;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  display: block;
}

.sec2 .link-area span {
  font-size: 2.5rem;
  padding: 16px 0 0;
  display: block;
}


/**********************************
sec-detail
**********************************/

.sec-detail .sec-ttl {
    font-size: 3.3rem;
    color: #fff;
    background: #556D88;
    padding: 20px;
    width: 100%;
    border-radius: 65px;
    text-align: center;
	margin-top: 175px;
}
.sec-detail dl{
	flex-wrap:wrap;
	margin-top: 50px;
	font-family: "Noto Sans JP", sans-serif;
	line-height:2;
	color:rgba(41,41,41,.77);
}
.sec-detail dt{
	width:30%;
	margin-bottom:30px;
}
.sec-detail dd{
	width:68%;
	margin-bottom:30px;
	margin-left:2%;
}

.sec-detail h2 {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2;
  margin-bottom: 95px;
}

.sec-detail ul {
  flex-wrap: wrap;
}
.sec-detail .contents li {
    margin: 0 0 80px 0;
}
.sec-detail .contents li:first-of-type{
	width: 58.46%;
	height: 550px;
}
.sec-detail .contents li:first-of-type img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.sec-detail .contents li:last-of-type {
	  width: 37.5%;
		font-size:1.3rem;
}
.sec-detail .contents2 li {
    margin: 0 0 50px 0;
	width:49%;
}
.sec-detail li .sec-bg{
    width: 100%;
    height: 250px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    border-radius: 30px;
}
.sec-detail li .sec-bg::after {
	position: absolute;
	content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
	background:rgba(0,0,0,.56);
	z-index: -1;
}
.sec-detail li .sec-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
	z-index: -2;
}
.sec-detail h3 {
  font-size: 3rem;
  width: 100%;
	letter-spacing: 0.2em;
	line-height: 1.5;
}
.sec-detail li p {
  margin-top: 34px;
	padding:18px 5% 10px 7%;
  line-height: 1.8;
	border-left:1px solid #707070;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
.reserve-btn010 {
	margin:105px auto 150px;
	text-align:center;
}
.reserve-btn010 a{
	margin:0 auto;
	display:block;
	background:#000;
	font-size:2rem;
	width:23.3%;
	padding:22px;
	color:#fff;
}




/**********************************************************/
/* SP用 */
/**********************************************************/
@media (max-width: 768px) {
  .mv h2 {
    font-size: 2.1rem;
  }
  /**********************************
  sec1
  **********************************/
  .sec1 {
    margin-top: 80px;
  }
  .sec1 h2 {
    font-size: 1.6rem;
    margin-bottom: 55px;
    padding: 0 10px;
  }
	.sec1 ul {
	gap:0;
}
  .sec1 li {
    width: 50%;
    margin-bottom: 65px;
    padding: 0 10px;
  }
  .sec1 li .sec-bg {
    height: 180px;
  }
  .sec1 h3 {
    font-size: 1.6rem;
  }
  .sec1 span {
    font-size: 1rem;
  }
  .sec1 li p {
    margin-top: 20px;
  }
	.sec1 div.inner940 h3{
	padding-bottom:20px;
}
	.sec1 div.inner940 {
    margin-bottom: 50px;
    display: block;
}
	.sec1 h4 {
    font-size: 2rem;
    padding: 15px;
    width: 90%;
    margin: 0 auto;
		min-width: auto;
}
  /**********************************
  sec2
  **********************************/
  .sec2 .link-area {
    margin: 34px auto 100px;
    padding: 0 20px;
  }
  .sec2 .link-area a {
    font-size: 2rem;
    padding: 20px;
  }
  .sec2 .link-area span {
    font-size: 1.5rem;
    padding: 10px 0 0;
  }
  /**********************************
  contact
  **********************************/
  .contact {
    padding: 70px 0;
  }
  /**********************************
  access-sec
  **********************************/
  .access-sec {
    padding: 70px 0;
  }
  
	
/**********************************
sec-detail
**********************************/
	
	
	.sec-detail .sec-ttl {
    font-size: 2rem;
    padding: 15px;
    width: 90%;
    margin: 100px auto 0;
}
	.sec-detail dt,
	.sec-detail dd{
    margin-bottom: 23px;
}
	.sec-detail ul {
    padding: 20px;
}
	.sec-detail .contents li {
    margin: 0 auto;
}
	.sec-detail .contents li:first-of-type {
    width: 100%;
    height: 32vh;
		margin:0 auto;
}
	.sec-detail .contents li:last-of-type {
    width: 100%;
}
	.sec-detail .contents2 li {
    margin: 0 0 50px 0;
    width: 100%;
}
	.sec-detail li .sec-bg {
    width: 100%;
		height: 20vh;
		margin:0 auto;
	}
	.sec-detail h3 {
    font-size: 2.4rem;
}
	.reserve-btn010 {
    margin: 0px auto 100px;
}
	.reserve-btn010 a {
    width: 300px;
		font-size:1.6rem;
}

}