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

        タブレット喘

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


/****/
/* main 慌宥  */
/****/
.contents {
    padding-top: 0;
}
#main h2 {
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Trebuchet MS",
        "Arial",
        sans-serif;
}
#main a {
    text-decoration: none;
}


/****/
/* topMain  */
/****/
#topMain li:nth-of-type(n+2) {
    display: none;
}
#topMain {
    text-align: center;
    position: relative;
    height: 90.9vw;
    overflow: hidden;
}
#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 {
    width: 555px;
    height: auto;
    margin-bottom: 40px;
}
#topMain h2 strong {
    font-size: 2.8rem;
    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: 88px 0 110px;
}
#news h2 {
    margin-bottom: 40px;
}
#news ul {
    margin: 0 50px;
}
#news ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0 15px;
    font-size: 1.8rem;
    line-height: 1.6;
    border-bottom: 1px solid #000000;
}
#news ul li .type {
    background: #005bac;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: normal;
    width: 9em;
    padding: 4px 0;
    margin-right: 16px;
    text-align: center;
    flex-shrink: 0;
}
#news ul li .date {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.25;
    flex-shrink: 0;
}
#news ul li p {
    width: 100%;
    margin-top: 12px;
    font-size: 1.8rem;
    line-height: 1.6;
}
#news ul li a {
    color: #000000;
}
#news .btn {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 45px;
}
#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: 12px;
    transform: translateY(-50%) rotate(45deg);
}


/****/
/* about  */
/****/
#about {
    background: #edf3f9;
    position: relative;
    padding: 88px 0 60px;
}
#about h2 {
    margin-bottom: 72px;
}
#about h3 {
    color: #005bac;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
#about p.intro {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 32px;
}
#about ul.list {
    position: relative;
    margin: 32px 20px 0;
}
#about ul.list li {
    margin-top: 10px;
    position: relative;
}
#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.1;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}
#about ul.list li dd {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.08em;
}


/****/
/* recruit  */
/****/
#recruit {
    padding: 88px 0 0;
    position: relative;
}
#recruit::after {
    content: "";
    background: url("/tokki/common/images/top/tb_top_recruit_bg.jpg?date=202506") no-repeat center bottom;
    background-size: cover;
    display: block;
    height: 65vw;
}
#recruit .inbox {
    position: static;
}
#recruit .board {
    margin-left: auto;
    position: relative;
    text-align: center;
}
#recruit h2 {
    margin-bottom: 45px;
}
#recruit h3 {
    color: #005bac;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
}
#recruit p {
    margin: 0 40px;
    text-align: center;
}
#recruit .btns {
    display: flex;
    justify-content: center;
    margin: 40px 0 80px;
}
#recruit .btns li {
    font-size: 1.6rem;
}
#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: 16px 44px 16px 32px;
    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);
}





}