@charset "UTF-8";
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin: 0;
    /* リピートしたくない場合→　height: 100%; */
    background-repeat: repeat;
    padding: 0;
    background-color: rgb(131, 125, 123);
}
#contents{
	background-size: cover;
	padding: 0;
    margin: 0;
}

/*-------------------------fes2023----------------------------*/

.btn_02 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
    font-size: 30px;
    font-weight: bolder;
	margin: auto;
    padding: 0.5rem;
    margin-bottom: 150px;
	background: #000000;
	color: #ffffff !important;
}

.btn_03 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: auto;
    font-size: 30px;
    font-weight: bolder;
	margin-left: 30px;
    margin-right: 30px;
    padding: 0.5rem;
    margin-bottom: 50px;
	background: #000000;
	color: #ffffff !important;
}

.topbanner{
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.wrapper1{
    text-align: center;
    margin-bottom: 80px;
}

.wrapper2{
    text-align: center;
    padding-bottom: 30px;
    margin-left: 70px;
    margin-right: 70px;
}

.wrapper3{
    text-align: center;
    padding-bottom: 150px;
    margin-left: 70px;
    margin-right: 70px;
}

.image{
    width:100%;
    margin-bottom: 60px;
    text-align: center;
}

.image2{
    width:100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-box .card {
    box-shadow:8px 8px 4px rgba(0, 0, 0, 0.44);
    transform:translate(-3.5px, -3.5px);
    transition:box-shadow 0.3s, transform 0.3s;
}
 
.card-box .card:hover {
    box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
    transform:initial;
}

.flex{
    display: flex;
    gap: 0px 40px;
    justify-content: space-between;
    align-items: center;
}
.flex>p{
    width: 47%;
    align-items: center;
}

.explain{
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    color: #ffffff;
    font-family: serif;
}

.title{
    margin: auto;
    padding-bottom: 50px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: normal;
    color: #ffffff;
    font-family: serif;
}

.text{
    margin: auto;
    padding-bottom: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight:normal;
    color: #ffffff;
    font-family: serif;
}

.accordion {
    max-width: 500px;
    margin-bottom: 7px;
    text-align: center;
    font-family: serif;
    color: #ffffff;
    margin: 0 auto;
}

.accordion summary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    position:absolute;
    margin-right:30%;
    margin-top: 5px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    transition: transform .3s;

}

.accordion[open] summary::after {
    transform: rotate(135deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #ffffff;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
}


/*-------------------------gcここまで--------------------------*/

.top-kv-text-special{ text-align:center; }

.top-kv-img{ text-align:center; line-height:1.6; }
.top-kv-img a{ color:#000000; }
.top-kv-img img{ max-width:100%; width:100%; height:auto; }
/* pc */
@media screen and (min-width: 768px) {
	.top-kv-text-special{ padding:10px 0 30px 0; }
	.top-kv-text-special .t1{ font-size:2.8rem; line-height:1.2; margin-bottom:20px; }
	.top-kv-text-special .t2{ font-size:2rem; line-height:1.75;  margin-bottom:30px;}
	.top-kv-img{ padding-bottom:5px; }
	.top-kv-img>*{ margin-bottom:50px; padding:0; }
}
/* sp */
@media screen and (max-width: 769px) {
	.top-kv-text-special{ padding:20px 0; }
	.top-kv-text-special .t1{ font-size:2.1rem; line-height:1.2; margin-bottom:15px; }
	.top-kv-text-special.t2{ font-size:1.8rem; line-height:1.75; }
	.top-kv-img{ border-bottom:1px solid #ECECEC; padding-bottom:5px; margin-bottom:60px;  }
	.top-kv-img>*{ margin-bottom:30px; padding:0; }
}


/*-----------------------------ここはスマホ-----------------------------------------*/
@media screen and (max-width: 480px) {
#contents .text{
    margin: auto;
    text-align: center;
    font-size: 12px;
    width: 66%;
    
}
#contents .text2{
    margin: auto;
    text-align: center;
    font-size: 7px;
    width: 66%;
}

.btn_02 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 150px;
    font-size: 10px;
    font-weight: bolder;
	margin: auto;
    padding: 0rem;
    margin-bottom: 80px;
	background: #000000;
	color: #ffffff !important;
}

.btn_03 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: auto;
    font-size: 20px;
    font-weight: bolder;
	margin-left: 20px;
    margin-right: 20px;
    padding: 0rem;
    margin-bottom: 50px;
	background: #000000;
	color: #ffffff !important;
}

.topbanner{
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.wrapper1{
    text-align: center;
    margin-bottom: 10px;
}

.wrapper2{
    text-align: center;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.wrapper3{
    text-align: center;
    padding-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
}


.image{
    width:100%;
    margin-bottom: 30px;
}

.image2{
    width:100%;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px 20px;

    }

.flex>p{
    width: 49%;
    align-items: center;
}


.title{
    margin: auto;
    padding-bottom: 15px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    color: #ffffff;
}

.text{
    margin: auto;
    text-align: center;
    font-size: 8px;
    font-weight: normal;
    color: #ffffff;
}

.accordion summary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    position:absolute;
    margin-right:50%;
    margin-top: 5px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    transition: transform .3s;

}
}