@charset "UTF-8";

/* font
---------------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    text-align: left;
    color: #444444;
    line-height: 2.6;
    background: #fff;
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.6rem;
}

/* common
---------------------------------------------------------- */
a {
    color: #9cd1c3;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    transition: .5s;
}
a.line:link,
a.line:visited {
    text-decoration: underline;
}
a.line:hover {
    text-decoration: none;
}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
}
button {
    cursor: pointer;
}
strong span {
    font-weight: bold;
}
p {
    margin-bottom: 25px;
}

.sp_none {
    display: block;
}
.pc_none {
    display: none;
}

/*--------------------
form
--------------------*/
/* 共通 */
input[type="submit"],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input,
select,
textarea {
    font-family: YuGothic, Osaka, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.2rem;
}
input[type="file"] {
    font-size: .875rem;
}

/* layout
---------------------------------------------------------- */
#wrapper {
    display: flex;
    justify-content: space-between;
}
#header {
    width: 14%;
    /*position: fixed;*/
    box-shadow: 0px 0px 2px 2px rgba(130,130,130,0.1);
    height: 100%;
}
#contents {
    width: 86%;
    margin-left: 14%;
}

/* header
---------------------------------------------------------- */
#header {
    padding: 40px 0 40px 40px;
    position: fixed;
    z-index: 10000;
}
#header p {
    margin-bottom: 0;
}
.header_logo {
    margin-bottom: 90px;
    margin-right: 40px;
    text-align: center;
}
.header_logo img {
    margin-bottom: 15px;
}
.header_logo a {
    color: #444;
    font-size: 1rem;
}

/*header_nav*/
.header_nav li {
    cursor: pointer;
    width: 100%;
    margin-bottom: 30px;
    z-index: 98;
}
.header_nav li a {
    display: block;
    box-sizing: border-box;
    color: #444444;
    font-size: 1.6rem;
    position: relative;
}
.header_nav li a:hover {
    opacity: 0.8;
}

.header_nav > ul > li:nth-child(2):hover {
    background: url(../img/ic_arrow01.svg) 95% center no-repeat;
    background-size: 15%;
}

.dropmenu li ul {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: rgba(0,0,0,0.9);
    height: 100%;
    padding: 160px 80px 0;
    padding-right: 80px;
    width: 325px;
    height: 200%;
    z-index: 10000;
}
.dropmenu li ul li{
    width: 100%;
}
.dropmenu li h2 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 55px;
    font-weight: bold;
}
#fade-in li ul {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
}
#fade-in li:hover ul {
    visibility: visible;
    opacity: 1;
}
#fade-in li ul li {
    margin-bottom: 25px;
}
#fade-in li ul li a {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}
#fade-in li:hover ul li a{
    visibility: visible;
    opacity: 1;
}
#fade-in li ul li a:hover {
    opacity: 0.8;
}

.main_image {

}
.main_image ul li:nth-child(1) {
background: url(../img/main_image.png) center center no-repeat;
background-size: cover;
width: 100%;
height: 970px;
}
.main_image ul li:nth-child(2) {
background: url(../img/main_image2.png) center center no-repeat;
background-size: cover;
width: 100%;
height: 970px;
}
.main_image ul li:nth-child(3) {
background: url(../img/main_image3.png) center center no-repeat;
background-size: cover;
width: 100%;
height: 970px;
}
.main_tit {
position: absolute;
left: 20%;
top: 330px;
z-index: 1000;
}
.main_tit h2 {
font-size: 6.2rem;
color: #fff;
display: inline-block;
background-color: rgba(0,0,0,0.5);
padding: 0 15px;
}
.main_tit h2:first-child {
margin-bottom: 30px;
}
.main_tit h2 span {
color: #ffe100
}
/* main
---------------------------------------------------------- */
/*--------------------
Top
--------------------*/
.tit1 {
    font-size: 4.3rem;
    padding-top: 115px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.tit2 {
    font-size: 2.1rem;
    margin-bottom: 40px;
    text-align: center;
    color: #b4b4b5;
    line-height: 1.2;
}

.video_wrapper video{
    width: 70%;
    margin: 0 15%;
    
}
.top #sec1 {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}


.top #sec1 .sec1_box1 {
    width: 33.333%;
}
.top #sec1 .sec1_box1 a {
    color: #444;
    font-size: 20px;
    display: inline-block;
}
.top #sec1 .sec1_box1 a:hover img {
    opacity: 0.7;
}
.top #sec1 .sec1_box1 .sec1_ico1 {
    background: url(../img/ic_about01.svg) 40px center no-repeat;
    background-size: 6%;
    display: block;
    padding: 20px 0 20px 95px;
}
.top #sec1 .sec1_box1 .sec1_ico2 {
    background: url(../img/ic_about02.svg) 40px center no-repeat;
    background-size: 6%;
    display: block;
    padding: 20px 0 20px 95px;
}
.top #sec1 .sec1_box1 .sec1_ico3 {
    background: url(../img/ic_about03.svg) 40px center no-repeat;
    background-size: 6%;
    display: block;
    padding: 20px 0 20px 95px;
}
.top #sec1 .sec1_box1 .sec1_ico4 {
    background: url(../img/ic_about04.svg) 40px center no-repeat;
    background-size: 6%;
    display: block;
    padding: 20px 0 20px 95px;
}
.top #sec1 .sec1_box1 .sec1_ico5 {
    background: url(../img/ic_about05.svg) 40px center no-repeat;
    background-size: 6%;
    display: block;
    padding: 20px 0 20px 95px;
}
.top #sec1 .sec1_box1 .sec1_ico6 {
    background: url(../img/ic_about06.svg) 40px center no-repeat;
    background-size: 6%;
    display: block;
    padding: 20px 0 20px 95px;
}
.top #sec1 .sec1_box1 a:hover .sec1_ico1 {
    background: url(../img/ic_about_hover01.svg) 40px center no-repeat #ffe100;
    background-size: 6%;
    transition: .5s;
    color: #fff;
}
.top #sec1 .sec1_box1  a:hover  .sec1_ico2 {
    background: url(../img/ic_about_hover02.svg) 40px center no-repeat #ffe100;
    background-size: 6%;
    transition: .5s;
    color: #fff;
}
.top #sec1 .sec1_box1 a:hover .sec1_ico3 {
    background: url(../img/ic_about_hover03.svg) 40px center no-repeat #ffe100;
    background-size: 6%;
    transition: .5s;
    color: #fff;
}
.top #sec1 .sec1_box1 a:hover .sec1_ico4 {
    background: url(../img/ic_about_hover04.svg) 40px center no-repeat #ffe100;
    background-size: 6%;
    transition: .5s;
    color: #fff;
}
.top #sec1 .sec1_box1 a:hover .sec1_ico5 {
    background: url(../img/ic_about_hover05.svg) 40px center no-repeat #ffe100;
    background-size: 6%;
    transition: .5s;
    color: #fff;
}
.top #sec1 .sec1_box1 a:hover .sec1_ico6 {
    background: url(../img/ic_about_hover06.svg) 40px center no-repeat #ffe100;
    background-size: 6%;
    transition: .5s;
    color: #fff;
}

.tit3 {
    font-size: 4.3rem;
    /*padding-left: 60px;*/
    margin-bottom: 10px;
    font-weight: bold;
   /* background: url(../img/ic_news.svg) 60rem center no-repeat;*/
    background-size: 2.8%;
    color: #fff;
    line-height: 1.2;
}
.tit4 {
    font-size: 2.1rem;
    margin-bottom: 40px;
    color: #b4b4b5;
    line-height: 1.2;
}
.tit_recruit {
    background: url(../img/ic_recruit.svg) left center no-repeat;
    background-size: 3.2%;
    padding-left: 5.5rem;
}

.top #sec2 .sec2_box3 {
    background: url(../img/bg_repeat_black.png) left top;
    padding: 115px 0 130px 145px;
}
.top #sec2 .sec2_box1 {
    width: 940px;
    color: #fff;
}
.top #sec2 .sec2_box1 p {
    margin-bottom: 40px;
}
.btn1 a {
    background: url(../img/ic_arrow01.svg) 90% center no-repeat #ffe100;
    background-size: 10%;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 65px;
    color: #444;
    display: block;
    font-weight: bold;
}


.top #sec2 .sec2_box2 {
    width: 475px;
     float: right;
    margin-bottom: -170px;
    z-index: 1;
    display: flex;
    justify-content: right;
}
.btn1 a:hover {
    color: #fff;
    background: url(../img/ic_arrow03.svg) 90% center no-repeat #ffe100;
    background-size: 10%;
}

.top #sec3 {
    display: flex;
    flex-wrap: wrap;
    border-left: solid 1px #eeeeef;
    border-bottom: solid 1px #eeeeef;
}
.top #sec3 .sec3_box1 {
    width: 33.333%;
    border-top: solid 1px #eeeeef;
    border-right: solid 1px #eeeeef;
    text-align: right;
    flex-wrap: wrap;
}
.top #sec3 .sec3_box1 a {
    display: block;
    color: #444;
    font-size: 2rem;

}
.top #sec3 .sec3_box1 a:hover {
    opacity: 0.7;
}
.top #sec3 .sec3_box1 a > img {
    width: 4%;
    margin: 3% 3% 0 0;
    vertical-align: top;
}
.top #sec3 .sec3_box1 div {
    text-align: center;
}
.top #sec3 .sec3_box1 div img {
    width: 154px;
    padding: 70px 0;
}
.top #sec3 .sec3_box1 div.sec3_box2 img {
    width: 200px;
    padding: 95px 0;
}
.top #sec3 .sec3_box1 div.sec3_box3 img {
    width: 368px;
    padding: 108px 0;
}
.top #sec3 .sec3_box1 div.sec3_box4 img {
    width: 141px;
    padding: 74px 0;
}
.top #sec3 .sec3_box1 div.sec3_box5 img {
    width: 241px;
    padding: 95px 0;
}
.top #sec3 .sec3_box1 div.sec3_box6 img {
    width: 119px;
    padding: 55px 0;
}
.top #sec4 {
    padding: 115px 0 140px 0;
    text-align: center;
    background: url(../img/nz_bg1.png) center center no-repeat;
    background-size: cover
}
.tit5 {
    background: none;
    padding: 0;
}
.top #sec4 ul {
    width: 1070px;
    margin: 0 auto;
}
.top #sec4 ul li {
    border: solid 1px #fff;
    margin-bottom: 3px;
}
.top #sec4 ul li a {
    display: block;
    text-align: left;
    padding: 35px;
    color: #fff;
    background: url(../img/ic_arrow03.svg) 95% center no-repeat #000;
    background-size: 5%;
}
.top #sec4 ul li a:hover {
    background-color: rgba(0,0,0,0.6);
}

#inq {
    background: url(../img/bg_repeat_yellow.png);
    padding-bottom: 115px;
}
.inq_box1 {
    display: flex;
    justify-content: space-around;
    width: 850px;
    margin: 0 auto;
}
.inq_box1 a:first-child {
    display: block;
    color: #444;
    font-size: 4.2rem;
    width: 395px;
    background: url(../img/tel1.svg) 10% 20px no-repeat;
    background-size: 8%;
    padding-left: 10%;
    padding-top: 10px;
    border-right: solid 1px #444;
    line-height: 1.4;
    margin-right: 0;
    font-weight: bold;
}
.inq_box1 a:last-child {
    background: url(../img/ic_mail.svg) 20% center no-repeat #ffe100;
    display: block;
    background-size: 10%;
    padding: 12px 55px 10px 14%;
    font-size: 2rem;
    color: #444;
}
.inq_box1 a:last-child:hover {
    background: url(../img/mail2.svg) 20% center no-repeat #ffe100;
    background-size: 10%;
    color: #fff;
}

#pagetop_bottom a {
    display: block;
    color: #ffe100;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 45px 0 45px 0;
    background: url(../img/ic_arrow02.svg) 46% no-repeat #303030;
    background-size: 1.5%;
}

/* 下層共通
---------------------------------------------------------- */
.sub_main {
    height: 361px;
    background-size: cover;
}
.sub_main div {
    padding: 140px 0 0 300px;
    color: #fff;
}
.sub_main h2 {
    font-size: 3.8rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 10px;
}
.sub_main h3 {
    font-size: 2rem;
    letter-spacing: 2px;
}
.tit6 {
    margin-top: 105px;
    font-size: 3.8rem;
    line-height: 1.6;
    font-weight: bold;
}
.tit7 {
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 3.8rem;
    line-height: 1.6;
    font-weight: bold;
}
.tit8 {
    text-align: center;
    background: #303030;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 15px 0;
    color: #fff;
}
.tit9 {
    font-size: 3.8rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 30px;
}
.sub_contents {
    width: 1070px;
    margin: 0 auto;
    line-height: 3.2;
}
.sub_contents2 {
    line-height: 3.2;
}
table {
    width: 100%;
    margin: 0;
}
table a {
    color: #444;
}
table th,
table td {
    border-bottom: 1px solid #dbdcdc;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 35px 0;
    vertical-align: middle;
    line-height: 2.2;
}
table th {
    padding-left: 4rem;
}
table tr:last-child th,
table tr:last-child td {
    border: none;
    padding-bottom: 0;
}

/* トップメッセージ
---------------------------------------------------------- */
.top_message .sub_main {
    background: url(../img/sub_top_message.png) right bottom no-repeat;
}
.top_message #sec1 {
    overflow: hidden;
}
.top_message #sec1 > p,
.top_message #sec2 > p {
    margin-top: 40px;
    margin-bottom: 30px
}
.top_message #sec1 div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 265px;
    float: right;
    line-height: 2;
    text-align: right;
}
.top_message #sec2 {
    line-height: 3.2;
    padding-bottom: 55px;
}

.top_message #sec1 {
    width: 1070px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.top_message #sec2{
    background: url(../img/top_message_bg1.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}

.top_message #sec2 div {
    width: 1070px;
    margin: 0 auto;
    padding: 50px 0 60px;
}


/* プライバシー
---------------------------------------------------------- */
.privacy #sec1 {
    padding-top: 95px;
}
.privacy .sub_main {
    background: url(../img/sub_privacy.png) left bottom no-repeat;
}
.privacy ul li {
    list-style: disc;
    margin-left: 2rem;
}
.privacy a {
    color: #444;
}
.privacy a:hover {
    text-decoration: underline;
}

/* 会社概要
---------------------------------------------------------- */
.outline #sec1 {
    padding-top: 95px;
}
.outline .sub_main {
    background: url(../img/sub_outline.png) center bottom no-repeat;
}
.outline #access {
    padding-bottom: 95px;
}
.outline #access iframe {
    margin-top: 40px;
}

/* 採用情報
---------------------------------------------------------- */
.recruit #sec1 {
    padding-top: 30px;
    line-height: 2.6;
}
.recruit .sub_main {
    background: url(../img/sub_recruit.png) center top no-repeat;
}
.recruit #sec1 p {
    margin: 50px 0 0 0;
}
.recruit_box1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 50px 0;
    border-bottom: solid 1px #dbdcdc;
    margin-bottom: 40px;
}
.recruit_box1:first-of-type img {
    width: 200px;
}
.recruit_box1:last-of-type img {
    width: 210px;
}
.recruit_box1:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}
.recruit_box1 img:first-child,
.recruit_box1 div:first-child {
    margin-right: 20px;
}
.recruit #sec1 .recruit_box1 p {
    margin: 15px 0 0 0;
}
.recruit #sec1 p.recruit_comment1 {
    margin: 10px 0 0 0;
}
.recruit_box2 {
    width: 1070px;
    margin: 0 auto;
}
.recruit_box3 {
    padding-bottom: 120px;
}
.recruit_box4 {
    padding: 100px 0 120px;
}
.recruit_box4:nth-child(2) {
    background: url(../img/recruit_bg1.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.recruit_box4:nth-child(4) {
    background: url(../img/recruit_bg2.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.recruit table {
    padding-top: 15px;
}
.recruit table th,
.recruit table td {
    vertical-align: top;
}
.recruit table th {
    width: 20%;
    padding-left: 0;
}

/* 事業内容
---------------------------------------------------------- */
.business .sub_main {
    background: url(../img/sub_business.png) center top no-repeat;
}
.business #sec2.sub_contents2 {
    background: url(../img/business_bg1.png) right bottom no-repeat;
    background-size: cover;
    color: #fff;
}
.business #sec1,
.business #sec3 {
    width: 1070px;
    margin: 0 auto;
}
.business #sec1 {
    margin-bottom: 90px;
}
.business #sec2 {
    background: #f7f7f7;
}
.business #sec1 p,
.business #sec2 p,
.business #sec3 p {
    margin-top: 60px;
}
.business #sec3 div {
    margin-right: 60px;
}
.business #sec2,
.business #sec3 {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.business #sec3 {
    padding-bottom: 100px;
}
.business #sec2 .business_box2 {
    width: 560px;
}
.business div.business_box1 {
    width: 1070px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.business #sec2 .business_box1 img {
    width: 450px;
}
.business #sec3 div.business_box2 {
    width: 750px;
}
.business #sec3 img {
    margin-top: 135px;
    width:300px;
}

/* グループ会社
---------------------------------------------------------- */
.group_company .sub_main {
    background: url(../img/sub_group_company.png) center top no-repeat;
}
.group_company #sec1 {
    width: 1070px;
    margin: 0 auto;
}
.group_company .group_box1 {
    display: flex;
     justify-content: space-between;
    align-items: center;
    margin: 50px 0 0 0;
    padding: 0 0 70px 0;
    border-bottom: solid 1px #dbdcdc;
}
.group_company .group_box1 a:hover {
    opacity: 0.7;
}
.group_company .group_box1:last-child {
    border: none;
}
.group_company .group_box1 div {
    width: 700px;
}
.group_company table th,
.group_company table td {
    border-bottom: none;
    vertical-align: top;
    padding: 0 0 35px 0;
}
.group_company table th {
    width: 20%;
}
.group_company .group_box1 div a {
    color: #444;
}
.group_company .group_box1 div > a {
    display: block;
    background: url(../img/ic_link.svg) 24%center no-repeat #ffe100;
    background-size: 4%;
    text-align: center;
    width: 70%;
    padding: 8px 5px 5px 60px;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 35px;
}
.group_company .group_box1 div > a:hover {
    color: #fff;
    background: url(../img/ic_link_hover.svg) 24%center no-repeat #ffe100;
    background-size: 4%;
}
.group_ico1 {
    width: 154px;
}
.group_ico2 {
    width: 200px;
}
.group_ico3 {
    width: 368px;
}
.group_ico4 {
    width: 119px;
}
.group_ico5 {
    width: 141px;
}
.group_ico6 {
    width: 241px;
}

/* お問い合わせ
---------------------------------------------------------- */
.contact .sub_main {
    background: url(../img/sub_contact.png) center top no-repeat;
}
.contact .sub_contents {
    padding-bottom: 95px;
}
.contact_comment {
    text-align: center;
    font-size: 16px;
    background: #f5f5f5;
    padding: 20px;
    margin: 130px 0 80px;
}
.nini {
    background: #eee;
    color: #333;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    padding: 3px;
}

/* footer
---------------------------------------------------------- */

footer {
    padding: 45px 0 0 0;
    width: 1170px;
    margin: 0 auto;
}
footer a {
    color: #444;
    line-height: 1;
}
footer a:hover {
    opacity: 0.7;
}
.footer_nav1 nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0 45px 45px 45px;
    border-bottom: solid 1px #3e3a39;
}
.footer_nav2 ul li {
    margin-right: 20px;
}
.footer_nav2 {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.footer_nav2 ul{
    display: flex;
}
/*pagetop*/
#pagetop {
    position: fixed;
    right: 1rem;
    bottom: -13rem;
    transition: .5s;
}
#pagetop:hover {
    right: 2rem;
    bottom: 0rem;
    display: inline-block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}