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

        PC¥µ¥¤¥ÈÓÃ

****/
@media screen and (min-width: 980px) {


/****/
/* 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 {
    text-align: center;
    position: relative;
    min-width: 1200px;
}
#topMain h2 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(-70%);
}
#topMain h2 img {
    margin-bottom: 40px;
}
#topMain h2 strong {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 12px;
}
#topMain li {
    position: relative;
    display: block;
    z-index: 0;
    transition: all 1s 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);
}
#topMain .img_caption {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
}


/****/
/* news  */
/****/
#news {
    position: relative;
    padding: 120px 0 135px;
}
#news h2 {
    margin-bottom: 80px;
}
#news ul {
    margin: auto;
}
#news ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#news ul li .type {
    background: #005bac;
    color: #ffffff;
    font-size: 1.4rem;
    width: 10em;
    padding: 2px 0;
    margin-right: 24px;
    text-align: center;
    flex-shrink: 0;
}
#news ul li .date {
    text-align: left;
    font-size: 1.6rem;
    width: 8em;
    flex-shrink: 0;
}
#news ul li p {
    border-left: 1px solid #7f7f7f;
    padding-left: 32px;
    align-self: stretch;
}
#news ul li a {
    color: #000000;
}
#news .btn {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 50px;
}
#news .btn a {
    display: inline-block;
    border: 1px solid #000000;
    padding: 16px 70px;
    color: #000000;
    position: relative;
    margin: auto;
}
#news .btn a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}


/****/
/* about  */
/****/
#about {
    background: #edf3f9;
    position: relative;
    padding: 100px 0;
}
#about h2 {
    margin-bottom: 75px;
}
#about h3 {
    color: #005bac;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
#about p.intro {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
}
#about ul.list {
    position: relative;
    max-width: 1300px;
    margin: 30px auto 0;
}
#about ul.list li {
    position: relative;
}
#about ul.list li:nth-of-type(1) {
    position: absolute;
    top: 260px;
    left: 20px;
    z-index: 1;
}
#about ul.list li:nth-of-type(3) {
    position: absolute;
    top: 260px;
    right: 20px;
    z-index: 1;
}
#about ul.list li:nth-of-type(4) {
    margin-top: 40px;
}
#about ul.list li a {
    color: #ffffff;
}
#about ul.list li dl {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: calc(50% + 30px)
}
#about ul.list li dt {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
#about ul.list li dd {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.08em;
}


/****/
/* recruit  */
/****/
#recruit {
    padding: 125px 0;
    position: relative;
    z-index: 1;
}
#recruit::before {
    content: "";
    background: url("/tokki/common/images/top/top_recruit_bg.jpg?date=202506") no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#recruit .inbox {
    position: static;
    width: 1100px;
}
#recruit .board {
    background: rgba(255,255,255,0.85);
    width: 400px;
    padding: 70px 75px 80px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}
#recruit h2 {
    margin-bottom: 45px;
}
#recruit h3 {
    color: #005bac;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}
#recruit p {
    text-align: center;
}
#recruit .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
#recruit .btns li {
    font-size: 1.6rem;
    flex-grow: 1;
}
#recruit .btns li:nth-of-type(2) {
    margin-left: 20px;
}
#recruit .btns li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    padding: 14px 10px 14px 0;
    color: #000000;
    position: relative;
    margin: auto;
}
#recruit .btns li a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}



}