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

        ¥¹¥Þ©`¥È¥Õ¥©¥ó¥µ¥¤¥ÈÓÃ

****/
@media screen and (max-width: 767px) {


/****/
/* main ¹²Í¨  */
/****/
.contents {
    padding-top: 0;
}
#main h2 {
    font-size: 5.6rem;
    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: 109.375vw;
    overflow: hidden;
}
#topMain h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(-70%);
}
#topMain h2 img {
    width: 280px;
    height: auto;
    margin-bottom: 20px;
}
#topMain h2 strong {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    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: 10px;
    right: 15px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}


/****/
/* news  */
/****/
#news {
    position: relative;
    padding: 44px 0 55px;
}
#news h2 {
    margin-bottom: 20px;
}
#news ul {
    margin: 0 15px;
}
#news ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 5px;
    border-bottom: 1px solid #000000;
}
#news ul li .type {
    background: #005bac;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: normal;
    width: 8.6em;
    padding: 2px 0;
    margin-right: 8px;
    text-align: center;
    flex-shrink: 0;
}
#news ul li .date {
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.25;
    flex-shrink: 0;
}
#news ul li p {
    width: 100%;
    margin-top: 12px;
}
#news ul li a {
    color: #000000;
}
#news .btn {
    font-size: 2.8rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 26px;
}
#news .btn a {
    display: inline-block;
    border: 1px solid #000000;
    padding: 14px 36px 14px 28px;
    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: 6px;
    transform: translateY(-50%) rotate(45deg);
}


/****/
/* about  */
/****/
#about {
    background: #edf3f9;
    position: relative;
    padding: 44px 0 30px;
}
#about h2 {
    margin-bottom: 36px;
}
#about h3 {
    color: #005bac;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
#about p.intro {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: justify;
    margin: 0 20px 16px;
}
#about ul.list {
    position: relative;
    margin: 16px 10px 0;
}
#about ul.list li {
    margin-top: 5px;
    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% + 10px)
}
#about ul.list li dt {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}
#about ul.list li dd {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
}


/****/
/* recruit  */
/****/
#recruit {
    padding: 44px 0 0;
    position: relative;
}
#recruit::after {
    content: "";
    background: url("/tokki/common/images/top/sp_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: 3rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
#recruit p {
    margin: 0 40px;
    text-align: justify;
}
#recruit .btns {
    margin: 20px 20px 34px;
}
#recruit .btns li {
    font-size: 2.8rem;
    display: table;
    width: 100%;
    margin-top: 10px;
}
#recruit .btns li a {
    display: table-cell;
    border: 1px solid #000000;
    padding: 14px 10px 14px 0;
    color: #000000;
    position: relative;
    margin: auto;
    vertical-align: middle;
    text-align: center;
}
#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);
}





}