@charset "utf-8";

body {
    font-family: "游ゴシック","ヒラギノ角ゴ ProN","メイリオ","ＭＳ Ｐゴシック", sans-serif;
    width: 1900px;
}

*{
    margin: 0;
    padding: 0;
    /* outline: 1px solid #f00; */
}
html{
    scroll-behavior: smooth;
}
#wrapper {
    overflow: hidden;
}
header {
    position: relative;
}
/* フェードイン */
.fadein {
	opacity : 0;
	transform: translateY(90px);
	transition: all 1s;
}

.top {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 5;
    width: 100%;
    /* outline: 1px solid #c08c0e; */
    padding-top: 90px;
}
.back_navy {
    position: absolute;
    width: 80vw;
    height: 110vh;
    background-color: #000130;
    z-index: -5;
}
.top_img {
    /* outline: 1px solid #f00; */
    padding: 0;
    width: 83vw;
}
.top_img img{
    vertical-align: bottom;
}
.menu {
    width: 17vw;
    /* outline: 1px solid #f00; */
}
header h1 {
    position: absolute;
    z-index: 50;
    left: 2.8%;
    top: 3%;
}
.top_img p {
    position: absolute;
    z-index: 70;
    top: 700px;
    right: 7%;
    color: #fff;
    /* border: 1px solid brown; */
    line-height: 45px;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: right;
}
.staffkoe {
    font-size: 98px;
}
.no {
    font-size: 75px;
}
.mp {
    font-size: 35px;
}
.nav {
    margin: 0;
}
.nav_ul {
    font-size: 22px;
    padding: 0;
}
.nav_ul li a {
    padding: 14px;
    padding-left: 80px;
    display: block;
    width: 100%;
    height: 100%;
}
.nav_ul li {
    overflow: hidden;
}
.pipopipo  {
    padding-bottom: 5px;
}
.entry {
    background-color: #c08c0e;
    font-size: 20px;
    font-weight: bold;
}
.insta {
    font-size: 20px;
}
.entry img {
    margin-left: 13px;
    vertical-align: top;
    width: 25px;
}
.insta img {
    margin-left: 13px;
    vertical-align: top;
    width: 25px;
}
.nav_ul .entry a {
    padding-top: 22px;
    padding-bottom: 22px;
}
.nav_ul .insta a {
    padding-top: 30px;
    padding-bottom:30x;
}


/* メニューほヴァー */
.nav_ul li a {
	transition: all .3s ease 0s;
}
.nav_ul li a:hover {
	cursor: pointer;
    transform: scale(1.1);
    font-weight: bold;
}
/* エントリーほヴァー */
.entry a:hover {
    background-color: #c29b3e;
}

/* メニューリストを白等 */
.nav_ul li a {
    color: #ffffff;
    text-decoration: none;
}
li {
    list-style: none;
    display: block;
}


.intav {
    margin-top: 380px;
}
.intav h2 {
    font-size: 38px;
    margin-left: 13%;
    background-image: url(../images/interview.png);
    background-repeat: no-repeat;
    /* border: solid 1px #c08c0e; */
    padding-top: 33px;
    background-position: 5% 0;
}
.tya {
    position: absolute;
    width: 40vw;
    height: 3280px;
    background-color: #442516;
    z-index: -10;
    right: 0;
    margin-top: 75px;
}



/* 共通 */
.intav_p p {
    font-size: 19px;
    /* font-weight: bold; */
    color: white;
    margin-top: 13px;
}
.intav234 {
    margin-top: 60px;
}

/* ガタイいい男 */
.gatai {
    position: relative;
    top: 110px;
    margin: 0 auto;
    background-image: url(../images/gatai.jpg);
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: scroll;
    /* background-attachment: fixed; */
    width: 1402px;
    height: 655px;
}
.gatai_p {
    margin-top: 60px;
    margin-left: 49%;
    margin-bottom: 60px;
}
.gatai h3 {
    font-size: 25px;
    color: white;
}

/* 黄色い女 */
.yellow {
    position: relative;
    margin: 0 auto;
    top: 210px;
    background-image: url(../images/yellow_girl.jpg);
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: scroll;
    /* background-attachment: fixed; */
    width: 1402px;
    height: 655px;
}
.yellow_p {
    margin-top: 60px;
    margin-left: 75px;
    margin-bottom: 60px;
}
.yellow h3 {
    font-size: 25px;
    color: white;
}

/* 女 */
.onna {
    position: relative;
    margin: 0 auto;
    top: 305px;
    background-image: url(../images/onna.jpg);
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: scroll;
    /* background-attachment: fixed; */
    width: 1402px;
    height: 655px;
}
.onna_p {
    margin-top: 60px;
    margin-left: 49%;
    margin-bottom: 60px;
}
.onna h3 {
    font-size: 25px;
    color: white;
}

/* 丸顔 */
.marugao {
    position: relative;
    margin: 0 auto;
    top: 410px;
    background-image: url(../images/marugao.jpg);
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: scroll;
    /* background-attachment: fixed; */
    width: 1402px;
    height: 655px;
}
.marugao_p {
    margin-top: 60px;
    margin-left: 65px;
    margin-bottom: 60px;
}
.marugao h3 {
    font-size: 25px;
    color: white;
}


/* 福田 離職 */
.risyoku {
    background-color: #000130;
    margin-top: 547px;
    padding-top: 77px;
    padding-bottom: 77px;
}
.risyokuu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1400px;
    margin: 0 auto;
}
.risyoku_p {
    color: #fff;
    letter-spacing: 1px;
    background-image: url(../images/permille3.png);
    background-repeat: no-repeat;
    background-position: 56% 99%;
}
.risyoku_botan {
    text-align: right;
}
.risyoku_botan a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 9px 93px 9px 18px;
    font-weight: bold;
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(240, 240, 240, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(240, 240, 240, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 0.5) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.risyoku_botan a:hover {
    background-position: -100% 100%;
    color: #000;
    font-weight: bold;
    border: solid 2px rgba(240,240,240,1);
}
.mazu {
    margin-bottom: 68px;
}
.risyoku_p p{
    font-size: 18px;
    line-height: 38px;
}
.risyoku_p h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.risyoku_p .daihyou {
    font-size: 25px;
}
.daihyou {
    text-align: right;
    margin-bottom: 30px;
    font-weight: bold;
}
.daihyou span {
    font-size: 21px;
}


/* エントリーボタン */
.entry_bbtan {
    margin-top: 95px;
    text-align: center;
    margin-bottom: 70px;
}
.entry_bbtan a {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    background-color: #000130;
    /* border: 1px solid #c08c0e; */
    padding: 22px 90px 22px 90px;
    letter-spacing: 1px;
    font-weight: bold;
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(250, 250, 250, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(250, 250, 250, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 0.5) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.entry_bbtan a:hover {
    background-position: -100% 100%;
    color: #000130;
    border: solid 3px #000130;
    padding: 19px 87px 19px 87px;
}

/* 犬 */
.ft_dog {
    position: relative;
    bottom: -10px;
    left: 14%;
    animation: dogg 11s infinite;
}
.ft_dog img {
    width: 155px;
    height: auto;
}
@keyframes dogg {
    0% {
        left: -200px;
    }
    100% {
        left:100%;
    }
}
/* フッター */
footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #351c10;
}
.efooter_nav {
    display: flex;
}
.efooter_nav li a{
    text-decoration: none;
    font-size: 16px;
    color: white;
    /* border-bottom: solid 1px black; */
}
.efooter_nav li a:hover{
    font-weight: bold;
}
.eft_left {
    display: flex;
    margin-left: 7%;
    /* height: 50px; */
    margin-top: 13px;
    margin-bottom: 8px;
    /* background-color: #442516; */
}
.eft_left p small {
    color: #fff;
}
.eft_sns {
    display: flex;
    margin-left: 10px;
}
.eft_face {
    margin-left: 3px;
}
footer nav {
    margin-right: 8%;
    margin-top: 13px;
    margin-bottom: 8px;
    /* background-color: #000130; */
}
.eft_menu4 {
    margin-right: 45px;
}
.eft_insta a:hover{
    opacity: 0.7;
}
.eft_face a:hover {
    opacity: 0.7;
}