@charset "utf-8";
/* CSS Document */
.mainMenu {
    z-index: 10000;
}

/*PC*/
@media print, screen and (min-width: 769px) {

.logo_Hed_index { display: none; }

/*------------*/
/*#hedImg { background: none; }*/

#box01 { margin-bottom: 100px; }

.reason_box { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.reason_tit { width: 100px; line-height: 1.8em; font-size: 36px; font-weight: bold; text-align: center; letter-spacing: 0.1em; }
.reason_tit span { writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; text-orientation: upright; text-align: left; }
.reason_wrap { width: 1050px; }
.reason_subtit { font-size: 20px; font-weight: bold; padding-bottom: 15px; position: relative; margin-bottom: 30px; color: #765635; }
.reason_subtit::before { content: ""; width: 50px; height: 1px; bottom: 0; left: 0; background: #765635; display: block; position: absolute; }
.reason_txt { line-height: 2em; }
#mv {
width: 100%;
overflow: hidden;
height: 400px;
z-index: 1;
margin-bottom: 30px;
}

#mv video {
filter: brightness(70%);
width: 100%;
height: auto;
margin: 0 auto;
margin-top: -50px;
}

#box02 { margin-bottom: 100px; }
.reason_box02 { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px; align-items: center; }
.reason_box02_img { flex-basis: 48%; }
.reason_box02_txtbox { flex-basis: 48%; }

.reason_subsubtit { font-size: 18px; font-weight: bold; margin-bottom: 15px; color: #765635; }
.reason_box02_list { width: 100%; margin: 0 auto; }
.reason_box02_list li { position: relative; padding-left: 18px; }
.reason_box02_list li::before { content: "□"; display: block; position: absolute; top: 0; left: 0; color: #765635; font-size: 14px; }
.reason_box02_list li:nth-child(n+2) { margin-top: 10px; }

#box03 { margin-bottom: 100px; }
.reason_box03_img_list { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px; }
.reason_box03_img_list li { flex-basis: 48%; }
.reason_box03_img { width: 100%; margin: 0 auto; }
.reason_box03_img img { width: 100%; height: auto; }

.reason_box04_img { width: 100%; margin: 0 auto; margin-top: 30px; }
.reason_box04_img img { width: 100%; height: auto; }


}




/*----------------------------------------------------*/




/*sp*/
@media only screen and (max-width: 768px) {

.logo_Hed_index { display: none; }

#box01 { margin-bottom: 50px; }

.reason_box { width: 100%; margin: 0 auto; }
.reason_tit { margin: 0 auto 15px; line-height: 1.8em; font-size: 20px; font-weight: bold; text-align: center; letter-spacing: 0.1em; }
.reason_tit span { }
.reason_wrap { width: 100%; }
.reason_subtit { font-size: 18px; font-weight: bold; padding-bottom: 15px; position: relative; margin-bottom: 30px; color: #765635;  }
.reason_subtit::before { content: ""; width: 50px; height: 1px; bottom: 0; left: 0; background: #765635; display: block; position: absolute; }

#mv {
width: 100%;
overflow: hidden;
z-index: 1;
margin-bottom: 30px;
}

#mv video {
/*filter: brightness(90%);*/
width: 100%;
height: auto;
margin: 0 auto;
margin-top: -50px;
}

#box02 { margin-bottom: 50px; }
.reason_box02 { width: 100%; margin: 0 auto; margin-top: 30px; }
.reason_box02_img { width: 100%; margin: 0 auto 30px;}
.reason_box02_img img { width: 100%; height: auto; }
.reason_box02_txtbox { width: 100%; }

.reason_subsubtit { font-size: 16px; font-weight: bold; margin-bottom: 15px; color: #765635; }
.reason_box02_list { width: 100%; margin: 0 auto; }
.reason_box02_list li { position: relative; padding-left: 18px; }
.reason_box02_list li::before { content: "□"; display: block; position: absolute; top: 0; left: 0; color: #765635; font-size: 14px; }
.reason_box02_list li:nth-child(n+2) { margin-top: 10px; }

#box03 { margin-bottom: 50px; }
.reason_box03_img_list { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px; }
.reason_box03_img_list li { width: 100%; }
.reason_box03_img_list li:nth-child(n+2) { margin-top: 15px; }
.reason_box03_img { width: 100%; margin: 0 auto; }
.reason_box03_img img { width: 100%; height: auto; }

.reason_box04_img { width: 100%; margin: 0 auto; margin-top: 30px; }
.reason_box04_img img { width: 100%; height: auto; }

}
