@charset "utf-8";
/* head */
#header .head {padding: 80px 80px 0; width: 100%; height: 630px; background: no-repeat url(../img/about/head.jpg) center/cover;}
#header .head .box {width: 100%; height: 100%; background-color: rgba(255, 237, 201, 0.4); position: relative;}
#header .head .content {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
#header .head .content h1 {writing-mode: vertical-rl; color: #fff; font-size: 50px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -2px -2px 5px rgba(0, 0, 0, 0.4);}
@media screen and (max-width:1200px) {
    #header .head {padding: 70px 0 0;}
    #header .head .content h1 {font-size: 40px;}
}
@media screen and (max-width:768px) {
    #header .head {padding: 50px 0 0;}
    #header .head .content h1 {font-size: 30px;}
}
/* message */
#message .wrap {margin: 150px auto; width: 100%; max-width: 1000px;}
#message .wrap h3 {text-align: center; font-size: 32px;}
#message .wrap .content {display: flex; margin: 50px auto 0;}
#message .wrap .content .img {width: 40%;}
#message .wrap .content .img img {width: 90%;}
#message .wrap .content .text {width: 60%;}
#message .wrap .content .text h4 {font-size: 20px;}
#message .wrap .content .text p {margin: 1rem auto 0;}
@media screen and (max-width:1200px) {
    #message .wrap {padding: 0 10px;}
    #message .wrap h3 {font-size: 26px;}
}
@media screen and (max-width:768px) {
    #message .wrap .content {display: block;}
    #message .wrap .content .img {width: 100%; max-width: 360px; margin: 0 auto 50px;}
    #message .wrap .content .img img {width: 100%;}
    #message .wrap .content .text {width: 100%;}
}
/* image */
#image .wrap .swiper-wrapper {transition-timing-function: linear;}
#image .wrap .swiper-wrapper .swiper-slide img {height: auto; width: 100%;}
/* staff */
#staff .wrap {margin: 150px auto; width: 100%; max-width: 1000px;}
#staff .wrap h3 {text-align: center; font-size: 32px;}
#staff .wrap ul {margin: 50px auto 0; list-style: none;}
#staff .wrap ul li {display: flex; margin: 0 auto 50px;}
#staff .wrap ul li:last-child {margin: 0 auto;}
#staff .wrap ul li .img,
#staff .wrap ul li .cont {width: 50%;}
#staff .wrap ul li .img img {width: 90%;}
#staff .wrap ul li .cont h4 {font-size: 16px; border-bottom: 1px solid #06C755;}
#staff .wrap ul li .cont .name {font-size: 20px; font-weight: bold;}
#staff .wrap ul li .cont .txt {margin: 1rem auto 0;}
#staff .wrap ul li .cont .career {border-bottom: 1px solid #FFCC66; margin: 1rem auto;}
#staff .wrap ul li .cont table {border-collapse: collapse; width: 100%;}
#staff .wrap ul li .cont table th {width: 20%;}
#staff .wrap ul li .cont table td {width: 80%;}
@media screen and (max-width:1200px) {
    #staff .wrap {padding: 0 10px;}
    #staff .wrap h3 {font-size: 26px;}
}
@media screen and (max-width:768px) {
    #staff .wrap ul li {display: block;}
    #staff .wrap ul li .img {width: 100%; max-width: 480px; margin: 0 auto 50px;}
    #staff .wrap ul li .cont {width: 100%;}
    #staff .wrap ul li .img img {width: 100%;}
}