@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
p, h1, h2, h3, h4, a, dt, dl, td, li, tr {
  color: #505050;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

span {
    white-space: nowrap;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

i {
    padding: 0 5px;;
}

a{
    text-decoration: none;
    color: #00A9B8;
}

/* 端末によって画像切り替え */

.pc_img {
    display: block !important;
}

.sp_img {
    display: block !important;
}

@media screen and  (max-width: 750px) {
    .pc_img {
        display: none !important;
    }
    .sp_img {
        display: block !important;
    }
}

/*TOPに戻るボタン*/
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/*トップへ戻るボタン*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #00A9B8;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.pagetop_arrow {
    display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #00A9B8;
    border-right: 3px solid #00A9B8;
    transform: translateY(20%) rotate(-45deg);
}



/* 見出し2 */
h2 {
    font-size: 30px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #00A9B8;
    margin-bottom: 60px;
}

h2 span {
    font-size: 15px;
    display: block;
    color: #505050;
}


/* 見出し3 */
h3 {
    font-size: 30px;
    position: relative;
    padding: 10px;
    text-align: center;
    font-weight: 700;    
}

h3::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #79d0d8;
}

/* メインタイトル */
.main-title {
    font-size:25px;
    color:#00A9B8;
    font-weight: 700;
}

/* 共通フレーム */
.main-bg {
    background-color: #f0f0f0;
}
/* ↑paddingはstyleでそれぞれ設定 */

.main-wrap {
    background-color: #fff;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
}

@media screen and  (max-width: 640px) {
    .main-bg {
        padding: 0;
    }
    .main-wrap {
        width: 100%;
        border-radius: 0;
    }
}

/*ヘッダー*/
header {
    width: 100%;
    position: fixed;
    z-index: 300;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header.fixed {
    background-color: #111;
    background-color: rgba(255,255,255,0.92);
}
header h1 a img {
    display: block;
    position: absolute;
}

@media screen and (min-width:960px) {
    header {
        height: 90px;
    }
    header h1 a img {
        top: 23px;
        left: 10px;
        height: 44px;
    }
    .menu_btn {
        display: none;
    }
    #g_navi {
        position: absolute;
        right: 10px;
        top: 20px;
        width: auto;
        margin-left: 200px;
        display: block !important;
        z-index: 1000;
    }
    #g_navi ul li {
        display: inline;
    }
    #g_navi li a {
        width: auto;
        padding: 10px;
        line-height: 30px;
        display: block;
        color: #505050;
        text-decoration: none;
        text-align: center;
        position: relative;
        float: left;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: bold;
    }
    #g_navi li a::before {
        display: block;
        height: 2px;
        position: absolute;
        bottom: 2px;
        width: 70%;
        left: 15%;
        background-color: rgba(17, 187, 221, 0);
        content: '';
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    #g_navi li a:hover::before {
        background-color: rgba(17, 187, 221, 1);
        bottom: 0px;
        width: 80%;
        left: 10%;
    }
    #g_navi li a:hover {
        color: #00A9B8;
    }
    #g_navi li.entry p {
        background-color: #00A9B8;
        color: #FFF !important;
        padding: 15px 20px 15px 20px;
        margin-left: 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
    }
    #g_navi li.entry p:hover {
        background-color: #FFF;
        color: #00A9B8 !important;
    }
    #g_navi li.entry p::before {
        display: none;
    }

}

@media screen and (min-width:1200px) {
    header h1 a img {
        margin-left: 50px;
    }
    header #g_navi {
        margin-right: 50px;
    }
}

@media screen and (max-width:960px) {
/* グローバルナビ */
    #g_navi {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        overflow: auto;
        z-index: 3000;
        /* background-color: #F2F6F7; */
        background-color: rgba(242, 246, 247, 0.85);
        display: none;
        padding-left: 10%;
    }
    #g_navi ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        flex-flow: column;
        -webkit-justify-content: center;
        justify-content: center;
        min-height: 100%;
    }
    #g_navi ul li a {
        color: #505050;
        text-decoration: none;
        display: block;
        padding: 10px;
        line-height: 22px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    #g_navi ul li a:hover {
        color: #00A9B8;
    }
    #g_navi ul li.entry a {
        text-align: center;
        background-color: #00A9B8;
        color: #FFF;
        width: 90%;
        border-radius: 4px;
        font-size: 20px;
        margin-top: 10px;
        padding: 10px;
    }
    #g_navi ul li.entry a:hover {
        background-color: #FFF;
        color: #00A9B8;
    }
    
    header h1 a img {
        top: 10px;
        left: 20px;
        height: 36px;
    }

    /*スマホ用メニュー*/
  header.fixed {
    height: 60px;
  }
  .menu_btn {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 5000;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
  }
  .menu_btn:hover {
    cursor: pointer;
  }
  .menu_btn span {
    width: 28px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    background-color: #00A9B8;
  }
  .menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  .menu_btn span.top {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
  }
  .menu_btn span.bottom {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
  }
  .menu_btn:hover span.top {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  .menu_btn:hover span.bottom {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
  }
  .menu_btn.opened span {
    background-color: #7BC;
  }
  .menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
  }
  .menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
  }
  .menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
  }
}


/* フッター */
footer {
    background-color: #00A9B8;
}
.footer-wrap {
    min-height: 250px;
    display: flex;
    place-items: center;
    margin: 0 auto;
    max-width: 1100px;
}
.footer-logo-area {
    margin: 0 50px;
    text-align: center;
}
.footer-logo {
    width: 300px;
}

.footer-menu a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.footer-menu ul {
    margin-bottom: 10px;
}
.footer-menu li {
    display: inline;
    margin-right: 15px;
    white-space: nowrap;
    line-height: 25px;
}


.footer-submenu a {
    color: #fff;
    font-size: small;
}
.footer-submenu li {
    display: inline;
    margin-right: 15px;
    white-space: nowrap;
    line-height: 25px;
}

@media screen and (max-width: 640px) {
    .footer-logo {
        width: 100%;
    }
    .footer-logo-area {
        margin: 0 30px;
    }
    .footer-wrap {
        display: block;
        padding: 50px;
    }
    .footer-menu ul {
    margin-top: 30px;
    }
    .footer-menu li {
        display: block;
    }
    .footer-submenu li {
        display: block;
    }
}

/* ページトップ共通 */
.header-img-wrap {
    position: relative;
}

.header-img-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.header-img-text {
    position: absolute;
    left: 50%;
    top: 40%;
    text-align: center;
    transform: translate(-50%, 0);
}

.header-img-title {
    font-size: 40px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.header-img-exp {
    font-size: 15px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    .header-img-wrap img {
        height: 300px;
    }
    .header-img-title {
        font-size: 30px;
    }
}
/*端末によって背景切り替え*/
.pc_img {
    display: block !important;
}
.sp_img {
    display: none !important;
}


@media screen and (max-width: 750px) {
    .pc_img {
        display: none !important;
    }
    .sp_img {
        display: block !important;
    }
}

/* エントリーカード */
.entry-card-wrap {
    background-color: rgb(255, 255, 255);
    width: 100%;
}
.entry-card-inner {
    display: flex;
    height: 350px;
    max-width: 1200px;
    margin: 0 auto;
}
.entry-card-text {
    background-color: #ffffff;
    width: 60%;
    padding: 50px;
}
.entry-card-text p:last-of-type {
     margin-bottom:20px;
}

.entry-card-text a {
    font-weight:500;
    font-size:18px;
}
.entry-card-title {
    font-size: 40px;
    font-weight: 700;
    display: flex;
}
.entry-card-button {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .entry-card-inner {
        display: block;
        height: 100%;
        padding: 60px 40px;
    }
    .entry-card-text {
        width: 100%;
        padding: 0;
    }
    .entry-card-title {
        display: block;
    }
    .entry-card-button {
        width: 100%;
        margin-top: 40px;
    }
}

/* エントリーボタン */
.btn_1 {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 1rem 4rem;
    font-weight: 700;
    border: 2px solid #00A9B8;
    font-size: 20px;
    background: #00A9B8;
    color: #fff;
    transition: 0.5s;
    border-radius: 6px;
}
.btn_1:hover {
    color: #00A9B8;
    background-color: #fff;
}

/* もっと見るボタン */
.btn_2 {
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 1rem 4rem;
  font-weight: bold;
  background: #00A9B8;
  color: #fff;
  border-radius: 6px; 
}
.btn_2:hover {
  background: #15c1d1;
}

/*もっと見るボタン部分*/
.centering {
  width: 100%;
  text-align: center;
}

.centering_2 {
  width: 100%;
  text-align: center;
  margin-top:40px;
}

/* テーブル1 */

.table-1 {
    margin: 50px auto;
    border-collapse: collapse;
    width: 90%;
}
.table-1 td {
    border-top: 1px solid #C9C4CE;
    border-bottom: 1px solid #C9C4CE;
}
.table-1 td:first-child {
    color: #0086B5;
    text-align: left;
    padding: 10px 0 10px 10px;
    min-width: 150px;
}
.table-1 td:last-child {
  padding: 10px;
  border-bottom: 1px solid #C9C4CE;
}

@media screen and (max-width: 640px) {
  .table-1 {
    width: 100%;
  }
  .table-1 tbody th {
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .table-1 tbody td {
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .table-1 td:first-child {
    padding: 10px 0 0 10px;
    font-size: 0.8em;
  }
  .table-1 td:last-child {
    padding: 0 10px 10px 10px;
    font-size: 13px;
  }
}

/*テーブル下部_company*/

.table-bottom {
  width: 90%;
  text-align: right;
  margin: -30px auto 30px auto;
}

@media screen and (max-width: 640px) {
  .table-bottom {
    width: 100%;
  }
}


/* ボーダー */
.border {
    border-top: solid 1px #dddddd;
    margin: 0 auto;
    width: 90%
}

/* ICVTOP/interview/asano,teuruhara */
.border_2 {
    border-top: solid 1px #dddddd;
    margin: 80px auto;
    width: 90%
}
.border_3 {
    border-top: solid 1px #dddddd;
    margin:80px auto 20px auto;
    width: 90%
}

.sp-border {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-border {
        border-top: solid 1px #dddddd;
        margin: 30px auto;
        display: block;
        width: 90%;
    }
}


/* TOPページ */
/* ICVTOP */
.video-box {
    width: 100%;
    min-height: 100vh;
    margin-left: auto;
    position: relative;
}

.video-box video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -9999;
}
.video-box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;
}

/* ICVTOP_テキスト */
.wakuwaku-wrap {
    z-index: 10;
    position: absolute;
    left: 50px;
    bottom: 50%;
    transform: translate(0, 50%);
    max-width: 90%;
}
.wakuwaku-title {
    display: flex;
    margin-bottom: 10px;
    
    & .wakuwaku-emph {
    color:rgb(245, 226, 26);
    }
}
.wakuwaku-title p {
    font-size: clamp(40px, 5vw, 50px);
    font-weight: 700;
    line-height: 80px;
    color: #fff;
    word-break: keep-all;

}
.wakuwaku-exp {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

/*ICVTOP_スクロール*/
.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 40px;
    height: 50px;
    z-index: 10; 
}
.scrolldown span {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
}
.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 30px;
    background: #eee;
    border-radius: 1px;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 30px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

@media screen and (max-width: 640px) {
    .wakuwaku-wrap {
        z-index: 10;
        position: absolute;
        left: 20px;
    }
    .wakuwaku-exp {
        font-size: 12px;
    }
    .wakuwaku-title {
        display: block;
    }
    .wakuwaku-title p {
        font-size: 40px;
        line-height: 65px;
    }
}

/* ICVTOP_白背景 */
.white-bg {
  background-color: #fff;
  padding: 80px 0;
}

/* ICVTOP_Mission */
.split-two-inner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}
.split-two-title {
    width: 50%;
    font-size: 35px;
    font-weight: 700;
}
.split-two-exp {
    width: 50%;
    line-height: 32px;
}
.split-two-exp p {
    font-size: 15px;
}

/* ICVTOP_出雲ケーブルビジョンを知る */
.contents-menu {
    display: flex;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 40px 0;
}
.contents-menu-inner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 10px;
}
.contents-menu-inner:nth-of-type(3n) {
    margin-right: 0;
}
.contents-menu-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.contents-menu-exp {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff; 
    font-size: 16px;
    font-weight: 500;
}
.contents-menu img {
  width: 100%;
}
.contents-menu img:hover {
    transform: scale(1.05);
    transition-duration: 0.3s;
}

@media screen and (max-width: 992px) {
    .contents-menu-exp {
        font-size: 12px;
    }    
}

@media screen and (max-width: 768px) {
    .contents-menu {
        display: block;
    }
    .contents-menu .contents-menu-inner {
        width: 100%;
    }
    .contents-menu-inner {
        margin: 20px 0;
    }
    .contents-menu-title {
        font-size: 30px;
    }
    .contents-menu-exp {
        font-size: 17px;
    }
}
/* 部署紹介カード */
a.department-card-link {
    text-decoration: none;
}

.department-card-figure {
    overflow: hidden;
    border-radius: 50%;
}
.department-card-figure img {
    display: block;
    max-width: 100%;
    height: auto;
    transition-duration: 0.3s;
    border-radius: 50%;
}
.department-card-figure:hover {
    transition-duration: 0.3s;
    border: solid 5px #00A9B8;
}
.department-card-text-wrap {
    padding: 12px;
    text-align: center;
}
.department-card-name {
    color: #00A9B8;
    font-size: 20px;
    font-weight: 700;
}
.department-card-name span {
    display: block;
    color: #505050;
    font-size: 15px;
}



/* 職種紹介 */
.slider-wrap {
    display: flex;
    margin: 0 auto 60px auto;
    max-width: 1000px;
    width: 90%;
}
.slider-detail {
    background-color: #fff;
    width: 450px;
    padding: 30px;
    border-top: solid 6px #00A9B8;
}
.slider-detail .dep {
    font-weight: 500;
}
.slider-detail .div {
    font-weight: 700;
    font-size: 30px;
    color: #00A9B8;
}
.slider-detail-exp {
    font-size: 15px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    .slider-wrap {
        display: block;
        width: 90%;
    }
    .slider-detail {
        width: 100%;
    }
}

/* ある社員の1日ボタン */
.schedule-btn {
    background-color: #00A9B8;
    text-align: center;
    vertical-align: middle;
    border: solid 2px #00A9B8;
    border-radius: 30px;
    max-width: 220px;
    padding: 8px 0px 8px 8px;
    margin: 50px auto 0px auto;
}
.schedule-btn span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.sche-arrow {
    color: #ffffff;
    font-size: 14px;
    margin-left: 15px;
}
.schedule-btn:hover {
    cursor: pointer;
    transition-duration: 0.3em;
}


/*標準矢印無効化*/
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.fa-chevron-left:before {
  font-size: 40px;
}

.s-arrow {
  color: #00A9B8;
  opacity: 85%;
}


/* *職種紹介の画像部分(TOP,job)* */
.swiper {
    width: 100%;
}
#department-slide {
    padding-bottom: 60px;
    max-width:1000px;
    width:90%;
}
#interview-slide {
    padding-bottom: 60px;
    max-width:1000px; 
    width:90%;
}

.swiper-pagination-bullet {
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: #c9caca !important;
  background-size: contain;
  border-radius: 50%;
  height: 15px !important;
  opacity: 1 !important;
  width: 15px !important;
}

.swiper-pagination-bullet-active {
  background-color: #00A9B8 !important;
  height: 15px !important;
  width: 15px !important;
  position: relative !important;
}

.swiper-slide img {
  height: auto;
  width: 100%;

}

.swiper-wrapper {
    width: 100%;
    
}
.swiper-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-interview {
    margin-top: 20px;
    display: flex;
}

.slider-interview img {
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #00A9B8;
    border: solid 3px #fff;
}
.slider-interview-text {
    margin-left: 10px;
}
.slider-interview-text p {
    font-size: 22px;
    font-weight: 500;
    color: #505050;
}
.slider-interview-text a {
    font-weight: 500;
    font-size: 15px;
}


/* 社員インタビュー interview*/
#top-interview-cardlayout-wrap {
    position: relative;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 960px;
    width: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
#top-interview-cardlayout-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}

.top-interview-card-list {
    max-width: 0.5em auto;
    padding: 5px;
    width: calc(96% / 1);
}

@media screen and (min-width: 768px) {
    .top-interview-card-list {
    margin: 0.5em 0;
    width: calc(96% / 2);
    }
}
@media screen and (min-width: 992px) {
    .top-interview-card-list {
        width: calc(96% / 2);
    }
    #top-interview-cardlayout-wrap::after {
        content: "";
        display: block;
        width: calc(96% / 2);
    }    
}

.top-interview-card-link {
    text-decoration: none;
}

.top-interview-card-text-wrap {
  padding: 15px 0 0 10px;
}
.top-interview-card-text-wrap p {
  font-size:12px;
}
a.top-interview-card-link {
  text-decoration: none;
}

.top-interview-card-figure {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.top-interview-card-figure img {
    border-radius: 8px;
    transition-duration: 0.5s;
}
.top-interview-card-figure img:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
}
.top-interview-card-figure p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #216fc2e1;
    color: #fff;
    font-weight: 500;
    padding: 8px;
    font-size: 12px;
    border-radius: 6px;
}

.top-interview-card-text-wrap {
    font-size:12px;
}

.top-interview-card-name-box p {
  font-size: 25px;
  font-weight: 500;
}
.top-interview-card-name-box span {
  font-size: 15px;
  margin-left: 10px;
}

/* インタビュー個別ページ TOP*/
.interview-top-wrap {
    margin: 0 auto 100px auto;
    position: relative;
}
.interview-top-wrap hr {
    height: 4px;
    background-color: #00A9B8;
    border: none;
    margin: 10px 0;
    border-radius: 2px;
    width: 60px;
}
.interview-top-wrap img {
    width: 100%;
}

.interview-top-message {
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
    position: absolute;
    bottom: 300px;
    left: 40px;
}
.interview-top-message span {
    background-color: #fff;
    padding: 6px;
    font-size: 30px;
    font-weight: 700;
    white-space: normal;
}

.interview-top-inner {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background-color: rgba(255, 255, 255, 0.934);
    padding: 30px;
    width: 450px;
    border-radius: 6px;
}
.interview-top-inner p {
    font-size:12px; 
    margin-bottom:5px;
}
.interview-top-caption {
    font-size: 15px;
    color: rgb(121, 121, 121);
}

.interview-top-dep {
    font-size: 15px;
    margin-bottom: -5px;
    color: #505050;
}

.name-box p {
  font-size: 30px;
  font-weight: 500;
}

.name-box span {
  font-size: 15px;
  margin-left: 10px;
}

.licence {
    border: solid 5px #f0f0f0;
    max-width: 850px;
    width: 90%;
    text-align: center;
    margin: 80px auto;
    line-height: 25px;
    padding: 40px;
}
.licence p {
    font-size: 15px;
}
.licence p:first-child {
    color: #00A9B8;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .interview-top-message span {
        font-size: 20px;
    }
    .interview-top-message {
        left: 20px;
    }
    .interview-top-inner {
        left: 20px !important;
        bottom: 30px !important;
    }
}

@media screen and (max-width: 750px) {
    .interview-top-message span {
        font-size: 25px;
    }
}

@media screen and (max-width: 641px) {
    .interview-top-message span {
        font-size: 25px;
    }
    .interview-top-message {
        bottom: 30px;
    }
    .interview-res {
        position: relative;
    }
}

@media screen and (max-width: 641px) {
    .interview-top-inner {
        position: static;
        width: 90%;
        padding: 10px 0;
        margin: 10px auto 0 auto;
    }
    .interview-top-wrap {
        position: static;
        margin-bottom: 30px;
    }
    section {
        padding-top: 50px;
    }
}


/* インタビューセクション */
.interview-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.interview-wrap .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.interview-wrap .box+.box {
    margin-top: 100px;
}
.interview-wrap .img img {
    border: 0;
    margin: 0;
    vertical-align: top;
    border-radius: 10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-block {
    position: relative;
    max-width: 1000px;
    padding: 0 30px;
}
.title {
    font-size: 24px;
    line-height: 1.1;
    color: #00A9B8;
    margin-bottom: 10px;
    font-weight: 700;
}
.title_s {
    font-size: 20px;
    line-height: 1.1;
    color: #00A9B8;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.text {
    font-size: 15px;
    line-height: 26px;
}

.interview-insert {
    width: 90%;
    margin: 100px auto 0 auto;
}
.interview-insert img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

/*蛍光マーカー*/
.marker-yellow {
    background: linear-gradient(transparent 60%, #ff6 60%);
    white-space: normal !important;
}

@media screen and (max-width: 641px) {
    .interview-insert img {
        height: 350px;
    }
}

@media screen and (min-width: 641px) {
    .inner-block {
        margin: 0 auto;
    }
    .interview-wrap .box:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction:row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .interview-wrap .box:nth-child(even) .text-area {
        margin-right: 30px;
    }
    .interview-wrap .box:nth-child(odd) .text-area {
        margin-left: 30px;
    }
    .interview-wrap .img {
        -webkit-box-flex: 2;
        -webkit-flex: 2 1 680px;
        -ms-flex: 2 1 680px;
        flex: 2 1 680px;
    }
    .interview-wrap .text-area {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 510px;
        flex: 1 1 510px;
    }
}

@media screen and (max-width: 640px) {
    .interview-wrap {
        margin-top: 50px;
    }
    .interview-wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .interview-wrap .text-area {
        margin-top: 20px;
    }
}

/*とある社員の1日*/
.time-line-title {
    margin:50px 0 40px 0;
}
.time-line-title p{
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 500;
}
.time-line {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.production-wrap {
    display: flex;
    overflow:scroll;
    overflow-y: hidden;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 0px;
}

.schedule-pattern {
    margin: 0px;
    min-width:460px;
}
.schedule-pattern span {
    display:block;
    background-color: #00A9B8;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    padding: 3px;
    border-radius: 30px;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.flow {
    padding-left: 120px;
    position: relative;
    max-width: 90%;
}
.flow::before {
    content: "";
    width: 20px;
    height: 100%;
    background: #eee;
    margin-left: -9px;
    display: block;
    position: absolute;
    top: -12px; 
    left: 120px;
    border-radius: 10px; 
}

ul {
    padding: 0;
}
li {
    list-style-type: none;
}
dt {
    width: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #00A9B8;
}
dd {
    font-weight: 700;
    font-size: 20px;
    color:#505050;
}

.time-list {
    margin-top: 10px;
    display: flex;
}
.detail-text {
    font-size: 14px;
    color:#505050;
    padding-top: 4px;
    padding-left: 64px;
    line-height: 9px;
}
/* 行間の調整 */
.time-interval {
    margin: 30px 0px;
    min-height: 1px; 
}


@media screen and (max-width: 640px) {
    dt {
        font-size: 16px;
        font-weight: 600;
        width: 50px;
        min-width: 50px;
    }
    dd {
        font-weight: 600;
        font-size: 16px;
    }
    .detail-text {
        padding-left: 52px;
    }
}

@media screen and (max-width: 373px) {
    .detail-text {
        line-height: 14px;
    }
}

.flow>li {
  position: relative;
}
.flow>li:first-child {
  margin-top: -10px;
}
.flow>li:last-child {
  margin-bottom: 20px;
}
.flow>li dl {
  padding-left: 20px;
  position: relative;
}
.flow>li dl::before, .flow>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow>li dl::before {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #00A9B8;
  border-radius: 50%;
  left: -4px;
}

@media screen and (max-width: 640px) {
    .flow::before {
        left: 15px;
        width: 16px;
    }
    .flow {
        padding-left: 15px;
    }
    .flow>li dl::before {
        width: 8px;
        height: 8px;
        margin-top: -7px;
    }
    .flow>li dl {
        padding-left: 12px;
    }
}

/*社内環境レイアウト*/
#gallery-cardlayout-wrap {
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 900px;
    width: 99%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
#gallery-cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}
.gallery-card-list {
    margin: 3px auto;
    padding: 0;
    width: calc(96% / 3);
}

a.gallery-card-link {
    text-decoration: none;
}

.gallery-card-figure {
    margin: 0;
    padding: 0;
}
.gallery-card-figure img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .gallery-card-list {
        margin: 10px 0;
        width: calc(94% /4);
    }    
}

@media screen and (min-width: 992px) {
    .gallery-card-list {
        width: calc(94% / 4);
    }
    .gallery-cardlayout-wrap::after {
        content: "";
        display: block;
        width: calc(94% / 4);
    }
}

/*ギャラリーポップアップ*/
.popup-box {
    position: relative;
    background: #fff;
    padding: 20px;
    max-width: 850px;
    /* width: 80%; */
    margin: 0 auto;
    width: 90%;
}

.popup-box-title {
    color: #505050;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 10px 20px;
}

.popup-wrap {
    margin: 0 20px 20px 20px;
}
.popup-wrap img {
    width: 100%;
    object-fit: cover;
}
.popup-box-exp {
    text-align: left;
    margin-top: 10px;
    color: #505050;
}

@media screen and (max-width: 768px) {
    .popup-box-exp {
        font-size: 12px;
    }
    .popup-wrap {
        margin: 0 10px 10px 10px;
    }
    
}

/* よくある質問 */
.faq {
    background-color: #f0f0f0;
}

.faq-wrap {
    max-width: 950px;
    width: 90%;
    margin: 0 auto;
}


/* FAQのアコーディオン */

.faq-item {
  margin-top: 15px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item:first-child {
    margin-top: 0;
}

.faq-title {
  font-weight: 700;
  color: #505050;
  font-size: 16px;
  position: relative;
  background: #fff;
  padding: 20px 20px 20px 60px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
}

.faq-title::before {
    position: absolute;
    left: 0px;
    font-size: 22px;
    line-height: 1;
    display: block;
    content: 'Q.';
    color: #5CBDFF;
    padding-left: 30px;
  }

.answer-title {
  display: none;
  font-weight: 700;
  color: #505050;
  font-size: 16px;
  position: relative;
  /* background: #fff; */
  padding: 20px 20px 20px 60px;
  cursor: pointer;
  border-radius: 10px;
}

.answer-title p {
  font-size: 15px;
    font-weight: 400;
}

.answer-title::before {
    position: absolute;
    left: 2px;
    font-size: 22px;
    line-height: 1;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #FF5C7B;
    padding-left: 30px;
  }


/* 矢印 */
.faq-title {
  position: relative;
}
.faq-title::after {
  border-right: solid 2px #505050;
  border-top: solid 2px #505050;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.faq-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/* エントリーボタンクリック 
ポップアップ*/
#popup-wrapper {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

#popup-inside {
  text-align: center;
  width: 100%;
  max-width: 600px;
  background: white;
  margin: 20% auto;
  padding: 20px;
  position: relative;
}

.select {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 20px 0px;

}

#message {
    margin-top: 20px;
    p {
        font-size: 18px;
    }
}

@media screen and (max-width:390px) {
    #popup-inside {
        padding: 20px 0px 20px 0px;
    }
    #message p {
        font-size: 16px;
    }  
}

#message a {
  border: 2px solid #00A9B8;
  background: #00A9B8;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  padding: 6px 40px;
  margin: 5px;
}

#cancel {
  border: 2px solid #00A9B8;
  color: #00A9B8;
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  padding: 6px 10px;
  cursor: pointer;
  margin: 5px;
}

