@charset "UTF-8";

/*PC→SP*/

a img:hover{
	opacity: .7;
}

/*768px以上*/
@media screen and (min-width : 768px) {
.sp{display: none!important;}
.pc{display: block!important;}
}
/*767px以下*/
@media screen and (max-width : 767px) {
.sp{display: block!important;}
.pc{display: none!important;}
}

/*ナビ*/
.lineupPage ul.btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*max-width: 880px;*/
    margin: 0 auto 80px;
}
.lineupPage ul.btnList li.selected a {
    border-bottom: 2px solid #4C5870;
    margin-bottom: -2px;
    color: #4C5870;
}



.title_wrap{
	display: flex;
}
h3.title {
    border-left: 10px solid #4C5870;
    font-size: 24px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 40px;
}
.title_wrap span{
    color: #efefef;
	font-size: 60px;
	margin-left: 50px;
	margin-top: -38px;
}

.flexbox{
	display: flex;
}
@media (max-width:768px) {


.title_wrap{
	flex-direction: column;
	margin-bottom: 20px;
}
h3.title {

    margin-bottom: 10px;
}
.title_wrap span {
    font-size: 25px;
    margin-left: 40px;
    margin-top: -20px;
    display: block;
}





}





/*shiyou*/
.shiyou{
	max-width: 1160px;
	margin: auto;
	margin-bottom: 100px;
}
.shiyou h4{
	font-size: 20px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 50px;
	border-bottom: 1px solid #4c5870;
}
.shiyou .flexbox{
	margin-bottom: 50px;
}
.shiyou .pct{
	width: 35%;
}
.shiyou .pct img{
	width: 100%;
}
.shiyou .text{
	width: 65%;
	margin-left: 40px;
	position: relative;
}

.shiyou .text h5{
	width: 100%;
	font-size: 24px;
}
.shiyou .text p{
margin-top: 5px;
	font-size: 16px;
	margin-bottom: 0px;
}

.shiyou .text .detail{
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.shiyou .text .detail img{
	margin: 10px;
	width: 250px!important;
  height: auto;
  object-fit: contain; 
}
.shiyou .text .pr{
	position: absolute;
	top: 0;
	right: 0;
	background: #efefef;
	padding: 5px;
}

@media (max-width:768px) {

.shiyou{
	margin: auto 20px;
}
.shiyou .flexbox{
	flex-direction: column;
}
.shiyou .text .detail{
	flex-direction: column;
}
h3.title {
    margin-bottom: 20px;
}
.shiyou h4 {
    font-size: 20px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4c5870;
}
.shiyou .pct {
    width: 100%;
	margin-bottom: 20px;
}
.shiyou .text {
    width: auto;
	margin-left: 0;
}
.shiyou .text .pr {
	font-size: 14px;
	display: inline-table!important;
	position: inherit;
	margin-bottom: 10px;
}
.shiyou .text .detail img{
	width: 100%!important;
	margin-bottom: 20px;
}
}



/*kyotsu*/
.kyotsu{
	max-width: 1160px;
	margin: auto;
	margin-bottom: 100px;
}
.kyotsu ol{
	display: flex;
	justify-content:center;
	column-gap: 30px;
	grid-gap: 30px;
	flex-wrap: wrap;
}
.kyotsu ol li{
	width: 30%;
	border: 1px solid #ccc;
	padding: 20px 20px 10px 20px;
	list-style-type: none;
}
.kyotsu ol li h4{
	text-align: left;
	margin-bottom: 10px;
	display: flex;
}
.kyotsu ol li h4 span{
	display: block;
	margin-right: 10px;
}
.kyotsu ol li .more{
	text-align: right;
}
.kyotsu ol li .more a:hover{
	opacity: .8;
}
.kyotsu ol li img{
	height: 250px;
	object-fit: contain;

}

@media (max-width:768px) {

.kyotsu{
	margin: auto 20px 50px;
}
.kyotsu ol{
flex-direction: column;
}
.kyotsu ol li{
width: 100%;
}
.kyotsu ol li h4{
	text-align: left;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 0;
}
.kyotsu ol li img{
	margin-bottom: 20px;
}
.shiyou .text .detail{
	margin-bottom: 0;
}


/*
.shiyou .flexbox{
	flex-direction: column;
}
.shiyou .text .detail{
	flex-direction: column;
}
h3.title {
    margin-bottom: 20px;
}
.shiyou h4 {
    font-size: 24px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4c5870;
}
.shiyou .pct {
    width: 100%;
	margin-bottom: 20px;
}
.shiyou .text {
    width: auto;
    margin-left: 20px;
	margin-right: 20px;
}
.shiyou .text .pr {
	font-size: 14px;
	display: inline-table;span
	position: inherit;
	margin-bottom: 10px;
}
*/
}





/*setsubi*/
.setsubi{
	max-width: 1160px;
	margin: auto;
	margin-bottom: 100px;
}

.setsubi h4{
	font-size: 24px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 50px;
/*	border-bottom: 1px solid #4c5870;*/
}
.setsubi h5{
	font-size: 24px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 50px;
	border-bottom: 1px solid #4c5870;
}
.setsubi .box{
	display: flex;
	column-gap: 20px;
}
.setsubi .box img{
width: 380px!important;
height: 300px;
object-fit: cover;
}
.setsubi .box p{
	width: 380px;
}
.setsubi .box p.long{
	width: 760px;
}

.setsubi .box .photo01 {
	width: 35%;
	max-width: 380px;
	text-align: center;
	margin-right: 20px;
}

.setsubi .box .photo02 {
	width: 30%;
	max-width: 120px;
	text-align: center;
}

.setsubi .box .photo img {
	margin-bottom: 10px;
	width: 100%!important;
	height: auto;
}


.setsubi .box .photo02 img {
    width: 85% !important;
}

.setsubi .box .photo .text01 {
	width: auto;
}

.setsubi .box .plus {
	position: relative;
	width: 25px;
}
.setsubi .box .plus:after,.setsubi .box .plus:before {
	content: "";
	position: absolute;
	left: 0;
	top: 38%;
	margin: auto;
	width: 25px;
	height: 2px;
	background-color: #999;
	transition: all 0.3s;
}

.setsubi .box .plus:after {
	transform: rotate(90deg);
}

.setsubi .box .text {
	width: auto;
}

.setsubi .box .leftBox .flexBox {
	justify-content: flex-start;
	margin-left: 80px;
}

@media (max-width:768px) {

.setsubi{
	margin: auto 20px;
	}
.setsubi h4 {
font-size: 24px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
	padding: 0;
}
.setsubi h5 {
    font-size: 24px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4c5870;
}
.setsubi .box{
	flex-direction: column;
}
.setsubi .box img {
    width: 100%!important;
    height: auto;
    object-fit: cover;
	margin-bottom: 10px;
}
.setsubi .box p,.setsubi .box p.long {
    width: 100%;
}
	
.box.spFlex {
    flex-direction: inherit;
	flex-wrap: wrap;
	column-gap: 10px;
}
	
.setsubi .box .photo {
	margin-bottom: 10px;
}
		
.setsubi .box .photo01 {
    width: 80%;
    max-width: unset;
    margin: 0 auto;
}	
	
.setsubi .box .photo02 {
    width: 33%;
}
	
.setsubi .box .plus {
    width: 5%;
}
	
.setsubi .box .plus:after,.setsubi .box .plus:before {
	top: 38%;
	width: 100%;
}
	
.setsubi .box .photo img {
    margin-bottom: 0;
}	
	
.setsubi .box .leftBox .flexBox {
    justify-content: center;
    margin-left: 0;
}	
	
	
/*

.setsubi .flexbox{
	flex-direction: column;
}
.setsubi .text .detail{
	flex-direction: column;
}


.setsubi .pct {
    width: 100%;
	margin-bottom: 20px;
}
.setsubi .text {
    width: auto;
    margin-left: 20px;
	margin-right: 20px;
}
.setsubi .text .pr {
	font-size: 14px;
	display: inline-table;
	position: inherit;
	margin-bottom: 10px;
}
*/
}

@media (max-width:374px) {

	.setsubi .box .photo img {
		height: 90px;
	} 
	
	.box.spFlex {
		column-gap: 0;
	}

	.setsubi .box .photo01 {
		width: 50%;
		margin-right: 5%;
	}	

	.setsubi .box .photo02 {
		width: 35%;
		max-width: unset;
	}


}















/*-----------------------------------------------
　btn_top
-----------------------------------------------*/

.btn_top{
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
	column-gap: 50px;
}
.btn_top a{
	width: 300px;
	padding: 15px;
	display: block;
	border: 1px solid #4c5870;
	text-align: center;
	font-size: 16px;
}
.btn_top a:hover{
	background: #f0f0f0;
}

@media (max-width:768px) {
.btn_top{
	margin: auto 20px;
	column-gap: 10px;
	padding-bottom: 50px;
}
.btn_top a{
	padding: 10px;
	font-size: 12px;
}
}

/*-----------------------------------------------
　movieBox
-----------------------------------------------*/
.movieWrap{
	max-width: 1160px;
	margin: auto;
}
.movieBox {
	margin: 0 auto 100px;
	width: 60%;
}
.youtube {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
	margin: 10px auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:768px) {
.movieBox {
	width: 90%;
	margin: 2rem auto 50px;
}

}


