/* swiper slider */
.visual_slide{ width: 100%; height: 530px; transition: height 0.2s ease-in-out; }
.swiper_btn_area{ width: 100%; max-width: 1200px; min-width: 1200px; height: 100%; margin: auto; padding: 0; position: absolute; top: 0; right: 0; left: 0; }
.visual_img{ width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.visual_content{ width: 100%; max-width: 1200px; height: 100%; margin: auto; padding: 0 20px; display: flex; flex-flow: column nowrap; justify-content: center; align-items: flex-start; position: absolute; top: 0; right: 0; left: 0; z-index: 10; transition: all 0.2s ease-in-out; }
.visual_content>h3{ font-size: 60px; color: rgb(255,255,255); font-weight: bold; transition: all 0.2s ease-in-out; }
.visual_content>p{ font-size: 30px; color: rgb(0,0,0); transition: all 0.2s ease-in-out; }
.visual_content>iframe{ width: 400px; margin-top: 30px; transition: all 0.2s ease-in-out; }

.visual_slide .swiper-button-prev{ background-image: none; font-size: 35px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; color: rgba(255,255,255,0.9); text-shadow: 2px 2px 5px rgba(0,0,0,0.5); transition: all 0.2s ease-in-out; }
.visual_slide .swiper-button-prev:hover{ background-image: none; color: rgb(255,255,255); }
.visual_slide .swiper-button-next{ background-image: none; font-size: 35px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; color: rgba(255,255,255,0.9); text-shadow: 2px 2px 5px rgba(0,0,0,0.5); transition: all 0.2s ease-in-out; }
.visual_slide .swiper-button-next:hover{ background-image: none; color: rgb(255,255,255); }



.main_content_01{ width: 100%; height: 210px; max-width: 1160px; margin: 60px auto 0; border-top: 1px solid rgb(204,204,204); border-bottom: 1px solid rgb(204,204,204); }
.main_content_01>dl{ width: 380px; height: 208px; padding: 40px; border-right: 1px solid rgb(204,204,204); display: inline-block; float: left; background-color: rgb(235,235,235); }
.main_content_01>dl>dt{ width: 100%; height: 30px; line-height: 30px; }
.main_content_01>dl>dt>h5{ display: inline-block; float: left; font-size: 20px; line-height: 28px; color: rgb(51,51,51); font-weight: bold; }
.main_content_01>dl>dt>p{ margin-left: 15px; display: inline-block; float: left; font-size: 14px; line-height: 28px; color: rgb(153,153,153); }
.main_content_01>dl>dt>a{ margin: 4px 0; padding: 3px 7px; border-radius: 15px; display: inline-block; float: right; background-color: rgb(102,102,102); line-height: 16px; color: rgb(255,255,255); font-size: 12px; transition: all 0.2s ease-in-out; cursor: pointer; }
.main_content_01>dl>dt>a:hover{ background-color: rgb(51,51,51); }
.main_content_01>dl>dd{ width: 100%; margin-top: 40px; line-height: 26px; font-size: 15px; color: rgb(51,51,51); }
.main_content_01>a{ width: 200px; height: 208px; border-right: 1px solid rgb(204,204,204); padding-top: 40px; display: inline-block; float: left; text-align: center; transition: all 0.2s ease-in-out; cursor: pointer; }
.main_content_01>a:hover{ background-color: rgb(245,245,245); }
.main_content_01>a>img{ width: 78px; height: auto; margin: auto; display: block; }
.main_content_01>a>p{ width: 100%; margin-top: 30px; text-align: center; font-size: 20px; color: rgb(51,51,51); font-weight: bold; }
.main_content_01>figure{ width: 380px; height: 208px; padding: 40px; display: inline-block; float: left; background-position: center; background-repeat: no-repeat; background-size: cover; }
.main_content_01>figure>h4{ width: 100%; color: rgb(255,255,255); font-size: 20px; font-weight: bold; }
.main_content_01>figure>h4>span{ width: 100%; color: rgb(153,153,153); font-size: 14px; font-weight: bold; }
.main_content_01>figure>h6{ width: 100%; margin-top: 20px; color: rgb(255,255,255); font-size: 30px; font-weight: bold; }
.main_content_01>figure>p{ width: 100%; margin-top: 5px; color: rgb(255,255,255); font-size: 18px; }
