/*
Theme Name: FOREST
Author: ***
*/

@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    color: #444444;
    background: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

@media only screen and (max-width: 768px) {
    html, body {
        font-size: 14px;
        line-height: 24px;
    }
}

h1, h2, h3 {
    letter-spacing: 3px;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
}

a.opacity:hover {
    opacity: 0.7;
}

img {
    vertical-align: bottom;
}

strong {
    font-weight: bold !important;
}

.wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

i {
    margin: 0 0px 0 0;
}

.sp {
    display: none;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 56% 0 0 0;
}

.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sp {
    display: none;
}

.pd {
    display: block;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 56% 0 0 0;
}

.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*----header-----*/

.header-wrap {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px #f3f5f4 solid;
    min-width: 1040px;
    position: relative;
}

.header-wrap .header-top {
    padding: 5px 20px;
    background: #a0cd28;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.header-wrap .header-top .logo {
    display: table-cell;
    vertical-align: middle;
}

.header-wrap .header-top .toggle {
    display: none;
}

.header-wrap .header-bottom {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    display: table;
}

.header-wrap .header-bottom .gnav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-wrap .header-bottom .gnav ul li {
    text-align: center;
    flex: content;
}

.header-wrap .header-bottom .gnav ul li .menu-item {
    display: block;
    padding: 20px 0;
    color: #a0cd28;
    text-decoration: none;
}

.header-wrap .header-bottom .gnav ul li .menu-item:before {
    content: " ";
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    top: 4px;
    left: -5px;
}

.header-wrap .header-bottom .gnav ul li.home .menu-item:before {
    background: url(./img/gnav-home.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.business .menu-item:before {
    background: url(./img/gnav-business.png) left center no-repeat;
    background-size: 20px 14px;
}

.header-wrap .header-bottom .gnav ul li.denchi .menu-item:before {
    background: url(./img/gnav-denchi.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.project .menu-item:before {
    background: url(./img/gnav-project.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.press .menu-item:before {
    background: url(./img/gnav-press.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.company .menu-item:before {
    background: url(./img/gnav-company.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.recruit .menu-item:before {
    background: url(./img/gnav-recruit.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li a:hover {
    background: #a0cd28;
    color: #fff;
}

.header-wrap .header-bottom .gnav ul li.home a:hover:before {
    background: url(./img/gnav-home2.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.business a.menu-item:hover:before {
    filter: brightness(0) invert(1);
}

.header-wrap .header-bottom .gnav ul li.denchi a.menu-item:hover:before {
    background: url(./img/gnav-denchi2.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.press a.menu-item:hover:before {
    background: url(./img/gnav-press2.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.project a.menu-item:hover:before {
    background: url(./img/gnav-project2.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.company a.menu-item:hover:before {
    background: url(./img/gnav-company2.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-wrap .header-bottom .gnav ul li.recruit a.menu-item:hover:before {
    background: url(./img/gnav-recruit2.png) left center no-repeat;
    background-size: 20px 20px;
}


.header-wrap .header-bottom .gnav li:last-child {
    margin: 0;
}

.header-wrap .header-bottom .sub-nav {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    right: 20px;
}

.header-wrap .header-bottom .sub-nav li {
    float: left;
    margin: 0 20px 0 0;
}

.header-wrap .header-bottom .sub-nav li a {
    color: #fff;
}

.header-wrap .header-bottom .sub-nav i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
}

.header-wrap .header-bottom .sub-nav li:last-child {
    margin: 0;
}


/*----common contents-----*/

.section-wrap {
    width: 100%;
    position: relative;
    clear: both;
    background: #fff;
    min-width: 1040px;

}

.section-container {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    min-height: inherit;
}

@media only screen and (max-width: 1040px) {
    .section-wrap {
    }

    .section-container {

    }
}

.section-title {
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
    background: #9FCC27;
    font-family: 'Abel', sans-serif;
}

.section-title span {
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    vertical-align: top;
    display: block;
    margin: 5px 0 0;
}

.section-container .row {
    clear: both;
    overflow: hidden;
}

.section-container .section-sub-title {
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

.section-container .section-sub-title:after {
    content: '';
    width: 60px;
    height: 1px;
    display: block;
    margin: 0 auto;
    transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    background-color: #60D840;
}

.breadcrumbs {
    margin: 0;
    box-sizing: border-box;
    font-size: 12px;
    padding: 8px 10px;
    background: #f9f9f9;
    position: absolute;
    top: 195px;
    width: 100%;
    left: 0;
    line-height: 12px;
}

.breadcrumbs span:not(:first-child) {
    margin: 0 5px;
}

.col-2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.col-3 {
    float: left;
    width: 32%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
    position: relative;
}

.col-3:last-child {
    margin: 0;
}

.col-4 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

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

.footer-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
    background: #EDF1ED;
    min-width: 1040px;
}

.footer-wrap .footer-container {
    max-width: 1040px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.footer-wrap .footer-container ul {
    float: left;
    left: 50%;
    position: relative;
}

.footer-wrap .footer-container li {
    position: relative;
    float: left;
    color: #fff;
    left: -50%;
    text-align: left;
    font-size: 12px;
    padding: 0 40px;
}

.footer-wrap .footer-container li a {
    color: #444;
}

.footer-wrap .footer-container .logo {
    clear: both;
    margin: 20px 0;
}

.footer-wrap .footer-container .copy {
    color: #999;
    font-size: 10px;
}

/*-----main-visual-----*/

.main-visual-wrap {
    padding: 100px 0;
    text-align: center;
    color: #a0cd28;
    background: url(img/main_image.gif) center bottom no-repeat;
    background-size: cover;
    min-width: 1040px;
}

.main-visual-wrap h1 {
    font-size: 60px;
    margin: 0 0 50px;
    font-family: 'Abel', sans-serif;
    font-weight: bold;
}

.main-visual-wrap h2 {
    font-size: 24px;
    margin: 0 0 30px;
    line-height: 32px;
    font-weight: bold;
}

.main-visual-wrap p {
    font-size: 16px;
}

.main-visual-wrap2 {
    padding: 250px 0 250px;
    text-align: center;
    color: #fff;
    background: url(img/main_bg05.jpg) center top no-repeat;
    background-size: cover;
    min-width: 1040px;

}

.main-visual-wrap2 h1 {
    font-size: 40px;
    margin: 0 0 30px;
    font-family: 'Quicksand', sans-serif;
    text-shadow: 0 0 10px #000;
}

.main-visual-wrap2 h2 {
    font-size: 24px;
    margin: 0 0 30px;
    line-height: 32px;
    font-weight: bold;
}

.main-visual-wrap2 p {
    font-size: 16px;
}

/*-----top-group-----*/

.top-group .top-group-title {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #EFF3EF;
    position: relative;
    box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.top-group .top-group-title .shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    z-index: 1;
}

.top-group .top-group-title::after {
    /* 以下の１行でドロップシャドウが適用される */
    -webkit-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.2));
    border-style: solid;
    border-width: 30px 50px 0;
    border-color: #EFF3EF transparent transparent transparent;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    bottom: -30px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.top-group .top-group-body {
    padding: 100px 0 50px;
    background: url("img/group-back.png") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.top-group .top-group-body .group-image {
    position: absolute;
    left: 0;
    top: 0;
}

.top-group .top-group-body #container {
    margin: 0 auto;
    width: 100%;
}

.top-group .top-group-body .box {
    margin: 15px;
    border: 3px solid #fff;
    float: left;
    opacity: 0;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2), 0px 0px 6px 2px rgba(0, 0, 0, 0.2) inset;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    position: relative;
}

.top-group .top-group-body .box h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700px;
    font-family: 'Abel', sans-serif;
}

.top-group .top-group-body .box h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700px;
}


.top-group .top-group-body .col1 {
    width: 210px;
    padding: 32px 2px;
}

.top-group .top-group-body .col2 {
    width: 460px;
    padding: 32px 2px;
}

.top-group .top-group-body .col3 {
    width: 460px;
    padding: 129px 2px;
}

.top-group .top-group-body .box .mask {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    background: #0071B9;
    -webkit-transition: .3s;
    transition: .3s;
    border: 5px solid #0071B9;
}

.top-group .top-group-body .box .mask a {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    vertical-align: middle;
    padding: 0 20px;
}

.top-group .top-group-body .box .mask a span {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}

.top-group .top-group-body .box:hover .mask {
    opacity: 1;
}

.anime {
    animation: anime 1.5s ease-out;
    -webkit-animation: anime 1.5s ease-out;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes anime {
    0% {
        opacity: 0;
        transform: scale(0.4, 0.4);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@-webkit-keyframes anime { /*Safari & Chrome */
    0% {
        opacity: 0;
        transform: scale(0.4, 0.4);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

/*-----top-news-----*/

.top-news-wrap {
    border-top: 30px solid #EFF3EF;
}

.top-news {
    display: table;
    width: 100%;
}

.top-news h3 {
    text-align: center;
    margin: 0 0 20px;
}

.top-news .top-release {
    display: table-cell;
    width: 70%;
    padding: 30px 0 0;
}

.top-news .top-release-inner {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.top-news .top-release .archive {
    position: absolute;
    top: 65px;
    right: 20px;
}

.top-news .top-release .archive a {
    color: #a0cd28;
}

.top-news .top-release ul {
    width: 100%;
    overflow: hidden;
}

.top-news .top-release ul li {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #EFF3EF;
    font-size: 10px;
    background: url("img/press_sankaku.png") center right no-repeat;
    background-size: 7px 12px;
}

.top-news .top-release ul a:first-child li {
    border-top: 1px solid #EFF3EF;
}

.top-news .top-release ul a {
    display: block;
}

.top-news .top-release ul a:hover {
    background: #D5F3EF;
}

.top-news .top-release ul li span {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 20px;
    vertical-align: middle;
}

.top-news .top-release ul li span.date {
    background: #eef3ef;
    text-align: center;
    width: 80px;
    margin: 0 10px 0 0;
}

.top-news .top-release ul li span.category {
    background: #1E59A3;
    color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    width: 80px;
    margin: 0 10px 0 0;
}

.top-news .top-release ul li span.title {
    padding: 0;
}

.top-project-section {
    text-align: center;
    margin: 50px 0 100px;
    position: relative;
}

.top-project {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 0;
    text-align: center;
}

.top-project-section .archive {
    position: absolute;
    right: 140px;
    top: 60px;
}

.top-project-section .archive a {
    color: #a0cd28;
    display: block;
}

.top-project article {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}

.top-project article:first-child {
    border-right: 2px solid #fff;
}

.top-project article:last-child {
    border-left: 2px solid #fff;
}

.top-project article .thumbnail {
    text-align: center;
    background: #F0E5BE;
    position: relative;
    max-height: 280px;
    overflow: hidden;
}

.top-project article:first-child .thumbnail {
    text-align: center;
    background: #D9E9F7;
}

.top-project article img {
    width: 100%;
    height: auto;
}

.top-project article .category {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6)
}

.top-project article:hover .category {
    opacity: 0;
}

.top-project article .category h3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    color: #fff;
    font-family: 'Abel', sans-serif;
}

.top-project article .title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
}

.top-project article:hover .title {
    opacity: 1.0;
}

.top-project article .title a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    display: table;
    vertical-align: middle;
    text-decoration: none;
}

.top-project article .title a:hover {
    opacity: 1.0;
}

.top-project article .title a span {
    display: table-cell;
    vertical-align: middle;
}

.top-project article .title .date {
    font-size: 24px;
}

.top-project article .title h4 {
    font-size: 14px;
    margin: 20px 0 0;
}

.top-project article p.btn {
    background: #ff7300;
    display: inline-block;
    margin: 10px 0;
}

.top-project article p.btn a {
    color: #fff;
    display: block;
    padding: 5px 15px;
}

/*-----top-bunner-----*/

.top-bunner {
    border-top: #a0cd28 solid 50px;
}

.top-bunner-container {
    display: table;
    table-layout: fixed;
    width: 1000px;
    margin: 0 auto;
}

.top-bunner-container li {
    display: table-cell;
    text-align: center;
    border-right: 2px solid #EAEAEA;
    box-sizing: border-box;
}

.top-bunner-container a {
    display: block;
    padding: 5px;
}

.top-bunner-container li:last-child {
    border-right: none;
}

.top-bunner-container li img {
    width: 100%;
    height: auto;
}

/*-----top-vision-----*/

.top-vision .top-vision-container {
    display: table;
    width: 100%;
}

.top-vision .top-vision-container .left {
    width: 70%;
    vertical-align: middle;
    box-sizing: border-box;
    border: #a0cd28 5px solid;;
    text-align: center;
    display: table-cell;
    padding: 50px 0;
}

.top-vision .top-vision-container .left p {
    color: #a0cd28;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
}

.top-vision .top-vision-container .right {
    width: 30%;
    vertical-align: middle;
    box-sizing: border-box;
    background: #a0cd28;
    display: table-cell;
    text-align: center;
}

.top-vision .top-vision-container .right p.btn {
    background: #ff7300;
    display: inline-block;
}

.top-vision .top-vision-container .right p.btn span {
    color: #fff;
    display: block;
    padding: 5px 15px;
}

.top-vision .top-vision-container .right p.btn i {
    font-size: 20px;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
}

.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}

.social li.hatena a:hover {
    background: #008fde;
    color: #fff !important;
}

.notify-box {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2em 4rem;
    border: solid 4px #a0cd28;
    box-sizing: border-box;
    color: #000;
}

.notify-box.mobile-only {
    display: none;
}

.notify-box .notify-ma {
    color: red;
}

.notify-box .notify-attention {
    color: red;
}

.notify-box h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.6em;
}

.notify-box p {
    font-size: 1.4rem;
    margin-bottom: 1em;
    text-align: center;
}

.notify-box p:last-child {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.wrap.top {
    display: flex;
    flex-direction: column;
}

.wrap.top .main-content {
    flex: 1;
    background-color: #EDF1ED;
}

.section-wrap.company-box4 .profile-wrap {
    width: 1040px;
    margin: 0 auto;
    max-width: 100%;
}

.section-wrap.company-box4 .profile-wrap .profile-detail ul {
    list-style: disc;
    padding-left: 1rem;
}


@media only screen and (max-width: 1040px) {
    .notify-box {
        padding: 1rem;
    }

    .notify-box h2 {
        font-size: 1.3rem;
    }

    .notify-box p {
        font-size: 1.2rem;
    }

    .notify-box p:last-child {
        font-size: 1rem;
    }

    .section-wrap.company-box4 .profile-wrap .profile-detail tr {
        display: block;
    }
    .section-wrap.company-box4 .profile-wrap .profile-detail th {
        display: block;
        width: 100%;
        padding-bottom: 0;
    }
    .section-wrap.company-box4 .profile-wrap .profile-detail td {
        display: block;
    }
    .section-wrap.company-box4 .profile-wrap .profile-detail td .region-name {
        display: block;
    }
    .section-wrap.company-box4 .profile-wrap .profile-detail td .region:not(:last-child) {
        margin-bottom: 6px;
    }

    .notify-box.desktop-only {
        display: none;
    }
    .notify-box.mobile-only {
        display: block;
    }
}
