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

/* kv
   ================================================================== */
.kv {
    margin: 0 0 0;
    padding: 0 0 10vw;
    position: relative;
    background-image: url("../images/index/webp/kv_bg_sp.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.kv .ctach {
    padding: 6vw 0;
    text-align: center;
}

.kv .ctach .ttl {
    padding: 0 2vw;
    font-size: 7vw;
    line-height: 140%;
    color: #1a1311;
    font-weight: 900;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
}

.kv .ctach .catch_item {
    margin: auto;
    width: 14vw;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
}

.kv .job {
    font-size: 6.5vw;
    font-weight: 400;
    color: #00495b;
    letter-spacing: 0.05em;
    font-family: "Anton";
    position: absolute;
    left: 2vw;
    bottom: -5vw;
}

.kv .kv_item {
    width: 20vw;
    position: absolute;
    right: 1vw;
    bottom: -8vw;
}

/* loopslider
   ================================================================== */
.loopslider {
    padding: 0 0 0;
    visibility: hidden;
    display: flex;
    opacity: 0;
}

.infiniteslide_wrap .loopslider {
    visibility: visible;
    opacity: 1;
}

.kv .loopslider li {
    padding: 0 1vw;
    width: 45vw;
    line-height: 0;
}

.kv .photo_s .loopslider li {
    width: 28vw;
}

/* index_about
   ================================================================== */
.index_about {
    margin: 0 0 0;
    padding: 0 0 0;
    position: relative;
    background-image: url("../images/index/webp/about_bg.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 200%;
}

.index_about .inner {
    padding-top: 20vw;
    padding-bottom: 35vw;
    position: relative;
}

.index_about .site_logo {
    margin: 0 auto;
    width: 25vw;
    line-height: 0;
}

.index_about p {
    margin: 10vw 0 0;
    font-size: 3.4vw;
}

.index_about .anime_btn {
    margin: 10vw auto 0;
    text-align: center;
}

.index_about .site_name {
    font-size: 6.5vw;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Anton";
    position: absolute;
    right: 3vw;
    bottom: -1vw;
}

/* hash_categories
   ================================================================== */
.hash_categories {
    display: block;
    font-size: 0;
    line-height: 0;
}

.hash_categories > a,
.hash_categories > span {
    margin: 1vw 1vw 0 0;
    display: inline-block;
    font-size: 3.2vw;
    color: #2980b9;
    letter-spacing: 0.1em;
    line-height: 150%;
}

.hash_categories > a::before,
.hash_categories > span::before {
    content: "#";
}

.hash_categories.category > a,
.hash_categories.category > span,
.hash_categories.tag > a,
.hash_categories.tag > span {
    margin-top: 0;
    font-size: 3.3vw;
}

.hash_categories > .category,
.hash_categories.category > a,
.hash_categories.category > span {
    color: #f39c12;
}

.hash_categories > .tag,
.hash_categories.tag > a,
.hash_categories.tag > span {
    color: #569822 !important;
}

/* index_news
   ================================================================== */
.index_news {
    margin: 0 0 0;
    padding: 15vw 0;
    background: #f8f6f1;
}

.index_news .news_list {
    margin: 8vw 0 0;
}

.index_news .anime_btn {
    margin: 8vw 0 0;
    text-align: right;
}

/* news_list
   ================================================================== */
.news_list > li + li {
    margin: 5vw 0 0;
}

.news_list li a {
    padding: 4vw 3vw;
    border: 3px solid #fff;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.news_list.bg_color li a {
    border-color: #f8f6f1;
    background: #f8f6f1;
}

.news_list li .data_top {
    display: block;
    font-size: 0;
    line-height: 0;
}

.news_list li .date {
    font-size: 3.2vw;
    line-height: 150%;
    display: inline-block;
}

.news_list li .hash_categories {
    margin-left: 3vw;
    display: inline-block;
}

.news_list li .hash_categories span {
    margin-top: 0;
}

.news_list li .ttl {
    margin: 2vw 0 0;
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 150%;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* pagination
   ================================================================== */
.pagination {
    text-align: center;
    padding: 10vw 0 5px;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0;
}

.pagination li.disabled {
    display: none;
}

.pagination a,
.pagination .active span {
    text-decoration: none;
    background: #222;
    color: #fff;
    padding: 2px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    letter-spacing: 0;
    transition: all ease-out 0.3s;
    font-family: "メイリオ", "ms pgothic", sans-serif;
}

.pagination .active span {
    background: #fddb24;
}

/* sns_area
   ================================================================== */
.sns_area {
    margin: 4vw 0 0;
    line-height: 1;
    overflow: hidden;
}

.sns_area div {
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    display: inline-block;
    font-size: 0;
    line-height: 1;
}

.linebutton img {
    width: 21px;
}

/* detail_page
   ================================================================== */
.detail_page {
    margin: 0 0 0;
    font-size: 16px;
    word-break: break-all;
}

.detail_page .flex {
    margin: 4vw 0 0;
    display: flex;
}

.detail_page .date {
    width: 22vw;
    font-size: 3.5vw;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.detail_page .date.color_red {
    color: #d8a1a1;
}

.news_block .detail_page .hash_categories {
    width: calc(100% - 30vw);
}

.news_block .detail_page .hash_categories {
    margin: -1vw 0 0;
}

.detail_page .photo {
    margin: 4vw 0 0;
    line-height: 0;
}

.detail_page .photo img {
    max-height: 500px;
}

.detail_page .detail_body {
    margin: 4vw 0 0;
    clear: both;
}

/* detail_btn_area
   ================================================================== */
.detail_btn_area {
    margin: 5vw 0 0;
    padding: 10px;
    font-size: 0;
    text-align: center;
    background: #f9f9f9;
}

.detail_btn_area .btn {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 40%;
    max-width: 310px;
}

.detail_btn_area .btn.prev,
.detail_btn_area .btn.next {
    width: 28%;
}

.detail_btn_area .btn.back {
    margin: 0 2%;
}

.detail_btn_area .btn a,
.detail_btn_area .btn button {
    display: block;
    margin: auto;
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", "メイリオ", "ms pgothic", sans-serif;
}

/* news_block
   ================================================================== */
.news_block .news_list {
    margin-top: 5vw;
}

.news_block .detail_page {
    margin-top: 8vw;
}

/* select_category
   ================================================================== */
.select_category {
    margin: 3vw 0 0;
    display: flex;
    justify-content: flex-end;
}

.select_category .select_category_inbox {
    position: relative;
}

.select_category .select_btn {
    padding: 2vw 10vw 2vw 5vw;
    font-size: 3.4vw;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.select_category .select_btn::before {
    content: "";
    margin: auto;
    background-image: url("../images/common/icon_down_arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
    transition: 0.3s;
}

.select_category .on .select_btn::before {
    transform: rotate(180deg);
}

.select_category ul {
    padding: 2vw 0.5vw 2vw 2vw;
    position: absolute;
    min-width: 35vw;
    top: 100%;
    right: 0;
    z-index: 10;
    display: none;
    background: #000;
    box-sizing: border-box;
    border-radius: 10px;
}

.select_category ul > li {
    margin: 0 0 0;
}

.select_category ul > li a {
    padding: 1vw 3vw 1vw 6vw;
    font-size: 3.4vw;
    white-space: nowrap;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
    display: block;
    position: relative;
}

.select_category ul > li a:before {
    content: "";
    background: #fff;
    width: 1vw;
    height: 1vw;
    position: absolute;
    top: 3.5vw;
    left: 3vw;
    border-radius: 20px;
}

/* talent_block
   ================================================================== */
.talent_block .talent_list {
    margin-top: 5vw;
}

.talent_block .detail_page {
    margin-top: 8vw;
}

/* talent_list
   ================================================================== */
.talent_list {
    font-size: 0;
}

.talent_list > li {
    margin: 0 4% 0 0;
    width: 48%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.talent_list > li:nth-child(2n + 2) {
    margin-right: 0;
}

.talent_list li a {
    display: block;
}

.talent_list li span {
    display: block;
}

.talent_list li .thm {
    display: block;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
}

.talent_list li .thm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 235 / 352.5;
}

.talent_list li .text_area {
    padding: 3vw 0 6vw;
}

.talent_list li .hash > span {
    display: block;
}

.talent_list li .hash .hash_categories > span {
    display: inline-block;
}

.talent_list li .name {
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 150%;
}

.talent_list li .furi {
    font-size: 2.2vw;
    line-height: 150%;
    font-weight: 700;
    margin-top: 0.7vw;
}

/* talent_detail
   ================================================================== */
.talent_detail {
    position: relative;
}

.talent_detail .profile_top {
    position: relative;
}

/* photos */
.talent_detail .profile_top .photos {
    margin: 6vw 0 0;
}

.thumb-item,
.thumb-item-nav {
    opacity: 0;
    transition: 0.3s;
}

.thumb-item.slick-initialized.slick-slider,
.thumb-item-nav.slick-initialized.slick-slider {
    opacity: 1;
}

.talent_detail .profile_top .photos li {
    line-height: 0;
    overflow: hidden;
    border-radius: 10px;
    cursor: grab;
}

.talent_detail .profile_top .photos li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 235 / 352.5;
}

.talent_detail .profile_top .photos .thumb-item-nav {
    margin: 3vw -1vw 0;
}

.talent_detail .profile_top .photos .thumb-item-nav li {
    margin: 0 1vw;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.talent_detail .profile_top .photos .thumb-item-nav .slick-slide.slick-current {
    opacity: 0.3;
}

/* text_right */
.talent_detail .profile_top .text_right {
    position: relative;
}

.talent_detail .profile_top .text_right .top {
    padding: 0 0 6vw;
    border-bottom: 1px dashed #fdd80d;
}

.talent_detail .profile_top .talent_title {
    padding: 0 0 0 4vw;
    font-size: 3.8vw;
    font-weight: 700;
    position: relative;
}

.talent_detail .profile_top .talent_title:before {
    content: "";
    background: #fdd80d;
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    top: 2.2vw;
    left: 0;
    border-radius: 20px;
}

.talent_detail .profile_top .talent_name {
    margin: 3vw 0 0;
    font-size: 5vw;
    font-weight: 900;
}

.talent_detail .profile_top .talent_furi {
    margin: 2vw 0 0;
    font-size: 3vw;
    font-weight: 500;
}

.talent_detail .profile_top .hash {
    margin: 4vw 0 0;
}

.talent_detail .profile_top .hash > div {
    display: inline-block;
    vertical-align: top;
}

.talent_detail .profile_top .hash > div + div {
    margin: 0 0 0;
}

.talent_detail .profile_top .sns_btn {
    margin: 5vw 0 0;
}

.talent_detail .profile_top .table {
    margin: 8vw 0 0;
    width: 100%;
    border-top: 1px solid #f3ecc2;
}

.talent_detail .profile_top .table th,
.talent_detail .profile_top .table td {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 3.4vw;
    line-height: 150%;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #f3ecc2;
    box-sizing: border-box;
}

.talent_detail .profile_top .table th {
    padding-left: 3vw;
    width: 30%;
    font-weight: 500;
    background: #fefae9;
}

.talent_detail .profile_top .table td {
    padding-left: 6vw;
}

/* profile_bottom */
.talent_detail .profile_bottom {
    margin: 12vw 0 0;
    padding: 0 0 15vw;
}

.talent_detail .profile_bottom ul .ttl {
    padding: 3vw 3vw;
    font-size: 3.5vw;
    font-weight: 500;
    background: #fefae9;
    border-top: 1px solid #f3ecc2;
}

.talent_detail .profile_bottom ul .box {
    padding: 4vw 3vw 8vw;
}

.talent_detail .profile_bottom ul .box.detail_body {
    margin: 0;
}

/* contact_block
   ================================================================== */
.contact_block {
    margin: 0 0 25vw;
}

.contact_block .btn {
    margin: 15vw 0 0;
}

/* contact
   ================================================================== */
.contact {
    padding: 15vw 0 0;
}

/* form */
.contact form {
    margin-top: -90px;
    padding-top: 90px;
}

.contact form * {
    font-family: "Noto Sans JP";
}

.contact .top_note {
    margin: 0 0 6vw;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
}

.contact .top_text {
    margin: 0 -4vw;
    text-align: center;
    font-size: 3.1vw;
}

.contact .conf_text {
    margin: 10vw 0 0;
    font-size: 4vw;
    color: #e64c3b;
    text-align: center;
    font-weight: 700;
    line-height: 150%;
}

.contact .req {
    color: #e64c3b;
}

.contact table {
    margin: 10vw auto 0;
    width: 100%;
    box-sizing: border-box;
}

.contact th,
.contact td {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1em;
    width: 100%;
    display: block;
    font-weight: normal;
    border-bottom: none;
    box-sizing: border-box;
}

.contact th {
    padding: 0 0 10px;
    font-weight: 500;
}

.contact td {
    padding: 0 0 25px;
    position: relative;
}

.contact td .balloon {
    position: absolute;
    bottom: -25px;
    left: 15px;
    height: 16px;
    line-height: 1;
    font-size: 13px;
    color: #e64c3b;
    letter-spacing: 0;
}

.contact output,
.contact input,
.contact select,
.contact textarea {
    margin: 0;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.1em;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    vertical-align: middle;
}

/* 確認画面の入力文字背景 */
.contact output {
    display: block;
    background: rgba(246, 172, 43, 0.1);
    border-color: rgba(246, 172, 43, 0.1);
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #ccc;
}

textarea::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #ccc;
}

.contact textarea {
    height: 50vw;
    line-height: 150%;
}

.zas_btn_area {
    margin: auto;
    text-align: center;
    padding: 30px 0 0;
    font-size: 0;
    box-sizing: border-box;
    max-width: 500px;
}

.zas_btn_area button {
    font-size: 16px;
    color: #fff;
    border: none;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
}

.zas_btn_area button > span {
    padding: 12px 0;
    border: none;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}

.zas_btn_area button:disabled {
    background: #ccc !important;
    border-color: #ccc !important;
    cursor: auto;
}

.zas_btn_area button:disabled span {
    color: #fff !important;
}

.zas_btn_area .zas_btn01 button {
    background: #1a1311;
    width: 55%;
    max-width: 260px;
}

.zas_btn_area .zas_btn02 button {
    margin-right: 2%;
    background: #ccc;
    width: 28%;
}

.zas_btn_area .zas_btn03 button {
    background: #1a1311;
    width: 55%;
    max-width: 260px;
}

/* thanks
   ================================================================== */
.thanks h3 {
    font-size: 4.5vw;
    text-align: center;
}

.thanks p {
    margin: 10vw 0 0;
    font-size: 3.5vw;
    line-height: 150%;
    text-align: center;
}

.thanks .go_top_btn {
    margin: 15vw 0 0;
    text-align: center;
}

.thanks .go_top_btn a {
    display: inline-flex;
}

/* design_table
   ================================================================== */
.design_table {
    width: 100%;
    box-sizing: border-box;
}

.design_table th,
.design_table td {
    width: 100%;
    display: block;
    font-weight: 400;
    border-bottom: none;
    box-sizing: border-box;
}

.design_table th,
.design_table td,
.design_table td p {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 170%;
}

.design_table td p .siz_s {
    font-size: 0.8666em;
}

.design_table td a {
    font-size: inherit;
}

.design_table tr:nth-child(2n + 2) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.design_table tr:first-child {
    border-top: 1px solid #ddd;
}

.design_table tr:last-child {
    border-bottom: 1px solid #ddd;
}

.design_table th {
    padding: 5vw;
    font-weight: 700;
}

.design_table td {
    padding: 0 5vw;
}

.design_table td .border {
    padding: 5vw 0;
    border-top: 1px solid #ddd;
}

.design_table td .box + .box {
    margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px dashed #ddd;
}

.design_table td .ttl + p {
    margin: 1vw 0 0;
}

/* section_top
   ================================================================== */
.news_block,
.talent_block,
.company_block {
    padding-top: 5vw;
}

/* company_block
   ================================================================== */
.company_block .message_box {
    margin: 10vw 0 0;
    padding: 5vw;
    background: #fefae9;
}

.company_block .message_box .site_logo {
    margin: 0 auto;
    width: 30vw;
    line-height: 0;
}

.company_block .message_box .site_logo img {
    width: 100%;
}

.company_block .message_box .right {
    padding: 5vw 0 0;
}

.company_block .message_box .right p {
    font-size: 3.4vw;
}

.company_block .design_table {
    margin-top: 10vw;
}

.company_block .map {
    margin-top: 10vw;
    line-height: 0;
}

.company_block .map iframe {
    width: 100%;
    height: 80vw;
}

@media screen and (min-width: 500px) {
    /* kv
       ================================================================== */
    .kv {
        padding: 0 0 8vw;
        background-image: url("../images/index/webp/kv_bg.webp");
    }

    .kv .ctach {
        padding: 3.5vw 0 4.5vw;
    }

    .kv .ctach .ttl {
        padding: 0 1.4vw;
        font-size: 5vw;
        line-height: 5vw;
    }

    .kv .ctach .catch_item {
        width: 8vw;
    }

    .kv .position {
        margin: auto;
        width: 95%;
        position: relative;
        bottom: -8vw;
    }

    .kv .job {
        font-size: 5.5vw;
        left: 0;
        bottom: -4.3vw;
    }

    .kv .kv_item {
        width: 16vw;
        right: 1vw;
        bottom: -6vw;
    }

    /* photos
       ================================================================== */
    .kv .photos {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .kv .photo_l .photos {
        width: 84%;
    }

    .kv .photo_s .photos {
        width: 95%;
    }

    .kv .photos > li {
        padding: 0 0.5vw;
        line-height: 0;
    }

    .kv .photos > li img {
        width: 100%;
    }

    /* loopslider
       ================================================================== */
    .kv .loopslider {
        display: none !important;
    }

    /* index_about
       ================================================================== */
    .index_about {
        background-size: 100%;
    }

    .index_about .inner {
        padding-top: 9.5vw;
        padding-bottom: 22.8vw;
    }

    .index_about .site_logo {
        width: 12vw;
    }

    .index_about p {
        margin: 3vw 0 0;
        font-size: 1.3vw;
        line-height: 2.7vw;
        text-align: center;
    }

    .index_about .anime_btn {
        margin: 4vw auto 0;
    }

    .index_about .site_name {
        font-size: 4.5vw;
        right: 0;
        bottom: -0.4vw;
    }

    /* hash_categories
       ================================================================== */
    .hash_categories {
        display: block;
    }

    .hash_categories > a,
    .hash_categories > span {
        margin: 1vw 1vw 0 0;
        font-size: 1.2vw;
        transition: 0.3s;
    }

    .hash_categories > a:hover {
        opacity: 0.5;
    }

    .hash_categories.category > a,
    .hash_categories.category > span,
    .hash_categories.tag > a,
    .hash_categories.tag > span {
        font-size: 1.3vw;
    }

    /* index_news
       ================================================================== */
    .index_news {
        padding: 6vw 0 9vw;
    }

    .index_news .news_list {
        margin: 3vw 0 0;
    }

    .index_news .anime_btn {
        margin: 3vw 0 0;
    }

    /* news_list
       ================================================================== */
    .news_list > li + li {
        margin: 2vw 0 0;
    }

    .news_list li a {
        padding: 1.8vw 2.8vw;
    }

    .news_list li a {
        transition: 0.3s;
    }

    .news_list li a:hover {
        border-color: #dbd7cd;
    }

    .news_list li .date {
        font-size: 1.2vw;
    }

    .news_list li .hash_categories {
        margin-left: 2vw;
    }

    .news_list li .ttl {
        margin: 0.9vw 0 0;
        font-size: 1.4vw;
    }

    /* pagination
	   ================================================================== */
    .pagination {
        margin: 6vw 0 0;
        padding: 0;
    }

    .pagination a,
    .pagination .active span {
        padding: 1px 0 0;
    }

    .pagination a:hover {
        background: #fddb24;
    }

    /* sns_area
	   ================================================================== */
    .sns_area {
        margin: 2vw 0 0;
    }

    .sns_area div {
        margin-bottom: 0;
        margin-right: 5px;
    }

    /* detail_page
       ================================================================== */
    .detail_page {
        margin: 0 0 0;
    }

    .detail_page .flex {
        margin: 2vw 0 0;
    }

    .detail_page .date {
        width: 9.2vw;
        font-size: 1.5vw;
    }

    .news_block .detail_page .hash_categories {
        margin: -0.4vw 0 0;
        width: calc(100% - 9.2vw);
    }

    .detail_page .photo {
        margin: 2vw 0 0;
    }

    .detail_page .detail_body {
        margin: 3vw 0 0;
    }

    /* detail_btn_area
	   ================================================================== */
    .detail_btn_area {
        margin: 3vw 0 0;
        font-size: 0;
        text-align: center;
    }

    .detail_btn_area .btn,
    .detail_btn_area .btn.next,
    .detail_btn_area .btn.prev {
        width: 32%;
    }

    .detail_btn_area .btn.back {
        margin: 0 2%;
    }

    .detail_btn_area .btn a,
    .detail_btn_area .btn button {
        padding: 0;
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 15px;
        letter-spacing: 0.1em;
        transition: 0.3s;
        cursor: pointer;
    }

    .detail_btn_area .btn path {
        transition: 0.3s;
    }

    .detail_btn_area .btn a:hover,
    .detail_btn_area .btn button:hover {
        background: #fdd80d;
        border-color: #fdd80d;
        color: #000;
    }

    .detail_btn_area .btn a:hover path {
        fill: #000;
    }

    /* news_block
       ================================================================== */
    .news_block .news_list {
        margin-top: 3vw;
    }

    .news_block .detail_page {
        margin-top: 5vw;
    }

    /* select_category
       ================================================================== */
    .select_category {
        margin: 1.5vw 0 0;
    }

    .select_category .select_btn {
        padding: 0.8vw 5vw 0.8vw 2vw;
        font-size: 1.4vw;
        transition: 0.3s;
    }

    .select_category .select_btn:hover {
        color: #fdd80d;
    }

    .select_category .select_btn::before {
        width: 1vw;
        height: 0.6vw;
        right: 1.7vw;
    }

    .select_category ul {
        padding: 1.6vw 0.5vw 1.6vw 1.7vw;
        min-width: 14vw;
    }

    .select_category ul > li {
        margin: 0 0 0;
    }

    .select_category ul > li a {
        padding: 0.5vw 1vw 0.5vw 1.3vw;
        font-size: 1.4vw;
    }

    .select_category ul > li a:before {
        width: 0.5vw;
        height: 0.5vw;
        top: 1.4vw;
        left: 0;
    }

    .select_category ul > li a,
    .select_category ul > li a:before {
        transition: 0.3s;
    }

    .select_category ul > li a:hover {
        color: #fdd80d;
    }

    .select_category ul > li a:hover:before {
        background: #fdd80d;
    }

    /* talent_block
       ================================================================== */
    .talent_block .talent_list {
        margin-top: 3vw;
    }

    .talent_block .detail_page {
        margin-top: 5.5vw;
    }

    /* talent_list
       ================================================================== */
    .talent_list > li {
        margin: 0 2% 0 0;
        width: 23.5%;
    }

    .talent_list > li:nth-child(2n + 2) {
        margin-right: 2%;
    }

    .talent_list > li:nth-child(4n + 4) {
        margin-right: 0;
    }

    .talent_list li .thm img {
        transition: 0.3s;
    }

    .talent_list li a:hover .thm img {
        transform: scale(1.05);
    }

    .talent_list li .text_area {
        padding: 1.2vw 0 3vw 1.5vw;
    }

    .talent_list li .name {
        margin-top: 0.5vw;
        font-size: 1.8vw;
    }

    .talent_list li .furi {
        margin-top: 0.5vw;
        font-size: 1.1vw;
    }

    .talent_list li .name,
    .talent_list li .furi {
        transition: 0.3s;
    }

    .talent_list li a:hover .name,
    .talent_list li a:hover .furi {
        color: #fdd80d;
    }

    /* talent_detail
       ================================================================== */
    .talent_detail {
        position: relative;
    }

    .talent_detail .profile_top {
        position: relative;
        min-height: 71.4vw;
    }

    /* photos */
    .talent_detail .profile_top .photos {
        margin: 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 38vw;
    }

    .talent_detail .profile_top .photos .thumb-item-nav {
        margin: 2vw -1vw 0;
    }

    .talent_detail .profile_top .photos .thumb-item-nav li {
        margin: 0 1vw;
    }

    /* text_right */
    .talent_detail .profile_top .text_right {
        padding: 0 0 0 41.5vw;
    }

    .talent_detail .profile_top .text_right .top {
        padding: 0 0 2.6vw;
    }

    .talent_detail .profile_top .talent_title {
        padding: 0 0 0 2vw;
        font-size: 1.8vw;
    }

    .talent_detail .profile_top .talent_title:before {
        width: 0.7vw;
        height: 0.7vw;
        top: 1.1vw;
    }

    .talent_detail .profile_top .talent_name {
        margin: 1vw 0 0;
        font-size: 2.5vw;
    }

    .talent_detail .profile_top .talent_furi {
        margin: 0.5vw 0 0;
        font-size: 1.2vw;
    }

    .talent_detail .profile_top .hash {
        margin: 1.5vw 0 0;
    }

    .talent_detail .profile_top .hash > div + div {
        margin: 0 0 0;
    }

    .talent_detail .profile_top .sns_btn {
        margin: 2.5vw 0 0;
    }

    .talent_detail .profile_top .table {
        margin: 3.5vw 0 0;
    }

    .talent_detail .profile_top .table th,
    .talent_detail .profile_top .table td {
        padding-top: 1.2vw;
        padding-bottom: 1.2vw;
        font-size: 1.4vw;
        line-height: 2.5vw;
    }

    .talent_detail .profile_top .table th {
        padding-left: 2vw;
        width: 15vw;
    }

    .talent_detail .profile_top .table td {
        padding-left: 3vw;
    }

    /* profile_bottom */
    .talent_detail .profile_bottom {
        margin: 4vw 0 0;
        padding: 0 0 7vw;
    }

    .talent_detail .profile_bottom ul .ttl {
        padding: 1.4vw 2vw;
        font-size: 1.4vw;
    }

    .talent_detail .profile_bottom ul .box {
        padding: 2vw 2vw 3.5vw;
    }

    /* contact_block
       ================================================================== */
    .contact_block {
        margin: 0 0 22.5vw;
    }

    .contact_block .btn {
        margin: 12.7vw 0 0;
    }

    /* contact
       ================================================================== */
    .contact {
        padding: 20vw 0 0;
    }

    .contact.thanks {
        padding: 8vw 0 0;
    }

    /* form */
    .contact .top_note {
        margin: 0 0 1.7vw;
        font-size: 1.8vw;
    }

    .contact .top_text {
        margin: 0 0 0;
        font-size: 1.5vw;
    }

    .contact .conf_text {
        margin: 0 0 0;
        font-size: 1.5vw;
    }

    .contact table {
        margin: 7vw 0 0 15%;
        width: 85%;
    }

    .contact th,
    .contact td {
        width: auto;
        font-size: 15px;
    }

    .contact th {
        padding: 0 0 0;
        box-sizing: border-box;
    }

    .contact .title_top th {
        padding-top: 31px;
        vertical-align: top;
    }

    .contact td {
        padding: 17px 0 18px;
    }

    .contact output,
    .contact input,
    .contact select,
    .contact textarea {
        margin: 0;
        font-size: 16px;
        padding: 15px;
        max-width: 85%;
    }

    .contact select {
        vertical-align: middle;
    }

    .contact textarea {
        height: 235px;
    }

    .zas_btn_area {
        margin: auto;
        text-align: center;
        padding: 40px 0 0;
        font-size: 0;
        box-sizing: border-box;
    }

    .zas_btn_area button {
        font-size: 16px;
        color: #fff;
        border: 2px solid #1a1311;
        position: relative;
        overflow: hidden;
        text-align: center;
        transition: 0.3s;
        cursor: pointer;
    }

    .zas_btn_area button span {
        padding: 12px 0;
        border: none;
        display: block;
        font-size: 16px;
        transition: 0.3s;
    }

    .zas_btn_area .zas_btn01 button {
        width: 50%;
        max-width: 280px;
    }

    .zas_btn_area .zas_btn02 button {
        margin-right: 2%;
        width: 28%;
        border-color: #ccc;
    }

    .zas_btn_area .zas_btn03 button {
        width: 50%;
        max-width: 280px;
    }

    .zas_btn_area .zas_btn01 button:hover,
    .zas_btn_area .zas_btn03 button:hover {
        background: #fdd80d;
        border: 2px solid #fdd80d;
    }

    .zas_btn_area .zas_btn02 button:hover {
        opacity: 0.5;
    }

    .zas_btn_area .zas_btn01 button:hover span,
    .zas_btn_area .zas_btn03 button:hover span {
        color: #1a1311;
    }

    /* thanks
       ================================================================== */
    .thanks h3 {
        font-size: 3.2vw;
    }

    .thanks p {
        margin: 4.8vw 0 0;
        font-size: 1.5vw;
        line-height: 2.5vw;
    }

    .thanks .go_top_btn {
        margin: 9vw 0 0;
    }

    /* design_table
	   ================================================================== */
    .design_table {
        width: 100%;
        box-sizing: border-box;
    }

    .design_table th,
    .design_table td {
        width: auto;
        display: table-cell;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .design_table th,
    .design_table td,
    .design_table td p {
        font-size: 1.5vw;
        line-height: 2.5vw;
    }

    .design_table th {
        padding: 0 2vw 0 5vw;
        width: 23%;
    }

    .design_table .col th {
        padding: 2vw 2vw 2vw 5vw;
    }

    .design_table .title_top th {
        padding-top: 2vw;
        vertical-align: top;
    }

    .design_table td {
        padding: 2.5vw 0;
    }

    .design_table td .border {
        padding: 0 2vw 0 5vw;
        border-top: none;
        border-left: 1px solid #ddd;
        min-height: 3vw;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .design_table td .border.box_in {
        display: block;
    }

    .design_table td .box {
        margin-right: -2vw;
    }

    .design_table td .box + .box {
        margin-top: 1.5vw;
        padding-top: 1.5vw;
    }

    .design_table td .ttl + p {
        margin: 0.7vw 0 0;
    }

    /* section_top
       ================================================================== */
    .news_block,
    .talent_block,
    .company_block {
        padding-top: 3vw;
    }

    /* company_block
       ================================================================== */
    .company_block .message_box {
        margin: 5vw 0 0;
        padding: 3vw 3.5vw;
        display: flex;
    }

    .company_block .message_box .site_logo {
        margin: 0;
        width: 12vw;
    }

    .company_block .message_box .right {
        padding: 0 0 0 3.5vw;
        width: calc(100% - 12vw);
        box-sizing: border-box;
    }

    .company_block .message_box .right p {
        font-size: 1.4vw;
        line-height: 2.3vw;
    }

    .company_block .design_table {
        margin-top: 5vw;
    }

    .company_block .map {
        margin-top: 6vw;
    }

    .company_block .map iframe {
        height: 47vw;
    }
}
@media screen and (min-width: 1040px) {
    /* kv
       ================================================================== */
    .kv {
        padding: 0 0 80px;
        background-image: url("../images/index/webp/kv_bg.webp");
    }

    .kv .ctach {
        padding: 35px 0 45px;
    }

    .kv .ctach .ttl {
        padding: 0 14px;
        font-size: 50px;
        line-height: 50px;
    }

    .kv .ctach .catch_item {
        width: 80px;
    }

    .kv .position {
        margin: auto;
        width: 95%;
        max-width: 2580px;
        position: relative;
        bottom: -80px;
    }

    .kv .job {
        font-size: 55px;
        left: 0;
        bottom: -43px;
    }

    .kv .kv_item {
        width: 180px;
        right: 10px;
        bottom: -60px;
    }

    /* photos
       ================================================================== */
    .kv .photos {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .kv .photo_l .photos {
        width: 84%;
        max-width: 2280px;
    }

    .kv .photo_s .photos {
        width: 95%;
        max-width: 2580px;
    }

    .kv .photos > li {
        padding: 0 5px;
    }

    /* index_about
       ================================================================== */
    .index_about {
        background-size: 100%;
    }

    .index_about .inner {
        padding-top: 95px;
        padding-bottom: 228px;
    }

    .index_about .site_logo {
        width: 120px;
    }

    .index_about p {
        margin: 30px 0 0;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
    }

    .index_about .anime_btn {
        margin: 40px auto 0;
    }

    .index_about .site_name {
        font-size: 45px;
        right: 0;
        bottom: -4px;
    }

    /* hash_categories
       ================================================================== */
    .hash_categories {
        display: block;
    }

    .hash_categories > a,
    .hash_categories > span {
        margin: 10px 10px 0 0;
        font-size: 12px;
    }

    .hash_categories.category > a,
    .hash_categories.category > span,
    .hash_categories.tag > a,
    .hash_categories.tag > span {
        font-size: 13px;
    }

    /* index_news
       ================================================================== */
    .index_news {
        padding: 60px 0 90px;
    }

    .index_news .news_list {
        margin: 30px 0 0;
    }

    .index_news .anime_btn {
        margin: 30px 0 0;
    }

    /* news_list
       ================================================================== */
    .news_list > li + li {
        margin: 20px 0 0;
    }

    .news_list li a {
        padding: 18px 28px;
    }

    .news_list li .date {
        font-size: 12px;
    }

    .news_list li .hash_categories {
        margin-left: 20px;
    }

    .news_list li .ttl {
        margin: 9px 0 0;
        font-size: 14px;
    }

    /* pagination
	   ================================================================== */
    .pagination {
        margin: 80px 0 0;
        padding: 0;
    }

    .pagination a,
    .pagination .active span {
        padding: 2px 0 0;
        font-size: 15px;
        width: 40px;
        height: 40px;
    }

    /* sns_area
	   ================================================================== */
    .sns_area {
        margin: 25px 0 0;
    }

    .sns_area div {
        margin-right: 10px;
    }

    /* detail_page
       ================================================================== */
    .detail_page {
        margin: 0 0 0;
    }

    .detail_page .flex {
        margin: 20px 0 0;
    }

    .detail_page .date {
        width: 92px;
        font-size: 15px;
    }

    .news_block .detail_page .hash_categories {
        margin: -7px 0 0;
        width: calc(100% - 92px);
    }

    .detail_page .photo {
        margin: 20px 0 0;
    }

    .detail_page .detail_body {
        margin: 25px 0 0;
    }

    /* detail_btn_area
	   ================================================================== */
    .detail_btn_area {
        margin: 30px 0 0;
        font-size: 0;
        text-align: center;
    }

    .detail_btn_area .btn {
        margin: 0;
    }

    .detail_btn_area .btn.back {
        margin: 0 2%;
    }

    .detail_btn_area .btn a,
    .detail_btn_area .btn button {
        padding: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    /* news_block
       ================================================================== */
    .news_block .news_list {
        margin-top: 30px;
    }

    .news_block .detail_page {
        margin-top: 50px;
    }

    /* select_category
       ================================================================== */
    .select_category {
        margin: 15px 0 0;
    }

    .select_category .select_btn {
        padding: 8px 50px 8px 20px;
        font-size: 14px;
    }

    .select_category .select_btn::before {
        width: 10px;
        height: 6px;
        right: 17px;
    }

    .select_category ul {
        padding: 16px 5px 16px 17px;
        min-width: 140px;
    }

    .select_category ul > li {
        margin: 0 0 0;
    }

    .select_category ul > li a {
        padding: 5px 10px 5px 13px;
        font-size: 14px;
    }

    .select_category ul > li a:before {
        width: 5px;
        height: 5px;
        top: 14px;
        left: 0;
    }

    /* talent_block
       ================================================================== */
    .talent_block .talent_list {
        margin-top: 30px;
    }

    .talent_block .detail_page {
        margin-top: 55px;
    }

    /* talent_list
       ================================================================== */
    .talent_list > li {
        margin: 0 2% 0 0;
        width: 23.5%;
    }

    .talent_list > li:nth-child(2n + 2) {
        margin-right: 2%;
    }

    .talent_list > li:nth-child(4n + 4) {
        margin-right: 0;
    }

    .talent_list li .text_area {
        padding: 12px 0 30px 15px;
    }

    .talent_list li .name {
        margin-top: 5px;
        font-size: 18px;
    }

    .talent_list li .furi {
        margin-top: 5px;
        font-size: 11px;
    }

    /* talent_detail
       ================================================================== */
    .talent_detail {
        position: relative;
    }

    .talent_detail .profile_top {
        position: relative;
        min-height: 714px;
    }

    /* photos */
    .talent_detail .profile_top .photos {
        margin: 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 380px;
    }

    .talent_detail .profile_top .photos .thumb-item-nav {
        margin: 20px -10px 0;
    }

    .talent_detail .profile_top .photos .thumb-item-nav li {
        margin: 0 10px;
    }

    /* text_right */
    .talent_detail .profile_top .text_right {
        padding: 0 0 0 415px;
    }

    .talent_detail .profile_top .text_right .top {
        padding: 0 0 26px;
    }

    .talent_detail .profile_top .talent_title {
        padding: 0 0 0 20px;
        font-size: 18px;
    }

    .talent_detail .profile_top .talent_title:before {
        width: 7px;
        height: 7px;
        top: 11px;
    }

    .talent_detail .profile_top .talent_name {
        margin: 10px 0 0;
        font-size: 25px;
    }

    .talent_detail .profile_top .talent_furi {
        margin: 5px 0 0;
        font-size: 12px;
    }

    .talent_detail .profile_top .hash {
        margin: 15px 0 0;
    }

    .talent_detail .profile_top .hash > div + div {
        margin: 0 0 0;
    }

    .talent_detail .profile_top .sns_btn {
        margin: 25px 0 0;
    }

    .talent_detail .profile_top .table {
        margin: 35px 0 0;
    }

    .talent_detail .profile_top .table th,
    .talent_detail .profile_top .table td {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 14px;
        line-height: 25px;
    }

    .talent_detail .profile_top .table th {
        padding-left: 20px;
        width: 150px;
    }

    .talent_detail .profile_top .table td {
        padding-left: 30px;
    }

    /* profile_bottom */
    .talent_detail .profile_bottom {
        margin: 40px 0 0;
        padding: 0 0 70px;
    }

    .talent_detail .profile_bottom ul .ttl {
        padding: 14px 20px;
        font-size: 14px;
    }

    .talent_detail .profile_bottom ul .box {
        padding: 20px 20px 35px;
    }

    /* contact_block
       ================================================================== */
    .contact_block {
        margin: 0 0 225px;
    }

    .contact_block .btn {
        margin: 127px 0 0;
    }

    /* contact
       ================================================================== */
    .contact {
        padding: 200px 0 0;
    }

    .contact.thanks {
        padding: 80px 0 0;
    }

    /* form */
    .contact form {
        margin-top: -140px;
        padding-top: 140px;
    }

    .contact .top_note {
        margin: 0 0 17px;
        font-size: 18px;
    }

    .contact .top_text {
        margin: 0 0 0;
        font-size: 18px;
    }

    .contact .conf_text {
        margin: 0 0 0;
        font-size: 15px;
    }

    .contact table {
        margin: 70px 0 0 15%;
        width: 85%;
        font-size: 15px;
    }

    .contact table td,
    .contact table th {
        font-size: 15px;
    }

    .contact th {
        padding: 0 0 0;
    }

    .contact td {
        padding: 20px 0 30px;
    }

    .contact output,
    .contact input,
    .contact select,
    .contact textarea {
        font-size: 15px;
        padding: 21px 30px;
        max-width: 700px;
    }

    .contact textarea {
        height: 235px;
    }

    .zas_btn_area {
        padding: 60px 0 0;
    }

    .zas_btn_area button {
        font-size: 16px;
    }

    .zas_btn_area button > span {
        padding: 17px 0;
        font-size: 16px;
    }

    .zas_btn_area .zas_btn01 button {
        width: 280px;
    }

    .zas_btn_area .zas_btn02 button {
        margin-right: 2%;
        width: 28%;
    }

    .zas_btn_area .zas_btn03 button {
        width: 280px;
    }

    /* thanks
       ================================================================== */
    .thanks h3 {
        font-size: 32px;
    }

    .thanks p {
        margin: 48px 0 0;
        font-size: 15px;
        line-height: 25px;
    }

    .thanks .go_top_btn {
        margin: 90px 0 0;
    }

    /* design_table
	   ================================================================== */
    .design_table th,
    .design_table td,
    .design_table td p {
        font-size: 15px;
        line-height: 25px;
    }

    .design_table th {
        padding: 0 10px 0 50px;
        width: 23%;
    }

    .design_table .title_top th {
        padding-top: 25px;
    }

    .design_table td {
        padding: 25px 0;
    }

    .design_table td .border {
        padding: 0 20px 0 50px;
        min-height: 24px;
    }

    .design_table td .box {
        margin-right: -20px;
    }

    .design_table td .box + .box {
        margin-top: 15px;
        padding-top: 15px;
    }

    .design_table td .ttl + p {
        margin: 7px 0 0;
    }

    .design_table td a:hover {
        text-decoration: underline;
    }

    /* section_top
       ================================================================== */
    .news_block,
    .talent_block,
    .company_block {
        padding-top: 30px;
    }

    /* company_block
       ================================================================== */
    .company_block .message_box {
        margin: 50px 0 0;
        padding: 30px 35px;
        display: flex;
    }

    .company_block .message_box .site_logo {
        margin: 0;
        width: 120px;
    }

    .company_block .message_box .right {
        padding: 0 0 0 35px;
        width: calc(100% - 120px);
        box-sizing: border-box;
    }

    .company_block .message_box .right p {
        font-size: 14px;
        line-height: 23px;
    }

    .company_block .design_table {
        margin-top: 50px;
    }

    .company_block .map {
        margin-top: 60px;
    }

    .company_block .map iframe {
        height: 470px;
    }
}
@media screen and (min-width: 1200px) {
    /* select_category
       ================================================================== */
    .select_category ul {
        right: auto;
        left: 20px;
    }
}
