@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* main 共通  */
/******************************************************/
.contents {
    padding-top: 0;
}
#main {
    background: #ffffff;
}
#main h2 {
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Trebuchet MS",
        "Arial",
        sans-serif;
}


/******************************************************/
/* topMain  */
/******************************************************/
#topMain li:nth-of-type(n+2) {
    display: none;
}
#topMain {
    background: #d7f1ff;
    text-align: center;
    position: relative;
    min-width: 1200px;
    overflow: hidden;
}
#topMain h2 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-75%);
    text-align: center;
}
#topMain .human {
    position: absolute;
    bottom: 0;
    right: 70px;
    z-index: 99;
}
#topMain ul {
    padding: 0;
    margin: 0;
}
#topMain li {
    position: relative;
    display: block;
    z-index: 0;
    transition: all 2.2s ease;
    filter: Alpha(opacity=0);
    opacity: 0;
}
#topMain li.active {
    filter: Alpha(opacity=100);
    opacity: 1;
}
#topMain li img {
    width: 100%;
    height: auto;
    transition: all 6s ease-in;
    transform: scale(1);
}
#topMain li.active img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
}


/******************************************************/
/* news  */
/******************************************************/
#news {
    position: relative;
    padding: 100px 0 20px;
}
#news h2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}
#news h2 span {
    position: relative;
}
#news h2 span::after {
    content: "";
    display: block;
    background: #000;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: -2px;
    right: -2px;
}
#news #blog_include {
    border-top: 1px solid #e7e7e7;
}
#news #blog_include li {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 15px 0;
}
#news #blog_include li:nth-of-type(2n+1) {
    background: #f7f7f7;
}
#news #blog_include li span.date {
    width: 8em;
    padding: 0 26px;
    line-height: 1;
    text-align: left;
    flex-shrink: 0;
    align-self: center;
}
#news #blog_include li a {
    font-weight: 600;
    border-left: 2px solid #000;
    padding-left: 36px;
    text-align: left;
    color: #33cc33;
    text-decoration: underline;
}
#news .btn {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
#news .btn a {
    border: 2px solid #333;
    color: #333;
    padding: 15px 82px;
    text-decoration: none;
    position: relative;
}
#news .btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
}


/******************************************************/
/* business  */
/******************************************************/
#business {
    position: relative;
    padding: 100px 0;
}
#business h2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}
#business h2 span {
    position: relative;
}
#business h2 span::after {
    content: "";
    display: block;
    background: #000;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: -2px;
    right: -2px;
}
#business .intro {
    font-size: 1.6rem;
    line-height: 2.1;
    text-align: center;
    margin-bottom: 40px;
}
#business .list {
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: 40px auto 50px;
}
#business .list li {
    width: calc(100% / 5);
    color: #33cc33;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
}
#business .list li strong {
    display: block;
    margin-top: 10px;
}
#business .list a {
    color: #33cc33;
}
#business .btn {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
#business .btn a {
    border: 2px solid #333;
    color: #333;
    padding: 15px 82px;
    text-decoration: none;
    position: relative;
}
#business .btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
}


/******************************************************/
/* recruit  */
/******************************************************/
#recruit {
    background: url(../images/top/top_recruit_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}
#recruit .board {
    width: 500px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
#recruit h2 {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 70px;
}
#recruit h2 span {
    position: relative;
}
#recruit h2 span::after {
    content: "";
    display: block;
    background: #000;
    height: 4px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}
#recruit h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}
#recruit p {
    line-height: 2.1;
    text-align: center;
}
#recruit .btn {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
#recruit .btn a {
    border: 2px solid #333;
    color: #333;
    padding: 15px 82px;
    text-decoration: none;
    position: relative;
}
#recruit .btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
}



}