*{
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    box-sizing: border-box;
}
html,body{
    margin:0;
}
body{
    background-color: #bbeada;
}
h1{
    margin: 10px !important;
    display: block;
}
h1 img{
    width: 100%;
    max-width: 300px;
    vertical-align:top;
}
.header{
    width:100%;
    background-color: rgba(187,234,218,0.8);
    position: fixed;
    z-index: 9999;
    top:0;
    left:50%;
    transform: translate(-50%);
}
.headline{
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    position: relative;
}
#navigation{
    position: absolute;
    display: block;
    bottom:0;
    right: 0;
    margin: 0;
}
#slide-line{
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color:#47A183;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.headline ul{
    list-style-type: none;
}
.headline ul li{
    float: left;
    color:#000;
}
.headline ul li a{
    color:#000;
    font-size: 16px;
    text-decoration: none;
    padding:10px;
    display: block;
}
.link{
    width:100%;
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}
.link a{
    border: 0;
    padding: 0 2% 2% 2%;
    width: 50%;
    float: left;
}
.link img{
    width: 100%;
    border: 5px solid #fff000;
}
.link
.pc { display: block !important; }
.sp { display: none !important; }
.container {
    border: 0;
    box-sizing: border-box;
    width: 100%;
    align-items: center;
    margin: 0 auto 30px auto;
    z-index: 9998;
    position: absolute;
    left:50%;
    transform: translate(-50%);
}
.container .content{
    padding:2%;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.container h2{
    color:#47A183;
    text-align: center;
    margin: 0;
    font-size: 38px;
    font-weight: normal;
}
.container header p{
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.container .talent-l {
    width:100%;
    display: block;
    overflow: hidden;
    margin: 30px 0;
}
.container .talent-l img{
    width:40%;
    float: left;
    margin-right: 20px;
}
.container .talent-l em{
    max-width: 80%;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 5px auto;
    background-color: #DDDDDD;
    font-style: normal;
}
.container .talent-l h3{
    color:#47A183;
    text-align: left;
    margin: 0;
    font-size: 56px;
    font-weight: normal;
    margin-left: 40%;
}
.container .talent-l h3 span{
    color:#000;
    margin: 0 0 0 20px;
    font-size: 16px;
    font-weight: normal;
}
.container .talent-l h4{
    color:#000;
    font-size: 24px;
    font-weight: normal;
    margin-left: 40%;
}
.container .talent-l p{
    color:#000;
    font-size: 14px;
    font-weight: normal;
    margin-left: 40%;
}
.container ul.sns{
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-left: 40%;
}
.container ul.sns li{
    float: left;
    margin:10px;
    width:50px;
    height: 50px;
}
.container ul.sns li a{
    text-decoration: none;
}
.container ul.sns img{
    width:50px;
    height: 50px;
    margin:0;
}

@media only screen and (min-width: 751px) {
.pc { display: block !important; }
.sp { display: none !important; }
}

@media only screen and (max-width: 750px) {
h1 img {
max-width: 200px;
}
.container .talent-l h3,
.container .talent-l h4,
.container .talent-l p,
.container ul.sns{
    margin-left:0 !important;
}
.talent-l h3 span{
    width: 100%;
    display: block;
    margin: 0 !important;
    font-size: 14px !important;
}
.talent-l h4{
    font-size: 16px !important;
}
#works .parts {
position: relative !important;
float: left !important;
width: 46% !important;
margin: 2% !important;
padding-top: 0 !important;
}
#works .parts img {
position: relative !important;
width: 100% !important;
}
#works .parts .inner {
position: relative !important;
width: 100% !important;
max-width: 100% !important;
padding: 0 !important;
}
#works .parts .inner p {
    padding: 0px !important;
}
.box {
    width: 100%;
}
.pc { display: none !important; }
.sp { display: block !important; }
}

@media only screen and (max-width: 640px) {
h1 {
    margin: 5px 0 0 0 !important;
    text-align: center;
}
h1 img {
max-width: 150px !important;
}
#navigation{
    position: relative !important;
}
.headline ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.headline ul li a {
font-size: 14px !important;
padding: 8px !important;
}
.container .talent-l > img{
width:100% !important;
max-width: 80%;
float: none;
display: block;
margin: 0 auto;
}
#works .parts {
width: 98% !important;
margin: 1% 1% 3% 1% !important;
}
}
.link img{
    border: 2px solid #fff000 !important;
}


#works .parts{
    position: relative;	
    overflow: hidden;
    margin: 40px;
    padding-top: 35%;
}
#works .parts img{
    position: absolute;
    top:0;
    bottom:0;
    right: 0;
    width:50%;
    height: auto;
}
#works .parts .inner{
    position: absolute;
    top:10%;
    bottom:10%;
    width:650px;
    max-width:84%;
    padding:20px;
}
#works .parts .inner p{
    background-color: rgba(255,255,255,0.7);
    padding:20px;
    position: inherit;
    line-height: 180%;
}


#works .parts .inner h3{
    color:#47A183;
    text-align: left;
    margin: 0;
    font-size: 28px;
    font-weight: normal;
}
#works .parts .inner span{
    margin: 0 0 0 10px;
    font-size:12px;
    color: #000;
}

#company dl{
    width: 90%;
    margin: 0 auto 10px;
    overflow: hidden;
    line-height: 150%;
    height: 100%;
    border-bottom: #47A183 1px solid;
}
#company dt{
    float: left;
    width: 30%;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}
#company dd{
    padding: 10px 0;
    width:70%;
    float: right;
    margin: 0;
}

#contact{

}
#contact form{
    width:100%;
}
#contact input{
    width:100%;
    height:40px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    padding:10px;
    border: 0;
    color: #333;
    background-color: #eee;
}
#contact textarea{
    width:100%;
    margin: 0 0 10px 0;
    border-radius: 5px;
    padding:10px;
    border: 0;
    color: #333;
    background-color: #eee;
    
}
#contact .form{
width: 100%;
max-width: 600px;
margin: 20px auto;
border: 1px solid #000;
border-radius: 10px;
padding: 20px;
}
#contact .form ul{
    padding: 0;
    margin:0;
}
#contact .form ul li{
    list-style-type: none;
}
#contact .form ul li input{
    background-color:#FFA200;
    height: 60px;
    font-size: 18px;
    margin: 0;
}
footer{
    width:100%;
    text-align: center;
    background-color: #bbeada;
    padding:35px 0;
}
.instagram{
    width: 100%;
    margin: 30px 0 60px 0;
    text-align: center;
}
.instagram > img{
    max-width:200px;
    margin-bottom: 10px;
}


.swiper--wrapper {
/* wrapperのサイズを調整 */
width: 100%;
max-width: 1000px;
height: 300px;
}
.swiper-slide img{
width: 100%;
max-width: 1000px;
}

.swiper-slide {
/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
color: #ffffff;
width: 100%;
height: 100%;
text-align: center;
}

.mySwiper2 {
height: 400px;
width: 100%;
}

.mySwiper {
height: 100px;
box-sizing: border-box;
padding: 10px 0;
}

.mySwiper .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.4;
line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
opacity: 1;
}
.swiper-pagination-bullet{
background: #FFF !important;
}
:root {
--swiper-theme-color: #bbeada !important;
}
.ogu{
width: 100%;
max-width: 1000px;
display: block;
margin: 50px auto 0 auto;
}
.ogu img{
width: 100%;
}