/* swiper slider */
.visual_slide{ width: 100%; height: 560px; 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_img>div{ width: 100%; max-width: 1200px; height: 100%; padding: 0 50px; display: flex; flex-flow: column nowrap; align-items: flex-end; transition: all 0.2s ease-in-out; }
.visual_img>div>h3{ margin-top: 60px; font-size: 50px; color: rgb(255,255,255); font-weight: bold; text-align: left; letter-spacing: -5px; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); transition: all 0.2s ease-in-out; }
.visual_img>div>p{ margin-top: 30px; font-size: 30px; color: rgb(255,255,255); font-weight: bold; text-align: right; letter-spacing: -2px; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); 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: 350px; padding: 0 20px; background-position: center; background-repeat: no-repeat; background-size: auto 100%; }
.main_content_01>img{ width: 332px; height: auto; margin: auto; padding-top: 75px; display: block; }
.main_content_01>p{ width: 100%; padding-top: 30px; text-align: center; font-size: 18px; color: rgb(63,58,57); word-break: keep-all; }

.main_content_02{ width: 100%; height: auto; padding: 65px 20px; background-color: rgb(235,235,235); }
.main_content_02>ul{ width: 1200px; height: 250px; max-width: 1200px; margin: auto; display: flex; flex-flow: row nowrap; justify-content: space-between; }
.main_content_02>ul>li{ width: 32.5%; height: 100%; background-color: rgb(255,255,255); }
.main_content_02>ul>li:nth-of-type(1){ background-color: transparent; display: flex; flex-flow: column nowrap; justify-content: space-between; }
.main_content_02>ul>li:nth-of-type(1)>div{ width: 100%; height: 47%; padding: 25px 25px 20px; background-color: rgb(255,255,255); }
.main_content_02>ul>li:nth-of-type(1)>div>h4{ width: 100%; margin-bottom: 10px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
.main_content_02>ul>li:nth-of-type(1)>div>h4>a:nth-of-type(1){ font-size: 22px; color: rgb(51,51,51); font-weight: 700; }
.main_content_02>ul>li:nth-of-type(1)>div>h4>a:nth-of-type(2){ font-size: 25px; color: rgb(138,121,115); font-weight: 700; }
.main_content_02>ul>li:nth-of-type(1)>div>a{ width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; }
.main_content_02>ul>li:nth-of-type(1)>div>a>h6{ width: calc(100% - 60px); font-size: 15px; color: rgb(102,102,102); font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main_content_02>ul>li:nth-of-type(1)>div>a>p{ width: 60px; font-size: 15px; color: rgb(102,102,102); text-align: right; }
.main_content_02>ul>li:nth-of-type(1)>div>p{ width: 100%; font-size: 15px; color: rgb(102,102,102); }
.main_content_02>ul>li:nth-of-type(2)>h4{ width: 100%; font-size: 22px; color: rgb(51,51,51); font-weight: 700; }
.main_content_02>ul>li:nth-of-type(2)>div{ width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; }
.main_content_02>ul>li:nth-of-type(2)>div>a{ width: 150px; height: auto; margin-top: 40px; display: flex; flex-flow: column nowrap; align-items: center; }
.main_content_02>ul>li:nth-of-type(2)>div>a>figure{ width: 150px; height: 90px; border-radius: 90px; background-color: rgb(235,235,235); position: relative; transition: all 0.2s ease-in-out; }

.main_content_02>ul>li:nth-of-type(2)>div>a:hover>figure{ background-color: rgb(54,70,96); }
.main_content_02>ul>li:nth-of-type(2)>div>a>figure>svg{ margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: all 0.2s ease-in-out; }
.main_content_02>ul>li:nth-of-type(2)>div>a:nth-of-type(1)>figure>svg{ width: 48px; height: 48px; }
.main_content_02>ul>li:nth-of-type(2)>div>a:nth-of-type(2)>figure>svg{ width: 50px; height: 40px; }
.main_content_02>ul>li:nth-of-type(2)>div>a:nth-of-type(3)>figure>svg{ width: 44.99px; height: 48.21px; }
.main_content_02>ul>li:nth-of-type(2)>div>a>figure>svg path{ fill: rgb(85,85,85); transition: all 0.2s ease-in-out; }
.main_content_02>ul>li:nth-of-type(2)>div>a>figure>svg rect{ fill: rgb(85,85,85); transition: all 0.2s ease-in-out; }
.main_content_02>ul>li:nth-of-type(2)>div>a>figure>svg polygon{ fill: rgb(85,85,85); transition: all 0.2s ease-in-out; }
.main_content_02>ul>li:nth-of-type(2)>div>a:hover>figure>svg path{ fill: rgb(255,255,255); }
.main_content_02>ul>li:nth-of-type(2)>div>a:hover>figure>svg rect{ fill: rgb(255,255,255); }
.main_content_02>ul>li:nth-of-type(2)>div>a:hover>figure>svg polygon{ fill: rgb(255,255,255); }


.main_content_02>ul>li:nth-of-type(2)>div>a>p{ max-width: 100%; margin-top: 10px; font-size: 18px; color: rgb(102,102,102); text-align: center; word-break: keep-all; transition: all 0.2s ease-in-out; }
.main_content_02>ul>li:nth-of-type(2)>div>a:hover>p{ color: rgb(138,121,115); }
.main_content_02>ul>li:nth-of-type(3){ padding: 40px 25px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center; }
.main_content_02>ul>li:nth-of-type(3)>h5{ max-width: 100%; font-size: 22px; color: rgb(255,255,255); font-weight: 500; word-break: keep-all; }
.main_content_02>ul>li:nth-of-type(3)>a{ max-width: 100%; font-size: 37px; color: rgba(255,255,255,0.8); font-weight: 700; word-break: keep-all; transition: all 0.2s ease-in-out; }
.main_content_02>ul>li:nth-of-type(3)>a:hover{ color: rgba(255,255,255,1); }
.main_content_02>ul>li:nth-of-type(3)>p{ max-width: 100%; font-size: 17px; color: rgb(255,255,255); font-weight: 500; text-align: center; word-break: keep-all; }
