* {
    letter-spacing: 1.2px;
}

html {
    margin-top: 0 !important;
}
a {
    color: #000;
    text-decoration: none;
}

li {
    list-style: none;
}
img,iframe {
    display: block;
}

.inner {
    max-width: 1196px;
    width: 100%;
    padding: 0 8px;
    margin: 0 auto;
}
.page_crosstalk_single_main .inner {
    max-width: 1002px;
    padding: 0 8px;
}
.page_voice .inner {
    max-width: 1116px;
    padding: 0 8px;
}
.sp_display {
    display: none;
}
.pc_display {
    display: block;
}
.small {
    font-size: 12px;
}

.ta_c {
    text-align: center;
}
.ta_r {
    text-align: right;
}
.fw-b {
    font-weight: bold;
}
.ps_r {
    position: relative;
}

h2 span {
    margin-top: 6px;
    display: block;
    font-weight: normal;
    font-size: 16px;
}
.main_text {
    font-size: 18px;
    margin: 44px auto 0;
    max-width: 648px;
    font-weight: bold;
    line-height: 2;
}
header {
    background-color: #fff;
    padding: 24px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header_logo {
    display: inline-block;
    width: 176px;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 78px;
    height: 78px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000000;
    padding: 31px 20px;
    background-color: #af985a;
  }
  
  .menu-icon span {
    display: block;
    height: 1px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
  }
  
  .nav-menu {
    display: none;
  }
  
  .nav-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
  }
  
  .nav-menu ul li {
    margin: 60px 0 0;
    width: 40%;
  }
  
  .nav-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
  }
  .nav-menu ul li a .nav_span {
    color: #af985a;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: 14px;
  }
  
  /* メニューが表示されるとき */
  .nav-menu.active {
    display: block;
    position: fixed;
    background-color: #efeff0;
    width: 100%;
    height: calc(100vh - 78px);
    z-index: 10000;
    bottom: 0;
    left: 0;
    padding: 40px 36px;
  }
  .nav_inner {
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
  }
  
  /* メニューアイコンのアニメーション */
  .menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, 3px);
    margin-top: 4px;
  }
  
  .menu-icon.active span:nth-child(2) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .concept_movie {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    width: 326px;
    padding: 18px;
    text-decoration: none;
    align-self: flex-end;
    position: relative;
  }
  .header_arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    width: 9px;
    height: 9px;
    }


main {
    padding-top: 79px;
}
.pagetop {
    margin-top: 24px;
}
.breadcrumbs {
    border-top: 1px solid #000;
    padding: 12px;
    margin-top: 60px;
}
.breadcrumbs_ul {
    align-items: center;
    display: flex;
    justify-content: left;
}
.breadcrumbs_anchor {
    color: #000;
    position: relative;
    margin-right: 30px;
    text-decoration: none;
    display: block;
    width: max-content;
    font-size: 14px;
}
.breadcrumbs_anchor.now {
    color: #af985a;
}
.breadcrumbs_anchor::after {
    content: ">";
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: -20px;
}
.breadcrumbs_li:last-child .breadcrumbs_anchor::after {
    content: "";
}


.main_video {
    border: 1px solid #000;
    margin: auto;
    margin-top: 110px;
    padding: 22px 26px;
    position: relative;
    width: 76%;
}
.main_video::before {
    border-left: 1px solid #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-100%, 0);
    width: 85px;
}
.main_video::after {
    border-right: 1px solid #000;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    transform: translate(100%, 0);
    width: 42px;
}
.iframe {
    height: 478px;
}
.rotate_text {
    font-weight: bold;
    left: -42px;
    position: absolute;
    transform: rotate(-90deg) translate(-50%, -50%);
    transform-origin: 0 0;
    top: 50%;
}
.back_ocher {
    background-color: #af985a;
    color: #fff;
    margin-top: 40px;
    padding: 75px 75px 0;
    margin-bottom: 114px;
}
.back_ocher .inner {
    padding-left: 154px;
}

section {
    margin-top: 108px;
    /* margin-top: 26px; */
}
section.interview_single {
    margin-top: 26px;
}
section.voice {
    margin-top: 0;
    overflow: hidden;
}
section#concept, section#partner, section#topics {
    padding-top: 108px;
    margin-top: 0;
}
.h2_img {
    margin: 0 auto;
    width: 306px;
}
.h2_img.crrosstalk_h2_img {
    width: 380px;
}
.ocher_h3 {
    color: #fff;
    position: relative;
    font-size: 32px;
    margin-top: 96px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.ocher_h3:first-child {
    margin-top: 0;
}
.ocher_h3::before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: -10px;
    position: absolute;
    top: 24px;
    transform: translate(-100%, -50%);
    width: 100%;
}
.berudekkusu {
    max-width: 432px;
    position: relative;
    margin: 0 auto;
}
.berudekkusu_img {
    position: relative;
    z-index: 10;
}
.berudekkusu_sp {
    width: 76%;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
}
.berudekkusu_sp_img {
    position: relative;
    z-index: 15;
}
.absolite_berudekkusu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1206px;
    width: 1200px;
    z-index: 10;
}
.ocher_p {
    color: #fff;
    margin-top: 36px;
    margin-bottom: 36px;
    line-height: 2;
    font-size: 18px;
}

.back_gray {
    background-color: #efeff0;
    padding: 36px 0 92px;
}
.absolute_h2 {
    left: 10%;
    position: absolute;
    top: 14px;
    transform: translate(0, -50%);
}
.concept_img {
    width: 254px;
}
.insta_text_wrapper {
    margin-left: 50%;
    width: 50%;
}
.insta_text {
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
    padding: 0 34px 32px;
}
.insta_text_bottom_wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 14px;
}
.account {
    border-right: 1px solid #000;
    padding: 10px 18px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account_img {
    margin-right: 12px;
}
.hashtag_ul {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 75%;
}
.hashtag_li {
    margin-left: 10px;
}
.insta_contents_wrapper {
    align-items: center;
    border-left: 1px solid #000;
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
.insta_contents_left_wrapper {
    padding: 16px;
    width: 20%;
}
.insta_anchor {
    background-color: #af985a;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    margin-top: 34px;
    padding: 16px 20px;
    text-decoration: none;
    transition: 0.5s;
}
.insta_anchor:hover {
    background-color: #0e214c;
    color: #af985a;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}
.insta_contents_right_wrapper {
    border-left: 1px solid #000;
    padding-left: 42px;
    width: 80%;
}
.insta_img {
    margin: 0 auto;
    margin-bottom: 22px;
    width: 36px;
}

.insta_contents_ul {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}
.insta_contents_li {
    margin-right: 2%;
    width: 23.5%;
}
.insta_contents_li:nth-child(4n) {
    margin-right: 0;
}

.ocher_btn {
    background-color: #af985a;
    border-radius: 50px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 34px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    width: 290px;
}
.ocher_btn::after {
    content: "→";
    color: #fff;
    position: absolute;
    right: 30px;
    top: 33%;
    transition: 0.5s;
}
.ocher_btn:hover {
    background-color: #0e214c;
    color: #af985a;
}
.ocher_btn:hover::after {
    color: #af985a;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}
.partner_btn {
    background-color: #000;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 34px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    width: 290px;
}
.shizuoka {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    padding-top: 108px;
    width: 84%;
    overflow: hidden;
}
.shizuoka_left_wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 22%;
}
.shizuoka_right_wrapper {
    position: relative;
    width: 78%;
}
.absolute_img {
    position: absolute;
    right: 0;
    top: 44%;
    transform: translate(0, -50%);
    width: 165px;
    transform: rotate(-26deg) translate(53%, -50%);
}
.colum_text {
    font-size: 72px;
    font-weight: bold;
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.colum_text::before {
    color: #af985a;
    content: '”';
    left: -30px;
    position: absolute;
    top: 0;
    writing-mode: horizontal-tb;
    transform: rotate(180deg) translate(-50%, -50%);
    transform-origin: 0 0;
}
.colum_text::after {
    color: #af985a;
    bottom: 0;
    content: '”';
    right: -30px;
    position: absolute;
    writing-mode: horizontal-tb;
    transform: translate(-50%, -50%);
    line-height: 0;
}
.shizuoka_right_wrapper h3 {
    border-bottom: 1px solid #000;
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 60px;
    padding-bottom: 38px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.shizuoka_ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.single.shizuoka_ul {
    padding-bottom: 120px;
}
.shizuoka_li {
    background-color: #efeff0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 18px;
    width: 32%;
}
.slider .shizuoka_li {
    margin: 0 10px;
}
.shizuoka_li_bottom {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 22px;
}
.shizuoka_li_bottom_text {
    min-height: 120px;
}
.company_name {
    border-top: 1px solid #fff;
    flex: 1;
    padding-top: 22px;
}

/* archive */
.pagenation {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 76px;
}
.pagenation_li {
    margin: 0 17px;
}
.pagenation_anchor {
    color: #000;
    text-decoration: none;
    padding: 6px 0;
}
.pagenation_li.active .pagenation_anchor {
    border-bottom: #000 solid 1px;
}


/* voice */
.voice_img {
    margin-top: 24px;
}
.voice_ul {
    margin-top: 72px;
}
.voice_li {
    align-items: center;
    border: #000 1px solid;
    border-radius: 26px;
    display: flex;
    justify-content: space-between;
    padding: 43px 38px 38px;
    margin-bottom: 30px;
}
.voice_left_contents {
    width: 9%;
}
.voice_center_contents {
    width: 63%;
}
.voice_right_contents {
    align-self: flex-end;
    /* padding-left: 2%; */
    width: 14%;
    position: relative;
}
.plus {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
}
.icon_wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 200px;
    padding-bottom: 100%;
    position: relative;
    z-index: auto;
}
.icon_wrapper::before {
    content: "";
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    z-index: -1;
}
.icon_wrapper::after {
    content: "";
    background-color: #000;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(110% + 2px);
    height: calc(110% + 2px);
    z-index: -2;
}
.voice_left_contents .name {
    margin-top: 26px;
}
.voice_center_contents .date {
    font-size: 12px;
}
.voice_center_contents h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
}
.voice_center_contents .body {
    margin-top: 36px;
}
.voice_right_contents .read {
    background-color: #af985a;
    border-radius: 50px;
    color: #fff;
    padding: 10px 36px;
    text-decoration: none;
    min-width: 140px;
    display: inline-block;
    position: relative;
}


/* crosstalk */
.crosstalk {
    overflow: hidden;
}
.crosstalk_top {
    position: relative;
}
.crosstalk_ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 70%;
}
.crosstalk_ul.slick_crosstalk {
    display: block;
    flex-wrap: inherit;
    margin-top: 140px;
    margin-bottom: 70px;
}
.crosstalk_li {
    margin-top: 178px;
    padding-bottom: 16px;
    position: relative;
    width: 46%;
    display: block;
}
.crosstalk_sub_text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2;
}
.slick_crosstalk .crosstalk_li {
    margin: 0 37px;
    width: 100%;
}
.slick_crosstalk .crosstalk_li:nth-child(2n) {
    transform: translate(0, -42px);
}
.slick_crosstalk .crosstalk_li:nth-child(2n-1) {
    transform: translate(0, 42px);
}
.slick-list {
    overflow: visible;
}
.shizuoka_ul .slick-list {
    overflow: hidden;
}
.absolute_number {
    color: rgba(0, 0, 0, 0);
    position: absolute;
    font-size: 165px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #af985a;
    left: -60px;
    top: -14px;
    transform: translate(0, -50%);
}
.crosstalk_img_wrapper {
    border: 1px solid #000;
    padding: 20px;
}
.slick-center .crosstalk_img_wrapper {
    background-color: #af985a;
}
.crosstalk_img {
    border: 1px solid #000;
}
.crosstalk_text {
    padding: 18px 0;
    border-bottom: 1px solid #000;
}
.crosstalk_bottom {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crosstalk_bottom .cross_wrapper {
    margin: 0 40px;
    width: 40px;
}


/* single */
.single_visual_wrapper {
    padding: 0 35px;
    max-width: 1340px;
    margin: 0 auto -60px;
    position: relative;
}
.single_visual {
    /* padding: 0 35px;
    max-width: 1340px;
    margin: 0 auto -60px; */
}
.single_title {
    position: absolute;
    top: 50%;
    width: 100%;
}
.single_title h1 {
    background-color: #fff;
    padding: 22px;
    font-size: 24px;
    margin-bottom: 12px;
    display: table;
    min-width: 456px;
}
.single_title_company {
    margin-top: 16px;
    color: #fff;
}
.interview_img.single_visual {
    background-image: url('../img/86.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 46px 46px 0 0;
    padding-bottom: 44%;
}
.single_crosstalk_top_img {
    background-image: url('../img/29755483_s@2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 46px 46px 0 0;
    padding-bottom: 54%;
}
.single_crosstalk_top_number {
    bottom: 0;
    position: absolute;
    color: rgba(0, 0, 0, 0);
    font-size: 165px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #af985a;
    left: 13%;
}
.single_visual img {
    border-radius: 40px 40px 0 0;
}
.single_top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1160px;
    margin: 56px auto 0;
}
.single_top_left_wrapper {
    margin-right: 78px;
    width: 68px;
}
.single_top_right_wrapper {
    width: calc(100% - 78px - 68px);
}
.single_top_right_top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single_top_right_top_left_wrapper {
    border: 1px solid #000;
    padding: 16px;
    width: 57%;
}
.single_top_right_top_right_wrapper {
    font-weight: bold;
    width: 40%;
}
.single_top_right_top_right_wrapper p {
    font-size: 18px;
}
.single_top_right_top_right_wrapper h2 {
    font-size: 20px;
}
.single_top_right_bottom_wrapper {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}
.single_top_right_bottom_wrapper h3 {
    padding: 0 72px;
    width: 24%;
}
.single_top_right_bottom_wrapper p {
    padding-right: 72px;
    width: 76%;
}
.single_middle_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
}
.single_middle_wrapper:nth-child(2n) {
    flex-direction: row-reverse;
}
.single_middle_left_wrapper {
    margin-top: 52px;
    width: 50%;
}
.single_middle_right_wrapper {
    width: 44%;
}
.single_middle_left_wrapper h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #af985a;
    margin-bottom: 34px;
}
.other_interview {
    margin-top: 142px;
}
.other_interview_h2 {
    margin: 0 auto;
    width: 312px;
}
.other_interview .other {
    margin-top: 12px;
}
.other_interview_top {
    position: relative;
}
.arrow_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.before_wrapper {
    margin-right: 40px;
    width: 20px;
}
.after_wrapper {
    width: 20px;
}


/* member */
.img_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.member_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 976px;
    margin: 50px auto 0;
}
.member_img_wrapper {
    border-radius: 200px;
    padding: 16px;
    border: 1px solid #000;
}
.member_img_wrapper img {
    border-radius: 200px;
}
.table_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 54px;
    margin-top: 68px;
    overflow: hidden;
    position: relative;
    min-width: 310px;
}
.table_contents_left {
    align-self: baseline;
    width: 18%;
}
.table_contents::before {
    content: "";
    width: 350px;
    border-radius: 200px;
    border: 2px solid #af985a;
    height: 350px;
    display: block;
    position: absolute;
    top: -54%;
    left: -16%;
}
.table_contents::after {
    content: "";
    width: 50px;
    background-color: #af985a;
    height: 2px;
    display: block;
    position: absolute;
    top: 38%;
    left: 123px;
    transform: rotate(45deg) translate(0, -50%);
}
.table_contents_left p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: bold;
    font-size: 36px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 30px;
}

.table_contents_right {
    border-top: 1px solid #000;
    width: 78%;
}
.table_contents_right_ul {
    padding-top: 42px;
}
.table_contents_right_li {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0;
}
.table_contents_right_li .number {
    font-size: 20px;
    font-weight: bold;
    color: #af985a;
    border-bottom: 2px solid #af985a;
    margin-right: 36px;
}

.member_wrapper {
    width: 31%;
}
.band_image {
    width: calc(100% / 3);
}
.crosstalk_single_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 32px;
}
.crosstalk_single_contents.first {
    margin-top: 60px;
}
.crosstalk_single_right_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 40px;
}
.crosstalk_single_right_content:nth-child(2n) {
    flex-direction: row-reverse;
}
.crosstalk_single_right_left_content {
    width: 10%;
}
.crosstalk_single_right_left_content_img {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
}
.crosstalk_single_right_left_content_img img {
    border-radius: 50px;
}
.crosstalk_single_left_contents {
    margin-left: -20px;
}
.crosstalk_single_left_contents_number {
    color: #af985a;
    border-bottom: 1px solid #af985a;
    padding-bottom: 35px;
    margin-bottom: 52px;
    font-size: 60px;
    font-weight: bold;
}
.tb-rl {
    font-size: 28px;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.crosstalk_single_right_contents {
    width: 80%;
}
.crosstalk_single_right_right_content {
    border: 1px solid #af985a;
    border-radius: 16px;
    padding: 38px;
    width: 84%;
    position: relative;
}

.crosstalk_single_right_right_content::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #af985a;
    position: absolute;
    top: 50%;
}

.crosstalk_single_right_content:nth-child(2n-1) .crosstalk_single_right_right_content::before {
    left: 0;
    transform: translate(-50%, 0) rotate(-30deg);
}

.crosstalk_single_right_content:nth-child(2n) .crosstalk_single_right_right_content::before {
    right: 0;
    transform: translate(50%, 0) rotate(30deg);
}

footer {
    background-color: #af985a;
    color: #fff;
    margin-top: 104px;
    position: relative;
}
.absolute_footer_img {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 230px;
}
.footer_log_wrapper {
    padding: 88px 0;
    margin: 0 auto;
    width: 210px;
    display: flex;
}
.footer_inner {
    position: relative;
}
.copylight {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}
.partner_img_wrapper {
    margin-top: 44px;
    margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
    .inner {
        padding: 0 20px;
         width: 100%;
    }
    .sp_display {
        display: block;
    } 
    .pc_display {
        display: none;
    }  

    section {
        /* margin-top: 14px; */
        margin-top: 80px;
    }
    section.interview_single {
        margin-top: 14px;
    }
    section#concept, section#partner, section#topics {
        padding-top: 52px;
        margin-top: 0;
    }

    .breadcrumbs_ul {
        overflow: scroll;
    }

    .back_gray {
        padding-top: 92px;
        padding-bottom: 38px;
    }
    .rotate_text {
        transform: rotate(0deg) translate(0, -50%);
        top: -40px;
        left: 0;
        text-align: center;
        border-top: 1px solid #000;
        width: 100%;
        padding-top: 18px;
    }
    .main_video {
        padding: 9px;
        width: 100%;
    }
    .main_video::before {
        display: none;
    }
    .main_video::after {
        display: none;
    }
    .back_ocher {
        margin-top: 25px;
        padding: 43px 8vw 0 12vw;
        margin-bottom: 4px;
    }
    .back_ocher .inner {
        padding-right: 0;
        padding-left: 30px;
    }
    .ocher_h3 {
        font-size: 22px;
        margin-top: 42px;
    }
    .ocher_h3::before {
        top: 18px;
    }
    .ocher_p {
        font-size: 16px;
    }
    .absolute_h2 {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .insta_text_wrapper {
        margin: 0;
        width: 100%;
    }
    .account {
        width: 40%;
    }
    .hashtag_ul {
        width: 60%;
    }
    .insta_contents_wrapper {
        border: none;
        flex-direction: column-reverse;
        margin-top: 8px;
    }
    .insta_contents_right_wrapper {
        border: none;
        width: 100%;
        padding-left: 0;
    }
    .insta_contents_left_wrapper {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 100%;
        position: relative;
        margin-top: 30px;
    }
    .insta_anchor {
        position: absolute;
        top: -8px;
        right: 15px;
    }

    .colum_text {
        font-size: 12vw;
    }
    .colum_text::before {
        left: -18px;
    }
    .colum_text::after {
        right: -36px;
    }
    .shizuoka_right_wrapper h3 {
        font-size: 8vw;
        border: none;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .shizuoka_left_wrapper {
        width: 36%;
    }
    .shizuoka_right_wrapper {
        width: 60%;
    }
    .shizuoka {
        width: calc(100% - 20px);
        border-bottom: 1px solid #000;
        padding-bottom: 40px;
        overflow: visible;
    }
    .voice_top {
        overflow: hidden;
    }
    .shizuoka_ul {
        display: block;
        position: relative;
    }
    .single.shizuoka_ul {
        padding-bottom: 0;
    }
    .shizuoka_li {
        width: 100%;
    }

    h2 span {
        font-weight: normal;
        font-size: 14px;
    }

    .slick_crosstalk .crosstalk_li {
        margin: 0 12px;
    }
    .slick_crosstalk .crosstalk_li:nth-child(2n) {
        transform: inherit;
    }
    .slick_crosstalk .crosstalk_li:nth-child(2n-1) {
        transform: inherit;
    }
    .absolute_number {
        left: 0;
        top: 0;
        transform: translate(0, -100%);
        font-size: 72px;
    }
    footer {
        margin-top: 310px;
    }
    .sp_ta_l {
        text-align: left;
    }
    .absolute_footer_img {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .copylight {
        top: 84%;
        transform: translate(-50%, -50%);
        font-size: 8px;
        left: 50%;
        text-align: center;
    }

    .nav_inner {
        display: block;
    }
    .nav-menu ul {
        display: block;
        width: 100%;
    }
    .nav-menu.active {
        padding: 40px 36px;
    }
    .concept_movie {
        display: block;
        margin-top: 12px;
        width: 80%;
    }
    .nav-menu ul li {
        margin: 12px 0 0;
    }
    .nav-menu ul li a .nav_span {
        margin-top: 8px;
    }


    .absolute_img {
        top: inherit;
        width: 32vw;
        bottom: -209%;
    }
    .shizuoka_li_bottom_text {
        min-height: inherit;
        padding: 0 0 20px;
    }

    .single_middle_wrapper {
        display: block;
        margin-top: 35px;
    }
    .single_middle_left_wrapper {
        width: 100%;
    }
    .single_middle_right_wrapper {
        width: 100%;
        margin-top: 17px;
    }
    .single_top_right_top_wrapper {
        display: block;
    }
    .single_top_right_top_right_wrapper {
        margin-top: 17px;
    }
    .single_top_right_bottom_wrapper {
        display: block;
        border: none;
        padding: 15px 0;
        margin-top: 24px;
    }
    .single_top_left_wrapper {
        margin-right: inherit;
        width: 20%;
    }
    .single_top_right_wrapper {
        width: 80%;
    }
    .single_top_wrapper {
        width: 100%;
        margin-top: 28px;
        padding: 0 20px;
    }
    .single_top_right_top_left_wrapper, .single_top_right_top_right_wrapper {
        width: 100%;
    }
    .single_top_right_bottom_wrapper h3 {
        width: 100%;
        padding: inherit;
    }
    .single_top_right_bottom_wrapper p {
        width: 100%;
        padding-right: 0;
    }
    .single_visual {
        padding: 0 16px;
    }
    .single_visual_wrapper {
        padding: 0 16px;
    }
    .interview_img.single_visual {
        background-image: url('../img/私の考える未来の静岡sp.png');
        padding-bottom: 120%;
    }
    .single_crosstalk_top_img {
        background-image: url('../img/座談会sp.png');
        padding-bottom: 120%;
    }
    .single_crosstalk_top_number {
        font-size: 72px;
    }
    .crosstalk_ul {
        display: block;
    }
    .crosstalk_li {
        margin-top: 94px;
        width: 100%;
    }
    .crosstalk_bottom {
        margin-top: 16px;
    }
    .crosstalk_bottom .cross_wrapper {
        margin: 0 16px;
        min-width: 30px;
    }
    .member_img_wrapper {
        padding: 2vw;
    }
    .table_contents {
        border-top: 1px solid #000;
        display: block;
        margin-top: 34px;
        padding-bottom: 27px;
    }
    .table_contents_right {
        border: none;
        width: 100%;
    }
    .table_contents_left {
        width: 100%;
    }
    .table_contents_left p {
        writing-mode: inherit;
        font-size: 28px;
        padding: 3vw 0;
    }
    .table_contents::before {
        display: none;
    }
    .table_contents::after {
        display: none;
    }
    .table_contents_right_ul {
        padding-top: 0;
    }
    .crosstalk_single_contents {
        display: block;
        margin-top: 50px;
    }
    .crosstalk_single_left_contents {
        margin-left: inherit;
    }
    .crosstalk_single_right_contents {
        width: 100%;
    }
    .crosstalk_single_right_content {
        margin: 20px 0;
    }
    .crosstalk_single_right_left_content {
        min-width: 50px;
    }
    .crosstalk_single_right_right_content {
        padding: 19px;
    }
    .crosstalk_single_left_contents_number {
        padding-bottom: 17px;
        margin-bottom: 26px;
        font-size: 30px;
    }
    .crosstalk_single_left_contents .tb-rl {
        writing-mode: inherit;
    }
    .crosstalk_single_right_right_content::before {
        width: 30px;
    }
    .member_container {
        margin-top: 25px;
    }
    .main_text {
        margin-top: 22px;
    }
    .other_interview {
        margin-top: 72px;
    }
    .pagenation {
        margin-top: 50px;
    }
    .breadcrumbs {
        margin-top: 40px;
    }
    .crosstalk_sub_text {
        font-size: 3.5vw;
        line-height: 1.5;
        margin-top: 20px;
    }
    .h2_img {
        width: 60%;
        max-width: 250px;
    }
    .voice .h2_img {
        max-width: 210px;
    }
    .single_visual {
        margin-bottom: -40px;
    }
    .single_visual_wrapper {
        margin: 0 auto -40px;
    }
    .single_title h1 {
        font-size: 4vw;
        padding: 12px;
        margin-bottom: 8px;
        min-width: 80vw;
    }
    .single_title_company {
        margin-top: 8px;
    }
    .iframe {
        height: 179px;
    }
    .arrow_wrapper {
        top: inherit;
    }
    .absolite_berudekkusu {
        width: 135%;
        top: 16px;
    }
    .voice_img.inner {
        padding: 0;
    }
    .voice_top .h2_img {
        width: 42%;
    }
    .back_gray .concept_img {
        width: 178px;
    }
    .voice_li {
        display: block;
        padding: 22px 20px 20px;
    }
    .voice_left_contents {
        width: 45%;
        margin: 0 auto;
    }
    .voice_center_contents {
        width: 100%;
    }
    .voice_right_contents {
        width: 100%;
    }
    .voice_center_contents h2 {
        margin-top: 8px;
    }
    .voice_center_contents .body {
        margin-top: 18px;
    }
    .voice_right_contents {
        display: flex;
        margin-top: 18px;
        justify-content: center;
    }
    .partner_img_wrapper {
        margin-top: 22px;
        margin-bottom: 35px;
    }
    .main_visual_sp {
        padding-right: 5px;
    }
    .insta_contents_li {
        width: 47.5%;
        margin: 0;
    }
    .insta_contents_ul {
        justify-content: space-between;
    }
    .crosstalk_ul.slick_crosstalk {
        margin-bottom: -10px;
    }
    .archive_shizuoka {
        margin-bottom: 86px;
    }
}